@charset "euc-jp";
.attention125814215{
  display:none;
}
.breadcrumb{
	display:none;
}
.product-image {
  padding-bottom: 30px;
}
  .product-image-main {
    text-align: center;
  }
  .product-image-thumb li {
    margin-bottom: 20px;
    padding: 0 10px;
    cursor: pointer;
  }
  .product-image-thumb img {
    display: block;
    margin: 0 auto;
  }

.product-order {
     margin: 0;
    /*background: #E5F6FB;*/
}

.product-order .muryou{
  background-color:#E5F6FB;
  padding:10px;
  border:1px solid #00A5D5;
  width:100%;
  text-align:center;
}

.product-order .muryou span{
  color:#ff0000;
}

.product-order h2{
  text-align:left;
  margin:0;
  font-size:1.2em;
}

  .product-option-table table {
    margin: 0 auto;
  }
  .product-option-table th,
  .product-option-table td {
    text-align: center;
  }
  .product-option-table td input[type="radio"] {
    margin-bottom: 5px;
  }
  .product-option-select {
    position: relative;
    overflow: hidden;
  }
    .product-option-select .product-option-wrapper {
      position: relative;
      left: 50%;
      float: left;
    }
    .product-option-select .product-option-unit {
      width: 300px;
      position: relative;
      left: -50%;
      float: left;
    }
    .product-option-select .product-option-unit div {
      padding: 0 20px;
    }
    .product-option-select .option-select-name {
      display: block;
      margin: .5em 0;
    }
.product-order-price {
  margin: 0;
  color: #999;
  text-align: left;
  font-size: 24px;
  line-height: 40px;
}
  .product-order-price li {
    margin: 0 10px;
  }
  .product-order-regular {
    color: #abaaaa;
    text-decoration: line-through;
  }
  .product-order-discount {
    color: #b81717;
  }
.product-order-input {
  margin: 40px 0 10px;
  text-align: center;
}
.product-order-input .col {
  display: inline;
  float: none;
}
.product-order-num .btn {
  display: none;
  padding: 10px;
}
.product-unit {
  display: inline-block !important;
  padding-left: 20px;
  font-size: 24px;
  line-height: 40px;
  *display: inline !important;
  *zoom: 1;
}
.product-order-num .input-prepend {
  display: inline;
}
.product-order-num input {
  padding: 12px;
  width: 60px;
  text-align: right;
  font-size: 24px;
  line-height: 1;
}

.btn-addcart {
  line-height: 24px;
}
  .btn-addcart .icon-lg-w {
    float: left;
    *float: none;
  }
  .btn-addcart span {
    padding-left: 10px;
  }

.stock_error,
.product-member-sale-msg {
  margin: 20px 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}

.product-order-exp {
  padding: 40px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.product-order-spec {
  margin: 30px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 12px;
}
  .product-order-spec th {
    width: 30%;
    font-weight: normal;
  }
  .product-order-spec td {
    width: 70%;
  }
  .product-info-lst {
    text-align: center;
  }
    .product-info-lst li {
      display: inline;
      margin: 1em;
    }
    .product-info-lst .social-share {
      display: block;
    }
    .social-share a {
      margin: 1em;
    }

.text-titles,
.password-field-wrap {
  margin: 40px 0 0;
  text-align: center;
}
  .text-titles .col,
  .password-field-wrap .col {
    float: none;
  }
.text-titles-list__name,
.password-field-list__name {
  text-align: left;
  display: block;
  margin: .5em 0;
}
.text-titles-list__detail-text,
.password_field {
  width: 100%;
  height: 45px;
  padding: 13px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .product-image-main {
    margin-bottom: 20px;
  }
  .product-image-thumb li {
    width: 20%;
  }
 .product-order-num .btn {
    display: inline-block;
  }
  .product-order-input [class*="col-sm-"] {
    display: block;
    float: left;
    margin-bottom: 30px;
  }
  .product-option-select {
    position: static;
    overflow: auto;
  }
    .product-option-select .product-option-wrapper {
      position: static;
      float: none;
    }
    .product-option-select .product-option-unit {
      position: static;
      float: none;
      margin-bottom: 1em;
      width: 100%;
    }
    .product-option-select .product-option-unit div {
      padding: 0;
    }
  .btn-addcart,
  .btn-quick {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
  }
    .btn-addcart .btn-wrap {
      margin: 0 auto;
      max-width: 170px;
      width: 100%;
      text-align: right;
    }
    .btn-addcart span {
      padding-left: 0;
    }
  .product-order-spec th {
    width: 40%;
  }
  .product-order-spec td {
    width: 60%;
  }
  .product-info-lst 
  li {
    display: block;
    margin: 0;
  }
  .product-info-lst a {
    display: block;
    padding: .5em;
  }
  .social-share a {
    display: inline;
  }

  .text-titles,
  .password-field-wrap {
    margin: 20px 0 0;
  }
}
@media (max-width: 480px) {
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .product-order {
    width: 100%;
    padding:20px;
  }
}

.ie_wrapper .product-order-num .btn {
  display: none;
}

/*------2017.11.15修正--------*/

.p_title{
  font-size: 200%;
  text-align:left;
}

div.detail{
    border: 1px dotted rgba(212, 168, 37, 0.75);
    background-color: rgba(247, 230, 181, 0.08);
    padding: 10px;
  width:auto;
}

.product-order-exp{
  border-bottom: none;
}

.product-image {
    padding-bottom: 30px;
}

/*価格非表示*/
/*
ul.inline.unstyled.product-order-price {
    display: none;
}
*/

#product{
  padding: 0 5%;
}
.product-order-exp {

    display: flex;
    justify-content: center;
}
.product-order-exp a{
  text-decoration:underline;
}

.product-order-num input {
  padding: 22px;
}

/*2022.02追加*/
.banner{
  display: flex;
  justify-content: space-between;
  margin: 70px auto 0;
  max-width:800px;
}

.banner a{
  display: block;
  margin: 0 1em;
}
.banner a img{
  width: 100%;
  height: auto;
}
.attention{
	border:1px solid #ccc;
  padding:15px;
  width:100%;
  margin-bottom:15px;
}
@media (max-width: 480px) {
  .banner{
  display:block;
    width:80%;
  }
  .banner a{
    margin:0 auto 20px;
  }
}

    #furusato {
        margin: 150px auto;
        width: 100%;
    }

    #furusato h1 {
        text-align: center;
        margin-bottom: 50px;
    }

    #furusato h1 span {
        font-size: 70%;
        display: block;
    }


    #furusato .f_items {}

    .f_items .item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto 75px;
    }

    .f_items .right .text {
        width: 25%;
        margin-left: 5%;
    }

    .f_items .left .text {
        width: 25%;
        margin-right: 5%;
    }

    .f_items .item .text h1 {
        font-size: 23px;
        text-align: left !important;
      margin-bottom:20px !important;
    }

    .f_items .item .image {
        width: 65%;
    }

    .f_items .item .price {
        background: #FFF8A3;
        padding: 10px;
        font-size: 20px;
        margin: 10px 0;
        width: 100%;
    }

    .f_items .item .price span {
        width: 80%;
        display: block;
        margin-bottom: 5px;
    }

    .f_items .item .link {
        display: flex;
        width: auto;
        justify-content: space-around;
        margin-top: 40px;
    }

    .link .button a {
        display: block;
        cursor: pointer;
      transition: 0.65s;
    }
  .link .button a:hover{
    opacity:0.6;
    transition:0.65s;
}

    #city{
 margin: 0 auto;
 max-width:1100px;
 min-width:375px;
    text-align: center;
    font-size: 25px;
    text-decoration: underline;
    line-height: 45px;
    position: relative;
}
#city .city_flex{
    display: flex;
}
#city .susaki{}

#city .aki{}

#city a{
    display: block;
    width: 100%;
    height: 100%;
transition: opacity 0.65s;}
#city a:hover{
opacity:0.6;
transition: opacity 0.65s;
}
#city .map{
position:absolute;
left: 36%;
    width: 270px;
    top: 3%;
pointer-events:none;
z-index:100;
}
    .pc-none {
        display: none;
    }

    .sp-none {
        display: block;
    }

  @media (max-width: 768px) {

        .pc-none {
            display: block;
        }

        .sp-none {
            display: none;
        }

 .f_items .right {
            margin-bottom: 100px;
            flex-direction: column-reverse;
        }

        .f_items .left {
            margin-bottom: 100px;
        }

        .f_items .right .text,
        .f_items .left .text {
            width: 90%;
            margin: 0 auto;
        }

        .f_items .item .image,
        .f_items .left .image {
            width: 100%;
        }
    
    #city {
    font-size: 18px;
    line-height: 30px;
}

#city .map{
position:absolute;
pointer-events:none;
left: 23%;
    width: 170px;
    top: 3%;
}

}

/* ---------------------------- */
/* --- ModalSection --- */
/* ---------------------------- */
.ModalLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.65s;
  pointer-events: none;
  opacity: 0;
display:none;
  z-index: 10000;
}
.ModalLayer.isShow {
  transition: opacity 0.65s;
  pointer-events: auto;
  opacity: 1;
}
.ModalLayer-Mask {
  position: absolute;
  background: rgba(123,123,123,0.5);
  width: 100%;
  height: 100vh;
}
.ModalLayer-Inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  transform: translate(-50%, -50%);

}
.ModalLayer-Inner a {
    display: block;
    width: 200px;
    background: #08c;
    color: #fff;
    margin: 10px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .ModalLayer-Inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.ModalSection {
  background: #fff;
}
.Modal-Inner {
  border-top: 3px solid #5bc8ac;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  max-width: 500px;
display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 20px;
}
.Modal-Inner-Headline {
  text-align: center;
  font-size: 24px;
}
.Modal-Inner-Text {
  text-align: center;
}
.Modal-Inner-Stop{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    transform: translate(-50%, -50%);
    line-height: 230px;
    font-size: 40px;
}
.Modal-Inner-Title{
text-align: center;
    padding: 5px;
    font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .Modal-Inner-Stop{
        line-height: 410px;
  }
}