@charset "UTF-8";
body {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 2;
  color: #313131;
  background: #F6F6F6;
}

.inner {
  max-width: 640px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1330px) {
  .inner {
    max-width: 1084px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 1330px) {
  .hidden-pc {
    display: none;
  }
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 1330px) {
  .hidden-sp {
    display: block;
  }
}

.wrapper {
  overflow: hidden;
  background: #000;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1330px) {
  .button {
    border-radius: 20px;
    width: 311px;
    padding: 10px 45px 10px 50px;
    gap: 20px;
    font-size: 24px;
    font-weight: 800;
  }
}

.header {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.txt-vertical-pc {
  cursor: vertical-text;
  text-orientation: upright;
}

.header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

.header__logo {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1330px) {
  .header__logo {
    left: 8%;
  }
}

.header__logo img {
  width: 100px;
  height: auto;
  -webkit-filter: drop-shadow(0 0 44px #0E0E02);
          filter: drop-shadow(0 0 44px #0E0E02);
}
@media screen and (min-width: 1330px) {
  .header__logo img {
    width: 145px;
  }
}

.first-view__background {
  inset: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
@media screen and (min-width: 900px) and (max-width: 1329px) {
  .first-view__background {
    height: 600px;
  }
}
@media screen and (min-width: 1330px) {
  .first-view__background {
    height: auto;
  }
}

.first-view__bg picture,
.first-view__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.first-view__copy {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: 183px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 1330px) {
  .first-view__copy {
    top: 244px;
    left: 7%;
  }
}

.first-view__main,
.first-view__lead {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  color: #FFF;
  text-shadow: 0 0 44px rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 700;
}

.first-view__lead {
  padding-top: 15px;
}

.col-right {
  display: none;
}
@media screen and (min-width: 1330px) {
  .col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 18px;
  }
}

@media screen and (min-width: 1330px) {
  .header__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.12em;
    margin: 13px 28px 0 0;
  }
  .header__tel img {
    width: 25px;
  }
  .tel-number {
    font-size: 33px;
    font-weight: 800;
  }
  .header-nav .reserve a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
  }
  .reserve {
    width: 186px;
    padding: 15px 30px;
    background: #9E6816;
  }
  .reserve img {
    width: 35px;
  }
  .header-nav .reserve span {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.6;
  }
  .nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav_info {
    padding-inline: 13px;
  }
  .nav_news {
    border-left: 2px solid #fff;
    padding-inline: 13px;
  }
}
.concept {
  background: url(../img/img_bg_concept.webp) center center/cover;
  height: auto;
}

.concept__inner {
  padding-top: 60px;
  padding-bottom: 70px;
}

.title__heading {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 1330px) {
  .title__heading {
    color: #313131;
    font-size: 32px;
  }
}

.u-highlight {
  color: #9E6816;
  font-size: 20px;
  font-weight: 800;
}
@media screen and (min-width: 1330px) {
  .u-highlight {
    font-size: 46px;
  }
}

.concept__body {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1330px) {
  .concept__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 80px;
  }
  .concept__body:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.concept__text-area {
  font-size: 12px;
  font-weight: 800;
  line-height: 2;
}
@media screen and (min-width: 1330px) {
  .concept__text-area {
    font-size: 20px;
    width: calc((100% - 64px) / 2);
    padding-top: 0;
  }
}

.concept__text-area p {
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1330px) {
  .concept__text-area p {
    font-size: 18px;
  }
}

/* 最後のp要素には余白が不要 */
.concept__text-area p:last-child {
  margin-bottom: 0;
}

.concept__image-area {
  width: 100%;
  padding-top: 40px;
}
@media screen and (min-width: 1330px) {
  .concept__image-area {
    width: calc((100% - 64px) / 2);
  }
}

.feature {
  background: #333;
}

.feature__inner {
  text-align: center;
}

.feature__heading {
  padding-top: 50px;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature__title-area {
  position: relative;
  height: 285px;
}
@media screen and (min-width: 1330px) {
  .feature__title-area {
    height: 630px;
  }
}

.feature__title-area::after {
  content: "";
  display: block;
  background: url(../img/img_bamboo.webp) center center/contain no-repeat;
  width: 335px;
  height: 251px;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
@media screen and (min-width: 1330px) {
  .feature__title-area::after {
    width: 700px;
    height: 525px;
  }
}

.feature__title-area::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 1330px) {
  .feature__title-area::before {
    height: 110px;
  }
}

.feature__title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  display: inline-block;
  text-align: center;
  z-index: 10;
  margin: 0 auto;
  padding-top: 70px;
}
@media screen and (min-width: 1330px) {
  .feature__title {
    padding-top: 160px;
    font-size: 34px;
  }
}

.feature__heading {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%;
}
@media screen and (min-width: 1330px) {
  .feature__heading {
    font-size: 32px;
  }
}

.feature__text {
  font-size: 14px;
  color: #FFF;
}
@media screen and (min-width: 1330px) {
  .feature__text {
    text-align: left;
    font-size: 18px;
  }
}

@media screen and (min-width: 1330px) {
  .feature__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.feature__card + .feature__card {
  padding-top: 30px;
}
@media screen and (min-width: 900px) and (max-width: 1329px) {
  .feature__card + .feature__card {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1330px) {
  .feature__card + .feature__card {
    padding-top: 120px;
  }
}

@media screen and (min-width: 1330px) {
  .feature__card > * {
    /* 左右のブロックが利用可能なスペースを均等に分け合い、同じ幅になる */
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 1330px) {
  .feature__card:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.feature__image img {
  width: 500px;
}

.feature__textarea {
  text-align: left;
}

.section-wrapper {
  background: url(../img/img_bg_course.webp) center center/cover;
}

.event__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding-top: 50px;
  padding-bottom: 35px;
}
@media screen and (min-width: 900px) and (max-width: 1329px) {
  .event__inner {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1330px) {
  .event__inner {
    padding-top: 150px;
    padding-bottom: 100px;
    gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.event__heading {
  text-align: center;
}

@media screen and (min-width: 1330px) {
  .event__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 60px;
  }
}

@media screen and (min-width: 1330px) {
  .event__card > * {
    /* 左右のブロックが利用可能なスペースを均等に分け合い、同じ幅になる */
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.event__title {
  font-size: 20px;
  font-weight: 500;
  color: #FFF;
}
@media screen and (min-width: 1330px) {
  .event__title {
    font-size: 32px;
  }
}

.event__text {
  color: #FFF;
  padding-top: 30px;
  font-size: 14px;
}
@media screen and (min-width: 1330px) {
  .event__text {
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
  }
}

.event__image-container {
  position: relative;
  z-index: 30;
}
@media screen and (min-width: 1330px) {
  .event__image-container {
    width: calc((100% - 60px) / 2);
  }
}

.event__image {
  position: relative;
}

.event__decoration-left {
  position: absolute;
  top: -92px;
  right: -31px;
  z-index: 0;
}
@media screen and (min-width: 1330px) {
  .event__decoration-left {
    top: -195px;
    right: -68px;
  }
}
.event__decoration-left img {
  width: 181px;
}
@media screen and (min-width: 1330px) {
  .event__decoration-left img {
    width: 392px;
  }
}

.event__decoration-right {
  position: absolute;
  left: -110px;
  bottom: -54px;
  z-index: 0;
}
@media screen and (min-width: 1330px) {
  .event__decoration-right {
    left: -330px;
    bottom: -276px;
  }
}
.event__decoration-right img {
  width: 239px;
}
@media screen and (min-width: 1330px) {
  .event__decoration-right img {
    width: 640px;
  }
}

.food-swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
  overflow: hidden;
  /* スライダーからはみ出さないように */
}

.food__slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.food-swiper__slide img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 100;
}

.food-swiper .swiper-wrapper {
  /* 必須: スライドの速度変化を一定にする */
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  /* ハードウェアアクセラレーションを有効にし、より滑らかにする（オプション） */
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.cta {
  padding-block: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1330px) {
  .cta {
    padding-block: 130px;
  }
}

.cta__inner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: 20px;
  padding: 20px;
  border-radius: 30px;
  background: var(--insta, linear-gradient(0deg, rgba(132, 122, 99, 0.4) 0%, rgba(132, 122, 99, 0.4) 100%), linear-gradient(88deg, #F5A903 -2.59%, #F60054 31.33%, #BB08A6 67.75%, #850FF1 101.17%));
}

.cta__icon {
  position: absolute;
  top: -4px;
  right: 7px;
}
@media screen and (min-width: 1330px) {
  .cta__icon {
    top: 10px;
    left: 60px;
  }
}
.cta__icon img {
  width: 56px;
  height: auto;
  -webkit-transform: rotate(14.451deg);
          transform: rotate(14.451deg);
}
@media screen and (min-width: 1330px) {
  .cta__icon img {
    width: 100px;
    -webkit-transform: rotate(-14.451deg);
            transform: rotate(-14.451deg);
  }
}

.cta__content {
  text-align: center;
  color: #fff;
  z-index: 5;
  padding-bottom: 10px;
}
@media screen and (min-width: 1330px) {
  .cta__content {
    padding-bottom: 20px;
  }
}

.cta__text {
  font-weight: 700;
  line-height: 1.4;
}

.cta__text--large {
  font-size: 14px;
}
@media screen and (min-width: 1330px) {
  .cta__text--large {
    font-size: 20px;
  }
}

.cta__text--highlight {
  font-size: 20px;
}
@media screen and (min-width: 1330px) {
  .cta__text--highlight {
    font-size: 36px;
  }
}

.cta__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  max-width: calc(100% - 20px);
  padding-block: 8px;
  padding-inline: 6vw;
  border-radius: 30px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 800;
  z-index: 5;
  position: relative;
}
@media screen and (min-width: 1330px) {
  .cta__button {
    font-size: 24px;
    width: 330px;
    padding-inline: 30px;
  }
}

.cta__button::after {
  content: " >";
  /* 矢印（>）を表現 */
  font-weight: 300;
  margin-left: 10px;
  font-size: 1.2em;
  -webkit-transform: scaleY(1.5);
          transform: scaleY(1.5);
  /* 縦長に見せる */
}

.cta__decoration {
  position: absolute;
  z-index: 10;
  bottom: 0px;
  right: 5px;
}
@media screen and (min-width: 1330px) {
  .cta__decoration {
    bottom: 0px;
    right: 40px;
  }
}
.cta__decoration .cta__decoration-img {
  width: 105px;
  height: auto;
}
@media screen and (min-width: 1330px) {
  .cta__decoration .cta__decoration-img {
    width: 246px;
  }
}

.information {
  background: url(../img/img_information_bg.webp) center center/cover;
}

.information_inner {
  padding-block: 50px;
  padding-inline: 20px;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 1330px) {
  .information_inner {
    padding-block: 100px;
  }
}

.information__title {
  color: #FFF;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 1330px) {
  .information__title {
    font-size: 32px;
  }
}

.information__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 30px;
  background: rgba(50, 50, 50, 0.6);
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (min-width: 1330px) {
  .information__contents {
    padding-block: 40px;
  }
}

.information__table {
  padding-top: 40px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1330px) {
  .information__table {
    table-layout: fixed;
  }
}

.information-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 16px;
  gap: 8px;
}
.information-table__row:not(:first-child) {
  border-top: 1px solid #FFF;
}
.information-table__row + .information-table__row {
  padding-top: 12px;
}
@media screen and (min-width: 1330px) {
  .information-table__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
  }
}

.information-table__header {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
}
.information-table__header::before {
  content: "● ";
}
@media screen and (min-width: 1330px) {
  .information-table__header {
    font-size: 20px;
    text-align: left;
    width: 200px;
  }
}

.information-table__data {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 1330px) {
  .information-table__data {
    font-size: 18px;
    text-align: left;
    vertical-align: middle;
  }
}

.information-table__link {
  font-size: 10px;
  padding-left: 15px;
}
@media screen and (min-width: 1330px) {
  .information-table__link {
    font-size: 14px;
  }
}

.address-wrap__map {
  padding-inline: 5%;
}
@media screen and (min-width: 900px) and (max-width: 1329px) {
  .address-wrap__map {
    padding-inline: 25%;
  }
}
@media screen and (min-width: 1330px) {
  .address-wrap__map {
    padding-inline: 25%;
  }
}

.address-wrap__map iframe {
  width: 100%;
  height: auto;
  border-radius: 20px;
  aspect-ratio: 335/230;
}

.footer {
  position: relative;
}

.pagetop {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 80;
}
@media screen and (min-width: 1330px) {
  .pagetop {
    bottom: 40px;
    right: 80px;
  }
}
.pagetop img {
  width: 40px;
}
@media screen and (min-width: 1330px) {
  .pagetop img {
    width: 70px;
  }
}

.footer__bottom {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1330px) {
  .footer__bottom {
    padding-bottom: 0;
  }
}

.footer__copyright {
  color: #FFF;
}
@media screen and (min-width: 1330px) {
  .footer__copyright {
    font-size: 16px;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 1330px) {
  .sp {
    display: none;
  }
}

#ft-fixed {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
  z-index: 10;
  background: #9E6816;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 16px;
}

#ft-fixed > *:nth-child(2),
#ft-fixed > *:nth-child(3) {
  background: #F4F2E9;
  color: #9E6816;
}

#ft-fixed p {
  width: 33.333%;
  border-top: 1px solid #9E6816;
  border-left: 1px solid #9E6816;
}

#ft-fixed a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}