:root {
  --header-height: 5rem;
}
@media (max-width: 767px) {
  :root {
    --header-height: 3.125rem;
  }
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

html {
  scroll-behavior: smooth;
}

::-moz-selection {
  background-color: rgba(180, 114, 42, 0.3);
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: rgba(180, 114, 42, 0.3);
  color: #ffffff;
  text-shadow: none;
}

body {
  width: 100%;
  background: #1e1e1e;
  color: #d5d8dc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 1rem;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

main {
  overflow-x: clip;
}

main > section:not(.hero) {
  position: relative;
  z-index: 1;
}

footer {
  position: relative;
  z-index: 1;
}

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

svg {
  display: block;
}

dt {
  font-weight: inherit;
}

em {
  font-style: normal;
}

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 0.125rem solid #b4722a;
}

@media (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

.header {
  position: fixed;
  top: 3rem;
  left: 3rem;
  right: 3rem;
  z-index: 100;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    align-items: center;
  }
}

.header.header--light .logo-en,
.header.header--light .logo-ja {
  color: #454950;
}
.header.header--light .header__nav a {
  color: #454950;
}
.header.header--light .header__nav a:hover {
  color: #b4722a;
}

.header__logo {
  pointer-events: auto;
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .header__logo {
    gap: 0.375rem;
  }
}
.header__logo .logo-en {
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #d5d8dc;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .header__logo .logo-en {
    font-size: 1.25rem;
  }
}
.header__logo .logo-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: #d5d8dc;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .header__logo .logo-ja {
    font-size: 0.5rem;
    font-weight: 600;
  }
}

.header__nav {
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav a {
  font-family: "Orbitron", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #d5d8dc;
  transition: color 0.3s ease;
}
.header__nav a.is-active {
  position: relative;
}
.header__nav a.is-active::before {
  content: "";
  position: absolute;
  left: -0.8125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.375rem;
  height: 0.375rem;
  background: #b4722a;
}
.header__nav a:hover {
  color: #b4722a;
}

.burger {
  pointer-events: auto;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  padding: 1.125rem 0.75rem;
  background: rgba(27, 30, 37, 0.8);
  backdrop-filter: blur(16px);
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .burger {
    display: flex;
  }
}
.burger .bar {
  display: block;
  width: 100%;
  height: 1px;
  background: #c0c4cb;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.burger.is-open .bar1 {
  transform: translateY(0.375rem) rotate(45deg);
}
.burger.is-open .bar2 {
  opacity: 0;
}
.burger.is-open .bar3 {
  transform: translateY(-0.375rem) rotate(-45deg);
}

.drawer {
  position: fixed;
  background: rgba(27, 30, 37, 0.8);
  backdrop-filter: blur(16px);
  z-index: 101;
  top: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  border-radius: 0.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.drawer .drawer__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.drawer .drawer__nav a {
  font-family: "Orbitron", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #d5d8dc;
  transition: color 0.3s ease;
}
.drawer .drawer__nav a:hover {
  color: #b4722a;
}

.drawer__close {
  padding: 0.375rem 1rem;
  border: 0.0625rem solid #c0c4cb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  gap: 0.375rem;
}
.drawer__close::after {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background: #d5d8dc;
}

.cta-fixed {
  position: fixed;
  right: 3rem;
  bottom: 2.125rem;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 17.1875rem;
  height: 4.75rem;
  background: #b4722a;
  padding: 0 2rem;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 767px) {
  .cta-fixed {
    right: 50%;
    bottom: 1rem;
    transform: translateX(50%);
    width: 11.0625rem;
    height: 2.875rem;
    padding: 0rem 1rem;
  }
}
.cta-fixed:hover {
  opacity: 0.85;
}
.cta-fixed .cta-fixed__label {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0.375rem;
}
@media (max-width: 767px) {
  .cta-fixed .cta-fixed__label {
    display: none;
  }
}
.cta-fixed .cta-fixed__text {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 767px) {
  .cta-fixed .cta-fixed__text {
    font-size: 0.875rem;
    font-weight: 350;
  }
}
.cta-fixed .cta-fixed__dot {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cta-fixed .cta-fixed__dot {
    right: 1rem;
    width: 0.375rem;
    height: 0.375rem;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 37.5rem;
}
@media (max-width: 1059px) {
  .hero {
    height: 90dvh;
  }
}

.hero__ttl {
  position: absolute;
  top: 15.625rem;
  left: 16.25rem;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .hero__ttl {
    top: 9rem;
    left: 2rem;
    gap: 0.75rem;
  }
}
.hero__ttl .en,
.hero__ttl .ja {
  background: linear-gradient(270deg, #242934 0%, #171A22 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.hero__ttl .en {
  font-family: "Orbitron", sans-serif;
  font-size: 8rem;
}
@media (max-width: 767px) {
  .hero__ttl .en {
    font-size: 4.625rem;
  }
}
.hero__ttl .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  .hero__ttl .ja {
    font-size: 0.875rem;
    letter-spacing: -0.03em;
    font-weight: 600;
  }
}

.hero__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  min-height: 37.5rem;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1059px) {
  .hero__bg {
    height: 90dvh;
  }
}
.hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.container {
  position: relative;
  width: calc(100% - 3rem);
  max-width: 75rem;
  margin: 0 auto;
}
.container--wide {
  max-width: 87.5rem;
}
.container-out__deco {
  position: absolute;
  right: 0;
  font-family: "Orbitron", sans-serif;
  font-size: 16.25rem;
  font-weight: 400;
  line-height: 1;
  color: #060707;
  opacity: 0.2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1059px) {
  .container-out__deco {
    font-size: 11.25rem;
  }
}
@media (max-width: 767px) {
  .container-out__deco {
    font-size: 4.125rem;
    top: 3.5rem;
  }
}
.section--dark .container-out__deco {
  color: rgba(213, 216, 220, 0.08);
}

.sec-head {
  position: relative;
}
.sec-head .sec-head--row {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}
@media (max-width: 767px) {
  .sec-head .sec-head--row {
    flex-direction: column;
    gap: 3rem;
  }
}
.sec-head .sec-head--row .sec-head__ttl {
  flex-shrink: 0;
}
.sec-head .sec-head--row .sec-head__body {
  margin-top: 0;
}
.sec-head .sec-head--center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .sec-head .sec-head--center .sec-head__body {
    text-align: left;
  }
}
.sec-head .sec-head__label {
  font-family: "Orbitron", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #b4722a;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .sec-head .sec-head__label {
    font-size: 0.625rem;
  }
}
.sec-head .sec-head__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  line-height: 1.6;
}
.section--light .sec-head .sec-head__ttl {
  color: #454950;
}
@media (max-width: 767px) {
  .sec-head .sec-head__ttl {
    font-size: 1.1875rem;
    letter-spacing: 0.14em;
  }
}
.sec-head .sec-head__body {
  margin-top: 2rem;
  font-size: 0.875rem;
  font-weight: 250;
  letter-spacing: 0.1em;
  line-height: 2.4;
}
.section--light .sec-head .sec-head__body {
  color: #454950;
}
@media (max-width: 767px) {
  .sec-head .sec-head__body {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.concept {
  position: relative;
  z-index: 1;
  background: linear-gradient(270deg, #242934 0%, #171a22 100%);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
@media (max-width: 1059px) {
  .concept {
    margin-top: -4.5rem;
  }
}
@media (max-width: 767px) {
  .concept {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    margin-top: -1.25rem;
  }
}
.concept .container {
  padding-block: 8rem;
}
@media (max-width: 767px) {
  .concept .container {
    padding-block: 5.625rem 4.5rem;
  }
}
.concept .container-out__deco {
  top: 0.75rem;
}
@media (max-width: 767px) {
  .concept .container-out__deco {
    top: 3.5rem;
  }
}
.concept .sec-head__label {
  margin-bottom: 2rem;
}
.concept .sec-head__body {
  margin-top: 3rem;
}

@keyframes concept-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--marquee-translate, -50%));
  }
}
.concept__photos {
  overflow: hidden;
}
.concept__photos-track {
  display: flex;
  gap: 0.5rem;
  width: -moz-max-content;
  width: max-content;
  animation: concept-marquee 40s linear infinite;
}
@media (max-width: 767px) {
  .concept__photos-track {
    gap: 0.25rem;
  }
}

.concept__photo {
  flex-shrink: 0;
  width: 34.8125rem;
  height: 33.625rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .concept__photo {
    width: 19.5625rem;
    height: 18.875rem;
  }
}
.concept__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.location {
  background: linear-gradient(270deg, #242934 0%, #171a22 100%);
}

.location__scroll-outer {
  height: 200vh;
}
@media (max-width: 1059px) {
  .location__scroll-outer {
    height: auto;
  }
}

.location__sticky {
  position: sticky;
  top: 0;
  height: 100dvh;
  background: linear-gradient(270deg, #242934 0%, #171a22 100%);
}
.location__sticky .container-out__deco {
  top: 1.625rem;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 1059px) {
  .location__sticky {
    position: relative;
    height: auto;
  }
}

.location__panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
@media (max-width: 1059px) {
  .location__panel {
    position: relative;
    inset: auto;
    opacity: 1;
    pointer-events: auto;
    transition: none;
  }
}

.location__sticky[data-phase="1"] .location__panel[data-panel="1"],
.location__sticky[data-phase="2"] .location__panel[data-panel="2"] {
  opacity: 1;
  pointer-events: auto;
}

.location__phase1 {
  display: flex;
  align-items: center;
  height: 100dvh;
  position: relative;
  padding-block: 12rem;
}
@media (max-width: 1059px) {
  .location__phase1 {
    padding-block: 6.625rem 4rem;
  }
}
.location__phase1 .sec-head {
  max-width: 28.75rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.location__phase1 .location__map {
  position: absolute;
  right: -9.1875rem;
  top: 2.5rem;
  max-width: 59.625rem;
  width: 100%;
}
@media (max-width: 1059px) {
  .location__phase1 .location__map {
    display: none;
  }
}
.location__phase1 .location__map img {
  width: 100%;
  height: auto;
}
@media (max-width: 1059px) {
  .location__phase1 {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-block: 6.625rem 4rem;
  }
  .location__phase1 .location__map {
    position: relative;
    right: auto;
    top: auto;
    width: calc(100% + 3rem);
    max-width: none;
    margin-top: 2.5rem;
    margin-inline: -1.5rem;
  }
}

.location__panel[data-panel="2"] .location__map {
  position: absolute;
  max-width: 48.75rem;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 11;
}
.location__panel[data-panel="2"] .location__map img {
  width: 100%;
  height: auto;
}
@media (max-width: 1059px) {
  .location__panel[data-panel="2"] .location__map {
    display: none;
  }
}

.location__facilities-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-block: 1.25rem 5rem;
  background: linear-gradient(270deg, #242934 0%, #171a22 100%);
}
@media (max-width: 1059px) {
  .location__facilities-wrap {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding-block: 0rem 4rem;
  }
}

.facilities__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .facilities__head {
    margin-bottom: 1rem;
  }
}

.facilities__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.16em;
  color: #d5d8dc;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .facilities__ttl {
    font-size: 1rem;
    letter-spacing: 0.16em;
    gap: 0.5rem;
  }
}
.facilities__ttl::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: #d5d8dc;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .facilities__ttl::before {
    width: 0.25rem;
    height: 0.25rem;
  }
}

.facilities__nav {
  display: flex;
  gap: 0.5rem;
}

.facilities__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 1.5rem;
  border: 1px solid rgba(192, 196, 203, 0.4);
  color: #d5d8dc;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
}
@media (max-width: 767px) {
  .facilities__btn {
    width: 2.25rem;
    height: 1.375rem;
  }
}
.facilities__btn:hover {
  background: #d5d8dc;
  color: #1e1e1e;
  border-color: #d5d8dc;
}
.facilities__btn:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.facilities__slider {
  overflow: hidden;
}
@media (max-width: 767px) {
  .facilities__slider {
    overflow: visible;
  }
}

.facilities__track {
  display: flex;
  gap: 1.125rem;
  transition: transform 0.4s ease;
}
@media (max-width: 767px) {
  .facilities__track {
    gap: 0.875rem;
  }
}

.facility-pin {
  display: inline-block;
  position: relative;
  width: 0.9375rem;
  height: 1.4375rem;
  flex-shrink: 0;
  margin-right: 0.375rem;
  vertical-align: middle;
  background: url("../img/icon-pin.svg") no-repeat center/contain;
}
@media (max-width: 1059px) {
  .facility-pin {
    display: none;
  }
}
.facility-pin::before {
  content: attr(data-num);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  color: #1e1e1e;
  white-space: nowrap;
}

.facility-card {
  flex-shrink: 0;
  width: 23.9375rem;
}
@media (max-width: 767px) {
  .facility-card {
    width: 11.6875rem;
  }
}
.facility-card .facility-card__img {
  width: 100%;
  height: 14.3125rem;
  overflow: hidden;
  background: rgba(213, 216, 220, 0.08);
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .facility-card .facility-card__img {
    height: 7rem;
  }
}
.facility-card .facility-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility-card .facility-card__name {
  font-family: "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #d5d8dc;
  letter-spacing: 0.05em;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .facility-card .facility-card__name {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
  }
}
.facility-card .facility-card__meta {
  font-family: "Yu Gothic Medium", "Yu Gothic", sans-serif;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  color: #797d86;
}
@media (max-width: 767px) {
  .facility-card .facility-card__meta {
    gap: 0.25rem;
  }
}
.facility-card .facility-card__walk,
.facility-card .facility-card__hours {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: #797d86;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 767px) {
  .facility-card .facility-card__walk,
  .facility-card .facility-card__hours {
    font-size: 0.625rem;
    gap: 0.125rem;
  }
}
.facility-card .facility-card__walk img,
.facility-card .facility-card__hours img {
  flex-shrink: 0;
  width: auto;
}

.location__bg-deco {
  width: 100%;
  aspect-ratio: 1920/841;
  position: relative;
}
@media (max-width: 767px) {
  .location__bg-deco {
    aspect-ratio: 377/334;
  }
}
.location__bg-deco img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .location__bg-deco img {
    aspect-ratio: 377/334;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.access {
  background: #16181E;
}
.access .container {
  padding: 12rem 0;
}
@media (max-width: 767px) {
  .access .container {
    padding-block: 6.625rem 5.75rem;
  }
}
.access .container-out__deco {
  top: 2rem;
}
@media (max-width: 767px) {
  .access .container-out__deco {
    top: 4.375rem;
  }
}

.access__route {
  margin-top: 5.75rem;
}
@media (max-width: 767px) {
  .access__route {
    margin-top: 3rem;
  }
}
.access__route img, .access__route svg {
  width: 100%;
  height: auto;
}

.access__time {
  margin-top: 8rem;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1059px) {
  .access__time {
    flex-direction: column;
    gap: 0rem;
  }
}
@media (max-width: 767px) {
  .access__time {
    margin-top: 3rem;
  }
}

.access__time-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 1.8;
  letter-spacing: 0.16em;
  font-size: 1.25rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .access__time-label {
    font-size: 1rem;
    gap: 0.5rem;
  }
}
.access__time-label::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #d5d8dc;
}
@media (max-width: 767px) {
  .access__time-label::before {
    width: 0.25rem;
    height: 0.25rem;
  }
}

.access__accordions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 767px) {
  .access__accordions {
    align-items: flex-start;
  }
}

.access-accordion {
  background-color: #25272F;
  width: 100%;
  transition: padding 0.3s ease;
}
.access-accordion + .access-accordion {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .access-accordion.access-accordion--first {
    margin-top: 1rem;
  }
}

.access-accordions__inner {
  display: flex;
  flex-direction: column;
  max-width: 51.75rem;
  width: 100%;
}
@media (max-width: 767px) {
  .access-accordions__inner {
    max-width: 100%;
  }
}

.access-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: padding 0.3s ease;
}
.access-accordion__trigger:not(.is-open) {
  padding: 2rem;
}
@media (max-width: 767px) {
  .access-accordion__trigger:not(.is-open) {
    padding: 1rem;
  }
}
.access-accordion__trigger .text-trigger {
  font-family: "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #d5d8dc;
  letter-spacing: 0.1em;
}
.access-accordion__trigger .icon-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 1.5rem;
  border: 1px solid #454950;
  flex-shrink: 0;
  position: relative;
}
.access-accordion__trigger .icon-trigger::before, .access-accordion__trigger .icon-trigger::after {
  content: "";
  position: absolute;
  background: #d5d8dc;
}
.access-accordion__trigger .icon-trigger::before {
  width: 0.5rem;
  height: 1px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.access-accordion__trigger .icon-trigger::after {
  width: 1px;
  height: 0.5rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.access-accordion__trigger.is-open .icon-trigger::after {
  transform: rotate(90deg);
  opacity: 0;
}
.access-accordion__trigger.is-open {
  padding: 2rem 2rem 0;
}
@media (max-width: 767px) {
  .access-accordion__trigger.is-open {
    padding: 1rem 1rem 0;
  }
}

.access-accordion__body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.access-accordion__body.is-open {
  max-height: 50rem;
  padding: 0 2rem 2rem;
}
.access-accordion__body.is-open .route-diagram {
  opacity: 1;
}
@media (max-width: 767px) {
  .access-accordion__body.is-open {
    padding: 0 1rem 1rem;
  }
}

.access-accordion__note {
  font-family: "Yu Gothic Medium", "Yu Gothic", sans-serif;
  margin-top: 1.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #797d86;
  line-height: 1.8;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .access-accordion__note {
    font-size: 0.75rem;
    line-height: 1.4;
  }
}

.route-diagram {
  display: grid;
  grid-template-columns: 4rem 1fr;
  margin-top: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .route-diagram {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
  }
}

.route-diagram__origin {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #d5d8dc;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background-color: #16181E;
}
@media (max-width: 767px) {
  .route-diagram__origin {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    width: 100%;
    height: 2.9375rem;
    padding: 0 1rem;
    letter-spacing: 0.1em;
    justify-content: flex-start;
  }
}

.route-diagram__rows {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.route-diagram__row {
  display: flex;
  align-items: stretch;
  min-height: 5.625rem;
}
.route-diagram__row > .route-diagram__time {
  flex: 1;
  gap: 0.375rem;
  justify-content: center;
}

.icon-shinkansen {
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 0.5625rem;
}
.icon-shinkansen img {
  width: 100%;
  height: 100%;
}

.icon-train {
  display: block;
  flex-shrink: 0;
  width: 1rem;
  height: 0.875rem;
}
.icon-train img {
  width: 100%;
  height: 100%;
}

.route-diagram__time {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .route-diagram__time {
    justify-content: center;
    min-height: 2.5rem;
    position: relative;
  }
  .route-diagram__time::before {
    content: "";
    position: absolute;
    left: 2.5rem;
    top: -0.5rem;
    bottom: -0.5rem;
    border-left: 1px dashed #C1BFBA;
    pointer-events: none;
  }
}

.route-diagram__time span, .route-diagram__group-time span {
  font-family: "Orbitron", sans-serif;
  display: flex;
  align-items: baseline;
  gap: 0.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.1;
}
.route-diagram__time em, .route-diagram__group-time em {
  font-style: normal;
  font-size: 1.125rem;
}

.route-diagram__line {
  width: 100%;
  border-bottom: 1px dotted #C1BFBA;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-bottom: 0.375rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .route-diagram__line {
    justify-content: flex-start;
    border-bottom: 0px;
    padding-bottom: 0;
    padding-inline: 1rem;
    margin-bottom: 0;
    margin-inline: 2.5rem;
  }
}

.route-diagram__dest {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #d5d8dc;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 1.5rem;
  background-color: #16181E;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 767px) {
  .route-diagram__dest {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    width: 100%;
    height: 2.9375rem;
    padding: 0 1rem;
    letter-spacing: 0.1em;
    justify-content: flex-start;
  }
}

.route-diagram__via {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #d5d8dc;
  letter-spacing: 0.2em;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 624.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 0.75rem;
  flex-shrink: 0;
  align-self: stretch;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  gap: 0.5rem;
}
.route-diagram__via--sm {
  font-size: 0.6875rem;
  margin-top: 0;
  margin-bottom: 0;
  align-self: center;
  min-height: 7.75rem;
  padding: 0.5rem 0.75rem;
  gap: 0.125rem;
  line-height: 1;
}
.route-diagram__via--sm .route-diagram__via--direct {
  padding: 0.375rem;
}
@media (max-width: 767px) {
  .route-diagram__via--sm .route-diagram__via--direct {
    padding: 0.25rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .route-diagram__via {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    align-self: center;
    width: calc(100% - 1.5rem);
    min-height: 2.6875rem;
    margin: 0 0.75rem;
    padding: 0.5rem 1.25rem;
    letter-spacing: 0.05em;
    justify-content: flex-start;
    gap: 0.625rem;
  }
  .route-diagram__via--sm {
    margin: 0 0.75rem;
    min-height: unset;
    padding: 0.5rem 1.25rem;
  }
}

.route-diagram__via--direct {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  font-family: "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1;
  padding: 0.5rem 0.375rem;
  border-radius: 624.9375rem;
}
@media (max-width: 767px) {
  .route-diagram__via--direct {
    padding: 0.25rem 0.5rem;
  }
}

.route-diagram__branch {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.route-diagram__branch-row {
  display: flex;
  align-items: center;
  flex: 1;
}
.route-diagram__branch-row .route-diagram__time {
  flex: 1;
  justify-content: center;
}

.route-diagram__group {
  display: flex;
  align-items: stretch;
}
.route-diagram__group + .route-diagram__group {
  margin-top: 0.5rem;
}

.route-diagram__group-time {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.route-diagram__dests {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.route-diagram__group--indent .route-diagram__dests {
  flex: 3;
}

.route-diagram__dest-row {
  flex: 1;
  min-height: 5.625rem;
  display: flex;
  align-items: center;
}
.route-diagram__dest-row .route-diagram__time {
  flex: 1;
  justify-content: center;
}

.access__accordions-label {
  font-size: 0.875rem;
  font-weight: 300;
  color: #d5d8dc;
  letter-spacing: 0.1em;
}
@media (max-width: 1059px) {
  .access__accordions-label {
    margin-top: 1.5rem;
  }
}

.gallery {
  background: linear-gradient(270deg, #242934 0%, #171a22 100%);
}
.gallery .container {
  padding-block: 12rem 5rem;
}
@media (max-width: 767px) {
  .gallery .container {
    padding-block: 6.625rem 3rem;
  }
}
.gallery .container-out__deco {
  right: 50%;
  transform: translateX(50%);
  top: 3.5rem;
}
@media (max-width: 767px) {
  .gallery .container-out__deco {
    top: 4.5rem;
  }
}

.gallery__track-wrap {
  overflow: hidden;
  padding-bottom: 11.25rem;
}
@media (max-width: 767px) {
  .gallery__track-wrap {
    padding-bottom: 7.5rem;
  }
}

.gallery__track {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@keyframes marquee-ltr {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--marquee-translate, -50%));
  }
}
@keyframes marquee-rtl {
  0% {
    transform: translateX(var(--marquee-translate, -50%));
  }
  100% {
    transform: translateX(0);
  }
}
.gallery__row {
  display: flex;
  gap: 0.5rem;
  animation: marquee-ltr 90s linear infinite;
}
.gallery__row:nth-child(2) {
  animation-name: marquee-rtl;
}
@media (max-width: 767px) {
  .gallery__row {
    animation-duration: 40s;
  }
}

.gallery__item {
  flex-shrink: 0;
  width: 30rem;
  height: 20.8125rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gallery__item {
    width: 13.5625rem;
    height: 9.375rem;
  }
}
.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  pointer-events: none;
}
.gallery__item:hover img {
  transform: scale(1.04);
}
.gallery__item:hover::after {
  background: rgba(0, 0, 0, 0.18);
}

.gallery__track-wrap:hover .gallery__row {
  animation-play-state: paused;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-modal.is-open {
  pointer-events: auto;
  opacity: 1;
}
@media (max-width: 767px) {
  .gallery-modal {
    padding: 1rem;
  }
}

.gallery-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  cursor: pointer;
}
.gallery-modal__overlay:focus-visible {
  outline: 2px solid rgba(213, 216, 220, 0.6);
  outline-offset: -4px;
}

.gallery-modal__inner {
  position: relative;
  z-index: 1;
  width: min(90dvw, 60rem);
  transform: translateY(1.25rem);
  transition: transform 0.35s ease;
}
.gallery-modal.is-open .gallery-modal__inner {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .gallery-modal__inner {
    width: 100%;
    transform: translateY(2rem);
  }
}

.gallery-modal__figure {
  display: block;
  margin: 0;
}

.gallery-modal__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 70dvh;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .gallery-modal__img {
    max-height: 60dvh;
  }
}

.gallery-modal__caption {
  display: block;
  padding: 1.5rem 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 250;
  color: #d5d8dc;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .gallery-modal__caption {
    font-size: 0.75rem;
    padding: 0.75rem 1rem;
  }
}

.room-plan {
  background: linear-gradient(270deg, #242934 0%, #171a22 100%);
  color: #454950;
  position: relative;
}
.room-plan::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #E6E8ED;
  border-radius: 2rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .room-plan::before {
    border-radius: 1rem;
  }
}
.room-plan .container {
  padding-block: 12rem;
}
@media (max-width: 767px) {
  .room-plan .container {
    padding-block: 5.625rem 4.5rem;
  }
}
.room-plan .container-out__deco {
  color: #fbfcff;
  top: 3.375rem;
}
@media (max-width: 767px) {
  .room-plan .container-out__deco {
    top: 1.5rem;
  }
}

.room-plan__tabs {
  display: flex;
  gap: 0.75rem 0.5rem;
  flex-wrap: wrap;
  margin-top: 6.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .room-plan__tabs {
    gap: 0.25rem;
    margin: 3rem -1.5rem 2rem;
    overflow-x: auto;
    scrollbar-width: none;
    flex-wrap: nowrap;
    padding: 1.25rem 1.5rem;
    background-color: #eff1f6;
  }
  .room-plan__tabs::-webkit-scrollbar {
    display: none;
  }
}

.room-plan__tab {
  font-family: "Orbitron", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  min-width: 5.4375rem;
  color: #797d86;
  padding: 0.375rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  background: transparent;
  text-align: center;
}
@media (max-width: 767px) {
  .room-plan__tab {
    min-width: auto;
    font-size: 0.75rem;
    padding: 0.125rem 1rem;
  }
}
.room-plan__tab:hover, .room-plan__tab.is-active {
  background: #454950;
  color: #ffffff;
  border-radius: 624.9375rem;
}

.room-plan__groups {
  display: flex;
  flex-direction: column;
}

.room-plan__group.is-hidden {
  display: none;
}
@media (max-width: 767px) {
  .room-plan__group + .room-plan__group {
    margin-top: 2.5rem;
  }
}

.room-plan__divider {
  border: none;
  border-top: 1px dashed #c0c4cb;
  margin: 0 0 1rem;
}
@media (max-width: 767px) {
  .room-plan__divider {
    display: none;
  }
}

.room-plan__group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.room-plan__group-head .group-head__label {
  font-family: "Orbitron", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #454950;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .room-plan__group-head .group-head__label {
    font-size: 1rem;
  }
}
.room-plan__group-head .group-head__label::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #454950;
}
.room-plan__group-head .group-head__nav {
  display: flex;
  gap: 0.5rem;
}

.group-head__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 1.5rem;
  border: 1px solid #c0c4cb;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.group-head__btn svg path {
  transition: stroke 0.3s ease;
}
.group-head__btn:hover {
  background: #454950;
  border-color: #454950;
}
.group-head__btn:hover svg path {
  stroke: #ffffff;
}
.group-head__btn:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.room-plan__group-body {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .room-plan__group-body {
    flex-direction: column;
    margin-top: 1.25rem;
  }
  .room-plan__group-body .group-head__nav {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
  }
}

.room-plan__floor-img {
  flex-shrink: 0;
  width: 19.875rem;
  height: 19.875rem;
  background: #eff1f6;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.375rem;
}
.room-plan__floor-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .room-plan__floor-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 1.5rem;
  }
}

.room-plan__cards-slider {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  padding: 1.25rem 0 2rem 2rem;
}
@media (max-width: 767px) {
  .room-plan__cards-slider {
    width: 100%;
    padding: 1.5rem 0 1.25rem 0;
    overflow: visible;
  }
}

.room-plan__cards-track {
  display: flex;
  gap: 1rem;
  transition: transform 0.4s ease;
  will-change: transform;
}

.room-plan__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .room-plan__empty {
    width: 100%;
  }
}
.room-plan__empty .empty-text {
  background: #E0E2EA;
  color: #797d86;
  padding: 3rem 4.5rem;
  text-align: left;
}
@media (max-width: 767px) {
  .room-plan__empty .empty-text {
    padding: 1.5rem 1rem;
    width: 100%;
  }
}
.room-plan__empty .empty-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  color: #797d86;
  letter-spacing: 0.05em;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .room-plan__empty .empty-text p {
    line-height: 1.6;
  }
}

.room-card {
  flex-shrink: 0;
  width: 17.4375rem;
  min-height: 19.875rem;
  background: #e6e8ed;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0 0.25rem 1.5rem rgba(117, 124, 143, 0.16));
  position: relative;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.room-card:hover {
  filter: drop-shadow(0 0.5rem 2rem rgba(117, 124, 143, 0.32));
  transform: translateY(-0.25rem);
}
.room-card:hover .room-card__status a {
  text-decoration: none;
  opacity: 0.6;
}

.room-card__name {
  font-family: "Orbitron", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #797d86;
  margin-bottom: 1rem;
}

.room-card__details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.room-card__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0.75rem;
  background-color: #eff1f6;
  border-radius: 0.125rem;
}
.room-card__detail .detail-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #797d86;
  flex-shrink: 0;
}
.room-card__detail .detail-value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #454950;
}

.room-card__divider {
  border: none;
  border-top: 1px dashed #c0c4cb;
  margin: 0.5rem 0;
}

.room-card__rent {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0.625rem;
  padding: 0.25rem 0.75rem;
  background-color: #eff1f6;
}
.room-card__rent .detail-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #797d86;
  flex-shrink: 0;
}
.room-card__rent .rent-num {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  color: #454950;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 0.125rem;
}
.room-card__rent .rent-unit {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #797d86;
}

.room-card__status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: auto;
}
.room-card__status .status-dot {
  width: 0.5rem;
  height: 0.5rem;
  background: #b4722a;
  flex-shrink: 0;
}
.room-card__status a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #454950;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  transition: opacity 0.3s ease;
}
.room-card__status a::after {
  content: "";
  position: absolute;
  inset: 0;
}

.outline {
  background: linear-gradient(270deg, #242934 0%, #171a22 100%);
  padding-block: 12rem 23.75rem;
}
@media (max-width: 767px) {
  .outline {
    padding-block: 6.75rem 4.5rem;
  }
}
.outline .container-out__deco {
  top: 3.875rem;
  left: 0;
}
@media (max-width: 767px) {
  .outline .container-out__deco {
    top: 4.5rem;
    left: auto;
    right: 0;
  }
}

.outline__table {
  margin-top: 5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .outline__table {
    margin-top: 2.875rem;
  }
}

.outline__row {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  border-bottom: 1px solid #575757;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .outline__row {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 0.5rem;
    align-items: flex-start;
  }
}
.outline__row:first-child {
  border-top: 1px solid #575757;
}

.outline__label {
  min-width: 10rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .outline__label {
    min-width: auto;
  }
}

.outline__value {
  font-weight: 250;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.footer {
  background: rgba(26, 26, 26, 0.4);
  backdrop-filter: blur(24px);
}
.footer .container {
  padding-block: 11.5rem;
}
@media (max-width: 767px) {
  .footer .container {
    padding-block: 4.5rem;
  }
}

.footer__contact-info {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .footer__contact-info {
    margin-top: 3rem;
  }
}

.footer__contact-name {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.footer__contact-address {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .footer__contact-address {
    margin-top: 0.25rem;
  }
}

.footer__contact-phone {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 1rem;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  transition: opacity 0.3s ease;
}
.footer__contact-phone:hover {
  opacity: 0.6;
  text-decoration: none;
}
.footer__contact-phone-wrap {
  margin-top: 1rem;
}

.footer__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.875rem 2rem;
  background-color: #b4722a;
  width: 23.25rem;
  margin-top: 2.375rem;
  transition: opacity 0.3s ease;
}
.footer__link:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .footer__link {
    padding: 1rem;
    width: 100%;
  }
}
.footer__link::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: #ffffff;
  display: block;
}
@media (max-width: 767px) {
  .footer__link::after {
    width: 0.375rem;
    height: 0.375rem;
  }
}

.footer__link-text {
  color: #ffffff;
  font-weight: 350;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .footer__link-text {
    font-size: 0.875rem;
  }
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  background-color: #16181E;
  padding: 1rem 3rem 1.5rem;
}
@media (max-width: 1059px) {
  .footer__bottom {
    flex-direction: column;
    padding: 0;
  }
}

.footer__bottom-inner {
  display: flex;
  gap: 3.5rem;
  align-items: baseline;
}
@media (max-width: 1059px) {
  .footer__bottom-inner {
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem;
  }
}

.footer__logo-wrap {
  flex-shrink: 0;
  width: 14.1875rem;
}
@media (max-width: 1059px) {
  .footer__logo-wrap {
    width: 10.8125rem;
  }
}

.footer__links {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 1059px) {
  .footer__links {
    flex-direction: column;
    gap: 0.125rem;
    text-align: right;
  }
}
.footer__links a {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease;
}
@media (max-width: 1059px) {
  .footer__links a {
    font-size: 0.625rem;
    color: #797d86;
  }
}
.footer__links a:hover {
  opacity: 0.6;
}

.footer__copy {
  font-size: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-family: Zen Kaku Gothic Antique, "Yu Gothic Medium", "YuGothic Medium", sans-serif;
  color: #797d86;
}
@media (max-width: 1059px) {
  .footer__copy {
    text-align: center;
    font-size: 0.5rem;
    padding-block: 0.375rem 0.5rem;
    border-top: 1px solid #797d86;
    width: 100%;
  }
}