@charset "UTF-8";
/* ========article header====== */

.topic__menu{
    margin-top: 24px;
}

.article{
    margin-bottom: 32px;
}

.topic__txt__menu{
    color: var(--primary-red);
    text-align: center;
    margin-top: 8px;
}

.menu__txt{
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 29px auto;
    text-align: center;
}

.insta{
    color: var(--primary-red);
    text-decoration: underline;
}

.menu__btn{
    text-align: center;
    font-size: 1.4rem;
    max-width: 354px;
    margin: 44px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.underline{
    text-decoration-line: underline;
}

/* =====article header pc 769px*/

@media screen and (min-width:769px) {
    .article{
        margin-bottom: 64px;
    }

    .topic__txt__menu{
        font-size: 2rem;
        margin: 0;
    }

    .menu__txt{
        font-size: 2rem;
        margin: 63px auto;
        line-height: 2;
    }

    .menu__btn{
        font-size: 2.4rem;
        max-width: 1160px;
        margin: 48px auto 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 24px;
    }

    .spBr{
        display: none;
    }

}

/* ==========article header fin======== */

/* =================
morning
======================= */

.section--menu{
    padding: 8px 0;
    background-color: var(--primary-white);
    width: 351px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 48px;
}

.menu__title__txt{
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
}

.menu__title{
    max-width: 370px;
    margin: 3px auto;
}

.time{
    color: var(--primary-red);
    font-family: Platypi;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: -8px;
}

.menu__content__title{
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.menu__content__title::after{
    content: '';
    display: block;
    width: 250px;
    height: 2px;
    background: #A09E9E;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.menu__content__item{
    text-align: center;
}

/* .photo__pc{
    display: none;
} */

.photo__menu__sp{
    width: 300px;
    margin: 8px auto 0;
}

.menu__content__txt{
    font-size: 1.6rem;
    margin-top: 5px;
}

.line-setDrink{
    width: 100px;
    vertical-align: middle;

}

.setDrink__title{
    font-family: Platypi;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

.setDrink__content, .setDrink__txt{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
}

/*====== morning pc 769px========= */

@media  screen and (min-width:769px) {
    .section--menu{
        padding: 12px 0 16px;
        background-color: var(--primary-white);
        width: 1160px;
        border-radius: 10px;
        margin: 0 auto;
        margin-top: 48px;
    }

    .menu__title__txt{
        font-size: 2rem;
        line-height: 1.5;
        text-align: center;
    }

    .photo__sp{
        display: none;
    }

    .photo__pc{
        display: block;
    }
    
    .menu__title{
        max-width: 650px;
        margin: 3px auto;
    }

    .time{
        font-size: 2.4rem;
        margin-top: -20px;
    }
    
    .morning__content__title{
        font-size: 3.6rem;
        position: relative;
        width: 520px;
        margin: 0 auto;
    }

    .morning__content__title::after{
        content: '';
        display: block;
        width: 445px;
        height: 3px;
        background: #A09E9E;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .photo__morning__pc{
        width: 516px;
        margin: 21px auto;
    }
    
    .menu__content__txt{
        font-size: 2rem;
        margin-top: 22px;
    }

    .line-setDrink{
        width: 250px;
        vertical-align: middle;
        margin: 0 12px;
    }
    
    .setDrink__title{
        font-size: 3.2rem;
        margin-top: 8px;
    }
    
    .setDrink__content, .setDrink__txt{
        text-align: left;
        font-size: 2rem;
        line-height: 1.5;
        width: 446px;
        margin: 0 auto;
    }
}

/*=======morning fin======== */


/* =================
lunch
======================= */

.lunch__content__txt{
    font-size: 1.6rem;
    max-width: 300px;
    margin: 5px auto 0;
    text-align: left;
}

.option{
    font-size: 1.6rem;
    line-height: 1.5;
    width: 300px;
    text-align: left;
    margin: 4px auto;
    padding: 12px 4px;
    border-radius: 10px;
    border: 1px dashed var(--primary-black); 
}

.optionSp{
    margin-left: 16px;
}

.lunch__set{
    margin: 16px;
}

/* .option__pc{
    display: none;
} */

.img__set__sp{
    width: 330px;
}

.img__set__pc{
    display: none;
}

/* lunch pc 769px */

@media screen and (min-width:769px) {
    
    .lunch__content__title{
        width: 450px;
        font-size: 3.6rem;
        position: relative;
        margin: 0 auto;
    }

    .lunch__content__title::after{
        content: '';
        display: block;
        width: 430px;
        height: 3px;
        background: #A09E9E;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .lunch__content__txt{
        font-size: 2rem;
        max-width: 460px;
        margin: 6px auto 0;
        text-align: center;
    }

    .option{
        font-size: 2rem;
        width: 460px;
    }

    .optionSp{
        margin: 0;
    }

    .optionPc{
        margin: 20px;
    }
    
    /* .option{
        font-size: 2.4rem;
        /* width: 930px; */
        /* text-align: left; */
        /* margin: 16px auto; */
        /* padding: 20px 42px; */
        /* border-radius: 10px; */
        /* border: 2px solid var(--primary-black);  */
    /* } */

    /* .option__sp{
        display: none;
    } */

    /* .option__pc{
        display: block;
    } */

    .lunch{
        max-width: 1160px;
        margin: 24px auto 0;
        /* display: flex; */
        /* justify-content: center; */
        /* flex-wrap: wrap; */
        /* gap: 48px 40px; */
    }

    .photo__lunch__pc{
        width: 450px;
    }

    .lunch__setDrink__txt{
        font-size: 3.2rem;
    }

    .setDrink__title{
        margin-top: 36px;
    }

    .setDrink__lunch{
        text-align: left;
        width: 656px;
        margin: 0 auto;
    }

    .img__set__sp{
        display: none;
    }

    .img__set__pc{
        display: block;
        width: 914px;
        margin: 36px auto;
    }
}

/* =======lunch fin======== */

/* =============
grand menu 
==================*/

.title__top{
    font-size: 1.6rem;
}

.grand__content__title2{
    position: relative;
}

.grand__content__title2::after{
    content: '';
    display: block;
    width: 250px;
    height: 2px;
    background: #A09E9E;
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
}

/* grand menu pc 769px */

@media screen and (min-width:769px) {
    
    .title__top{
        font-size: 2.4rem;
    }
    
    .photo__grand__pc{
        width: 450px;
        margin: 0 auto;
    }

    .grand__content__title{
        font-size: 3.6rem;
        position: relative;
    }

    .grand__content__title::after{
        content: '';
        display: block;
        width: 430px;
        height: 2px;
        background: #A09E9E;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .grand__content__title2{
        font-size: 3.6rem;
        position: relative;
        width: 432px;
    }

    .grand__content__title2::after{
        content: '';
        display: block;
        width: 430px;
        height: 2px;
        background: #A09E9E;
        position: absolute;
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
    }

    .grand{
        max-width: 1160px;
        margin: 24px auto 0;
        /* display: flex; */
        /* justify-content: center; */
        /* flex-wrap: wrap; */
        gap: 48px 40px;
    }

    /* .reverse{
        display: flex;
        flex-direction: row-reverse;
    } */

}

/* ====grand__menu fin======== */

/* ============
kids
 =================*/

.kids__content__txt{
    width: 310px;
    text-align: left;
    margin: 4px auto;
}

.img__kids__sp{
    width: 50px;
    height: 45px;
    margin-top: -30px;
}

/* kids pc 769px */

@media screen and (min-width:769px) {

    .photo__menu__pc{
        width: 515px;
        margin: 16px auto;
    }

    .section--kids{
        width: 572px;
    }
    
    .kids__content__txt{
        width: 460px;
        text-align: left;
        margin: 8px auto;
    }
    
}
/* ======kids fin=========== */

/* ===========
 sweets
====================== */

.sweets__content:last-of-type{
    margin-top: 24px;
}

.sweets__content__txt{
    text-align: left;
    width: 300px;
    margin: 4px auto;
}

/* sweets pc 769px */

@media screen and (min-width:769px) {

    .sweets{
        display: flex;
        justify-content: center;
    }
    
    .sweets__content__title{
        font-size: 3.6rem;
        width: 447px;
        position: relative;
        margin-top: 24px;
    }

    .sweets__content__title::after{
        content: '';
        width: 424px;
        position: absolute;
        top: 55px;
    }

    .sweets__content:last-of-type{
        margin: 0px;
    }
    
    .sweets__content__txt{
        text-align: left;
        width: 447px;
    }
    
}

/* sweets fin======= */

/* =================
 drink
====================== */

.drink{
    margin-bottom: 16px;
}
 
.drink__content{
    margin-top: 24px;
}
 
.drink__content__title{
    text-align: left;
    font-family: Platypi;
    font-size: 2rem;
    font-weight: 600;
    width: 250px;
}

.drink__content__item{
    font-size: 1.6rem;
    text-align: left;
    width: 250px;
    margin: 0 auto;
}

.drink__content__title{
    position: relative;
}

.drink__content__title::after{
    content: '';
    display: block;
    width: 250px;
    height: 1px;
    background: #A09E9E;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.coffee{
    position: relative;
}

.coffee::after{
    content: '';
    display: block;
    width: 250px;
    height: 1px;
    background: #A09E9E;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.coffee__sp{
    width: 40px;
    height: 35px;
    margin: 0 0 4px 4px;
    vertical-align: middle;
}

/* drink pc 769px===== */
@media screen and (min-width:769px) {

    .drink__content__title{
        font-size: 2.8rem;
        position: relative;
        width: 350px;
        text-align: left;
    }

    .drink__content__title::after{
        position: absolute;
        width: 400px;
        top: 40px;
    }

    .coffee__sp{
        width: 65px;
        height: 57px;
        vertical-align: middle;
        margin: -20px 0 0 4px;
    }

    .drink__content__item{
        font-size: 2.4rem;
        width: 400px;
        text-align: left;
        margin-top: 4px;
    }

    .drink{
        display: flex;
        flex-wrap: wrap;
        margin: 24px auto;
        gap: 8px 80px;
        width: 830px;
    }

    .w400{
        width: 400px;
    }

    .w350{
        width: 350px;
    }

    
}

