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

/* 共通ーーーーーーーーーーーーーーーー */
body {
  font-size: 14px;
}

.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: 28px;
  line-height: 1.3;
}

.section-title__cover .section-title {
  margin-bottom: 30px;
}

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

.btn__label {
  font-size: 18px;
}

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


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

.header__inner {
  align-items: center;
  padding: 0 0 0 15px;
}

.header__logo a {
  width: 130px;
  margin-left: 0;
  margin-top: 40px;
}

.header__nav__cover {
  display: none;
}

.header__right {
  display: none;
}

.header__copy {
  font-size: 12px;
}

.header__tel {
  display: none;
}

.reserve__link {
  padding: 20px;
}


/* hamburger ーーーーーーーーーーーーーーーー */
.hamburger {
  display: block;
  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: rgba(25,69,41,0.9);
  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: 3.5vh 0;
  margin: 0;
}

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

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

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

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

.mobile__tel p {
  font-size: 14px;
  color: #fff;
}

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

/* TOP ーーーーーーーーーーーーーーーー */
/* main */
.main {
  display: block;
}

.main .swiper-slide img {
  aspect-ratio: 8/9;
}

.main .swiper-slide::before {
  aspect-ratio: 8/9;
}

.main__text {
  top: 40%;
  margin-left: 30px;
}

.main__text__title {
  font-size: 5vw;
  line-height: 1.5;
  margin-bottom: 30px;
}

.main__text__lead {
  font-size: 12px;
}

.main__text__sub {
  font-size: 6vw;
  right: 30px;
  bottom: 10px;
}

.is-sp_600 {
  display: none;
}

@media (max-width: 600px) {
  .is-sp_600 {
    display: block;
  }

  .main__text__lead {
    line-height: 1.5;
  }
}

/* sub content */
.top-sub {
  display: block;
  padding: 70px 0 30px;
}

.top-sub__img {
  width: 50%;
  margin: 0 auto;
}

.top-sub__title {
  font-size: 18px;
  margin-bottom: 20px;
}

.top-sub__text__box {
  width: 100%;
  margin: 20px auto 0;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}

.top-sub__text {
  margin: 0 auto;
}

/* top-about */
.top-about {
  padding: 20px 0 30px;
}

.top-about__inner {
  padding: 30px 0;
}

.top-about__img {
  width: 80%;
}

.top-about__title {
  font-size: 18px;
  margin-bottom: 20px;
}

.top-about__text__box {
  margin: 50px auto 0;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}

.top-about__text {
  margin: 0 auto;
}

.media__inner {
  display: block;
}

.media__img {
  width: 100%;
}

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

.media__title {
  font-size: 24px;
}

/* top-menu */
.top-menu {
  padding: 50px 20px;
}

.top-menu .btn__cover {
  margin-top: -30px;
}

.card__item {
  margin-bottom: 30px;
}


/* top-shop */
.top-shop__img::after {
  font-size: 6vw;
  bottom: -30px;
}

.top-shop .section-title__cover {
  max-width: 710px;
  padding: 0 20px;
  margin: 0 auto;
}

.top-shop .gray__bg {
  padding-top: 150px;
  margin-top: -100px;
}

.top-shop .gray__bg .btn__cover {
  padding: 30px 0;
}

@media (max-width: 600px) {
  .top-shop .section-title__cover {
    display: block;
  }

  .top-shop .section-text {
    width: 100%;
  }

  .top-shop .gray__bg {
    padding-top: 80px;
    margin-top: -45px;
  }

  .top-shop__img::after {
    bottom: -20px;
  }
}

/* under-main ーーーーーーーーーーーーーーーー */
.page-title {
  font-size: 42px;
}


/* about ーーーーーーーーーーーーーーーー */
.about__cover {
  display: block;
  padding: 70px 0 30px;
}

.about__img {
  width: 50%;
  margin: 0 auto;
}

.about__title {
  font-size: 18px;
  margin-bottom: 20px;
}

.about__text__box {
  width: 100%;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}

.about__text {
  margin: 0 auto;
}

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

.aboutyosa02 {
  margin-bottom: 80px;
}

.aboutyosa02 .about__inner {
  padding: 30px 0;
}

.aboutyosa02 .about__img img {
  padding: 20px;
}

.beginners__inner .about__cover {
  padding: 0 0 50px;
}

.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;
  margin-bottom: 80px;
}

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

.recommend__content02__img__cover {
  text-align: center;
}

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

.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 ーーーーーーーーーーーーーーーー */
.menu .media__img {
  margin: 0 auto;
  text-align: right;
}

.menu .media__img img {
  width: 100%;
}

.menu__item__cover {
  display: block;
  padding: 30px 10px 10px;
  margin: 30px auto 0;
}

.menu__items:first-child {
  margin-bottom: 30px;
}

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

.menu__item {
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.menu .swiper-slide {
  margin: 0 auto;
}

.media__label {
  margin-bottom: 5px;
}

.media__title {
  margin-bottom: 10px;
}

.menu__title__cover span {
  margin-left: 10px;
}

@media (max-width: 500px) {
  .menu__item {
    display: block;
    white-space: normal;
  }
  .menu__name {
    white-space: normal;
  }
  .menu__dot {
    display: none;
  }
  .menu .swiper-horizontal>.swiper-pagination-bullets,
  .menu .swiper-pagination-bullets.swiper-pagination-horizontal,
  .menu .swiper-pagination-custom, .menu .swiper-pagination-fraction {
    left: 80%;
  }
}


/* shop ーーーーーーーーーーーーーーーー */
.shop .media__img {
  width: 100%;
}

.shop .swiper-pagination {
  display: none;
}

/* footer ーーーーーーーーーーーーーーーー */
.footer__inner {
  display: block;
  width: 90%;
}

.footer__logo {
  width: 130px;
}

.access__cover {
  padding: 30px;
  margin: 0 auto;
  box-sizing: border-box;
}

.map__iframe {
  text-align: center;
  padding: 0 20px 20px;
  box-sizing: border-box;
}

.map__iframe iframe {
  width: 100%;
  height: 400px;
}

.footer__copyright__cover {
  height: 50px;
}

.footer__copyright {
  line-height: 50px;
}
