/* 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;
}
/* 
元からあるエラー（幅をとびです） */
body {
    overflow: hidden;
}

/* MVの言語スイッチ非表示 */
.KeyVisual_lang {
    display: none;
}
/* 上部自作言語スイッチャー（ペンディング） */
@media screen and (max-width: 1250px) {
    .Header_nav ul {
        max-width: 910px;
        flex-wrap: wrap;
    }
}

html.model_active {
    overflow: hidden;
}
.lang_box_new {
    display: none;
    position: fixed;
    z-index: 9;
    transition: right 0.2s ease;
}
.lang_box_new.box_active {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 999;
}
.lang_in {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ffffff;
    max-width: 498px;
    width: 100%;
    border-radius: 6px;
}
.lang_in2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px;
}
.lang_in3 {
    border-top: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    cursor: pointer;
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 0px 0px 6px 6px;
}
.lang_in3:hover {
    opacity: 0.6;
}
.lang_box_new a {
    height: 34px;
    max-width: 225px;
    width: 100%;
    border: 1px solid #AAA;
    color: #000;
    display: block;
    text-decoration: none;
    padding: 4px 8px;
    background: rgba(61, 57, 53, 1);
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    margin: .25rem;
}
.lang_box_new a:hover {
    background: #767676;
    color: #fff;
}
.lang_box_new a.disabled {
    pointer-events: none;
    background: #767676;
}

@media screen and (max-width: 929px) {
    .Header_nav {
        display: block;
    }
    /* .Header_nav ul li:not(:last-child) {
        display: none;
    } */
    .Header_nav ul li {
        display: none;
    }
    .Header_nav ul li {
        position: absolute;
        top: 50%;
        right: 4%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 768px) {
    .lang_box_new a {
        width: 47%;
    }
}

/* 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: #000;
    background: rgba(255, 255, 255, .6);
}

#language-switcher button span {
    font-weight: normal !important;
}

#language-switcher div button:hover {
    opacity: 0.6 !important;
}

/* #language-switcher button:hover {
    background: var(--accent-color) !important;
} */

/* 航空券付き予約ボタン 日本語以外非表示 */
html[lang="en"] .ReservationBtn li:last-child {
    display: none;
}
html[lang="zh"] .ReservationBtn li:last-child {
    display: none;
}
html[lang="zh-tw"] .ReservationBtn li:last-child {
    display: none;
}
html[lang="ko"] .ReservationBtn li:last-child {
    display: none;
}

/* 英語 レストラン予約ボタン スタイル */
html[lang="en"] .ReservationBtn li a {
    letter-spacing: 0.1px;
}
/* 重複タイトル非表示 */
html[lang="en"] .__heading b, html[lang="zh"] .__heading b, html[lang="zh-tw"] .__heading b, html[lang="ko"] .__heading b {
    display: none;
}
html[lang="en"] .Menu_main ul li b, html[lang="zh"] .Menu_main ul li b, html[lang="zh-tw"] .Menu_main ul li b, html[lang="ko"] .Menu_main ul li b {
    display: none;
}