@charset "euc-jp";
.prd_opt_src {
  display: none !important;
}
.product_image {
  margin-bottom: 0;
}
.product_image_main {
  float: left;
  width: 70.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;
  margin-left: 30px;
}

.product_info_block {
  padding-top: 2em;
}
  .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 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: #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 {
    float: left;
    width: 55%;
    padding: 1.2em 0;
    border: none;
    border-radius: 0;
    background-color: #df7676;
    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;
}

.tit_name2 {
font-weight:bold;
font-size:110%;
margin:10px 0px 10px 0px;
}


/* --- 最終版：コンパクトで優しい桃色のボタン仕様 --- */
.product_top_cart_block {
  margin: 15px 0 10px 0;
  padding: 10px 25px; /* 上下の余白をスリムに抑えたままにします */
  background-color: #fdfdfb; /* 鳥の子色をさらに淡く、透明感のある白へ */
  border-top: 1px solid #c2cdc1; /* 利休鼠のような、細く淡い緑色の線 */
  border-bottom: 1px solid #c2cdc1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_price_box {
  font-family: "Times New Roman", "Yu Mincho", "遊明朝", serif;
}

.top_price_label {
  font-size: 85%;
  color: #777;
  letter-spacing: 0.05em;
}

.top_price_val {
  font-size: 100%;
  font-weight: normal; /* しとやかな細文字で上品に */
  color: #444;
  letter-spacing: 0.05em;
}

.top_cart_action {
  width: auto; /* ボタンが大きくなりすぎないよう、文字幅に合わせます */
}

/* 小さめで上品な「ボタン」：色味をさらに控えめな淡い桃色に */
.product_jump_btn {
  display: inline-block;
  font-family: "Yu Mincho", "遊明朝", serif;
  font-size: 95%; /* 少し小さめの文字で知的に */
  color: #555; /* 文字色は馴染みの良い濃いグレー */
  background-color: #d98484; /* 桃色 */
  padding: 6px 15px; /* ボタン全体のサイズをきゅっと小さく */
  border: 1px solid #f5e4e4;
  text-decoration: none;
  letter-spacing: 0.05em;
  border-radius: 0; /* 角を丸めず、凛とした直線に */
  transition: all 0.3s ease;
}

/* マウスを乗せたとき：ほんのり「金色（真鍮色）」の枠線へ変化 */
.product_jump_btn:hover {
  background-color: #fdfdfb; /* 背景の白に馴染ませます */
  color: #c2a26b; /* 上品なくすみの金色 */
  border: 1px solid #c2a26b; /* 金色の細い枠線 */
  text-decoration: none;
}

/* 横幅が狭い（スマホ等）時の表示 */
@media screen and (max-width: 768px) {
  .product_top_cart_block {
    padding: 8px 15px;
  }
}