/* The shared Kiwi Maru face is preloaded once by alice-oita-native-lazy.php.
 * Keep only the Kagoshima-specific menu layout here. */
/* Keep the six-column navigation identical to the Tokyo area. */
body.page-id-3973 #arealist > ul.six > li,
body.page-id-37820 #arealist > ul.six > li,
body.page-id-37821 #arealist > ul.six > li,
body.page-id-37822 #arealist > ul.six > li,
body.page-id-37823 #arealist > ul.six > li,
body.page-id-37824 #arealist > ul.six > li {
    flex: 0 0 calc(100% / 6) !important;
    width: calc(100% / 6) !important;
}

body.page-id-3973 #arealist > ul.six > li > a,
body.page-id-37820 #arealist > ul.six > li > a,
body.page-id-37821 #arealist > ul.six > li > a,
body.page-id-37822 #arealist > ul.six > li > a,
body.page-id-37823 #arealist > ul.six > li > a,
body.page-id-37824 #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.page-id-3973 #arealist > ul.six > li.home > a,
body.page-id-37820 #arealist > ul.six > li.home > a,
body.page-id-37821 #arealist > ul.six > li.home > a,
body.page-id-37822 #arealist > ul.six > li.home > a,
body.page-id-37823 #arealist > ul.six > li.home > a,
body.page-id-37824 #arealist > ul.six > li.home > a {
    padding-top: 33px !important;
    background: #fff url("/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.page-id-3973 #arealist > ul.six > li.home.current,
body.page-id-37820 #arealist > ul.six > li.home.current,
body.page-id-37821 #arealist > ul.six > li.home.current,
body.page-id-37822 #arealist > ul.six > li.home.current,
body.page-id-37823 #arealist > ul.six > li.home.current,
body.page-id-37824 #arealist > ul.six > li.home.current {
    opacity: 0.9 !important;
}

/* Match the pale active tile used by the Miyazaki area menu. */
body.page-id-3973 #arealist > ul.six > li.home.current > a {
    background: #fff url("/wp-content/themes/alice_offical_www_ver02/images/area/sapporo-home.svg") center top 5px / 25px no-repeat !important;
    color: var(--color-key) !important;
}
