.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.product-wrap {
  overflow: hidden;
}
.product-detail-left {
  float: left;
  width: 484px;
}
.product-detail-right {
  float: right;
  width: 226px;
}
.product-detail-heading {
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: .7em;
}
.product-detail-head{
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}
.product-detail-price  {
  margin-bottom: 24px;
  font-size: 32px;
  font-family: 'Crimson Text', serif;
}
.product-detail-price span {
  margin-bottom: 32px;
  color: #333;
  font-size: 16px;
}
.product-detail-description {
  padding: 24px 0;
}
.product-number {
  margin: 24px 0 16px;
}
.product-number-button {
  display: inline-block;
  margin-left: 8px;
}
.product-number-button a {
  display: block;
  width: 21px;
  height: 21px;
}
.angle-up:before {
  display: block;
  width: 21px;
  height: 21px;
  background: url("https://img21.shop-pro.jp/PA01353/531/etc/btn_product_number.jpg?cmsp_timestamp=20160722155303") no-repeat;
  background-position: 0 0;
  content: "";
}
.angle-down:before {
  display: block;
  width: 21px;
  height: 21px;
  background: url("https://img21.shop-pro.jp/PA01353/531/etc/btn_product_number.jpg?cmsp_timestamp=20160722155303") no-repeat;
  background-position: 0 -21px;
  content: "";
}
.angle-up:hover:before,
.angle-down:hover:before {
  filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
  
.input-prepend.input-append input {
  padding: .8em;
}
.disable_cartin .btn-cart {
  width: 100%;
  	padding: 1.2em 0;
    border: 1px solid #fb3733;
    background: #fb3733;
    color: #fff;
    text-align: center;
}
.disable_cartin .btn-cart:hover {
  opacity: .6;
}
.product__image-thumb {
  width: 484px;
  padding: 0;
}
.image__main {
  margin-bottom: 12px;
}
.col-lg-3 {
  width: 18%;
}
.product__image-thumb ul li {
  cursor: pointer;
}
.product-wrap {
  padding-bottom: 64px;
  border-bottom: 1px solid #e5e5e5;
}
.product-description {
  line-height: 36px;
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  letter-spacing: .08em;
}
.product-description th {
  width: 160px;
}
.product-description p {
  margin-top: 1em;
}
.description-last {
  margin-bottom: 40px;
}
.heading--margin {
  margin-bottom: 24px;
}
.packed {
  line-height: 1.5;
  margin-bottom: 1em;
  font-size: 16px;
}
.product-num-text {
  font-size: 16px;
  margin-bottom: 1em;
}
.caution {
  line-height: 1.5;
  margin-top: 1em;
  padding: 1em;
  border: 1px solid #fb3733;
  font-size: 14px;
  letter-spacing: .04em;
}
.caution strong {
  color: #fb3733;
  font-weight: bold;
}
.regular-price {
  margin-bottom: 20px;
}
.asking-price,
.souryoukomi {
  line-height: 2;
}
.moushikomi {
  display: block;
  color: #fb3733;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1em;
}
.nogift {
  font-size: 14px;
  margin: 0 0 1em 1em;
  line-height: 1.5;
  text-indent: -1em;
}
.gift {
  display: block;
  font-size: 14px;
  color: #888;
  margin: 0 0 1em 0;
  line-height: 1.5;
  text-decoration: underline;
}
.gift:hover {
  color: #888;
  text-decoration: none;
}
/*=== PC ================*/
/* 詰め合わせ内容 */
.product_descript_pc {
  float: left;
  margin-top: 20px;
}

/* 包装紙・のし紙へのリンク */
.custom_option_pc .gift {
  margin: 0;
}

/* 商品説明（詰め合わせ内容の下） */
.product_descript_pc .product-description {
  padding: 20px 0 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
}

/* 商品詳細の表部分 */
.table_descript_pc .product-description {
  padding: 0;
}

/* 表より上の部分全体 */
.product-wrap {
  padding-bottom: 40px;
}

/* カスタマーオプションのセレクト */
.custom_option_pc #custom-options-container select {
  padding: 6px;
  height: 35px;
}

/* カスタマーオプションのテキストエリア */
.custom_option_pc #custom-options-container textarea {
  padding: 8px 10px;
}

/*=== SP ================*/
.custom_option_sp {
  margin-bottom: 30px;
}

/* 包装紙・のし紙へのリンク */
.custom_option_sp .gift {
  margin: 0;
}

/* カスタマーオプションのセレクト */
.custom_option_sp #custom-options-container select {
  height: 30px;
}

/* カスタマーオプションのテキストエリア */
.custom_option_sp #custom-options-container textarea {
  padding: 5px;
}

.prduct-option select {
  display: block;
  margin-bottom: 20px;
}