.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.fade-in-up.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-up:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.fade-in-up:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.fade-in-up:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade-in-up:nth-child(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.fade-in-up:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

a:not(.logo) {
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

@media (hover: hover) and (pointer: fine) {
  a:not(.logo):hover {
    opacity: 0.5;
  }
}
html {
  font-size: 62.5%;
}

img {
  width: 100%;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.5;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  background-color: #fff;
  color: #000;
  min-height: 100vh;
}

ul,
ol {
  list-style: none;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
textarea,
select {
  font: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  vertical-align: middle;
}

hr {
  border: 0;
  height: 1px;
  background: #ccc;
}

[hidden] {
  display: none !important;
}

:focus {
  outline: none;
}

main {
  padding-top: clamp(6rem, 8vw, 8rem);
}

.container {
  width: min(85vw, 1200px);
  margin: 0 auto;
}
@media (max-width: 920px) {
  .container {
    width: 90vw;
  }
}

section:not(#hero) {
  padding: clamp(80px, 12vw, 100px) 0;
}

section.bg {
  background-color: #faf4e9;
}

.margin-auto {
  margin-inline: auto;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
}

strong,
h2,
h3,
h4 {
  font-weight: inherit;
}

h2 {
  font-size: clamp(3.4rem, 3vw, 4rem);
  margin-bottom: clamp(3rem, 10vw, 4rem);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-family: "Allura", cursive;
  color: #c3937c;
}
h2 span {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-size: clamp(2rem, 3vw, 2.2rem);
  line-height: 1em;
  padding-top: 0.6em;
  color: #000;
}
@media (max-width: 920px) {
  h2 {
    text-align: center;
  }
}

strong,
h3 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  display: block;
  margin-bottom: 10px;
}

#background {
  height: clamp(300px, 20vw, 500px);
  overflow: hidden;
}
#background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

#concept .img-wrap {
  position: relative;
}
#concept .img-wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #faf4e9;
  top: 20px;
  z-index: -1;
  right: -20px;
}
@media (max-width: 920px) {
  #concept .img-wrap::before {
    top: 3vw;
    left: 3vw;
  }
}

#features .features__content-01 .img-wrap {
  position: relative;
}
#features .features__content-01 .img-wrap::before {
  position: absolute;
  content: "";
  width: calc(50vw - 600px + 100% - 30px);
  height: calc(100% - 30px);
  left: calc(-1 * (50vw - 600px));
  bottom: 0;
  z-index: -1;
  background-color: #faf4e9;
}
@media screen and (max-width: 1411px) {
  #features .features__content-01 .img-wrap::before {
    left: -7.5vw;
    width: calc(7.5vw + 100% - 30px);
  }
}
@media (max-width: 920px) {
  #features .features__content-01 .img-wrap::before {
    left: -5vw;
    height: calc(100% - 20px);
    width: calc(5vw + 100% - 20px);
  }
}
#features .features__content-02 .img-wrap {
  position: relative;
}
#features .features__content-02 .img-wrap::before {
  position: absolute;
  content: "";
  width: calc(50vw - 600px + 100% - 30px);
  height: calc(100% - 30px);
  right: calc(-1 * (50vw - 600px));
  bottom: 0;
  z-index: -1;
  background-color: #faf4e9;
}
@media screen and (max-width: 1411px) {
  #features .features__content-02 .img-wrap::before {
    right: -7.5vw;
    width: calc(7.5vw + 100% - 30px);
  }
}
@media (max-width: 920px) {
  #features .features__content-02 .img-wrap::before {
    height: calc(100% - 20px);
    right: -5vw;
    width: calc(5vw + 100% - 20px);
  }
}

#menu .menu__content {
  position: relative;
}
#menu .menu__content::before {
  position: absolute;
  content: "";
  width: calc(50vw - 600px + 50px);
  background-color: #faf4e9;
  height: 80%;
  top: -50px;
  left: calc(-1 * (50vw - 600px));
  z-index: -1;
}
@media screen and (max-width: 1411px) {
  #menu .menu__content::before {
    left: -7.5vw;
    width: calc(7.5vw + 50px);
    top: -30px;
  }
}

#concept-page .container {
  position: relative;
}
#concept-page .container::before {
  position: absolute;
  width: calc(50vw - 600px + 40px);
  background-color: #faf4e9;
  height: 100%;
  left: calc(-1 * (50vw - 600px));
  content: "";
  top: -30px;
  z-index: -1;
}
@media screen and (max-width: 1411px) {
  #concept-page .container::before {
    left: -7.5vw;
    width: calc(7.5vw + 40px);
  }
}
@media (max-width: 920px) {
  #concept-page .container::before {
    display: none;
  }
}
@media (max-width: 920px) {
  #concept-page .img-wrap {
    position: relative;
  }
  #concept-page .img-wrap::before {
    position: absolute;
    background-color: #faf4e9;
    height: 85%;
    content: "";
    left: calc(-1 * (5vw + 10%));
    width: calc(5vw + 100%);
    z-index: -1;
    bottom: -15px;
  }
}

.button {
  display: inline-block;
  background-color: #dabf98;
  font-size: 1.4rem;
  position: relative;
}
.button::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border: 1px solid #847355;
  top: -5px;
  left: -5px;
}

.button .material-symbols-outlined {
  font-weight: 100;
  width: 1em;
}

.button--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  height: 55px;
  padding: 0 20px;
  margin-top: clamp(30px, 10vw, 50px);
}
@media (max-width: 920px) {
  .button--primary {
    margin-inline: auto;
  }
}

.button--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 50px;
  gap: 5px;
}

.button--lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 80px;
  gap: 5px;
  color: #000;
}
.button--lg .material-symbols-outlined {
  font-size: 2.5em;
}
.button--lg .text {
  font-size: clamp(1.6rem, 1.5vw, 1.7rem);
}
.button--lg .text span {
  font-size: 1.2rem;
  display: block;
  line-height: 1em;
}

.hamburger {
  display: none;
  background: none;
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 28px;
  height: 20px;
  z-index: 200;
  cursor: pointer;
}
.hamburger span {
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 920px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header.is-open .hamburger span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}

.header.is-open .hamburger span:nth-child(2) {
  opacity: 0;
}

.header.is-open .hamburger span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

section *:has(.leaves) {
  position: relative;
}
section *:has(.leaves) .leaves {
  display: block;
  position: absolute;
}
section *:has(.leaves) .leaves.top-left {
  width: min(15vw, 100px);
  top: -70px;
  left: min(-2vw, -60px);
}
@media screen and (max-width: 1411px) {
  section *:has(.leaves) .leaves.top-left {
    left: -5vw;
  }
}
@media (max-width: 920px) {
  section *:has(.leaves) .leaves.top-left {
    left: -3vw;
    top: -50px;
  }
}
section *:has(.leaves) .leaves.bottom-left {
  width: min(15vw, 100px);
  bottom: -50px;
  left: min(-1vw, -40px);
}
section *:has(.leaves) .leaves.bottom-right {
  width: min(15vw, 100px);
  bottom: -50px;
  right: min(-1vw, -40px);
}
@media (max-width: 920px) {
  section *:has(.leaves) .leaves.bottom-right {
    right: -3vw;
  }
}

@media (max-width: 920px) {
  #concept-page .leaves.top-left {
    display: none;
  }
  #features .leaves {
    display: none;
  }
}
section#page-hero {
  position: relative;
  z-index: 0;
  background-image: url("images/background/reserve.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
section#page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
section#page-hero h2 {
  color: #fff;
}
section#page-hero {
  padding-block: clamp(50px, 15vw, 100px);
}
section#page-hero.page-hero--concept {
  background-image: url("../images/background/concept.png");
}
section#page-hero.page-hero--menu {
  background-image: url("../images/background/menu.png");
}
section#page-hero.page-hero--results {
  background-image: url("../images/background/results.png");
}
section#page-hero h2 {
  margin-bottom: 0;
}
section#page-hero h2 span {
  color: #fff;
  font-size: clamp(2.4rem, 2.5vw, 3rem);
}

#reserve ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 920px) {
  #reserve ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

#info .info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media (max-width: 920px) {
  #info .info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#info .info__inner .img-wrap {
  width: 50%;
}
@media (max-width: 920px) {
  #info .info__inner .img-wrap {
    width: 100%;
  }
}
#info .info__inner .img-wrap .map {
  margin-top: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
#info .info__inner .img-wrap .map iframe {
  width: 100%;
  height: 100%;
}
#info .info__inner .info__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 80px;
}
@media (max-width: 920px) {
  #info .info__inner .info__content {
    width: 100%;
    padding-top: 0;
  }
}
#info .info__inner .info__content h3 {
  margin-bottom: 40px;
}
@media (max-width: 920px) {
  #info .info__inner .info__content h3 {
    margin-bottom: 15px;
  }
}
#info .info__inner .info__content dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 1fr;
  grid-template-columns: 90px 1fr;
  row-gap: 30px;
}
@media (max-width: 920px) {
  #info .info__inner .info__content dl {
    row-gap: 10px;
  }
}
#info .info__inner .info__content dl dt {
  font-weight: 400;
}
#info .info__inner .info__content dl dd {
  margin: 0;
}
#info .info__inner .info__content dl dd + dd {
  -ms-grid-column: 2;
  grid-column: 2;
  margin-top: 0.4em;
}

.footer {
  padding-top: clamp(20px, 15vw, 70px);
  padding-bottom: 20px;
}
.footer__inner {
  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;
  padding: 0 min(5vw, 30px);
  padding-bottom: clamp(30px, 15vw, 40px);
}
@media (max-width: 920px) {
  .footer__inner {
    -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: 30px;
  }
}
@media (max-width: 920px) {
  .footer__inner .footer__info {
    width: 100%;
  }
}
.footer__inner .footer__info .logo {
  display: block;
  width: clamp(80px, 12vw, 100px);
}
@media (max-width: 920px) {
  .footer__inner .footer__info .logo {
    margin: 0 auto;
  }
}
@media (max-width: 920px) {
  .footer__inner .footer__info .info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.footer__inner .footer__info .info .address,
.footer__inner .footer__info .info .tel {
  font-size: 1.2rem;
  line-height: 1.5em;
}
.footer__inner .footer__info .info .address {
  margin-top: 15px;
}
.footer__inner .footer__info .info .tel {
  margin-top: 5px;
}
.footer__inner .footer__info .insta {
  display: block;
  width: 25px;
  margin-top: 15px;
  aspect-ratio: 1/1;
}
@media (max-width: 920px) {
  .footer__inner .footer__info .insta {
    margin: 20px auto 0;
  }
}
.footer__inner .footer__info .insta i {
  font-size: 25px;
  line-height: 1;
}
.footer nav ul {
  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: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 15px;
}
@media (max-width: 920px) {
  .footer nav ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer small {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: clamp(6rem, 8vw, 8rem);
  padding: 0 min(5vw, 30px);
}
.header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(38px, 5vw, 50px);
}
.header h1 a {
  display: inline-block;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.header__nav ul li {
  text-align: center;
  line-height: 1em;
}
.header__nav ul li.active {
  color: #c3937c;
}
.header__nav ul li span {
  display: block;
  font-size: 1.2rem;
  padding-top: 3px;
}
.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
}
.header.is-open .header__overlay {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 920px) {
  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    -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;
    gap: 30px;
    width: 75%;
    max-width: 300px;
    height: 100vh;
    background: #fff;
    padding: 120px 30px 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 150;
  }
  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    width: 100%;
  }
  .header__nav .button {
    margin: 0 auto;
    margin-top: 40px;
  }
  .header.is-open .header__nav {
    right: 0;
  }
}

#concept-page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media (max-width: 920px) {
  #concept-page .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
#concept-page .container .concept-page__concept {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 50px;
  line-height: 2em;
}
@media (max-width: 920px) {
  #concept-page .container .concept-page__concept {
    padding-top: 30px;
    line-height: 1.5em;
  }
}
#concept-page .container .concept-page__concept strong {
  margin-bottom: 20px;
}
#concept-page .container .img-wrap {
  width: 40%;
  position: relative;
}
@media (max-width: 920px) {
  #concept-page .container .img-wrap {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 920px) {
  #concept-page .container .img-wrap .img-01 {
    width: 75%;
  }
}
#concept-page .container .img-wrap .img-02 {
  width: 70%;
  margin-left: auto;
  margin-top: 20px;
}
@media (max-width: 920px) {
  #concept-page .container .img-wrap .img-02 {
    position: absolute;
    width: 40%;
    bottom: -25px;
    margin-top: 0;
    right: 0;
  }
}

#message .message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 920px) {
  #message .message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #message .message__inner > * {
    width: 100%;
  }
}
@media (max-width: 920px) {
  #message .message__inner {
    row-gap: 50px;
  }
}
#message .message__inner img {
  width: 30%;
}
@media (max-width: 920px) {
  #message .message__inner img {
    width: min(100%, 400px);
  }
}
#message .message__inner .message__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#message .message__inner .message__content ul {
  background-color: #faf4e9;
  padding: 15px min(3vw, 20px);
  margin-bottom: 40px;
}
@media (max-width: 920px) {
  #message .message__inner .message__content ul {
    margin-bottom: 20px;
  }
}
#message .message__inner .message__content .name {
  padding-top: 10px;
}

#question li {
  background-color: #fff;
  padding: 20px min(3vw, 20px);
}
#question li:nth-child(n+2) {
  margin-top: clamp(30px, 5vw, 60px);
}
#question li h3 {
  border-bottom: 1px solid #bea99f;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#question li h3 span {
  color: #c3937c;
}

#hero {
  position: relative;
  height: clamp(500px, 75vh, 800px);
  overflow: hidden;
}
#hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

#concept .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media (max-width: 920px) {
  #concept .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#concept .container .concept__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  #concept .container .concept__content h2 {
    margin-bottom: 0.6em;
  }
  #concept .container .concept__content strong {
    text-align: center;
  }
}
#concept .container .img-wrap {
  width: 50%;
}
@media (max-width: 920px) {
  #concept .container .img-wrap {
    width: 85%;
    margin-inline: auto;
    margin-top: clamp(3rem, 10vw, 4rem);
    margin-bottom: 40px;
  }
}

#recommend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
#recommend ul > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px * (2 - 1)) / 2);
          flex: 0 0 calc((100% - 40px * (2 - 1)) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 920px) {
  #recommend ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #recommend ul > * {
    width: 100%;
  }
}
@media (max-width: 920px) {
  #recommend ul {
    gap: 25px;
  }
}
#recommend ul li {
  background-color: #ffffff;
  padding: 20px min(3vw, 20px);
}

#features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: min(15vw, 100px);
}
#features ul li.features__content-01 figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 920px) {
  #features ul li.features__content-01 figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #features ul li.features__content-01 figure > * {
    width: 100%;
  }
}
#features ul li.features__content-01 figure .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#features ul li.features__content-01 figure .img-wrap .img {
  width: 48%;
}
#features ul li.features__content-02 figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 920px) {
  #features ul li.features__content-02 figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  #features ul li.features__content-02 figure > * {
    width: 100%;
  }
}
#features ul li figure .img-wrap {
  width: 47%;
  padding-bottom: 30px;
}
@media (max-width: 920px) {
  #features ul li figure .img-wrap {
    width: 100%;
    padding-bottom: 20px;
  }
}
#features ul li figure figcaption {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#features ul li figure figcaption span {
  font-family: "Allura", cursive;
  font-size: clamp(3rem, 4vw, 3.5rem);
  color: #c3937c;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 920px) {
  #features ul li figure figcaption span {
    display: inline;
  }
}
#features ul li figure figcaption h3 {
  margin-bottom: 10px;
}

#menu .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
  margin-top: 40px;
}
#menu .img-wrap > img {
  width: 45%;
}
#menu .img-wrap div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 15px;
}
#menu .img-wrap div img {
  width: 50%;
}

#voice .rating {
  margin-bottom: 30px;
}
#voice .rating img {
  max-width: 200px;
  margin-inline: auto;
}
#voice .rating p {
  padding-top: 5px;
}
#voice li {
  background-color: #fff;
  padding: 20px min(3vw, 20px);
}
#voice li:nth-child(n+2) {
  margin-top: clamp(20px, 5vw, 30px);
}
#voice li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #bea99f;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#voice li .title img {
  width: 150px;
}

#menu-list ul {
  max-width: 900px;
  margin: 0 auto;
}
#menu-list ul li {
  background-color: #fff;
  border: 1px solid #bea99f;
}
#menu-list ul li:nth-child(n+2) {
  margin-top: clamp(30px, 5vw, 50px);
}
#menu-list ul li h4 {
  background-color: #faf4e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #bea99f;
  padding: 15px min(3vw, 20px);
}
#menu-list ul li h4 .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#menu-list ul li h4 .price {
  width: 4.5em;
  text-align: end;
}
#menu-list ul li p {
  padding: 15px min(3vw, 20px);
}
#menu-list .text-center {
  padding-top: clamp(50px, 10vw, 80px);
}

#before-after ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 15px;
}
@media (max-width: 920px) {
  #before-after ul {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
}
#before-after ul li {
  width: 32%;
  border: 1px solid #c3c3c3;
}
@media (max-width: 920px) {
  #before-after ul li {
    width: 48%;
  }
}

.display-sp {
  display: none;
}
@media (max-width: 920px) {
  .display-sp {
    display: block;
  }
}

@media (max-width: 920px) {
  .display-pc {
    display: none;
  }
}
.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

.br-sp {
  display: none;
}
@media (max-width: 920px) {
  .br-sp {
    display: block;
  }
}