@charset "UTF-8";
/* 共通ーーーーーーーーーーーーーーーー */
html, body, h1, h2, h3, ul, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

ul {
  list-style: none;
  list-style-type: none;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

body {
  font-size: 16px;
  font-weight: 600;
  color: #3d3732;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  line-height: 1.6875;
  z-index: -10;
}

img {
  width: 100%;
  height: auto;
  border: none;
}

a {
  text-decoration: none;
}

.inner_l {
  margin: 0 auto;
  box-sizing: content-box;
}

.inner_s {
  max-width: 880px;
  margin: 0 auto;
  box-sizing: content-box;
}

.section-title__cover {
  position: relative;
  padding-top: 70px;
  display: flex;
  align-items: center;
  max-width: 1200px;
}

.section-title {
  font-family: "Quicksand", sans-serif;
  color: #ee827d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

.section-title div {
  color: #888;
  letter-spacing: 0;
  margin-top: 10px;
}

.section-title__sub {
  margin-left: 20px;
  white-space: nowrap;
}

.section-title__bg {
  background: #f4ece5;
  z-index: 100;
}

.section-title__icon {
  position: absolute;
  top: 95px;
}

.btn {
  display: inline-flex;
  justify-content: space-between;
  background: #fff;
  text-align: center;
  align-items: center;
  border: 1px solid #ee827d;
  border-radius: 35px;
}

.btn__label {
  margin: 0 auto;
  font-weight: 600;
  width: 340px;
  color: #3d3732;
}

.btn span {
  background: #ee827d;
  border-radius: 0 33px 33px 0;
}

.btn i {
  color: #fff;
}

.btn__cover {
  position: relative;
  display: inline-block;
}

.btn__cover::after {
  position: absolute;
  content: "";
  background: #e8dace;
  border-radius: 35px;
  top: 10px;
  left: 6px;
  z-index: -10;
}

/* headerーーーーーーーーーーーーーーーー */
.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  height: inherit;
}

.header__left {
  display: flex;
  align-items: center;
}

.header__logo {
  z-index: 500;
}

.header__logo a {
  color: #00583b;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
}

.header__logo .logo__cover {
  display: block;
}

.nav__items {
  display: flex;
  margin-left: 13px;
  margin-top: 8px;
}

.nav__item {
  margin-left: 1.8rem;
}

.nav__item a {
  display: block;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  color: #3d3732;
  line-height: 1;
  transition: 0.3s;
  white-space: nowrap;
}


/* tel */
.tel-info {
  font-family: "Quicksand", sans-serif;
}

.tel-info a {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #3d3732;
  letter-spacing: 1px;
}

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

.header__tel p {
  font-size: 12px;
}

.reserve__link {
  background: #ee827d;
  width: 140px;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  white-space: nowrap;
}


/* TOP ーーーーーーーーーーーーーーーー */
/* main */
.main {
  margin-bottom: 125px;
}

.main__text {
  display: inline-block;
  margin-left: 6%;
}

.main__text__lead {
  line-height: 2.3;
  margin-bottom: 22px;
}

.main__text__title {
  font-weight: 600;
  line-height: 2;
  margin-bottom: 22px;
}

.main__text span {
  color: #ee827d;
  font-family: "Sacramento", cursive;
}

.main-swiper {
  width: 56.25%;
  margin-right: 0;
  overflow: visible;
}

.swiper-slide-content {
  position: absolute;
  width: 44.44%;
  transition: 3s;
  z-index: 500;
}

.slide img {
  aspect-ratio: 7/4.8;
}

/* top-about */
.top-about {
  position: relative;
  background: #f4ece5;
  padding-bottom: 35px;
}

.top-about::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 50px;
  background-image: url(/_common/img/wave_bottom_b.png);
  background-repeat: no-repeat;
}

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

.media__img {
  max-width: 700px;
}

.media__img img {
  aspect-ratio: 7/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.media__text__box {
  color: #3d3732;
  padding-left: 7%;
}

.media__label {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  color: #302210;
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
  line-height: 1;
  border-right: #302210 1px solid;
  border-left: #302210 1px solid;
}

.media__title {
  margin-bottom: 30px;
  line-height: 2;
}

.media__title span {
  font-weight: 600;
  background: linear-gradient(transparent 60%, #f3d7d0 0%);
}

.media__text {
  line-height: 2;
}

.top-about .media__img img {
  object-position: center 70%;
}

/* top-menu */
.top-menu {
  background: #f4ece5;
}

.top-menu__inner {
  position: relative;
}

.top-menu__inner .section-title__cover {
  margin-bottom: 40px;
}

.card__items {
  margin-bottom: 55px;
}

.card__item + .card__item {
  padding-left: 20px;
}

.card__img {
  aspect-ratio: 19/12;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 30px;
}

.card__title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}

.card__icon {
  display: block;
  width: 55px;
  margin: 0 auto;
  padding: 15px 0;
}

.card__item__text {
  padding: 0 20px;
}

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

.top-menu-swiper-container {
  overflow: hidden;
}

/* top-shop */
.top-shop {
  position: relative;
  background: url(/_common/img/top_shop_2.jpg) center center/cover;
  height: 560px;
  margin-bottom: 340px;
}

.top-shop::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 60px;
  top: -1px;
  background-image: url(/_common/img/wave_top_b.png);
  background-repeat: no-repeat;
}

.top-shop::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 60px;
  background-image: url(/_common/img/wave_bottom_w.png);
  background-repeat: no-repeat;
}

.top-shop__position {
  display: block;
  padding-top: 300px;
}

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

.top-shop__inner .section-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.top-shop__inner .btn__cover {
  text-align: center;
  margin-top: 30px;
}

/* under-main ーーーーーーーーーーーーーーーー */
.under__main {
  position: relative;
  z-index: 100;
}

.under__main::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 60px;
  background-image: url(/_common/img/wave_bottom_b.png);
  background-repeat: no-repeat;
  z-index: -100;
}

.under__main__img {
  width: 75%;
}

.under__main__img img {
  margin-right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
     border-radius: 0 0 0 80px;
}

.bg__cover {
  background: #f4ece5;
  z-index: -100;
}

.section-text {
  text-align: center;
  margin-bottom: 55px;
}


/* about ーーーーーーーーーーーーーーーー */
.section-title__cover .section-title {
  font-weight: 600;
}

.section-title__cover .section-title div {
  letter-spacing: 0.1em;
  padding-top: 8px;
}

.about__img img,
.aboutyosa01 .media__img img {
  aspect-ratio: 4/5;
}

.media02 .media__inner {
  align-items: center;
}

.media02 .media__img img {
  border: 10px #ebe0d7 solid;
  background: #fff;
  box-sizing: border-box;
}

.aboutyosa02 .media__img img {
  aspect-ratio: 520/542;
}

.aboutyosa02 .media__img {
  max-width: 510px;
}

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

.beginners__inner .section-text {
  margin-top: 50px;
}

.beginners__inner .media__inner {
  margin-bottom: 50px;
}

.beginners__items__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.beginners__items {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 10px 30px;
}

.beginners__item {
  max-width: 240px;
}

.beginners__items + .beginners__items {
  margin-bottom: 60px;
}

.beginners__item + .beginners__item {
  margin-left: 20px;
}

.safety__inner .media__img img {
  aspect-ratio: 1/1;
  padding: 40px;
}

.safety__inner .media__img img:nth-child(2) {
  width: 340px;
}

.safety__inner .media__title {
  margin-bottom: 15px;
}

.recommend__content {
  position: relative;
  margin-top: 50px;
  margin-bottom: 330px;
}

.recommend__content__text {
  position: static;
  display: block;
}

.recommend__content .swiper-inner {
  overflow: hidden;
  margin-top: -45px;
}

.recommend-swiper-container {
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.recommend__content02__img img {
  aspect-ratio: 5/3;
  max-width: 600px;
}

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

.recommend__content02__text img {
  overflow: hidden;
}

.recommend__list {
  font-size: 18px;
}

.recommend__list i {
  color: #ee827d;
  margin-right: 5px;
}

.method__inner .section-text {
  margin-top: 50px;
}

.method__inner {
  margin-bottom: 50px;
}

.method__inner .card__items {
  max-width: 880px;
  margin: 0 auto;
}

.method__inner .card__img {
  display: block;
  max-width: 220px;
  height: 220px;
  margin: 0 auto;
}

.herbs__inner .media__inner {
  margin: 50px auto 35px;
}

.herbs__inner .media__img img {
  aspect-ratio: 5/3;
  max-width: 600px;
}

.herb__kounou {
  background: #ebe0d7;
  border-radius: 40px;
  text-align: center;
  padding: 25px 0 40px;
}


/* menu ーーーーーーーーーーーーーーーー */
.menu01,
.menu02 {
  margin-bottom: 95px;
}

.menu__items {
  display: block;
}

.menu__item {
  width: 100%;
  padding: 20px 0 8px;
}

.menu__title,
.menu__item span {
  font-size: 18px;
  font-weight: 600;
}

.menu__text {
  line-height: 1.8;
}

.menu01 .media__img img,
.menu02 .media__img img,
.menu03 .media__img img {
  object-position: center 70%;
}

.menu01 .media__img,
.menu02 .media__img,
.menu03 .media__img {
  position: relative;
}

.menu-swiper-container {
  overflow: hidden;
}

.bottom__img {
  position: relative;
}

.bottom__img::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 60px;
  top: -1px;
  background-image: url(/_common/img/wave_top_b_2.png);
  background-repeat: no-repeat;
}

.bottom__img-about {
  position: relative;
  background: url(/_common/img/about_bottom.jpg) center 18%/cover;
}

.bottom__img-menu {
  position: relative;
  background: url(/_common/img/menu_bottom.jpg) center 18%/cover;
}

.bottom__img-shop {
  position: relative;
  background: url(/_common/img/shop_bottom.jpg) center 18%/cover;
}

.swiper-pagination {
  display: inline-block;
  position: absolute;
  background: #ee827d;
  border-radius: 50px;
  z-index: 500;
}

.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #f1b7b1;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #f7e2e0;
}

.menu .reserve__btn {
  margin-top: 50px;
  text-align: center;
}

/* shop / recommend  ーーーーーーーーーーーーーーーー */
.shop__content {
  position: relative;
}

.shop__content + .shop__content {
  margin-bottom: 0;
}

.shop__content__text .section-title {
  display: flex;
  align-items: center;
}

.shop__content__text,
.recommend__content__text {
  position: static;
  display: block;
  padding: 40px;
}

.shop__content .swiper-inner,
.recommend__content .swiper-inner {
  overflow: hidden;
  margin-top: -45px;
}

.shop-swiper-container,
.recommend-swiper-container {
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.shop-swiper-slide,
.recommend-swiper-slide {
  position: relative;
  transition: 0.7s;
  max-width: 1200px;
}

.shop-swiper-slide img,
.recommend-swiper-slide img {
  aspect-ratio: 12/5;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop-swiper-wrapper .swiper-slide-prev {
  padding-right: 0%;
}

.shop-swiper-wrapper .swiper-slide-next {
  margin-left: 0%;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev {
  left: 25px;
  cursor: pointer;
}

.swiper-button-next {
  right: 25px;
  cursor: pointer;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  border: #fff 3px solid;
  border-width: 3px 3px 0 0;
  width: 10px;
  height: 10px;
  z-index: 300;
  cursor: pointer;
}

.swiper-button-prev:after {
  transform: rotate(-135deg);
}

.swiper-button-next:after {
  transform: rotate(45deg);
}

/* footer ーーーーーーーーーーーーーーーー */
.footer {
  position: relative;
  background: #f4ece5;
  padding-top: 20px;
}

.footer::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 50px;
  background-image: url(/_common/img/wave_bottom_b_2.png);
  background-repeat: no-repeat;
}

.footer__inner {
  padding-top: 60px;
  padding-bottom: 120px;
}

.footer__left {
  margin-top: -17px;
}

.footer__logo {
  margin-bottom: 25px;
}

.footer__logo a {
  color: #00583b;
  font-weight: 600;
  font-size: 20px;
}

.footer__logo .logo__cover {
  display: block;
  width: 240px;
}

.address {
  margin-bottom: 30px;
  white-space: nowrap;
}

.info {
  margin-bottom: 30px;
}

.info a {
  color: #3d3732;
}

.map__cover {
  height: 400px;
  border-radius: 60px;
  border: #e4d5c7 10px solid;
  z-index: 100;
}

.map__iframe iframe {
  border-radius: 50px;
  border: #e4d5c7 10px solid;
  width: 100%;
}

.footer__copyright__cover {
  background: #3d3732;
  height: 93px;
}

.footer__copyright {
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 93px;
}