@charset "utf-8";
/* =============================================
common
============================================= */
.mainWrap {
  background-color: #fef3cc;
  color: #171717;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  padding-bottom: 70px;
}
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.head-2 {
  font-weight: 700;
  color: #e97840;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.page-goods h2:after {
  content: none;
}
@media screen and (max-width: 1023px) {
  .pcOnly {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .head-2 {
    font-size: 5.3vw !important;
    margin: 0 0 5vw !important;
  }
  .page-goods h2:not(.block-goods-name--text) {
    background: none;
    padding: 0;
  }
  .page-goods .block-goods-comment1 {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .spOnly {
    display: none !important;
  }
}
/* =============================================
intro
============================================= */
.intro {
  margin: 40px 0;
}
.recommend-wrap {
  justify-content: center;
  margin: 30px 0;
}
.recommend-wrap li {
  width: 27%;
  margin: 0 20px;
}
.recommend-wrap li img {
  width: 230px;
  margin: 0 auto;
  display: block;
}
.recommend-wrap .caption {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  margin: 20px 0 0;
  color: #e97840;
}
.arrow {
  width: 150px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .intro {
    margin: 7vw 0;
  }
  .recommend-wrap {
    margin: 6vw 0;
    display: block;
  }
  .recommend-wrap li {
    width: 100%;
    margin: 0 0 4vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .recommend-wrap li img {
    width: 27vw;
    margin: 0 5vw 0 0;
  }
  .recommend-wrap .caption {
    font-size: 4vw;
    line-height: 7vw;
    margin: 0;
    text-align: left;
    width: 49vw;
  }
  .arrow {
    width: 24vw;
  }
}
/* =============================================
fleshherbtea
============================================= */
.fleshherbtea {
  margin: 40px 0;
}
.herbtea-wrap {
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.herbtea-wrap .img {
  width: 115px;
  margin-right: 40px;
}
.herbtea-wrap .text {
  width: 430px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: #e97840;
}
@media screen and (max-width: 1023px) {
  .fleshherbtea {
    margin: 7vw 0;
  }
  .herbtea-wrap {
    display: block;
    margin: 6vw 0;
  }
  .herbtea-wrap .img {
    width: 23%;
    margin: 0 auto;
  }
  .herbtea-wrap .text {
    width: 100%;
    font-size: 4vw;
    line-height: 7vw;
    text-align: center;
    margin: 4vw 0 0;
  }
}
/* =============================================
recipe
============================================= */
.recipe {
  background: #fff;
  width: 755px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 35px 70px;
  color: #e97840;
}
.recipe .title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}
.recipe .img {
  width: 140px;
  margin-right: 40px;
}
.recipe .text {
  width: 395px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  border-top: 1px solid #e97840;
  border-bottom: 1px solid #e97840;
  padding: 30px 0 20px;
  position: relative;
}
.recipe .text span {
  position: absolute;
  letter-spacing: 0.1em;
  font-size: 20px;
  top: -16px;
  background: #fff;
  padding-right: 10px;
}
.recipe .flex-wrap {
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.li-detail {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.li-detail li {
  display: table;
  line-height: 2;
  table-layout: auto;
}
.li-detail li .pre {
  display: table-cell;
  padding: 0rem 0.5rem 0rem 0rem;
  white-space: nowrap;
  width: 1%;
}
@media screen and (max-width: 1023px) {
  .recipe {
    width: 90%;
    padding: 5vw 6vw 6vw;
  }
  .recipe .title {
    font-size: 4.7vw;
  }
  .recipe .flex-wrap {
    margin: 4vw 0;
    display: block;
  }
  .recipe .img {
    width: 35%;
    margin: 0 auto 4vw;
  }
  .recipe .text {
    width: 100%;
    font-size: 3.4vw;
    line-height: 6vw;
    padding: 6vw 0 5vw;
  }
  .recipe .text span {
    font-size: 4.2vw;
    top: -3vw;
    padding-right: 3vw;
  }
  .li-detail {
    font-size: 3.4vw;
    line-height: 6vw;
  }
  .li-detail li {
    line-height: 6vw;
  }
}
/* =============================================
menu
============================================= */
.menu {
  margin: 0 0 40px;
}
.menu .img {
  width: 360px;
}
.menu .text {
  width: 374px;
  color: #e97840;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.menu .flex-wrap {
  justify-content: space-between;
  align-items: center;
  margin: 30px 77px 30px;
}
.menu .flex-wrap a {
  color: #e97840;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  border: 1px solid #e97840;
  border-radius: 100em;
  padding: 7px 0 10px;
  margin: 20px 0 0;
  width: 85%;
  position: relative;
}
.menu .flex-wrap a::before,
.menu .flex-wrap a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu .flex-wrap a::before {
  right: 19px;
  width: 19px;
  height: 1px;
  background: #e97840;
}
.menu .flex-wrap a::after {
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #e97840;
  border-right: 1px solid #e97840;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1023px) {
  .menu .flex-wrap {
    margin: 0 0 6vw;
  }
  .menu .img {
    width: 50%;
    margin: 0 5vw 0 0;
  }
  .menu .flex2 .img {
    margin: 0;
  }
  .menu .flex2 .text {
    margin: 0 0 0 5vw;
  }
  .menu .text {
    width: 50%;
    font-size: 4vw;
    line-height: 7vw;
  }
  .menu .flex-wrap a {
    font-size: 3.4vw;
    padding: 1.5vw 0 1.5vw;
    margin: 3vw 0 0;
    width: 90%;
    position: relative;
  }
  .menu .flex-wrap a::after {
    right: 3vw;
    width: 2vw;
    height: 2vw;
  }
  .menu .flex-wrap a::before {
    right: 3vw;
    width: 4vw;
  }
}
/* =============================================
set
============================================= */
.set h2 {
  margin-bottom: 30px;
}
.set-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
.set-wrap li {
  margin: 0 15px 50px;
}
.set-wrap li:nth-child(5) {
  margin: 0 35px 50px;
}
.set-wrap li img {
  margin: 0 auto;
  display: block;
}
.set-wrap li:nth-child(1) img {
  width: 78px;
}
.set-wrap li:nth-child(2) img {
  width: 93px;
}
.set-wrap li:nth-child(3) img {
  width: 68px;
}
.set-wrap li:nth-child(4) img {
  width: 89px;
}
.set-wrap li:nth-child(5) img {
  width: 113px;
}
.set-wrap li:nth-child(6) img {
  width: 113px;
}
.set-wrap li:nth-child(7) img {
  width: 113px;
}
.set-wrap li .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #e97840;
}
@media screen and (max-width: 1023px) {
  .set-wrap li {
    width: 50%;
  }
  .set-wrap li {
    margin: 0 0 6vw;
  }
  .set-wrap li .text {
    font-size: 3.4vw;
    line-height: 5vw;
  }
  .set-wrap li:nth-child(5) {
    margin: 0 0 6vw;
  }
}
/* =============================================
others
============================================= */
.others {
  width: 755px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 35px 0;
  color: #e97840;
  border: 1px solid #e97840;
}
.others .title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 25px;
}
.others-li .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.others-wrap {
  justify-content: center;
  align-items: baseline;
}
.others-li {
  margin: 0 25px;
}
.others-wrap li img {
  margin: 0 auto;
  display: block;
}
.others-wrap li:nth-child(1) img {
  width: 135px;
}
.others-wrap li:nth-child(2) img {
  width: 50px;
}
.others-wrap li:nth-child(3) img {
  width: 205px;
}
.others-wrap li:nth-child(4) img {
  width: 120px;
}
@media screen and (max-width: 1023px) {
  .others {
    width: 90%;
    padding: 5vw 0 0;
  }
  .others .title {
    font-size: 4.7vw;
    margin: 0 0 5vw;
  }
  .others-li {
    margin: 0 0 6vw;
    width: 50%;
  }
  .others-wrap {
    flex-wrap: wrap;
  }
  .others-li .text {
    font-size: 3.4vw;
    line-height: 5vw;
  }
  .others-wrap li:nth-child(3) img {
    width: 36vw;
  }
  .others-wrap li:nth-child(4) img {
    width: 25vw;
  }
  .others-wrap li:nth-child(1) img {
    width: 28vw;
  }
  .others-wrap li:nth-child(2) img {
    width: 12vw;
  }
}