@charset "UTF-8";
html {
  font-size: 62.5%;
}

img {
  width: 100%;
}

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(120px, 15vw, 180px) 0;
}

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

section.bg {
  position: relative;
  z-index: 10;
}
section.bg::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-position: center;
  opacity: 0.25;
  z-index: -1;
}
section.bg.marble::before {
  background-size: cover;
  background-image: url(/images/background/marble.png);
}
section.bg.black {
  color: #fff;
  background-color: #262626;
}
section.bg.black::before {
  background-repeat: repeat;
  background-size: 100vw;
  background-image: url(/images/background/rough.png);
}
section.bg.black .button--primary {
  background-color: #e7e7e7;
  color: #000;
}

.margin-1 {
  margin-top: 1em;
}

.asterisk li {
  position: relative;
  padding-left: 1.2em;
}
.asterisk li::before {
  position: absolute;
  content: "※";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

*,
*::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 Serif JP", serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.08em;
}

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

h2 {
  font-family: "EB Garamond", serif;
  font-size: clamp(3rem, 3vw, 4rem);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin-bottom: clamp(3rem, 10vw, 4rem);
}
h2 span {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-size: 1.5rem;
  line-height: 1em;
  padding-top: 0.6em;
}

strong,
h3 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  display: block;
  margin-bottom: 0.8em;
  line-height: 1.5em;
}

strong span {
  color: #7191c8;
  font-weight: 500;
}

.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: #2d2d2d;
  color: #fff;
  border-radius: 4px;
}

.button .material-symbols-outlined {
  font-weight: 200;
  font-size: 1.2em;
}

.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: 75px;
  padding: 0 20px;
  margin-top: clamp(30px, 10vw, 50px);
}
@media (max-width: 920px) {
  .button--primary {
    margin-inline: auto;
  }
}
.button--primary span {
  display: block;
  line-height: 1em;
}
.button--primary span span {
  font-size: 1.2rem;
  padding-top: 0.5em;
}

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

.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: 1px;
  background-color: #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(9.5px) rotate(-45deg);
          transform: translateY(9.5px) rotate(-45deg);
}

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

.header.is-open .hamburger span:nth-child(3) {
  -webkit-transform: translateY(-9.5px) rotate(45deg);
          transform: translateY(-9.5px) 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(50px, 15vw, 100px);
  background-image: url(/images/background/img_01.png);
}
section#page-hero h2 {
  margin-bottom: 0;
  font-size: clamp(2.6rem, 3vw, 3.4rem);
  font-family: "Noto Serif JP", serif;
}
section#page-hero h2 span {
  font-family: "EB Garamond", serif;
  font-size: clamp(1.5rem, 1.5vw, 1.6rem);
  padding-top: 0.6em;
}

#reserve {
  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;
}
#reserve::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;
}
#reserve h2 {
  color: #fff;
}
#reserve {
  background-image: url("../images/background/reserve.png");
}
#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;
  }
}
#reserve ul .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: 340px;
  height: 90px;
  gap: 10px;
  background-color: #f3f3f3;
  color: #000;
}
@media (max-width: 920px) {
  #reserve ul .button--lg {
    width: min(90vw, 300px);
    height: 80px;
  }
}
#reserve ul .button--lg img {
  width: 1.8em;
}

#info .content-wrap {
  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) {
  #info .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#info .content-wrap > .img-wrap {
  width: 50%;
}
@media (max-width: 920px) {
  #info .content-wrap > .img-wrap {
    width: 100%;
  }
}
#info .content-wrap > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  #info .content-wrap > .content {
    width: 100%;
  }
}
#info .content-wrap .map {
  overflow: hidden;
  aspect-ratio: 4/3;
}
#info .content-wrap .map iframe {
  width: 100%;
  height: 100%;
}
#info .content-wrap .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 0.8em;
  border-top: 1px solid #989898;
}
#info .content-wrap .content ul li:last-child {
  border-bottom: 1px solid #989898;
}
#info .content-wrap .content ul li .label {
  width: 5.5em;
}
#info .content-wrap .content ul li .value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer {
  padding-top: clamp(60px, 17vw, 100px);
  padding-bottom: 20px;
  padding-inline: min(5vw, 30px);
  background: #f3f3f3;
}
.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-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: 50px;
  }
}
.footer__inner .footer__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  .footer__inner .footer__info {
    width: 100%;
  }
}
.footer__inner .footer__info .logo {
  display: block;
  width: clamp(80px, 12vw, 120px);
}
.footer__inner .footer__info .address {
  margin-top: 20px;
}
.footer__inner .footer__info .tel-open {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
@media (max-width: 920px) {
  .footer__inner .footer__info .tel-open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}
.footer__inner .footer__info .tel-open li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__inner .footer__info .tel-open li .label {
  background-color: #d8d8d8;
  width: 5em;
  text-align: center;
  line-height: 2em;
}
.footer__inner .footer__info .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.footer__inner .footer__info .footer_social li {
  width: 25px;
}
.footer__inner .map {
  aspect-ratio: 2/1;
  width: 40%;
}
@media (max-width: 920px) {
  .footer__inner .map {
    aspect-ratio: 3/2;
  }
}
@media (max-width: 920px) {
  .footer__inner .map {
    width: 100%;
  }
}
.footer__inner .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.footer small {
  display: block;
  font-size: 1.3rem;
}

.header li,
.header .button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-wrap: nowrap;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -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;
  padding-inline: min(2.5vw, 30px);
  background: #f3f3f3;
}
@media (max-width: 920px) {
  .header {
    padding-right: min(3vw, 20px);
  }
}
.header__inner {
  height: clamp(6rem, 8vw, 8rem);
  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;
}
.header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(60px, 8vw, 80px);
}
.header h1 a {
  display: inline-block;
}
.header .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(4vw, 40px);
}
.header .header__nav > .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: min(2vw, 25px);
     -moz-column-gap: min(2vw, 25px);
          column-gap: min(2vw, 25px);
  list-style: none;
}
.header .header__nav > .nav-list > li {
  height: clamp(6rem, 8vw, 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1025px) {
  .header .header__nav > .nav-list > li > a,
  .header .header__nav > .nav-list > li .has-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: clamp(6rem, 8vw, 8rem);
  }
}
.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;
}
.header .has-dropdown {
  position: relative;
  cursor: pointer;
}
.header .has-dropdown .nav-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header .has-dropdown .nav-label .material-symbols-outlined {
  font-size: 1.8em;
  font-weight: 200;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.header .has-dropdown .dropdown {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f3f3f3;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  min-width: 160px;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.header .has-dropdown .dropdown li a {
  display: block;
  padding: 1em 1em;
  border-top: 1px solid #989898;
}
@media (max-width: 920px) {
  .header .has-dropdown .dropdown li a {
    border-top: none;
    padding-block: 0.75em;
  }
}
.header .has-dropdown .dropdown li:first-child a {
  border-top: none;
}
.header .has-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s 0.05s, visibility 0.3s 0.05s;
  transition: opacity 0.3s 0.05s, visibility 0.3s 0.05s;
}
@media (max-width: 920px) {
  .header .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: 40px;
    width: 70%;
    max-width: 350px;
    height: 100vh;
    padding-top: clamp(6rem, 8vw, 8rem);
    background: #f3f3f3;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 150;
    overflow-y: auto;
  }
  .header .header__nav > .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .header .header__nav .nav-list > li {
    border-top: 1px solid #989898;
  }
  .header .header__nav .nav-list > li:last-child {
    border-bottom: 1px solid #989898;
  }
  .header .header__nav .nav-list > li {
    padding-left: min(5vw, 30px);
    padding-right: min(3vw, 20px);
    display: block;
    height: auto;
  }
  .header .header__nav .nav-list > li > a,
  .header .header__nav .nav-list > li .nav-label {
    height: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header.is-open .header__nav {
    right: 0;
  }
  .header .has-dropdown {
    width: 100%;
  }
  .header .has-dropdown .nav-label {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .has-dropdown .dropdown {
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    visibility: visible;
    opacity: 1;
    pointer-events: none;
    background: transparent;
    white-space: normal;
    min-width: unset;
    padding-top: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
  }
}
@media (max-width: 920px) and (max-width: 920px) {
  .header .has-dropdown .dropdown li:last-child a {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 920px) {
  .header .has-dropdown:hover .dropdown {
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
  }
  .header .has-dropdown li a {
    display: block;
  }
  .header .has-dropdown.is-open .dropdown {
    pointer-events: auto;
    max-height: 200px;
  }
  .header .has-dropdown.is-open .nav-label .material-symbols-outlined {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.header .header_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media (max-width: 920px) {
  .header .header_social {
    padding-left: min(5vw, 30px);
    gap: 1.5em;
  }
}
.header .header_social li {
  width: 1.6em;
}
@media (max-width: 920px) {
  .header .header_social li {
    width: 1.8em;
  }
}

#about-page .content-wrap {
  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) {
  #about-page .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#about-page .content-wrap > .img-wrap {
  width: 45%;
}
@media (max-width: 920px) {
  #about-page .content-wrap > .img-wrap {
    width: 100%;
  }
}
#about-page .content-wrap > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  #about-page .content-wrap > .content {
    width: 100%;
  }
}
#about-page .img-wrap-2 {
  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;
}
#about-page .img-wrap-2 .img-02 {
  width: 45%;
  margin-top: clamp(100px, 20vw, 180px);
}
#about-page .img-wrap-2 .img-03 {
  width: 35%;
}

#message .content-wrap {
  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 .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#message .content-wrap > .img-wrap {
  width: 40%;
}
@media (max-width: 920px) {
  #message .content-wrap > .img-wrap {
    width: 100%;
  }
}
#message .content-wrap > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  #message .content-wrap > .content {
    width: 100%;
  }
}
@media (max-width: 920px) {
  #message .content-wrap {
    width: min(100%, 400px);
  }
}
#message .content-wrap .name {
  padding-top: 10px;
}
#message .content-wrap .name span {
  color: #7191c8;
  display: block;
  font-weight: 600;
}

#info .container {
  max-width: 900px;
}
#info .container ul {
  border: 1px solid #989898;
  margin-bottom: clamp(50px, 15vw, 80px);
}
#info .container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #989898;
}
#info .container ul li:last-child {
  border-bottom: none;
}
#info .container ul li .label {
  padding-block: 1.5em;
  background-color: #2d2d2d;
  color: #fff;
  width: 12em;
  text-align: center;
}
@media (max-width: 920px) {
  #info .container ul li .label {
    width: 8em;
  }
}
#info .container ul li .value {
  padding-inline: min(5vw, 30px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 1.5em;
  background-color: #fff;
}
#info .container .map {
  aspect-ratio: 16/9;
}
@media (max-width: 920px) {
  #info .container .map {
    aspect-ratio: 4/3;
  }
}
#info .container .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

#faq .faq-list > li {
  margin-bottom: clamp(30px, 10vw, 50px);
  background-color: #fff;
  padding: 30px min(5vw, 30px);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
#faq .faq-list > li .question {
  font-size: clamp(1.8rem, 2vw, 2rem);
  border-bottom: 1px solid #989898;
  margin-bottom: 1em;
  padding-bottom: 0.6em;
}
#faq .faq-list > li .question span {
  color: #7191c8;
  font-weight: 600;
}

#hero {
  position: relative;
  height: clamp(600px, 80vh, 800px);
  overflow: hidden;
}
#hero img {
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

#concept .content-wrap {
  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) {
  #concept .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#concept .content-wrap > .img-wrap {
  width: 50%;
}
@media (max-width: 920px) {
  #concept .content-wrap > .img-wrap {
    width: 100%;
  }
}
#concept .content-wrap > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  #concept .content-wrap > .content {
    width: 100%;
  }
}

#features {
  background-image: url(/images/features/img_01.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
#features::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.4);
}
#features h2 {
  color: #fff;
}
#features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
#features 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) {
  #features ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #features ul > * {
    width: 100%;
  }
}
#features ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 1.5em;
  padding-inline: min(5vw, 30px);
  gap: 0.5em;
  font-size: clamp(1.8rem, 2vw, 2rem);
  background-color: #f3f3f3;
}
#features ul li img {
  width: 1.2em;
}

#menu h3 {
  border-bottom: 1px solid #989898;
  margin-bottom: 1em;
  padding-bottom: 0.6em;
}
@media (max-width: 920px) {
  #menu h3 {
    text-align: center;
  }
}
#menu h3 span {
  color: #7191c8;
  display: block;
  font-size: 1.6rem;
  padding-bottom: 0.2em;
}
#menu .content-wrap {
  margin-bottom: clamp(80px, 18vw, 120px);
  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) {
  #menu .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#menu .content-wrap > .img-wrap {
  width: 45%;
}
@media (max-width: 920px) {
  #menu .content-wrap > .img-wrap {
    width: 100%;
  }
}
#menu .content-wrap > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  #menu .content-wrap > .content {
    width: 100%;
  }
}
#menu ul {
  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 ul {
    display: block;
  }
}
#menu ul li {
  width: 47%;
}
@media (max-width: 920px) {
  #menu ul li {
    width: 100%;
  }
  #menu ul li:first-child {
    margin-bottom: clamp(80px, 18vw, 120px);
  }
}
#menu ul li img {
  margin-bottom: 30px;
}

#intro .container {
  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) {
  #intro .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#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 {
  row-gap: 35px;
}
#intro .container .img-wrap {
  position: relative;
}
#intro .container .img-wrap::before {
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #e7e7e7;
  content: "";
  z-index: -1;
  top: 30px;
  right: 30px;
  opacity: 0.6;
}
@media (max-width: 920px) {
  #intro .container .img-wrap::before {
    top: 15px;
    right: 15px;
  }
}

#menu-list .guarantee {
  background-color: #7191c8;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  padding-inline: 0.8em;
  line-height: 2em;
  margin-inline: auto;
  margin-bottom: clamp(30px, 10vw, 50px);
}
#menu-list .m-bt {
  margin-bottom: clamp(30px, 10vw, 50px);
}
#menu-list .card {
  background-color: #fff;
  padding-block: 30px;
  padding-inline: min(5vw, 30px);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
#menu-list .card.menu-price,
#menu-list .card .menu-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}
#menu-list .card.menu-price .price,
#menu-list .card .menu-price .price {
  color: #7191c8;
  font-weight: 600;
}
#menu-list .card.has-label {
  position: relative;
  padding-top: 60px;
}
#menu-list .card.has-label span {
  position: absolute;
  background-color: #7191c8;
  color: #fff;
  top: 15px;
  font-weight: 600;
  left: 0;
  line-height: 2em;
  padding-inline: 0.8em;
}
#menu-list .card.has-details .menu-price {
  border-bottom: 1px solid #989898;
  margin-bottom: 1em;
  padding-bottom: 0.6em;
}
#menu-list .card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#menu-list .card ul.flex-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 12px;
}
#menu-list .card ul.flex-6 li {
  width: calc((100% - 60px) / 6);
}
@media (max-width: 920px) {
  #menu-list .card ul.flex-6 li {
    width: calc((100% - 24px) / 3);
  }
}
#menu-list .card ul li {
  padding-block: 1em;
  text-align: center;
  background-color: #e7e7e7;
}
#menu-list .card.menu-table {
  padding-block: 0px;
}
#menu-list .card.menu-table li {
  border-bottom: 1px solid #989898;
  padding-block: 1.2em;
}
#menu-list .card.menu-table li:last-child {
  border-bottom: 0;
}
#menu-list .list-2 {
  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 .list-2 {
    row-gap: clamp(30px, 10vw, 50px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#menu-list .list-2 .card {
  width: 48%;
}
@media (max-width: 920px) {
  #menu-list .list-2 .card {
    width: 100%;
  }
}
#menu-list .list-2 .flex-fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
#menu-list .list-2 .flex-fill li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#menu-list .note {
  margin-top: clamp(50px, 15vw, 80px);
  background-color: #e7e7e7;
  padding: 30px min(5vw, 30px);
}

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