.product_left{
  float: left;
  width: 400px;
  margin-right: 30px;
  overflow: hidden;
}

.product_right{
  float: left;
  width: 290px;
  overflow: hidden;
}
.product-order-exp table { margin-bottom: 90px; width:100%; }
.product-order-exp th { width:35%; }
.product-order-exp td { width:65%; }
.product-order-exp th, .product-order-exp td { border-bottom: 1px dotted #666666; padding: 15px 30px; }

@media (max-width: 1020px) {

  .product_left{
    width: 56%;
    margin-right: 4%;
  }

  .product_right{
    width: 40%;
  }

}

@media (max-width: 768px) {

  .product_left{
    width: 100%;
  }

  .product_right{
    width: 100%;
  }
  .product-order-exp table { margin-bottom: 30px; }
  .product-order-exp th { width:100%; display:block; border-bottom:none; padding: 10px 15px 0; }
  .product-order-exp td { width:100%; display:block; padding: 0 15px 10px; }
}

#MainImage {
  width: 100%;
  margin-bottom: 14px;
}

#custom-thumb {
  display: flex;
  flex-wrap: wrap;
}

#custom-thumb li {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 10px;
  cursor: pointer;
}

#custom-thumb li:nth-child(5n) {
  margin-right: 0;
}


#custom-thumb .thumbnail-current{
  border: 2px solid #b7a777;
}


#option_tbl {
    border: 1px solid #e5e5e5;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
}

#option_tbl th {
  width: 150px;
  padding: 12px 0 12px 15px;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 400;
  padding: 8px;
  vertical-align: middle;
  text-align: left;
  line-height: 20px;
  border-left: 1px solid #ddd;
}

#option_tbl td {
  width: 180px;
  padding: 12px 0 12px 15px;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  vertical-align: middle;
  text-align: left;
  line-height: 20px;
  border-left: 1px solid #ddd;
}

#option_tbl td div{
  display: inline-block;
  margin-right: 10px;
}

#option_tbl td label{
  display: inline-block!important;
  margin: 0;
  vertical-align: sub;
}

.input_num {
  float: left;
}

.input_unit{
  font-size: 15px;
  vertical-align: middle;
  margin-right: 16px;
}

.input_num input{
  width: 100px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  text-align: right;
}

.input_num_btn{
  float: left;
  margin-left: 6px;
}

.input_num_btn li {
    height: 20px;
}

.input_num_btn img{
  vertical-align: baseline;
}

.btn_addcart{
  padding: 14px 20px;
  border: 0;
  border-radius: 5px;
  width: 100%;
  max-width: 285px;
  height: 60px;
  text-align: left;
}

.btn_addcart img{
  vertical-align: middle;
}

.btn_addcart span{
  margin-left: 54px;
  font-size: 15px;
  vertical-align: middle;
}


@media (max-width:980px) {

  .btn_addcart span{
    margin-left: 20px;
    font-size: 15px;
  }

}

@media (max-width: 768px) {

  .btn_addcart {
    position: relative;
    width: 100%;
    max-width: 370px;
    height: 60px;
    text-align: center;
    font-size: 16px;
  }

  .btn_addcart img{
    position: absolute;
    left: 20px;
    top: 15px;
  }

}

/*
商品説明
 */

.product-order-exp {
 font-family: dnp-shuei-gothic-kin-std, sans-serif;
 font-weight: 500;
 font-size: 14px;
 line-height: 30px;
 margin-bottom: 10px;
}

.product-order-exp h2{
  font-family: 'Hiragino Mincho Pro W3','游明朝','Yu Mincho',YuMincho,ten-mincho,serif;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 40px;
}

.product-order-exp h4{
  font-family: 'Hiragino Mincho Pro W3','游明朝','Yu Mincho',YuMincho,ten-mincho,serif;
  font-size: 20px;
  line-height: 1.5em;
  margin: 50px 0 20px;
  clear: both;
}

.product-order-exp .cool{
  margin-top: 60px;
  margin-bottom: 25px;
  width: 315px;
  height: 48px;
  border: 1px solid #4d96d4;
  border-radius: 5px;
  background: url(https://file003.shop-pro.jp/PA01459/360/img/icon_cool.png) no-repeat;
  background-position: 10px center;
  padding: 10px 0 10px 66px;
  font-family: 'Hiragino Mincho Pro W3','游明朝','Yu Mincho',YuMincho,ten-mincho,serif;
  font-size: 15px;
  color: #4d96d4;
}

.product-order-exp .cool::before{
  content: "冷凍した商品をクール便でお届け";
}

.product-order-exp ul{
  display: flex;
  flex-flow: wrap;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
  border-top: 1px dotted #666666;
  font-size: 15px;
  margin-bottom: 90px;
}

.product-order-exp li,
.product-order-exp ol{
  border-bottom: 1px dotted #666666;
  padding: 22px 30px;
}

.product-order-exp ol{
  width: 25%;
}

.product-order-exp li{
  width: 75%;
}

.add_expl{
  margin-bottom:110px;
}

.add_expl h2{
  font-family: ten-mincho, serif;
  font-weight: 400;
  /*font-size: 30px;
  margin-bottom: 40px;*/
  font-size: 28px;
  margin-bottom: 30px;
  background: url(https://file003.shop-pro.jp/PA01459/360/img/title_border.png) center;
  background-repeat: repeat-x;
}

.add_expl h2 span{
  background: #fff;
}

.add_expl img{
  /*float: left;
  width: 300px;
  margin-right: 40px;*/
  width: 100%;
  margin-bottom: 30px;
}

.add_expl .text{
  /*float: left;
  width: 330px;*/
  width: 100%;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  /*font-size: 13px;*/
  font-size: 14px;
  line-height: 28px;
  /*padding: 26px 0;
  height: 240px;*/
  margin-bottom:50px;
}

.add_expl h3{
  font-family: 'Hiragino Mincho Pro W3','游明朝','Yu Mincho',YuMincho,ten-mincho,serif;
  /*font-size: 20px;*/
  font-size: 24px;
  margin-bottom: 28px;
}


@media (max-width: 980px) {

  .add_expl img{
    width: 42%;
    margin-right: 5%;
  }

  .add_expl .text{
    width: 45%;
    padding: 2% 0;;
    height: 25vw;
  }

  .add_expl h3{
    font-size: 18px;
    margin-bottom: 5%;
  }

}

@media (max-width: 768px) {

   .product-order-exp {
    margin-bottom: 20px;
     border-top: 1px solid #959595;
   }

  .product-order-exp .cool{
    margin-top: 48px;
    width: 100%;
    max-width: 370px;
    height: 51px;
    background-position: 10px center;
    padding: 10px 0 10px 66px;
    font-size: 16px;
  }

  .product-order-exp li{
    padding: 0px 15px 20px;
    width: 100%;
  }

  .product-order-exp ol{
    padding: 20px 15px 10px;
    width: 100%;
    border-bottom: none;
  }

  .product-order-exp ul {
    margin-bottom: 45px;
  }

  .product-order-exp h2 {
    margin-bottom: 34px;
  }
  .product-order-exp h4{
    font-size:18px;
    line-height:1.2em;
    margin:40px 0 15px;
  }

  .add_expl img{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .add_expl .text{
    width: 100%;
    padding: 0;
    height: auto;
    margin-bottom: 34px;
    font-size: 14px;
  }

  .add_expl {
    /*border-radius: 5px;
    border: 1px solid #959595;
    overflow: hidden;*/
    margin-bottom:80px;
  }

  .add_expl h2{
    font-size: 24px;
    background: none;
    margin-bottom: 15px;
  }
  
  .add_expl h3{
    font-size: 20px;
    /*margin-bottom: 24px;*/
    margin-bottom: 15px;
  }

  /*.add_expl .toggle_btn{
    text-align: center;
    font-family: 'Hiragino Mincho Pro W3','游明朝','Yu Mincho',YuMincho,ten-mincho,serif;
    font-size: 16px;
    padding: 15px 0;
    background-position: 93% center;
    background-repeat: no-repeat;
    height:55px;
    width: 100%;
  }

  .add_expl .b_open{
    background-image: url(https://file003.shop-pro.jp/PA01459/360/img/arrow_down.png);
  }

  .add_expl .b_open::before{
    content: "商品の詳しい紹介をもっと見る";
  }

  .add_expl .b_close{
    display: none;
    background-image:  url(https://file003.shop-pro.jp/PA01459/360/img/arrow_up.png) ;
  }

  .add_expl .b_close::before{
    content: "元に戻す";
  }

  .add_expl.active .b_open{
    display: none;
  }

  .add_expl.active .b_close{
    display: block;
  }*/

  .add_expl .cont{
    /*display: none;
    padding: 28px 5%;
    overflow: hidden;*/
  }

}

@media (max-width: 480px) {

  .product-order-exp .cool{
    max-width: 100%;
  }
}

@media (max-width: 370px) {

  .product-order-exp .cool{
    font-size: 4.5vw;
  }
}

#Together_list {
    margin-bottom: 70px;
}

.section_border{
  display: block;
  height: 1px;
  width: 100%;
  background: url(https://file003.shop-pro.jp/PA01459/360/img/section_border.png) center no-repeat;
  margin-bottom: 60px;
}

.order_tel {
    padding: 12px 16px;
    width: 100vw;
    margin-bottom: 28px;
    color: #fff;
}

.order_tel span{
  vertical-align: middle;
}

.order_tel a{
  text-decoration: none!important;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}

#SecondMainDetail {
  margin-bottom: 80px;
  overflow: hidden;
}

#product_maindetail{
  overflow: hidden;
}

#product_maindetail_container{
  overflow: hidden;
}

.btn-lg{
  max-width: 285px;
}

@media (max-width: 768px) {
  .btn-lg{
    max-width: 370px;
  }
}
