.hotel-site {
  color-scheme: light;
  --paper: #f7f5ef;
  --ink: #26342e;
  --muted: #596760;
  --line: #d5dcd2;
  --soft: #e9eee6;
  --accent: #203f38;
  --on-accent: #fff;
  --danger: #a52f32;
  --serif: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif CJK JP", serif;
  --gutter: clamp(24px, 5vw, 80px);
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
html { scroll-behavior: smooth; }
.hotel-site :focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.hotel-site img { display: block; max-width: 100%; }
.hotel-site svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.hotel-site h1, .hotel-site h2 { font-family: var(--serif); color: var(--accent); font-weight: 500; letter-spacing: .015em; }
.hotel-site h2 { font-size: clamp(30px, 3.5vw, 48px); line-height: 1.55; margin: 0 0 22px; }
.hotel-site p { line-height: 1.9; }
.hotel-container { width: min(100% - var(--gutter) * 2, 1376px); margin-inline: auto; }
.hotel-site .demo-notice { min-height: 38px; padding: 9px 20px; background: #e2e7df; text-align: center; font-size: 12px; line-height: 1.6; }
.demo-notice span { display: inline-block; }
.hotel-site .hotel-header { max-width: none; min-height: 105px; padding: 22px var(--gutter); border: 0; gap: 30px; }
.hotel-brand { display: inline-flex; align-items: center; gap: 20px; text-decoration: none; color: var(--accent); flex-shrink: 0; }
.hotel-wordmark { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 26px; letter-spacing: .2em; white-space: nowrap; }
.hotel-brand-ja { display: block; font-size: 10px; letter-spacing: .45em; margin-top: 0; }
.hotel-header nav { align-items: center; gap: clamp(24px, 3vw, 48px); }
.hotel-header nav > a { color: var(--accent); text-decoration: none; font-size: 16px; }
.hotel-header nav > a:hover:not(.primary) { text-decoration: underline; }
.hotel-site .primary, .hotel-site .secondary { border-radius: 2px; font-size: 16px; min-height: 50px; padding: 13px 22px; transition: background-color .18s, border-color .18s; }
.hotel-site .primary:hover:not(:disabled) { background: #31574c; border-color: #31574c; }
.hotel-site .hotel-button { gap: 20px; color: var(--on-accent); }
.hotel-header .hotel-button { min-height: 54px; padding: 14px 27px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; width: fit-content; padding-block: 5px; border-bottom: 1px solid currentColor; text-decoration: none; font-size: 15px; }
.text-link:hover { color: #507064; }
.hotel-hero { display: grid; grid-template-columns: 37.5% 62.5%; min-height: 570px; height: clamp(570px, 45vw, 720px); }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 55px 32px 55px var(--gutter); }
.hotel-site .hero-copy h1 { font-size: clamp(32px, 3.2vw, 52px); line-height: 1.65; margin: 0 0 29px; white-space: nowrap; }
.hero-copy p { font-size: clamp(14px, 1.35vw, 19px); margin: 0 0 40px; line-height: 1.9; }
.hotel-site .hero-action { margin-bottom: 27px; min-height: 59px; min-width: min(100%, 270px); padding-inline: 28px; font-size: 18px; }
.hero-photo { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: 50% 50%; }
.hotel-rooms { display: grid; grid-template-columns: 57% minmax(0, 1fr); gap: clamp(32px, 4vw, 64px); align-items: center; padding-block: 108px 85px; scroll-margin-top: 30px; }
.room-photo { margin: 0; }
.room-photo img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.room-copy h3 { font-size: 18px; font-weight: 500; margin-block: 27px 18px; }
.room-copy p { font-size: 15px; margin-block: 0 15px; }
.room-detail { margin-block: 24px; padding-top: 22px; border-top: 1px solid #87988c; }
.room-detail p { font-size: 14px; }
.hotel-guide { padding-block: 24px 110px; scroll-margin-top: 30px; }
.hotel-guide h2 { margin-bottom: 4px; }
.section-intro { font-size: 18px; margin-block: 0 28px; }
.guide-list { border-top: 1px solid #8e9f93; margin-block: 32px 20px; }
.guide-row { display: grid; grid-template-columns: minmax(130px, 20%) 1fr 112px; align-items: start; gap: 28px; padding-block: 30px; border-bottom: 1px solid #aeb9ad; }
.guide-row dt { font-family: var(--serif); font-size: 24px; font-weight: 600; color: var(--accent); padding-top: 1px; }
.guide-row dd { margin: 0; }
.guide-description p { font-size: 15px; margin: 0; line-height: 1.9; }
.guide-description p + p { margin-top: 7px; }
.guide-more .text-link { white-space: nowrap; font-size: 14px; gap: 10px; }
.guide-footnote { font-size: 14px; color: var(--muted); }
.hotel-site .hotel-footer { max-width: none; padding: 34px var(--gutter); display: flex; justify-content: space-between; align-items: center; gap: 28px; border-color: #bac5b9; }
.hotel-footer .hotel-wordmark { font-size: 23px; }
.hotel-footer nav { justify-content: flex-end; align-items: center; gap: 28px; }
.hotel-footer nav a { font-size: 13px; }
.hotel-footer p { font-size: 12px; margin: 10px 0 0; text-align: right; }
.hotel-site .skip-link { position: absolute; top: -100px; left: 16px; z-index: 20; background: var(--paper); border: 1px solid var(--accent); padding: 12px 16px; }
.hotel-site .skip-link:focus { top: 12px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.hotel-site .qa-item { scroll-margin-top: 28px; }
.hotel-site .qa-item summary { font-size: 16px; padding-block: 14px; }
.hotel-site .qa-item:target { border-color: var(--accent); }
.hotel-site .faq-shell { padding-block: 52px 90px; }
.hotel-site .faq-shell h1 { font-size: clamp(30px, 4vw, 43px); }
.hotel-site .faq-shell h2 { font-family: inherit; font-size: 22px; margin-top: 38px; }

@media (min-width: 1800px) {
  .hotel-hero { max-width: 1800px; margin-inline: auto; }
}
@media (max-width: 1100px) {
  .hotel-header nav { gap: 20px; }
  .hotel-header nav > a { font-size: 14px; }
  .hotel-header .hotel-button { padding-inline: 18px; }
  .hotel-brand { gap: 13px; }
  .hotel-wordmark { font-size: 23px; }
  .hotel-site .hero-action { font-size: 14px; padding-inline: 19px; gap: 13px; }
  .hotel-hero { grid-template-columns: 42% 58%; }
  .hotel-rooms { grid-template-columns: 53% minmax(0, 1fr); }
  .room-copy p { font-size: 14px; }
}
@media (max-width: 800px) {
  .hotel-site .hotel-header { gap: 20px; padding-block: 20px; }
  .hotel-header nav { width: 100%; justify-content: space-between; gap: 14px; }
  .hotel-header nav > a { font-size: 13px; min-height: 44px; display: inline-flex; align-items: center; }
  .hotel-header .hotel-button { min-height: 44px; padding: 9px 13px; gap: 10px; font-size: 13px; }
  .hotel-site .hotel-header .hotel-button svg { width: 17px; height: 17px; }
  .hotel-brand img { width: 34px; height: 34px; }
  .hotel-hero { display: flex; flex-direction: column; height: auto; min-height: 0; }
  .hero-copy { padding: 34px var(--gutter) 40px; }
  .hotel-site .hero-copy h1 { font-size: clamp(30px, 6.3vw, 46px); line-height: 1.65; margin-bottom: 21px; }
  .hero-copy p { font-size: 15px; margin-bottom: 26px; }
  .hotel-site .hero-action { min-height: 52px; font-size: 15px; padding-inline: 22px; margin-bottom: 16px; }
  .hero-photo { height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
  .hotel-rooms { grid-template-columns: 1fr; padding-block: 64px 52px; gap: 29px; }
  .room-copy h2 { font-size: 32px; }
  .room-copy h3 { margin-top: 23px; }
  .room-copy p { font-size: 15px; }
  .room-detail { margin-block: 20px; }
  .hotel-guide { padding-block: 10px 58px; }
  .section-intro { font-size: 16px; }
  .guide-row { grid-template-columns: 1fr auto; gap: 12px 20px; padding-block: 22px; }
  .guide-row dt { font-size: 22px; }
  .guide-description { grid-column: 1 / -1; grid-row: 2; }
  .guide-more { grid-column: 2; grid-row: 1; }
  .guide-more .text-link { font-size: 13px; }
  .hotel-site .hotel-footer { flex-direction: column; align-items: flex-start; padding-block: 27px; }
  .hotel-footer nav { justify-content: flex-start; gap: 20px; }
  .hotel-footer p { text-align: left; }
}
@media (max-width: 380px) {
  .hotel-header nav { gap: 8px; }
  .hotel-header .hotel-button { padding-inline: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hotel-site .primary, .hotel-site .secondary { transition: none; }
}
