/* Match the area-menu font used on Sendai stories, manager, and requirements. */
#sendai #arealist,
#sendai #arealist *,
#room-east #arealist,
#room-east #arealist *,
#room-hirose #arealist,
#room-hirose #arealist * {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* Sendai has six area-menu items; keep the landing and room pages evenly sized. */
#sendai #arealist > ul.six > li,
#room-east #arealist > ul.six > li,
#room-hirose #arealist > ul.six > li {
    flex: 0 0 calc(100% / 6) !important;
    width: calc(100% / 6) !important;
}

/*
 * The Sendai navigation has six entries, like Fukuoka.  Its labels are a
 * little longer, so use the same compact six-column proportions while
 * keeping each label on the two intended lines.
 */
#sendai #arealist > ul.six > li > a,
#room-east #arealist > ul.six > li > a,
#room-hirose #arealist > ul.six > li > a {
    padding: 33px 0 5px !important;
    font-size: min(2.5vw, 14px) !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
}

/* The landing-page entry is a link, not an active red menu tile. */
#sendai #arealist > ul.six > li.home > a,
#room-east #arealist > ul.six > li.home > a,
#room-hirose #arealist > ul.six > li.home > a {
    padding-top: 33px !important;
    background: #fff url("https://www.chatlady-alice.com/wp-content/themes/alice_offical_www_ver02/images/area/sapporo-home.svg") center top 5px / 25px no-repeat !important;
    color: var(--color-key) !important;
}

#sendai #arealist > ul.six > li.home.current,
#room-east #arealist > ul.six > li.home.current,
#room-hirose #arealist > ul.six > li.home.current {
    opacity: 1 !important;
}

/* Loaded only on Sendai URLs: apply the Fukuoka-style six-column menu to
   the remaining Sendai subpages as well. */
body #arealist > ul.six > li {
    flex: 0 0 calc(100% / 6) !important;
    width: calc(100% / 6) !important;
}

body #arealist > ul.six > li > a {
    padding: 33px 0 5px !important;
    font-size: min(2.5vw, 14px) !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
}

body #arealist > ul.six > li.home > a,
body #arealist > ul.six > li.home.current > a {
    padding-top: 33px !important;
    background: #fff url("https://www.chatlady-alice.com/wp-content/themes/alice_offical_www_ver02/images/area/sapporo-home.svg") center top 5px / 25px no-repeat !important;
    color: var(--color-key) !important;
}

body #arealist > ul.six > li.home.current {
    opacity: 1 !important;
}

/* Keep the room-page breadcrumb consistent with the other Sendai pages. */
#sendai #breadcrumb,
#sendai #breadcrumb *,
#room-east #breadcrumb,
#room-east #breadcrumb *,
#room-hirose #breadcrumb,
#room-hirose #breadcrumb * {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* Keep Sendai landing-page body copy sans-serif without changing headings. */
#sendai > :not(#subimage) :is(p, li, a, dt, dd, td, th, figcaption, label, button, input, select, textarea) {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
