@charset "utf-8";

:root {
  --site-width: 1104px;
  --bg: #05070b;
  --panel: rgba(10, 13, 20, 0.94);
  --panel-soft: rgba(22, 26, 33, 0.88);
  --text: #ffffff;
  --muted: #c8ced8;
  --link: #7eb6d0;
  --accent: #d5db00;
  --accent-soft: #fff19d;
  --danger: #ff4b74;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
  --radius: 12px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: #000 url("../images/aboutbg.jpg") center top / auto 826px no-repeat fixed;
  color: var(--text);
  font-family: Arial, Verdana, "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; border: 0; }
figure { margin: 0; }
a { color: var(--link); text-decoration: none; }
a:hover, a:focus-visible { text-decoration: underline; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }

.skip-link {
  position: fixed;
  left: 12px;
  top: -80px;
  z-index: 9999;
  padding: 10px 16px;
  background: #fff;
  color: #000;
  border-radius: 0 0 8px 8px;
}
.skip-link:focus { top: 0; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-shell {
  width: min(100%, var(--site-width));
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.92);
  box-shadow: var(--shadow);
}
.site-hero { background: #05070c; }
.site-hero a { display: block; }
.site-hero img { width: 100%; aspect-ratio: 1104 / 492; object-fit: cover; }

.site-nav {
  position: relative;
  z-index: 50;
  min-height: 65px;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  background: #1b1b1b url("../images/about_04.jpg") center / cover no-repeat;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-toggle {
  display: none;
  margin: 9px 12px 9px auto;
  min-width: 48px;
  min-height: 46px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 8px;
  background: rgba(0,0,0,.45);
  cursor: pointer;
}
.nav-toggle__icon,
.nav-toggle__icon::before,
.nav-toggle__icon::after {
  display: block;
  width: 24px;
  height: 2px;
  margin: auto;
  background: #fff;
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
  content: "";
}
.nav-toggle__icon::before { transform: translateY(-7px); }
.nav-toggle__icon::after { transform: translateY(5px); }
.nav-toggle[aria-expanded="true"] .nav-toggle__icon { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__icon::before { transform: translateY(0) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__icon::after { transform: translateY(-2px) rotate(-45deg); }
.menu-list {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 0;
  margin: 0 8px 0 0;
  padding: 0;
  list-style: none;
}
.menu-list a {
  min-height: 65px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #fff;
  font-family: "DFKai-SB", "BiauKai", "Microsoft JhengHei", sans-serif;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transition: color .18s ease, background-color .18s ease;
}
.menu-label-zh {
  color: #fff;
  font-size: 19px;
  letter-spacing: .03em;
  text-shadow: 0 0 2px rgba(0,0,0,.75);
  transition: color .18s ease;
}
.menu-label-en {
  color: #8f0000;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .01em;
  transition: opacity .18s ease;
}
.menu-list a:hover,
.menu-list a:focus-visible,
.menu-list a.is-active {
  background: rgba(0,0,0,.16);
  text-decoration: none;
}
.menu-list a:hover .menu-label-zh,
.menu-list a:focus-visible .menu-label-zh,
.menu-list a.is-active .menu-label-zh { color: var(--accent); }
.menu-list a:hover .menu-label-en,
.menu-list a:focus-visible .menu-label-en,
.menu-list a.is-active .menu-label-en { opacity: 0; }

main { display: block; }
.page-heading {
  display: grid;
  grid-template-columns: 240fr 456fr 408fr;
  width: 100%;
  height: 117px;
  min-height: 117px;
  background: #121612;
  overflow: hidden;
}
.page-heading > * {
  min-width: 0;
  height: 117px;
  overflow: hidden;
}
.page-heading__title img,
.page-heading__image img,
.page-heading__middle--plain > img {
  width: 100%;
  height: 117px;
  object-fit: cover;
}
.page-heading__middle {
  position: relative;
  min-height: 117px;
  background: url("../images/map_06.jpg") center / cover no-repeat;
}
.page-heading__action {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
.page-heading__stack {
  display: grid;
  grid-template-rows: 43px 74px;
  height: 117px;
  overflow: hidden;
  background: #26320f;
}
.page-heading__stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-heading--about { grid-template-columns: 240fr 408fr 456fr; }
.page-heading--room { grid-template-columns: 267fr 429fr 408fr; }

.image-swap {
  position: relative;
  display: inline-block;
  max-width: 120px;
}
.image-swap img { transition: opacity .18s ease; }
.image-swap .image-swap__hover { position: absolute; inset: 0; opacity: 0; }
.image-swap:hover .image-swap__hover,
.image-swap:focus-visible .image-swap__hover { opacity: 1; }
.image-swap:hover .image-swap__normal,
.image-swap:focus-visible .image-swap__normal { opacity: 0; }

.content-section { padding: clamp(20px, 4vw, 44px); }
.content-section + .content-section { padding-top: 0; }
.section-title {
  margin: 0 0 18px;
  color: var(--accent-soft);
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.25;
}
.lead { color: #eef1f5; font-size: 1.06rem; }
.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-soft);
  box-shadow: 0 10px 24px rgba(0,0,0,.24);
  overflow: hidden;
}
.card__body { padding: clamp(18px, 3vw, 30px); }
.muted { color: var(--muted); }
.highlight { color: var(--accent-soft); }
.warning { color: #ffcc66; }
.danger { color: var(--danger); }

.responsive-grid { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* Generic JavaScript slider */
.slider {
  position: relative;
  width: 100%;
  background: #05070b;
  overflow: hidden;
  isolation: isolate;
}
.slider[data-ratio="648/337"] { aspect-ratio: 648 / 337; }
.slider[data-ratio="988/625"] { aspect-ratio: 988 / 625; }
.slider__track,
.slider__slide { position: absolute; inset: 0; }
.slider__slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity .8s ease, visibility 0s linear .8s;
}
.slider__slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.slider__slide img { width: 100%; height: 100%; object-fit: cover; }
.slider__controls {
  position: absolute;
  inset: 50% 10px auto;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}
.slider__button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  background: rgba(0,0,0,.48);
  cursor: pointer;
  pointer-events: auto;
}
.slider__button:hover,
.slider__button:focus-visible { background: rgba(0,0,0,.78); }
.slider__dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 4;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}
.slider__dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: rgba(0,0,0,.35);
  cursor: pointer;
}
.slider__dot.is-active { background: var(--accent); border-color: var(--accent); }
.slider__thumbs {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 4;
  display: grid;
  gap: 7px;
}
.slider__thumb {
  width: 56px;
  height: 56px;
  padding: 0;
  border: 2px solid transparent;
  background: #000;
  cursor: pointer;
  opacity: .72;
}
.slider__thumb img { width: 100%; height: 100%; object-fit: cover; }
.slider__thumb.is-active { border-color: var(--accent); opacity: 1; }

/* About */
.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 699px) minmax(300px, 405px);
  align-items: start;
}
.about-feature { min-width: 0; }
.about-feature__banner { width: 100%; }
.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.about-story__item {
  margin-top:-35px;
  min-height: 337px;
  padding: 50px 44px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.about-story__item p { margin: 0; max-width: 25em; }
.about-story__item--main { width:352px;height:337px; background-image: linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.08)), url("../images/about-c_18.jpg"); color: #d7df39; }
.about-story__item--main p{ width:200px;font-size:14px;line-height:150%;margin-top:-50px;}
.about-story__item--poem { width:347px;height:337px;background-image: url("../images/about-c_19.jpg"); color: #d7df39; justify-content: center; text-align: center;}
.about-story__item--poem .p2{ width:200px;font-size:14px;line-height:150%;position:absolute;margin-top:200px;margin-left:-180px;}
.room-preview { background: #020406; }
.room-preview__heading img,
.room-preview__foot img { width: 100%; }
.room-preview__grid { display: grid; grid-template-columns: 1fr 1fr; }
.room-preview__card {
  position: relative;
  display: block;
  min-height: 218px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.room-preview__card::after {
  content: "查看房型";
  position: absolute;
  inset: auto 8px 8px auto;
  padding: 3px 8px;
  color: var(--accent);
  background: rgba(0,0,0,.72);
  font-size: 12px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease;
}
.room-preview__card:hover::after,
.room-preview__card:focus-visible::after { opacity: 1; transform: translateY(0); }
.room-preview__card span { position: absolute; inline-size: 1px; block-size: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Facilities */
.facility-feature {
  display: grid;
  grid-template-columns: 149px 92px minmax(0, 407px) minmax(0, 456px);
  background: #090a0a;
}
.facility-feature img { width: 100%; height: 506px; object-fit: cover; }
.facility-poem {
  min-height: 506px;
  padding: 36px 22px;
  display: flex;
  justify-content: center;
  background: url("../images/fac_10.jpg") center / cover no-repeat;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: .35em;
  line-height: 1.9;
}
.facility-bottom { display: grid; grid-template-columns: 648fr 456fr; }
.facility-bottom img { width: 100%; height: 276px; object-fit: cover; }

/* Map */
.map-gallery { display: grid; grid-template-columns: 648fr 456fr; }
.map-gallery img { width: 100%; height: 100%; object-fit: cover; }
.directions-layout { display: grid; grid-template-columns: 648fr 456fr; }
.directions-card {
  min-height: 348px;
  padding: 70px 70px 38px;
  display: flex;
  align-items: center;
  background: url("../images/map_13.jpg") center / cover no-repeat;
}
.directions-card p { margin: 0 0 20px; }
.map-side { min-height: 348px; background: #000; }
.map-side img { width: 100%; }
.map-side__fill { min-height: 256px; border-right: 2px solid #252525; border-bottom: 1px solid #252525; }

/* Attractions */
.attraction-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 48px 34px 58px;
  background: #000;
}
.attraction-card {
  margin:0 auto;
  text-align:center;
  min-width: 0;
  padding: 0 32px 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #000;
}
.attraction-card__figure {
  width: 100%;
  margin: 0 0 16px;
}
.attraction-card__photo {
  width: 243px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.attraction-card__title {
  margin: 12px 0 0;
  color: #fff;
  font-family: "DFKai-SB", "BiauKai", "Microsoft JhengHei", sans-serif;
  font-size: clamp(20px, 2.15vw, 27px);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  letter-spacing: .04em;
  text-shadow: 0 0 3px #2751ff, 0 0 8px #2751ff, 0 0 12px rgba(39,81,255,.8);
}
.attraction-card__text {
  /*width: 100%;*/
  width: 240px;
  text-align:left;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 1.85;
  overflow-wrap: anywhere;
  word-break: normal;
}

/* Notice */
.notice-stack { padding: clamp(20px, 4vw, 44px); }
.notice-section {
  display: grid;
  grid-template-columns: minmax(0, 648px) minmax(280px, 456px);
  background: #000;
  border-bottom: 1px solid var(--line);
}
.notice-section__content { padding: 20px clamp(20px, 4vw, 44px) 28px; }
.notice-section__title-image { width: min(265px, 100%); margin-bottom: 10px; }
.notice-section__image { width: 100%; height: 100%; object-fit: cover; }
.notice-section p { margin: 0 0 14px; }
.notice-section ul, .notice-section ol { margin: 0; padding-left: 1.4em; }
.notice-section--rules .notice-section__content { padding-top: 14px; }
.notice-section--full { grid-template-columns: 1fr; }
.notice-section--full .notice-section__content { background: url("../images/notice_25.jpg") center / cover no-repeat; }

/* Rooms */
.room-gallery-layout { display: grid; grid-template-columns: minmax(0, 988px) 116px; }
.room-selector {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #050608;
}
.room-selector a,
.room-selector span {
  flex: 1 1 0;
  min-height: 72px;
  padding: 10px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: #fff;
  /*font-size: 17px;*/
  font-size:150%;
  letter-spacing: .12em;
  text-align: center;
  writing-mode: vertical-rl;
  text-shadow: 1px 1px #000;
}
.room-selector a:hover,
.room-selector a:focus-visible,
.room-selector .is-active { color: var(--accent); background: rgba(213,219,0,.08); text-decoration: none; }
.room-selector .is-disabled { color: #777; cursor: default; }
.room-details { display: grid; grid-template-columns: 578fr 526fr; }
.room-price,
.room-amenities {
  min-height: 390px;
  padding: clamp(26px, 5vw, 74px) clamp(18px, 5vw, 68px);
  background-position: center;
  background-size: cover;
}
.room-price { background-image: linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,.15)), url("../images/room_16.jpg"); }
.room-amenities { background-image: linear-gradient(rgba(0,0,0,.05),rgba(0,0,0,.05)), url("../images/room_17.jpg"); }
.price-table-wrap { overflow-x: auto; border-radius: 6px; }
.price-table { width: 100%; min-width: 520px; border-collapse: collapse; font-size: 15px; text-align: center; }
.price-table th,
.price-table td { padding: 8px 6px; border: 1px solid #000; }
.price-table th { background: #5c3452; }
.price-table td { background: rgba(41,41,41,.9); }
.price-table .price-note-label,
.price-table .price-note { background: #5c3452; }
.price-table .price-note { text-align: left; line-height: 1.55; }
.amenities-list { margin: 0; padding: 0; list-style: none; }
.amenities-list li {
  padding: 4px 6px 4px 24px;
  border-bottom: 1px solid #000;
  background: rgba(43,42,41,.93);
  position: relative;
}
.amenities-list li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 7px;
  height: 8px;
  background: url("../images/icon.png") center / contain no-repeat;
  transform: translateY(-50%);
}

.site-footer {
  display: grid;
  grid-template-columns: 363fr 438fr 303fr;
  width: 100%;
  min-height: 114px;
  background: #000;
  border-top: 1px solid rgba(255,255,255,.1);
  overflow: hidden;
}
.site-footer__brand,
.site-footer__contact,
.site-footer__legal {
  min-width: 0;
  min-height: 114px;
}
.site-footer__brand img,
.site-footer__legal img {
  width: 100%;
  height: 114px;
  object-fit: cover;
}
.site-footer__contact {
  padding: 12px 14px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #000 url("../images/about_16.jpg") center / 100% 114px no-repeat;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}
.site-footer__contact p { margin: 0 0 2px; }
.site-footer__contact a { color: #fff; }
.site-footer__credit {
  /*color: var(--link); */
  color: #fff;
  font-size: 11px; }
.site-footer__credit a {
  /*color: var(--link); */
  color: #fff;
}

@media (max-width: 900px) {
  body { background-attachment: scroll; }
  .site-shell { box-shadow: none; }
  .site-hero img { min-height: 190px; object-position: center; }
  .nav-toggle { display: block; }
  .site-nav { min-height: 65px; }
  .menu-list {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    background: rgba(15,15,15,.98);
    border-bottom: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 16px 28px rgba(0,0,0,.45);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
  }
  .site-nav.is-open .menu-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
  }
  .menu-list a {
    min-height: 52px;
    padding: 10px 8px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 6px;
    background: rgba(255,255,255,.025);
  }
  .about-story__item--main,.about-story__item--poem { width:100%;height:auto;}
  .menu-label-zh { font-size: 18px; }
  .menu-label-en { font-size: 12px; }
  .page-heading,
  .page-heading--about,
  .page-heading--room { grid-template-columns: 220px minmax(0, 1fr); }
  .page-heading__stack--decor,
  .page-heading__image--about-right { display: none; }
  .page-heading--about .page-heading__stack--about { display: grid; }
  .about-layout { grid-template-columns: 1fr; }
  .room-preview__grid { grid-template-columns: repeat(3, 1fr); }
  .room-preview__foot { display: none; }
  .facility-feature { grid-template-columns: 120px 90px 1fr; }
  .facility-feature > img:last-child { grid-column: 1 / -1; height: auto; max-height: 420px; }
  .map-gallery,
  .directions-layout,
  .attraction-grid,
  .notice-section,
  .room-details { grid-template-columns: 1fr; }
  .notice-section__image { max-height: 420px; object-position: center; }
  .room-gallery-layout { grid-template-columns: 1fr; }
  .room-selector { flex-direction: row; overflow-x: auto; }
  .room-selector a,
  .room-selector span {
    flex: 0 0 auto;
    min-width: 110px;
    min-height: 54px;
    writing-mode: horizontal-tb;
    border-right: 1px solid rgba(255,255,255,.12);
  }
  .slider__thumbs { right: 10px; bottom: 10px; grid-auto-flow: column; }
  .slider__thumb { width: 45px; height: 45px; }
}

@media (max-width: 900px) and (min-width: 601px) {
  .site-footer { grid-template-columns: 1fr 1.2fr 1fr; }
  .site-footer__brand img,
  .site-footer__legal img { object-fit: cover; }
  .site-footer__contact { padding: 10px 12px; font-size: 11px; }
}

@media (max-width: 600px) {
  body { font-size: 14px; line-height: 1.65; }
  .site-hero img { aspect-ratio: 16 / 8.5; min-height: 170px; }
  .page-heading,
  .page-heading--about,
  .page-heading--room {
    /*grid-template-columns: 145px minmax(0, 1fr);*/
    grid-template-columns: 200px minmax(0, 1fr);
    height: 86px;
    min-height: 86px;
  }
  .page-heading > * { height: 86px; }
  .page-heading__title img,
  .page-heading__image img,
  .page-heading__middle--plain > img { height: 86px; object-position: left center; }
  .page-heading__middle { min-height: 86px; }
  .page-heading__stack { grid-template-rows: 32px 54px; height: 86px; }
  .page-heading__action { padding: 0 12px; }
  .page-heading__action .image-swap { max-width: 102px; }
  .content-section { padding: 20px 16px; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .slider__button { width: 38px; height: 38px; }
  .about-story { grid-template-columns: 1fr; }
  /*.about-story__item { min-height: 290px; padding: 42px 32px; }*/
  .room-preview__grid { grid-template-columns: repeat(2, 1fr); }
  .facility-feature { grid-template-columns: 88px 64px 1fr; }
  .facility-feature img { height: 330px; }
  .facility-poem { min-height: 330px; padding: 18px 10px; font-size: 12px; letter-spacing: .18em; }
  .facility-bottom { grid-template-columns: 1fr; }
  .facility-bottom img { height: auto; }
  .directions-card { min-height: 320px; padding: 42px 24px 24px; }
  .attraction-grid {
    grid-template-columns: 1fr;
    padding: 30px 18px 42px;
  }
  .attraction-card {
    padding: 0 0 40px;
  }
  .attraction-card:last-child { padding-bottom: 0; }
  .attraction-card__figure { margin-bottom: 14px; }
  .attraction-card__title {
    margin-top: 10px;
    font-size: 22px;
  }
  .attraction-card__photo{
    width: 300px;
  }
  .attraction-card__text {
    font-size: 15px;
    line-height: 1.8;
    width: 300px;
  }
  .notice-stack { padding: 16px 0; }
  .notice-section__content { padding: 18px 18px 24px; }
  .notice-section__image { max-height: 300px; }
  .room-price, .room-amenities { min-height: 0; padding: 34px 18px; }
  .slider__thumbs { display: none; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer__brand,
  .site-footer__legal { min-height: 86px; }
  .site-footer__brand img,
  .site-footer__legal img { height: 86px; object-fit: contain; background: #000; }
  .site-footer__contact {
    min-height: 114px;
    padding: 16px 18px;
    text-align: center;
  }
  .site-footer__contact p{
    font-size: 110%;
  }
  .about-story__item--main p,.about-story__item--poem .p2 { line-height:180%;}

}


@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* 2026-07-14 layout corrections */

/* Keep the four original facility slices on one exact 506px desktop row. */
.facility-feature {
  grid-template-rows: 506px;
  height: 506px;
  overflow: hidden;
}
.facility-feature > * {
  min-width: 0;
  min-height: 0;
}
.facility-poem {
  width: 92px;
  height: 506px;
  min-height: 0;
  max-height: 506px;
  padding: 34px 12px 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  overflow: hidden;
  writing-mode: horizontal-tb;
  letter-spacing: normal;
  line-height: 1.55;
}
.facility-poem span {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: .22em;
  white-space: nowrap;
}

/* Replacement map made from the three supplied complete PNG files. */
.map-rwd {
  padding: 0 63px 28px;
  background: #000;
  overflow: hidden;
}
.map-rwd__overview {
  width: min(978px, 100%);
  margin: 0 auto;
}
.map-rwd__overview img {
  width: 100%;
  height: auto;
}
.map-rwd__directions {
  position: relative;
  width: min(978px, 100%);
  min-height: 278px;
  margin: 0 auto;
  overflow: hidden;
}
.map-rwd__art {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.map-rwd__title-image {
  position: absolute;
  left: 62px;
  top: 2px;
  width: 189px;
  height: auto;
}
.map-rwd__bottom-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 265px;
  height: auto;
}
.map-rwd__copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 78px 24px 12px 62px;
  color: #fff;
  /*font-size: 12px;*/
  line-height: 1.75;
  letter-spacing: 1px;
  overflow-wrap: anywhere;
}
.map-rwd__copy p {
  margin: 0 0 18px;
}
.map-rwd__copy .google_map_link a{
  background-color: #1495e6;
  border-radius: 5px;
  padding: 1%  3%  1%  3%;
  width: 250px;
  text-align: center;
  color: #ffffff;
}

/* External navigation items stay readable without breaking the desktop row. */
.menu-item--external .menu-label-zh {
  font-family: Arial, Verdana, "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}
.menu-item--external .menu-label-en {
  font-size: 12px;
}

/* Room blocks must never enlarge the page beyond the viewport. */
.room-details > *,
.room-price,
.room-amenities,
.price-table-wrap,
.amenities-list {
  min-width: 0;
  max-width: 100%;
}
.amenities-list li {
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (min-width: 901px) and (max-width: 1104px) {
  .menu-list a { padding-inline: 5px; }
  .menu-label-zh { font-size: 15px; }
  .menu-label-en { font-size: 11px; }
  .menu-item--external .menu-label-zh { font-size: 13px; }
}

@media (max-width: 900px) {
  .facility-feature {
    height: auto;
    grid-template-rows: 506px auto;
    overflow: visible;
  }
  .facility-poem {
    width: 90px;
  }
  .map-rwd {
    padding: 0 clamp(14px, 5vw, 36px) 26px;
  }
  .map-rwd__directions {
    min-height: 260px;
  }
  .map-rwd__title-image {
    left: 36px;
  }
  .map-rwd__bottom-image {
    width: 220px;
  }
  .map-rwd__copy {
    padding: 68px 16px 10px 36px;
  }
}

@media (max-width: 600px) {
  .facility-feature {
    grid-template-rows: 330px auto;
  }
  .facility-poem {
    width: 64px;
    height: 330px;
    max-height: 330px;
    padding: 16px 5px 10px;
    gap: 2px;
  }
  .facility-poem span {
    font-size: 11px;
    letter-spacing: .08em;
  }

  .map-rwd {
    padding: 0 10px 22px;
  }
  .map-rwd__overview {
    width: 100%;
  }
  .map-rwd__directions {
    width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .map-rwd__art {
    position: static;
    inset: auto;
    z-index: auto;
    width: 100%;
    min-height: 0;
    display: contents;
  }
  .map-rwd__title-image {
    position: static;
    left: auto;
    top: auto;
    order: 1;
    width: min(189px, 62vw);
    margin: 10px auto 0;
  }
  .map-rwd__copy {
    order: 2;
    width: 100%;
    padding: 4px 8px 0;
    /*font-size: 13px;*/
    font-size:110%;
    line-height: 1.75;
  }
  .map-rwd__copy p {
    margin-bottom: 18px;
  }
  .google_map_link {
    font-size:150%;
  }
  .map-rwd__bottom-image {
    position: static;
    left: auto;
    bottom: auto;
    order: 3;
    width: min(265px, 78vw);
    margin: 0 auto;
  }

  .price-table-wrap {
    overflow: visible;
    border-radius: 0;
  }
  .price-table {
    width: 100%;
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 15px;
  }
  .price-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }
  .price-table tbody,
  .price-table tr,
  .price-table td,
  .price-table th {
    display: block;
    width: 100%;
  }
  .price-table .price-values-row {
    border: 1px solid #000;
    border-bottom: 0;
  }
  .price-table .price-values-row td {
    padding: 0;
    display: grid;
    grid-template-columns: minmax(118px, 46%) minmax(0, 1fr);
    align-items: stretch;
    border: 0;
    border-bottom: 1px solid #000;
    text-align: left;
    background: rgba(41,41,41,.92);
    overflow-wrap: anywhere;
  }
  .price-table .price-values-row td::before {
    content: attr(data-label);
    padding: 9px 8px;
    display: flex;
    align-items: center;
    background: #5c3452;
    font-weight: 700;
    line-height: 1.35;
  }
  .price-table .price-value {
    min-width: 0;
    padding: 9px 8px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow-wrap: anywhere;
  }
  .price-table .price-note-row {
    display: grid;
    grid-template-columns: minmax(118px, 46%) minmax(0, 1fr);
    border: 1px solid #000;
    border-top: 0;
  }
  .price-table .price-note-label,
  .price-table .price-note {
    width: auto;
    border: 0;
  }
  .price-table .price-note-label {
    padding: 10px 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .price-table .price-note {
    padding: 10px 8px;
    overflow-wrap: anywhere;
  }
}

/* 2026-07-14 v4: legal-homestay mark is separate from its background image. */
.site-footer__legal {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.site-footer__legal-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 114px;
  object-fit: cover;
}
.site-footer__legal-content {
  position: absolute;
  left: 22px;
  top: 17px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
  text-shadow: 0 1px 2px #000;
}
.site-footer__legal-icon {
  width: 49px;
  height: auto;
  flex: 0 0 auto;
}

@media (max-width: 600px) {
  .site-footer__legal {
    min-height: 126px;
  }
  .site-footer__legal-bg {
    height: 126px;
    object-fit: cover;
  }
  .site-footer__legal-content {
    inset: 0;
    position: absolute;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 16px;
    line-height: 1.25;
    white-space: normal;
    text-align: center;
  }
  .site-footer__legal-icon {
    width: 74px;
  }
}

/* Specificity guard: keep the separately positioned legal icon from inheriting the old full-panel image rules. */
.site-footer__legal .site-footer__legal-bg {
  width: 100%;
  height: 114px;
  object-fit: cover;
  background: transparent;
}
.site-footer__legal .site-footer__legal-icon {
  width: 49px;
  height: auto;
  object-fit: contain;
  background: transparent;
}
@media (max-width: 600px) {
  .site-footer__legal .site-footer__legal-bg {
    width: 100%;
    height: 126px;
    object-fit: cover;
    background: transparent;
  }
  .site-footer__legal .site-footer__legal-icon {
    width: 74px;
    height: auto;
    object-fit: contain;
    background: transparent;
  }
}

/* 2026-07-14 v6: room table desktop fit and rebuilt notice page. */
@media (min-width: 601px) {
  .room-price {
    padding-left: 18px;
    padding-right: 18px;
  }
  .price-table-wrap {
    overflow-x: visible;
  }
  .price-table {
    min-width: 0;
    table-layout: fixed;
    font-size: 15px;
  }
  .price-table th,
  .price-table td {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.notice-rwd {
  position: relative;
  min-height: 1120px;
  background: #000 url("../images/notice_right_background.jpg") right top / 456px auto no-repeat;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  isolation: isolate;
}
.notice-rwd__copy {
  position: relative;
  z-index: 2;
  width: calc(100% - 456px);
  max-width: 648px;
  min-height: 1120px;
  padding: 22px 38px 190px 44px;
  color: #fff;
  font-size: 13px;
  line-height: 1.72;
}
.notice-block {
  margin: 0 0 20px;
}
.notice-block:last-child {
  margin-bottom: 0;
}
.notice-block__heading {
  /*width: min(265px, 100%);*/
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.notice-block__heading img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.notice-block__heading--clean {
  width: min(181px, 100%);
}
.notice-block p {
  margin: 0 0 12px;
}
.notice-block ul,
.notice-block ol {
  margin: 0 0 14px;
  padding-left: 1.55em;
}
.notice-block li {
  margin-bottom: 2px;
  overflow-wrap: anywhere;
}
.notice-rwd__branch {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 265px;
  max-width: 42%;
  height: auto;
  pointer-events: none;
}

@media (max-width: 900px) {
  .notice-rwd {
    min-height: 0;
  }
  .notice-rwd {
    background-size: 70% auto;
  }
  .notice-rwd__copy {
    width: 100%;
    max-width: none;
    min-height: 0;
    padding: 20px clamp(20px, 5vw, 38px) 190px;
    background: linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.88) 58%, rgba(0,0,0,.45) 100%);
  }
  .notice-rwd__branch {
    max-width: 48%;
  }
}

@media (max-width: 600px) {
  .notice-rwd {
    background-size: 100% auto;
  }
  .notice-rwd__copy {
    padding: 18px 18px 172px;
    background: linear-gradient(rgba(0,0,0,.76), rgba(0,0,0,.94) 38%, #000 76%);
    font-size: 14px;
    line-height: 1.75;
  }
  .notice-block {
    margin-bottom: 24px;
  }
  .notice-block__heading {
    margin-inline: auto;
  }
  .notice-block__heading--clean {
    width: min(205px, 68vw);
  }
  .notice-rwd__branch {
    width: min(265px, 76vw);
    max-width: none;
    opacity: .92;
  }
}
