@charset "UTF-8";
/*!
foundation > reset
------------------------------
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  display: block;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  *font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
foundation > base
------------------------------
*/
body {
  margin-top: 54px;
  background-color: #FFFCF7;
  color: #3E340B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 0;
    font-size: 14px;
  }
}

/*!
utility > utility
------------------------------
*/
.is-num {
  font-family: "Crimson Text", serif;
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .is-num {
    font-size: 24px;
  }
}

.is-en {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .is-en {
    font-size: 14px;
  }
}

/*
header分のpadding（sectionに使用）
*/
@media screen and (min-width: 768px) {
  .section-pr {
    padding-right: 247px;
  }
}

/*
top > menだけで使用するpadding(左右)
*/
@media screen and (min-width: 1200px) {
  .menu-pl {
    padding-left: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .menu--pr {
    padding-right: 30px;
  }
}

/*
表示を消す（hidden）
*/
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

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

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hidden-tab {
    display: none;
  }
}

.menu-card__item--sp-hidden {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .menu-card__item--sp-hidden {
    display: flex !important;
  }
}

/*
隠しテキスト
*/
.visually-hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
}

/*!
component > button
------------------------------
*/
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 295px;
  height: 50px;
  background-color: #FFFCF7;
  border: 1px solid #3E340B;
  text-transform: uppercase;
  font-family: "Crimson Text", serif;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  transition: all 0.4s;
}
.button::after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  background: url(../images/icon-arrow.svg) no-repeat center/contain;
  transition: transform 0.4s;
}
@media screen and (min-width: 1200px) {
  .button {
    width: 132px;
    height: 40px;
    gap: 12px;
    line-height: 1;
  }
  .button::after {
    width: 5px;
    height: 11px;
  }
}
.button:hover {
  border-color: #E1AD01;
  opacity: 0.6;
}
.button:hover::after {
  transform: translateX(4px);
}
@media screen and (min-width: 768px) {
  .button:hover {
    border-color: #EDBE22;
  }
}

/*
reservation button(header)
*/
.button-reservation {
  display: grid;
  place-items: center;
  width: 197px;
  height: 48px;
  background-color: #ffffff;
  box-shadow: 6px 6px 0 #AE9235;
  font-family: "Crimson Text", serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.11em;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .button-reservation {
    font-weight: 600;
  }
}
.button-reservation:hover {
  color: #E1AD01;
}
@media screen and (min-width: 768px) {
  .button-reservation:hover {
    color: #EDBE22;
  }
}

/*!
component > section-title
------------------------------
*/
.section-title {
  display: flex;
  flex-direction: column;
}
.section-title__center {
  align-items: center;
}
.section-title__bg {
  background-color: #FFFCF7;
}
.section-title__white {
  color: #FFFCF7;
}
.section-title__white .section-title__jp {
  color: #FFFCF7;
}
@media screen and (min-width: 768px) {
  .section-title {
    gap: 4px;
  }
}

.section-title__en {
  font-family: "Crimson Text", serif;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .section-title__en {
    font-size: 40px;
    letter-spacing: 0.1em;
  }
}

.section-title__jp {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #E1AD01;
}
@media screen and (min-width: 768px) {
  .section-title__jp {
    font-size: 13px;
    color: #EDBE22;
  }
}

/*!
component > access
------------------------------
*/
.access {
  padding-block: 48px 24px;
  background: #E1AD01;
  position: relative;
  overflow: hidden;
}
.access::after {
  content: "";
  width: 200px;
  height: 259px;
  background: url(../images/bg-access.png) no-repeat top center/contain;
  position: absolute;
  top: -30px;
  right: -82px;
  z-index: 0;
}
@media screen and (min-width: 500px) {
  .access::after {
    width: 484px;
    height: 318px;
    top: -43px;
    right: -164px;
  }
}
@media screen and (min-width: 768px) {
  .access {
    background-color: #EDBE22;
  }
  .access::after {
    width: 432px;
    height: 389px;
    background-position: center;
    top: 0;
    right: 62px;
  }
}
@media screen and (min-width: 1200px) {
  .access {
    padding-block: 86px 56px;
  }
}

.access-inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .access-inner {
    max-width: 1087px;
    margin: 0 auto;
  }
}

.access-box {
  margin-top: 24px;
  background: #FFFCF7;
  padding: 21px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1200px) {
  .access-box {
    margin-top: 32px;
    padding: 56px 31px 56px 40px;
    flex-direction: row;
    gap: 25px;
  }
}

.access-map {
  position: relative;
  width: 100%;
  aspect-ratio: 295/239;
}
.access-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (min-width: 1200px) {
  .access-map {
    flex-grow: 1;
  }
}

@media screen and (min-width: 1200px) {
  .access-content {
    width: 396px;
    flex-shrink: 0;
  }
}

.access-logo {
  width: 212px;
}
@media screen and (min-width: 1200px) {
  .access-logo {
    width: 280px;
  }
}

.access-logo__img {
  aspect-ratio: 212/28;
}
@media screen and (min-width: 1200px) {
  .access-logo__img {
    aspect-ratio: 280/37;
  }
}

.access-address {
  margin-top: 16px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .access-address {
    margin-top: 32px;
    letter-spacing: 0.1em;
  }
}

.access-address__number {
  line-height: 1;
}

.access-address__text {
  margin-top: 4px;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .access-address__text {
    margin-right: 6px;
    line-height: 1;
  }
}

.access-train {
  margin-top: 16px;
  display: flex;
  align-items: start;
  gap: 4px;
}
@media screen and (min-width: 1200px) {
  .access-train {
    margin-top: 40px;
    gap: 8px;
  }
}

.access-train__img {
  width: 12px;
}
@media screen and (min-width: 1200px) {
  .access-train__img {
    width: 14px;
  }
}

.access-train__text {
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.access-text {
  margin-top: 29.06px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .access-text {
    margin-top: 18px;
    line-height: 1.2;
  }
}

.access-info {
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .access-info {
    margin-top: 32px;
  }
}

.access-times {
  font-family: "Crimson Text", serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (min-width: 1200px) {
  .access-times__title {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .access-times__hours {
    margin-top: 4px;
  }
}

.access-times__holidays {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
}
@media screen and (min-width: 1200px) {
  .access-times__holidays {
    margin-top: 16px;
    font-size: 14px;
  }
}

.access-line {
  margin-top: 8px;
  width: 30px;
}
@media screen and (min-width: 1200px) {
  .access-line {
    margin-top: 15px;
    width: 38px;
  }
}

.access-line__link {
  display: block;
  transition: opacity 0.3s;
}
.access-line__link:hover {
  opacity: 0.6;
}

.access-line__img {
  aspect-ratio: 1/1;
}

/*!
component > time
------------------------------
*/
.time {
  line-height: 1.2;
  font-size: 12px;
  letter-spacing: 0.1em;
  min-width: 55px;
}
@media screen and (min-width: 768px) {
  .time {
    font-size: 16px;
    min-width: 85px;
  }
}

/*!
component > price
------------------------------
*/
.price {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  min-width: 62px;
}
@media screen and (min-width: 768px) {
  .price {
    font-size: 16px;
    min-width: 90px;
  }
}

/*!
layout > header
------------------------------
*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 60px;
  width: 100%;
  background-color: #E1AD01;
}
.header-menu {
  background-color: #FFFCF7;
}
.header-menu .header-drawer {
  background-color: #e1ad01;
}
@media screen and (min-width: 768px) {
  .header {
    right: 0;
    left: auto;
    width: 247px;
    height: 100%;
    background-color: #EDBE22;
  }
  .header-menu {
    background-color: #EDBE22;
  }
}

.header-inner {
  width: inherit;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .header-inner {
    display: block;
  }
}

.header-button {
  margin-top: 6px;
}

.header-drawer {
  width: 64px;
  height: 60px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 51;
  transition: background-color 0.4s;
}
.header-drawer.is-checked {
  background-color: #e1ad01;
}
.header-drawer.is-checked .header-icon__bar:nth-child(1) {
  top: 10.06px;
  transform: rotate(45deg);
}
.header-drawer.is-checked .header-icon__bar:nth-child(2) {
  display: none;
}
.header-drawer.is-checked .header-icon__bar:nth-child(3) {
  top: 10.06px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .header-drawer {
    display: none;
  }
}

.header-icon {
  width: 23px;
  height: 20.12px;
  position: relative;
  z-index: 51;
}

.header-icon__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.88px;
  background-color: #FFFCF7;
  transition: all 0.4s;
}
.header-icon__bar:nth-child(1) {
  top: 0;
}
.header-icon__bar:nth-child(2) {
  top: 8.5px;
}
.header-icon__bar:nth-child(3) {
  top: 17.25px;
}

.header-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  height: 100vh;
  background-color: #E1AD01;
  padding: 151px 38px 145.5px;
  transform: translateX(100%);
  transition: transform 0.4s;
}
.header-nav.is-checked {
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .header-nav {
    position: static;
    width: auto;
    height: auto;
    background-color: #EDBE22;
    padding: 27px 25px;
    transform: translateX(0);
  }
}

.header-logo {
  width: 298px;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 197px;
  }
}

.header-logo__link {
  display: block;
  transition: opacity 0.3s;
}
.header-logo__link:hover {
  opacity: 0.6;
}

.header-logo__img {
  aspect-ratio: 298/39;
}
@media screen and (min-width: 768px) {
  .header-logo__img {
    aspect-ratio: 197/26;
  }
}

.header-nav__list {
  margin-top: 73.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .header-nav__list {
    margin-top: 48px;
    align-items: flex-start;
    gap: 24px;
  }
}

.header-nav__link {
  font-family: "Crimson Text", serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #FFFCF7;
  transition: all 0.3s;
}
.header-nav__link:hover {
  opacity: 0.6;
  text-decoration: underline;
}

.header-nav__line {
  transition: opacity 0.3s;
}
.header-nav__line img {
  width: 32px;
  aspect-ratio: 1/1;
}
.header-nav__line:hover {
  opacity: 0.6;
}

/*!
layout > inner
------------------------------
*/
.inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-inline: 30px;
  }
}

/*!
layout > footer
------------------------------
*/
.footer {
  padding-block: 7px;
  background-color: #867231;
  color: #FFFCF7;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-block: 9px;
  }
}

.footer-copyright {
  display: block;
  text-align: center;
  font-family: "Crimson Text", serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .footer-copyright {
    font-size: 14px;
  }
}

/*!
page > top > fv
------------------------------
*/
.fv {
  background-color: #E1AD01;
  padding-block: 18px 16px;
  position: relative;
}
.fv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 16px;
  background: url(../images/img-fv-deco.png) repeat top left/contain;
}
@media screen and (min-width: 500px) {
  .fv {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .fv {
    background-color: #EDBE22;
    padding-block: 0;
  }
  .fv::after {
    height: 24.3px;
    bottom: -24.3px;
  }
}

.fv-inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .fv-inner {
    padding: 0;
  }
}

@media screen and (min-width: 1000px) {
  .fv-content {
    display: flex;
  }
}

.fv-main {
  display: none;
}
@media screen and (min-width: 1000px) {
  .fv-main {
    width: 62.0284995809%;
    height: auto;
    background: url(../images/img-fv.jpg) no-repeat center bottom/cover;
    aspect-ratio: 740/782;
    display: flex;
    flex-direction: column;
    place-items: center;
    justify-content: center;
    gap: 40px;
  }
}

.fv-title {
  width: 280px;
}
@media screen and (min-width: 768px) {
  .fv-title {
    width: 340px;
  }
}
@media screen and (min-width: 1200px) {
  .fv-title {
    width: 484px;
  }
}

.fv-title__img {
  aspect-ratio: 280/37;
}
@media screen and (min-width: 1000px) {
  .fv-title__img {
    aspect-ratio: 484/64;
  }
}

.fv-lead {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: 15px;
  color: #FFFCF7;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .fv-lead {
    font-family: "Shippori Mincho B1", serif;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    align-items: flex-start;
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .fv-lead {
    font-size: 24px;
  }
}

.fv-lead__2 {
  padding-right: 20px;
  position: relative;
}
.fv-lead__2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 0.7px;
  background-color: #FFFCF7;
}
@media screen and (min-width: 1000px) {
  .fv-lead__2 {
    padding-right: 47.11px;
  }
  .fv-lead__2::after {
    width: 39.11px;
    height: 1px;
  }
}

@media screen and (min-width: 768px) {
  .fv-slider {
    padding: 70px 33px 45px;
  }
}
@media screen and (min-width: 1000px) {
  .fv-slider {
    width: 37.9715004191%;
    flex-shrink: 0;
  }
}

.fv-slide img {
  height: 100%;
}

.fv-slide__caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
@media screen and (min-width: 1000px) {
  .fv-slide__caption {
    display: none;
  }
}

/*!
page > top > about
------------------------------
*/
.about {
  padding-top: 56px;
  padding-bottom: 68px;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 96px;
    padding-bottom: 146px;
  }
}

.about-content {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .about-content {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .about-top {
    max-width: 885px;
    margin: 0 auto;
  }
}

.about-lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .about-lead {
    gap: 20px;
  }
}

.about-lead1 {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .about-lead1 {
    font-weight: 600;
    font-size: 32px;
  }
}
@media screen and (min-width: 1000px) {
  .about-lead1 {
    line-height: 1;
  }
  .about-lead1 br {
    display: none;
  }
}

.about-lead2 {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .about-lead2 {
    font-size: 24px;
  }
}

.about-cards {
  margin-top: 27px;
  display: flex;
  gap: 21.99px;
}
@media screen and (min-width: 768px) {
  .about-cards {
    margin-top: 56px;
    gap: 36px;
  }
}
@media screen and (min-width: 1000px) {
  .about-cards {
    gap: 72px;
  }
}

.about-card {
  position: relative;
}
.about-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 33.0434782609%;
  right: -15.71px;
  width: 9.43px;
  height: 9.43px;
  background: url(../images/icon-cross.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .about-card:not(:last-child)::after {
    width: 24px;
    height: 24px;
    top: 36.329588015%;
    right: -30px;
  }
}
@media screen and (min-width: 1000px) {
  .about-card:not(:last-child)::after {
    right: -48px;
  }
}

.about-card__img img {
  border-radius: 0 16px 0 16px;
  aspect-ratio: 97/85;
}
@media screen and (min-width: 768px) {
  .about-card__img img {
    aspect-ratio: 247/217;
  }
}

.about-card__name {
  margin-top: 2.99px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .about-card__name {
    margin-top: 8px;
    gap: 0;
  }
}

.about-card__main-name {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .about-card__main-name {
    font-size: 14px;
    font-weight: 700;
  }
}
@media screen and (min-width: 1000px) {
  .about-card__main-name {
    font-size: 18px;
  }
}

.about-card__sub-name {
  font-size: 8px;
}
@media screen and (min-width: 768px) {
  .about-card__sub-name {
    font-size: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .about-card__sub-name {
    font-size: 13px;
  }
}

.about-top__text {
  margin-top: 27px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.about-top__text br {
  display: none;
}
@media screen and (min-width: 768px) {
  .about-top__text {
    margin-top: 48px;
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
  }
  .about-top__text br {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .about-top__text br {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .about-top__text {
    font-size: 20px;
  }
}

.about-bottom {
  margin-top: 67px;
}
@media screen and (min-width: 768px) {
  .about-bottom {
    margin-top: 104px;
    max-width: 1027px;
    margin-inline: auto;
  }
}

.about-bottom__upper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1200px) {
  .about-bottom__upper {
    flex-direction: row;
    align-items: center;
  }
}

.about-bottom__img img {
  aspect-ratio: 335/404;
}
@media screen and (min-width: 1200px) {
  .about-bottom__img {
    width: 48.1012658228%;
    flex-shrink: 0;
  }
  .about-bottom__img img {
    aspect-ratio: 494/690;
  }
}

.about-boxes {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1200px) {
  .about-boxes {
    gap: 80px;
  }
}

.about-box {
  padding-top: 8px;
}
@media screen and (min-width: 1200px) {
  .about-box {
    padding: 0;
  }
}

.about-box__title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .about-box__title {
    gap: 7px;
  }
}

.about-box__title--jp {
  padding-left: 63px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
}
.about-box__title--jp::before {
  content: "";
  width: 57px;
  height: 1px;
  background-color: #8a8573;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .about-box__title--jp {
    padding-left: 83px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
  }
  .about-box__title--jp::before {
    width: 67px;
  }
}
@media screen and (min-width: 1000px) {
  .about-box__title--jp {
    line-height: 1;
  }
}

.about-box__title--en {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #E1AD01;
}
@media screen and (min-width: 768px) {
  .about-box__title--en {
    font-size: 13px;
    color: #EDBE22;
  }
}

.about-box__text {
  margin-top: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.about-bottom__under {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.about-bottom__under .about-box .about-box__title--jp::before {
  top: 15px;
}
@media screen and (min-width: 1200px) {
  .about-bottom__under {
    margin-top: 26px;
    flex-direction: row;
    align-items: center;
    gap: 57px;
  }
  .about-bottom__under .about-box {
    max-width: 585px;
  }
}

.about-deco {
  display: flex;
  align-items: center;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .about-deco {
    gap: 16px;
    align-items: flex-end;
    width: 387px;
  }
}

.about-deco__main {
  flex: 1;
  max-width: 240px;
}
@media screen and (min-width: 768px) {
  .about-deco__main {
    width: 173px;
    max-width: none;
    flex: none;
  }
  .about-deco__main img {
    aspect-ratio: 173/197;
  }
}

.about-deco__sub {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.17px;
}
@media screen and (min-width: 1200px) {
  .about-deco__sub {
    gap: 8px;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1200px) {
  .about-deco__sub__img {
    width: 82px;
  }
}

.about-deco__text {
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .about-deco__text {
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

/*!
page > top > menu
------------------------------
*/
.menu {
  padding-top: 18px;
  position: relative;
}
.menu::before {
  content: "";
  width: 171px;
  height: 1354px;
  background: url(../images/bg-menu_sp.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .menu {
    padding-top: 19px;
  }
  .menu::before {
    width: 202px;
    height: 1692px;
    background-image: url(../images/bg-menu.png);
  }
}

.menu-inner {
  padding-left: 41px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .menu-inner {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .menu-heading {
    max-width: 1110px;
    margin-left: auto;
  }
}

.menu-cards {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media screen and (min-width: 768px) {
  .menu-cards {
    margin-top: 41px;
    gap: 114px;
  }
}

.menu-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1200px) {
  .menu-card {
    max-width: 1110px;
    margin-left: auto;
    flex-direction: row-reverse;
    align-items: start;
    gap: 40px;
  }
  .menu-card:nth-of-type(2) {
    flex-direction: row;
    margin-inline: 0 auto;
  }
}

.menu-card__img img {
  aspect-ratio: 325/154;
}
@media screen and (min-width: 1200px) {
  .menu-card__img {
    width: 51.8918918919%;
  }
  .menu-card__img img {
    aspect-ratio: 576/344;
  }
}

.menu-card__content {
  margin-right: 20px;
  padding-left: 8px;
  padding-bottom: 10px;
  background-color: #FFFCF7;
}
@media screen and (min-width: 1200px) {
  .menu-card__content {
    width: 44.5045045045%;
    margin-right: 0;
    padding-left: 8px;
    padding-bottom: 0;
  }
}

.menu-title {
  display: flex;
  flex-direction: column;
}

.menu-title__en {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Crimson Text", serif;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 0.07em;
}
.menu-title__en::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #8A8573;
}
@media screen and (min-width: 1200px) {
  .menu-title__en {
    gap: 24px;
    font-size: 32px;
    letter-spacing: 0;
  }
}

.menu-title__jp {
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .menu-title__jp {
    font-size: 14px;
  }
}

.menu-card__description {
  margin-top: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .menu-card__description {
    margin-top: 32px;
  }
}

.menu-card__list {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .menu-card__list {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}

.menu-card__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .menu-card__item {
    gap: 45px;
  }
}

.menu-button__wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .menu-button__wrapper {
    justify-content: start;
    max-width: 1110px;
    margin-left: auto;
  }
}

/*!
page > top > gallery
------------------------------
*/
.gallery {
  padding-block: 72px 16px;
}
@media screen and (min-width: 768px) {
  .gallery {
    padding-block: 146px 54px;
  }
}

.gallery-swiper {
  padding-bottom: 34px;
}
@media screen and (min-width: 768px) {
  .gallery-swiper {
    padding-bottom: 51px;
  }
}

.swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
}

.gallery-slide {
  width: 200px !important;
  height: 200px !important;
}
@media screen and (min-width: 768px) {
  .gallery-slide {
    width: 310px !important;
    height: 310px !important;
  }
}

.gallery-slide__img {
  aspect-ratio: 1/1;
}

.gallery-pagination {
  display: flex;
  justify-content: center;
  gap: 11.08px;
}

.swiper-pagination-bullet {
  width: 5.92px !important;
  height: 5.92px !important;
  background-color: #8a8573;
  opacity: 1 !important;
  margin: 0 !important;
}

.swiper-pagination-bullet-active {
  width: 5.92px !important;
  height: 5.92px !important;
  background-color: #E1AD01;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet-active {
    background-color: #EDBE22;
  }
}

/*!
page > top > therapist
------------------------------
*/
.therapist {
  padding-block: 48px 40px;
  position: relative;
}
.therapist::before {
  content: "";
  width: 295px;
  height: 221px;
  background: url(../images/bg-therapist.png) no-repeat right top/contain;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
  z-index: 0;
}
.therapist::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(255, 252, 247) 0%, rgba(255, 252, 247, 0) 13%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .therapist {
    padding-block: 147px 152px;
  }
  .therapist::before {
    width: 608px;
    height: 456px;
    right: 247px;
  }
}

.therapist-inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .therapist-inner {
    max-width: 1087px;
    margin: 0 auto;
  }
}

.therapist-wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .therapist-wrapper {
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 12.0740019474%;
  }
}

@media screen and (min-width: 1200px) {
  .therapist-img {
    width: 39.9221032132%;
  }
}

.therapist-content {
  margin-top: 24px;
}
@media screen and (min-width: 1200px) {
  .therapist-content {
    margin-top: 0;
    width: 48.0038948393%;
  }
}

.therapist-lead {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .therapist-lead {
    margin-top: 64px;
    font-size: 32px;
    line-height: 1.38;
  }
}

.therapist-name {
  margin-top: 8px;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1200px) {
  .therapist-name {
    margin-top: 16px;
    font-size: 16px;
  }
}

.therapist-message {
  margin-top: 24px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .therapist-message {
    letter-spacing: 0;
  }
}

/*!
page > menu > menu-page-head
------------------------------
*/
.menu-page__head {
  padding-block: 32px 40px;
}
@media screen and (min-width: 768px) {
  .menu-page__head {
    padding-block: 40px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-page__head {
    padding-block: 87px 120px;
  }
}

@media screen and (min-width: 1200px) {
  .menu-page__inner {
    max-width: 1083px;
    margin: 0 auto;
  }
}

.menu-page__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .menu-page__title {
    align-items: start;
  }
}

.menu-pege__title-img {
  width: 98.82px;
}
.menu-pege__title-img img {
  aspect-ratio: 98.82/43;
}
@media screen and (min-width: 768px) {
  .menu-pege__title-img {
    width: 160px;
  }
  .menu-pege__title-img img {
    aspect-ratio: 160/72;
  }
}
@media screen and (min-width: 1200px) {
  .menu-pege__title-img {
    width: 239px;
  }
  .menu-pege__title-img img {
    aspect-ratio: 239/104;
  }
}

.menu-page__title-text {
  font-family: "Crimson Text", serif;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .menu-page__title-text {
    font-size: 52px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-page__title-text {
    font-size: 76px;
  }
}

/*!
page > menu > menu-page-head
------------------------------
*/
.menu-page__body {
  padding-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .menu-page__body {
    padding-bottom: 160px;
  }
}

.menu-page__boxes {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
@media screen and (min-width: 768px) {
  .menu-page__boxes {
    gap: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-page__boxes {
    gap: 184px;
  }
}

.menu-page__box-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .menu-page__box-head {
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-page__box-head {
    align-items: start;
    gap: 24px;
  }
}

.menu-page__box-img img {
  aspect-ratio: 335/209;
}
@media screen and (min-width: 768px) {
  .menu-page__box-img img {
    aspect-ratio: 1023/539;
  }
}

.menu-page__box-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .menu-page__box-title {
    gap: 0;
    overflow: visible;
  }
}

.menu-page__box-title-en {
  font-family: "Crimson Text", serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  padding-inline: 20px;
  position: relative;
}
.menu-page__box-title-en::before, .menu-page__box-title-en::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1000px;
  height: 1px;
  background-color: #8A8573;
}
.menu-page__box-title-en::before {
  left: -1000px;
}
.menu-page__box-title-en::after {
  right: -1000px;
}
@media screen and (min-width: 768px) {
  .menu-page__box-title-en {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-page__box-title-en {
    font-size: 48px;
    padding: 0;
  }
  .menu-page__box-title-en::before, .menu-page__box-title-en::after {
    display: none;
  }
}

.menu-page__box-title-jp {
  font-size: 8px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .menu-page__box-title-jp {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-page__box-title-jp {
    font-size: 16px;
  }
}

.menu-page__cards {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .menu-page__cards {
    margin-top: 44px;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-page__cards {
    margin-top: 64px;
    gap: 80px;
  }
}

.menu-page__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .menu-page__card {
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-page__card {
    flex-direction: row;
    gap: 20px;
    min-height: 108px;
  }
}

@media screen and (min-width: 1200px) {
  .menu-page__card-head {
    flex-grow: 1;
  }
}

.menu-page__card-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  width: 100%;
  padding: 4px;
  background-color: #FFF3C4;
}
@media screen and (min-width: 768px) {
  .menu-page__card-title {
    font-size: 21px;
    padding: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-page__card-title {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.1em;
    padding: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 84px;
  }
  .menu-page__card-title::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #8A8573;
  }
}

.menu-page__card-description {
  margin-top: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .menu-page__card-description {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-page__card-description {
    margin-top: 16px;
    max-width: 645px;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .menu-page__card-body {
    width: 189px;
    flex-shrink: 0;
  }
}

.menu-page__card-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1200px) {
  .menu-page__card-list {
    gap: 11px;
  }
}

.menu-page__card-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1200px) {
  .menu-page__card-item {
    justify-content: center;
  }
}

.menu-page__card-text {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  line-height: 1.3;
}
.menu-page__card-text br {
  display: none;
}
@media screen and (min-width: 1200px) {
  .menu-page__card-text {
    font-size: 24px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .menu-page__card-text br {
    display: block;
  }
}

.menu-page__card-price {
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
}
.menu-page__card-price::after {
  content: "/";
  position: absolute;
  top: -1px;
  left: 67px;
}
@media screen and (min-width: 768px) {
  .menu-page__card-price::after {
    top: 4px;
    left: 88px;
  }
}

/*
animation > fade
*/
.fade {
  opacity: 0;
  transition: opacity 3.4s ease-out;
}
.fade.is-inview {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.5s ease-out;
}
.fade-up.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/*
animation > delay
*/
.delay-200 {
  transition-delay: 0.2s;
}

.delay-500 {
  transition-delay: 0.5s;
}

.delay-800 {
  transition-delay: 0.8s;
}

.delay-1800 {
  transition-delay: 1.8s;
}

/*
animation > page-fade
*/
body {
  opacity: 1;
  transition: opacity 1.4s ease-out;
}
body.is-loading {
  opacity: 0;
}