/* 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;
}

.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: #333;
  border: medium none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 18px 0;
}

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

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

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

/***** 独自CSS *****/
.unt_item_title {
  margin-top: 30px;
  padding-bottom: 20px;
  line-height: 35px;
}
.item_label {
  border: solid 1px grey;
  padding: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}
.item_kmk {
  border-bottom: solid 1px grey;
  font-weight: bold;
  margin-bottom: 10px;
}
.component {
  width: 100%;
  border: solid 1px grey;
  margin-top: 40px;
}
.component tr {
  border-bottom: solid 1px grey;
}
.component tr th,
.component tr td {
  border-right: solid 1px grey; 
  padding: 0.4em;
}
.component tr th {
  width: 20%;
  vertical-align: middle;
  background-color: #f7f5ef;
  color: #5b4324;
}
.component tr td {
  width: 80%;
}

/* 商品説明 */
html {
  scroll-behavior: smooth;		
}
#curry_detail img {
  width: 100%;
}
.curry_icon {
  display: flex;
  margin-bottom: 40px;
}
.curry_icon li {
  margin-right: 10px;
}
.curry_intro {
  margin-bottom: 50px;
}
.curry_intro img {	
  margin-bottom: 0;
}
.curry_exp {
  margin-bottom: 60px;
}
.curry_exp h3 {
  margin-bottom: 20px;
}
#curry_contents dl {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
 #curry_contents dl {
  display: -webkit-block;
  display: -ms-block;
  display: block;
 }
}
#curry_contents dl dt {
  width: 40%;
}
@media (max-width: 480px) {
 #curry_contents dl dt {
  width: 100%;
  margin-bottom: 20px;
 }
}
#curry_contents dl dd {
  width: 57%;
}
@media (max-width: 480px) {
 #curry_contents dl dd {
  width: 100%;
 }
}
#curry_contents dl dd span {
  font-size: 1.4em;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
}
.type_caution {
  border: 3px solid #dacab0;
  padding: 13px;
}
.tc_size {
  font-size: 1.2em;
}
.tc_under {
  text-decoration: underline;
}
#cook_contents dl {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
 #cook_contents dl {
  display: -webkit-block;
  display: -ms-block;
  display: block;
 }
}
#cook_contents dl dt {
  width: 40%;
}
@media (max-width: 480px) {
 #cook_contents dl dt {
  width: 100%;
  margin-bottom: 20px;
 }
}
#cook_contents dl dd {
  width: 57%;
}
@media (max-width: 480px) {
 #cook_contents dl dd {
  width: 100%;
 }
}
#cook_contents dl dd span {
  font-size: 1.4em;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
}
#cook_contents dl dd span.oven_temp {
  font-size: 1em;
  font-weight: normal;
  border: 1px solid #000;
  margin: 10px 0;
  width: calc(100% - 28px);
  padding: 13px;
}
#cook_contents ul {
  border: 3px solid #dacab0;
  padding: 13px;
}
#cook_contents ul li:before {
  content: "※ ";
}
#curry_under img {
  margin-bottom: 30px;	
}
#curry_under img a:hover {
  cursor: pointer;
}
