@charset "euc-jp";
.product_name{
  font-size:32px;
  margin-top: 40px;
}
.prd_opt_src {
  display: none !important;
}
.product_image {
  margin-bottom: 40px;
}
.product_image_main_center {
  text-align: center;
}
.product_image_main_center img{
  width: 74.468%;
}
.product_image_main {
  float: left;
  width: 74.468%;
}
  .product_image_main img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    width: 100%;
  }
.product_image_thumb {
  float: right;
  width: 24.468%;
}
.product_image_thumb li {
  float: left;
  cursor: pointer;
  margin-bottom: 10px;
  width: 100%;
}
.product_image_thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.product_image_thumb img:hover {
  opacity: 90%;
}
.product_exp {
  clear: both;
  padding-top: 2em;
  line-height: 1.6;
  font-weight: bold;
}

.product_info_block {
  padding-top: 2em;
  overflow: auto;
}
  .product_spec_block {
    float: left;
    width: 65%;
    margin-bottom: 3em;
  }
    .product_spec_block table {
      width: 100%;
    }
      .product_spec_table {
        border-top: 1px solid #888;
      }
      .product_spec_table th {
        padding: 1em .5em 1em 1em;
        border-right: 1px solid #888;
        border-bottom: 1px solid #888;
      }
      .product_spec_table td {
        overflow: hidden;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 1em;
        border-bottom: 1px solid #888;
      }
        .product_spec_table th {  
          width: 33.333%;
        }
        .product_spec_table td {
          width: 66.666%;
        }
        .product_spec_table .price{
          font-size:16px;
          color:red;
        }
          .product_spec_table select {
            width: 90%;
          }
          .product_order_form input {
            float: left;
            margin-right: .3em;
            padding: .3em;
            width: 3em;
            text-align: right;
          }
          .product_order_form .text-titles-list__detail-text {
            width: 85%;
            text-align: left;
          }
          .product_unit {
            padding: .3em;
            float: left;
          }
          .product_init {
            display: none;
          }
          .product_option_table td div {
            margin-bottom: .5em;
          }
  .product_info_lst {
    float: right;
    width: 30%;
    margin-bottom: 2em;
  }
    .product_info_lst .icon {
      margin-bottom: .7em;
    }
    .product_info_lst a {
      color: #666;
      font-size:14px;
      text-decoration: none;
    }
    .product_info_lst a:hover {
      text-decoration: underline;
    }
  .product_review {
    margin-bottom: 1.5em;
  }
    .product_review a {
      font-weight: bold;
    }
.social_share {
  margin-top: 1.5em;
}
  .social_share li {
    margin-bottom: .5em;
  }

.product_cart_btn {
  display: block;
  margin-top: 1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 123.076%;
}
.product_cart_btn:hover {
  opacity:90%;
}
  .product_addcart_btn {
    float: left;
    width: 55%;
    padding: 1.2em 0;
    border: none;
    border-radius: 5px;
    background-color: #993333;
    cursor: pointer;
    -webkit-appearance:none;
  }
  .product_quick_order_btn {
    float: right;
    width: 40%;
    padding: .8em 0;
    background-color: #c67f7f;
    text-decoration: none;
  }
  .product_member_sale_msg {
    color: #df7676;
  }

.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;

}

.trackback_block {
  clear: both;
}
  .trackback_url {
    padding: .5em;
    width: 60%;
  }
.together_block {
  clear: both;
}

.product_info_detail_block{
  margin-top:10px;
}
.product_info_detail_block .image{
  float:left;
  width:40%;
  margin-right:2%;
}
.product_info_detail_block .image img{
  width:100%;
}
.product_info_detail_block .text{
  float:left;
  width:58%;
}

.product_info_receipe_block{
  margin-top:10px;
}
.product_info_receipe_block .text{
  float:left;
  width:58%;
  margin-right:2%;
}
.product_info_receipe_block .image{
  float:left;
  width:40%;
}
.product_info_receipe_block .image img{
  width:100%;
}
img.product_image_full {
  width: 100%;
}
img.product_image_large {
  margin: 0 auto;
  width: 80%;
}
div.product_image_middle {
  text-align:center;
}
div.product_image_middle img {
  width: 60%;
}
img.product_image_small {
  margin: 0 auto;
  width: 40%;
}
table.product_detail{
  margin-bottom: 40px;
  border: 1px solid #333;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
table.product_detail_left{
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #333;
  border-collapse: collapse;
  width: 80%;
}
table.product_detail th,
table.product_detail_left th{
  background-color: #EEE;
  width: 20%;
}
table.product_detail td,
table.product_detail_left td{
  width: 80%;
}
table.product_detail th,
table.product_detail td,
table.product_detail_left th,
table.product_detail_left td{
  border: 1px solid #333;
  padding:5px 10px 5px 10px;
}
.delivery_method_cold{
  color: #79CCFF;
}
.delivery_method_frozen{
  color: #999;
}
.product_cart_btn_explain{
  margin-top:20px;
}
.disable_cartin .fas{
  margin-right: 10px;
}

.goodsblock {
  margin-bottom:40px;
  padding-bottom:40px;
  border-bottom: 1px solid #ccc;
}

.goodsblock ul::after {
  clear:both;
  display:block;
  content:'';
}

.goodsblock ul li {
  width: 25%;
  float:left;
  text-align:center;
  font-size: 15px;
  box-sizing: border-box;
  padding: 15px;
  font-weight: bold;
}

.goodsblock ul li:nth-of-type(4n+1) {
  clear:both;
}

.goodsblock ul li img {
	max-width: 100%;
	width: auto;
  height: auto;
  margin-bottom: 10px;
}
.goodsblock ul li a {
	color: #444;
  text-decoration: none;
  display: block;
}

.goodsblock ul li a:hover {
  text-decoration: underline;
}

.goodsblock ul li a:hover img {
  opacity:0.85;
}

.reviews{
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding-bottom: 20px;
}
.review{
  border-bottom: 1px dashed #aaa;
  padding-bottom: 20px;
  padding-top: 10px;
  overflow: auto;
}
.review:last-of-type{
  border-bottom: 0;
}
.review .review_title{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}
.review .review_star{
  width: 100px;
  margin-bottom: 5px;
}
.review .review_author{
  font-weight: bold;
  margin-bottom: 5px;
}
.review .review_date{
  margin: 0 0 0 10px;
  font-weight: normal;
}
.review .review_author_option{
  margin: 0 0 0 20px;
  font-weight: normal;
}
.review .review_comment{
  
}
.review .review-left{
  width: 70%;
  float: left;
}
.review .review-right{
  width: 28%;
  float: right;
}
.review .review-image{
  width: 100%;
}
.review-res{
  clear: both;
  background-color: #EFEFEF;
  padding: 20px;
  margin-top: 10px;
}
.related_review_product_name{
  border-top: solid 1px #000;
  margin: 20px 0 10px 0;
  padding:20px 0 20px 0;
}

/* special_product */
.special_product_section{
  max-width: 750px;
  width: 100%;
  margin: auto auto;
  line-height: 0;
}
.special_product_section .special_product_img{
  min-width: 375px;
  width: 100%;
}
.after-cart-block{
  text-align: center; 
  line-height: 0;
}

.shipping-banner{
  width: 700px;
  display: flex;
  margin: 20px auto 0 auto;
}
.shipping-banner a:hover{
  opacity: 0.7;
}
.shipping-banner .base-fee{
  width: 200px;
}
.shipping-banner .base-fee img{
  width: 100%;
}
.shipping-banner .free-product{
  width: 500px;
}
.shipping-banner .free-product img{
  width: 100%;
}