/* Cookieバナー日本語以外表示 */
/* html[lang="ja"] .cc-bottom {
    display: none;
}
html[lang="en"] .cc-bottom,
html[lang="zh"] .cc-bottom,
html[lang="zh-tw"] .cc-bottom,
html[lang="ko"] .cc-bottom {
    display: inline-flex;
    z-index: 99999;
    font-size: 16px !important;
    opacity: 1;
}
.cc-bottom .cc-btn {
    font-size: 14px;
} */

/* AIシュリーマンのボタン表示 */
#language-switcher {
    color: #ffffff !important;
    font-family: "Noto Serif JP", serif !important;
    bottom: 13px !important;
    left: 10px !important;
    bottom: 10px !important;
}

#language-switcher button {
    color: #ffffff;
    background: #b45f06 !important;
}

#language-switcher button span {
    font-weight: normal !important;
}

#language-switcher div {
    background: #b45f06 !important;
}

#language-switcher div button:hover {
    opacity: 0.6 !important;
}

/* ロゴ非表示 */
#language-switcher .ai-translate-logo {
    display: none !important;
}