@charset "UTF-8";
/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Roboto|Caveat");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, em, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, section, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

img {
  vertical-align: bottom; }

.top-image{
 width:100%;
    margin:0;
    padding:20px 0px 40px 0px;
    line-height:100%;
}
.top-image img{
 width:100%;
    margin:0;
    padding:0;
    vertical-align:top;
}


table {
  border-collapse: collapse;
  border-spacing: 0; }

img[width="1"], img[width="0"] {
  display: none; }

/* -----------------------------------------------------------------
   module
----------------------------------------------------------------- */
html {
  min-height: 100%; }

body {
  background: #fff;
  font-family: "Noto Sans Japanese";
  font-size: 100%;
  line-height: 1.6;
  color: #716969;
  height: 100%;
  text-align: center;
  position: relative; }

a {
  color: #716969;
  text-decoration: none; }
  a:hover {
    opacity: 0.7; }

button, select, input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none; }

select, input {
  padding: 8px;
  font-family: "Noto Sans Japanese";
  font-size: inherit;
  border: 2px solid #DDDBDB;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff; }
  select:focus, input:focus {
    border-color: #ce7b91; }

select {
  padding-right: 48px;
  position: relative;
  background: url("/view/images/template/1/icon-select-arrow.png") no-repeat right center; }

.btn {
  display: inline-block;
  border-radius: 4px; }

/* header */
.header {
  padding-top: 48px; }

.shop-name {
  display: inline-block; }

/* head-btn */
.head-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex; }

.head-btn-item {
  position: relative;
  padding: 24px; }
  .head-btn-item .head-btn-icon, .head-btn-item .dropdown-switch {
    text-indent: -9999em;
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%; }

.head-btn-login {
  background-image: url("/view/images/template/1/icon-account.svg"); }

.member-name {
  background: #716969;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 0.8rem; }

.member-nav-wrap {
  position: relative; }

.member-nav-wrap:hover > .member-nav {
  opacity: 1; }

.member-nav {
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  background: #fff;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  padding: 6px; }

.member-nav-item a {
  display: block;
  color: #716969;
  font-size: 0.8rem;
  padding: 3px 0; }

.head-btn-cart a {
  background-image: url("/view/images/template/1/icon-cart.svg"); }

.cart-badge {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 15px;
  height: 15px;
  background: #b4123d;
  border-radius: 50%;
  border: 2px solid #f0f0f0; }

.dropdown-nav {
  display: none; }

/* navigation */
.nav {
  margin: 48px auto; }

.nav-item {
  display: inline-block;
  padding: 0 32px;
  font-size: 1.1rem;
  position: relative; }

.nav-item a {
  display: block; }

.nav-category {
  cursor: pointer; }

.nav-category::after {
  content: ""; }

.nav-category:hover .nav-category-wrap {
  display: block; }

.nav-category-wrap {
  display: none;
  position: absolute;
  z-index: 100;
  padding-top: 8px; }

.nav-category-list {
  background: #fff;
  padding: 16px;
  width: 220px;
  box-sizing: border-box; }

.nav-category-item {
  text-align: left;
  font-size: 0.95rem;
  padding: 4px 0; }

.nav-category-item a:hover {
  color: #716969; }

.nav-category-switch::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #716969 transparent transparent transparent;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto; }

/* main */
.main-contents {
  width: 100%;
  margin: 0 auto 200px;
    padding:0px 50px 0px 50px;
    box-sizing:border-box;
  min-height: 600px; }

/* footer */
.footer {
  background: #fff;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse; }

.copyright {
  font-size: 0.7rem;
  color: #716969;
  line-height: 2.5;
  font-family: "Roboto", sans-serif; }

.footer-item {
  display: inline-block;
  font-size: 0.8rem;
  margin-right: 24px; }

/* -----------------------------------------------------------------
   page
----------------------------------------------------------------- */
.section-title {
  font-size: 1.6rem;
  margin-bottom: 88px; }

/* product-list */
.product-list {
  display: flex;
  flex-wrap: wrap; }

.product-item {
  width: calc(100% / 3);
  padding: 16px;
  word-break: break-all; }
  .product-item a {
    display: block; }
  .product-item a:hover {
    opacity: 1.0; }

.product-item-image-wrap {
  width: 100%;
  position: relative; }

.product-item-image {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px;
  position: relative; }

.product-item a .product-item-image-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: transparent;
  -moz-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  border-radius: 0px; }

.product-item a:hover .product-item-image-wrap:after {
  background-color: rgba(0, 0, 0, 0.4); }

.product-item-name {
  margin: 16px 0 4px;
  text-align: left;
  font-size: 0.9rem; }

.product-item-price-wrap {
  text-align: left;
  margin-top: 2px;
  font-size: 1.1rem; }

.product-item-price {
  font-weight: bold; }

.product-item-soldout {
  color: #5d9188;
  font-size: 0.8rem;
  margin-left: 8px; }

.product-item-sale-price {
  color: #b4123d; }

.sale-discount {
  color: #b4123d;
  margin-left: 8px;
  font-size: 0.8rem;
  border: 1px solid #b4123d;
  padding: 0 6px;
  white-space: nowrap; }

.badge {
  color: #fff;
  display: table;
  height: 60px;
  letter-spacing: 1px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -18px;
  width: 60px;
  z-index: 11;
  font-family: "Caveat", cursive; }
  .badge::before {
    background-color: rgba(180, 18, 61, 0.9);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(315deg);
    z-index: -1; }
  .badge span {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2rem; }

.status-soldout {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  /* Safariﾍﾑ */
  transform: translate(0, -50%);
  margin: 0 auto 0;
  font-family: "Caveat", cursive;
  color: #fff;
  text-shadow: 0 1px 7px #716969;
  left: 0;
  right: 0;
  font-size: 4rem;
  z-index: 10; }

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 64px; }

.pager-item {
  margin: 0 4px; }
  .pager-item span, .pager-item a {
    border-radius: 50%;
    display: inline-block;
    background: #DDDBDB;
    width: 40px;
    height: 40px;
      text-align:center;
    line-height: 38px; }
  .pager-item .current {
    background: #716969;
    color: #fff; }

/* -----------------------------------------------------------------
   index
----------------------------------------------------------------- */
.index-image {
  margin: 0px 0px 0px 0px;
padding:20px 0px 0px 0px !important;
}
  .index-image a, .index-image img {
      width:100%;
      height:auto;
    max-width: 100%;
    margin: auto; }

.index-image li {
  display: flex;
  align-items: center;
  height: 100%; }

#M_slider {
  height: 100%; }

.bx-wrapper {
  background: inherit;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* -----------------------------------------------------------------
   category
----------------------------------------------------------------- */
.section-head {
  text-align: center;
  margin-bottom: 88px; }

.category-title {
  margin-bottom: 0; }

.category-count {
  margin-top: 16px;
  display: inline-block;
  padding: 2px 10px;
  color: #716969; }
  .category-count span {
    margin-right: 2px; }

.section-title-deco {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
    box-sizing:border-box;
  text-align: left; }
  .section-title-deco:before, .section-title-deco:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 60%;
    height: 1px;
    background-color: #DDDBDB; }
  .section-title-deco:before {
    right: 100%; }
  .section-title-deco:after {
    left: 100%; }

/* -----------------------------------------------------------------
   detail
----------------------------------------------------------------- */
.breadcrumb {
  text-align: left;
  padding: 16px;
  font-size: 0.9rem; }
  .breadcrumb li {
    display: inline-block; }
  .breadcrumb a::after {
    content: ">";
    margin: 0 2px 0 6px; }
  .breadcrumb li:last-child a::after {
    display: none; }

.item-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px; }

.item-image {
  flex: 2;
  padding: 0 16px 0 0; }
  .item-image img {
    max-width: 100%;
    margin: auto; }

.item-info {
  flex: 1;
  padding: 16px 16px 64px;
  background: #fff;
  color: #2b2828; }

.item-info-head {
  padding: 32px 0 64px; }

.item-name {
  font-size: 1.3rem;
  padding-bottom: 48px;
  margin-bottom: 48px;
  position: relative;
  word-break: break-all; }
  .item-name::after {
    background-color: #ce7b91;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    bottom: 0;
    width: 40px; }

.item-price {
  font-size: 1.6rem;
  display: inline-block; }

.tax {
  font-size: 0.8rem;
  margin-left: 8px; }

.before-price {
  color: #716969;
  font-size: 0.9rem;
  position: relative;
  padding-bottom: 24px; }
  .before-price::after {
    content: "";
    vertical-align: middle;
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 5px;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    border-top: 3px solid #DDDBDB;
    border-right: 3px solid #DDDBDB;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }

.sale-price .item-price {
  color: #b4123d; }

.item-sale-discount {
  vertical-align: text-top;
  margin-left: 0;
  margin-right: 8px; }

.item-despriction {
  text-align: left;
  font-size: 0.9rem; }

.item-select {
  text-align: left;
  margin: 48px auto 0; }

.item-option {
  margin-bottom: 16px; }

.makeshop-option-wrap {
  margin: 8px 0; }

.makeshop-option-label {
  margin-bottom: 4px; }

.item-option select {
  width: 100%; }

.quantity-label {
  display: inline-block; }

.item-quantity input {
  margin-left: 8px;
  width: 30%; }

.item-btn-wrap {
  margin: 48px auto 0;
  padding: 0 16px; }

.item-btn {
  width: 100%;
  padding: 16px 0; }
  .item-btn.disabled {
    background: #DDDBDB;
    cursor: default;
    pointer-events: none; }
  .item-btn.off {
    display: none; }
  .item-btn.on {
    display: inline-block; }

.cart-btn {
  background: #ce7b91;
  color: #fff;
  font-size: 1.1rem;
text-align:center;}

.restock-btn {
  background: #5d9188;
  color: #fff;
  font-size: 1.1rem; }

.soldout {
  color: #5d9188;
  border: 1px solid #5d9188; }

.option-soldout {
  border: none;
  margin-bottom: 24px; }

.item-share {
  margin-top: 48px;
  padding: 0 16px;
  text-align: left; }

.item-share-unit {
  display: inline-block; }

.item-share-unit iframe {
  max-width: 85px; }

.recently-title {
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 16px; }

.recently-item {
  width: calc(100% / 5); }

/* -----------------------------------------------------------------
   cart
----------------------------------------------------------------- */
.cart-list-head {
  display: flex;
  margin-bottom: 8px;
  border-top: 1px solid #716969;
  border-bottom: 1px solid #716969;
  font-size: 0.9rem; }

.cart-list-item {
  display: table;
  align-items: stretch;
  width: 100%;
  border-bottom: 1px dotted #716969;
  padding: 16px 0; }

.cart-list-unit {
  padding: 8px 16px; }

.cart-list-unit {
  display: table-cell;
  vertical-align: middle; }

.cart-list-title {
  text-align: center;
  padding: 8px 16px; }

.cart-list-info {
  width: 541px; }

.cart-list-option {
  margin-top: 4px;
  font-size: 0.85rem; }

.cart-list-option-item {
  display: inline-block;
  margin-right: 8px; }

.cart-list-quantity {
  width: 160px;
  padding: 24px 0; }
  .cart-list-quantity input {
    width: 50px;
    padding: 8px; }

.cart-quantity-btn {
  background: #5d9188;
  color: #fff;
  font-size: 0.9rem;
  padding: 4px 10px; }

.cart-list .cart-list-info {
  text-align: left; }

.cart-list-wrap {
  display: flex; }

.cart-list-image {
  width: 80px;
  vertical-align: top; }
  .cart-list-image img {
    max-width: 100%; }

.cart-list-detail {
  flex: 1;
  padding: 8px 0 0 16px;
  word-break: break-all; }

.cart-list-delete {
  width: 95px; }

.cart-delete-btn {
  background: #fff;
  font-size: 0.8rem;
  line-height: 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  color: #888;
  text-align: center; }

.cart-list-price {
  width: 200px; }

.cart-list-unit-price {
  font-size: 0.85rem; }

.cart-list-total-price {
  font-size: 1.1rem; }

.cart-list-foot {
  margin: 24px 0 64px;
  overflow: hidden; }

.cart-total {
  display: flex;
  float: right;
  width: 270px;
  font-size: 1.1rem;
  padding: 16px 8px;
  border-bottom: 2px solid #716969; }
  .cart-total label {
    flex: 1;
    text-align: left; }
  .cart-total .cart-total-price {
    flex: 1;
    text-align: right;
    font-weight: bold;
    font-size: 1.2rem; }

.checkout-btn-wrap {
  margin-top: 48px; }

.checkout-btn, .keep-btn {
  padding: 16px 0;
  background: #ce7b91;
  color: #fff;
  width: 40%; }

.cart-continue {
  margin-top: 32px;
  font-size: 0.9rem; }
  .cart-continue a {
    color: #ce7b91; }

.incart-total-item {
  margin-bottom: 32px; }

.free-shipping-wrap {
  margin: 0 auto;
  background: #fff;
  padding: 8px 0;
  font-size: 0.9rem; }
  .free-shipping-wrap em {
    color: #ce7b91; }

/* -----------------------------------------------------------------
   guide
----------------------------------------------------------------- */
.guide-section-title {
  font-size: 1.2rem;
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative; }
  .guide-section-title::after {
    background-color: #DDDBDB;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px; }

.guide-section {
  width: 80%;
  text-align: left;
  margin: 0 auto 64px;
  font-size: 0.9rem; }

/* -----------------------------------------------------------------
   policy
----------------------------------------------------------------- */
.policy-wrap {
  width: 80%;
  margin: 0 auto;
  font-size: 0.9rem; }

.policy-section {
  text-align: left; }
  .policy-section pre {
    white-space: pre-wrap; }

.policy-manager {
  text-align: right;
  margin-top: 24px; }
  .policy-manager p {
    display: inline-block;
    margin-left: 16px; }

/* -----------------------------------------------------------------
   contract
----------------------------------------------------------------- */
.contract-item {
  width: 70%;
  margin: 0 auto 4px;
  display: flex;
  text-align: left;
  font-size: 0.9rem; }
  .contract-item dt, .contract-item dd {
    padding: 16px; }

.contract-title {
  width: 200px;
  margin-right: 4px;
  background: #DDDBDB; }

.contract-content {
  flex: 1;
  background: #fff; }

/* -----------------------------------------------------------------
   smartphone
----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  img {
    max-width: 100%; }

  body {
    min-height: 100%; }

  a:hover {
    opacity: 1.0; }

  .show {
    display: block; }

  .wrap {
    position: relative;
    height: 100%; }

  .header {
    padding-top: 48px; }

  .shop-name {
    max-width: 50%;
    z-index: 10001;
    position: relative; }

  .nav {
    display: none; }

  .head-btn {
    justify-content: space-between;
    width: 100%;
    position: fixed;
    z-index: 10000; }

  .head-btn-dropdown span {
    background-image: url("/view/images/template/1/icon-menu.svg"); }

  .head-btn .head-btn-account {
    display: none; }

  .btn-dropdown {
    position: absolute;
    left: 0;
    top: 0; }

  .cart-badge {
    border-color: #DDDBDB;
    right: 24px;
    bottom: 24px;
    width: 13px;
    height: 13px; }

  .dropdown-nav {
    display: block;
    position: fixed;
    left: -280px;
    top: 0;
    width: 280px;
    height: 100%;
    text-align: left;
    z-index: 99999;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: transform ease .3s;
    background-color: rgba(21, 20, 20, 0.95);
    padding-top: 40px; }
    .dropdown-nav a {
      color: #fff; }

  .dropdown-wrap {
    color: #fff;
    padding-bottom: 32px; }

  .fixed {
    position: fixed;
    width: 100%;
    height: 100%; }
    .fixed .dropdown-nav {
      transform: translateX(280px); }

  .dropdown-account {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 16px; }

  .dropdown-account-login {
    background: url("/view/images/template/1/icon-account.svg") no-repeat left center;
    background-size: 20px 20px;
    padding-left: 26px; }

  .dropdown-close {
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px; }

  .dropdown-nav-item {
    border-bottom: dotted 1px #716969; }
    .dropdown-nav-item:last-child {
      border: none; }

  .dropdown-nav-item a {
    display: block;
    padding: 17px 0; }

  .dropdown-list {
    padding: 0 16px 16px 16px; }

  .dropdown-nav-title {
    padding: 17px 0 8px; }

  .dropdown-nav-category-item a {
    padding: 6px 0 6px 8px;
    color: #DDDBDB;
    display: block; }

  .head-btn-item {
    padding: 12px; }

  .head-btn-item .head-btn-icon, .head-btn-item .dropdown-switch {
    border-radius: 50%;
    background-color: #DDDBDB;
    width: 56px;
    height: 56px;
    background-size: 24px 24px; }

  .dropdown-member-name {
    margin-bottom: 8px;
    background: url("/view/images/template/1/icon-account.svg") no-repeat left top;
    background-size: 24px 24px;
    padding-left: 32px; }

  .dropdown-member-nav-item a {
    display: block;
    padding: 8px 0;
    color: #bbb; }

  .main-contents {
    width: 100%;
    padding: 57px 18px 32px 18px;
      box-sizing:border-box;
    margin-bottom: 48px; }

  .product-item {
    width: 50%;
    font-size: 0.8rem;
    padding: 8px 8px 16px 8px; }

  .product-item-image {
    border-radius: 6px; }

  .status-soldout {
    font-size: 2rem; }

  .badge {
    width: 40px;
    height: 40px;
    top: -12px; }
    .badge span {
      font-size: 0.9rem; }

  .product-item-name {
    margin-top: 8px;
    font-size: 0.75rem;
    line-height: 1.5; }

  .product-item-price-wrap {
    font-size: 0.9rem; }

  .sale-discount {
    font-size: 0.7rem;
    margin-left: 4px; }

  .section-head {
    margin: 0 auto 16px; }

  .section-title {
    font-size: 1.2rem; }

  .section-title-deco {
    margin: 0 1.5em; }

  .category-count {
    font-size: 0.8rem;
    margin-top: 8px; }

  .breadcrumb {
    padding: 16px 0 24px;
    font-size: 0.7rem; }

  .item-wrap {
    display: block; }

  .item-image {
    padding: 0; }

  .item-image-unit {
    padding: 0; }

  .item-image-unit:not(:first-child) {
    width: 100%; }

  .item-info {
    padding: 16px;
    margin-top: 48px; }

  .item-info-head {
    padding: 32px 0; }

  .item-name {
    font-size: 1.1rem;
    padding-bottom: 24px;
    margin-bottom: 24px; }

  .item-price {
    font-size: 1.2rem; }

  .item-despriction {
    font-size: 0.8rem; }

  .item-select {
    margin: 16px auto 32px; }

  .slick-arrow {
    position: absolute;
    z-index: 10;
    display: inline-block;
    top: 50%;
    margin-top: -18px;
    text-indent: -9999em;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff; }

  .slick-prev {
    left: -18px; }

  .slick-next {
    right: -18px; }

  .slick-dots {
    position: absolute;
    bottom: -32px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center; }
    .slick-dots li {
      display: inline-block;
      padding: 4px; }
    .slick-dots button {
      text-indent: -9999em;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      display: inline-block;
      padding: 0;
      background: #DDDBDB; }
    .slick-dots .slick-active button {
      background: #979797; }

  .cart-title {
    margin-bottom: 48px; }

  .cart-list-head {
    display: none; }

  .cart-list-unit {
    width: auto;
    padding: 0;
    display: block; }

  .cart-list-item {
    position: relative;
    text-align: right;
    background: #fff;
    padding: 12px;
    border: none;
    margin-bottom: 12px;
    font-size: 0.8rem; }

  .cart-list-detail {
    padding: 0 8px; }

  .cart-list-info {
    width: auto; }

  .cart-list-image {
    width: 70px; }

  .cart-list-unit-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 8px; }

  .cart-list-quantity input {
    width: 40px;
    padding: 4px; }

  .cart-quantity-btn {
    font-size: 0.8rem; }

  .cart-list-price {
    margin-left: 8px; }

  .cart-list-unit-price {
    font-size: 0.8rem;
    line-height: 1; }

  .cart-list-option {
    margin-top: 2px;
    font-size: 0.8rem; }

  .cart-list-delete {
    position: absolute;
    right: -12px;
    top: -7px; }

  .cart-list-foot {
    margin: 24px 8px; }

  .cart-delete-btn {
    background: #DDDBDB;
    color: #716969; }

  .cart-total {
    float: none;
    width: 100%;
    text-align: right;
    padding: 0;
    border: none; }

  .cart-total-price {
    width: 4em; }

  .cart-total label {
    flex: 2;
    text-align: right; }

  .checkout-btn,
  .keep-btn {
    width: 100%; }

  .contract-item {
    display: block;
    width: 100%; }

  .contract-title {
    width: 100%; }

  .contract-content {
    margin-bottom: 16px; }

  .footer {
    display: block;
    padding: 12px 0; }

  .footer-list {
    margin-bottom: 16px; }

  .footer-item {
    margin: 0 4px; } }



























/*----- 以下テンプレートに対して追加CSS -----*/
@media screen and (min-width: 769px) and (max-width: 999999px) {
/*--------------------ここから--------------------*/
#kotei{
    display:none;
    }

#header_pc{
position:relative;
width:100%;
margin:0px 0px 0px 0px;
padding:0px 0px 30px 0px;
}
.head-navi{
width:100%;
    height:100px;
margin:0px 0px 0px 0px;
padding:25px 65px 0px 0px;
    box-sizing:border-box;
text-align:right;
font-size:15px;
line-height:100%;
background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-headnavi.png) 0px 0px repeat-x;
background-size:350px;
}
.head-navi a{color:#fff;margin:0px 0px 0px 25px;}

.head-logo{
    display:block;
    width:100%;
    margin:20px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
    line-height:100%;
    }
.head-logo img{
     width:400px;
      margin:0;
      padding:0;
      vertical-align:top;
    }
.btn_2021 {
background: transparent url(https://gigaplus.makeshop.jp/maedaice/contents/btn.png) no-repeat 0 0;
background-size:160px;
display: block;
width: 80px;
height: 80px;
position: absolute;
top: 122px;
right: 56px;
cursor: pointer;
z-index: 200;
}
.peke {
  background-position: -80px 0;
}
.drawr_2021 {
  display: none;
  background-color:#fff;
  position: fixed;
  top: 0px;
  left: 0;
  width: 315px;
  padding: 55px 0px 20px 0px;
  z-index: 999999999999999999999999999999;
}
.drawr_2021 ul{
margin:0;
padding:0;
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
#menu_2021{
margin:0px 0px 0px 0px;
padding:0px;
width: 315px;
}
#menu_2021 ul {
width:100%;
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
    display: table;
    table-layout: fixed;
}
#menu_2021 ul ul{
   display:none;
   position:absolute;
   top:100%;
   left:0;
z-index: 300;
}

#menu_2021 ul ul ul {
   top:0;
   left:100%;
}

#menu_2021 li {
color:#000;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:center;
line-height:100%;
font-weight:normal;
font-size:16px;
background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-blue.png);
border-top:1px solid #eee;
}
#menu_2021 a{color:#fff;text-decoration:none;display:block;padding:15px 0px 15px 0px;}
#menu_2021 a:hover{color:#fff;text-decoration:none;display:block;padding:15px 0px 15px 0px;}
    
    
    
.title{
    position:relative;
    width:100%;
    margin:20px 0px 20px 0px;
    padding:12px 0px 12px 0px;
    font-size:18px;
    letter-spacing:5px;
    color:#fff;
    text-align:center;
    background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-blue.png);
    }
.title span{
    position:absolute;
    top:8px;
    left:25%;
    display:inline-block;
    width:25px;
    height:34px;
    }
.title span img{
    width:25px;
    height:34px;
    margin:0;
    padding:0;
    vertical-align:top;
    }

.top-osusume{
    width:100%;
    margin:0px 0px 50px 0px;
    padding:0px 0px 0px 0px;
    }
.top-osusume ul{
    display:flex;
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    }
.top-osusume li{
    flex:1;
    list-style:none;
    margin:0px 0px 0px 0px;
    padding:0px 10px 0px 10px;
    box-sizing:border-box;
    }
.top-osusume span{
    display:block;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    }
.top-osusume span img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align:top;
    }
.top-osusume p{
    display:block;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-size:15px;
    line-height:170%;
    text-align:left;
    }
.top-banner1{
    width:100%;
    margin:0px 0px 50px 0px;
    padding:0px 0px 0px 0px;
    }
.top-banner1 ul{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    }
.top-banner1 li{
    list-style:none;
    line-height:100%;
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    }
.top-banner1 span{
    display:block;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    }
.top-banner1 img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align:top;
    }
.top-banner1 p{
    display:block;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-size:15px;
    line-height:170%;
    text-align:left;
    }
    
.content-wrap {
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0 5vw;
}
.item-list-wrap {
    max-width: 100% !important;
    width: 100%;
    padding: 0 auto;
    margin-bottom: 5vh;
    display: block;
}
.item-list-item img {
    width:100% !important;
    height:100% !important;
    object-fit: scale-down;
}

#footer_2021{
clear:both;
width:100%;
min-width:1000px;
color:#fff;
text-align:center;
margin:0px 0px 0p 0px;
padding:50px 0px 70px 0px;
font-size:13px;
line-height:100%;
background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-blue.png);
}
#footer_2021 a{color:#fff;margin:0px 18px 0px 15px;}
#footer_2021 a:hover{color:#ccc;margin:0px 18px 0px 15px;}

#footer_2021 p{
    width:100%;
    margin:20px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-size:11px;
    line-height:100%;
    text-align:center;
    color:#fff;
    }
    
.foot-title{
font-size:22px;
font-weight:normal;
letter-spacing:3px;
color:#fff;
margin:0px 0px 0px 0px;
padding:50px 0px 0px 0px;
box-sizing:border-box;
text-align:center;
background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-blue.png);
}

.shoppingguide{
width:100%;
clear:both;
margin:0px 0px 0px 0px;
padding:46px 0px 0px 0px;
box-sizing:border-box;
background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-foottop.png) 30px 0px repeat-x;
background-size:500px;
}
.shoppingguide ul{
display:flex;
width:100%;
margin:0px 0px 0px 0px;
padding:0px 65px 0px 65px;
box-sizing:border-box;
background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-blue.png);
}
.shoppingguide li{
position:relative;
list-style:none;
flex:1;
padding:50px 0px 50px 0px;
vertical-align:top;
font-size:15px;
line-height:180%;
color:#fff;
text-align:left;
}
.shoppingguide-left{
margin:0px 60px 0px 0px;
}
.shoppingguide-right{
padding:0px 0px 0px 0px;
}
.todetail{
position:absolute;
right:0px;
bottom:0px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.todetail a{
display:inline-block;
margin:0px 0px 0px 0px;
padding:6px 20px 6px 20px;
border:1px solid #fff;
bolx-sizing:border-box;
color:#fff;
font-size:11px;
line-height:11px;
}
    
    
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index:9999999999999999999;
}
#page-top a {
    background: url(https://gigaplus.makeshop.jp/maedaice/contents/pagetop.png) left top no-repeat;
background-size:70px;
    text-decoration: none;
    color: #fff;
    width: 70px;
    height: 70px;
    padding: 0px 0;
    text-align: center;
    display: block;
}
#page-top a:hover {
    background: url(https://gigaplus.makeshop.jp/maedaice/contents/pagetop.png) left top no-repeat;
background-size:70px;
    text-decoration: none;
    color: #fff;
    width: 70px;
    height: 70px;
    padding: 0px 0;
    text-align: center;
    display: block;
}
/*タブの中身を初期非表示に*/
.ChangeElem_Panel {
  display: none;
  list-style:none;
  margin:0;
  padding:0;
background:#fff;
width:100%;
}
/*タブを横並べに*/
.ChangeElem_Btn_Content {
display: flex;
justify-content: space-around;
background:#fff;
width:100%;
margin:0px auto;
}
/*通常時のタブ装飾*/
.ChangeElem_Btn {
  border: 0px solid #000;
  background-color: #81C5DB;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex: 1;
  font-size: 15px;
  padding: 10px 0px 10px 0px;
  margin:0px 20px 0px 0px;
  position: relative;
  transition: all .3s ease-in-out;
  vertical-align: middle;
}
/*カレントとホバー時のタブ装飾*/
.ChangeElem_Btn:hover,
.ChangeElem_Btn.is-active {
  background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-blue.png);
  border: 0px solid #000;
  box-sizing: border-box;
  color: #fff;
}
.ChangeElem_Panel{
    color:#fff;
background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-blue.png);
    }
    
.freenews-kakomi{
    width:100%;
    margin:0px 0px 50px 0px;
    padding:40px 40px 0px 40px;
    box-sizing:border-box;
    line-height:100%;
    background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-blue.png);
    }
.freenews-exp1{
    width:100%;
    display:block;
    clear:both;
    margin:0px 0px 0px 0px;
    padding:0px 0px 50px 0px;
    box-sizing:border-box;
    }
.freenews-exp1 ul{
    display:flex;
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    }
.freenews-exp1 li{
list-style:none;
    text-align:left;
    }
.freenews-exp1_img{
    width:60%;
    margin:0px 0px 0px 0px;
    padding:0px 40px 0px 0px;
    vertical-align:top;
    }
.freenews-exp1_img img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align:top;
    }
.freenews-exp1_text{
    width:40%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    color:#fff;
    font-size:15px;
    text-align:left;
    line-height:180%;
    }
.freenews-exp2{
    width:100%;
    display:block;
    clear:both;
    margin:0px 0px 0px 0px;
    padding:0px 0px 50px 0px;
    box-sizing:border-box;
    }
.freenews-exp2 ul{
    display:flex;
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    }
.freenews-exp2 li{
list-style:none;
    }
.freenews-exp2_img{
    width:40%;
    margin:0px 0px 0px 0px;
    padding:0px 35px 0px 0px;
    vertical-align:top;
    }
.freenews-exp2_img img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align:top;
    }
.freenews-exp2_text{
    width:60%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    color:#fff;
    font-size:15px;
    text-align:left;
    line-height:180%;
    }


.freenews-exp3{
    width:100%;
    display:block;
    clear:both;
    margin:0px 0px 0px 0px;
    padding:0px 0px 50px 0px;
    box-sizing:border-box;
    }
.freenews-exp3 ul{
    display:flex;
    flex-direction:row-reverse;
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    }
.freenews-exp3 li{
list-style:none;
    }
.freenews-exp3_img{
    width:35%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 20px;
    vertical-align:top;
    }
.freenews-exp3_img img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align:top;
    }
.freenews-exp3_text{
    width:65%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    color:#fff;
    font-size:15px;
    text-align:left;
    line-height:180%;
    }
.freenews-exp4{
    width:100%;
    display:block;
    clear:both;
    margin:0px 0px 0px 0px;
    padding:20px 150px 50px 150px;
    box-sizing:border-box;
    font-size:15px;
    line-height:180%;
    text-align:left;
    }
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

    
.yatai-exp{
    width:100%;
    display:block;
    clear:both;
    margin:0px 0px 0px 0px;
    padding:20px 150px 50px 150px;
    box-sizing:border-box;
    font-size:15px;
    line-height:180%;
    text-align:left;
    }
.yatailist{
width:100%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.yatailist ul{
display:flex;
width:100%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.yatailist li{
flex:1;
width:100%;
margin:0px 0px 0px 0px;
padding:5px 15px 25px 15px;
box-sizing:border-box;
font-size:15px;
line-height:180%;
text-align:left;
}
.yatailist span{
float:left;
display:inline-block;
width:240px;
margin:0px 0px 0px 0px;
padding:0px 20px 0px 0px;
box-sizing:border-box;
line-height:100%;
}
.yatailist span img{
width:100%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
vertical-align:top;
}
.yatailist p{
width:100%;
margin:0px 0px 15px 0px;
padding:7px 0px 7px 0px;
font-size:15px;
letter-spacing:2px;
color:#fff;
text-align:center;
background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-blue.png);
}
.yatailist p a{
color:#fff;
}

.lineip-subimg{
    width:100%;
    margin:50px 0px 50px 0px;
    padding:0px 100px 0px 100px;
    box-sizing:border-box;
    }
.lineip-subimg img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align:top;
    }
.lineup-itemlist{
    width:100%;
    margin:0px 0px 50px 0px;
    padding:0px 100px 0px 100px;
    box-sizing:border-box;
    }
.lineup-itemlist br{
clear:both;
    }
.lineup-itemlist ul{
    display:flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap    : wrap;
flex-wrap        : wrap;
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    }
.lineup-itemlist li{
    width:33.3333333333%;
    list-style:none;
    margin:0px 0px 0px 0px;
    padding:10px 20px 20px 20px;
    box-sizing:border-box;
    }
.lineup-itemlist span{
    display:block;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    }
.lineup-itemlist span img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align:top;
    }
.lineup-itemlist p{
    display:block;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-size:15px;
    line-height:170%;
    text-align:left;
    }

.topicon-exp{
    width:100%;
    margin:0px 0px 50px 0px;
    padding:40px 40px 0px 40px;
    box-sizing:border-box;
    line-height:100%;
    background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-blue.png);
    }
.topicon-exp ul{
    display:flex;
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 50px 0px;
    box-sizing:border-box;
    }
.topicon-exp li{
list-style:none;
    text-align:left;
    }
.topicon-exp1_img{
    width:40%;
    margin:0px 0px 0px 0px;
    padding:0px 40px 0px 0px;
    vertical-align:top;
    }
.topicon-exp1_img img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align:top;
    }
.topicon-exp1_text{
    width:60%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    color:#fff;
    text-align:left;
    font-size:15px;
    line-height:180%;
    }
.topicon-exp2_img{
    width:60%;
    margin:0px 0px 0px 0px;
    padding:0px 40px 0px 0px;
    vertical-align:top;
    }
.topicon-exp2_img img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align:top;
    }
.topicon-exp2_text{
    width:40%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    color:#fff;
    font-size:15px;
    line-height:180%;
    }

    
    
/*--------------------ここまで--------------------*/
}
@media screen and (max-width: 768px) {
/*--------------------ここから--------------------*/

#header_pc{
    display:none;
    }
    
div#kotei {
width:100%;
    position: fixed;
    top: 0;
    left:0;
	height:55px;
background:#fff;
z-index:999999;
border-bottom:1px solid #ccc;
	}
div#contents {
margin-top:56px;
width:100%;
padding:0px 0px 10px 0px;
box-sizing:border-box;
}

#header_sp{
width:100%;
margin:0px 0px 0px 0px;
text-align:center;
font-size:12px;
padding:0px 0px 0px 0px;
}
.head-menu{
width:100%;
height:40px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.head-menu table{
width:100%;
height:40px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.head-menu td{
position:relative;
height:40px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
vertical-align:top;
background:#fff;
text-align:right;
}
.head-menu img{
vertical-align:bottom;
}
.head-menu .logo{
width:70%;
text-align:center;
padding:0px 0px 0px 0px;
}
.head-menu .logo img{
height:34px;
margin:10px 0px 0px 0px !important;
padding:0;
}

#header_sp .menu img{
position:absolute;
top:10px;
left:10px;
height:32px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
vertical-align:bottom;
}

#header_sp .menu{
width:15%;
text-align:center;
}
.btn_2021 {
background: transparent url(https://gigaplus.makeshop.jp/maedaice/contents/btn.png) no-repeat 0 0;
background-size:70px;
display: block;
width: 35px;
height: 35px;
position: fixed;
top: 10px;
right: 10px;
cursor: pointer;
z-index: 9999999999999999999999999999;
}
.peke {
  background-position: -35px 0;
}
.drawr_2021 {
  display: none;
  background-color:#fff;
  position: absolute;
  top: 0px;
  left: 0;
  width: 315px;
  padding: 55px 0px 20px 0px;
  z-index: 100;
}
.drawr_2021 ul{
margin:0;
padding:0;
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
#menu_2021{
margin:0px 0px 0px 0px;
padding:0px;
width: 315px;
}
#menu_2021 ul {
width:100%;
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
    display: table;
    table-layout: fixed;
}
#menu_2021 ul ul{
   display:none;
   position:absolute;
   top:100%;
   left:0;
z-index: 300;
}

#menu_2021 ul ul ul {
   top:0;
   left:100%;
}

#menu_2021 li {
color:#000;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:center;
line-height:100%;
font-weight:normal;
font-size:16px;
background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-blue.png);
border-top:1px solid #eee;
}
#menu_2021 a{color:#fff;text-decoration:none;display:block;padding:15px 0px 15px 0px;}
#menu_2021 a:hover{color:#fff;text-decoration:none;display:block;padding:15px 0px 15px 0px;}
    
    
    
    
    
    
.title{
    position:relative;
    width:100%;
    margin:15px 0px 15px 0px;
    padding:10px 0px 10px 0px;
    font-size:17px;
    letter-spacing:2px;
    color:#fff;
    text-align:center;
    background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-blue.png);
    }
.title span{
    position:absolute;
    top:8px;
    left:15px;
    display:inline-block;
    width:22px;
    height:32px;
    }
.title span img{
    width:22px;
    height:32px;
    margin:0;
    padding:0;
    vertical-align:top;
    }

.top-osusume{
    width:100%;
    margin:0px 0px 50px 0px;
    padding:0px 0px 0px 0px;
    }
.top-osusume ul{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    }
.top-osusume li{
    list-style:none;
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
    box-sizing:border-box;
    }
.top-osusume span{
    display:block;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    }
.top-osusume span img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align:top;
    }
.top-osusume p{
    display:block;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-size:13px;
    line-height:140%;
    text-align:left;
    }
.top-banner1{
    width:100%;
    margin:0px 0px 50px 0px;
    padding:0px 0px 0px 0px;
    }
.top-banner1 ul{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    }
.top-banner1 li{
    list-style:none;
    line-height:100%;
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    }
.top-banner1 span{
    display:block;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    }
.top-banner1 img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align:top;
    }
.top-banner1 p{
    display:block;
    margin:10px 0px 25px 0px;
    padding:0px 0px 0px 0px;
    font-size:15px;
    line-height:170%;
    text-align:left;
    }
    
    
    
#footer_2021{
clear:both;
width:100%;
color:#fff;
text-align:center;
margin:0px 0px 0p 0px;
padding:30px 0px 50px 0px;
font-size:10px;
line-height:200%;
background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-blue.png);
}
#footer_2021 a{color:#fff;}
#footer_2021 a:hover{color:#ccc;}

#footer_2021 p{
    width:100%;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-size:9px;
    line-height:100%;
    text-align:center;
    color:#fff;
    }
    
.foot-title{
font-size:18px;
font-weight:normal;
letter-spacing:1px;
color:#fff;
margin:0px 0px 0px 0px;
padding:35px 0px 0px 0px;
text-align:center;
background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-blue.png);
}

.shoppingguide{
width:100%;
clear:both;
margin:0px 0px 0px 0px;
padding:30px 0px 0px 0px;
box-sizing:border-box;
background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-foottop.png) 20px 0px repeat-x;
background-size:340px;
}
.shoppingguide ul{
width:100%;
margin:0px 0px 0px 0px;
padding:0px 20px 0px 20px;
box-sizing:border-box;
background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-blue.png);
}
.shoppingguide li{
list-style:none;
padding:30px 0px 10px 0px;
vertical-align:top;
font-size:14px;
line-height:160%;
color:#fff;
text-align:left;
}
.shoppingguide-left{
margin:0px 0px 0px 0px;
}
.shoppingguide-right{
padding:0px 0px 0px 0px;
}
.todetail{
display:block;
text-align:right;
margin:0px 0px 0px 0px;
padding:10px 0px 0px 0px;
}
.todetail a{
display:inline-block;
margin:0px 0px 0px 0px;
padding:6px 20px 6px 20px;
border:1px solid #fff;
bolx-sizing:border-box;
color:#fff;
font-size:11px;
line-height:11px;
}
    
    
#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 77%;
    z-index:9999999999999999999;
}
#page-top a {
    background: url(https://gigaplus.makeshop.jp/maedaice/contents/pagetop.png) left top no-repeat;
background-size:40px;
    text-decoration: none;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 0px 0;
    text-align: center;
    display: block;
}
#page-top a:hover {
    background: url(https://gigaplus.makeshop.jp/maedaice/contents/pagetop.png) left top no-repeat;
background-size:40px;
    text-decoration: none;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 0px 0;
    text-align: center;
    display: block;
}
.page-wrap {
    padding: 70px 0 25vh !important;
}
    
/*タブの中身を初期非表示に*/
.ChangeElem_Panel {
  display: none;
  list-style:none;
  margin:0;
  padding:0;
background:#fff;
width:100%;
}
/*タブを横並べに*/
.ChangeElem_Btn_Content {
display: flex;
justify-content: space-around;
background:#fff;
width:100%;
margin:0px auto;
}
/*通常時のタブ装飾*/
.ChangeElem_Btn {
  border: 0px solid #000;
  background-color: #81C5DB;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex: 1;
  font-size: 12px;
  padding: 4px 0px 4px 0px;
  margin:0px 5px 0px 0px;
  position: relative;
  transition: all .3s ease-in-out;
  vertical-align: middle;
}
/*カレントとホバー時のタブ装飾*/
.ChangeElem_Btn:hover,
.ChangeElem_Btn.is-active {
  background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-blue.png);
  border: 0px solid #000;
  box-sizing: border-box;
  color: #fff;
}
.ChangeElem_Panel{
    color:#fff;
background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-blue.png);
    }
    
.freenews-kakomi{
    width:100%;
    margin:0px 0px 40px 0px;
    padding:30px 30px 0px 30px;
    box-sizing:border-box;
    line-height:100%;
    background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-blue.png);
    }
.freenews-exp1{
    width:100%;
    display:block;
    clear:both;
    margin:0px 0px 0px 0px;
    padding:0px 0px 40px 0px;
    box-sizing:border-box;
    }
.freenews-exp1 ul{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    }
.freenews-exp1 li{
list-style:none;
    text-align:left;
    }
.freenews-exp1_img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
    vertical-align:top;
    }
.freenews-exp1_img img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align:top;
    }
.freenews-exp1_text{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    color:#fff;
    font-size:14px;
    line-height:150%;
    }
.freenews-exp2{
    width:100%;
    display:block;
    clear:both;
    margin:0px 0px 0px 0px;
    padding:0px 0px 40px 0px;
    box-sizing:border-box;
    }
.freenews-exp2 ul{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    }
.freenews-exp2 li{
list-style:none;
    }
.freenews-exp2_img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
    vertical-align:top;
    }
.freenews-exp2_img img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align:top;
    }
.freenews-exp2_text{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    color:#fff;
    font-size:14px;
    text-align:left;
    line-height:150%;
    }


.freenews-exp3{
    width:100%;
    display:block;
    clear:both;
    margin:0px 0px 0px 0px;
    padding:0px 0px 40px 0px;
    box-sizing:border-box;
    }
.freenews-exp3 ul{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    }
.freenews-exp3 li{
list-style:none;
    }
.freenews-exp3_img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
    vertical-align:top;
    }
.freenews-exp3_img img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align:top;
    }
.freenews-exp3_text{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    color:#fff;
    font-size:14px;
    text-align:left;
    line-height:150%;
    }
.freenews-exp4{
    width:100%;
    display:block;
    clear:both;
    margin:0px 0px 0px 0px;
    padding:10px 0px 30px 0px;
    box-sizing:border-box;
    font-size:14px;
    line-height:140%;
    text-align:left;
    }
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
    
.yatai-exp{
    width:100%;
    display:block;
    clear:both;
    margin:0px 0px 0px 0px;
    padding:10px 0px 30px 0px;
    box-sizing:border-box;
    font-size:14px;
    line-height:150%;
    text-align:left;
    }
.yatailist{
width:100%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.yatailist ul{
width:100%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.yatailist li{
width:100%;
margin:0px 0px 0px 0px;
padding:5px 0px 25px 0px;
box-sizing:border-box;
font-size:14px;
line-height:150%;
text-align:left;
}
.yatailist span{
display:block;
width:100%;
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
box-sizing:border-box;
line-height:100%;
}
.yatailist span img{
width:100%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
vertical-align:top;
}
.yatailist p{
width:100%;
margin:0px 0px 15px 0px;
padding:7px 0px 7px 0px;
font-size:15px;
letter-spacing:2px;
color:#fff;
text-align:center;
background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-blue.png);
}
.yatailist p a{
color:#fff;
}

.lineip-subimg{
    width:100%;
    margin:30px 0px 30px 0px;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    }
.lineip-subimg img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align:top;
    }
.lineup-itemlist{
    width:100%;
    margin:0px 0px 30px 0px;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    }
.lineup-itemlist br{
clear:both;
    }
.lineup-itemlist ul{
    display:flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap    : wrap;
flex-wrap        : wrap;
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    }
.lineup-itemlist li{
    width:50%;
    list-style:none;
    margin:0px 0px 0px 0px;
    padding:10px 10px 10px 10px;
    box-sizing:border-box;
    }
.lineup-itemlist span{
    display:block;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    }
.lineup-itemlist span img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align:top;
    }
.lineup-itemlist p{
    display:block;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-size:14px;
    line-height:150%;
    text-align:left;
    }

.topicon-exp{
    width:100%;
    margin:0px 0px 40px 0px;
    padding:30px 30px 0px 30px;
    box-sizing:border-box;
    line-height:100%;
    background:url(https://gigaplus.makeshop.jp/maedaice/contents/back-blue.png);
    }
.topicon-exp ul{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 40px 0px;
    box-sizing:border-box;
    }
.topicon-exp li{
list-style:none;
    text-align:left;
    }
.topicon-exp1_img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
    vertical-align:top;
    }
.topicon-exp1_img img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align:top;
    }
.topicon-exp1_text{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    text-align:left;
    color:#fff;
    font-size:14px;
    line-height:150%;
    }

.topicon-exp2_img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
    vertical-align:top;
    }
.topicon-exp2_img img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align:top;
    }
.topicon-exp2_text{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    color:#fff;
    font-size:14px;
    line-height:150%;
    }



/*--------------------ここまで--------------------*/
}


