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


.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

.inner_l {
  max-width: 1200px;
  padding: 0 40px;
}

.inner_s {
  padding: 0 40px;
}


.btn {
  width: 380px;
  height: 70px;
  font-size: 20px;
  transition: 0.3s;
}

.btn:hover {
  opacity: .7;
}

.is-sp_600 {
  display: none;
}

/* headerーーーーーーーーーーーーーーーー */
.header {
  height: 145px;
  padding-top: 30px;
}

.header__inner {
  margin: 0 40px;
}

.header__logo a {
  width: 176px;
  margin-left: 20px;
}

.nav__items {
  margin-top: 15px;
}

.nav__item {
  margin-left: 23px;
}

.nav__item a {
  transition: 0.3s;
}

.nav__item a:hover {
  opacity: 0.6;
}

.header__right {
  display: flex;
}

.header__tel {
  text-align: center;
  margin-right: 33px;
}

.hamburger {
  display: none;
}

.mobile__nav__cover {
  display: none;
}

.reserve__link {
  padding: 30px;
  transition: 0.3s;
}


@media (max-width: 1200px) {
  .header__logo a {
    width: 130px;
  }

  .header__copy {
    font-size: 14px;
  }

  .header__tel {
    margin-right: 10px;
  }

  .nav__item {
    margin-left: 1vw;
  }

  .reserve__link {
    padding: 20px;
  }
}

/* TOP ーーーーーーーーーーーーーーーー */
/* main */
.main {
  overflow: hidden;
  padding: 20px;
}

.main .swiper-slide img {
  width: 100%;
  max-height: 860px;
  aspect-ratio: 78/41;
  object-fit: cover;
}

.main .swiper-slide::before {
  aspect-ratio: 78/41;
}

.main__text {
  width: 100%;
  top: 70%;
  left: 50%;
  transform: translate(-33%, -100%);
}

.main__text__title {
  margin-bottom: 37px;
  line-height: 1.7;
}

.main__text__sub {
  font-size: 80px;
  right: 60px;
  bottom: 35px;
}

@media (max-width: 1200px) {
  .main__text__sub {
    font-size: 6vw;
  }
}

/* sub content */
.top-sub {
  padding: 100px 0;
}

.top-sub__img {
  margin-right: 7%;
  width: 100%;
  max-width: 300px;
}

.top-sub__text__box {
  margin: auto 10px;
}

.top-sub__title {
  font-size: 32px;
  margin-bottom: 30px;
}

.top-sub__text {
  line-height: 2;
  margin-bottom: 20px;
}

/* top-about */
.top-about__inner {
  display: flex;
  padding: 80px 0;
}

.top-about__img {
  margin-right: 7%;
  width: 100%;
  max-width: 700px;
}

.top-about__img::after {
  max-width: 710px;
}

.top-about__text__box {
  margin: auto 10px;
}

.top-about__title {
  font-size: 32px;
  margin-bottom: 30px;
}

.top-about__text {
  line-height: 2;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .top-about__img {
    margin-right: 2%;
  }
}

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

.card__items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}

.card__item {
  width: 32%;
  max-width: 380px;
}


/* top-shop ーーーーーーーーーーーーーーーー */
.top-shop__img::after {
  font-size: 80px;
  bottom: -55px;
}

.top-shop .gray__bg {
  padding-top: 280px;
  margin-top: -200px;
}

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


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


/* about ーーーーーーーーーーーーーーーー */
.about__cover {
  padding: 100px 40px;
}

.about__img {
  margin-right: 7%;
}

.about__img img {
  width: 400px;
}

.about__text__box {
  margin: auto 10px;
}

.about__title {
  font-size: 32px;
  margin-bottom: 30px;
}

.about__text {
  line-height: 2;
  margin-bottom: 20px;
}

.aboutyosa02 {
  margin-bottom: 115px;
}

.aboutyosa02 .about__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

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

.aboutyosa02 .about__text__box {
  padding: 115px 80px;
}

.aboutyosa02 .media__img {
  margin-right: 40px;
}

.safety__inner .media__img img {
  margin: calc(50% - 25vh) 0;
  width: 350px;
}

.safety__inner .media02 {
  margin: 70px 0;
}

.safety__inner .media02 .media__text__box {
  padding: 64px 80px;
}

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

@media (max-width: 1100px) {
  .media02 .media__img img {
    margin: 0;
  }

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

  .about02 {
    margin-bottom: 50px;
  }

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

  .media02 .media__text__box {
    padding: 40px;
  }

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

  .safety__inner .media__img img {
    margin: 0;
  }

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

  .safety__inner .media02 .media__text__box {
    padding: 40px;
  }

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

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

.recommend__content {
  margin-bottom: 300px;
}

.recommend__content__text {
  position: absolute;
  background-color:rgba(245,245,245,0.4);
  padding: 60px 100px;
  max-width: 680px;
  width: 100%;
  top: 83%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
}

.recommend__content02__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}

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

.recommend__content02__text {
  margin-left: 7%;
}

.recommend__list__cover {
  margin: 40px 0;
}

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

.method__inner .card__item {
  max-width: 310px;
}

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


/* menu ーーーーーーーーーーーーーーーー */
.media__text__box,
.media__text__box-2 {
  max-width: 400px;
}

.menu02 .media__inner {
  flex-direction: row-reverse;
}

.menu .media__img {
  text-align: right;
}

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

.menu__item__cover {
  padding: 100px 20px 55px;
  margin: -45px auto 0;
}

.media__label {
  margin-bottom: 20px;
}

.media__title {
  margin-bottom: 30px;
}

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

@media (max-width: 1100px) {
  .menu .media__img {
    max-width: 600px;
  }
}


/* shop ーーーーーーーーーーーーーーーー */
.shop02 .media__inner {
  flex-direction: row-reverse;
}

.shop .media__img {
  width: 95%;
  max-width: 700px;
}

.shop .media__text__box {
  padding-right: 20px;
}

.shop .media__text__box-2 {
  padding-left: 20px;
}

@media (max-width: 1200px) {
  .shop .media__img {
    max-width: 600px;
  }
}

/* footer ーーーーーーーーーーーーーーーー */
.footer__inner {
  max-width: 1200px;
  display: flex;
  align-items: center;
}

.footer__logo {
  width: 220px;
}

.access__cover {
  padding: 60px;
}

.footer__copyright__cover {
  height: 93px;
}

.footer__copyright {
  line-height: 93px;
}

@media (max-width: 1200px) {
  .footer__inner {
    display: block;
    width: 90%;
  }

  .access__cover {
    margin: 0 auto;
  }

  .map__iframe {
    text-align: center;
    padding-bottom: 60px;
  }
}