@charset "UTF-8";
/*
  File Name   : sp_responsive.css
  Description : SP共通
*/

/* 共通ーーーーーーーーーーーーーーーー */

.is-pc {
  display: none;
}

.is-sp {
  display: block;
}

.inner_l {
  max-width: 710px;
  padding: 0 20px;
}

.inner_s {
  padding: 0 20px;
}

.section-title {
  font-size: 42px;
}

.section-title div {
  font-size: 14px;
}

.btn {
  width: 200px;
  height: 50px;
}

.btn__label {
  font-size: 18px;
}

.btn span {
  width: 100px;
  height: 50px;
}

.btn i {
  transform: translateY(80%);
}

.btn__cover::after {
  width: 200px;
  height: 50px;
}

/* headerーーーーーーーーーーーーーーーー */
.header {
  height: 80px;
}

.header__inner {
  margin: 0 0 0 25px;
}

.header__logo .logo__cover {
  width: 120px;
  padding-top: 25px;
}

.header__nav__cover {
  display: none;
}

.header__right {
  display: none;
}

.header__tel {
  display: none;
}

.reserve__link {
  padding: 18px 45px;
}

/* hamburger ーーーーーーーーーーーーーーーー */
.hamburger {
  display: block;
  background: #ee827d;
  padding: 25px 20px;
  z-index: 500;
  cursor: pointer;
}
.hamburger span {
  position: relative;
  display: block;
  height: 4px;
  width: 40px;
  background: #fff;
  border-radius: 3px;
  transition: ease 0.3s;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 7px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* is-open時の動き */
.hamburger.is-open span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  transform: translateY(-50%);
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  top: -12px;
  transform: rotate(-45deg);
}

/* mobile nav */
.mobile__nav__cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  padding-top: 80px;
  padding-bottom: 60px;
  transform: translateX(100%);
  transition: ease 0.3s;
  z-index: 400;
  box-shadow: 0px 10px 25px -12px rgba(0, 0, 0, 0.2);
}

.mobile__nav__cover.is-open {
  display: block;
  transform: translateX(0);
}

.mobile__nav .nav__items {
  display: block;
  text-align: center;
}

.mobile__nav .nav__items .nav__item {
  padding: 3vh 0;
  margin: 0;
}

.mobile__nav .nav__items .nav__item a {
  font-size: 30px;
}

.mobile__tel__cover {
  text-align: center;
  margin: 30px 0;
}

.mobile__tel .tel-info a {
  font-size: 36px;
}

.mobile__tel .tel-info span {
  font-size: 22px;
}

.mobile__tel p {
  font-size: 18px;
}

.mobile__tel__cover .reserve__btn {
  padding-top: 30px;
}

.mobile__tel__cover .reserve__btn .reserve__link {
  padding: 18px 60px;
}

/* TOP ーーーーーーーーーーーーーーーー */
/* main */
.main {
  display: block;
  margin-top: 130px;
}

.main__text {
  display: block;
  margin: 50px 0 30px;
}

.main__text__lead {
  font-size: 3vw;
}

.main__text__title {
  display: block;
  font-size: 5.2vw;
  text-align: center;
  margin: 0 auto 22px;
}

.main__text span {
  font-size: 5vw;
  margin-left: 5%;
}

.swiper {
  width: 80%;
}

.swiper-slide-content {
  bottom: -20%;
  left: -20%;
}

.slide img {
  border-radius: 30px 0 0 30px;
}

.swiper-slide-content img {
  border-radius: 20px;
}

/* about */
.top-about {
  padding-top: 80px;
}

.top-about::before {
  background-size: contain;
  top: -10px;
}

.media__inner {
  display: block;
}

.media__img {
  width: 100%;
}

.media__img img {
  border-radius: 30px;
}

.media__text__box {
  padding: 40px 3% 0;
}

.media__text__box-2 {
  padding: 40px 3% 0;
}

.media__title {
  font-size: 22px;
}

.top-about .media__title {
  text-align: center;
}

/* top-menu */
.top-menu {
  padding-bottom: 80px;
}

.top-menu__inner .section-text {
  text-align: left;
}

.card__items {
  display: block;
}

.card__item {
  width: 100%;
  max-width: 100%;
}

.card__item + .card__item {
  padding-left: 0;
  padding-top: 30px;
}

/* top-shop */
@media (max-width: 600px) {
  .top-shop {
    margin-bottom: 420px;
  }
}

.top-shop {
  height: 300px;
}

.top-shop::before {
  background-size: contain;
}

.top-shop::after {
  background-size: contain;
  bottom: -51px;
}

.top-shop__inner {
  padding: 50px 20px;
}

.top-shop__inner .btn__cover {
  left: 50%;
  transform: translateX(-50%);
}

/* under-main ーーーーーーーーーーーーーーーー */
.under__main {
  display: block;
}

.under__main::after {
  bottom: 105px;
  background-size: contain;
}

@media (max-width: 500px) {
  .under__main::after {
    bottom: 99px;
  }
}

.under__main__img {
  margin-left: auto;
  margin-bottom: 40px;
}

.under__main__img img {
  display: block;
  height: 300px;
}

.bg__cover {
  margin-top: -150px;
  padding-top: 150px;
  padding-bottom: 100px;
}

/* about ーーーーーーーーーーーーーーーー */
.section-title__cover .section-title {
  font-size: 22px;
}

.about__img img {
  border-radius: 30px;
  max-width: 400px;
}

.aboutyosa01 {
  margin: 50px auto 0;
}

.about .media__title {
  text-align: center;
}

.aboutyosa01 .media__img img {
  max-width: 400px;
}

.aboutyosa01 .media__img {
  text-align: center;
  margin-top: 50px;
}

.aboutyosa02 .media__img {
  margin: 0 auto;
  padding-top: 50px;
}

.aboutyosa02 .media__text__box {
  padding: 40px 3%;
}

.beginners__inner .media__img {
  text-align: center;
}

.beginners__inner .media__title {
  text-align: center;
}

.safety__inner .media__img {
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
}

.safety__inner .media02:nth-child(3) {
  margin-top: -30px;
}

.safety__inner .media__img img {
  margin: 0;
  width: 275px;
}

.recommend__content__text .media__title {
  text-align: center;
}

.recommend__content02__inner {
  display: block;
}

.recommend__content02__img img {
  border-radius: 30px;
}

.recommend__content02__img__cover {
  text-align: center;
}

.recommend__content02__text {
  margin-top: 40px;
  margin-left: 0;
}

.recommend__list__cover {
  margin: 20px 0;
}

.recommend__list {
  padding: 20px 10px 15px;
}

.recommend__content__text {
  padding: 40px 3%;
  line-height: 2;
}

.method__inner .card__items:nth-child(4) {
  margin-top: 30px;
}

.method__inner .card__item__text {
  max-width: 400px;
  margin: 0 auto;
}

.herbs__inner .media__img {
  text-align: center;
}

/* menu ーーーーーーーーーーーーーーーー */
.menu01 {
  margin-top: 40px;
}

.menu03 .menu__item__cover .menu__items + .menu__items {
  margin-top: 40px;
}

.menu__item__cover {
  display: block;
  margin-top: 40px;
}

.menu__items {
  width: 91%;
  margin: 0 auto;
}

.menu__item {
  display: block;
}

.menu__item span {
  white-space: nowrap;
  margin-left: 0;
}

.menu__text {
  margin-top: 10px;
}

.bottom__img {
  height: 300px;
}

.bottom__img::before {
  background-size: contain;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -5%;
  width: 80px;
  height: 25px;
  margin-left: 30px;
  margin-bottom: 7px;
}

.menu-swiper_02 .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 57%;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin-left: 5px;
  margin-bottom: 4px;
}

/* shop ーーーーーーーーーーーーーーーー */
.shop__content,
.recommend__content {
  margin-bottom: 50px;
}

.shop__content__text .section-title {
  margin-bottom: 15px;
  font-size: 30px;
}

.shop__content:nth-child(1) {
  margin-top: 40px;
}

.shop-swiper-slide img,
.recommend-swiper-slide img {
  border-radius: 40px;
}

/* footer ーーーーーーーーーーーーーーーー */
.footer::before {
  background-size: contain;
  top: -10px;
}

.footer__inner {
  display: block;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 120px;
}

.footer__logo .logo__cover {
  margin: 0 auto;
}

.access-title__cover .section-title {
  font-size: 42px;
  font-weight: normal;
}

.address {
  white-space: normal;
}

.map__cover {
  width: 80%;
  margin: 40px auto 0;
}