:root {
  --hbs-paper: #fff;
  --hbs-bg: #f6f5f2;
  --hbs-ink: #17212b;
  --hbs-navy: #12344d;
  --hbs-blue: #1b5b78;
  --hbs-muted: #697078;
  --hbs-line: #d9d7d1;
  --hbs-pale: #eef3f5;
  --hbs-warm: #f4eee5;
  --hbs-warning: #765b2d;
  --hbs-error: #9b3c34;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  color: var(--hbs-ink);
  background: var(--hbs-paper);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .015em;
}
body.home .site-content,
body.post-type-archive-hotel .site-content,
body.single-hotel .site-content,
body.post-type-archive-hbs_article .site-content,
body.single-hbs_article .site-content,
body.page .site-content { display: block; padding: 0; }
[hidden] { display: none !important; }
.site-header { border-bottom: 1px solid var(--hbs-line); }
.site-branding .main-title { font-weight: 700; letter-spacing: .04em; }
.main-navigation .main-nav ul li a { letter-spacing: .04em; }
/*
 * GeneratePress also uses `.container` on #page. Scope our content width to
 * descendants of .site-content so the parent page and a custom inner
 * container are not narrowed twice on small screens.
 */
.site-content .container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
a { text-underline-offset: 3px; }

.button,
button.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
}
.button-primary { border-color: var(--hbs-navy); background: var(--hbs-navy); color: #fff; }
.button-primary:hover { border-color: var(--hbs-blue); background: var(--hbs-blue); color: #fff; }
.button-secondary { border-color: var(--hbs-navy); background: #fff; color: var(--hbs-navy); }
.button-secondary:hover { background: var(--hbs-pale); color: var(--hbs-navy); }
.button-wide { width: 100%; }
.button-link { min-height: 40px; padding: 0; border: 0; background: transparent; color: var(--hbs-blue); text-decoration: underline; cursor: pointer; }

.eyebrow { margin: 0 0 8px; color: var(--hbs-blue); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.section-heading { margin-bottom: 24px; }
.section-heading h2 { margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(27px, 5vw, 38px); font-weight: 600; line-height: 1.4; }
.section-heading > p:last-child:not(.eyebrow) { margin: 10px 0 0; color: var(--hbs-muted); font-size: 14px; }

/* Top */
.hero { padding: 56px 0 64px; background: var(--hbs-bg); }
.hero__grid { display: grid; gap: 36px; }
.hero__copy h1 { max-width: 15em; margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(34px, 8vw, 56px); font-weight: 600; line-height: 1.35; letter-spacing: .02em; }
.hero__copy > p:not(.eyebrow) { max-width: 38em; margin: 18px 0 0; color: var(--hbs-muted); font-size: 16px; line-height: 1.9; }
.hero__principles { margin: 30px 0 0; border-top: 1px solid var(--hbs-line); }
.hero__principles div { display: grid; grid-template-columns: 42px 1fr; padding: 10px 0; border-bottom: 1px solid var(--hbs-line); }
.hero__principles dt { color: var(--hbs-muted); font-size: 11px; }
.hero__principles dd { margin: 0; font-size: 13px; }
.search-box { padding: 24px; border: 1px solid var(--hbs-line); background: #fff; box-shadow: 0 12px 32px rgba(20, 40, 55, .05); }
.search-box::before { display: block; margin-bottom: 20px; content: "条件を選ぶ"; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 23px; font-weight: 600; }
.filter-disclosure { border-top: 1px solid var(--hbs-line); }
.filter-disclosure:last-of-type { border-bottom: 1px solid var(--hbs-line); }
.filter-disclosure summary { position: relative; display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 34px 10px 0; font-size: 14px; font-weight: 700; list-style: none; cursor: pointer; }
.filter-disclosure summary::-webkit-details-marker { display: none; }
.filter-disclosure summary::after { position: absolute; top: 50%; right: 5px; width: 9px; height: 9px; border-right: 1.5px solid var(--hbs-muted); border-bottom: 1.5px solid var(--hbs-muted); content: ""; transform: translateY(-65%) rotate(45deg); transition: transform .2s ease; }
.filter-disclosure[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.filter-selection-count { color: var(--hbs-blue); font-size: 12px; font-weight: 700; }
.filter-group { margin: 0; padding: 2px 0 20px; border: 0; }
.filter-group legend { margin-bottom: 9px; font-size: 14px; font-weight: 700; }
.step-number { display: inline-grid; width: 22px; height: 22px; place-items: center; margin-right: 7px; border: 1px solid var(--hbs-navy); border-radius: 50%; color: var(--hbs-navy); font-size: 11px; line-height: 1; }
.filter-help { margin: -3px 0 10px; color: var(--hbs-muted); font-size: 12px; }
.chip-list { display: flex; flex-wrap: wrap; gap: 8px; }
.choice-chip, .choice-row { position: relative; }
.choice-chip input, .choice-row input { position: absolute; opacity: 0; }
.choice-chip span { display: inline-flex; min-height: 42px; align-items: center; padding: 8px 13px; border: 1px solid var(--hbs-line); border-radius: 4px; background: #fff; font-size: 13px; cursor: pointer; }
.choice-chip input:checked + span { border-color: var(--hbs-navy); background: var(--hbs-navy); color: #fff; }
.choice-chip-button { min-height: 42px; padding: 8px 13px; border: 1px solid var(--hbs-line); border-radius: 4px; background: #fff; color: var(--hbs-ink); font: inherit; font-size: 13px; cursor: pointer; }
.choice-chip-button[aria-pressed="true"] { border-color: var(--hbs-navy); background: var(--hbs-navy); color: #fff; }
.choice-chip-button:focus-visible { outline: 3px solid rgba(27, 91, 120, .23); outline-offset: 2px; }
.filter-services { display: grid; gap: 8px; }
.choice-row span { display: flex; min-height: 48px; align-items: center; padding: 9px 12px 9px 43px; border: 1px solid var(--hbs-line); border-radius: 4px; background: #fff; font-size: 13px; cursor: pointer; }
.choice-row span::before { position: absolute; left: 14px; width: 18px; height: 18px; border: 1px solid #85898c; border-radius: 3px; content: ""; }
.choice-row input:checked + span { border-color: var(--hbs-navy); background: var(--hbs-pale); }
.choice-row input:checked + span::before { border-color: var(--hbs-navy); background: var(--hbs-navy); }
.choice-row input:checked + span::after { position: absolute; left: 20px; width: 5px; height: 9px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; content: ""; transform: translateY(-1px) rotate(45deg); }
.choice-chip input:focus-visible + span,
.choice-row input:focus-visible + span,
.switch-row input:focus-visible { outline: 3px solid rgba(27, 91, 120, .23); outline-offset: 2px; }
.switch-row { display: flex; min-height: 44px; align-items: center; gap: 9px; margin: 12px 0; font-size: 13px; cursor: pointer; }
.switch-row input { width: 18px; height: 18px; margin: 0; accent-color: var(--hbs-navy); }
.filter-options { padding-top: 10px; }
.notice-inline { padding: 12px; border-left: 2px solid var(--hbs-warning); background: var(--hbs-warm); font-size: 13px; }
.form-status { min-height: 1.4em; margin: 8px 0 0; color: var(--hbs-muted); font-size: 12px; }
.feature-section { padding: 64px 0; }
.feature-links { display: grid; border-top: 1px solid var(--hbs-line); }
.feature-links a { display: flex; min-height: 110px; flex-direction: column; justify-content: center; padding: 20px 4px; border-bottom: 1px solid var(--hbs-line); color: var(--hbs-ink); text-decoration: none; }
.feature-links a:hover { color: var(--hbs-blue); }
.feature-links strong { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 20px; font-weight: 600; }
.feature-links span { margin-top: 5px; color: var(--hbs-muted); font-size: 13px; }
.article-section { padding-top: 64px; padding-bottom: 16px; }
.section-heading--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.section-heading--row > a { flex: none; color: var(--hbs-blue); font-size: 13px; font-weight: 700; }
.article-list { border-top: 1px solid var(--hbs-line); }
.article-card { display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--hbs-line); }
.article-card__image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #ecebe8; text-decoration: none; }
.article-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.article-card:hover .article-card__image img { transform: scale(1.02); }
.article-placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: #777; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 19px; }
.article-card__body { align-self: center; min-width: 0; }
.article-card__type { margin: 0 0 5px; color: var(--hbs-blue); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.article-card h3 { margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 18px; font-weight: 600; line-height: 1.55; }
.article-card h3 a { color: var(--hbs-ink); text-decoration: none; }
.article-card h3 a:hover { color: var(--hbs-blue); }
.article-card__excerpt { display: none; margin: 8px 0 0; color: var(--hbs-muted); font-size: 13px; line-height: 1.75; }
.article-card__meta { margin: 8px 0 0; color: var(--hbs-muted); font-size: 11px; }
.trust-strip { padding: 30px 0; background: var(--hbs-navy); color: #fff; }
.trust-strip strong { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 20px; }
.trust-strip p { margin: 5px 0 0; color: #dce5ea; font-size: 14px; }
.trust-strip__inner { display: grid; gap: 18px; }
.trust-strip .button-secondary { align-self: center; border-color: #fff; background: transparent; color: #fff; }
.trust-strip .button-secondary:hover { background: #fff; color: var(--hbs-navy); }

/* Static information pages */
.static-page { padding-bottom: 80px; }
.static-page__article { max-width: 960px; }
.static-page__header { padding: 46px 0 30px; border-bottom: 1px solid var(--hbs-line); }
.static-page__header h1 { max-width: 15em; margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(32px, 7vw, 48px); font-weight: 600; line-height: 1.4; }
.static-page__content { padding-top: 32px; font-size: 15px; line-height: 2; }
.static-page__content > * { max-width: none; margin-right: 0; margin-left: 0; }
.static-page__content .page-lead { margin-top: 0; color: var(--hbs-ink); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(20px, 4.6vw, 27px); line-height: 1.8; }
.static-page__content h2 { margin-top: 54px; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 1px solid var(--hbs-line); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(23px, 5vw, 30px); font-weight: 600; line-height: 1.5; }
.static-page__content h3 { margin-top: 34px; font-size: 18px; }
.static-page__content p { margin-top: 0; margin-bottom: 18px; }
.static-page__content ul, .static-page__content ol { margin-top: 0; margin-bottom: 24px; padding-left: 1.4em; }
.static-page__content li + li { margin-top: 7px; }
.static-page__content .page-note { padding: 18px 20px; border-left: 2px solid var(--hbs-warning); background: var(--hbs-warm); font-size: 13px; line-height: 1.8; }
.static-page__content .page-updated { margin-top: 50px; color: var(--hbs-muted); font-size: 12px; }
.page-definition-list { margin-top: 0; border-top: 1px solid var(--hbs-line); }
.page-definition-list div { display: grid; gap: 5px; padding: 14px 0; border-bottom: 1px solid var(--hbs-line); }
.page-definition-list dt { color: var(--hbs-muted); font-size: 12px; font-weight: 700; }
.page-definition-list dd { margin: 0; }
.page-table-wrap { max-width: 100%; overflow-x: auto; }
.page-table-wrap table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 14px; line-height: 1.7; }
.page-table-wrap th, .page-table-wrap td { padding: 13px 14px; border: 1px solid var(--hbs-line); text-align: left; vertical-align: top; }
.page-table-wrap thead th { background: var(--hbs-pale); }
.page-table-wrap tbody th { width: 170px; background: var(--hbs-bg); white-space: nowrap; }

.hbs-contact-form { margin-top: 40px; padding: 22px; border: 1px solid var(--hbs-line); background: var(--hbs-bg); }
.hbs-contact-form form { display: grid; gap: 20px; }
.hbs-contact-form label:not(.contact-consent) { display: grid; gap: 7px; font-weight: 700; line-height: 1.6; }
.hbs-contact-form label > span:first-child, .hbs-contact-form label:not(.contact-consent) > span { margin-left: 7px; color: var(--hbs-error); font-size: 11px; }
.hbs-contact-form input[type="text"], .hbs-contact-form input[type="email"], .hbs-contact-form input[type="url"], .hbs-contact-form select, .hbs-contact-form textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #a9abad; border-radius: 0; background: #fff; color: var(--hbs-ink); font: inherit; font-weight: 400; }
.hbs-contact-form textarea { min-height: 180px; resize: vertical; }
.hbs-contact-form input:focus, .hbs-contact-form select:focus, .hbs-contact-form textarea:focus { border-color: var(--hbs-blue); outline: 3px solid rgba(27, 91, 120, .18); outline-offset: 1px; }
.contact-consent { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; cursor: pointer; }
.contact-consent input { flex: none; width: 18px; height: 18px; margin-top: 6px; accent-color: var(--hbs-navy); }
.contact-message { padding: 14px 16px; border-left: 3px solid var(--hbs-blue); background: var(--hbs-pale); font-size: 14px; }
.contact-message--error { border-left-color: var(--hbs-error); background: #f9ecea; }
.contact-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

.site-info { padding: 0; border-top: 1px solid rgba(255,255,255,.12); background: #0d283b; color: #fff; text-align: left; }
.site-info .inside-site-info { display: block; width: min(1160px, calc(100% - 32px)); margin-inline: auto; padding: 42px 0 24px; }
.hbs-footer-content { display: grid; gap: 34px; width: 100%; }
.hbs-footer-content p { margin: 0; }
.hbs-footer-brand { max-width: 520px; }
.hbs-footer-brand > a { color: #fff; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 25px; font-weight: 700; letter-spacing: .05em; text-decoration: none; }
.hbs-footer-brand p { margin-top: 8px; color: #cbd9e1; font-size: 12px; line-height: 1.8; }
.hbs-footer-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 22px; }
.hbs-footer-group h2 { margin: 0 0 13px; color: #fff; font-family: inherit; font-size: 14px; font-weight: 700; line-height: 1.5; }
.hbs-footer-group ul { margin: 0; padding: 0; list-style: none; }
.hbs-footer-group li + li { margin-top: 10px; }
.hbs-footer-group a { color: #dce6eb; font-size: 12px; line-height: 1.65; text-decoration: none; }
.hbs-footer-group a:hover, .hbs-footer-group a:focus { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.hbs-footer-copyright { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); color: #afc2cc; font-size: 11px; }

/* Brand home */
.search-box__title { margin: 0 0 18px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 25px; font-weight: 600; }
.popular-section, .location-section { padding-top: 68px; padding-bottom: 18px; }
.popular-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--hbs-line); border-left: 1px solid var(--hbs-line); }
.popular-card { display: grid; min-width: 0; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: 10px; padding: 17px 13px; border-right: 1px solid var(--hbs-line); border-bottom: 1px solid var(--hbs-line); color: var(--hbs-ink); text-decoration: none; }
.popular-card:hover { background: var(--hbs-pale); }
.popular-card__icon { display: grid; width: 38px; height: 38px; place-items: center; color: var(--hbs-blue); }
.popular-card strong, .popular-card small { display: block; }
.popular-card strong { font-size: 14px; line-height: 1.5; }
.popular-card small { margin-top: 3px; color: var(--hbs-muted); font-size: 10px; line-height: 1.5; }
.location-browser { border-top: 1px solid var(--hbs-line); }
.location-region { border-bottom: 1px solid var(--hbs-line); }
.location-region > summary { display: flex; min-height: 62px; align-items: center; justify-content: space-between; padding: 12px 4px; cursor: pointer; }
.location-region > summary strong { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 21px; }
.location-region > summary span { color: var(--hbs-muted); font-size: 12px; }
.location-prefectures { display: grid; gap: 0; padding-bottom: 18px; border-top: 1px solid var(--hbs-line); background: #fff; }
.location-prefecture { padding: 15px; border-bottom: 1px solid var(--hbs-line); background: #fff; }
.location-prefecture__name { display: inline-flex; align-items: baseline; gap: 7px; color: var(--hbs-navy); font-weight: 700; text-decoration: none; }
.location-prefecture__name small { color: var(--hbs-muted); font-size: 10px; font-weight: 400; }
.location-areas { display: flex; flex-wrap: wrap; gap: 7px 13px; margin-top: 10px; }
.location-areas a { color: var(--hbs-muted); font-size: 12px; text-decoration: underline; text-decoration-color: #c8d4d9; text-underline-offset: 3px; }
.standards-section { margin-top: 64px; padding: 58px 0; background: var(--hbs-navy); color: #fff; }
.standards-section .section-heading h2, .standards-section .eyebrow { color: #fff; }
.standards-grid { display: grid; gap: 1px; background: rgba(255,255,255,.25); }
.standards-grid > div { padding: 18px; background: var(--hbs-navy); }
.standards-grid strong { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 18px; }
.standards-grid p, .standards-note { color: #dce5ea; font-size: 12px; line-height: 1.8; }
.standards-grid p { margin: 7px 0 0; }
.standards-note { max-width: 850px; margin: 24px 0 0; }
.standards-action { display: flex; justify-content: center; margin-top: 26px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.22); }
.standards-action .button-secondary { min-width: 230px; border-color: #fff; background: transparent; color: #fff; }
.standards-action .button-secondary:hover, .standards-action .button-secondary:focus { background: #fff; color: var(--hbs-navy); }
.related-guide-links { display: grid; border-top: 1px solid var(--hbs-line); }
.related-guide-links a { display: grid; gap: 4px; padding: 16px 2px; border-bottom: 1px solid var(--hbs-line); color: var(--hbs-ink); text-decoration: none; }
.related-guide-links a span { color: var(--hbs-blue); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.related-guide-links a strong { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 18px; }

/* Guides */
.guide-archive { padding-top: 48px; padding-bottom: 72px; }
.page-heading { margin-bottom: 34px; }
.page-heading h1 { margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(34px, 7vw, 50px); font-weight: 600; }
.page-heading > p:last-child { max-width: 44em; color: var(--hbs-muted); line-height: 1.8; }
.guide-header { max-width: 960px; padding-top: 48px; }
.guide-header h1 { max-width: 22em; margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(34px, 7vw, 54px); font-weight: 600; line-height: 1.35; }
.guide-lead { max-width: 48em; margin: 18px 0 0; color: var(--hbs-muted); font-size: 16px; line-height: 1.9; }
.guide-date { margin: 12px 0 24px; color: var(--hbs-muted); font-size: 11px; }
.guide-hero { aspect-ratio: 16 / 9; overflow: hidden; background: #ecebe8; }
.guide-hero img { width: 100%; height: 100%; object-fit: cover; }
.guide-body { max-width: 960px; padding-top: 42px; padding-bottom: 20px; }
.guide-body > :first-child { margin-top: 0; }
.guide-body h2 { margin: 2.2em 0 .9em; padding-bottom: .55em; border-bottom: 1px solid #c7d3d7; color: var(--hbs-ink); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(25px, 5vw, 34px); font-weight: 600; line-height: 1.5; }
.guide-body h3 { margin: 1.8em 0 .8em; padding-left: .7em; border-left: 3px solid var(--hbs-blue); font-size: 20px; font-weight: 700; line-height: 1.6; }
.guide-body h4 { margin: 1.6em 0 .7em; font-size: 18px; font-weight: 700; line-height: 1.6; }
.guide-body p, .guide-body li { line-height: 2; }
.related-hotels { padding-top: 56px; padding-bottom: 72px; }
.related-hotels__action { margin: 28px 0 0; text-align: center; }

/* Search */
.results-page { padding-top: 44px; }
.results-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--hbs-line); }
.results-header h1 { margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(29px, 6vw, 43px); font-weight: 600; }
.results-header p { margin: 7px 0 0; }
.results-layout { display: grid; gap: 28px; }
.filter-panel { position: fixed; z-index: 300; inset: 0; display: none; align-items: flex-end; padding-top: max(48px, 8vh); background: rgba(13, 25, 34, .54); }
.filter-panel.is-open { display: flex; }
.filter-panel form { width: 100%; max-height: 92dvh; overflow: auto; overscroll-behavior: contain; padding: 0 20px; border-radius: 18px 18px 0 0; background: #fff; box-shadow: 0 -12px 40px rgba(8, 24, 34, .16); transition: transform .2s ease; }
.filter-panel form.is-dragging { transition: none; }
.filter-sheet-handle { position: sticky; z-index: 4; top: 0; display: block; width: 80px; height: 28px; margin: 0 auto; padding: 0; border: 0; background: transparent; touch-action: none; cursor: grab; }
.filter-sheet-handle::before { position: absolute; top: 10px; left: 16px; width: 48px; height: 5px; border-radius: 5px; background: #d6d8d9; content: ""; }
.filter-sheet-handle:active { cursor: grabbing; }
.filter-sheet-handle:focus-visible { outline: 3px solid rgba(27, 91, 120, .23); outline-offset: -2px; }
.filter-panel__header { position: sticky; z-index: 3; top: 15px; display: flex; min-height: 58px; align-items: center; gap: 10px; margin: 0 -20px 8px; padding: 7px 20px; border-bottom: 1px solid var(--hbs-line); background: #fff; }
.filter-panel__header strong { font-size: 18px; }
.filter-panel__header .button-link { margin-left: auto; }
.filter-close { display: grid; width: 40px; height: 40px; place-items: center; border: 0; background: transparent; font-size: 25px; }
.filter-panel__footer { position: sticky; z-index: 4; bottom: 0; margin: 12px -20px 0; padding: 10px 20px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--hbs-line); background: rgba(255, 255, 255, .97); box-shadow: 0 -7px 20px rgba(8, 24, 34, .08); }
.filter-panel__footer .form-status { margin: 0; text-align: center; }
.filter-submit { min-height: 52px; border-radius: 3px; font-weight: 700; }
.results-toolbar { position: sticky; z-index: 30; top: 0; display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; gap: 8px; margin: 0 0 12px; padding: 10px 0; border-bottom: 1px solid var(--hbs-line); background: rgba(255, 255, 255, .96); }
.filter-open { display: inline-flex; min-height: 44px; flex: none; align-items: center; gap: 6px; padding: 8px 11px; border: 1px solid var(--hbs-blue); border-radius: 22px; background: #fff; color: var(--hbs-navy); font: inherit; font-size: 12px; font-weight: 700; line-height: 1; white-space: nowrap; cursor: pointer; }
.filter-open__icon { position: relative; width: 17px; height: 14px; background: linear-gradient(var(--hbs-blue), var(--hbs-blue)) 0 2px / 17px 1px no-repeat, linear-gradient(var(--hbs-blue), var(--hbs-blue)) 0 7px / 17px 1px no-repeat, linear-gradient(var(--hbs-blue), var(--hbs-blue)) 0 12px / 17px 1px no-repeat; }
.filter-open__icon::after { position: absolute; inset: 0; background: radial-gradient(circle at 5px 2.5px, var(--hbs-blue) 0 2px, transparent 2.5px), radial-gradient(circle at 12px 7.5px, var(--hbs-blue) 0 2px, transparent 2.5px), radial-gradient(circle at 7px 12.5px, var(--hbs-blue) 0 2px, transparent 2.5px); content: ""; }
.filter-open__count { display: inline-grid; min-width: 21px; height: 21px; place-items: center; padding: 0 5px; border-radius: 11px; background: var(--hbs-navy); color: #fff; font-size: 11px; }
.results-sort { display: flex; min-width: 0; flex: 1; align-items: center; justify-content: flex-end; gap: 5px; color: var(--hbs-muted); font-size: 10px; line-height: 1; white-space: nowrap; }
.results-sort > span { flex: none; }
.results-sort select { width: auto; min-width: 0; min-height: 42px; flex: 1; padding: 6px 25px 6px 8px; border: 1px solid var(--hbs-line); border-radius: 3px; background: #fff; color: var(--hbs-ink); font-size: 11px; }
.hbs-field-inline { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 18px 0; font-size: 13px; }
.hbs-field-inline select { min-height: 42px; max-width: 190px; padding: 6px 28px 6px 9px; border: 1px solid var(--hbs-line); border-radius: 0; background: #fff; }
.active-filters { display: flex; gap: 7px; margin-bottom: 14px; overflow-x: auto; scrollbar-width: none; }
.active-filters:empty { display: none; }
.active-filters::-webkit-scrollbar { display: none; }
.active-filter { display: inline-flex; min-height: 36px; flex: none; align-items: center; gap: 5px; padding: 3px 6px 3px 11px; border: 1px solid #b8cbd3; border-radius: 18px; background: var(--hbs-pale); color: var(--hbs-navy); font-size: 12px; }
.active-filter button { width: 26px; height: 26px; border: 0; background: transparent; }
.hotel-grid { display: grid; gap: 20px; }
.hotel-card { min-width: 0; overflow: hidden; border: 1px solid var(--hbs-line); background: #fff; }
.hotel-card__image { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: #ecebe8; }
.hotel-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.hotel-card:hover .hotel-card__image img { transform: scale(1.02); }
.image-placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: #ecebe8; color: #777; font-family: serif; font-size: 38px; }
.hotel-card__body { padding: 19px; }
.hotel-card__region { margin: 0 0 6px; color: var(--hbs-muted); font-size: 12px; letter-spacing: .08em; }
.hotel-card__title { margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 23px; font-weight: 600; line-height: 1.45; }
.hotel-card__title a { color: var(--hbs-ink); text-decoration: none; }
.hotel-card__excerpt { margin: 9px 0 14px; color: var(--hbs-muted); font-size: 13px; line-height: 1.75; }
.hotel-card__price { margin: 12px 0 18px; color: var(--hbs-navy); }
.hotel-card__price strong { font-size: 24px; font-weight: 700; }
.hotel-card__price small { display: block; color: var(--hbs-muted); font-size: 11px; }
.hotel-card__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px 10px; margin: 15px 0; padding: 12px 0; border-block: 1px solid #eceae5; }
.hotel-card__price strong { color: var(--hbs-navy); font-size: 22px; }
.hotel-card__price small { color: var(--hbs-muted); font-size: 10px; }
.hotel-card__price-missing { margin: 15px 0; padding: 12px 0; border-block: 1px solid #eceae5; color: var(--hbs-muted); font-size: 12px; }
.match-list { display: grid; gap: 9px; padding-top: 4px; }
.match-item { display: flex; align-items: flex-start; gap: 9px; }
.match-item > span:last-child { display: grid; min-width: 0; }
.match-item small { color: var(--hbs-muted); line-height: 1.45; }
.status-badge { display: inline-flex; flex: none; min-height: 25px; align-items: center; padding: 2px 8px; border: 1px solid currentColor; font-size: 11px; font-weight: 700; line-height: 1; white-space: nowrap; }
.status-yes { background: var(--hbs-pale); color: var(--hbs-blue); }
.status-conditional { background: var(--hbs-warm); color: var(--hbs-warning); }
.status-no, .status-unknown, .status-na { background: #f2f2f0; color: #5d6266; }
.hotel-card__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 18px; }
.hotel-card__actions > :only-child { grid-column: 1 / -1; }
.empty-state { grid-column: 1 / -1; padding: 52px 20px; border: 1px solid var(--hbs-line); background: #fff; text-align: center; }
.load-more { display: flex; margin: 22px auto; }
.infinite-scroll-status { min-height: 24px; margin: 20px 0 0; color: var(--hbs-muted); font-size: 12px; text-align: center; }
.infinite-scroll-sentinel { width: 100%; height: 1px; }
.js-hbs-search [data-server-pagination] { display: none; }
.pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin: 28px 0; }
.pagination a, .pagination span { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid var(--hbs-line); background: #fff; text-decoration: none; }
.pagination .current { border-color: var(--hbs-navy); background: var(--hbs-navy); color: #fff; }

/* Hotel detail */
.detail-breadcrumb { display: flex; gap: 8px; padding-top: 20px; color: var(--hbs-muted); font-size: 12px; }
.detail-header { display: grid; gap: 28px; padding-top: 32px; }
.detail-header__main h1 { max-width: 18em; margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(34px, 7vw, 54px); font-weight: 600; line-height: 1.3; }
.detail-lead { max-width: 48em; margin: 13px 0 24px; color: var(--hbs-muted); font-size: 15px; line-height: 1.9; }
.detail-hero__image { aspect-ratio: 4 / 3; overflow: hidden; background: #ecebe8; }
.detail-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.highlight-box { display: grid; gap: 4px; margin: 0; padding: 18px 0; border-bottom: 1px solid var(--hbs-line); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 18px; line-height: 1.7; }
.highlight-box span { color: var(--hbs-blue); font-family: inherit; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.booking-panel { align-self: start; border-top: 3px solid var(--hbs-navy); border-bottom: 1px solid var(--hbs-line); background: #fff; }
.booking-panel .ad-label { margin: 14px 18px 2px; color: var(--hbs-muted); font-size: 10px; letter-spacing: .08em; }
.booking-panel h2 { margin: 0; padding: 0 18px 14px; border-bottom: 1px solid var(--hbs-line); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 21px; font-weight: 600; }
.booking-panel__lead { display: grid; gap: 1px; margin: 0; padding: 15px 18px; background: var(--hbs-bg); }
.booking-panel__lead strong { color: var(--hbs-navy); font-size: 25px; }
.booking-panel__lead span { color: var(--hbs-muted); font-size: 10px; }
.booking-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 13px 18px; border-bottom: 1px solid #e8e6e1; }
.booking-row > div { display: grid; gap: 2px; }
.booking-row strong { font-size: 13px; }
.booking-row span { color: var(--hbs-navy); font-size: 14px; font-weight: 700; }
.booking-row a { display: inline-flex; min-height: 36px; align-items: center; padding: 6px 11px; border: 1px solid var(--hbs-navy); color: var(--hbs-navy); font-size: 11px; font-weight: 700; text-decoration: none; }
.booking-row a:hover { background: var(--hbs-navy); color: #fff; }
.booking-panel__note { margin: 0; padding: 13px 18px; color: var(--hbs-muted); font-size: 10px; line-height: 1.7; }
.caution-box { margin-top: 26px; padding: 16px 18px; border: 1px solid #cfbea1; background: var(--hbs-warm); }
.caution-box strong { font-size: 13px; }
.caution-box p { margin: 4px 0 0; font-size: 13px; line-height: 1.7; }
.detail-section { padding-top: 68px; }
.amenity-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--hbs-line); }
.amenity-item { display: grid; min-width: 0; grid-template-columns: 36px minmax(0, 1fr); align-items: center; gap: 10px; padding: 17px 8px 17px 0; border-bottom: 1px solid var(--hbs-line); }
.amenity-item:nth-child(odd) { padding-right: 12px; }
.amenity-item:nth-child(even) { padding-left: 12px; border-left: 1px solid var(--hbs-line); }
.amenity-item__icon { display: grid; width: 36px; height: 36px; place-items: center; color: var(--hbs-navy); }
.amenity-icon { width: 29px; height: 29px; }
.amenity-item > div { display: grid; justify-items: start; gap: 6px; min-width: 0; }
.amenity-item strong { font-size: 13px; line-height: 1.45; }
.amenity-item .status-badge { min-height: 21px; padding: 2px 6px; font-size: 10px; }
.amenity-section__link { margin: 16px 0 0; text-align: right; }
.amenity-section__link a { color: var(--hbs-blue); font-size: 13px; font-weight: 700; }
.service-group { margin: 30px 0; }
.service-group h3 { margin: 0 0 11px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 21px; font-weight: 600; }
.service-detail { margin: -1px 0 0; border-block: 1px solid var(--hbs-line); background: #fff; }
.service-detail summary { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 2px; font-size: 14px; font-weight: 700; cursor: pointer; }
.service-detail summary::marker { color: var(--hbs-muted); }
.service-detail dl { margin: 0; padding: 6px 2px 14px; }
.service-detail dl div, .source-section dl div { display: grid; gap: 3px; padding: 10px 0; border-bottom: 1px solid #eceae5; }
.service-detail dt, .source-section dt { color: var(--hbs-muted); font-size: 12px; }
.service-detail dd, .source-section dd { margin: 0; font-size: 14px; line-height: 1.7; }
.official-link { display: inline-flex; min-height: 40px; align-items: center; margin: 0 2px 15px; color: var(--hbs-blue); font-size: 13px; font-weight: 700; }
.prose-section { max-width: 850px; }
.single-hotel .prose-section { max-width: none; }
.prose-section__inner { max-width: 850px; }
.prose-section p { line-height: 2; }
.source-section { padding-bottom: 70px; }
.source-section dl { margin: 0; border-top: 1px solid var(--hbs-line); }
.mobile-booking-bar { position: fixed; z-index: 240; right: 0; bottom: 0; left: 0; padding: 10px 16px; border-top: 1px solid var(--hbs-line); background: rgba(255, 255, 255, .96); }
.mobile-booking-bar .button { width: 100%; }

@media (min-width: 768px) {
  .site-content .container { width: min(1160px, calc(100% - 48px)); }
  .site-info .inside-site-info { width: min(1160px, calc(100% - 48px)); padding-top: 52px; }
  .hbs-footer-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 52px; }
  .static-page__header { padding-top: 68px; }
  .static-page__content { padding-top: 44px; font-size: 16px; }
  .page-definition-list div { grid-template-columns: 180px 1fr; gap: 22px; }
  .hbs-contact-form { padding: 30px; }
  .hero { padding: 76px 0 84px; }
  .hero__grid { grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr); align-items: start; gap: 70px; }
  .search-box { padding: 30px; }
  .filter-services { grid-template-columns: 1fr 1fr; }
  .feature-links { grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--hbs-line); }
  .feature-links a { padding: 24px; border-right: 1px solid var(--hbs-line); }
  .article-card { grid-template-columns: 260px minmax(0, 1fr); gap: 28px; padding: 24px 0; }
  .article-card h3 { font-size: 23px; }
  .article-card__excerpt { display: block; }
  .article-list--featured .article-card:first-child { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 38px; padding-top: 0; }
  .article-list--featured .article-card:first-child .article-card__image { aspect-ratio: 16 / 10; }
  .article-list--featured .article-card:first-child h3 { font-size: 29px; }
  .trust-strip__inner { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
  .popular-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .popular-card { padding: 21px 18px; }
  .popular-card strong { font-size: 15px; }
  .location-prefectures { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .location-prefecture:nth-child(odd) { border-right: 1px solid var(--hbs-line); }
  .standards-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .guide-archive .article-list { max-width: 920px; }
  .results-layout { grid-template-columns: 284px minmax(0, 1fr); align-items: start; }
  .filter-open, .filter-submit { display: none; }
  .filter-panel { position: sticky; z-index: 10; top: 20px; display: block; max-height: calc(100vh - 40px); overflow: auto; padding: 0; border: 1px solid var(--hbs-line); background: #fff; }
  .filter-panel form { min-height: 0; max-height: none; overflow: visible; padding: 18px; border-radius: 0; box-shadow: none; }
  .filter-sheet-handle { display: none; }
  .filter-panel__header { position: static; margin: -18px -18px 18px; padding: 8px 18px; }
  .filter-panel__footer { position: static; margin: 10px 0 0; padding: 0; border: 0; box-shadow: none; }
  .filter-services { grid-template-columns: 1fr; }
  .results-toolbar { position: static; justify-content: flex-end; padding-top: 0; background: transparent; }
  .hotel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-header { grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 44px; }
  .booking-panel { position: sticky; top: 24px; }
  .detail-hero__image { aspect-ratio: 16 / 10; }
  .amenity-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .amenity-item { min-height: 88px; padding: 18px; border-left: 1px solid var(--hbs-line); }
  .amenity-item:nth-child(3n + 1) { padding-left: 0; border-left: 0; }
  .amenity-item:nth-child(3n) { padding-right: 0; }
  .amenity-item strong { font-size: 14px; }
  .service-detail dl div, .source-section dl div { grid-template-columns: 180px 1fr; gap: 20px; }
  .mobile-booking-bar { display: none; }
}

@media (min-width: 1100px) {
  .results-layout { grid-template-columns: 300px minmax(0, 1fr); gap: 34px; }
  .detail-header { grid-template-columns: minmax(0, 1fr) 360px; gap: 56px; }
  .amenity-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .amenity-item:nth-child(3n + 1) { padding-left: 18px; border-left: 1px solid var(--hbs-line); }
  .amenity-item:nth-child(3n) { padding-right: 18px; }
  .amenity-item:nth-child(4n + 1) { padding-left: 0; border-left: 0; }
  .amenity-item:nth-child(4n) { padding-right: 0; }
  .article-section { padding-top: 82px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Rakuten content is an independent referral block. Images retain their full frame. */
.rakuten-offer { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--hbs-line, #dedbd5); }
.rakuten-offer__photo { position: relative; margin: 0 0 16px; background: #f2f1ee; }
.rakuten-offer__photo a { display: block; }
.rakuten-offer__photo img { display: block; width: 100%; height: auto; max-height: 280px; object-fit: contain; }
.rakuten-offer__photo figcaption { position: absolute; bottom: 0; left: 0; padding: 4px 7px; background: rgba(0, 0, 0, .68); color: #fff; text-align: left; font-size: 11px; }
.rakuten-offer__rating { margin: 12px 0; font-size: 18px; font-weight: 600; }
.rakuten-offer__rating small { font-size: 12px; font-weight: 400; }
.rakuten-offer__price { margin: 12px 0 8px; }
.rakuten-offer__price strong { display: block; font-size: 26px; color: var(--hbs-navy); }
.rakuten-offer__price small, .rakuten-offer__note { font-size: 12px; color: var(--hbs-muted); line-height: 1.7; }
.rakuten-offer__updated, .rakuten-offer__credit { margin: 8px 0 0; font-size: 11px; color: var(--hbs-muted); }
.rakuten-offer > .button { width: 100%; white-space: normal; text-align: center; }
.hotel-card:not(:has(> .hotel-card__image)) { display: block; }
.detail-header:not(:has(.booking-panel)) { grid-template-columns: minmax(0, 1fr); }
.booking-panel .rakuten-offer { margin-top: 8px; border-top: 0; }
.detail-header__main { min-width: 0; }

/* GeneratePress resets #main's physical margins to 0 at mobile widths.
 * The hotel archive also uses #main as its inner content container, so restore
 * automatic side margins with a selector that wins that parent-theme rule. */
@media (max-width: 768px) {
  body.post-type-archive-hotel #main.container.results-page,
  body.post-type-archive-hbs_article #main.container.guide-archive {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .standards-action .button-secondary { width: 100%; }
  /* Keep the long site title and the menu button on one visual header row. */
  .site-header .inside-header {
    position: relative;
    min-height: 72px;
    padding: 14px 16px;
  }
  .site-header .site-branding {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding-right: 56px;
  }
  .site-header .site-branding .main-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
  }
  .site-header .mobile-menu-control-wrapper {
    position: absolute;
    top: 14px;
    right: 16px;
    margin: 0;
    transform: none;
  }
  .site-header .mobile-menu-control-wrapper .menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    min-height: 44px;
    place-items: center;
    padding: 0;
    line-height: 1;
  }
  .results-header { align-items: stretch; flex-direction: column; }
  .results-header .hbs-field-inline { margin: 0; }
  .results-header .hbs-field-inline select { flex: 1; max-width: none; }
  .hotel-card__actions .button { width: 100%; }
}
