@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 > font
------------------------------
*/
/*!
foundation > base
------------------------------
*/
body {
  margin-top: 72px;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #482019;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 100px;
  }
}

/*!
utility > utility
------------------------------
*/
.ptb {
  padding-block: 50px;
}
@media screen and (min-width: 768px) {
  .ptb {
    padding-block: 100px;
  }
}

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

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

.u-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: grid;
  place-items: center;
  max-width: 320px;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  border: 1px solid #ce7e73;
  border-radius: 30px;
  padding: 10px 20px;
  color: #CE7E73;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.17em;
  transition: all 0.3s;
}
.button:hover {
  background-color: #cf7e73;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 15px;
    line-height: 1.0666666667;
  }
}

/*!
component > section-head
------------------------------
*/
.section-head {
  width: fit-content;
  text-align: center;
}

.section-head__en {
  font-family: "Cormorant", serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgba(206, 126, 115, 0.2);
}
@media screen and (min-width: 768px) {
  .section-head__en {
    font-size: 80px;
    line-height: 0.75;
  }
}

.section-head__jp {
  margin-top: -15px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.17em;
  color: #CE7E73;
}
@media screen and (min-width: 768px) {
  .section-head__jp {
    margin-top: -19px;
    font-size: 32px;
  }
}

/*!
layout > header
------------------------------
*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: #efddd5;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header {
    height: 100px;
  }
}

.header-inner {
  width: inherit;
  height: 100%;
  padding-inline: 25px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header-inner {
    padding-inline: 40px 0;
  }
}

.header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .header-title {
    left: 40px;
    transform: translate(0, -50%);
  }
}

.header-title__link {
  font-family: "Cormorant", serif;
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.17em;
  transition: opacity 0.3s;
}
.header-title__link:hover {
  opacity: 0.6;
}

.header-icon {
  width: 40px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.header-icon.is-checked .header-icon__bar {
  width: 24px;
}
.header-icon.is-checked .header-icon__bar:nth-child(1), .header-icon.is-checked .header-icon__bar:nth-child(3) {
  top: 12px;
}
.header-icon.is-checked .header-icon__bar:nth-child(1) {
  transform: rotate(45deg);
}
.header-icon.is-checked .header-icon__bar:nth-child(2) {
  display: none;
}
.header-icon.is-checked .header-icon__bar:nth-child(3) {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .header-icon {
    display: none;
  }
}

.header-icon__bar {
  position: absolute;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #482019;
  transition: transform 0.4s;
}
.header-icon__bar:nth-child(1) {
  top: 0;
}
.header-icon__bar:nth-child(2) {
  top: 12px;
}
.header-icon__bar:nth-child(3) {
  top: 24px;
}

.header-nav {
  background-color: #efddd5;
  position: fixed;
  right: 0;
  top: 0;
  width: 225px;
  height: 100%;
  padding: 100px 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transform: translateX(100%);
  transition: transform 0.4s;
}
.header-nav.is-checked {
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .header-nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    width: auto;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    background-color: transparent;
  }
}

.header-nav__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .header-nav__list {
    flex-direction: row;
  }
}
@media screen and (min-width: 1080px) {
  .header-nav__list {
    gap: 30px;
  }
}

.header-nav__link {
  display: inline-block;
  padding-block: 8px;
  font-family: "Cormorant", serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 5px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .header-nav__link {
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 1080px) {
  .header-nav__link {
    letter-spacing: 5px;
  }
}
.header-nav__link:hover {
  opacity: 0.6;
}

.header-nav__reserve {
  background-color: #ce7e73;
  padding-block: 8px;
}
@media screen and (min-width: 768px) {
  .header-nav__reserve {
    width: 100px;
    height: 100%;
  }
}

.header-nav__reserve-link {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #EFDDD5;
  line-height: 1;
  letter-spacing: 5px;
  font-weight: bold;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .header-nav__reserve-link {
    flex-direction: column;
  }
}
.header-nav__reserve-link::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/icon-reserve.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .header-nav__reserve-link::before {
    width: 32px;
    height: 32px;
  }
}
.header-nav__reserve-link:hover {
  opacity: 0.6;
}

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

/*!
layout > footer
------------------------------
*/
.footer {
  background-color: #bfa6a0;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .footer-inner {
    max-width: 1080px;
  }
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer-top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.footer-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .footer-head {
    align-items: start;
  }
}

.footer-head__en {
  font-family: "Cormorant", serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.17em;
}

.footer-head__jp {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 2px;
}

.footer-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .footer-list {
    margin-top: 32px;
    gap: 20px;
  }
}

.footer-item {
  display: flex;
  gap: 30px;
}

.footer-item__head {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-item__head {
    display: block;
    min-width: 75px;
    line-height: 1;
    letter-spacing: 2px;
  }
}

.footer-item__body {
  text-align: center;
  line-height: 1.3333333333;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .footer-item__body {
    line-height: 1;
    text-align: left;
  }
  .footer-item__body span {
    display: block;
    margin-top: 20px;
    text-align: left;
  }
}

.footer-page-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 255px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-page-nav__list {
    min-width: 399px;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}

.footer-page-nav__link {
  font-family: "Cormorant", serif;
  line-height: 1;
  letter-spacing: 5px;
  text-transform: uppercase;
  transition: all 0.4s;
}
.footer-page-nav__link:hover {
  opacity: 0.6;
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .footer-bottom {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17.5px;
  }
}

.footer-bottom__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17.5px;
}

.footer-bottom__item:nth-child(n+2) {
  padding-left: 16.5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer-bottom__item:nth-child(n+2) {
    padding-left: 0;
  }
}
.footer-bottom__item:nth-child(n+2)::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .footer-bottom__item:nth-child(n+2)::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer-bottom__item {
    padding-right: 16.5px;
    position: relative;
  }
  .footer-bottom__item::after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.footer-bottom__link {
  font-family: "Cormorant", serif;
  font-size: 13px;
  line-height: 1.1538461538;
  letter-spacing: 2px;
  transition: opacity 0.4s;
}
.footer-bottom__link:hover {
  opacity: 0.6;
}

.footer-copyright {
  margin-top: 10px;
  font-family: "Cormorant", serif;
  font-size: 13px;
  line-height: 1.1538461538;
  letter-spacing: 2px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-copyright {
    margin-top: 0;
  }
}

/*!
page > fv
------------------------------
*/
.fv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv {
    padding-bottom: 100px;
    background-color: #efddd5;
  }
}

@media screen and (min-width: 768px) {
  .fv-picture {
    margin-left: 160px;
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .fv-image {
    max-height: 1280px;
    aspect-ratio: 1280/713;
  }
}

.fv-inner {
  padding-inline: 30px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv-inner {
    padding-block: 40px;
  }
  .fv-inner::before {
    content: "scroll";
    width: fit-content;
    height: auto;
    background-color: transparent;
    color: #CE7E73;
    font-family: "Noto Serif JP", serif;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.17em;
    position: absolute;
    top: auto;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
  }
  .fv-inner::after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #CE7E73;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1080px) {
  .fv-inner::before {
    bottom: 140px;
  }
  .fv-inner::after {
    height: 26px;
  }
}

.fv-message {
  position: absolute;
  left: 30px;
  bottom: 50px;
  font-family: "Noto Serif JP", serif;
  color: #CE7E73;
  letter-spacing: 0.17em;
}
@media screen and (min-width: 768px) {
  .fv-message {
    left: 190px;
    bottom: 154px;
  }
}
@media screen and (min-width: 1200px) {
  .fv-message {
    left: 220px;
    bottom: 192px;
  }
}

.fv-title {
  font-size: 32px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .fv-title {
    font-size: 42px;
  }
}
@media screen and (min-width: 1080px) {
  .fv-title {
    font-size: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .fv-title {
    font-size: 85px;
  }
}

.fv-text {
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .fv-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1080px) {
  .fv-text {
    margin-top: 28px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .fv-text {
    font-size: 24px;
    line-height: 1.6666666667;
  }
}

/*!
page > cta
------------------------------
*/
.cta {
  padding-top: 30px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-top: 100px;
  }
}

.cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .cta-inner {
    flex-direction: row;
    justify-content: center;
    gap: 80px;
  }
}
@media screen and (min-width: 1080px) {
  .cta-inner {
    gap: 100px;
  }
}

/*!
page > concept
------------------------------
*/
.concept-inner {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .concept-inner {
    max-width: 1016px;
    flex-direction: row;
    gap: 50px;
  }
}

.concept-head__wrapper {
  display: flex;
  justify-content: center;
}

.concept-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 5px;
  color: #CE7E73;
}

.concept-text {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.8666666667;
}

/*!
page > feature
------------------------------
*/
.feature {
  background-color: rgba(239, 221, 213, 0.3);
}

.feature-inner {
  padding-inline: 22.5px;
}
@media screen and (min-width: 768px) {
  .feature-inner {
    padding-block: 33.5px;
    padding-inline: 40px;
    max-width: 1080px;
    margin: 0 auto;
  }
}

.feature-head__wrapper {
  display: flex;
  justify-content: center;
}

.feature-cards {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .feature-cards {
    margin-top: 50px;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}

.feature-card:last-child {
  grid-column: 1/-1;
  justify-self: center;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .feature-card:last-child {
    grid-column: auto;
    justify-self: auto;
    width: 100%;
  }
}

.feature-card__head {
  position: relative;
}

.feature-card__number {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.17em;
  color: #CE7E73;
  position: absolute;
  right: 0;
  top: -16.83px;
}
@media screen and (min-width: 768px) {
  .feature-card__number {
    top: -18.11px;
  }
}

.feature-card__img {
  aspect-ratio: 165/160;
}

.feature-card__body {
  margin-top: 10px;
}

.feature-card__title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.17em;
  color: #CE7E73;
  text-align: center;
}

.feature-card__text {
  margin-top: 10px;
  line-height: 1.8666666667;
}

/*!
page > effect
------------------------------
*/
.effect {
  position: relative;
}
.effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}

.effect-bg {
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: top;
  height: 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .effect-bg {
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 350/785;
    max-width: 385px;
    height: auto;
    top: auto;
    bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .effect-inner {
    max-width: 1230px;
  }
}

.effect-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.17em;
}
@media screen and (min-width: 768px) {
  .effect-title {
    font-size: 32px;
    line-height: 1;
  }
}
.effect-title span {
  font-size: 32px;
  line-height: 1;
  color: #CE7E73;
}
@media screen and (min-width: 768px) {
  .effect-title span {
    font-size: 64px;
    line-height: 0.5;
  }
}

.effect-list__wrapper {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .effect-list__wrapper {
    margin-top: 100px;
    flex-direction: row;
    justify-content: space-between;
  }
}

.effect-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .effect-list {
    gap: 61px;
    height: 785px;
    width: 100%;
    max-width: 322px;
  }
}

.effect-item {
  padding-inline: 14px;
}
@media screen and (min-width: 768px) {
  .effect-item {
    padding-inline: 0;
    width: 100%;
  }
}

.effect-item__head {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.17em;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 19px;
  border-bottom: 1px solid #CE7E73;
}

.effect-item__number {
  font-size: 48px;
  line-height: 0.8333333333;
}

.effect-item__title {
  color: #CE7E73;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.effect-item__title--small {
  font-size: 15px;
}

.effect-item__title--large {
  font-size: 24px;
  font-weight: 600;
}

.effect-item__body {
  margin-top: 20px;
}

.effect-item__text {
  line-height: 1.8666666667;
}

/*!
page > menu
------------------------------
*/
.menu {
  background: url(../images/menu-bg.jpg) repeat top left/cover;
  position: relative;
}
.menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 0;
}

.menu-inner {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .menu-inner {
    max-width: 1230px;
    margin: 0 auto;
    padding-inline: 40px;
  }
}

.menu-head__wrapper {
  display: flex;
  justify-content: center;
}

.menu-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .menu-list {
    margin-top: 50px;
    gap: 50px;
  }
}

.menu-item {
  display: flex;
  flex-direction: column;
  z-index: 5;
}
@media screen and (min-width: 1080px) {
  .menu-item {
    flex-direction: row;
    gap: 49px;
    align-items: stretch;
    min-height: 450px;
  }
  .menu-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .menu-item:nth-child(2n) .menu-item__img {
    margin-top: 49px;
    min-height: 400px;
    object-fit: cover;
  }
  .menu-item:nth-child(2n) .menu-item__body {
    padding-inline: 51px 139px;
    margin-top: 0;
    margin-left: 0;
    margin-right: -139px;
  }
}

@media screen and (min-width: 1080px) {
  .menu-item__img {
    flex: 1;
    width: calc(50% + 49px);
    height: 100%;
    aspect-ratio: 620/400;
    position: relative;
    z-index: 2;
  }
}

.menu-item__body {
  padding: 20px;
}
@media screen and (min-width: 1080px) {
  .menu-item__body {
    flex: 1;
    padding: 60px 51px 49px 139px;
    background: #ffffff;
    width: calc(100% + 139px);
    margin-left: -139px;
    min-height: 400px;
    height: calc(100% + 49px);
    margin-top: 49px;
  }
}

.menu-item__title {
  padding-left: 60px;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.17em;
}
@media screen and (min-width: 768px) {
  .menu-item__title {
    padding-left: 57px;
    font-size: 32px;
    line-height: 1;
  }
}
.menu-item__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../images/icon-menu.svg) no-repeat center/contain;
}

.menu-item__price {
  margin-top: 20px;
  font-weight: 700;
  line-height: 1.8666666667;
  letter-spacing: 5px;
}

.menu-item__text {
  margin-top: 20px;
  line-height: 1.8666666667;
}

.menu-button__wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .menu-button__wrapper {
    margin-top: 50px;
  }
}

/*!
page > voice
------------------------------
*/
.voice {
  background-color: #FAF5F2;
}

@media screen and (min-width: 768px) {
  .voice-inner {
    max-width: 1080px;
    position: relative;
    z-index: 5;
  }
}

.voice-head__wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .voice-head__wrapper {
    justify-content: start;
  }
}

.voice-cards {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .voice-cards {
    margin-top: 50px;
    gap: 50px;
  }
}

.voice-card {
  background-color: #ffffff;
  border: 1px solid #bfa6a0;
  border-radius: 30px;
  padding: 28px 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .voice-card {
    padding-inline: 49px;
    flex-direction: row;
  }
}

.voice-card__img {
  border-radius: 9999px;
  box-shadow: 0px 4px 4px rgb(217, 217, 217);
  width: 200px;
  aspect-ratio: 1/1;
}

.voice-card__name {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.17em;
}
@media screen and (min-width: 768px) {
  .voice-card__name {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}

.voice-card__text {
  margin-top: 17px;
  line-height: 1.8666666667;
}

/*!
page > flow
------------------------------
*/
.flow {
  background-color: rgba(239, 221, 213, 0.3);
}

@media screen and (min-width: 768px) {
  .flow-inner {
    max-width: 1080px;
    position: relative;
    z-index: 5;
  }
}

.flow-head__wrapper {
  display: flex;
  justify-content: center;
}

.flow-steps {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .flow-steps {
    margin-top: 50px;
    gap: 30px;
  }
}

.flow-step {
  padding-block: 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .flow-step {
    padding-block: 0;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .flow-step {
    gap: 50px;
  }
}

@media screen and (min-width: 768px) {
  .flow-step__img {
    flex: 1;
    width: calc(50% + 60px);
    aspect-ratio: 560/260;
    object-fit: cover;
    object-position: center -36px;
  }
}

.flow-step__body {
  background-color: #ffffff;
  padding: 27px 20px;
}
@media screen and (min-width: 768px) {
  .flow-step__body {
    background-color: transparent;
    flex: 1;
  }
}

.flow-step__title {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.17em;
}

.flow-step__title--number {
  color: #CE7E73;
  font-size: 24px;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .flow-step__title--number {
    font-size: 32px;
    line-height: 1;
  }
}

.flow-step__title--name {
  font-size: 20px;
  line-height: 1.6;
}

.flow-step__text {
  margin-top: 20px;
  line-height: 1.8666666667;
}

/*!
page > qa
------------------------------
*/
@media screen and (min-width: 768px) {
  .qa-inner {
    max-width: 1080px;
  }
}

.qa-head {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.17em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .qa-head {
    font-size: 32px;
    line-height: 1;
  }
}

.qa-boxes {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .qa-boxes {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .qa-box:nth-child(2n) .qa-box__head {
    background-color: transparent;
  }
  .qa-box:nth-child(2n) .qa-box__body {
    background-color: transparent;
  }
}

.qa-box__head {
  background-color: rgba(239, 221, 214, 0.3);
  padding: 30px 20px 20px;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.17em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .qa-box__head {
    padding: 50px 100px 30px;
  }
}

.qa-box__head--icon {
  color: #CE7E73;
  font-size: 24px;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .qa-box__head--icon {
    font-size: 32px;
    line-height: 1;
  }
}

.qa-box__head--text {
  font-size: 20px;
  line-height: 1.6;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .qa-box__head--text {
    font-size: 24px;
    line-height: 1.3333333333;
    margin-left: 14px;
  }
}

.qa-box__body {
  background-color: rgba(239, 221, 214, 0.3);
  padding: 0 20px 30px;
}
@media screen and (min-width: 768px) {
  .qa-box__body {
    padding: 0 100px 50px;
  }
}

.qa-box__answer {
  line-height: 1.8666666667;
}

/*!
page > info
------------------------------
*/
.info-head {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  padding-left: 210px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .info-head {
    padding-left: calc(50% + 60px);
    font-size: 32px;
    line-height: 1;
  }
}
.info-head::before {
  content: "";
  width: 180px;
  height: 1px;
  background-color: #482019;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .info-head::before {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .info-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding-inline: 40px;
  }
}

.info-content {
  margin-top: 37.97px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .info-content {
    margin-top: 50px;
    flex-direction: row;
    align-items: center;
  }
}

.info-details {
  padding-block: 7.97px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .info-details {
    padding: 0;
  }
}

.info-name {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info-name__en {
  font-family: "Cormorant", serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.17em;
  color: #CE7E73;
}

.info-name__jp {
  line-height: 1;
  letter-spacing: 5px;
}

.info-details__list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-details__item {
  display: flex;
  gap: 30px;
  line-height: 1;
  letter-spacing: 5px;
}

.info-details__item-head {
  min-width: 75px;
}

@media screen and (min-width: 768px) {
  .info-details__item-body span {
    display: inline-block;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .info-map {
    min-width: 400px;
  }
}
.info-map iframe {
  width: 100%;
  aspect-ratio: 390/263;
  min-height: 263px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .info-map iframe {
    aspect-ratio: 400/280;
    min-height: 280px;
  }
}

/*!
page > reserve
------------------------------
*/
.reserve {
  background-color: #EFDDD5;
}

@media screen and (min-width: 1080px) {
  .reserve-inner {
    max-width: 1080px;
  }
}

.reserve-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 1080px) {
  .reserve-content {
    flex-direction: row;
    padding-block: 35px;
  }
}

@media screen and (min-width: 1080px) {
  .reserve-body {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}

.reserve-head {
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.17em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-bottom: 39px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .reserve-head {
    padding-bottom: 0;
    padding-right: 39px;
  }
}
.reserve-head::after {
  content: "";
  width: 140px;
  height: 1px;
  background-color: #482019;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1080px) {
  .reserve-head::after {
    width: 1px;
    height: 140px;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}

.reserve-head__en {
  font-size: 20px;
}
@media screen and (min-width: 1080px) {
  .reserve-head__en {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}

@media screen and (min-width: 1080px) {
  .reserve-head__jp {
    line-height: 2.1333333333;
  }
}

.reserve-tel {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  .reserve-tel {
    margin-top: 0;
    align-items: flex-start;
  }
}

.reserve-tel__number {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 0.17em;
  padding-left: 42px;
  position: relative;
}
.reserve-tel__number::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/icon-tel.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.reserve-tel__info {
  letter-spacing: 5px;
}
@media screen and (min-width: 1080px) {
  .reserve-tel__info {
    line-height: 1.8666666667;
  }
}