/* ===== Reset / base ===== */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: #211d19;
  background: #faf7f1;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; }
a { color: inherit; }

.mobile-break { display: none; }
@media (max-width: 640px) {
  .mobile-break { display: inline; }
}
.pc-break { display: none; }
@media (min-width: 641px) {
  .pc-break { display: inline; }
}

@keyframes nf-rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes nf-fade { from { opacity: 0; } to { opacity: 1; } }

/* ===== Shared ===== */
.section { max-width: 1180px; margin: 0 auto; padding: clamp(72px, 11vw, 128px) 28px; }
.section__inner { width: 100%; }
.section--alt { max-width: none; background: #f1ece1; padding: 0; }
.section--alt .section__inner { max-width: 1180px; margin: 0 auto; padding: clamp(72px, 11vw, 128px) 28px; }
.section--compact { padding: clamp(48px, 6vw, 76px) 28px; }
.section--dark { max-width: none; background: #1c1815; color: #f4ede1; padding: 0; }
.section--dark .section__inner { max-width: 1180px; margin: 0 auto; padding: clamp(64px, 9vw, 104px) 28px; }

.section-head { text-align: center; margin-bottom: clamp(40px, 6vw, 64px); }
.section-head--voice { margin-bottom: clamp(20px, 3vw, 30px); }

/* ===== News bar ===== */
.news-bar { max-width: none; background: #f1ece1; border-bottom: 1px solid rgba(178,90,48,0.18); }
.news-bar__inner { max-width: 1180px; margin: 0 auto; padding: 20px 28px; display: flex; align-items: baseline; gap: 22px; flex-wrap: wrap; }
.news-bar__label { flex-shrink: 0; font-size: 11px; letter-spacing: 0.22em; color: #b25a30; font-weight: 600; text-transform: uppercase; }
.news-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; flex: 1; min-width: 200px; }
.news-item { display: flex; align-items: baseline; gap: 16px; font-size: 13.5px; line-height: 1.7; flex-wrap: wrap; }
.news-item__date { flex-shrink: 0; font-family: 'Cormorant Garamond', serif; font-style: italic; color: #96897a; font-size: 13px; }
.news-item__text { color: #3a362f; }
.news-bar__more { flex-shrink: 0; font-size: 12.5px; color: #b25a30; text-decoration: none; letter-spacing: 0.03em; white-space: nowrap; }
.news-bar__more:hover { text-decoration: underline; }
@media (max-width: 640px) {
  .news-bar__inner { flex-direction: column; gap: 10px; }
}

/* ===== Access page ===== */
.access-steps { max-width: 760px; margin: 0 auto clamp(48px, 7vw, 72px); }
.access-step { display: flex; gap: 22px; padding: 26px 0; border-bottom: 1px solid rgba(33,29,25,0.08); }
.access-step:last-child { border-bottom: none; }
.access-step__no {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #f1ece1; color: #b25a30; font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-size: 20px; font-weight: 600;
}
.access-step__title { font-weight: 700; font-size: 16.5px; margin: 8px 0 10px; color: #211d19; }
.access-step__desc { font-size: 14px; line-height: 2; color: #58524a; margin: 0; }
.access-step__note { display: block; margin-top: 8px; font-size: 12.5px; color: #96897a; }
.access-step__link { display: inline-block; margin-top: 8px; font-size: 13px; color: #b25a30; text-decoration: underline; text-underline-offset: 3px; }
.access-step__link:hover { color: #7a3c1e; }

.access-routes { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 760px; margin: 0 auto clamp(48px, 7vw, 72px); }
.access-route { background: #fff; border: 1px solid rgba(33,29,25,0.08); border-radius: 8px; padding: 26px 28px; }
.access-route__label { font-size: 11.5px; letter-spacing: 0.2em; color: #b25a30; font-weight: 600; margin-bottom: 12px; text-transform: uppercase; }
.access-route__title { font-weight: 700; font-size: 15.5px; margin: 0 0 12px; color: #211d19; }
.access-route__desc { font-size: 13.5px; line-height: 2; color: #58524a; margin: 0; }
.access-route__desc .seg { display: inline-block; }
.access-route__desc .arw { color: #b25a30; margin: 0 4px; }
.access-step__photo { display: block; max-width: 340px; width: 100%; border-radius: 8px; margin-top: 16px; }
@media (max-width: 640px) {
  .access-routes { grid-template-columns: 1fr; }
  .access-step { gap: 16px; }
}

.access-pickup {
  max-width: 760px; margin: 0 auto clamp(48px, 7vw, 72px);
  background: #f1ece1; border-radius: 8px; padding: 30px 32px; text-align: center;
}
.access-pickup__title { font-weight: 700; font-size: 17px; margin: 0 0 12px; color: #211d19; }
.access-pickup__desc { font-size: 14px; line-height: 2; color: #58524a; margin: 0 0 18px; }

/* ===== Reservation page ===== */
.reserve-primary {
  max-width: 560px; margin: 0 auto clamp(48px, 7vw, 64px);
  background: #4a2f1f; border-radius: 10px; padding: 40px 36px; text-align: center;
}
.reserve-primary__label { font-size: 11.5px; letter-spacing: 0.24em; color: #d69b6b; font-weight: 600; text-transform: uppercase; margin-bottom: 14px; }
.reserve-primary__tel { display: block; font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 700; font-size: clamp(30px, 6vw, 40px); letter-spacing: 0.06em; color: #fff; text-decoration: none; margin-bottom: 14px; transition: color 0.2s ease; }
.reserve-primary__tel:hover { color: #d69b6b; }
.reserve-primary__note { font-size: 13px; line-height: 1.9; color: rgba(244,237,225,0.72); margin: 0; }

.reserve-divider { display: flex; align-items: center; gap: 16px; max-width: 560px; margin: 0 auto clamp(40px, 6vw, 56px); }
.reserve-divider::before, .reserve-divider::after { content: ""; flex: 1; height: 1px; background: rgba(33,29,25,0.12); }
.reserve-divider__text { font-size: 12px; letter-spacing: 0.1em; color: #96897a; white-space: nowrap; }

.reserve-otas { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 640px; margin: 0 auto clamp(48px, 7vw, 64px); }
.reserve-ota-card { background: #fff; border: 1px solid rgba(33,29,25,0.08); border-radius: 8px; padding: 28px 24px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.reserve-ota-card__badge { display: inline-block; font-weight: 700; font-size: 15px; letter-spacing: 0.04em; padding: 6px 16px; border-radius: 999px; margin-bottom: 14px; }
.reserve-ota-card__badge--jalan { color: #fff; background: #ff5b00; }
.reserve-ota-card__badge--rakuten { color: #fff; background: #bf0000; }
.reserve-ota-card__desc { font-size: 13px; line-height: 1.8; color: #58524a; margin: 0 0 20px; }

.reserve-fax {
  max-width: 560px; margin: 0 auto clamp(40px, 6vw, 56px);
  text-align: center; font-size: 13px; color: #96897a; line-height: 1.9;
}
.reserve-fax strong { color: #58524a; font-weight: 700; }

@media (max-width: 560px) {
  .reserve-otas { grid-template-columns: 1fr; }
}

/* ===== Terasu (南風テラス) page ===== */
.terasu-hero { position: relative; height: min(88vh, 760px); min-height: 540px; overflow: hidden; background: #1c1815; }
@supports (height: 100svh) { .terasu-hero { height: min(88svh, 760px); } }
@media (max-width: 480px) { .terasu-hero { height: 560px; min-height: 560px; } }
.terasu-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0; animation: terasu-hero-crossfade5 40s ease-in-out infinite; }
.terasu-hero__img:nth-child(1) { animation-delay: 0s; }
.terasu-hero__img:nth-child(2) { animation-delay: 8s; }
.terasu-hero__img:nth-child(3) { animation-delay: 16s; }
.terasu-hero__img:nth-child(4) { animation-delay: 24s; }
.terasu-hero__img:nth-child(5) { animation-delay: 32s; }
@keyframes terasu-hero-crossfade5 {
  0%      { opacity: 0; }
  3.75%   { opacity: 1; }
  16.25%  { opacity: 1; }
  20%     { opacity: 0; }
  100%    { opacity: 0; }
}
.terasu-hero__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,24,28,0.28) 0%, rgba(20,24,28,0.08) 40%, rgba(20,24,28,0.35) 100%); }
.terasu-hero__content { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 0 24px; }
.terasu-hero__eyebrow { font-size: 11.5px; letter-spacing: 0.4em; color: rgba(255,255,255,0.85); margin-bottom: 22px; }
.terasu-hero__title { font-family: 'Zen Old Mincho', serif; font-weight: 600; color: #fff; font-size: clamp(26px, 5vw, 48px); line-height: 1.5; margin: 0; text-shadow: 0 2px 22px rgba(0,0,0,0.35); }
.terasu-hero__lead { color: rgba(255,255,255,0.9); font-size: clamp(13px, 1.6vw, 15px); line-height: 2; margin: 28px 0 0; text-shadow: 0 1px 10px rgba(0,0,0,0.3); max-width: 560px; }
.terasu-hero__content .btn--hero { margin-top: 34px; }

.terasu-section { background: #faf7f1; }

.terasu-detail-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; max-width: 900px; margin: 0 auto clamp(56px, 8vw, 88px); }
.terasu-detail-row--four { grid-template-columns: repeat(4, 1fr); max-width: 1100px; }
@media (max-width: 760px) { .terasu-detail-row--four { grid-template-columns: 1fr 1fr; max-width: 900px; } }
@media (max-width: 560px) { .terasu-detail-row--four { grid-template-columns: 1fr; } }
.terasu-detail-row--two { grid-template-columns: 1fr 1fr; max-width: 820px; }
@media (max-width: 560px) { .terasu-detail-row--two { grid-template-columns: 1fr; } }
.terasu-detail-card { border-radius: 8px; overflow: hidden; background: #fff; border: 1px solid rgba(33,29,25,0.08); }
.terasu-detail-card img { width: 100%; height: clamp(180px, 26vw, 260px); object-fit: cover; display: block; }
.terasu-detail-card__caption { font-size: 12.5px; color: #58524a; text-align: center; padding: 14px 12px; margin: 0; }
@media (max-width: 760px) { .terasu-detail-row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .terasu-detail-row { grid-template-columns: 1fr; } }
.terasu-detail-card--portrait img { height: clamp(340px, 46vw, 480px); }
@media (max-width: 560px) { .terasu-detail-card--portrait img { height: clamp(340px, 95vw, 480px); } }

/* ===== About (本館) page ===== */
.about-hero-media { position: relative; max-width: 1040px; margin: 0 auto clamp(48px, 7vw, 72px); border-radius: 4px; overflow: hidden; height: clamp(340px, 48vw, 600px); }
.about-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 15%; display: block; opacity: 0; animation: about-hero-crossfade3 24s ease-in-out infinite; }
.about-hero-media img:nth-child(1) { animation-delay: 0s; }
.about-hero-media img:nth-child(2) { animation-delay: 8s; }
.about-hero-media img:nth-child(3) { animation-delay: 16s; }
@media (max-width: 760px) {
  .about-hero-media { max-width: none; margin-left: -28px; margin-right: -28px; width: calc(100% + 56px); border-radius: 0; }
}
@keyframes about-hero-crossfade3 {
  0%      { opacity: 0; }
  6.25%   { opacity: 1; }
  27.08%  { opacity: 1; }
  33.33%  { opacity: 0; }
  100%    { opacity: 0; }
}

.about-feature { display: grid; grid-template-columns: 1fr; gap: 26px; align-items: center; max-width: 900px; margin: 0 auto clamp(56px, 8vw, 88px); }
.about-feature__media { border-radius: 8px; overflow: hidden; height: clamp(220px, 32vw, 340px); }
.about-feature__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-feature__en { font-size: 11px; letter-spacing: 0.2em; color: #b25a30; font-weight: 600; text-transform: uppercase; margin-bottom: 8px; }
.about-feature__title { font-weight: 700; font-size: clamp(19px, 2.4vw, 23px); margin: 0 0 12px; color: #211d19; }
.about-feature__desc { font-size: 14px; line-height: 2; color: #58524a; margin: 0; }
@media (min-width: 760px) {
  .about-feature { grid-template-columns: 1fr 1fr; gap: 44px; }
  .about-feature--reverse .about-feature__media { order: 2; }
}

.about-floorplan-head { max-width: 640px; margin: 0 auto 20px; text-align: center; }
.about-floorplan-head .about-feature__desc { margin: 0 auto; }
.about-floorplan { max-width: 800px; margin: 0 auto clamp(56px, 8vw, 88px); background: #fff; border-radius: 8px; padding: clamp(16px, 3vw, 28px); box-shadow: 0 4px 24px rgba(33,29,25,0.07); }
.about-floorplan img { width: 100%; display: block; }
.about-floorplan__caption { margin: 14px 0 0; text-align: center; font-size: 12.5px; color: #96897a; }

.about-amenities { max-width: 760px; margin: 0 auto clamp(48px, 7vw, 72px); }
.about-amenities__title { text-align: center; font-weight: 700; font-size: 15.5px; color: #211d19; margin: 0 0 20px; }
.about-amenities .tag-row { justify-content: center; }

.amenity-card { max-width: 800px; margin: 0 auto clamp(48px, 7vw, 72px); background: #fff; border-radius: 12px; padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 40px); box-shadow: 0 4px 24px rgba(33,29,25,0.06); }
.amenity-card__group { margin-bottom: 28px; }
.amenity-card__group:last-of-type { margin-bottom: 0; }
.amenity-card__title { text-align: center; font-weight: 700; font-size: 14px; color: #b25a30; letter-spacing: 0.04em; margin: 0 0 14px; }
.amenity-card .tag-row { justify-content: center; margin-top: 0; }

.about-note { max-width: 760px; margin: 0 auto clamp(40px, 6vw, 56px); text-align: center; font-size: 12.5px; color: #96897a; line-height: 1.9; }

.info-note-box { max-width: 640px; margin: 0 auto clamp(40px, 6vw, 56px); background: #f1ece1; border-radius: 8px; padding: 24px 28px; }
.info-note-box p { margin: 0 0 10px; font-size: 14px; line-height: 1.9; color: #58524a; }
.info-note-box p:last-child { margin-bottom: 0; }

/* ===== Price page ===== */
.price-section { max-width: 760px; margin: 0 auto clamp(56px, 8vw, 88px); }
.price-section__head { margin-bottom: 22px; }
.price-section__eyebrow { font-size: 11px; letter-spacing: 0.2em; color: #b25a30; font-weight: 600; text-transform: uppercase; margin-bottom: 8px; }
.price-section__title { font-weight: 700; font-size: clamp(20px, 2.6vw, 25px); color: #211d19; margin: 0 0 10px; }
.price-section__lead { font-size: 13.5px; line-height: 1.9; color: #58524a; margin: 0; }

.price-table { border-top: 1px solid rgba(33,29,25,0.1); }
.price-row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 16px 4px; border-bottom: 1px solid rgba(33,29,25,0.1); }
.price-row__label { font-size: 14px; color: #3a362f; font-weight: 500; }
.price-row__price { flex-shrink: 0; font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 700; font-size: 16px; color: #b25a30; white-space: nowrap; }
.price-row__price small { font-weight: 500; font-size: 12px; color: #96897a; margin-left: 2px; }

.price-table--split .price-row { justify-content: flex-start; }
.price-table--split .price-row__label { flex: 1; }
.price-table--split .price-row__weekday, .price-table--split .price-row__weekend { flex-shrink: 0; width: 130px; text-align: right; }
.price-table--split .price-row__col-label { font-size: 10.5px; color: #96897a; letter-spacing: 0.04em; display: block; margin-bottom: 2px; }
.price-split-head { display: flex; justify-content: flex-end; gap: 0; padding: 0 4px 8px; }
.price-split-head span { width: 130px; text-align: right; font-size: 11px; color: #96897a; letter-spacing: 0.04em; }

.price-note { font-size: 12.5px; line-height: 1.9; color: #96897a; margin: 14px 4px 0; }

.price-styles { display: flex; flex-direction: column; gap: 16px; margin-bottom: 24px; }
.price-style { background: #fff; border: 1px solid rgba(33,29,25,0.08); border-radius: 8px; padding: 22px 24px; }
.price-style__name { font-weight: 700; font-size: 14.5px; color: #211d19; margin: 0 0 6px; }
.price-style__desc { font-size: 13px; line-height: 1.8; color: #58524a; margin: 0 0 10px; }
.price-style__price { font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 700; font-size: 18px; color: #b25a30; }
.price-style__price small { font-weight: 500; font-size: 12px; color: #96897a; }
.price-style__sub { font-size: 12px; color: #96897a; margin-top: 4px; }

.price-block-simple { background: #f1ece1; border-radius: 8px; padding: 26px 28px; text-align: center; }
.price-block-simple__price { font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 700; font-size: clamp(24px, 4vw, 30px); color: #b25a30; margin-bottom: 8px; }
.price-block-simple__price small { font-weight: 500; font-size: 13px; color: #96897a; margin-left: 4px; }
.price-block-simple__sub { font-size: 12.5px; color: #96897a; }

@media (max-width: 560px) {
  .price-table--split .price-row { flex-wrap: wrap; }
  .price-table--split .price-row__label { flex-basis: 100%; margin-bottom: 8px; }
  .price-split-head { display: none; }
  .price-table--split .price-row__weekday::before { content: "平日 "; font-size: 10.5px; color: #96897a; }
  .price-table--split .price-row__weekend::before { content: "土日祝 "; font-size: 10.5px; color: #96897a; }
}

/* ===== News archive page ===== */
.news-page-list { max-width: 760px; margin: 0 auto; }
.news-page-item { display: flex; gap: 28px; align-items: baseline; padding: 26px 0; border-bottom: 1px solid rgba(33,29,25,0.08); }
.news-page-item:first-child { padding-top: 0; }
.news-page-item__date { flex-shrink: 0; width: 100px; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 15px; color: #b25a30; }
.news-page-item__text { font-size: 14.5px; line-height: 1.9; color: #3a362f; }
@media (max-width: 560px) {
  .news-page-item { flex-direction: column; gap: 6px; }
  .news-page-item__date { width: auto; }
}

.eyebrow-num { display: flex; align-items: baseline; gap: 10px; justify-content: center; margin-bottom: 20px; }
.eyebrow-num__no { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 17px; color: #b25a30; }
.eyebrow-num__label { font-size: 11.5px; letter-spacing: 0.28em; color: #96897a; font-weight: 600; text-transform: uppercase; }
.eyebrow-num--left { justify-content: flex-start; }
.eyebrow-num--dark .eyebrow-num__no { color: #d69b6b; }
.eyebrow-num--dark .eyebrow-num__label { color: rgba(244,237,225,0.58); }

.eyebrow { font-size: 11.5px; letter-spacing: 0.3em; color: #b25a30; font-weight: 600; margin-bottom: 18px; text-transform: uppercase; }

.display-heading { margin: 0 0 22px; }
.display-heading__en {
  display: block; font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: clamp(38px, 6vw, 66px); line-height: 1.05; color: #211d19; margin-bottom: 6px;
}
.display-heading__ja {
  display: block; font-weight: 700; font-size: clamp(22px, 2.8vw, 30px); line-height: 1.6; letter-spacing: 0.02em; color: #211d19;
}

.heading { font-weight: 700; font-size: clamp(23px, 3.2vw, 34px); line-height: 1.55; margin: 0 0 18px; letter-spacing: 0.01em; color: #211d19; }
.heading--dark { color: #fff; }
.heading--sm { font-size: clamp(21px, 2.8vw, 28px); line-height: 1.6; margin-bottom: 18px; }

.body-text { font-weight: 400; line-height: 2; font-size: 15px; color: #58524a; margin: 0 0 20px; }
.body-text--last { margin-bottom: 0; }
.body-text--dark { color: rgba(244,237,225,0.78); }
.body-text--center { line-height: 2; font-size: 14.5px; max-width: 560px; margin: 0 auto; }
.body-text--center-wide { line-height: 2; font-size: 15px; max-width: 640px; margin: 0 auto; }

.tag-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.tag-row--center { justify-content: center; }
.tag { font-size: 12.5px; letter-spacing: 0.04em; border-radius: 999px; }
.tag--outline { color: #b25a30; border: 1px solid rgba(178,90,48,0.35); padding: 7px 15px; }
.tag--fill { font-size: 11.5px; color: #6b6250; background: #f1ece1; padding: 6px 12px; letter-spacing: 0.02em; }
.tag--hash { font-size: 12px; color: #b25a30; font-style: italic; font-family: 'Cormorant Garamond', serif; padding: 0; }

.btn { text-decoration: none; display: inline-block; font-weight: 500; letter-spacing: 0.08em; border-radius: 999px; transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.btn.btn--pill-sm { color: #faf7f1; background: #7a3c1e; padding: 9px 18px; font-size: 12.5px; white-space: nowrap; }
.btn.btn--pill-sm:hover { background: #b25a30; }
.btn.btn--pill-lg { color: #faf7f1; background: #7a3c1e; margin: 14px 28px 20px; text-align: center; padding: 14px; font-size: 15px; }
.btn.btn--pill-lg:hover { background: #b25a30; }
.btn--hero { color: #211d19; background: #faf7f1; padding: 15px 34px; font-size: 14px; box-shadow: 0 10px 30px rgba(0,0,0,0.22); animation: nf-rise 1s ease 0.55s both; margin-top: 38px; }
.btn--hero:hover { color: #b25a30; background: #fff; box-shadow: 0 14px 36px rgba(0,0,0,0.3); }
.btn--block { margin-top: 30px; display: flex; align-items: center; justify-content: center; color: #faf7f1; background: #211d19; padding: 16px; font-size: 15px; }
.btn--block:hover { background: #7a3c1e; }
.btn--outline { color: #211d19; border: 1px solid rgba(33,29,25,0.28); padding: 11px 22px; font-size: 12.5px; }
.btn--outline:hover { color: #b25a30; border-color: rgba(178,90,48,0.55); background: rgba(178,90,48,0.05); }
.btn--outline-dark { color: #f4ede1; border: 1px solid rgba(244,237,225,0.4); padding: 11px 22px; font-size: 12.5px; }
.btn--outline-dark:hover { border-color: rgba(244,237,225,0.8); background: rgba(244,237,225,0.08); }

.muted { color: #96897a; font-size: 13px; }

.section-cta { display: flex; justify-content: center; margin-top: clamp(40px, 6vw, 60px); }

.coming-soon { text-align: center; padding: clamp(60px, 10vw, 120px) 0; }
.coming-soon__note { font-size: 13px; color: #96897a; margin: 18px 0 36px; }

.media-placeholder {
  display: flex; align-items: center; justify-content: center;
  background: #f1ece1; border: 1px dashed rgba(33,29,25,0.2);
  color: #96897a; font-size: 13px; letter-spacing: 0.04em; text-align: center;
  border-radius: 4px; width: 100%; height: 100%;
}

.divider { height: 1px; background: rgba(33,29,25,0.1); border: none; margin: 0; }

/* ===== Header / Nav ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250,247,241,0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(33,29,25,0.08);
}
.site-header__inner {
  max-width: 1180px; margin: 0 auto; padding: 16px 28px;
  display: flex; align-items: center; justify-content: space-between;
}
.logo { text-decoration: none; color: #211d19; display: flex; align-items: baseline; gap: 10px; }
.logo__ja { font-weight: 700; font-size: 22px; letter-spacing: 0.1em; }
.logo__en { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 13px; letter-spacing: 0.1em; color: #b25a30; }

.nav-desktop {
  display: flex; gap: 26px; align-items: center;
  font-size: 13px; letter-spacing: 0.05em; font-weight: 500;
}
.nav-desktop a { text-decoration: none; color: #58524a; white-space: nowrap; transition: color 0.2s ease; }
.nav-desktop a:not(.btn):hover { color: #b25a30; }
.nav-desktop a.nav-tel {
  font-weight: 700; font-size: 15.5px; color: #b25a30; letter-spacing: 0.06em;
  margin-left: 4px;
}
.nav-desktop a.nav-tel:hover { color: #7a3c1e; }

.header-tel {
  display: none; align-items: center; justify-content: center;
  width: 40px; height: 40px; margin-left: auto; margin-right: 2px;
}
.header-tel svg { width: 21px; height: 21px; stroke: #b25a30; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 8px;
}
.burger span { display: block; width: 22px; height: 2px; background: #211d19; border-radius: 2px; }

.nav-mobile {
  display: none; flex-direction: column;
  background: #faf7f1; border-top: 1px solid rgba(33,29,25,0.08);
}
.nav-mobile a {
  text-decoration: none; color: #211d19; padding: 14px 28px;
  border-top: 1px solid rgba(33,29,25,0.07); font-size: 15px;
}
.nav-mobile a:first-child { border-top: none; }

@media (max-width: 960px) {
  .nav-desktop { display: none; }
  .header-tel { display: flex; }
  .burger { display: flex; }
  .nav-mobile.is-open { display: flex; }
}

/* ===== Hero ===== */
.hero { position: relative; }
.hero__media {
  position: relative; height: min(88vh, 760px); min-height: 540px; overflow: hidden;
  background: linear-gradient(135deg,#cfe0df,#a9c6c9 45%,#7ea6ab);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@supports (height: 100svh) {
  .hero__media { height: min(88svh, 760px); }
}
@media (max-width: 480px) {
  .hero__media { height: 480px; min-height: 480px; }
}
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(20,18,15,0.14) 0%, rgba(20,18,15,0.02) 40%, rgba(20,18,15,0.22) 100%);
}
.hero__content {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center; padding: 0 24px;
}
.hero__eyebrow {
  animation: nf-fade 1.1s ease both;
  font-size: 12.5px; letter-spacing: 0.5em; color: rgba(255,255,255,0.92);
  margin-bottom: 26px; padding-left: 0.5em;
}
.hero__title {
  animation: nf-rise 1s ease 0.15s both;
  font-family: 'Zen Old Mincho', serif; font-weight: 600; color: #fff;
  font-size: clamp(30px, 6vw, 60px); line-height: 1.5; margin: 0;
  text-shadow: 0 2px 22px rgba(0,0,0,0.28); letter-spacing: 0.04em;
}
.hero__lead {
  animation: nf-rise 1s ease 0.35s both;
  color: rgba(255,255,255,0.94); font-weight: 400; font-size: clamp(13.5px, 1.7vw, 16px);
  line-height: 2; margin: 30px 0 0; text-shadow: 0 1px 12px rgba(0,0,0,0.3); max-width: 620px;
}

/* ===== Cuisine (primary section) ===== */
.cuisine-section { text-align: center; }
.cuisine-section .about-feature__en,
.cuisine-section .about-feature__title,
.cuisine-section .about-feature__desc { text-align: left; }

.cuisine-hero-media { border-radius: 4px; overflow: hidden; height: clamp(360px, 56vw, 680px); margin: clamp(40px, 5vw, 24px) 0; }
.cuisine-hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; }

.cuisine-strip-wrap { position: relative; margin-bottom: clamp(24px, 4vw, 40px); }
.cuisine-strip {
  display: flex; gap: 14px; overflow-x: auto; padding: 4px 4px 16px; scroll-behavior: smooth;
  scroll-snap-type: x proximity; scrollbar-width: none;
}
.cuisine-strip::-webkit-scrollbar { display: none; }
.cuisine-strip__item {
  flex: 0 0 auto; width: clamp(160px, 22vw, 220px); height: clamp(120px, 16vw, 160px);
  border-radius: 4px; overflow: hidden; scroll-snap-align: start;
}
.cuisine-strip__item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cuisine-strip__item--empty {
  display: flex; align-items: center; justify-content: center;
  background: #f1ece1; border: 1px dashed rgba(33,29,25,0.2);
  font-size: 11px; color: #96897a; letter-spacing: 0.04em; text-align: center; padding: 8px;
}
.cuisine-strip__btn {
  position: absolute; top: 0; bottom: 16px; z-index: 2;
  width: 40px; border: none; cursor: pointer;
  background: rgba(250,247,241,0.9); color: #211d19; font-size: 18px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
}
.cuisine-strip__btn--prev { left: 0; background: linear-gradient(to right, #faf7f1 40%, rgba(250,247,241,0)); justify-content: flex-start; }
.cuisine-strip__btn--next { right: 0; background: linear-gradient(to left, #faf7f1 40%, rgba(250,247,241,0)); justify-content: flex-end; }

.cuisine-points { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 0; margin-top: clamp(48px, 6vw, 72px); text-align: left; border-top: 1px solid rgba(33,29,25,0.1); }
.cuisine-point { padding: 30px 26px; border-bottom: 1px solid rgba(33,29,25,0.1); border-right: 1px solid rgba(33,29,25,0.1); }
.cuisine-point:last-child { border-right: none; }
.cuisine-point__no { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 22px; color: #b25a30; margin-bottom: 10px; }
.cuisine-point__en { font-size: 11px; letter-spacing: 0.18em; color: #96897a; text-transform: uppercase; margin-bottom: 12px; }
.cuisine-point__title { font-weight: 700; font-size: 18px; margin: 0 0 12px; letter-spacing: 0.01em; }
.cuisine-point__desc { font-weight: 400; line-height: 1.9; font-size: 13.5px; color: #58524a; margin: 0; }

@media (max-width: 700px) {
  .cuisine-points { grid-template-columns: 1fr; }
  .cuisine-point { border-right: none; }
}

/* ===== About (compact / secondary) ===== */
.about__grid-compact { display: grid; grid-template-columns: 2fr 1fr; gap: clamp(30px, 5vw, 56px); align-items: center; }
.about__media-compact { display: grid; grid-template-columns: 3fr 2fr; gap: 12px; height: clamp(280px, 38vw, 480px); }
.about__media-compact img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 4px; }
.about__media-compact--single { grid-template-columns: 1fr; }

@media (max-width: 760px) {
  .about__grid-compact { grid-template-columns: 1fr; }
  .about__media-compact { height: clamp(340px, 92vw, 480px); }
  .about__media-compact--single { margin-left: -28px; margin-right: -28px; width: calc(100% + 56px); }
  .about__media-compact--single img { border-radius: 0; }
}

/* ===== Stay / Villas (elevated) ===== */
.villa-feature {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(30px, 5vw, 56px);
  align-items: center; margin-bottom: clamp(48px, 6vw, 72px);
  padding-bottom: clamp(48px, 6vw, 72px); border-bottom: 1px solid rgba(33,29,25,0.1);
}
.villa-feature:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
@media (min-width: 700px) {
  .villa-feature--reverse .villa-feature__media { order: 2; }
  .villa-feature { grid-template-columns: 2fr 1fr; }
  .villa-feature--reverse { grid-template-columns: 1fr 2fr; }
}
.villa-feature__media { height: clamp(360px, 48vw, 600px); display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; }
.villa-feature__media img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 4px; }
.villa-feature__media > *:first-child { grid-row: 1 / 3; }
.villa-feature__en { font-size: 11.5px; letter-spacing: 0.18em; color: #b25a30; font-weight: 600; margin-bottom: 10px; text-transform: uppercase; }
.villa-feature__name { font-weight: 700; font-size: clamp(24px, 3vw, 30px); margin: 0 0 6px; }
.villa-feature__tagline { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 20px; color: #58524a; margin-bottom: 16px; }
.villa-feature__desc { font-weight: 400; line-height: 2; font-size: 14.5px; color: #58524a; margin: 0 0 20px; }

/* ===== Voice / Reviews ===== */
.rating-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.rating-badge {
  display: flex; align-items: center; gap: 10px; background: #fff;
  border: 1px solid rgba(33,29,25,0.08); border-radius: 999px; padding: 10px 22px;
}
.rating-badge__source { font-size: 12.5px; color: #6b6250; letter-spacing: 0.02em; }
.rating-badge__star { color: #b25a30; font-size: 14px; line-height: 1; }
.rating-badge__score { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 15px; color: #b25a30; font-weight: 700; line-height: 1; }
.rating-badge__count { font-size: 12px; color: #96897a; }

.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: clamp(40px, 5vw, 56px); border-top: 1px solid rgba(33,29,25,0.1); }
@media (max-width: 640px) {
  .review-grid { grid-template-columns: 1fr; }
}
.review-card {
  padding: 30px 26px; border-bottom: 1px solid rgba(33,29,25,0.1); border-right: 1px solid rgba(33,29,25,0.1);
  display: flex; flex-direction: column;
}
.review-card:nth-child(2n) { border-right: none; }
.review-card:nth-last-child(-n+2) { border-bottom: none; }
@media (max-width: 640px) {
  .review-card { border-right: none; }
  .review-card:nth-last-child(-n+2) { border-bottom: 1px solid rgba(33,29,25,0.1); }
  .review-card:last-child { border-bottom: none; }
}
.review-card__stars { color: #d69b3c; font-size: 14px; letter-spacing: 0.1em; margin-bottom: 14px; }
.review-card__text { font-weight: 400; line-height: 1.9; font-size: 14px; color: #3a362f; margin: 0 0 20px; flex: 1; }
.review-card__meta {
  display: flex; align-items: baseline; justify-content: space-between;
  border-top: 1px solid rgba(33,29,25,0.08); padding-top: 14px;
}
.review-card__name { font-size: 13px; color: #b25a30; font-weight: 600; }
.review-card__date { font-size: 11.5px; color: #96897a; }

.review-source { text-align: center; margin-top: clamp(30px, 5vw, 44px); }

/* ===== Access ===== */
.access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; align-items: stretch; }

.map-placeholder {
  border-radius: 4px; overflow: hidden; min-height: 320px;
  background: #f1ece1;
  background-image:
    repeating-linear-gradient(0deg, rgba(178,90,48,0.10) 0 1px, rgba(178,90,48,0) 1px 44px),
    repeating-linear-gradient(90deg, rgba(178,90,48,0.10) 0 1px, rgba(178,90,48,0) 1px 44px);
  display: flex; align-items: center; justify-content: center;
}
.map-placeholder span {
  font-family: monospace; font-size: 11px; color: #7a6a58; letter-spacing: 0.06em;
  background: rgba(250,247,241,0.9); padding: 7px 14px; border-radius: 4px;
}

.map-embed { position: relative; border-radius: 4px; overflow: hidden; min-height: 320px; background: #f1ece1; }
.map-embed iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; }
.map-embed__link {
  position: absolute; left: 16px; top: 16px; z-index: 2;
  font-size: 12px; color: #211d19; letter-spacing: 0.02em; text-decoration: none;
  background: rgba(250,247,241,0.92); padding: 8px 14px; border-radius: 4px;
}

.info-card {
  background: #fff; border-radius: 4px; padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(33,29,25,0.08);
}
.info-card__title { font-weight: 700; font-size: 22px; letter-spacing: 0.04em; margin-bottom: 26px; }
.info-list { display: flex; flex-direction: column; gap: 18px; }
.info-row { display: flex; gap: 18px; align-items: baseline; border-bottom: 1px solid rgba(33,29,25,0.08); padding-bottom: 16px; }
.info-row--last { border-bottom: none; padding-bottom: 0; }
.info-row__label { width: 82px; flex-shrink: 0; font-size: 11.5px; letter-spacing: 0.08em; color: #b25a30; font-weight: 600; }
.info-row__value { font-size: 14px; line-height: 1.9; color: #3a362f; }
.info-row__link { display: inline-block; margin-top: 4px; font-size: 12.5px; color: #b25a30; text-decoration: underline; text-underline-offset: 3px; }
.info-row__link:hover { color: #7a3c1e; }
.info-row__tel { font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 700; font-size: 23px; color: #b25a30; text-decoration: none; letter-spacing: 0.09em; transition: color 0.2s ease; }
.info-row__tel:hover { color: #7a3c1e; }
.info-card__note { text-align: center; font-size: 12px; color: #96897a; margin: 14px 0 0; line-height: 1.8; }

/* ===== Footer ===== */
.site-footer { background: #f1ece1; border-top: 1px solid rgba(33,29,25,0.08); }
.site-footer__inner {
  max-width: 1180px; margin: 0 auto; padding: 54px 28px 40px;
  display: flex; flex-wrap: wrap; gap: clamp(30px, 8vw, 120px); justify-content: center; align-items: flex-end;
}
.site-footer__logo { font-weight: 700; font-size: 22px; color: #211d19; letter-spacing: 0.06em; }
.site-footer__en { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 14px; letter-spacing: 0.04em; color: #b25a30; margin-top: 8px; }
.site-footer__addr { font-size: 13px; line-height: 1.9; margin: 20px 0 0; color: #58524a; }
.site-footer__nav { display: flex; flex-wrap: wrap; gap: 22px; font-size: 13px; }
.site-footer__nav a { text-decoration: none; color: #58524a; }
.site-footer__social-block { text-align: center; }
.site-footer__social-label { font-size: 12px; color: #96897a; letter-spacing: 0.04em; margin-bottom: 12px; }
.site-footer__social {
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
  color: #211d19; font-size: 14px; font-weight: 700; letter-spacing: 0.04em;
  background: #fff; border-radius: 999px; padding: 10px 22px 10px 10px;
  box-shadow: 0 6px 18px rgba(214, 41, 118, 0.18);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.site-footer__social:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(214, 41, 118, 0.28); }
.site-footer__social svg { width: 34px; height: 34px; flex: none; }
.site-footer__bottom { border-top: 1px solid rgba(33,29,25,0.08); }
.site-footer__bottom-inner {
  max-width: 1180px; margin: 0 auto; padding: 18px 28px;
  font-size: 11.5px; color: #96897a; letter-spacing: 0.04em;
}
