@charset "euc-jp";

/* product */
.item_description_wrap { display: flex; flex-flow: row wrap; }
.item_description_contents { margin: 1rem; padding: 2rem 1.5rem; width: calc(100% / 3 - 2rem); background: #f5f4f2; }
.item_description_contents:last-child { width: calc(100% - 2rem); }
.item_description_contents .subs_title { margin: 2rem 0 1rem; font-size: 1rem; font-weight: 900; }
.item_description_contents .subs_title:first-child { margin: 0 0 1rem; }
.item_description_contents p { font-size: .9rem; line-height: 2; margin: 1rem 0; }

#item_detail_size { display: flex; flex-flow: row wrap; width: calc(100% / 3 * 2 - 2rem); }
#item_detail_size > h3 { width: 100%; }
#item_detail_size > .product_table { width: 50%; }
#item_detail_size > p { width: 50%; padding-left: 1rem; box-sizing: border-box; }

.item_table_wrap:first-child { width: 30%; }
.item_table_wrap:first-child > .product_table { width: 90%; }
.item_table_wrap:nth-child(2) { width: 70%; }
.item_table_wrap:nth-child(2) > .product_table { width: 100%; }
.item_table_wrap:last-child { width: 100%; }

.product_table { border-collapse: collapse; }
.product_table th,.product_table td { padding: .5rem; border: solid 1px #c5c4c2; font-size: .8rem;}

#sankou_size { width: 100%; display: flex; flex-flow: row wrap; justify-content: space-between; }
#sankou_size > .subs_title { width: 100%; }
#sankou_size > .sankou_size { width: 33%; font-size: .8rem; }
#sankou_size > .sankou_size:last-child { width: 30%; }
table.sankou_size th, .sankou_size td { padding: .75rem; border: solid 1px #a1a1a1; }

.prd_opt_src {
  display: none !important;
}
.product_image {
  margin-bottom: 0;
}
.product_image_main {
  float: left;
  width: 74.468%;
}
  .product_image_main img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    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_exp {
  clear: both;
  padding-top: 2em;
  line-height: 1.6;
}

.product_info_block {
  padding-top: 2em;
}
  .product_spec_block {
    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 select {
            width: 90%;
          }
          .product_order_form input {
            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: 30%;
    margin-bottom: 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-top: 1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 123.076%;
}
  .product_addcart_btn {
    width: 55%;
    padding: 1.2em 0;
    border: none;
    border-radius: 0;
    background-color: #df7676;
    cursor: pointer;
    -webkit-appearance:none;
  }
  .product_quick_order_btn {
    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; }

.cleaning__link__btn > p {
    font-size: .9em;
    margin: 2.5% 0;
    line-height: 1.5;
}
