:root {
  --hs2-pink: #d93d78;
  --hs2-pink-bright: #ff0066;
  --hs2-wine: #9b174c;
  --hs2-wine-dark: #760d39;
  --hs2-paper: #fffafd;
  --hs2-cream: #fff0f5;
  --hs2-line: #ebc5d4;
  --hs2-text: #3a2430;
  --hs2-muted: #75636c;
  --hs2-open: #27794a;
  --hs2-limited: #9a6411;
  --hs2-full: #a03a35;
  --hs2-shadow: 0 8px 24px rgba(155, 23, 76, .11);
}

html { scroll-behavior: smooth; }
.hs2-main { float: none; width: 100%; }
.hs2-page { color: var(--hs2-text); font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; font-size: 1rem; width: 100%; }
.hs2-page *, .hs2-page *::before, .hs2-page *::after { box-sizing: border-box; }
.hs2-page img { display: block; max-width: 100%; }
.hs2-page a { text-underline-offset: .18em; }
.hs2-page h2, .hs2-page h3, .hs2-page h4 { border: 0; color: var(--hs2-text); font-family: inherit; margin: 0; padding: 0; }
.hs2-page h2::before, .hs2-page h2::after, .hs2-page h3::before, .hs2-page h3::after, .hs2-page h4::before, .hs2-page h4::after { display: none !important; }
.hs2-page p { line-height: 1.8; }
.hs2-wp-page-header { background: linear-gradient(135deg, #fffafd, #fff0f5); border-bottom: 1px solid var(--hs2-line); }
.hs2-wp-page-header .page-header-title { color: var(--hs2-wine); font-size: clamp(1.35rem, 2.6vw, 2rem); letter-spacing: .025em; }
.hs2-visually-hidden { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }

.hs2-title-box { align-items: center; background: linear-gradient(90deg, var(--hs2-wine), #bd2b64); border-radius: 8px; display: flex; margin: 0 0 20px; min-height: 52px; overflow: hidden; padding: 10px 24px; }
.hs2-title-box h2 { color: #fff; font-size: 1.25rem; line-height: 1.5; }
.hs2-page-hero { aspect-ratio: 16 / 9; border-radius: 12px; box-shadow: var(--hs2-shadow); margin: 0 0 24px; overflow: hidden; }
.hs2-page-hero img { height: 100%; object-fit: cover; object-position: 50% 50%; width: 100%; }

.hs2-jump-nav { background: #fff; border: 1px solid var(--hs2-line); border-radius: 12px; box-shadow: 0 6px 18px rgba(155, 23, 76, .08); margin-bottom: 24px; padding: 16px; }
.hs2-jump-nav ul { display: grid; gap: 11px; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.hs2-jump-nav li { margin: 0; }
.hs2-jump-nav a { align-items: center; background: linear-gradient(135deg, #fffafd, #fff0f5); border: 2px solid #e8a8c2; border-radius: 9px; color: var(--hs2-wine); display: flex; font-size: 1rem; font-weight: 700; justify-content: space-between; line-height: 1.5; min-height: 66px; padding: 12px 17px; text-decoration: none; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.hs2-jump-nav a::after { content: "↓"; flex: 0 0 auto; margin-left: 12px; }
.hs2-jump-nav a:hover, .hs2-jump-nav a:focus-visible { background: #fff; border-color: var(--hs2-wine); transform: translateY(-1px); }

.hs2-kicker { color: var(--hs2-pink); font-size: .8125rem; font-weight: 700; letter-spacing: .16em; margin: 0 0 5px !important; }
.hs2-official-notices { margin-bottom: 24px; }
.hs2-official-heading, .hs2-availability-overview, .hs2-facilities-heading { overflow: hidden; position: relative; }
.hs2-official-heading::after, .hs2-availability-overview::after, .hs2-facilities-heading::after { background: rgba(217, 61, 120, .08); border-radius: 50%; content: ""; height: 128px; position: absolute; right: -32px; top: -38px; width: 128px; }
.hs2-official-heading { background: linear-gradient(135deg, #fffafd, #fff0f5); border: 1px solid var(--hs2-line); border-radius: 11px 11px 0 0; padding: 20px 22px 18px; }
.hs2-official-heading h2, .hs2-availability-overview h2, .hs2-facilities-heading h2 { color: var(--hs2-wine); font-size: 1.5rem; line-height: 1.45; margin: 0 0 8px; position: relative; z-index: 1; }
.hs2-official-heading > p:last-child, .hs2-availability-overview > p:last-child, .hs2-facilities-heading > p:last-child { font-size: 1rem; margin: 0; position: relative; z-index: 1; }
.hs2-official-status { background: var(--hs2-paper); border-color: var(--hs2-line); border-style: solid; border-width: 0 1px 1px; color: var(--hs2-muted); font-size: .9375rem; margin: 0; padding: 12px 16px; }
.hs2-official-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 16px; }
.hs2-notice-card { background: #fff; border: 1px solid var(--hs2-line); border-radius: 10px; box-shadow: 0 5px 17px rgba(155, 23, 76, .08); min-width: 0; overflow: hidden; }
.hs2-notice-card__head { align-items: center; background: linear-gradient(120deg, var(--hs2-wine), #bd2b64); color: #fff; display: flex; justify-content: space-between; min-height: 47px; padding: 12px 16px; }
.hs2-notice-card__head strong { color: #fff; font-size: 1rem; }
.hs2-notice-card__head a { color: #fff; font-size: .875rem; }
.hs2-notice-card p { font-size: 1rem; line-height: 1.75; margin: 0; padding: 15px 16px; }
.hs2-noscript { background: #fff7e9; border: 1px solid #ecd8a7; margin: 14px 0 0; padding: 12px 15px; }

.hs2-availability { color: var(--hs2-text); margin-bottom: 30px; scroll-margin-top: 12px; }
.hs2-availability-overview { background: linear-gradient(135deg, #fffafd, #fff0f5); border: 1px solid var(--hs2-line); border-radius: 11px; margin-bottom: 20px; padding: 20px 22px 18px; }
.hs2-notice { background: #fff8e8; border: 1px solid #ead29e; border-radius: 8px; color: #6d572d; margin: 0 0 16px; padding: 12px 15px; }
.hs2-loading { background: linear-gradient(135deg, #fff, var(--hs2-cream)); border: 1px solid var(--hs2-line); border-radius: 12px; box-shadow: var(--hs2-shadow); margin: 0 auto 20px; max-width: 660px; padding: 27px 30px 24px; text-align: center; }
.hs2-loading-message { color: var(--hs2-wine); font-size: 1.05rem; font-weight: 700; margin: 0 0 15px; }
.hs2-loading-track { background: #eadde3; border-radius: 999px; height: 14px; overflow: hidden; }
.hs2-loading-track span { animation: hs2-progress 1.35s ease-in-out infinite; background: linear-gradient(90deg, #cf2d79, var(--hs2-wine)); border-radius: inherit; display: block; height: 100%; width: 42%; }
.hs2-loading-note { color: var(--hs2-muted); font-size: .875rem; margin: 14px 0 0; }
@keyframes hs2-progress { from { transform: translateX(-110%); } to { transform: translateX(340%); } }

.hs2-calendar-shell { background: var(--hs2-paper); border: 1px solid var(--hs2-line); border-radius: 12px; box-shadow: var(--hs2-shadow); overflow: hidden; }
.hs2-calendar-intro { background: #fff; border-bottom: 1px solid var(--hs2-line); padding: 22px 24px 18px; }
.hs2-calendar-intro h3 { color: var(--hs2-wine); font-size: 1.42rem; line-height: 1.45; margin-bottom: 7px; }
.hs2-calendar-intro > p:not(.hs2-updated) { font-size: 1rem; margin: 0; }
.hs2-updated { color: var(--hs2-muted); font-size: .875rem; margin: 8px 0 0; }
.hs2-updated::before { color: var(--hs2-pink); content: "●"; font-size: .62rem; margin-right: 6px; }
.hs2-category-selector { border-bottom: 1px solid var(--hs2-line); padding: 15px 18px; }
.hs2-category-heading { color: var(--hs2-wine); font-size: 1rem; font-weight: 700; margin: 0 0 9px; }
.hs2-category-tabs { display: grid; gap: 7px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.hs2-category-tabs button { background: #fff; border: 1px solid #e2abc5; border-radius: 6px; color: #674052; cursor: pointer; font: inherit; font-size: .9375rem; font-weight: 700; line-height: 1.35; min-height: 48px; padding: 7px 5px; position: relative; }
.hs2-category-tabs button:hover, .hs2-category-tabs button:focus-visible { border-color: var(--hs2-pink-bright); color: var(--hs2-wine); outline: 2px solid rgba(255, 0, 102, .18); outline-offset: 1px; }
.hs2-category-tabs button.is-active { background: linear-gradient(135deg, #b81f60, var(--hs2-wine)); border-color: var(--hs2-wine); box-shadow: inset 0 -3px 0 rgba(86, 0, 57, .2); color: #fff; }
.hs2-category-tabs button.is-active::before { content: "✓"; margin-right: 4px; }
.hs2-category-tabs button small { display: inline-block; font-size: .8125rem; font-weight: 400; margin-top: 2px; }
.hs2-category-note { color: var(--hs2-muted); font-size: .875rem; margin: 10px 0 0; }
.hs2-calendar-toolbar { align-items: center; background: #fffafd; display: grid; gap: 10px; grid-template-columns: 110px 1fr 110px; padding: 16px 18px; }
.hs2-calendar-toolbar strong { color: var(--hs2-wine); font-size: 1.32rem; text-align: center; }
.hs2-calendar-toolbar button { background: #fff; border: 1px solid var(--hs2-pink); border-radius: 6px; color: var(--hs2-wine); cursor: pointer; font: inherit; font-size: .875rem; font-weight: 700; min-height: 38px; }
.hs2-calendar-toolbar button:hover:not(:disabled), .hs2-calendar-toolbar button:focus-visible { background: var(--hs2-wine); color: #fff; }
.hs2-calendar-toolbar button:disabled { border-color: #d8d2cd; color: #756970; cursor: default; }
.hs2-range-note { color: var(--hs2-muted); font-size: .875rem; margin: 0; padding: 0 18px 12px; }
.hs2-calendar-legend { color: var(--hs2-muted); display: flex; flex-wrap: wrap; font-size: .875rem; gap: 7px 14px; padding: 0 18px 14px; }
.hs2-calendar-legend span { align-items: center; display: inline-flex; gap: 5px; }
.hs2-calendar-legend b { border-radius: 50%; color: #fff; display: inline-grid; font-size: .75rem; height: 22px; place-items: center; width: 22px; }
.hs2-calendar-legend .is-open b { background: var(--hs2-open); }
.hs2-calendar-legend .is-limited b { background: var(--hs2-limited); }
.hs2-calendar-legend .is-full b { background: var(--hs2-full); }
.hs2-calendar-legend .is-closed b { background: #666; }
.hs2-calendar-legend .is-unknown b { background: #e3e3e3; color: #4a4a4a; }
.hs2-calendar-legend .is-rokuyo b { background: var(--hs2-wine); }
.hs2-calendar-weekdays, .hs2-calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.hs2-calendar-weekdays { background: var(--hs2-cream); border-left: 1px solid var(--hs2-line); border-top: 1px solid var(--hs2-line); }
.hs2-calendar-weekdays span { border-right: 1px solid var(--hs2-line); color: var(--hs2-muted); font-size: .875rem; font-weight: 700; padding: 7px 2px; text-align: center; }
.hs2-calendar-weekdays span:first-child { color: #b02d2d; }
.hs2-calendar-weekdays span:last-child { color: #2e5a9c; }
.hs2-calendar-grid { border-left: 1px solid var(--hs2-line); }
.hs2-calendar-empty, .hs2-calendar-day { background: #fff; border: 0; border-bottom: 1px solid var(--hs2-line); border-right: 1px solid var(--hs2-line); min-height: 126px; min-width: 0; }
.hs2-calendar-empty { background: #faf8f9; }
.hs2-calendar-day { color: var(--hs2-text); cursor: pointer; font: inherit; padding: 7px 6px 8px; text-align: left; transition: background .15s ease, box-shadow .15s ease; }
.hs2-calendar-day:hover:not(:disabled), .hs2-calendar-day:focus-visible { background: #fff8fb; box-shadow: inset 0 0 0 2px var(--hs2-pink); outline: none; }
.hs2-calendar-day.is-selected { background: #fff2f7; box-shadow: inset 0 0 0 3px var(--hs2-pink-bright); }
.hs2-calendar-day:disabled { cursor: default; opacity: .62; }
.hs2-day-head { align-items: center; display: flex; gap: 3px; min-height: 20px; min-width: 0; width: 100%; }
.hs2-day-number { font-size: 1rem; font-weight: 700; margin-left: 2px; }
.hs2-calendar-day.is-sunday .hs2-day-number { color: #b02d2d; }
.hs2-calendar-day.is-saturday .hs2-day-number { color: #2e5a9c; }
.hs2-day-today { background: var(--hs2-wine); border-radius: 3px; color: #fff; font-size: .7rem; font-weight: 700; line-height: 1.4; padding: 1px 4px; }
.hs2-day-rokuyo { color: #65515b; font-size: .75rem; font-weight: 700; margin-left: auto; white-space: nowrap; }
.hs2-day-status { align-items: center; display: flex; flex-direction: column; gap: 4px; justify-content: center; margin-top: 8px; min-height: 63px; min-width: 0; text-align: center; }
.hs2-day-status b { background: #e3e3e3; border-radius: 50%; color: #4a4a4a; display: grid; font-size: 1.15rem; height: 34px; place-items: center; width: 34px; }
.hs2-calendar-day.is-open .hs2-day-status b { background: var(--hs2-open); color: #fff; }
.hs2-calendar-day.is-limited .hs2-day-status b { background: var(--hs2-limited); color: #fff; }
.hs2-calendar-day.is-full .hs2-day-status b { background: var(--hs2-full); color: #fff; }
.hs2-calendar-day.is-closed .hs2-day-status b { background: #666; color: #fff; }
.hs2-day-status small { color: var(--hs2-muted); font-size: .75rem; line-height: 1.25; }

.hs2-detail { background: #fff; border: 1px solid var(--hs2-line); border-radius: 12px; box-shadow: var(--hs2-shadow); margin-top: 18px; overflow: hidden; scroll-margin-top: 12px; }
.hs2-detail-head { align-items: center; background: var(--hs2-cream); border-bottom: 1px solid var(--hs2-line); display: flex; gap: 20px; justify-content: space-between; padding: 20px 22px; }
.hs2-detail-head__eyebrow { color: var(--hs2-wine); font-size: .75rem; font-weight: 700; letter-spacing: .16em; }
.hs2-detail-head h3 { color: var(--hs2-wine); font-size: 1.25rem; line-height: 1.45; margin: 3px 0 6px; }
.hs2-detail-category { color: var(--hs2-muted); font-size: 1rem; margin: 0; }
.hs2-detail-category strong { color: var(--hs2-wine); }
.hs2-detail-summary { align-items: center; color: var(--hs2-muted); display: flex; flex: 0 0 auto; gap: 7px; margin: 0; }
.hs2-detail-summary b { background: #e3e3e3; border-radius: 50%; color: #4a4a4a; display: inline-grid; height: 30px; place-items: center; width: 30px; }
.hs2-detail-summary.is-open b { background: var(--hs2-open); color: #fff; }
.hs2-detail-summary.is-limited b { background: var(--hs2-limited); color: #fff; }
.hs2-detail-summary.is-full b { background: var(--hs2-full); color: #fff; }
.hs2-detail-summary.is-closed b { background: #666; color: #fff; }
.hs2-detail-summary strong { color: var(--hs2-open); font-size: 1rem; }
.hs2-detail-body { padding: 20px 22px 22px; }
.hs2-detail-body h4 { align-items: center; color: var(--hs2-wine); display: flex; font-size: 1.05rem; gap: 9px; margin: 0 0 14px; }
.hs2-detail-body h4 span { background: var(--hs2-wine); border-radius: 5px; color: #fff; display: inline-grid; height: 30px; place-items: center; width: 30px; }
.hs2-slot-list { display: grid; gap: 9px; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.hs2-slot-list li { align-items: center; background: #f7f3f2; border: 1px solid #dfd8d6; border-radius: 7px; display: grid; gap: 4px; grid-template-columns: 1fr auto; min-height: 70px; padding: 9px 10px; }
.hs2-slot-list li.is-open { background: #f3fbf6; border-color: #acd0b8; }
.hs2-slot-list li.is-limited { background: #fff9ed; border-color: #e4c58f; }
.hs2-slot-list li.is-outside { background-image: linear-gradient(135deg, rgba(255, 225, 91, .18), rgba(255,255,255,0)); box-shadow: inset 0 0 0 2px #e6c65c; }
.hs2-slot-time { font-size: 1rem; font-weight: 700; }
.hs2-slot-mark { background: #e3e3e3; border-radius: 50%; color: #4a4a4a; display: grid; font-size: .875rem; height: 24px; place-items: center; width: 24px; }
.hs2-slot-list .is-open .hs2-slot-mark { background: var(--hs2-open); color: #fff; }
.hs2-slot-list .is-limited .hs2-slot-mark { background: var(--hs2-limited); color: #fff; }
.hs2-slot-list .is-full .hs2-slot-mark { background: var(--hs2-full); color: #fff; }
.hs2-slot-list .is-closed .hs2-slot-mark { background: #666; color: #fff; }
.hs2-slot-list li strong { color: var(--hs2-text); font-size: .9375rem; grid-column: 1 / -1; }
.hs2-slot-list li small { color: #715d10; font-size: .75rem; font-weight: 700; grid-column: 1 / -1; }
.hs2-detail-actions { align-items: center; border-top: 1px solid var(--hs2-line); display: flex; gap: 12px; justify-content: space-between; margin-top: 18px; padding-top: 17px; }
.hs2-detail-actions p { color: var(--hs2-muted); font-size: .875rem; margin: 0; }
.hs2-inquiry-button { align-items: center; background: linear-gradient(#cf2d79, #8e005e); border: 1px solid #7d004f; border-radius: 7px; box-shadow: 0 3px 0 #5d003e; color: #fff !important; display: inline-flex; font-size: 1rem; font-weight: 700; justify-content: center; min-height: 48px; padding: 9px 20px; text-decoration: none !important; }
.hs2-inquiry-button:hover, .hs2-inquiry-button:focus-visible { background: linear-gradient(#db3b86, #9b174c); transform: translateY(1px); }
.hs2-detail-empty { color: var(--hs2-muted); line-height: 1.8; margin: 0; padding: 24px; text-align: center; }
.hs2-source-note { color: var(--hs2-muted); font-size: .875rem; line-height: 1.8; margin: 14px 0 0; }
.hs2-source-note + .hs2-source-note { margin-top: 5px; }
.hs2-source-note a { color: var(--hs2-wine); }
.hs2-general-inquiry { margin: 18px auto 0; max-width: 620px; text-align: center; }
.hs2-general-inquiry .hs2-inquiry-button { width: 100%; }
.hs2-error { background: #fff4f3; border: 1px solid #e2b8b5; border-radius: 10px; color: #703833; padding: 22px; text-align: center; }
.hs2-error h3 { color: #873832; font-size: 1.1rem; }
.hs2-error button { background: var(--hs2-wine); border: 0; border-radius: 6px; color: #fff; cursor: pointer; font: inherit; font-weight: 700; min-height: 42px; padding: 8px 18px; }

.hs2-facilities { color: var(--hs2-text); margin: 30px 0 6px; }
.hs2-facilities-heading { background: linear-gradient(135deg, #fffafd, var(--hs2-cream)); border: 1px solid var(--hs2-line); border-radius: 12px; margin-bottom: 18px; padding: 23px 25px 21px; }
.hs2-facility-card { background: #fff; border: 1px solid var(--hs2-line); border-radius: 12px; box-shadow: var(--hs2-shadow); overflow: hidden; }
.hs2-facility-visual { aspect-ratio: 16 / 9; margin: 0; overflow: hidden; }
.hs2-facility-visual img { height: 100%; object-fit: cover; object-position: 50% 55%; width: 100%; }
.hs2-facility-card-head { background: linear-gradient(120deg, var(--hs2-wine), #bd2b64); border-bottom: 3px solid #f3c2d5; color: #fff; padding: 19px 22px 17px; }
.hs2-facility-type { color: #ffe8f1; display: block; font-size: .875rem; font-weight: 700; letter-spacing: .08em; margin-bottom: 3px; }
.hs2-facility-card-head h3 { color: #fff; font-size: 1.45rem; line-height: 1.4; margin: 0 0 3px; }
.hs2-facility-card-head p { color: #fff; font-size: 1rem; margin: 0; }
.hs2-facility-summary { border-bottom: 1px solid var(--hs2-line); font-size: 1rem; margin: 0; padding: 17px 21px; }
.hs2-facility-highlights { background: var(--hs2-line); border-bottom: 1px solid var(--hs2-line); display: grid; gap: 1px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hs2-facility-highlights > div { background: #fff; padding: 14px 8px 13px; text-align: center; }
.hs2-facility-highlights strong, .hs2-facility-highlights span { display: block; }
.hs2-facility-highlights strong { color: var(--hs2-wine); font-size: 1.15rem; }
.hs2-facility-highlights span { color: #6d5963; font-size: .875rem; margin-top: 3px; }
.hs2-facility-content { padding: 0 20px; }
.hs2-facility-section { border-bottom: 1px solid var(--hs2-line); padding: 21px 0; }
.hs2-facility-section:last-child { border-bottom: 0; }
.hs2-facility-section > h4 { background: var(--hs2-cream); border-left: 5px solid var(--hs2-pink); color: var(--hs2-wine); font-size: 1.04rem; margin: 0 0 14px; padding: 9px 12px; }
.hs2-table-wrap { overflow-x: auto; }
.hs2-page .hs2-facility-table { border-collapse: collapse; font-size: 15px; line-height: 1.7; margin: 0; width: 100%; }
.hs2-page .hs2-facility-table th, .hs2-page .hs2-facility-table td { border: 1px solid var(--hs2-line) !important; font-size: 15px !important; line-height: 1.7 !important; overflow-wrap: anywhere; padding: 11px 12px !important; text-align: left; vertical-align: top; }
.hs2-facility-table th { background: var(--hs2-cream); color: var(--hs2-wine); width: 25%; }
.hs2-map-link { background: var(--hs2-wine); border-radius: 999px; color: #fff !important; display: inline-block; font-size: .875rem; font-weight: 700; margin-top: 7px; padding: 5px 11px; text-decoration: none; }
.hs2-rate-list { background: #fff; border: 1px solid var(--hs2-line); border-radius: 7px; overflow: hidden; }
.hs2-rate-list-head, .hs2-rate-item { display: grid; grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(0, 1fr)); }
.hs2-rate-list-head { background: var(--hs2-wine); color: #fff; font-size: .9375rem; font-weight: 700; text-align: center; }
.hs2-rate-item { border-top: 1px solid var(--hs2-line); }
.hs2-rate-list-head span, .hs2-rate-item > strong, .hs2-rate-item > span { border-right: 1px solid var(--hs2-line); padding: 10px 11px; }
.hs2-rate-list-head span:last-child, .hs2-rate-item > span:last-child { border-right: 0; }
.hs2-rate-list-head > *, .hs2-rate-item > * { min-width: 0; }
.hs2-rate-item > strong { color: var(--hs2-wine); font-size: .9375rem; }
.hs2-rate-item > span { font-size: .9375rem; text-align: center; white-space: nowrap; }
.hs2-rate-item small { color: var(--hs2-muted); display: none; font-size: .8125rem; }
.hs2-small-note { color: var(--hs2-muted); font-size: .875rem; margin: 10px 0 0; }
.hs2-hall-grid, .hs2-access-grid { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hs2-access-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hs2-hall-grid > div, .hs2-access-grid > div { background: #fffafd; border: 1px solid var(--hs2-line); border-radius: 7px; padding: 13px 14px; }
.hs2-hall-grid strong, .hs2-hall-grid span, .hs2-access-grid strong { display: block; }
.hs2-hall-grid strong, .hs2-access-grid strong { color: var(--hs2-wine); font-size: 1rem; }
.hs2-hall-grid span { color: var(--hs2-pink); font-size: 1rem; font-weight: 700; margin-top: 3px; }
.hs2-hall-grid p, .hs2-access-grid p { font-size: 1rem; margin: 6px 0 0; }
.hs2-facility-notes { background: #fff8e8; border-left: 4px solid var(--hs2-pink); margin: 0 20px 20px; padding: 17px 18px; }
.hs2-facility-notes h4 { color: var(--hs2-wine); font-size: 1rem; margin-bottom: 9px; }
.hs2-facility-notes ul { margin: 0; padding-left: 1.35em; }
.hs2-facility-notes li { font-size: 1rem; line-height: 1.7; margin-bottom: 5px; }
.hs2-facility-actions { display: flex; gap: 10px; padding: 0 20px 22px; }
.hs2-facility-actions a { align-items: center; border: 1px solid var(--hs2-wine); border-radius: 7px; color: var(--hs2-wine); display: inline-flex; flex: 1; font-size: 1rem; font-weight: 700; justify-content: center; min-height: 44px; padding: 8px 14px; text-align: center; text-decoration: none; }
.hs2-facility-actions a.is-primary { background: var(--hs2-wine); color: #fff; }
.hs2-guide-note { background: linear-gradient(135deg, var(--hs2-wine), #c52c68); border-radius: 10px; color: #fff; margin-top: 19px; padding: 21px 22px; text-align: center; }
.hs2-guide-note strong { color: #fff; display: block; font-size: 1.12rem; line-height: 1.5; margin-bottom: 5px; }
.hs2-guide-note p { color: #fff; font-size: 1rem; margin: 0 0 13px; }
.hs2-guide-note a { background: #fff; border-radius: 999px; color: var(--hs2-wine); display: inline-block; font-size: 1rem; font-weight: 700; min-width: 260px; padding: 10px 18px; text-decoration: none; }
.hs2-facility-source { color: var(--hs2-muted); font-size: .875rem; line-height: 1.8; margin: 14px 0 0; }
.hs2-facility-source a { color: var(--hs2-wine); }

@media (max-width: 991.98px) {
  .hs2-slot-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hs2-access-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .hs2-site-body .site-body-container.container { padding-left: 0 !important; padding-right: 0 !important; }
  .hs2-page { padding-left: 15px; padding-right: 15px; }
}

@media (max-width: 640px) {
  .hs2-title-box { border-radius: 6px; min-height: 48px; padding: 9px 14px; }
  .hs2-title-box h2 { font-size: 1.125rem; }
  .hs2-page-hero { border-radius: 8px; margin-bottom: 18px; }
  .hs2-jump-nav { padding: 12px; }
  .hs2-jump-nav ul { gap: 9px; grid-template-columns: 1fr; }
  .hs2-jump-nav a { font-size: 1rem; min-height: 58px; padding: 10px 14px; }
  .hs2-official-heading, .hs2-availability-overview, .hs2-facilities-heading { padding: 17px 14px 15px; }
  .hs2-official-heading h2, .hs2-availability-overview h2, .hs2-facilities-heading h2 { font-size: 1.25rem; }
  .hs2-official-heading > p:last-child, .hs2-availability-overview > p:last-child, .hs2-facilities-heading > p:last-child { font-size: 1rem; }
  .hs2-official-grid { gap: 13px; grid-template-columns: 1fr; }
  .hs2-notice-card__head { align-items: flex-start; flex-direction: column; gap: 5px; }
  .hs2-calendar-intro { padding: 17px 14px 15px; }
  .hs2-calendar-intro h3 { font-size: 1.2rem; }
  .hs2-category-selector { padding: 13px 10px; }
  .hs2-category-tabs { gap: 5px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hs2-category-tabs button { font-size: .9375rem; min-height: 46px; padding: 6px 3px; }
  .hs2-category-tabs button small { font-size: .8125rem; }
  .hs2-calendar-toolbar { gap: 6px; grid-template-columns: 72px 1fr 72px; padding: 12px 9px; }
  .hs2-calendar-toolbar strong { font-size: 1.08rem; }
  .hs2-calendar-toolbar button { font-size: .875rem; min-height: 36px; padding: 3px; }
  .hs2-range-note { font-size: .875rem; padding: 0 10px 10px; }
  .hs2-calendar-legend { font-size: .875rem; gap: 6px 10px; padding: 0 10px 11px; }
  .hs2-calendar-legend b { font-size: .8125rem; height: 21px; width: 21px; }
  .hs2-calendar-weekdays span { font-size: .875rem; padding: 6px 1px; }
  .hs2-calendar-empty, .hs2-calendar-day { min-height: 108px; }
  .hs2-calendar-day { padding: 4px 3px; }
  .hs2-day-head { gap: 1px; min-height: 17px; }
  .hs2-day-number { font-size: .9rem; margin-left: 1px; }
  .hs2-day-today { display: none; }
  .hs2-day-rokuyo { font-size: .8125rem; }
  .hs2-day-status { gap: 3px; margin-top: 5px; min-height: 62px; }
  .hs2-day-status b { font-size: 1rem; height: 29px; width: 29px; }
  .hs2-day-status small { font-size: .8125rem; }
  .hs2-detail { border-radius: 7px; }
  .hs2-detail-head { align-items: flex-start; flex-direction: column; gap: 12px; padding: 16px 14px; }
  .hs2-detail-head h3 { font-size: 1.125rem; }
  .hs2-detail-body { padding: 16px 13px 18px; }
  .hs2-slot-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hs2-detail-actions { align-items: stretch; flex-direction: column; }
  .hs2-detail-actions .hs2-inquiry-button { width: 100%; }
  .hs2-loading { padding: 22px 15px 20px; }
  .hs2-facility-card { border-radius: 9px; }
  .hs2-facility-card-head { padding: 16px 15px 14px; }
  .hs2-facility-card-head h3 { font-size: 1.35rem; }
  .hs2-facility-summary { padding: 14px 15px; }
  .hs2-facility-highlights > div { padding: 11px 4px 10px; }
  .hs2-facility-highlights strong { font-size: .94rem; }
  .hs2-facility-highlights span { font-size: .8125rem; }
  .hs2-facility-content { padding: 0 11px; }
  .hs2-facility-section { padding: 17px 0; }
  .hs2-facility-table th { width: 31%; }
  .hs2-page .hs2-facility-table th, .hs2-page .hs2-facility-table td { font-size: 15px !important; padding: 9px 8px !important; }
  .hs2-rate-list-head { display: none; }
  .hs2-rate-item { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hs2-rate-item > strong { border-bottom: 1px solid var(--hs2-line); border-right: 0; grid-column: 1 / -1; }
  .hs2-rate-item small { display: block; }
  .hs2-hall-grid, .hs2-access-grid { grid-template-columns: 1fr; }
  .hs2-facility-notes { margin: 0 11px 15px; padding: 14px 13px; }
  .hs2-facility-actions { flex-direction: column; padding: 0 11px 17px; }
  .hs2-facility-actions a { width: 100%; }
  .hs2-guide-note { padding: 18px 13px; }
  .hs2-guide-note strong { font-size: 1rem; }
  .hs2-guide-note p { font-size: 1rem; }
  .hs2-guide-note a { font-size: 1rem; min-width: 0; width: 100%; }
}

@media (max-width: 430px) {
  .hs2-calendar-empty, .hs2-calendar-day { min-height: 92px; }
  .hs2-day-status { min-height: 50px; }
  .hs2-day-status b { height: 26px; width: 26px; }
  .hs2-day-status small { display: none; }
  .hs2-category-tabs button { font-size: .9375rem; }
  .hs2-day-head { display: block; }
  .hs2-day-rokuyo { display: block; line-height: 1.2; margin-left: 1px; white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hs2-loading-track span { animation: none; transform: none; width: 100%; }
  .hs2-page * { transition: none !important; }
}
