html {
  font-size: 62.5%;
}

img {
  width: 100%;
}

main {
  background-color: #0b0b0b;
  color: #fff;
}

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

section:not(#hero) {
  padding-block: clamp(100px, 12vw, 120px);
}

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

.margin-auto {
  margin-inline: 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-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0.08em;
  font-size: clamp(1.5rem, 1.5vw, 1.6rem);
}

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

h2 {
  margin-bottom: clamp(3rem, 10vw, 4rem);
  line-height: 1em;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
h2 span {
  font-family: "EB Garamond", serif;
  display: block;
  letter-spacing: 0.13em;
  font-size: clamp(3rem, 3vw, 4rem);
  line-height: 1em;
  padding-bottom: 0.3em;
}
@media (max-width: 920px) {
  h2 {
    text-align: center;
  }
}

h3 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 500;
  display: block;
}

strong {
  font-family: "Shippori Mincho", 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: inline-block;
  color: #fff;
  border: 1px solid rgba(166, 166, 166, 0.5);
}

.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: 260px;
  height: 65px;
  padding: 0 20px;
  margin-top: clamp(45px, 10vw, 50px);
}

.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: 9999;
  cursor: pointer;
}
.hamburger span {
  width: 100%;
  height: 1px;
  background: #fff;
  -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(80px, 15vw, 150px);
}
section#page-hero.page-hero--info {
  background-image: url("/images/background/info.png");
}
section#page-hero.page-hero--menu {
  background-image: url("/images/background/menu.png");
}
section#page-hero.page-hero--space {
  background-image: url("/images/background/space.png");
}
section#page-hero.page-hero--access {
  background-image: url("/images/background/access.png");
}
section#page-hero.page-hero--company {
  background-image: url("/images/background/company.png");
}
section#page-hero h2 {
  margin-bottom: 0;
  font-size: clamp(1.5rem, 2vw, 2rem);
}
section#page-hero h2 span {
  font-size: clamp(3.2rem, 5vw, 4.8rem);
}

#info .info__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) {
  #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: 40%;
}
@media (max-width: 920px) {
  #info .info__inner > .img-wrap {
    width: 100%;
  }
}
#info .info__inner > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#info .info__inner .map {
  width: 50%;
  overflow: hidden;
  aspect-ratio: 4/3;
}
#info .info__inner .map iframe {
  width: 100%;
  height: 100%;
}
#info .info__inner .info__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#info .info__inner .info__content dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 1fr;
  grid-template-columns: 140px 1fr;
  row-gap: 1.2em;
}
#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 {
  background-color: #0b0b0b;
  color: #fff;
  padding-top: clamp(40px, 15vw, 70px);
  position: relative;
  z-index: 1;
  padding-inline: min(5vw, 30px);
  border-top: 1px solid rgba(166, 166, 166, 0.5);
}
.footer::before {
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/images/common/footer.png);
  position: absolute;
  z-index: -1;
  inset: 0;
  margin: auto;
  opacity: 0.1;
}
.footer .logo {
  display: block;
  width: clamp(100px, 20vw, 150px);
  margin-inline: auto;
}
.footer .info {
  margin-top: 30px;
}
.footer .info p:last-child {
  padding-top: 0.5em;
}
.footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.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: 50px;
  aspect-ratio: 1/1;
  font-size: 1.5rem;
  background-color: #ececec;
  color: #0b0b0b;
  border-radius: 50%;
}
.footer .social a i {
  font-size: 25px;
  line-height: 1;
}
.footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(50px, 10vw, 60px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 920px) {
  .footer nav {
    text-align: start;
    border-top: 1px solid rgba(166, 166, 166, 0.5);
    padding-top: 40px;
  }
}
.footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 920px) {
  .footer nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
    width: 50%;
  }
}
.footer nav ul li {
  padding-inline: 1.5em;
  position: relative;
}
@media (max-width: 920px) {
  .footer nav ul li {
    padding-inline: 0;
  }
}
.footer nav ul:last-child,
.footer nav ul li {
  position: relative;
}
.footer nav ul:last-child::before,
.footer nav ul li::before {
  background-color: rgba(166, 166, 166, 0.5);
  height: 1em;
  width: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  content: "";
  position: absolute;
}
@media (max-width: 920px) {
  .footer nav ul:last-child::before,
  .footer nav ul li::before {
    display: none;
  }
}
.footer nav ul:first-child li:first-child::before {
  display: none;
}
.footer small {
  display: block;
  font-size: 1.1rem;
  padding-block: 40px;
}
@media (max-width: 920px) {
  .footer small {
    text-align: start;
    padding-block: 40px 30px;
  }
}

#hero,
main:has(> .logo__absolute) {
  position: relative;
}
#hero .logo__absolute,
main:has(> .logo__absolute) .logo__absolute {
  position: absolute;
  display: block;
  z-index: 9999;
  top: min(3vw, 15px);
  left: min(3vw, 20px);
  height: auto;
  width: clamp(110px, 20vw, 200px);
}

.top-gradient {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(7rem, 8vw, 9rem);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.75)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 75%);
  z-index: 5555;
  pointer-events: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8888;
  -webkit-transition: background-color 0.3s ease border-bottom 0.3s ease;
  transition: background-color 0.3s ease border-bottom 0.3s ease;
  color: #fff;
  padding-inline: min(5vw, 30px);
}
.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(7rem, 8vw, 9rem);
}
.header.scrolled {
  border-bottom: 1px solid rgba(166, 166, 166, 0.5);
  background: #0b0b0b;
}
.header h1 {
  opacity: 0;
}
.header.scrolled h1 {
  opacity: 1;
  pointer-events: all;
}
.header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(80px, 12vw, 100px);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.header h1 a {
  display: inline-block;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
}
.header__nav ul li {
  font-size: clamp(1.8rem, 1.5vw, 2rem);
  text-align: center;
  line-height: 1em;
}
.header__nav ul li.active a {
  opacity: 0.5;
}
.header__nav ul li span {
  display: block;
  font-size: 1.3rem;
  padding-top: 0.3em;
}
.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  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;
    width: 68%;
    max-width: 350px;
    height: 100vh;
    background: #0b0b0b;
    color: #fff;
    border-left: 1px solid rgba(166, 166, 166, 0.5);
    padding-top: 100px;
    padding-inline: min(5vw, 30px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 8888;
  }
  .header__nav ul {
    -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;
  }
  .header__nav ul li {
    border-top: 1px solid rgba(166, 166, 166, 0.5);
    padding-block: 1.2em;
    width: 100%;
    text-align: start;
  }
  .header__nav ul li:last-child {
    border-bottom: 1px solid rgba(166, 166, 166, 0.5);
  }
  .header__nav ul li a {
    display: block;
  }
  .header__nav ul li a span {
    display: inline;
  }
  .header.is-open .header__nav {
    right: 0;
  }
}

#hero {
  position: relative;
  height: clamp(600px, 80vh, 800px);
  overflow: hidden;
}
#hero img.view {
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero strong {
  position: absolute;
  z-index: 5555;
  line-height: 1.2em;
  letter-spacing: 0.01em;
  left: min(5vw, 30px);
  bottom: 40px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  font-size: clamp(2.6rem, 5vw, 4.2rem);
}

section#about {
  padding-top: 0;
  position: relative;
}
section#about .scroll-indicator {
  position: absolute;
  top: calc(clamp(50px, 12vw, 120px) / -2);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: clamp(50px, 12vw, 120px);
  overflow: hidden;
}
section#about .scroll-indicator::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 9999;
  left: 0;
  -webkit-animation: scrollbar 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: scrollbar 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@-webkit-keyframes scrollbar {
  0% {
    clip-path: inset(0% 0 100% 0);
  }
  30% {
    clip-path: inset(0% 0 0% 0);
  }
  100% {
    clip-path: inset(100% 0 0% 0);
  }
}
@keyframes scrollbar {
  0% {
    clip-path: inset(0% 0 100% 0);
  }
  30% {
    clip-path: inset(0% 0 0% 0);
  }
  100% {
    clip-path: inset(100% 0 0% 0);
  }
}
section#about .content {
  padding-top: clamp(100px, 12vw, 120px);
  position: relative;
  z-index: 1;
  padding-bottom: calc(clamp(100px, 12vw, 120px) * 2);
}
section#about .content::before {
  position: absolute;
  width: 100vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  content: "";
  display: block;
  z-index: -1;
  opacity: 0.08;
  background-image: url(/images/about/img_01.png);
}
section#about .content::after {
  position: absolute;
  width: 100vw;
  height: 40%;
  left: 50%;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
}
section#about .content strong {
  font-size: clamp(2.4rem, 2vw, 3rem);
  margin-bottom: 0.7em;
  display: block;
}
section#about ul {
  margin-top: calc(-1 * clamp(100px, 12vw, 120px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 100;
}
@media (max-width: 920px) {
  section#about ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
section#about ul li {
  width: 32%;
  position: relative;
}
section#about ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(20px, 3vw, 30px);
  aspect-ratio: 1/1;
  background: rgba(166, 166, 166, 0.5);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
section#about ul li {
  background-color: #ececec;
  color: #0b0b0b;
  padding: clamp(30px, 10vw, 40px) min(3vw, 20px);
}
@media (max-width: 920px) {
  section#about ul li {
    max-width: 500px;
    width: 100%;
    margin: auto;
  }
}
section#about ul li h3 {
  border-bottom: 1px solid rgba(166, 166, 166, 0.5);
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
section#about ul li h3::before {
  position: absolute;
  width: 3.5em;
  height: 2px;
  display: block;
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(166, 166, 166, 0.5);
}

#menu-space {
  overflow: hidden;
}
#menu-space .container {
  width: 100vw;
  max-width: none;
}
@media (max-width: 920px) {
  #menu-space .container {
    width: 90vw;
  }
}
#menu-space .container figure.top--menu {
  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-space .container figure.top--menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#menu-space .container figure.top--menu > .img-wrap {
  width: 50%;
}
@media (max-width: 920px) {
  #menu-space .container figure.top--menu > .img-wrap {
    width: 100%;
  }
}
#menu-space .container figure.top--menu > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#menu-space .container figure.top--menu {
  row-gap: 25px;
  margin-bottom: clamp(130px, 20vw, 150px);
}
#menu-space .container figure.top--menu figcaption {
  max-width: 720px;
  width: calc(50vw - 40px - 7.5vw);
}
#menu-space .container figure.top--space {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  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-space .container figure.top--space {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
#menu-space .container figure.top--space > .img-wrap {
  width: 50%;
}
@media (max-width: 920px) {
  #menu-space .container figure.top--space > .img-wrap {
    width: 100%;
  }
}
#menu-space .container figure.top--space > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#menu-space .container figure.top--space {
  row-gap: 25px;
}
@media (min-width: 920px) {
  #menu-space .container figure.top--space .img-wrap::before {
    left: 0;
    right: auto;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
#menu-space .container figure.top--space figcaption {
  max-width: 720px;
  width: calc(50vw - 40px - 7.5vw);
}
#menu-space .container figure div.img-wrap {
  position: relative;
  overflow: hidden;
  height: clamp(300px, 55vw, 550px);
}
#menu-space .container figure div.img-wrap::before {
  width: 10%;
  height: 100%;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  content: "";
  position: absolute;
  display: block;
  z-index: 100;
}
@media (max-width: 920px) {
  #menu-space .container figure div.img-wrap::before {
    left: 0;
    top: auto;
    width: 100%;
    height: 15%;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
#menu-space .container figure div.img-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 920px) {
  #menu-space .container figure figcaption.content-wrap {
    width: 100%;
  }
}
#menu-space .container figure figcaption.content-wrap h2 {
  margin-bottom: clamp(2.5rem, 10vw, 3rem);
}
#menu-space .container figure figcaption.content-wrap ul {
  margin-top: 1em;
}
#menu-space .container figure figcaption.content-wrap ul li {
  border-top: 1px solid rgba(166, 166, 166, 0.5);
}
#menu-space .container figure figcaption.content-wrap ul li:last-child {
  border-bottom: 1px solid rgba(166, 166, 166, 0.5);
}
#menu-space .container figure figcaption.content-wrap ul li a {
  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;
  padding-block: 1.2em;
}
#menu-space .container figure figcaption.content-wrap ul li a span {
  font-size: 1.3rem;
}
#menu-space .container figure figcaption.content-wrap ul li a .material-symbols-outlined {
  font-size: 1.2em;
  font-weight: 200;
}

section#open {
  padding-block: calc(clamp(100px, 12vw, 120px) * 0.5);
}
section#open .container {
  background-color: #ececec;
  color: #0b0b0b;
  padding-block: clamp(30px, 10vw, 50px);
  outline: 2px solid rgba(166, 166, 166, 0.5);
  outline-offset: -10px;
  position: relative;
  z-index: 10;
}
@media (max-width: 920px) {
  section#open .container {
    outline-offset: -7px;
  }
}
section#open .container::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-image: url(/images/common/silk.png);
  background-size: cover;
  background-position: center;
  opacity: 0.6;
  z-index: -1;
}
section#open .container h2 {
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

#news .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) {
  #news .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#news .container > .img-wrap {
  width: 30%;
}
@media (max-width: 920px) {
  #news .container > .img-wrap {
    width: 100%;
  }
}
#news .container > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  #news .container ul {
    width: 100%;
  }
}
#news .container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(166, 166, 166, 0.5);
}
#news .container ul li:last-child {
  border-bottom: 1px solid rgba(166, 166, 166, 0.5);
}
#news .container ul li {
  padding-block: 1.5em;
}
#news .container ul li .day {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: min(3vw, 10px);
  padding-right: 1.5em;
}
#news .container ul li .event {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: min(3vw, 10px);
}

#background {
  background-image: url(/images/common/background.png);
  height: clamp(250px, 25vw, 450px);
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
}

#instagram iframe {
  display: block;
  aspect-ratio: 2/1;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.shop-info .container {
  max-width: 900px;
  margin-inline: auto;
}
.shop-info .container dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shop-info .container dl dt {
  width: 30%;
  font-weight: 600;
  padding-left: min(3vw, 20px);
}
.shop-info .container dl dd {
  padding-right: min(3vw, 20px);
  width: 70%;
}
.shop-info .container dl dt,
.shop-info .container dl dd {
  padding-block: 2em;
  border-top: 1px solid rgba(166, 166, 166, 0.5);
}
.shop-info .container dl:nth-last-child(-n+2) {
  border-bottom: 1px solid rgba(166, 166, 166, 0.5);
}
.shop-info .container .map {
  aspect-ratio: 16/9;
  margin-bottom: clamp(40px, 10vw, 80px);
}
@media (max-width: 920px) {
  .shop-info .container .map {
    aspect-ratio: 1/1;
  }
}
.shop-info .container .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: clamp(60px, 15vw, 80px);
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  row-gap: 30px;
}
@media (max-width: 920px) {
  .coupon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.coupon li {
  width: 48%;
  background-color: #ececec;
  color: #0b0b0b;
  padding: 25px min(3vw, 30px);
  position: relative;
}
.coupon li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(20px, 3vw, 30px);
  aspect-ratio: 1/1;
  background: rgba(166, 166, 166, 0.5);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media (max-width: 920px) {
  .coupon li {
    width: 100%;
  }
}
.coupon li span {
  background-color: #0b0b0b;
  color: #fff;
  line-height: 1.8em;
  padding-inline: 0.8em;
  margin-bottom: 0.8em;
  display: inline-block;
}
.coupon li h3 {
  border-bottom: 1px solid rgba(166, 166, 166, 0.5);
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.coupon li h3::before {
  position: absolute;
  width: 3.5em;
  height: 2px;
  display: block;
  content: "";
  bottom: -1px;
  left: 0;
  background-color: rgba(166, 166, 166, 0.5);
}

#food .menu-list,
#others .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  row-gap: 30px;
}
@media (max-width: 920px) {
  #food .menu-list,
  #others .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#food .menu-list > li,
#others .menu-list > li {
  width: 48%;
  padding: 25px min(3vw, 30px);
  background-color: #222222;
}
@media (max-width: 920px) {
  #food .menu-list > li,
  #others .menu-list > li {
    width: 100%;
  }
}
#food .menu-list > li h3,
#others .menu-list > li h3 {
  border-bottom: 1px solid rgba(166, 166, 166, 0.5);
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
#food .menu-list > li h3::before,
#others .menu-list > li h3::before {
  position: absolute;
  width: 3.5em;
  height: 2px;
  display: block;
  content: "";
  bottom: -1px;
  left: 0;
  background-color: rgba(166, 166, 166, 0.5);
}
#food .menu-list > li li,
#others .menu-list > li li {
  line-height: 2.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#food .menu-list > li li .name,
#others .menu-list > li li .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#food .menu-list > li li .price,
#others .menu-list > li li .price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.5em;
}

.menu-wide {
  background-color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: clamp(40px, 10vw, 60px);
  padding-block: 30px;
}
@media (max-width: 920px) {
  .menu-wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu-wide > li {
  padding-inline: min(3vw, 30px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.menu-wide > li:last-child {
  border-left: 1px solid rgba(166, 166, 166, 0.5);
}
@media (max-width: 920px) {
  .menu-wide > li:last-child {
    border-left: none;
  }
}
.menu-wide > li li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2.3em;
}
.menu-wide > li li .name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.menu-wide > li li .price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.menu-wide > li li .dots {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px dashed rgba(166, 166, 166, 0.5);
  margin: 0 6px;
}

#drink .menu-list-wrap.menu-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
}
@media (max-width: 920px) {
  #drink .menu-list-wrap.menu-pc {
    display: none;
  }
}
#drink .menu-accordion.menu-sp {
  display: none;
}
@media (max-width: 920px) {
  #drink .menu-accordion.menu-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#drink .menu-accordion {
  width: 48%;
  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: 30px;
}
@media (max-width: 920px) {
  #drink .menu-accordion {
    width: 100%;
  }
}
#drink .menu-accordion .menu-category {
  background-color: #222222;
}
@media (max-width: 920px) {
  #drink .menu-accordion .menu-category {
    width: 100%;
  }
}
#drink .menu-accordion .menu-category .menu-header {
  padding-inline: min(3vw, 30px);
  background-color: #222222;
  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;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-block: 15px;
  position: relative;
}
#drink .menu-accordion .menu-category .menu-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: min(3vw, 30px);
  right: min(3vw, 30px);
  height: 1px;
  background-color: rgba(166, 166, 166, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#drink .menu-accordion .menu-category .menu-header::before {
  position: absolute;
  width: 3.5em;
  height: 2px;
  display: block;
  content: "";
  bottom: -1px;
  left: 0;
  background-color: rgba(166, 166, 166, 0.5);
}
#drink .menu-accordion .menu-category .menu-header::before {
  left: min(3vw, 30px);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#drink .menu-accordion .menu-category .menu-header .toggle-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#drink .menu-accordion .menu-category .menu-header .toggle-icon::before, #drink .menu-accordion .menu-category .menu-header .toggle-icon::after {
  content: "";
  position: absolute;
  background-color: currentColor;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#drink .menu-accordion .menu-category .menu-header .toggle-icon::before {
  width: 100%;
  height: 1px;
}
#drink .menu-accordion .menu-category .menu-header .toggle-icon::after {
  width: 1px;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#drink .menu-accordion .menu-category .menu-header.open .toggle-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#drink .menu-accordion .menu-category .menu-header.open::after, #drink .menu-accordion .menu-category .menu-header.open::before {
  opacity: 1;
}
#drink .menu-accordion .menu-category .menu-list-inner {
  padding-inline: min(3vw, 30px);
  max-height: 0;
  overflow: hidden;
  line-height: 2.3em;
  -webkit-transition: max-height 0.4s ease, padding-top 0.4s ease, padding-bottom 0.4s ease;
  transition: max-height 0.4s ease, padding-top 0.4s ease, padding-bottom 0.4s ease;
}

.menu-title {
  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;
}
.menu-title::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;
}
.menu-title h2 {
  color: #fff;
}
.menu-title {
  padding-block: clamp(40px, 10vw, 60px);
  margin-bottom: clamp(60px, 15vw, 80px);
}
.menu-title h2 {
  margin-bottom: 0;
}

#drink .menu-title {
  background-image: url(/images/menu/drink.png);
}

#food .menu-title {
  background-image: url(/images/menu/food.png);
}

#others .menu-title {
  background-image: url(/images/menu/others.png);
}

.option {
  padding-bottom: 1em;
}

#page-space section:not(#page-hero):not(#shisha) {
  padding-bottom: 0;
}

#page-space section:not(#page-hero) h2 {
  border-bottom: 1px solid rgba(166, 166, 166, 0.5);
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
#page-space section:not(#page-hero) h2::before {
  position: absolute;
  width: 3.5em;
  height: 2px;
  display: block;
  content: "";
  bottom: -1px;
  left: 0;
  background-color: rgba(166, 166, 166, 0.5);
}
#page-space section:not(#page-hero) h2 {
  margin-bottom: 40px;
}
@media (max-width: 920px) {
  #page-space section:not(#page-hero) h2 {
    text-align: start;
  }
}
#page-space section:not(#page-hero) h2 span {
  display: inline;
}
#page-space section:not(#page-hero) .content-wrap {
  display: -ms-grid;
  display: grid;
  gap: min(2vw, 20px);
}
#page-space section:not(#page-hero) .content-wrap .img-wrap {
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(166, 166, 166, 0.5);
}
#page-space section:not(#page-hero) .content-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
#page-space section:not(#page-hero) .content-wrap .img-wrap img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

#counter .content-wrap {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

#counter .content-wrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#counter .content-wrap > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#counter .content-wrap > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

#counter .content-wrap > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
#counter .content-wrap .img-large {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
#counter .content-wrap .img-top {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
#counter .content-wrap .img-bottom {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

#table .content-wrap__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(2vw, 20px) 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr min(2vw, 20px) 1fr;
  grid-template-rows: 1fr 1fr;
  gap: min(2vw, 20px);
  margin-bottom: 8px;
}

#table .content-wrap__top > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#table .content-wrap__top > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#table .content-wrap__top > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#table .content-wrap__top > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
#table .content-wrap__top .img-large {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
#table .content-wrap__top .img-top {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
#table .content-wrap__top .img-bottom {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
#table .content-wrap__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(2vw, 20px) 1fr min(2vw, 20px) 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto min(2vw, 20px) auto;
  grid-template-rows: auto auto;
  gap: min(2vw, 20px);
}
#table .content-wrap__bottom > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#table .content-wrap__bottom > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#table .content-wrap__bottom > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
#table .content-wrap__bottom > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#table .content-wrap__bottom > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
#table .content-wrap__bottom > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
#table .content-wrap__bottom .img-wide {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  aspect-ratio: 8/3;
}
#table .content-wrap__bottom .img-r1c3,
#table .content-wrap__bottom .img-r2c1,
#table .content-wrap__bottom .img-r2c2,
#table .content-wrap__bottom .img-r2c3 {
  aspect-ratio: 4/3;
}

#darts .content-wrap,
#shisha .content-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(2vw, 20px) 1fr min(2vw, 20px) 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: min(2vw, 20px);
}
#darts .content-wrap .img-wrap,
#shisha .content-wrap .img-wrap {
  aspect-ratio: 4/3;
}

@media (max-width: 920px) {
  #darts .content-wrap,
  #shisha .content-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  #darts .content-wrap .img-wrap:last-child,
  #shisha .content-wrap .img-wrap:last-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-column-align: center;
        justify-self: center;
    width: 50%;
  }
}
.lightbox {
  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;
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: 0;
  top: clamp(7rem, 8vw, 9rem);
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}
.lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.lightbox__content {
  position: relative;
  z-index: 1;
}
.lightbox__close {
  position: absolute;
  top: -50px;
  right: -10px;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  line-height: 1;
}
.lightbox__close .material-symbols-outlined {
  font-size: 4.8rem;
  font-weight: 200;
}
.lightbox__img {
  max-width: 90vw;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border: 1px solid rgba(166, 166, 166, 0.5);
}

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