/* 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: #f39801;
  border: medium none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.2em;
  padding: 18px 0;
  width: -webkit-fill-available;
}

/*レビューボタンのデザイン*/
#review_btn{
    border: 1px solid #FF9D00 !important;
    text-align: center;
    font-family: sans-serif;
    border-radius: 30px;
}

#review_btn a{
    color: #FF9D00 !important;
    text-decoration: none;
    padding: 10px;
    display: block;
}

.btn-addcart:hover {
  background-color: #fff;
  border: 1px solid #f39801;
  color: #f39801;
  padding: 17px 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崩れ
  }
}

/*レビュー表示用*/
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}

.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}

.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}

/*商品説明文と見出し_230510*/
/*.textHeading{
    font-size: 1.6em;
    font-weight: 600;
    background-color: #dedede;
    padding-left: 0.3em;
    padding-top: 0.1em;
}*/

.textHeading {
  font-size: 1.6em;
  font-weight: 600;
  background-color: #dedede;
  padding: 0.5em;
  line-height: 0.9em;
  margin: 0;
}

.itemText{
    font-size: 1.2em;
}


/*230614*/
.itemBtm .btmTittle {
    background-color: #696969;
    text-align: center;
    font-size: 25px;
    color: #fff;
    padding: 10px 0;
/*    margin: 150px 0 50px;*/
}

/*.itemBtm .btmTittle{
 font-size: 17px;
 margin-bottom:20px;
}*/
.itemBtm .btmButton a{
 display: flex;
 justify-content: center;
 align-items: center;
 background: #fff;
 border: 1px solid #FF9D00;
 box-sizing: border-box;
 width: 80%;
 height: 50px;
 padding: 5% 6% 5% 12%;
 color: #FF9D00;
 font-size: 25px;
 text-align: left;
 text-decoration: none;
 position: relative;
 transition-duration: 0.2s;
 margin: 0 auto;
}
.itemBtm .btmButton a:hover {
  background: #FF9D00;
  color: #fff;
}
.itemBtm .btmButton a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #FF9D00;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

.pickupBox{
      display:flex; 
      flex-wrap: wrap;
      width: 100%;
      height:auto;
      padding:10px;
}

.pickupItem{
      width: 50%;
      text-align: center;
      padding:15px 40px;
} 

.pickupText{
      margin-top:5px;
}

.pickupTittle{
    color: #ff0000;
    font-weight: bold;
}

@media screen and (max-width:767px) {
.itemBtm .btmTittle{
 font-size: 17px;
}

.itemBtm .btmButton a{
 width: 95%;
 font-size: 15px;
}
.pickupItem {
    padding: 0px 5px;
}
}
