@charset "euc-jp";
.ttl_h2{
  color: #6a7626;
  text-align: center;
  font-size: 2em;
  margin-top: 1em;
}
.prd_opt_src {
  display: none !important;
}
.product_image {
  margin-bottom: 0;
}
.product_image_main {
}
  .product_image_main img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
.product_image_main2 {
}
  .product_image_main2 img {
    display: block;
    margin: 2em auto .2em;
    max-width: 800px;
    width: 86%;
    height: auto;
  }
.product_image_thumb {
  float: right;
  width: 24.468%;
}
.product_image_thumb li {
  float: left;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 6.521%;
  width: 43.478%;
}
.product_image_thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.product_image_thumb2 {
  display: block;
  max-width: 300px;
  width: 50%;
  margin: 0 auto;
}
.product_image_thumb2 img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.product_exp {
  clear: both;
  padding-top: 2em;
  line-height: 2;
  width: 50%;
  margin: 0 auto;
}
.product_exp2 {
  clear: both;
  padding-top: 1em;
  line-height: 2;
  width: 60%;
  margin: 0 auto;
}

.product_info_block {
  padding-top: 2em;
}
  .product_spec_block {
    width: 60%;
    margin: 0 auto 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 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 {
    width: 50%;
    margin: 0 auto 2em;
  }
    .product_info_lst .icon {
      margin-bottom: .7em;
    }
    .product_info_lst a {
      color: #444;
      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: 2em auto 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 123.076%;
}
  .product_addcart_btn {
    margin: 2em auto 0;
    width: 60%;
    padding: 1.2em 0;
    border: none;
    border-radius: 0;
    background-color: #6a7626;
    cursor: pointer;
    -webkit-appearance:none;
  }
  .product_addcart_btn:hover{
    opacity: 0.6;
}
  .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: 50%;
  }
.together_block {
  clear: both;
}

@media screen and (max-width: 800px){
  .product_exp {
    width: 60%;
  }
  .product_spec_block {
    width: 75%;
  }
  .product_info_lst {
    width: 60%;
  }
}
@media screen and (max-width: 414px){
  .product_exp {
    width: 80%;
  }
  .product_spec_block {
    width:90%;
  }
  .product_info_lst {
    width: 80%;
  }
}

.bkBtn {
  position: relative;
  display: block;
  margin: 7em auto 0;
  width: 240px;
  background: #fff;
  border: 2px solid #6A7626;
  color: #6A7626;
  text-decoration: none;
  letter-spacing: .2em;
  font-weight: 600;
  padding: 1em 1.2em;
}
.bkBtn::after {
  content: "";
  position: absolute;
  right: 1.2em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 2px solid #6A7626;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
}

