@charset "utf-8";

:root {
  --area-gold: #d5af2c;
  --area-gold-dark: #987718;
  --area-ink: #171714;
  --area-charcoal: #292824;
  --area-text: #4e4e4a;
  --area-muted: #757570;
  --area-line: #dcd9cf;
  --area-bg: #f6f5f0;
  --area-pale: #fbf8ed;
}

.areaDirectoryWrap {
  overflow: clip;
  background: linear-gradient(180deg, #fff 0, #fff 680px, var(--area-bg) 680px);
  color: var(--area-text);
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  line-break: strict;
  word-break: normal;
}
@supports (word-break: auto-phrase) {
  .areaDirectoryWrap { word-break: auto-phrase; }
}
.areaDirectoryWrap * { box-sizing: border-box; }
.areaDirectoryWrap img { display: block; max-width: 100%; }
.areaDirectoryWrap a { color: inherit; }
.areaDirectoryWrap ul,
.areaDirectoryWrap ol { margin: 0; padding: 0; list-style: none; }
.areaDirectoryWrap p { margin: 0; line-height: 1.9; letter-spacing: 0; }
.areaDirectory {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0 64px;
}
.areaDirectory__brSp { display: none; }

.areaHero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr);
  min-height: 500px;
  overflow: hidden;
  background: linear-gradient(125deg, #11110f 0, #25231e 100%);
  color: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .09);
}
.areaHero:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 9px;
  background: var(--area-gold);
  z-index: 3;
}
.areaHero__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 68px 62px 62px 72px;
}
.areaHero__eyebrow,
.areaSection__eyebrow {
  color: #e4c24c;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.5;
}
.areaHero h1 {
  margin: 18px 0 0;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: clamp(3.4rem, 4.2vw, 5.6rem);
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0;
}
.areaHero h1 em { color: #e4c24c; font-style: normal; }
.areaHero__lead {
  max-width: 690px;
  margin-top: 24px !important;
  color: rgba(255, 255, 255, .84);
  font-size: 1.55rem;
}
.areaHero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 31px !important;
  padding-top: 23px !important;
  border-top: 1px solid rgba(255, 255, 255, .18);
}
.areaHero__facts li {
  display: flex;
  align-items: baseline;
  gap: 7px;
  color: rgba(255, 255, 255, .72);
  font-size: 1.25rem;
}
.areaHero__facts strong { color: #fff; font-size: 2.2rem; line-height: 1; }
.areaHero__visual { position: relative; min-height: 500px; overflow: hidden; }
.areaHero__visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(23, 23, 20, .28), transparent 34%);
}
.areaHero__visual img { width: 100%; height: 100%; object-fit: cover; }

.areaJump {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 20px;
  border: 1px solid #3a3935;
  background: var(--area-ink);
}
.areaJump a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 12px 28px 12px 18px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.areaJump a + a { border-left: 1px solid rgba(255, 255, 255, .14); }
.areaJump a:after {
  content: "";
  position: absolute;
  right: 17px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #d8bd58;
  border-bottom: 1px solid #d8bd58;
  transform: rotate(45deg) translateY(-3px);
}
.areaJump a:hover { background: #2d2b25; }

.areaSection { margin-top: 98px; scroll-margin-top: 110px; }
.areaSection.areaGuide,
.areaSection#faq,
.areaSection.areaRelated,
.areaSection.areaCta { margin-top: 72px; }
.areaSection__head { max-width: 900px; margin: 0 auto 45px; text-align: center; }
.areaSection__eyebrow { color: var(--area-gold-dark); }
.areaSection__title {
  margin: 12px 0 0;
  color: var(--area-ink);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
}
.areaSection__lead { margin-top: 17px !important; font-size: 1.55rem; }
.areaSection__head:after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin: 27px auto 0;
  background: var(--area-gold);
}

.areaIntro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 68px;
  align-items: start;
}
.areaIntro__copy h2 {
  margin: 0;
  color: var(--area-ink);
  font-size: 2.9rem;
  line-height: 1.55;
  letter-spacing: 0;
}
.areaIntro__copy p { margin-top: 22px !important; font-size: 1.55rem; }
.areaIntro__summary { border-top: 4px solid var(--area-gold); background: #fff; }
.areaIntro__summary li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid var(--area-line);
  border-top: 0;
  font-size: 1.4rem;
}
.areaIntro__summary strong { color: var(--area-ink); }

.areaChooser {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--area-line);
  border-bottom: 1px solid var(--area-line);
  background: #fff;
}
.areaChooser article { padding: 38px 42px 40px; }
.areaChooser article + article { border-left: 1px solid var(--area-line); }
.areaChooser__station { color: var(--area-gold-dark); font-size: 1.3rem; font-weight: 700; }
.areaChooser h3 { margin: 8px 0 0; color: var(--area-ink); font-size: 2.25rem; line-height: 1.5; }
.areaChooser p { margin-top: 16px !important; font-size: 1.45rem; }
.areaChooser ul { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px !important; }
.areaChooser li {
  padding: 6px 10px;
  border: 1px solid rgba(152, 119, 24, .35);
  background: var(--area-pale);
  color: #66521a;
  font-size: 1.2rem;
}
.areaChooser a {
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
  color: var(--area-ink);
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.facilityBlock + .facilityBlock { margin-top: 76px; }
.facilityHead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: end;
  margin-bottom: 24px;
  padding: 24px 28px;
  border-left: 7px solid var(--area-gold);
  background: linear-gradient(115deg, #151513, #302e28);
  color: #fff;
}
.facilityHead__area { color: #e4c24c; font-size: 1.2rem; font-weight: 700; letter-spacing: .12em; }
.facilityHead h3 { margin: 5px 0 0; color: #fff; font-size: 2.6rem; line-height: 1.4; }
.facilityHead__meta { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; }
.facilityHead__meta li { color: rgba(255, 255, 255, .78); font-size: 1.25rem; }
.facilityHead__meta strong { color: #fff; }
.roomGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.roomCard {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--area-line);
  border-radius: 3px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}
.roomCard:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0, 0, 0, .08); }
.roomCard__image { aspect-ratio: 16 / 10; overflow: hidden; background: #e9e8e2; }
.roomCard__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.roomCard:hover .roomCard__image img { transform: scale(1.025); }
.roomCard__body { display: flex; flex: 1; flex-direction: column; padding: 23px 22px 22px; }
.roomCard__facility { color: var(--area-gold-dark); font-size: 1.15rem; font-weight: 700; }
.roomCard h4 { margin: 5px 0 0; color: var(--area-ink); font-size: 2rem; line-height: 1.45; }
.roomCard__specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px !important;
  border-top: 1px solid var(--area-line);
  border-bottom: 1px solid var(--area-line);
}
.roomCard__specs li { padding: 12px 7px; text-align: center; }
.roomCard__specs li + li { border-left: 1px solid var(--area-line); }
.roomCard__specs span { display: block; color: var(--area-muted); font-size: 1rem; }
.roomCard__specs strong { display: block; margin-top: 3px; color: var(--area-ink); font-size: 1.35rem; }
.roomCard__desc { margin-top: 17px !important; font-size: 1.3rem; }
.roomCard__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 21px;
  color: var(--area-ink);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}
.roomCard__link:after { content: "›"; color: var(--area-gold); font-size: 2.2rem; line-height: 1; }
.roomListNote { margin-top: 20px !important; color: var(--area-muted); font-size: 1.2rem; text-align: right; }

.areaFeatures {
  padding: 58px 56px 60px;
  background: linear-gradient(125deg, #171714, #2c2a24);
  color: #fff;
}
.areaFeatures .areaSection__head { margin-bottom: 38px; }
.areaFeatures .areaSection__eyebrow { color: #e4c24c; }
.areaFeatures .areaSection__title { color: #fff; }
.areaFeatures .areaSection__lead { color: rgba(255, 255, 255, .75); }
.areaFeatures__grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255, 255, 255, .15); }
.areaFeatures__grid article { padding: 31px 29px 33px; }
.areaFeatures__grid article + article { border-left: 1px solid rgba(255, 255, 255, .15); }
.areaFeatures__no { color: #e4c24c; font-size: 1.2rem; font-weight: 700; }
.areaFeatures h3 { margin: 8px 0 0; color: #fff; font-size: 2rem; line-height: 1.5; }
.areaFeatures p { margin-top: 13px !important; color: rgba(255, 255, 255, .74); font-size: 1.35rem; }

.areaGuide__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.areaGuide__grid article { padding-top: 23px; border-top: 4px solid var(--area-gold); }
.areaGuide__label { color: var(--area-gold-dark); font-size: 1.15rem; font-weight: 700; letter-spacing: .1em; }
.areaGuide h3 { margin: 8px 0 0; color: var(--area-ink); font-size: 2rem; line-height: 1.5; }
.areaGuide p { margin-top: 13px !important; font-size: 1.4rem; }

.areaFaq { max-width: 1000px; margin-right: auto; margin-left: auto; }
.areaFaq details { border-bottom: 1px solid var(--area-line); background: #fff; }
.areaFaq details:first-child { border-top: 1px solid var(--area-line); }
.areaFaq summary {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 23px 58px 23px 22px;
  color: var(--area-ink);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.7;
  cursor: pointer;
  list-style: none;
}
.areaFaq summary::-webkit-details-marker { display: none; }
.areaFaq summary:before { content: "Q"; flex: 0 0 auto; color: var(--area-gold-dark); font-size: 1.7rem; }
.areaFaq summary:after {
  content: "+";
  position: absolute;
  top: 20px;
  right: 23px;
  color: var(--area-gold-dark);
  font-size: 2.4rem;
  font-weight: 400;
}
.areaFaq details[open] summary:after { content: "−"; }
.areaFaq__answer { display: flex; gap: 17px; padding: 0 58px 25px 22px; }
.areaFaq__answer:before { content: "A"; flex: 0 0 auto; color: var(--area-ink); font-size: 1.7rem; font-weight: 700; }
.areaFaq__answer p { font-size: 1.4rem; }

.areaRelated { display: grid; grid-template-columns: minmax(280px, .72fr) 1fr; background: #fff; border: 1px solid var(--area-line); }
.areaRelated__head { padding: 38px 36px; border-right: 1px solid var(--area-line); }
.areaRelated__head p { color: var(--area-gold-dark); font-size: 1.15rem; font-weight: 700; letter-spacing: .15em; }
.areaRelated__head h2 { margin: 7px 0 0; color: var(--area-ink); font-size: 2.4rem; line-height: 1.45; }
.areaRelated__links { display: grid; grid-template-columns: repeat(2, 1fr); }
.areaRelated__links a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 18px 45px 18px 24px;
  border-bottom: 1px solid var(--area-line);
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
}
.areaRelated__links a:nth-child(odd) { border-right: 1px solid var(--area-line); }
.areaRelated__links a:nth-last-child(-n+2) { border-bottom: 0; }
.areaRelated__links a:after { content: "›"; position: absolute; right: 22px; color: var(--area-gold); font-size: 2.2rem; }
.areaRelated__links a:hover { background: var(--area-pale); }

.areaCta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  padding: 42px 48px;
  background: var(--area-ink);
  color: #fff;
}
.areaCta h2 { margin: 0; color: #fff; font-size: 2.6rem; line-height: 1.5; }
.areaCta p { margin-top: 7px !important; color: rgba(255, 255, 255, .73); font-size: 1.35rem; }
.areaCta__buttons { display: flex; gap: 12px; }
.areaCta__buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 54px;
  padding: 12px 22px;
  border: 1px solid var(--area-gold);
  background: var(--area-gold);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.areaCta__buttons a.s_secondary { border-color: rgba(255, 255, 255, .5); background: transparent; }
.areaCta__buttons a:hover { border-color: #ebca55; background: #ebca55; }

.tokyoAreaEntry {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 56px 54px;
  border-left: 8px solid var(--area-gold);
  background: linear-gradient(120deg, #171714, #302e28);
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
}
.tokyoAreaEntry * { box-sizing: border-box; }
.tokyoAreaEntry__head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr); gap: 45px; align-items: end; }
.tokyoAreaEntry__eyebrow { margin: 0; color: #e4c24c; font-size: 1.2rem; font-weight: 700; letter-spacing: .2em; }
.tokyoAreaEntry h2 { margin: 10px 0 0; color: #fff; font-size: 3rem; line-height: 1.5; }
.tokyoAreaEntry__lead { margin: 0; color: rgba(255, 255, 255, .75); font-size: 1.4rem; line-height: 1.9; }
.tokyoAreaEntry__links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 34px; }
.tokyoAreaEntry__links a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 17px 52px 17px 22px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .055);
  color: #fff;
  font-size: 1.55rem;
  font-weight: 700;
  text-decoration: none;
}
.tokyoAreaEntry__links a span { display: block; margin-left: 14px; color: rgba(255, 255, 255, .62); font-size: 1.15rem; font-weight: 400; }
.tokyoAreaEntry__links a:after { content: "›"; position: absolute; right: 22px; color: #e4c24c; font-size: 2.5rem; }
.tokyoAreaEntry__links a:hover { border-color: var(--area-gold); background: rgba(213, 175, 44, .12); }

@media screen and (max-width: 980px) {
  .areaHero { grid-template-columns: 1fr 38%; }
  .areaHero__body { padding-right: 38px; padding-left: 46px; }
  .roomGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .areaIntro { grid-template-columns: 1fr 330px; gap: 40px; }
  .areaCta { grid-template-columns: 1fr; }
  .areaCta__buttons { justify-content: flex-start; }
  .tokyoAreaEntry__head { grid-template-columns: 1fr; gap: 18px; }
}

@media screen and (max-width: 767px) {
  .areaDirectoryWrap { background: var(--area-bg); }
  .areaDirectory { width: 100%; padding: 0 0 10%; }
  .areaDirectory__brPc { display: none; }
  .areaDirectory__brSp { display: block; }
  .areaHero { display: flex; min-height: 0; flex-direction: column; }
  .areaHero:before { width: 5px; }
  .areaHero__body { min-width: 0; padding: 12% 7% 10% 9%; }
  .areaHero__eyebrow,
  .areaSection__eyebrow { font-size: 1rem; letter-spacing: .14em; }
  .areaHero h1 { margin-top: 12px; font-size: 2.55rem; line-height: 1.5; }
  .areaHero__lead { margin-top: 18px !important; font-size: 1.35rem; }
  .areaHero__facts { gap: 12px 22px; margin-top: 22px !important; padding-top: 19px !important; }
  .areaHero__facts li { font-size: 1.1rem; }
  .areaHero__facts strong { font-size: 1.9rem; }
  .areaHero__visual { min-height: 58vw; order: 2; }
  .areaHero__visual:after { background: linear-gradient(180deg, rgba(23, 23, 20, .25), transparent 35%); }
  .areaJump { grid-template-columns: repeat(2, 1fr); margin-top: 0; border-right: 0; border-left: 0; }
  .areaJump a { min-height: 58px; padding: 10px 28px 10px 12px; font-size: 1.15rem; }
  .areaJump a + a { border-left: 1px solid rgba(255, 255, 255, .14); }
  .areaJump a:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, .14); }
  .areaJump a:nth-child(odd) { border-left: 0; }
  .areaJump a:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .areaJump a:after { right: 14px; }
  .areaSection { margin-top: 17%; padding-right: 6%; padding-left: 6%; scroll-margin-top: 78px; }
  .areaSection.areaGuide,
  .areaSection#faq,
  .areaSection.areaRelated,
  .areaSection.areaCta { margin-top: 12%; }
  .areaSection__head { margin-bottom: 9%; }
  .areaSection__title { margin-top: 9px; font-size: 2.45rem; line-height: 1.6; }
  .areaSection__lead { margin-top: 13px !important; font-size: 1.3rem; }
  .areaSection__head:after { width: 36px; height: 2px; margin-top: 20px; }
  .areaIntro { display: block; }
  .areaIntro__copy h2 { font-size: 2.3rem; }
  .areaIntro__copy p { margin-top: 18px !important; font-size: 1.35rem; }
  .areaIntro__summary { margin-top: 30px; }
  .areaIntro__summary li { grid-template-columns: 92px 1fr; padding: 15px 16px; font-size: 1.25rem; }
  .areaChooser { display: block; }
  .areaChooser article { padding: 28px 22px 30px; }
  .areaChooser article + article { border-top: 1px solid var(--area-line); border-left: 0; }
  .areaChooser h3 { font-size: 2rem; }
  .areaChooser p { font-size: 1.3rem; }
  .facilityBlock + .facilityBlock { margin-top: 13%; }
  .facilityHead { display: block; margin-right: -6.8%; margin-left: -6.8%; padding: 22px 7%; border-left-width: 5px; }
  .facilityHead h3 { font-size: 2.25rem; }
  .facilityHead__meta { justify-content: flex-start; margin-top: 15px !important; }
  .roomGrid { grid-template-columns: 1fr; gap: 18px; }
  .roomCard__body { padding: 21px 19px; }
  .roomCard h4 { font-size: 1.9rem; }
  .roomCard__desc { font-size: 1.25rem; }
  .roomListNote { font-size: 1.05rem; text-align: left; }
  .areaFeatures { margin-right: 0; margin-left: 0; padding: 14% 6% 13%; }
  .areaFeatures__grid { grid-template-columns: 1fr; }
  .areaFeatures__grid article { padding: 26px 23px; }
  .areaFeatures__grid article + article { border-top: 1px solid rgba(255, 255, 255, .15); border-left: 0; }
  .areaFeatures h3 { font-size: 1.85rem; }
  .areaFeatures p { font-size: 1.25rem; }
  .areaGuide__grid { grid-template-columns: 1fr; gap: 31px; }
  .areaGuide h3 { font-size: 1.85rem; }
  .areaGuide p { font-size: 1.3rem; }
  .areaFaq summary { gap: 12px; padding: 20px 48px 20px 16px; font-size: 1.35rem; }
  .areaFaq summary:after { top: 18px; right: 17px; }
  .areaFaq__answer { gap: 12px; padding: 0 18px 22px 16px; }
  .areaFaq__answer p { font-size: 1.25rem; }
  .areaRelated { display: block; }
  .areaRelated__head { padding: 28px 23px; border-right: 0; border-bottom: 1px solid var(--area-line); }
  .areaRelated__head h2 { font-size: 2.1rem; }
  .areaRelated__links { grid-template-columns: 1fr; }
  .areaRelated__links a,
  .areaRelated__links a:nth-child(odd),
  .areaRelated__links a:nth-last-child(-n+2) { min-height: 64px; border-right: 0; border-bottom: 1px solid var(--area-line); font-size: 1.25rem; }
  .areaRelated__links a:last-child { border-bottom: 0; }
  .areaCta { display: block; padding: 33px 23px 29px; }
  .areaCta h2 { font-size: 2.15rem; }
  .areaCta p { font-size: 1.2rem; }
  .areaCta__buttons { display: grid; grid-template-columns: 1fr; margin-top: 24px; }
  .areaCta__buttons a { min-width: 0; min-height: 52px; font-size: 1.25rem; }
  .tokyoAreaEntry { width: 100%; padding: 12% 7%; border-left-width: 5px; }
  .tokyoAreaEntry h2 { font-size: 2.35rem; }
  .tokyoAreaEntry__lead { font-size: 1.25rem; }
  .tokyoAreaEntry__links { grid-template-columns: 1fr; gap: 10px; margin-top: 25px; }
  .tokyoAreaEntry__links a { min-height: 68px; padding: 14px 42px 14px 17px; font-size: 1.4rem; }
  .tokyoAreaEntry__links a span { margin-left: 10px; font-size: 1.05rem; }
}
