@charset "UTF-8";

.pageHeading{
  max-width: 960px;
  margin: 20px auto auto auto;
  text-align: right;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
}
.landingPage{
  max-width: 960px;
  /* margin: 15px auto auto auto; */
  padding: 30px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
  border: 1px solid rgba(0,0,0,.125);
  border-bottom: 1px solid #999;
  border-radius: 0.5rem;
  background-color: #fff;
}
.lpHoujiacha{
  background-image: url("../../../commons/img/content_bg_wood.jpg");
}
.item__detail{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.item{
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
  border: ;
  border-bottom: 1px solid #999;
  border-radius: 0.25rem;
}
.summary__imgOuter{
  margin-top: 15px;
}
.summary__img{
  width: 100%;
}
.summary__infoOuter{
  margin-top: 15px;
}
.info__subTtl{
  line-height: 5rem;
  font-size: 2.2rem;
  font-weight: 600;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.info__ttl{
  font-size: 4rem;
  font-weight: 600;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.info__ttlVolume{
  font-size: 2.8rem;
  font-weight: 600;
}
.info__txt{
  line-height: 2.4rem;
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}
.official__link{
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  text-decoration: underline;
}
.info__ingredients{
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.ingredients__list{
  padding-left: 0;
}
.ingredients__list li{
  display: inline-block;
  display: -webkit-inline-box;
  margin: 0 0 0.5rem 0;
  padding: 0.5rem;
  line-height: 1.4rem;
  background-color: #ddd;
  border-radius: 0.5rem;
}


.item__orderOption{
  padding: 30px 0;
  background-color: #ffffe4;
}
.orderOption__ttl{
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: 600;
}
.orderOption__imgOuter{
  text-align: center;
}
.orderOption__img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100px;
  width: 100%;
  margin: auto;
}
.priceArea{
  display: inline-block;
  display: -webkit-inline-box;
  line-height: 1;
}
.normal .normalPrice{
  margin-top: 10%;
}
.normalPrice{
  color: #333;
}
.subscription .normalPrice{
  margin-top: 4px;
}
.subscriptionPrice{
  margin-top: 13px;
  color: #d80b1a;
}

.afterPrice{
  margin-top: 5px;
  color:#4d4d4d;
}
.priceArea__type{
  margin: 0 1rem 0 0;
  height: 30px;
  padding: 0.75rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.normalPrice .priceArea__type{
  border: 1px solid #333;
  color: #333;
}
.subscriptionPrice .priceArea__type{
  background-color: #d80b1a;
  border: 1px solid #d80b1a;
  color: #fff;
}

.afterPrice .priceArea__type{
  color: #4d4d4d;
  font-size: 1.4rem;
}

.priceArea__price{
  font-size: 3rem;
  font-weight: 600;
}
.priceArea__yen{
  margin-right: 0.5rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.priceArea__tax{
  font-size: 1.4rem;
  font-weight: 500;
}
.orderOption__btnOuter{
  position: relative;
}
.orderOption__btnOuter::before{
  content: "";
  position: absolute;
  top: 15px;
  left: 25px;
  box-sizing: border-box;
  border: 25px solid transparent;
  border-left: 20px solid #f6ed12;
  pointer-events: none;
}
.orderOption__btnOuter::after{
  content: "";
  position: absolute;
  top: 20px;
  left: 5px;
  width: 0%;
  height: 40px;
  border-left: 20px solid #f6ed12;
  pointer-events: none;
}

.orderOption__btn{
  width: 100%;
  height: 80px;
  text-decoration: none;
  border: 4px solid #fff;
  border-radius: 0.5rem;
  box-shadow: inset 0 4px 2px rgba(255,255,255,0.4), 2px 2px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 4px 2px rgba(255,255,255,0.4), 2px 2px 6px rgba(0, 0, 0, 0.4);
  font-size: 3rem;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
}
.normal .orderOption__btn{
  background-image: linear-gradient(#a0a0a0 0%, #616161 100%);
  background-image: -webkit-linear-gradient(#a0a0a0 0%, #616161 100%);
  text-shadow: 0px 0px 6px #3a3a3a;
}
.subscription .orderOption__btn{
  background-image: linear-gradient(#7AB753 0%, #006A3A 100%);
  background-image: -webkit-linear-gradient(#7AB753 0%, #006A3A 100%);
  text-shadow: 0px 0px 6px #01381d;
}


.orderOption__btn:hover{
  box-shadow: inset 0 4px 2px rgba(255,255,255,0.4), 2px 2px 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 4px 2px rgba(255,255,255,0.4), 2px 2px 10px rgba(0, 0, 0, 0.8);
  text-shadow: none;
}
.orderOption__btn:active {
  box-shadow: inset 0 2px 2px rgba(255,255,255,0.4), 0px 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 2px 2px rgba(255,255,255,0.4), 0px 1px 4px rgba(0, 0, 0, 0.2);
}


.sbsc__detail{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  margin: 60px auto auto auto;
  padding: 15px 0;
  border: 3px double #ccc;
  font-size: 1.2rem;
  color: #333;
}



/* にがり詰替えセット */
.minibottle__ttl{
  font-size: 3.6rem;
}
.minibottle__ttlVolume{
  font-size: 2.4rem;
}


/* Extra small devices (スマホ縦画面, 575.98px以下への指定) */
@media (max-width: 575.98px) {
  .landingPage{
    padding-right: 15px;
    padding-left: 15px;
    border: none;
    border-radius: 0;
  }
  .item{
    padding: inherit;
  }
  .info__subTtl{
    font-size: 1.8rem;
  }
  .info__ttl{
    font-size: 3.6rem;
  }
  .info__ttlVolume{
    font-size: 2.4rem;
  }
  .summary__imgOuter{
    margin-top: 0;
  }
  .orderOption__img{
    position: relative;
  }
  .item__orderOption{
    padding: 40px 0 30px 0;
  }
  .orderOption__priceAreaOuter{
    max-width: 240px;
    margin-top: 20px;
  }
  .normal .normalPrice{
    margin-top: 15px;
  }
  .subscription .normalPrice{
    margin-top: 15px;
  }
  .orderOption__btnOuter{
    margin-top: 15px;
  }
  .orderOption__btnOuter::before{
    top: 10px;
  }
  .orderOption__btnOuter::after{
    top: 15px;
  }
  .orderOption__btn{
    height: 70px;
    font-size: 2.2rem;
  }


  /* にがり詰替えセット */
  .minibottle__ttl{
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}




/* Small devices (スマホ横画面 576px　～　767.98pxへの指定) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .orderOption__btnOuter{
    margin-top: 15px;
  }
  .orderOption__btn{
    height: 70px;
    font-size: 2.2rem;
  }
  .normal .normalPrice {
    margin-top: 0;
  }
}




/* Medium devices (タブレット, 768px　～　991.98px以下への指定) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .orderOption__priceAreaOuter{
    padding: 0;
  }
}




/* Large devices (デスクトップ, 992px以上への指定) */
@media (min-width: 992px) {
}
/* Extra large devices (デスクトップ大画面, 1200px以上への指定) */
@media (min-width: 1200px) {
}
