/* =====================================================
 * sunwest.css — サンウエストホテル佐世保 専用追加スタイル
 * V1 dark teal トーン継続。共通は style.css。
 * ===================================================== */

:root {
  --sw-teal: #1B3A3F;
  --sw-teal-soft: rgba(27, 58, 63, 0.85);
  --sw-gold: #C5A572;
  --sw-bg-soft: #F6F3EE;
  --sw-border: rgba(27, 58, 63, 0.12);
}

/* ---------- Hero タイトル: 長い「サンウエストホテル佐世保」用調整 ---------- */
.hero__copy { max-width: 920px; }
.hero__title {
  font-size: 56px;
  letter-spacing: 0.10em;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .hero__title {
    font-size: 36px;
    white-space: normal;
  }
  .hero__copy { max-width: 90%; }
}
@media (max-width: 560px) {
  .hero__title { font-size: 30px; }
}

/* ---------- 左寄せ見出しバリエーション ---------- */
.section-heading--left { text-align: left; }
.section-rule--left { margin-left: 0; margin-right: auto; }

/* ---------- CTA ボタンリンク ---------- */
.cta-link {
  display: inline-block;
  padding: 14px 28px;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: 1px solid var(--sw-teal);
  transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.cta-link--primary {
  background: var(--sw-teal);
  color: #fff;
}
.cta-link--primary:hover { opacity: 0.85; }
.cta-link--ghost {
  background: transparent;
  color: var(--sw-teal);
}
.cta-link--ghost:hover {
  background: var(--sw-teal);
  color: #fff;
}

/* =====================================================
 * Section 03: Breakfast
 * ===================================================== */
.breakfast {
  padding: 96px 24px 80px;
  background: #fff;
}
.breakfast__head {
  text-align: center;
  margin-bottom: 56px;
}
.breakfast__body {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: center;
}
.breakfast__photo {
  margin: 0;
  position: relative;
}
.breakfast__photo img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
}
.breakfast__caption {
  position: absolute;
  bottom: -14px;
  left: 16px;
  background: #fff;
  padding: 4px 14px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--sw-teal);
}
.breakfast__text p {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  line-height: 2.05;
  color: var(--sw-teal);
  margin: 0 0 18px;
}
.breakfast__sub-info {
  margin-top: 24px !important;
  padding-top: 24px;
  border-top: 1px solid var(--sw-border);
  font-size: 13.5px !important;
  color: var(--sw-teal-soft) !important;
}
.breakfast__ctas {
  margin-top: 32px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* =====================================================
 * Section 04: Location
 * ===================================================== */
.location {
  padding: 80px 24px;
  background: var(--sw-bg-soft);
}
.location__inner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: center;
}
.location__photo {
  margin: 0;
  position: relative;
}
.location__photo img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}
.location__caption {
  position: absolute;
  bottom: -14px;
  right: 16px;
  background: var(--sw-bg-soft);
  padding: 4px 14px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--sw-teal);
}
.location__text p {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  line-height: 2.05;
  color: var(--sw-teal);
  margin: 0 0 18px;
}
.location__text .cta-link {
  margin-top: 24px;
}
.location__text .section-label {
  text-align: left;
  margin-left: 0;
}

/* =====================================================
 * Section 05: Hub (Business / Tourism)
 * ===================================================== */
.hub {
  padding: 96px 24px 80px;
  background: #fff;
}
.hub__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
}
.hub__text p {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  line-height: 2.05;
  color: var(--sw-teal);
  margin: 18px 0 0;
}
.hub__photo {
  margin: 0;
}
.hub__photo img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

/* =====================================================
 * Section 06: Stay band (full-width)
 * ===================================================== */
.stay-band {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 96px 24px;
  overflow: hidden;
  color: #fff;
}
.stay-band__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.stay-band__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.stay-band__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 58, 63, 0.7) 0%, rgba(27, 58, 63, 0.85) 100%);
}
.stay-band__copy {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 760px;
  color: #fff;
}
.stay-band__en {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.18em;
  margin: 0 0 12px;
  opacity: 0.9;
}
.stay-band__heading {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.55;
  letter-spacing: 0.08em;
  margin: 0 0 18px;
  color: #fff;
}
.stay-band__rule {
  display: inline-block;
  width: 56px;
  height: 1px;
  background: var(--sw-gold);
  margin: 0 0 28px;
}
.stay-band__copy p {
  font-family: 'Noto Serif JP', serif;
  font-size: 14.5px;
  line-height: 2.05;
  margin: 0 0 14px;
  color: #fff;
  opacity: 0.95;
}

/* =====================================================
 * Section 07: Rooms
 * ===================================================== */
.rooms {
  padding: 96px 24px 64px;
  background: #fff;
}
.rooms__head {
  text-align: center;
  margin-bottom: 56px;
}
.rooms__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 36px 28px;
  max-width: 1180px;
  margin: 0 auto;
}
.room-card {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.room-card__photo {
  margin: 0 0 18px;
  position: relative;
  overflow: hidden;
}
.room-card__photo img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.room-card:hover .room-card__photo img { transform: scale(1.04); }
.room-card__en {
  position: absolute;
  bottom: 12px;
  left: 14px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}
.room-card__name {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: var(--sw-teal);
  margin: 0 0 8px;
}
.room-card__spec {
  font-family: 'Noto Serif JP', serif;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--sw-gold);
  margin: 0 0 10px;
}
.room-card__body {
  font-family: 'Noto Serif JP', serif;
  font-size: 13.5px;
  line-height: 1.95;
  color: var(--sw-teal);
  margin: 0;
}
.rooms__cta,
.facilities__cta {
  margin: 56px auto 0;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* =====================================================
 * Section 08: Facilities
 * ===================================================== */
.facilities {
  padding: 80px 24px 64px;
  background: var(--sw-bg-soft);
}
.facilities__head {
  text-align: center;
  margin-bottom: 56px;
}
.facilities__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 36px 28px;
  max-width: 1100px;
  margin: 0 auto;
}
.facility-card {
  background: #fff;
  padding: 0 0 24px;
  display: flex;
  flex-direction: column;
}
.facility-card__photo {
  margin: 0 0 18px;
  position: relative;
  overflow: hidden;
}
.facility-card__photo img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.facility-card__en {
  position: absolute;
  bottom: 12px;
  left: 14px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}
.facility-card__name {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.08em;
  color: var(--sw-teal);
  margin: 0 18px 8px;
}
.facility-card__body {
  font-family: 'Noto Serif JP', serif;
  font-size: 13.5px;
  line-height: 1.9;
  color: var(--sw-teal);
  margin: 0 18px;
}

/* =====================================================
 * Utility top bar (グループ / 予約確認 / お問い合わせ / 新着 / 言語)
 * ===================================================== */
.util-bar {
  background: #0F2528;
  color: #D9D2C2;
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.util-bar__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.util-bar__links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.util-bar__link {
  color: #D9D2C2;
  text-decoration: none;
  transition: color 0.2s ease;
}
.util-bar__link:hover { color: #fff; text-decoration: underline; }
.util-bar .gtranslate_wrapper {
  display: inline-block;
}
.util-bar .gt_selector,
.util-bar select {
  background: transparent;
  color: #D9D2C2;
  border: 1px solid rgba(217, 210, 194, 0.35);
  padding: 4px 10px;
  font-family: inherit;
  font-size: 11.5px;
}
@media (max-width: 700px) {
  .util-bar__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 16px;
  }
  .util-bar__links {
    gap: 14px;
    font-size: 11.5px;
  }
}

/* =====================================================
 * Header: ホテル名サブラベル + 予約ボタン
 * ===================================================== */
.site-header__inner {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-header__logo {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}
.site-header__hotel-name {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
  padding-left: 16px;
  white-space: nowrap;
}
.site-header__reserve {
  display: inline-block;
  background: var(--sw-gold);
  color: var(--sw-teal);
  padding: 11px 28px;
  font-family: 'Noto Serif JP', serif;
  font-size: 13.5px;
  letter-spacing: 0.12em;
  text-decoration: none;
  border: none;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.site-header__reserve:hover { opacity: 0.85; }
@media (max-width: 700px) {
  .site-header__hotel-name {
    display: none;
  }
  .site-header__reserve {
    padding: 8px 16px;
    font-size: 11.5px;
  }
}

/* =====================================================
 * Vacancy 帯 (Hero 直下、公式と同じ独立帯)
 * ===================================================== */
.vacancy-band {
  background: var(--sw-teal);
  color: #fff;
  padding: 24px 24px 12px;
}
.vacancy-band__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.vacancy-band__notice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding-right: 24px;
  border-right: 1px solid rgba(217, 210, 194, 0.3);
  flex-shrink: 0;
}
.vacancy-band__notice-en {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--sw-gold);
  margin: 0;
}
.vacancy-band__notice-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin: 0;
  color: #fff;
}
.vacancy-band__form {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  flex: 1;
  min-width: 0;
}
.vacancy-band__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.vacancy-band__field label {
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.92);
}
.vacancy-band__field--check {
  align-self: flex-end;
}
.vacancy-band__field--check label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  white-space: nowrap;
}
.vacancy-band__field--check input[type="checkbox"] {
  width: 14px;
  height: 14px;
  accent-color: var(--sw-gold);
}
.vacancy-band__date-row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.vacancy-band__date-sep {
  color: rgba(255, 255, 255, 0.7);
}
.vacancy-band__form input[type="date"],
.vacancy-band__form select {
  background: #fff;
  border: 1px solid var(--sw-border);
  padding: 8px 10px;
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  color: var(--sw-teal);
  min-height: 36px;
  min-width: 130px;
}
.vacancy-band__form select { min-width: 84px; }
.vacancy-band__submit {
  background: var(--sw-gold);
  color: var(--sw-teal);
  border: none;
  padding: 10px 28px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  cursor: pointer;
  min-height: 36px;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.vacancy-band__submit:hover { opacity: 0.85; }
.vacancy-band__cancel {
  margin: 12px 0 0;
  text-align: center;
}
.vacancy-band__cancel a {
  color: rgba(217, 210, 194, 0.92);
  text-decoration: none;
  font-family: 'Noto Serif JP', serif;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  transition: opacity 0.2s ease;
}
.vacancy-band__cancel a:hover { color: #fff; opacity: 1; text-decoration: underline; }

@media (max-width: 1000px) {
  .vacancy-band__inner {
    gap: 18px;
    justify-content: center;
  }
  .vacancy-band__notice {
    border-right: none;
    padding-right: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(217, 210, 194, 0.3);
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .vacancy-band__form { justify-content: center; }
}
@media (max-width: 560px) {
  .vacancy-band {
    padding: 18px 14px 10px;
  }
  .vacancy-band__form {
    gap: 12px;
  }
  .vacancy-band__field { flex: 1 1 100%; }
  .vacancy-band__field--check { flex: 1 1 100%; }
  .vacancy-band__form input[type="date"],
  .vacancy-band__form select { min-width: 100%; width: 100%; }
  .vacancy-band__submit { width: 100%; padding: 12px 24px; font-size: 14.5px; }
  .vacancy-band__date-row { width: 100%; }
  .vacancy-band__date-row input[type="date"] { flex: 1; min-width: 0; }
}

/* =====================================================
 * Facilities 1-枚レイアウト (公式準拠)
 * ===================================================== */
.facilities__solo {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
}
.facilities__photo {
  margin: 0;
  position: relative;
}
.facilities__photo img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}
.facilities__caption {
  position: absolute;
  bottom: -14px;
  left: 16px;
  background: var(--sw-bg-soft);
  padding: 4px 14px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--sw-teal);
}
.facilities__text p {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  line-height: 2.05;
  color: var(--sw-teal);
  margin: 0 0 18px;
}
.facilities__text .cta-link { margin-top: 12px; }
@media (max-width: 900px) {
  .facilities__solo {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .facilities__photo img { height: 260px; }
}

/* =====================================================
 * Plan card 条件箇条書き
 * ===================================================== */
.plan-card__terms {
  list-style: none;
  padding: 0;
  margin: 14px 0 18px;
  font-family: 'Noto Serif JP', serif;
  font-size: 12.5px;
  line-height: 1.85;
  color: var(--sw-teal);
}
.plan-card__terms li {
  padding-left: 0;
}
.plan-card__name {
  min-height: 3.2em;
  font-size: 15.5px !important;
  line-height: 1.55 !important;
}

/* =====================================================
 * 左寄せ section-sub
 * ===================================================== */
.section-sub--left {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

/* =====================================================
 * Footer 拡張 (住所 + utility nav)
 * ===================================================== */
.site-footer__hotel {
  margin: 12px 0 16px;
  text-align: center;
  color: #D9D2C2;
}
.site-footer__hotel p {
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  line-height: 1.85;
  margin: 0 0 4px;
  letter-spacing: 0.05em;
}
.site-footer__hotel-name {
  font-size: 16px !important;
  letter-spacing: 0.12em !important;
  margin-bottom: 8px !important;
}
.site-footer__hotel-tel a {
  color: inherit;
  text-decoration: none;
}
.site-footer__nav {
  list-style: none;
  padding: 0;
  margin: 18px 0 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
}
.site-footer__nav li {
  position: relative;
}
.site-footer__nav li + li::before {
  content: '/';
  position: absolute;
  left: -14px;
  color: rgba(217, 210, 194, 0.35);
}
.site-footer__nav a {
  font-family: 'Noto Serif JP', serif;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: #D9D2C2;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.site-footer__nav a:hover { opacity: 0.7; text-decoration: underline; }
@media (max-width: 700px) {
  .site-footer__nav { gap: 8px 18px; }
  .site-footer__nav li + li::before { left: -10px; }
}

/* =====================================================
 * レスポンシブ
 * ===================================================== */
@media (max-width: 900px) {
  .breakfast,
  .location,
  .hub {
    padding: 64px 20px;
  }
  .breakfast__body,
  .location__inner,
  .hub__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .breakfast__photo img,
  .location__photo img {
    height: 280px;
  }
  .hub__photo img { height: 260px; }
  .stay-band {
    min-height: 360px;
    padding: 64px 20px;
  }
  .stay-band__heading {
    font-size: 22px;
  }
  .rooms,
  .facilities {
    padding: 64px 20px;
  }
  .room-card__photo img,
  .facility-card__photo img {
    height: 200px;
  }
  .rooms__cta,
  .facilities__cta {
    flex-direction: column;
    align-items: stretch;
  }
  .cta-link {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .breakfast__photo img,
  .location__photo img {
    height: 220px;
  }
  .stay-band__heading {
    font-size: 19px;
  }
}

/* =====================================================
 * Subpage / News / Contact 共通追加スタイル
 * ===================================================== */

/* ---------- Page hero (サブページ共通の小さい hero) ---------- */
.page-hero {
  position: relative;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--sw-teal);
}
.page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.55;
}
.page-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 58, 63, 0.55) 0%, rgba(27, 58, 63, 0.75) 100%);
}
.page-hero__copy {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}
.page-hero__en {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.18em;
  margin: 0 0 10px;
  opacity: 0.92;
}
.page-hero__title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.16em;
  margin: 0;
  color: #fff;
}
.page-hero__rule {
  display: inline-block;
  width: 56px;
  height: 1px;
  background: var(--sw-gold);
  margin: 18px auto 0;
}
@media (max-width: 560px) {
  .page-hero { height: 240px; }
  .page-hero__title { font-size: 22px; }
}

/* ---------- Page nav (サブページのページ内タブ) ---------- */
.page-nav {
  background: #fff;
  border-bottom: 1px solid var(--sw-border);
}
.page-nav__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  justify-content: center;
}
.page-nav a {
  font-family: 'Noto Serif JP', serif;
  font-size: 13.5px;
  letter-spacing: 0.08em;
  color: var(--sw-teal);
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.page-nav a:hover { border-bottom-color: var(--sw-gold); }

/* ---------- Page section common ---------- */
.page-section {
  padding: 80px 24px;
  background: #fff;
}
.page-section--soft { background: var(--sw-bg-soft); }
.page-section__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.page-section__head {
  text-align: center;
  margin-bottom: 48px;
}

/* ---------- Room detail block ---------- */
.room-detail {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 72px;
}
.room-detail:nth-child(even) {
  grid-template-columns: 0.95fr 1.05fr;
}
.room-detail:nth-child(even) .room-detail__photo {
  order: 2;
}
.room-detail__photo {
  margin: 0;
  position: relative;
}
.room-detail__photo img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}
.room-detail__caption {
  position: absolute;
  bottom: -14px;
  left: 16px;
  background: #fff;
  padding: 4px 14px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: var(--sw-teal);
}
.room-detail__name {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: var(--sw-teal);
  margin: 0 0 10px;
}
.room-detail__rule {
  display: inline-block;
  width: 48px;
  height: 1px;
  background: var(--sw-gold);
  margin: 0 0 18px;
}
.room-detail__body {
  font-family: 'Noto Serif JP', serif;
  font-size: 14.5px;
  line-height: 2.05;
  color: var(--sw-teal);
  white-space: pre-line;
  margin: 0 0 22px;
}
.room-detail__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 900px) {
  .room-detail,
  .room-detail:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 52px;
  }
  .room-detail:nth-child(even) .room-detail__photo { order: 0; }
  .room-detail__photo img { height: 260px; }
}

/* ---------- Amenity list ---------- */
.amenity {
  background: var(--sw-bg-soft);
  padding: 56px 32px;
  margin-top: 56px;
}
.amenity__heading {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.12em;
  color: var(--sw-teal);
  text-align: center;
  margin: 0 0 28px;
}
.amenity__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px 24px;
  max-width: 880px;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  font-size: 13.5px;
  color: var(--sw-teal);
}
.amenity__grid li { list-style: none; padding-left: 14px; position: relative; }
.amenity__grid li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 6px;
  height: 1px;
  background: var(--sw-gold);
}

/* ---------- Generic prose block ---------- */
.prose {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  line-height: 2.05;
  color: var(--sw-teal);
}
.prose p { margin: 0 0 18px; white-space: pre-line; }

/* ---------- Info grid (営業時間表など) ---------- */
.info-grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px 24px;
  font-family: 'Noto Serif JP', serif;
  font-size: 14.5px;
  color: var(--sw-teal);
  border-top: 1px solid var(--sw-border);
  padding-top: 20px;
}
.info-grid dt {
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--sw-teal);
}
.info-grid dd {
  margin: 0 0 8px;
  white-space: pre-line;
  line-height: 1.9;
}
@media (max-width: 700px) {
  .info-grid { grid-template-columns: 1fr; gap: 4px 0; }
  .info-grid dt { margin-top: 14px; color: var(--sw-gold); }
}

/* ---------- Two-col split ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.split__photo { margin: 0; }
.split__photo img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}
.split--reverse .split__photo { order: 2; }
@media (max-width: 900px) {
  .split,
  .split--reverse { grid-template-columns: 1fr; gap: 28px; }
  .split--reverse .split__photo { order: 0; }
  .split__photo img { height: 260px; }
}

/* ---------- Tile gallery ---------- */
.tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}
.tile-grid figure { margin: 0; }
.tile-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.tile-grid figcaption {
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  color: var(--sw-teal);
  margin-top: 8px;
  letter-spacing: 0.05em;
}

/* ---------- Plan list (subpage) ---------- */
.plan-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
}
.plan-list__card {
  background: #fff;
  border: 1px solid var(--sw-border);
  padding: 22px;
}
.plan-list__name {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--sw-teal);
  margin: 0 0 12px;
  line-height: 1.6;
}
.plan-list__terms {
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  line-height: 1.85;
  color: var(--sw-teal);
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.plan-list__terms li { margin-bottom: 4px; }

/* ---------- Contact form ---------- */
.contact-form {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}
.contact-form__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 12px 18px;
  align-items: start;
}
.contact-form__label {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--sw-teal);
  font-weight: 500;
  padding-top: 10px;
}
.contact-form__required {
  display: inline-block;
  background: var(--sw-gold);
  color: #fff;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  padding: 2px 7px;
  margin-left: 8px;
  vertical-align: middle;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-family: 'Noto Serif JP', serif;
  font-size: 14.5px;
  color: var(--sw-teal);
  border: 1px solid var(--sw-border);
  background: #fff;
  border-radius: 0;
  box-sizing: border-box;
}
.contact-form textarea { resize: vertical; min-height: 160px; }
.contact-form__submit {
  text-align: center;
  margin-top: 14px;
}
.contact-form__submit button {
  display: inline-block;
  background: var(--sw-teal);
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  padding: 16px 56px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.contact-form__submit button:hover { opacity: 0.85; }
@media (max-width: 700px) {
  .contact-form__row { grid-template-columns: 1fr; gap: 6px; }
  .contact-form__label { padding-top: 0; }
}

/* ---------- News list (一覧ページ) ---------- */
.news-list {
  list-style: none;
  padding: 0;
  margin: 0 0 56px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.news-list__item {
  display: grid;
  grid-template-columns: 120px 200px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--sw-border);
  align-items: baseline;
}
.news-list__date {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: var(--sw-gold);
}
.news-list__cat {
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--sw-teal);
  border: 1px solid var(--sw-border);
  padding: 3px 10px;
  display: inline-block;
  text-align: center;
}
.news-list__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: var(--sw-teal);
  text-decoration: none;
  line-height: 1.7;
  transition: color 0.2s ease;
}
.news-list__title:hover { color: var(--sw-gold); }
@media (max-width: 700px) {
  .news-list__item {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px 0;
  }
}

/* ---------- News article body ---------- */
.article {
  max-width: 800px;
  margin: 0 auto;
}
.article__meta {
  display: flex;
  gap: 14px;
  align-items: baseline;
  margin-bottom: 18px;
}
.article__date {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  color: var(--sw-gold);
  letter-spacing: 0.08em;
}
.article__cat {
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--sw-teal);
  border: 1px solid var(--sw-border);
  padding: 3px 10px;
}
.article__title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: var(--sw-teal);
  line-height: 1.55;
  margin: 0 0 16px;
}
.article__rule {
  display: block;
  width: 48px;
  height: 1px;
  background: var(--sw-gold);
  margin: 0 0 30px;
}
.article__body {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  line-height: 2.05;
  color: var(--sw-teal);
  margin-bottom: 48px;
}
.article__body p { margin: 0 0 16px; white-space: pre-line; }
.article__body a { color: var(--sw-gold); }
.article__back {
  text-align: center;
}

/* ---------- Map embed ---------- */
.map-embed {
  width: 100%;
  border: 1px solid var(--sw-border);
}
.map-embed iframe {
  width: 100%;
  height: 380px;
  display: block;
  border: 0;
}

/* ---------- Access guide block ---------- */
.access-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
  margin-top: 28px;
}
.access-list__item {
  border-left: 2px solid var(--sw-gold);
  padding: 6px 0 6px 16px;
  font-family: 'Noto Serif JP', serif;
  color: var(--sw-teal);
}
.access-list__label {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--sw-gold);
  margin: 0 0 4px;
}
.access-list__body {
  font-size: 14.5px;
  line-height: 1.85;
  margin: 0;
  white-space: pre-line;
}

/* ---------- Around / sightseeing tiles ---------- */
.around {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 28px;
  margin-top: 32px;
}
.around__item { background: #fff; }
.around__item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.around__name {
  font-family: 'Noto Serif JP', serif;
  font-size: 15.5px;
  letter-spacing: 0.06em;
  color: var(--sw-teal);
  margin: 14px 0 6px;
}
.around__body {
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  line-height: 1.85;
  color: var(--sw-teal);
  margin: 0 0 8px;
}
.around__link {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--sw-gold);
  text-decoration: none;
}
.around__link:hover { text-decoration: underline; }

/* お問い合わせフォーム個情法対応 */
.form-note {
  margin: 0 0 24px;
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  padding: 12px 16px;
  background: #f9f6f0;
  border-left: 3px solid #C5A572;
}
.form-privacy-link {
  margin: 16px 0;
  font-size: 13px;
}
.form-privacy-link a {
  color: #1B3A3F;
  text-decoration: underline;
}
.form-agree {
  margin: 16px 0;
  font-size: 13px;
}
.form-agree label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.form-agree input { margin: 0; vertical-align: middle; }
.form-recaptcha-placeholder {
  display: inline-block;
  padding: 14px 24px;
  margin: 16px 0;
  background: #f5f5f5;
  border: 1px solid #ccc;
  color: #888;
  font-size: 13px;
  font-family: 'Noto Serif JP', serif;
}

/* ============================================================ */
/* Phase R2: 公式テキスト復元用 追加スタイル                       */
/* ============================================================ */

/* R2-5: 客室キャッチコピー */
.room-detail__catch {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.7;
  color: var(--sw-gold, #b89653);
  font-weight: 500;
  margin: 8px 0 16px;
  letter-spacing: 0.04em;
}

/* R2-3: 周辺観光 住所欄 */
.around__addr {
  font-size: 12px;
  color: #6a6a6a;
  margin: 4px 0 10px;
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
}

/* R2-6: アメニティ 3カテゴリ */
.amenity-categories {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 900px) {
  .amenity-categories {
    grid-template-columns: 1fr 1fr;
  }
  .amenity-categories__photo {
    grid-row: span 3;
  }
}
.amenity-categories__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
.amenity-cat {
  background: #fff;
  padding: 24px;
  border-left: 3px solid var(--sw-gold, #b89653);
}
.amenity-cat__name {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--sw-text, #1d2b30);
  margin: 0 0 12px;
  letter-spacing: 0.06em;
}

/* R2-8: 館内サービス 列挙 */
.in-house-list {
  list-style: none;
  padding-left: 0;
  margin: 16px 0 0;
}
.in-house-list li {
  padding: 8px 0 8px 24px;
  position: relative;
  border-bottom: 1px dashed #d8cfb8;
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
}
.in-house-list li::before {
  content: '◆';
  color: var(--sw-gold, #b89653);
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 12px;
}

/* R2-13: TOP カード住所 */
.hotel-card__addr,
.restaurant-card__addr {
  font-size: 13px;
  color: #6a6a6a;
  margin: 8px 0 4px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

/* R2-1: ターミナル プラン料金 */
.plan-card__price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 600;
  color: var(--sw-gold, #b89653);
  margin: 4px 0 12px;
  letter-spacing: 0.04em;
}

/* R2-14: ガーデンテラス hero subtitle */
.page-hero__sub {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.06em;
  margin: 12px 0 0;
  line-height: 1.8;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
@media (min-width: 700px) {
  .page-hero__sub { font-size: 17px; }
}

/* =====================================================
 * Phase R3 — UX 改善: モバイル/フィルタ/ハンバーガー
 * ===================================================== */

/* R3-4: 横スクロール解消 (応急処置 + 余白制御) */
html, body { overflow-x: hidden; max-width: 100%; }
img, picture, video { max-width: 100%; height: auto; }

/* R3-4: 装飾画像が viewport を超えないように */
@media (max-width: 768px) {
  .leaf-deco--right { right: 0 !important; max-width: 60px; }
  .leaf-deco--left  { left: 0 !important;  max-width: 60px; }
  .deco-band__img { max-width: 100%; }
  /* セクションのコンテナを viewport 内に強制 */
  section, header, footer, nav, .util-bar, .vacancy-band { max-width: 100vw; overflow-x: hidden; }
}

/* R3-4: ハンバーガーボタン (PC 非表示) */
.site-header__hamburger {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 8px;
  position: relative;
  margin-left: 8px;
  flex-shrink: 0;
}
.site-header__hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 5px auto;
  transition: transform 0.25s ease, opacity 0.25s ease;
  border-radius: 1px;
}
.site-header__hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header__hamburger.is-open span:nth-child(2) { opacity: 0; }
.site-header__hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* R3-4: ドロワーメニュー */
.site-header__menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(15, 37, 40, 0.98);
  padding: 16px 24px 24px;
  z-index: 999;
  border-top: 1px solid rgba(184, 150, 83, 0.3);
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.site-header__menu a {
  display: block;
  padding: 12px 0;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.site-header__menu a:last-child { border-bottom: 0; }
.site-header__menu a:hover { color: var(--sw-gold, #b89653); }
.site-header__menu.is-open { display: block; }
.site-header { position: relative; }

@media (max-width: 768px) {
  .site-header__hamburger { display: block; }
  .hero__nav { display: none; }
  .hero__bottom-bar {
    justify-content: center;
    padding: 12px 16px;
  }
  /* util-bar links wrap nicely */
  .util-bar__links {
    flex-wrap: wrap;
    gap: 10px 14px;
    font-size: 11px;
  }
  .util-bar__inner { padding: 8px 12px; }
  /* page-nav wraps */
  .page-nav__inner {
    flex-wrap: wrap;
    gap: 8px 14px !important;
  }
}

/* R3-1: ニュースフィルタ UI */
.news-filter {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 0 28px;
  padding: 18px 20px;
  background: #faf8f1;
  border-left: 3px solid var(--sw-gold, #b89653);
}
.news-filter__cat,
.news-filter__year {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.news-filter__year-label {
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  color: #6a6a6a;
  margin-right: 6px;
  letter-spacing: 0.06em;
}
.news-filter__chip {
  background: #fff;
  border: 1px solid #d8cfb8;
  color: var(--sw-text, #1d2b30);
  padding: 7px 14px;
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border-radius: 2px;
}
.news-filter__chip:hover {
  border-color: var(--sw-gold, #b89653);
  color: var(--sw-gold, #b89653);
}
.news-filter__chip.is-active {
  background: var(--sw-teal, #0F2528);
  color: #fff;
  border-color: var(--sw-teal, #0F2528);
}
.news-filter__chip--year.is-active {
  background: var(--sw-gold, #b89653);
  border-color: var(--sw-gold, #b89653);
  color: #fff;
}

/* R3-1: ページネーション */
.news-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 32px 0 0;
}
.news-pagination__current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: var(--sw-teal, #0F2528);
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 2px;
}

/* R3-2: 記事内の figure */
.article__figure {
  margin: 24px 0;
  text-align: center;
}
.article__figure img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 2px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

/* R3-6: PDF link inline style */
.article__body a {
  color: var(--sw-gold, #b89653);
  text-decoration: underline;
  font-weight: 500;
}
.article__body a:hover { opacity: 0.8; }

/* R3-6: カテゴリ複数表示 */
.article__cats {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
}
.article__cats .article__cat {
  display: inline-block;
}
