@charset "utf-8";

/*==============================

		menu.css

==============================*/


/*------------------------------
 side btn PC
------------------------------*/
@media screen and (min-width: 769px) {
    #menuSideBtn{
        position: fixed;
        right: 0;
        top: 10%;
        z-index: 3;
    }
    #menuSideBtn li{
        margin-bottom: 1rem;
    }
    #menuSideBtn li a:link{
        width: 42px;
        height: 9.5vw;
        display: block;
        color: #FFFFFF;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 1.4rem;
        text-decoration: none;
        padding-right: 20px;
        padding-top: 1.0vw;
    }
    #menuSideBtn li a:visited{
        color: #FFFFFF;
    }
    #menuSideBtn li:nth-child(1) a{
        background: #5d0e08;
        height: 10.5vw;
    }
    #menuSideBtn li:nth-child(2) a{
        background: #643b14;
    }
    #menuSideBtn li:nth-child(3) a{
        background: #480044;
        height: 12.0vw;
    } 
    
}
/*------------------------------
 side btn SP
------------------------------*/
@media screen and (max-width:768px){
    #menuSideBtn{
        display: none;
    }

}

/*------------------------------
 PC
------------------------------*/
@media screen and (min-width: 769px) {
    .menuPage_wrap{
        max-width: 1060px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 5vw;
    }
    .menuPage_wrap h2.pageMainTitle{
        text-align: center;
        font-size: 3.6rem;
        padding-bottom: 2.0rem;
    }
    .menuPage_wrap p{
        font-size: 1.6rem;
        font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    .menuTitle{
        position: relative;
        margin-top: 10vw;
        margin-bottom: 3vw;
    }
    .menuTitle img{
        width: 100%;
        height: auto;
    }
    .menuTitle h2{
        position: absolute;
        text-align: center;
        color: #FFFFFF;
        font-size: 3.6rem;
        top: 30%;
        right: 0;
        left: 0;
        margin: auto;
    }
    .grandMenuBlock dl{
        margin-bottom: 5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 44px;
    }
    .grandMenuBlock dt{
        width: 460px;
    }
    .grandMenuBlock dt img{
        width: 100%;
    }
    .grandMenuBlock dd{
        width: 550px;
        font-size: 1.6rem;
    }
    .grandMenuBlock dd h3{
        font-size: 3.0rem;
        padding-bottom: 1.5rem;
    }
    .grandMenuBlock dl:nth-child(even){
        flex-direction: row-reverse;
    }

    .menuEntry {
        font-size: 1.6rem;
    }
    .menuEntry img{
        max-width: 100%;
        font-size: 1.6rem;
    }
    .seasonMenuTitle{
        text-align: center;
        font-size: 3.6rem;
    }
}

/*------------------------------
 TABLET
------------------------------*/
@media only screen and (max-width: 1159px) and (min-width: 769px){
    .menuPage_wrap{
        max-width: 92%;
    }
    .grandMenuBlock dt{
        width: 40%;
    }
    .grandMenuBlock dd{
        width: 56%;
        font-size: 3.2vw;
    }
    .grandMenuBlock dd h3{
        font-size: 3.5vw;
    }
    
}

/*------------------------------
 SP
------------------------------*/
@media screen and (max-width:768px){
    
    #page_title h1.pageTitle{
        font-size: 4.3vw;
        bottom: 0;
    }
    
    .menuPage_wrap{
        width: 92%;
        margin-right: auto;
        margin-left: auto;
    }
    .menuPage_wrap h2.pageMainTitle{
        text-align: center;
        font-size: 4.3vw;
        padding-bottom: 1.0rem;
    }
    .menuPage_wrap p{
        font-size: 3.5vw;
        font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    .menuTitle{
        position: relative;
        margin-top: 5vw;
        margin-bottom: 3vw;
    }
    .menuTitle h2{
        position: absolute;
        text-align: center;
        color: #FFFFFF;
        font-size: 4.0vw;
        top: 30%;
        right: 0;
        left: 0;
        margin: auto;
    }
    .grandMenuBlock dl{
        margin-bottom: 5vw;
        flex-direction: column;
        gap: 24px;
    }
    .grandMenuBlock dt{
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    .grandMenuBlock dd{
        font-size: 3.0vw;
    }
    .grandMenuBlock dd h3{
        font-size: 4.0vw;
    }
    .menuEntry {
        font-size: 3.5vw;
    }
    .seasonMenuTitle{
        text-align: center;
        font-size: 4.0vw;
    }
    
}

/*------------------------------
 menu_label (店舗限定ラベル)
------------------------------*/
.menu_label_container{
    display: flex;
    align-items: center;
    gap: 8px;
}
.menu_label {
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
}

/* パリ店限定 */
.menu_label.__paris {
    background: #1e3a5f;
    color: #FFFFFF;
    border-left: 4px solid #c8102e;
}

/* デュッセルドルフ店限定 */
.menu_label.__dusseldorf {
    background: #d4af37;
    color: #1a1a1a;
    border-left: 4px solid #c8102e;
}

@media screen and (max-width: 768px) {
    .menu_label {
        font-size: 2.8vw;
        padding: 0.4em 0.8em;
    }
}
