.product-section {
  max-width:1400px;
  display:block;
  margin:220px auto 0;
}
.product_detail_area {
  width;100%;
  display:flex;
}
.product_images,.add_cart {
  flex:1;
}
/*商品画像 */
  .product-image-main {
    margin: 0 0 2.7%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .product-image-thumb {
    padding: 0 ;
  }
  .product-image-thumb li {
    padding: 0 2.7% 0 0;
    cursor: pointer;
   
  }
  .product-image-thumb img {
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
  .custom-thumb{
    margin-right: -2.6%;
  }
.col-lg-8 {
  width:100% !important;
  padding:0 50px 0 0;
}
/*商品名 */
.product_name {
  font-size:30px;
  margin:0;
}
hr {
  margin:5px 0 20px;
}
.product_description {
  font-size:15px;
}

/*商品説明のテーブル */
.product-table {
  text-align:left;
  margin:10px 0 30px;
  width:450px;
  border-collapse:collapse;
}
.product-table th {
  padding:5px;
}

.product-table td{
  padding:5px;
}

.product-table th,.product-table td {
  border-collapse:collapse;
  border:solid 1px #2F2F2F;
}

.price-text{
  font-size:18px;
  padding-right:10px;
}
.add_cart_table {
  margin:0 0 20px;
  width:450px;
  border-collapse:collapse;
}

.add_cart_table .price {
  font-size:25px;
}

/*購入数テーブル */
.add_cart_table th,.add_cart_table td{
  padding:10px;
  text-align:left;
  border-collapse:collapse;
  border-bottom:solid 1px #2F2F2F;
}
.add_cart_table tr:first-child th,.add_cart_table tr:first-child td {
  border-top:solid 1px#2F2F2F;
}
.add_cart_table th {
  width:30%;
  border-right:solid 1px #2F2F2F;
}
.add_cart_table tf {
  width:70%;
}

.add_cart_table input[type="text"] {
  width:50px;
}
/*オプションテーブル */
.add_cart_table select {
  width:200px;
}
/*オプションの在庫・価格の詳細はコチラ */
.option_price {
  margin:0 0 20px;
  font-size:15px;
}
.option_price li{
  list-style:none;
}


/*7大アレルゲン */


.allergy-table {
  font-size:15px;
  text-align:center;
  border-collapse:collapse;
  margin-bottom:20px;
  width:450px;
}
.allergy-table th {
  padding:5px 20px;
  background:#fff099;
}
.allergy-table td {
  background:#fff;
}
.allergy-table th,.allergy-table td {
  border-collapse:collapse;
  border:solid 1px #2F2F2F;
  padding:5px 10px;
}
.allergy-title {
  width:400px;
  font-size:18px;
   position: relative;
  background:#ffe4b5;
  padding: 2px 5px 2px 30px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
  margin:0 0 -10px 10px;
}
.allergy-title:before {
font-family: "Font Awesome 5 Free";
  content: "\21";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ED9735;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #4967b4;
}

.other_link li a:hover{
  color:#4967b4;
}

/*カートに入れる */
.disable_cartin {
  margin-bottom:20px;
}

.disable_cartin button {
  width:300px!important;
  padding:20px 30px;
  font-size:20px;
  border-radius:0;
  font-weight:500;
  background:#2F2F2F;
  color:#fff;
  font-family:'Noto Sans Japanese',"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.disable_cartin button:hover {
  background:#EE7800;
  color:#fff;
}

.other_link li,.share li{
  list-style:none;
}
.other_link {
  margin:0 0 20px;
  font-size:15px;
}
.other_link li {
  padding:0 0 10px;
}
/*特商法リンク */
#sk_link_other a{
  border-bottom:solid 1px #2F2F2F;
  font-size:15px ;
}
#sk_link_other a:hover {
  color:#046BD2;
  border-color:#046BD2;
}

/*この商品について問い合わせる */
.btn-contact {
  background:transparent;
  border:none;
  padding:0;
  border-bottom:solid 1px #2F2F2F;
  font-size:15px;
}
.btn-contact:hover {
  background:transparent;
  color:#046BD2;
  border-bottom:solid 1px #046BD2;
}
/*アイコン */
.option_price .fa-solid {
  margin-left:10px;
}

/*SNSボタン */
.product__social-list {
  display: flex;
  gap: 10px;
}
    
/*最近チェックした商品 */
h3.en-title {
  margin-bottom:20px;
}
    
/*ノートPCで見た場合 */    
@media screen and (min-width:1280px) and ( max-width:1600px) {
  .product-section {
    max-width:1140px;
    display:block;
    margin:220px auto 0;
  }
}

/*割引表示 */
.add_cart_table s {
  color:#ff0000;
}
.discount {
    background: #ff0000;
    color: #fff;
    padding: 3px 10px;
    position: relative;
    right: -5px;
    bottom:3px;
}

/*注意事項 */
.precautions {
  font-size:16px;
  font-weight:500;
}






