/* bxSlider関連 */
.container-section {
  opacity: 0; 
  transition: opacity .3s linear;
}
.bx-wrapper {
  margin: 0 !important;
}

ul.bxslider {
  margin-left: 0px !important;
}

.bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background: transparent!important;
}


.custom-thumb li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  margin: 0;
  padding: 5px 5px 5px 0;
}

.custom-thumb li a:hover {
  opacity: 0.7;
}

/* サムネイルactive時の枠を付ける */
.custom-thumb a {
  display: inline-block;
}

a.active {
  border: 1px solid #333;
}

/* 販売価格の文字強調 */
.product_sales {
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.2em;
}

/* 数量入力欄 */
input.product-cart-init-num {
  float: left;  
  -webkit-appearance: none;
  border: 1px solid #ccc;
  height: 20px;
  width: 20%;
}

/* 商品単位 */
.product-unit {
  float: left;
  padding: 5px;
}

/* 名入れ入力欄 */
.product-order-form input[type="text"] {
  width: calc(100% - 14px);
}

/* カートボタン下マージン */
.product_cart_area {
  margin-bottom: 15px;
}

/* カートボタンのデザイン */
.btn-addcart {
  background-color: #d10913;
  border: medium none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 18px 0;
  transition: 0.3s;
}

/* いいねボタンのズレ修正 */
.fb_adjust {
  position: relative;
  top: 1px;
}

/* IE11だけで適用されるスタイルシート */
@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .custom-thumb img {
    width: 100%; //IE11のmax-width崩れ
  }
}



.product-order-exp {
  background: url(https://img21.shop-pro.jp/PA01456/673/etc/tateline.png) repeat-x left top;
  padding: 50px 15px;
}

.product-order-exp h3 {
  margin-top: 50px;
}

.product-order-exp table {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 90%;
}
.product-order-exp table th, .product-order-exp table td {
  padding: 1em;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.product-order-exp table th {
  background: url(https://img21.shop-pro.jp/PA01456/673/etc/naname_bg.png);
  background-color: #fff;
  text-align: left;
}
.product-order-exp table td {
  background-color: #fff;
  font-weight: bold;
}

.product-order-exp table.temp-table th, .product-order-exp table.temp-table td {
  text-align: center;
}

.comment-area {
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
}
.comment-area p {
  padding-bottom: 1em;
}
.comment-area img {
  width: 400px;
}

.stock_error {
text-align: center;
color: red;
font-weight: bold;
padding-bottom: 0.5em;
}