html {
  font-size: 62.5%;
}

img {
  width: 100%;
}

main {
  padding-top: 110px;
  background-color: #f1e5d8;
  overflow: hidden;
}
@media (max-width: 920px) {
  main {
    padding-top: 60px;
  }
}

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

section:not(#hero) {
  padding: clamp(120px, 13vw, 150px) 0;
}

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

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

section.bg-01 {
  position: relative;
}
section.bg-01::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/images/background/bg_01.png);
  background-position: center;
  background-size: cover;
  opacity: 0.06;
  z-index: 0;
}

*,
*::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;
}

html {
  font-size: 62.5%;
}

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

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

h2 {
  margin-bottom: clamp(2rem, 5vw, 4rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

strong,
h3 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  display: block;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

.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;
}

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;
  }
}
.button {
  display: block;
  background-color: #962914;
  color: #fff;
  border: 2px solid #511e14;
}

.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: 300px;
  height: 70px;
  padding: 0 20px;
  margin-top: clamp(30px, 10vw, 50px);
  border-width: 3px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 1.5vw, 2rem);
}
@media (max-width: 920px) {
  .button--primary {
    margin-inline: auto;
  }
}
.button--primary img {
  width: 1.3em;
}

.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;
}

div:has(.bg-wave) {
  position: relative;
}
div:has(.bg-wave) .bg-wave {
  position: absolute;
  width: 120vw;
  max-width: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10%;
  z-index: 0;
}
@media (max-width: 920px) {
  div:has(.bg-wave) .bg-wave {
    bottom: -5%;
  }
}
div:has(.bg-wave) > *:not(.bg-wave) {
  position: relative;
  z-index: 1;
}

.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#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(60px, 12vw, 110px);
  font-size: clamp(2.4rem, 3vw, 3rem);
  text-align: center;
  letter-spacing: 0.15em;
  background-image: url("/images/background/page-hero.png");
}
section#page-hero h2 {
  margin-bottom: 0;
}

.footer {
  background-color: #41382f;
  color: #fff;
  padding-top: clamp(40px, 15vw, 70px);
  padding-inline: min(5vw, 30px);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 920px) {
  .footer nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.footer nav ul li {
  line-height: 1.2em;
  padding-inline: 1.5em;
  border-left: 1px solid #fff;
}
@media (max-width: 920px) {
  .footer nav ul li {
    border: none;
    padding-inline: 0;
  }
}
.footer nav ul li:last-child {
  border-right: 1px solid #fff;
}
@media (max-width: 920px) {
  .footer nav ul li:last-child {
    border-right: none;
  }
}
.footer .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 40px;
}
@media (max-width: 920px) {
  .footer .footer_social {
    margin-top: 40px;
    border-top: 1px solid #afa397;
    padding-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer_social a {
  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: 22px;
  aspect-ratio: 1/1;
}
.footer .footer_social a i {
  font-size: 22px;
  line-height: 1;
}
.footer small {
  display: block;
  text-align: center;
  padding-block: 20px 20px;
  font-size: 1.1rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #f1e5d8;
  -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;
  font-family: "Noto Serif JP", serif;
  padding-inline: min(5vw, 30px);
  font-weight: 600;
}
.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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 110px;
}
@media (max-width: 920px) {
  .header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
  }
}
.header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
}
@media (max-width: 920px) {
  .header h1 {
    width: 40px;
  }
}
.header h1 a {
  display: inline-block;
}
.header__nav {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  height: 45px;
}
.header__nav ul li {
  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;
}
.header__nav ul li.active {
  color: #962914;
}
.header__nav .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  height: 50px;
}
.header__nav .info .call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0.5em;
}
.header__nav .info .call img {
  width: 1em;
}
.header__nav .info .call p {
  font-size: 2rem;
  line-height: 1em;
}
.header__nav .info .call p span {
  display: block;
  font-size: 1.1rem;
}
.header__nav .info .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  height: 50px;
  width: 220px;
}
.header__nav .info .button img {
  width: 1.2em;
}
.header__nav .info .insta {
  font-size: 2.5rem;
}
.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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    right: -100%;
    gap: 30px;
    width: 280px;
    height: 100vh;
    background: #f1e5d8;
    padding-top: 60px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 150;
  }
  .header__nav .info {
    height: auto;
    display: block;
    margin-inline: 25px;
  }
  .header__nav .info .button {
    margin-block: 20px;
    width: 100%;
    height: 65px;
  }
  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    font-size: 1.6rem;
  }
  .header__nav ul li {
    width: 100%;
    border-top: 1px solid #afa397;
  }
  .header__nav ul li:last-child {
    border-bottom: 1px solid #afa397;
  }
  .header__nav ul li a {
    width: 100%;
    padding-block: 1.2em;
    padding-left: 25px;
  }
  .header.is-open .header__nav {
    right: 0;
  }
}

#home .header {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#home .header.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 920px) {
  #home .header {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }
}
#concept-intro .container {
  max-width: 800px;
}
#concept-intro .container .img-wrap {
  margin-bottom: 40px;
}
#concept-intro .container .content {
  position: relative;
  z-index: 10;
}
#concept-intro .container .content .logo_red {
  position: absolute;
  width: 25%;
  opacity: 0.05;
  z-index: -1;
  top: -30%;
  left: -5%;
  min-width: 140px;
}

.point-01 .container,
.point-03 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 920px) {
  .point-01 .container,
  .point-03 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.point-01 .container > .img-wrap,
.point-03 .container > .img-wrap {
  width: 45%;
}
@media (max-width: 920px) {
  .point-01 .container > .img-wrap,
  .point-03 .container > .img-wrap {
    width: 100%;
  }
}
.point-01 .container > .content,
.point-03 .container > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  .point-01 .container > .content,
  .point-03 .container > .content {
    width: 100%;
  }
}

.point-01 .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.point-01 .img-wrap img:first-child {
  width: 92%;
}
.point-01 .img-wrap img:last-child {
  margin-top: 20px;
  width: 75%;
  margin-left: auto;
}
@media (max-width: 920px) {
  .point-01 .img-wrap img:last-child {
    margin-top: -25%;
    width: 55%;
  }
}

.point-02 {
  background-color: #333;
  color: #fff;
  background-position: center bottom;
  background-size: cover;
  background-image: url(/images/background/bg-rough.png);
}
.point-02 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 920px) {
  .point-02 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}
.point-02 .container > .img-wrap {
  width: 45%;
}
@media (max-width: 920px) {
  .point-02 .container > .img-wrap {
    width: 100%;
  }
}
.point-02 .container > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  .point-02 .container > .content {
    width: 100%;
  }
}
.point-02 .container .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.point-02 .container .img-wrap img:first-child {
  width: 92%;
  margin-left: auto;
}
.point-02 .container .img-wrap img:last-child {
  margin-top: 20px;
  width: 75%;
}
@media (max-width: 920px) {
  .point-02 .container .img-wrap img:last-child {
    margin-top: -25%;
    width: 55%;
  }
}

.point-03 .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.point-03 .img-wrap img:last-child {
  margin-top: -15%;
  width: 60%;
}
@media (max-width: 920px) {
  .point-03 .img-wrap img:last-child {
    margin-top: -25%;
    width: 40%;
  }
}

.point span {
  background-color: #962914;
  z-index: 3;
  color: #fff;
  font-size: clamp(2rem, 2vw, 2.6rem);
  padding-inline: 0.8em;
  line-height: 1.8em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.8em;
  font-family: "Noto Serif JP", serif;
  position: relative;
  font-weight: 600;
  border: 2px solid #511e14;
}
@media (max-width: 920px) {
  .point span {
    margin-inline: auto;
  }
}

#home main {
  padding-top: 0;
}
@media (max-width: 920px) {
  #home main {
    padding-top: 60px;
  }
}

#hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
#hero .content {
  width: 330px;
}
@media (max-width: 920px) {
  #hero .content {
    display: none;
  }
}
#hero .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 40px;
}
#hero .content .info::before {
  position: absolute;
  width: 250px;
  height: 1px;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #afa397;
}
#hero .content .info .logo {
  margin-bottom: 3rem;
  width: clamp(100px, 10vw, 120px);
}
#hero .content .info .call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#hero .content .info .call img {
  width: 1.2em;
}
#hero .content .info .call p {
  line-height: 1em;
}
#hero .content .info .call p span {
  display: block;
  font-size: 1.2rem;
}
#hero .content .info .call p {
  font-size: clamp(2rem, 2vw, 2.6rem);
}
#hero .content .info .button {
  margin-top: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  width: 250px;
  height: 65px;
  margin-bottom: 20px;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
}
#hero .content .info .button img {
  width: 1.2em;
}
#hero .content .info .insta {
  font-size: 2.5rem;
}
#hero .content ul {
  padding-left: 40px;
  margin-top: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.5em;
}
#hero .content ul .active {
  color: #962914;
}
#hero .img-wrap {
  height: clamp(400px, 70vh, 800px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
#hero .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 920px) {
  #intro .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
#intro .container > .img-wrap {
  width: 50%;
}
@media (max-width: 920px) {
  #intro .container > .img-wrap {
    width: 100%;
  }
}
#intro .container > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  #intro .container > .content {
    width: 100%;
  }
}
#intro .container {
  position: relative;
}
#intro .container .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#intro .container .img-wrap .img-01 {
  width: 92%;
}
#intro .container .img-wrap .img-02 {
  margin-top: 30px;
  width: 75%;
  margin-left: auto;
}
@media (max-width: 920px) {
  #intro .container .img-wrap .img-02 {
    margin-top: -40%;
  }
}
#intro .container .deco {
  position: absolute;
  width: 17%;
  bottom: -10%;
  right: -10%;
  z-index: -1;
}
@media (max-width: 920px) {
  #intro .container .deco {
    width: 25%;
    min-width: 150px;
    bottom: -5%;
    right: 0;
    opacity: 0.2;
  }
}

section#concept {
  position: relative;
  z-index: 1;
  padding-top: clamp(150px, 15vw, 200px);
}
section#concept::before {
  position: absolute;
  background-image: url(/images/concept/background.png);
  content: "";
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 35%;
  top: 0;
  left: 0;
  z-index: -1;
}
section#concept .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media (max-width: 920px) {
  section#concept .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
section#concept .container > .img-wrap {
  width: 40%;
}
@media (max-width: 920px) {
  section#concept .container > .img-wrap {
    width: 100%;
  }
}
section#concept .container > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section#concept .container .content {
  padding: 50px min(5vw, 30px);
  background-color: #fcf5ee;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section#concept .container .content .logo_red {
  position: absolute;
  top: -3%;
  left: -3%;
  width: 40%;
  opacity: 0.05;
}
@media (max-width: 920px) {
  section#concept .container .content .logo_red {
    max-width: 250px;
  }
}
section#concept .container .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}
@media (max-width: 920px) {
  section#concept .container .img-wrap {
    display: none;
  }
}
section#concept .container .img-wrap img:last-child {
  width: 50%;
  margin-left: -20%;
  margin-top: -15%;
}

#menu {
  position: relative;
}
#menu > * {
  position: relative;
  z-index: 2;
}
#menu::before {
  position: absolute;
  top: 0;
  background-image: url(/images/background/bg_02.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 30%;
  content: "";
  left: 0;
  z-index: 0;
  opacity: 0.1;
}
#menu::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  content: "";
  z-index: 1;
  background: #f1e5d8;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(241, 229, 216)), color-stop(50%, rgba(241, 229, 216, 0)));
  background: linear-gradient(0deg, rgb(241, 229, 216) 0%, rgba(241, 229, 216, 0) 50%);
}
#menu .home-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 920px) {
  #menu .home-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
#menu .home-menu > .img-wrap {
  width: 53%;
}
@media (max-width: 920px) {
  #menu .home-menu > .img-wrap {
    width: 100%;
  }
}
#menu .home-menu > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  #menu .home-menu > .content {
    width: 100%;
  }
}
#menu .home-menu {
  margin-top: clamp(100px, 10vw, 130px);
}
#menu .home-menu.home-hormone {
  margin-top: 0;
}
#menu .home-menu.home-hormone .img-wrap {
  aspect-ratio: 4/3;
}
#menu .home-menu.home-hormone .img-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
#menu .home-menu.home-single-dish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 920px) {
  #menu .home-menu.home-single-dish {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}
#menu .home-menu.home-single-dish > .img-wrap {
  width: 53%;
}
@media (max-width: 920px) {
  #menu .home-menu.home-single-dish > .img-wrap {
    width: 100%;
  }
}
#menu .home-menu.home-single-dish > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  #menu .home-menu.home-single-dish > .content {
    width: 100%;
  }
}
#menu .little-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 920px) {
  #menu .little-set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
#menu .little-set > .img-wrap {
  width: 40%;
}
@media (max-width: 920px) {
  #menu .little-set > .img-wrap {
    width: 100%;
  }
}
#menu .little-set > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  #menu .little-set > .content {
    width: 100%;
  }
}
#menu .little-set {
  margin-top: clamp(50px, 10vw, 80px);
  background-color: #fcf5ee;
  padding: 50px min(5vw, 30px);
}
#menu .little-set .menu-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #afa397;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
}
#menu .little-set .menu-price p {
  color: #962914;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(2rem, 3vw, 2.6rem);
}

#home-drink {
  background-image: url(/images/background/drink.png);
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#home-drink::before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  width: 45vw;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}
@media (max-width: 920px) {
  #home-drink::before {
    width: 100vw;
  }
}
#home-drink .container {
  color: #fff;
}
#home-drink .container > div {
  width: 40%;
}
@media (max-width: 920px) {
  #home-drink .container > div {
    width: 100%;
  }
}

#floor .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 920px) {
  #floor .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}
#floor .container > .img-wrap {
  width: 40%;
}
@media (max-width: 920px) {
  #floor .container > .img-wrap {
    width: 100%;
  }
}
#floor .container > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  #floor .container > .content {
    width: 100%;
  }
}
#floor .container .content .floor-map {
  width: 60%;
  margin-top: 40px;
}
@media (max-width: 920px) {
  #floor .container .content .floor-map {
    margin-inline: auto;
  }
}
#floor .container .img-wrap img:last-child {
  margin-top: 30px;
}

#home-info .container {
  padding: 50px min(3vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media (max-width: 920px) {
  #home-info .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
#home-info .container > .img-wrap {
  width: 35%;
}
@media (max-width: 920px) {
  #home-info .container > .img-wrap {
    width: 100%;
  }
}
#home-info .container > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#home-info .container {
  background-color: #fcf5ee;
}
#home-info .container .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
#home-info .container .img-wrap .logo {
  width: 40%;
  margin-bottom: 50px;
}
@media (max-width: 920px) {
  #home-info .container .img-wrap .logo {
    max-width: 100px;
    margin-bottom: 30px;
  }
}
#home-info .container .img-wrap .call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#home-info .container .img-wrap .call img {
  width: 1.2em;
}
#home-info .container .img-wrap .call p {
  line-height: 1em;
}
#home-info .container .img-wrap .call p span {
  display: block;
  font-size: 1.2rem;
}
#home-info .container .img-wrap .call p {
  font-size: clamp(2rem, 2vw, 2.6rem);
}
#home-info .container .img-wrap .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  gap: 0.5em;
  width: 250px;
  height: 65px;
}
#home-info .container .img-wrap .button img {
  width: 1.2em;
}
#home-info .container .content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 0.8em;
  gap: 1em;
  border-top: 1px solid #afa397;
}
#home-info .container .content li:last-child {
  border-bottom: 1px solid #afa397;
}
#home-info .container .content li .label {
  width: 10em;
  font-weight: 500;
}
@media (max-width: 920px) {
  #home-info .container .content li .label {
    width: min(30vw, 10rem);
  }
}
#home-info .container .content li .value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}

#info-page .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: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 920px) {
  #info-page .img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    max-width: 500px;
    margin-inline: auto;
  }
}
#info-page .img-wrap img {
  width: 49%;
}
@media (max-width: 920px) {
  #info-page .img-wrap img {
    width: 100%;
  }
}
#info-page ul {
  margin-top: clamp(50px, 10vw, 80px);
  border: 1px solid #afa397;
  max-width: 800px;
  margin-inline: auto;
}
#info-page ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#info-page ul li:first-child .label,
#info-page ul li:first-child .value {
  border-top: none;
}
#info-page ul li .label {
  background-color: #decfbe;
  width: 12em;
  padding-block: 1.2em;
  text-align: center;
  border-top: 1px solid #afa397;
  font-weight: 500;
}
@media (max-width: 920px) {
  #info-page ul li .label {
    width: min(35vw, 18rem);
  }
}
#info-page ul li .value {
  background-color: #fcf5ee;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 1.2em;
  padding-inline: min(5vw, 20px);
  border-top: 1px solid #afa397;
  min-width: 0;
  overflow-wrap: anywhere;
}

section#map {
  padding-block: 0;
  height: clamp(300px, 25vw, 500px);
  overflow: hidden;
}
section#map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

#menu-list .tax {
  padding-bottom: 1.5em;
}
#menu-list .menu-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: clamp(30px, 10vw, 50px);
}
#menu-list .menu-content-wrap .menu-content {
  background-color: #fcf5ee;
}
#menu-list .menu-content-wrap .menu-content.narrow {
  width: 49%;
}
@media (max-width: 920px) {
  #menu-list .menu-content-wrap .menu-content.narrow {
    width: 100%;
  }
}
#menu-list .menu-content-wrap .menu-content.wide {
  width: 100%;
}
#menu-list .menu-content-wrap .menu-content.wide .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 920px) {
  #menu-list .menu-content-wrap .menu-content.wide .content {
    display: block;
  }
}
#menu-list .menu-content-wrap .menu-content.wide .content ul {
  width: 48%;
}
@media (max-width: 920px) {
  #menu-list .menu-content-wrap .menu-content.wide .content ul {
    width: 100%;
  }
}
#menu-list .menu-content-wrap .menu-content .content {
  padding: 15px min(3vw, 20px) 30px;
}
#menu-list .menu-content-wrap .menu-content ul.has-border li {
  border-bottom: 1px solid #afa397;
  padding-block: 0.5em;
}
#menu-list .menu-content-wrap .menu-content ul.has-border.has-price li {
  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: start;
}
#menu-list .menu-content-wrap .menu-content ul.has-border.has-price li.same-price {
  padding-block: 0;
}
#menu-list .menu-content-wrap .menu-content ul.has-border.has-price li.same-price .menu span {
  display: block;
  padding-block: 0.5em;
}
#menu-list .menu-content-wrap .menu-content ul.has-border.has-price li.same-price .price {
  padding-block: 0.5em;
}
#menu-list .menu-content-wrap .menu-content ul.has-border.has-price li .menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
}
#menu-list .menu-content-wrap .menu-content ul.has-border.has-price li .price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.5em;
  text-align: end;
}
#menu-list .menu-content-wrap .menu-content p.has-border {
  padding-block: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #afa397;
}
#menu-list .menu-content-wrap .menu-content p.has-border.menu-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#menu-list .menu-content-wrap .menu-content p.has-border.menu-price .price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.5em;
  text-align: end;
}
#menu-list .menu-content-wrap .menu-content p.has-border.only-price {
  text-align: end;
}
#menu-list .menu-content-wrap .menu-content h3 {
  margin-bottom: 0;
  background-color: #41382f;
  color: #fff;
  padding-inline: min(3vw, 20px);
  padding-block: 0.5em;
}

#recommend h2 {
  margin-bottom: clamp(1rem, 5vw, 2rem);
}
#recommend .tax {
  padding-bottom: clamp(3rem, 10vw, 4rem);
}
#recommend .row-02,
#recommend .row-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 920px) {
  #recommend .row-02,
  #recommend .row-03 {
    row-gap: 30px;
  }
}
#recommend .row-02 li,
#recommend .row-03 li {
  background-color: #fcf5ee;
}
#recommend .content {
  padding: 25px min(3vw, 20px) 30px;
}
#recommend .content .menu-price {
  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 #afa397;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
#recommend .content .menu-price p {
  color: #962914;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
}
@media (max-width: 920px) {
  #recommend .row-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#recommend .row-02 li {
  width: 49%;
}
@media (max-width: 920px) {
  #recommend .row-02 li {
    width: 100%;
  }
}
#recommend .row-03 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#recommend .row-03 li {
  width: 32%;
}
@media (max-width: 920px) {
  #recommend .row-03 li {
    width: 49%;
  }
}

#recommend.recommend-pork .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 920px) {
  #recommend.recommend-pork .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
#recommend.recommend-pork .content-wrap > .img-wrap {
  width: 45%;
}
@media (max-width: 920px) {
  #recommend.recommend-pork .content-wrap > .img-wrap {
    width: 100%;
  }
}
#recommend.recommend-pork .content-wrap > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  #recommend.recommend-pork .content-wrap > .content {
    width: 100%;
  }
}
#recommend.recommend-pork .content-wrap {
  margin-bottom: clamp(40px, 10vw, 60px);
}
@media (max-width: 920px) {
  #recommend.recommend-pork .content-wrap .img-wrap {
    max-width: 450px;
  }
}
#recommend.recommend-pork .content-wrap .content {
  padding: 40px min(3vw, 30px);
  background-color: #fcf5ee;
}
@media (max-width: 920px) {
  #recommend.recommend-pork .content-wrap .content {
    padding-block: 30px;
  }
}
#recommend.recommend-pork .content-wrap .content .menu-price {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
#recommend.recommend-pork .content-wrap .content .menu-price h2 {
  margin-bottom: 0;
}
#recommend.recommend-pork .content-wrap .content .menu-price p {
  font-weight: 600;
  font-size: clamp(2rem, 3vw, 2.6rem);
}

.recommend-drink .img-wrap {
  position: relative;
  margin-bottom: clamp(40px, 10vw, 60px);
  max-width: 900px;
  margin-inline: auto;
}
.recommend-drink .img-wrap .lens {
  position: absolute;
  width: 17%;
  top: -4%;
  right: -4%;
}

.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;
  }
}

.title {
  width: auto;
}
@media (max-width: 920px) {
  .title {
    margin-inline: auto;
  }
}
.title.title-sm {
  height: clamp(45px, 5vw, 60px);
}
.title.title-md {
  height: clamp(80px, 15vw, 100px);
  margin-inline: auto;
}
.title.title-lg {
  height: clamp(130px, 25vw, 180px);
}

div:has(> .bubble) {
  position: relative;
}
div:has(> .bubble) .bubble {
  position: absolute;
  width: clamp(130px, 20vw, 180px);
  top: -10%;
}
div:has(> .bubble) .bubble.bubble-left {
  left: -2%;
}
div:has(> .bubble) .bubble.bubble-right {
  right: -2%;
}

h2.has-brush {
  position: relative;
  z-index: 2;
}
h2.has-brush::before {
  position: absolute;
  width: clamp(220px, 25vw, 280px);
  content: "";
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background-image: url(/images/common/brush_light.svg);
  aspect-ratio: 8/3;
  overflow: hidden;
}
h2.has-brush.brush-left::before {
  right: auto;
}
@media (max-width: 920px) {
  h2.has-brush.brush-left::before {
    right: 0;
  }
}
h2.has-brush.brush-lg::before {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
h2.has-brush.brush-dark::before {
  background-image: url(/images/common/brush_dark.svg);
}
h2.has-brush.brush-sub::before {
  background-image: url(/images/common/brush_sub.svg);
}

h2.text {
  margin-bottom: 0;
  text-align: start;
  font-size: clamp(3rem, 3vw, 3.6rem);
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
h2.text span {
  display: block;
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1em;
  padding-bottom: 0.2em;
}