/* NOT A HOTEL reference, 2026-09-11. All styles belong to this home page. */
body.home {
  --ink: #161719;
  --dark: #181a1c;
  --gray: #bfbdbd;
  --light: #f5f5f5;
  --line: #dedede;
  --accent: #006de5;
  --container: 1440px;
  --gutter: clamp(24px, 3.8vw, 72px);
  font-family: Arial, "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
  color: var(--ink);
  background: #fff;
  letter-spacing: .02em;
  -webkit-font-smoothing: antialiased;
}
body.home .container { width: min(var(--container), calc(100% - var(--gutter) * 2)); }
body.home a { transition: opacity .2s, color .2s, background-color .2s; }
body.home :is(a, button, input):focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
body.home .skip-link { z-index: 50; }
body.home .site-header { position: sticky; top: 0; z-index: 10; background: #fff; color: var(--ink); }
body.home .header-top { max-width: none; min-height: 84px; padding: 12px var(--gutter); gap: 24px; }
body.home .brand { flex: 0 0 160px; }
body.home .brand img { width: 160px; filter: brightness(0); }
body.home .brand-copy { white-space: normal; }
body.home .audiences { gap: 6px; flex-wrap: wrap; }
body.home .audiences span { padding: 0; font-size: 10px; font-weight: 400; border-radius: 0; }
body.home .audiences span + span::before { content: "/"; color: #aaa; margin-right: 6px; }
body.home .audiences small { display: none; }
body.home .brand-copy p { font-size: 9px; color: #6c6c6c; margin-top: 2px; }
body.home .header-utilities { gap: 24px; font-size: 11px; margin-left: auto; }
body.home .header-utilities .utility-box { padding: 0; font-weight: 400; }
body.home .header-utilities .utility-box:last-of-type { padding: 12px 20px; background: var(--accent); border-radius: 50px; color: #fff; }
body.home .header-search { margin: 0 5px 0 0; width: 24px; }
body.home .search-icon { width: 15px; height: 15px; border-width: 1.5px; }
body.home .search-icon::after { height: 1.5px; width: 7px; right: -5px; bottom: -3px; }
body.home .site-nav { min-height: 45px; padding: 0 var(--gutter); gap: 0; flex-direction: row; align-items: center; justify-content: space-between; background: #fff; border-top: 1px solid #eeeeef; border-bottom: 1px solid #eeeeef; font-size: 11px; font-weight: 400; }
body.home .site-nav a { padding: 14px 0; border: 0; }
body.home .site-nav a:hover { color: var(--accent); opacity: 1; }
body.home .mobile-menu { display: none; color: var(--ink); }

/* One image fills the viewport. Existing slider geometry remains unchanged. */
body.home .home-hero { background: var(--gray); padding: 0; color: var(--ink); }
body.home .hero-track { width: 100%; gap: 0; }
body.home .hero-slide { flex: 0 0 100%; position: relative; min-height: 570px; height: calc(100svh - 129px); max-height: 920px; }
body.home .hero-slide:hover { opacity: 1; }
body.home .hero-image { position: absolute; inset: 0; height: 100%; aspect-ratio: auto; background: var(--gray); }
body.home .hero-copy { position: absolute; inset: 125px 100px 65px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
body.home .hero-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .16em; margin-bottom: 26px; }
body.home .hero-eyebrow span { margin-left: 16px; font-weight: 400; font-size: 10px; }
body.home .hero-slide h2 { margin: 0; max-width: 900px; font-size: clamp(30px, 3.4vw, 56px); line-height: 1.65; font-weight: 500; letter-spacing: .06em; text-wrap: balance; }
body.home .hero-read { margin-top: 44px; min-width: 180px; display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; padding: 14px 26px; color: white; background: var(--accent); border-radius: 100px; font-size: 12px; font-weight: 700; }
body.home .hero-read span { font-size: 17px; font-weight: 400; }
body.home .hero-slide:hover .hero-read { background: #005cbe; }
body.home .carousel-dots { position: absolute; top: 30px; left: 50%; transform: translateX(-50%); gap: 18px; margin: 0; z-index: 3; }
body.home .carousel-dots button { display: grid; place-items: center; width: 58px; height: 58px; padding: 5px; background: transparent; border: 1px solid #8e8d8d; border-radius: 50%; opacity: 1; }
body.home .carousel-dots button span { display: grid; place-items: center; width: 100%; height: 100%; border-radius: 50%; background: #b0aeae; color: #303032; font-size: 11px; letter-spacing: .08em; }
body.home .carousel-dots button[aria-pressed="true"] { border: 2px solid var(--accent); }
body.home .carousel-dots button[aria-pressed="true"] span { background: #dad9d9; }
body.home .home-hero > .arrow { top: auto; bottom: 32px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid #888; background: transparent; color: var(--ink); font-size: 25px; }
body.home .home-hero > .previous { left: var(--gutter); }
body.home .home-hero > .next { right: var(--gutter); }
body.home .section-heading { margin-bottom: 44px; }
body.home .section-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: .14em; color: #74777b; margin-bottom: 12px; }
body.home .section-title, body.home .home-finder h1 { text-align: left; margin: 0; font-size: clamp(25px, 2.4vw, 36px); line-height: 1.5; font-weight: 500; letter-spacing: .04em; }

@media (max-width: 1200px) {
  body.home .brand-copy { display: none; }
  body.home .header-utilities > button:first-child { display: block; }
  body.home .header-utilities { gap: 20px; }
  body.home .site-nav { flex-wrap: nowrap; font-size: 10px; }
}
@media (max-width: 900px) {
  body.home .header-top { min-height: 74px; }
  body.home .header-utilities > button:first-child { display: none; }
  body.home .site-nav { flex-wrap: wrap; justify-content: center; column-gap: 22px; padding-block: 6px; }
  body.home .site-nav a { padding: 6px 0; }
  body.home .hero-slide { height: 650px; min-height: 0; }
  body.home .hero-copy { inset-inline: 50px; }
}
@media (max-width: 700px) {
  body.home { --gutter: 20px; }
  body.home .header-top { min-height: 72px; padding: 12px 20px; gap: 18px; }
  body.home .brand { flex-basis: 135px; }
  body.home .brand img { width: 135px; }
  body.home .header-utilities { gap: 0; }
  body.home .header-utilities > button, body.home .header-utilities > a:not(.header-search) { display: none; }
  body.home .header-search { margin-right: 0; }
  body.home .mobile-menu { display: block; padding: 8px 0; font-size: 11px; }
  body.home .site-nav { display: none; flex-direction: column; padding: 8px 20px 16px; }
  body.home .site-nav.is-open { display: flex; align-items: stretch; }
  body.home .site-nav a { border-bottom: 1px solid #eee; padding: 12px 0; font-size: 12px; }
  body.home .hero-slide { min-height: 600px; height: calc(100svh - 72px); max-height: 760px; }
  body.home .hero-copy { inset: 105px 26px 65px; }
  body.home .hero-eyebrow { font-size: 10px; margin-bottom: 20px; letter-spacing: .08em; }
  body.home .hero-eyebrow span { margin-left: 10px; font-size: 9px; }
  body.home .hero-slide h2 { font-size: clamp(24px, 6.2vw, 34px); line-height: 1.8; letter-spacing: .02em; }
  body.home .hero-read { margin-top: 30px; padding: 13px 24px; min-width: 160px; }
  body.home .carousel-dots { top: 24px; gap: 10px; }
  body.home .carousel-dots button { width: 38px; height: 38px; padding: 3px; }
  body.home .carousel-dots button span { font-size: 9px; }
  body.home .home-hero > .arrow { bottom: 22px; width: 36px; height: 36px; }
  body.home .section-heading { margin-bottom: 30px; }
}

/* Search: generous white space, numbered categories and fine rules. */
body.home .button { min-height: 50px; padding: 14px 28px; border-radius: 100px; font-size: 13px; font-weight: 400; }
body.home .home-finder { padding: 88px 0 96px; background: #fff; color: var(--ink); scroll-margin-top: 145px; }
body.home .category-tabs { gap: 22px; counter-reset: categories; }
body.home .category-tabs button { counter-increment: categories; border-bottom: 1px solid #d9d9d9; padding-bottom: 17px; color: var(--ink); }
body.home .category-tabs button::before { content: counter(categories, decimal-leading-zero); position: absolute; top: 12px; left: 16px; z-index: 1; font-size: 13px; font-weight: 400; }
body.home .category-image { aspect-ratio: 1.8; border-radius: 5px; background: var(--gray); }
body.home .category-label { min-height: 0; justify-content: flex-start; padding: 18px 0 0; background: transparent; font-size: 15px; line-height: 1.7; font-weight: 500; text-align: left; }
body.home .category-tabs button[aria-selected="true"] { border-bottom: 2px solid var(--accent); padding-bottom: 16px; }
body.home .category-tabs [aria-selected="true"]::after { content: none; }
body.home .category-tabs [aria-selected="true"] .category-label { color: var(--accent); }
body.home .category-panel { margin-top: 36px; border-radius: 0; padding: 0; background: #fff; }
body.home .category-panel-title { border: 0; padding-bottom: 12px; }
body.home .category-panel-title h3 { font-size: 19px; font-weight: 500; }
body.home .category-panel-title a { font-size: 12px; font-weight: 400; color: #555; }
body.home .genre-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 28px; margin: 0; }
body.home .genre-grid a, body.home .genre-grid a:nth-last-child(-n+4) { padding: 16px 0; border-bottom: 1px solid #e7e7e7; font-size: 13px; font-weight: 400; line-height: 1.7; gap: 12px; }
body.home .genre-grid a span { font-size: 18px; color: #6a6a6a; }
body.home .genre-grid a:hover { color: var(--accent); opacity: 1; }
body.home .facility-links { gap: 20px; margin-top: 45px; }
body.home .facility-links .button { justify-content: space-between; min-height: 58px; padding: 16px 25px; border: 1px solid #d7d7d7; border-radius: 100px; background: #fff; color: var(--ink); font-size: 13px; font-weight: 400; }
body.home .facility-links .button span { font-size: 17px; }
body.home .facility-links .button:hover { border-color: var(--accent); color: var(--accent); opacity: 1; }
body.home .home-finder .keyword-form { max-width: 760px; gap: 10px; padding: 8px; margin-top: 44px; background: #f4f4f4; border: 1px solid #e9e9e9; border-radius: 100px; }
body.home .keyword-form input { padding: 12px 20px; border-radius: 100px; background: transparent; font-size: 14px; }
body.home .keyword-form input::placeholder { color: #717171; }
body.home .keyword-form .button { min-width: 120px; border-color: var(--accent); background: var(--accent); }

/* Banners retain their original gray/white placeholders and destinations. */
body.home .pr-strip { padding: 36px 0; background: #f7f7f7; border-block: 1px solid #eee; }
body.home .pr-label { left: var(--gutter); border-color: #ddd; font-size: 10px; padding: 0 8px; letter-spacing: .1em; }
body.home .pr-strip > div { justify-content: flex-start; gap: 20px; padding-inline: var(--gutter); overflow-x: auto; scrollbar-width: thin; scrollbar-color: #ccc transparent; }
body.home .banner-box { flex: 0 0 210px; min-width: 0; height: 106px; background: #fff; border: 1px solid #dedede; border-radius: 4px; color: #737373; font-size: 11px; font-weight: 400; }

/* Portrait product line-up with titles placed directly over gray visuals. */
body.home .home-products { padding-top: 96px; padding-bottom: 96px; }
body.home .cards-grid { gap: 48px 28px; }
body.home .home-products .cards-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.home .content-card { position: relative; }
body.home .card-visual { border-radius: 6px; }
body.home .card-image { border-radius: 6px; background: var(--gray); }
body.home .home-products .card-image { aspect-ratio: 5 / 6; }
body.home .home-products .content-card h3 { position: absolute; top: 30px; left: 24px; right: 24px; font-size: clamp(21px, 2.15vw, 32px); font-weight: 500; line-height: 1.6; text-align: center; letter-spacing: .035em; text-wrap: balance; pointer-events: none; }
body.home .home-products .content-card h3 a { pointer-events: auto; }
body.home .card-meta { margin-top: 17px; font-size: 11px; line-height: 1.6; color: #73777c; }
body.home .card-description { margin-top: 7px; font-size: 14px; line-height: 1.9; }
body.home .new-badge { top: auto; right: auto; left: 12px; bottom: 12px; width: auto; height: auto; padding: 5px 7px; color: #222; background: #fff; outline: 0; border-radius: 2px; font-size: 10px; font-weight: 400; letter-spacing: .02em; }
body.home .content-card .tags { gap: 5px; margin-top: 14px; max-height: none; overflow: visible; }
body.home .content-card .tag { color: #585b60; background: #f2f3f4; border-radius: 2px; padding: 3px 7px; font-size: 10px; font-weight: 400; }
body.home .card-facilities { margin-top: 10px; color: #73777c; font-size: 10px; line-height: 1.8; }
body.home .more-link { margin-top: 54px; }
body.home .more-link .button { min-width: 240px; display: inline-flex; justify-content: space-between; gap: 55px; background: #f3f3f3; border: 1px solid #ebebeb; color: #222; border-radius: 100px; padding: 16px 25px; font-size: 12px; }
body.home .more-link .button span { font-size: 17px; }
body.home .more-link .button:hover { color: #fff; background: var(--accent); border-color: var(--accent); opacity: 1; }

/* Editorial stories and a quiet, spacious account invitation. */
body.home .home-articles { background: #fafafa; border-top: 1px solid #eee; padding: 88px 0 96px; }
body.home .home-articles .cards-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
body.home .home-articles .card-image { aspect-ratio: 4 / 3; }
body.home .home-articles .content-card h3 { margin-top: 9px; font-size: 16px; line-height: 1.9; font-weight: 500; }
body.home .card-carousel > .arrow { top: -86px; width: 40px; height: 40px; border: 1px solid #d9d9d9; border-radius: 50%; font-size: 24px; background: transparent; color: #252525; }
body.home .card-carousel > .previous { left: auto; right: 52px; }
body.home .card-carousel > .next { right: 0; }
body.home .home-line { background: #fff; color: var(--ink); padding: 100px 0 62px; }
body.home .line-grid { grid-template-columns: 1fr 1fr; align-items: center; gap: 6%; }
body.home .doctor-mosaic { min-height: 290px; gap: 8px; }
body.home .doctor-mosaic i { background: var(--gray); border-radius: 3px; }
body.home .line-promo { background: transparent; border: 0; gap: 22px; padding: 0; align-items: stretch; }
body.home .line-promo p { font-size: clamp(14px, 1.3vw, 20px); line-height: 2; font-weight: 500; }
body.home .line-pill { margin-top: 25px; margin-bottom: 0; padding: 14px 20px; background: var(--accent); font-size: 11px; line-height: 1.8; white-space: normal; border-radius: 100px; }
body.home .phone-placeholder { flex: 0 0 75px; min-width: 0; width: 75px; min-height: 200px; margin-top: 0; border: 1px solid #d5d5d5; border-radius: 12px 12px 0 0; background: #e5e5e5; box-shadow: inset 0 0 0 7px #fafafa; }
body.home .line-note { max-width: 760px; margin: 42px auto 0; color: #74777b; font-size: 11px; line-height: 2; text-align: center; }
body.home .footer-topics { padding-top: 32px; padding-bottom: 50px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; border-top: 1px solid #e5e5e5; }
body.home .footer-topics > div + div { margin: 0; }
body.home .footer-topics h3 { font-size: 12px; font-weight: 500; margin-bottom: 14px; }
body.home .footer-topics p { font-size: 10px; line-height: 2.1; color: #8a8a8a; overflow-wrap: anywhere; }
body.home .network-band { padding: 32px 0; background: #f7f7f7; }
body.home .network-grid { gap: 12px; }
body.home .network-link { flex: 1 1 125px; min-height: 54px; padding: 8px 12px; background: transparent; border: 1px solid #dedede; border-radius: 4px; font-size: 11px; font-weight: 400; }
body.home .site-footer { background: #fff; color: var(--ink); padding: 48px var(--gutter) 24px; text-align: left; border-top: 1px solid #e8e8e8; }
body.home .site-footer nav { justify-content: flex-start; gap: 12px 24px; font-size: 11px; }
body.home .site-footer nav a { padding: 0; border: 0; }
body.home .footer-utilities { justify-content: flex-start; gap: 10px 24px; margin-top: 28px; font-size: 10px; color: #666; }
body.home .site-footer > p { padding-top: 24px; margin-top: 36px; border-top: 1px solid #eee; color: #818181; font-size: 9px; line-height: 1.8; }
body.home #notice-dialog { border: 1px solid #ddd; border-radius: 12px; }
body.home #notice-dialog .button { background: var(--accent); border-color: var(--accent); }

@media (max-width: 1000px) {
  body.home .category-tabs { gap: 16px; }
  body.home .category-label { font-size: 12px; }
  body.home .genre-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 20px; }
  body.home .home-articles .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 24px; }
  body.home .home-products .cards-grid { gap: 42px 22px; }
  body.home .home-products .content-card h3 { top: 22px; left: 14px; right: 14px; font-size: 22px; }
  body.home .facility-links { gap: 12px; }
  body.home .facility-links .button { padding: 13px 18px; font-size: 12px; }
  body.home .phone-placeholder { display: none; }
  body.home .doctor-mosaic { min-height: 230px; }
  body.home .footer-topics { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
}
@media (max-width: 700px) {
  body.home .home-finder { padding: 58px 0; scroll-margin-top: 88px; }
  body.home .category-tabs { display: flex; overflow-x: auto; gap: 15px; padding-bottom: 10px; scrollbar-width: thin; scrollbar-color: #ccc transparent; }
  body.home .category-tabs button { flex: 0 0 145px; }
  body.home .category-tabs button::before { left: 12px; top: 10px; font-size: 11px; }
  body.home .category-label { padding-top: 14px; font-size: 12px; }
  body.home .category-panel { margin-top: 25px; padding: 0; border-radius: 0; }
  body.home .category-panel-title { gap: 12px; }
  body.home .category-panel-title h3 { font-size: 17px; }
  body.home .category-panel-title a { font-size: 10px; white-space: nowrap; }
  body.home .genre-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
  body.home .genre-grid a, body.home .genre-grid a:nth-last-child(-n+4) { font-size: 12px; padding: 13px 0; }
  body.home .facility-links { grid-template-columns: 1fr; gap: 12px; margin-top: 32px; }
  body.home .facility-links .button { min-height: 52px; font-size: 13px; padding-inline: 22px; }
  body.home .home-finder .keyword-form { margin-top: 28px; padding: 5px; gap: 4px; }
  body.home .keyword-form input { padding: 10px 12px; font-size: 12px; }
  body.home .keyword-form .button { min-width: 70px; min-height: 44px; padding: 10px 14px; font-size: 12px; }
  body.home .pr-strip { padding: 26px 0; }
  body.home .pr-strip > div { gap: 12px; }
  body.home .banner-box { flex-basis: 170px; height: 86px; }
  body.home .home-products { padding-top: 58px; padding-bottom: 58px; }
  body.home .home-products .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 16px; }
  body.home .home-products .content-card h3 { top: 17px; left: 10px; right: 10px; font-size: clamp(15px, 3.2vw, 21px); line-height: 1.7; letter-spacing: 0; }
  body.home .home-products .card-image { aspect-ratio: 4 / 5; }
  body.home .card-meta { font-size: 10px; margin-top: 13px; }
  body.home .card-description { font-size: 12px; line-height: 1.8; margin-top: 5px; }
  body.home .new-badge { left: 8px; bottom: 8px; font-size: 9px; padding: 4px 5px; }
  body.home .content-card .tags { margin-top: 10px; }
  body.home .content-card .tag { font-size: 9px; padding: 2px 5px; }
  body.home .card-facilities { font-size: 9px; }
  body.home .more-link { margin-top: 36px; }
  body.home .more-link .button { min-width: 210px; padding: 14px 22px; }
  body.home .home-articles { padding: 58px 0; }
  body.home .home-articles .cards-grid { gap: 30px 16px; }
  body.home .home-articles .content-card h3 { font-size: 13px; line-height: 1.8; }
  body.home .card-carousel > .arrow { top: -73px; width: 36px; height: 36px; font-size: 23px; }
  body.home .card-carousel > .previous { right: 46px; }
  body.home .home-line { padding: 60px 0 44px; }
  body.home .line-grid { grid-template-columns: 1fr; gap: 34px; }
  body.home .doctor-mosaic { min-height: 200px; gap: 6px; }
  body.home .line-promo { justify-content: center; text-align: center; min-height: 0; padding: 0; }
  body.home .line-promo p { font-size: 14px; line-height: 2.1; }
  body.home .line-pill { font-size: 10px; padding-inline: 20px; }
  body.home .line-note { margin-top: 26px; font-size: 10px; text-align: left; }
  body.home .footer-topics { padding: 28px 0 38px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 18px; }
  body.home .footer-topics h3 { font-size: 11px; }
  body.home .footer-topics p { font-size: 9px; }
  body.home .network-band { padding: 28px 0; }
  body.home .network-link { flex: 1 1 calc(50% - 12px); font-size: 11px; }
  body.home .site-footer { padding-top: 34px; }
  body.home .site-footer nav { gap: 12px 20px; font-size: 10px; }
  body.home .footer-utilities { font-size: 9px; gap: 10px 20px; }
}
