/* タイトル */

.menu-area{
    margin: 0 auto;
    padding-top: 200px;
    width: 100%;
}

.menu-area .ttl::before{
    content:"メニュー";
    color: #444444;
    position: absolute;
    font-size: 2.5rem;
    top: -32px;
    margin-left: 64px;
    letter-spacing: 0.04em;
}

_::-webkit-full-page-media, _:future, :root .memu-area .ttl::before {
    margin-left: 34px;
}

.dtl{
    width: auto;
    text-align: center;
    margin: 0 auto;;
    font-size: 1.8rem;
    margin-top: -44px;
    margin-bottom: 90px;
}

.menu-area .ttl h3{
    text-transform: none !important;
}






/* メニュー一覧ーーーーーーーー */

/* 上 */

.contents{
    margin-top: 200px;
    padding: 0 5%;

}

.takeout{
    margin: 0 auto;
    max-width: 1080px;
    font-size: 1.8rem;
    font-family: tbchibirgothicplusk-pro;

}

.takeout-top{
    display: flex;
    justify-content: space-between;
}



.takeout-top > li >ul{
    position: relative;
    background-color: #F5F5F5;
    padding: 50px 30px 30px 30px;
    border-radius: 40px;
    width: 510px;
    margin-bottom: 70px;

}

.takeout-top .left{
    margin-right: 20px;
}

.takeout-top > li > ul > li > ul{
    display: flex;
    justify-content: space-between;
}

.takeout-top > li > ul > li > ul > li{
    margin-bottom: 10px;
}
.menu-04 >li{
    margin-bottom: 10px;
}

.br-sp{
    display: none;
}


/* 下 */

.takeout-under{
    background-color: #F5F5F5;
    padding: 50px 30px 30px 30px;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
}

.takeout-under  > li:first-of-type{
    margin-right: 60px;
}

.takeout-under > li{
    width: 450px;
}

.takeout-under > li > ul > li > ul{
    display: flex;
    justify-content: space-between;
}

.takeout-under > li > ul > li > ul > li{
    margin-bottom: 10px;
}

/* メニューのタイトル（擬似要素） */
.menu-01::before{
    position: absolute;
    content: 'お弁当';
    font-size: 3.6rem;
    font-family: lato;
    top: -34px;
}

/* .menu-01::after{
    content: url(../img/110@3x.png);
    position: absolute;
    top: -70px;
    left: 142px;
} */

.menu-02::before{
    position: absolute;
    content: 'カフェごはん';
    font-size: 3.6rem;
    font-family: lato;
    top: -34px;
}

/* .menu-02::after{
    content: url(../img/210@3x.png);
    position: absolute;
    top: -65px;
    left: 244px;
} */

.menu-03::before{
    position: absolute;
    content: '軽食';
    font-size: 3.6rem;
    font-family: lato;
    top: -34px;
}

.menu-04::before{
    position: absolute;
    content: 'オードブル';
    font-size: 3.6rem;
    font-family: lato;
    top: -34px;
}

.takeout-under {
    position: relative;
}

.takeout-under > li:first-of-type::before{
    position: absolute;
    content: 'サイドメニュー';
    font-size: 3.6rem;
    font-family: lato;
    top: -34px;
}






/* 予約ボタンーーーーーーーーー */
.menu-btn{
    display: block;
    margin-top: 60px;
    height: 200px;
}

.menu-btn > p{
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 50px;
    margin-top: 150px;
}

.top-return a p{
    position: relative;
    font-size: 1.6rem;
    margin-left: 120px;
    transition: all 300ms;
    color: #444444;
}

.top-return a p:hover{
    margin-left: 80px;
}

.top-return a p::before{
    position: absolute;
    content: 'All Menu';
    font-size: 1.2rem;
    top: -18px;
    left: 38px;
}

.top-return a p::after{
    position: absolute;
    content: url(../img/arrow-takeout.svg);
    
    bottom: -20px;
    left: -50px;
}


.menu-btn .inner{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-btn .inner p{
    font-size: 14px;
    letter-spacing: 0.05em;
}

.menu-btn .inner p::before{
    content: url(../img/before-line.svg);
    display: inline-block;
}

.menu-btn .inner p::after{
    content: url(../img/after-line.svg);
    display: inline-block;
}

.menu-btn .inner div{
    position: relative;
}

.menu-btn .inner a{
    display: inline-block;
    background-color: #A72019;
    color: #fff;
    font-size: 1.6rem;
    padding: 17px 48px;
    border-radius: 30px;
    letter-spacing: 0.09em;
}

.menu-btn .inner a:hover{
    background-color: #ae5a55;
}



/* フッター */

footer .container{
    margin-top: 160px;
}


/* ページトップボタン */
footer .page-top-btn{
    max-width: 1200px;
    margin: 0 auto;
    height: 100px;
    position: relative;
    display: table-footer-group;
}


footer .page-top-btn a img:hover{
    margin-bottom: 20px;
}

/* フッターの自転車 */

.footer-illst{
    margin-left: 40px;
    margin-bottom: -3px;
}



/* -------------------------

　　　スペシャルメニュー

-------------------------- */

.special-menu{
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
}



.special-menu > p{
    font-size: 3rem;
}

.special-menu .item-01{
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.special-menu .item-01 img{
    border-radius: 10px;
    width: 40%;
}

.special-menu .item-02 p{
    font-size: 2rem;
}












/* ------------------------------------------------------------- */
@media screen and (max-width:1200px){

    .takeout-top > li > ul {
        width: 490px;
    }

}


@media screen and (max-width:1100px){

    .takeout-top > li > ul {
        width: 450px;
    }

}


@media screen and (max-width:1030px){

    .takeout-top{
        flex-direction: column;
        align-items: center;
    }

    .takeout-top .left {
        margin: 0 auto;
    }

    .takeout-top .right {
        margin: 0 auto;
    }
    
    .takeout-top > li > ul {
        width: 550px;
    }

    .takeout-under{
        flex-direction: column;
        align-items: center;
        max-width: 550px;
        justify-content: center;   
        margin: 0 auto;
    }

    .takeout-under  > li:first-of-type{
        margin-right: 0px;
    }

    .top-return a p{
        margin-top: 80px;
        margin-bottom: 80px;
    }

}






@media screen and (max-width:700px){

    .footer-illst img{
        width: 36vw;
    }

    .takeout-top > li > ul {
        width: 450px;
    }

    .takeout-under > li {
        width: 390px;     
    }

    .takeout-under{
        width: 450px;

    }
}

@media screen and (max-width:600px){


    .menu-area .ttl::before{
        content:"メニュー";
        color: #444444;
        position: absolute;
        font-size: 2rem;
        top: -22px;
        margin-left: 64px;
        letter-spacing: 0.04em;
    }

    _::-webkit-full-page-media, _:future, :root .memu-area .ttl::before {
        margin-left: 34px;
    }

    .menu-area .dtl{
        width: auto;
        text-align: center;
        margin: 0 auto;;
        font-size: 1.6rem;
        margin-top: -44px;
        margin-bottom: 90px;
        padding: 0 5%;
    }


    .takeout-top > li > ul {
        width: 400px;
    }
    .takeout-under{
        width: 400px;     
    }

    .takeout-under > li{
        width: 340px;     
    }

    .menu-01::before{
        position: absolute;
        content: 'お弁当';
        font-size: 3rem;
        font-family: lato;
        top: -26px;
    }
    
    /* .menu-01::after{
        content: url(../img/110@3x.png);
        position: absolute;
        top: -62px;
        left: 142px;
    } */
    
    .menu-02::before{
        position: absolute;
        content: 'カフェごはん';
        font-size: 3rem;
        font-family: lato;
        top: -26px;
    }
    
    /* .menu-02::after{
        content: url(../img/210@3x.png);
        position: absolute;
        top: -62px;
        left: 244px;
    } */
    
    .menu-03::before{
        position: absolute;
        content: '軽食';
        font-size: 3rem;
        font-family: lato;
        top: -26px;
    }
    
    .menu-04::before{
        position: absolute;
        content: 'オードブル';
        font-size: 3rem;
        font-family: lato;
        top: -26px;
    }
    
    .takeout-under {
        position: relative;
    }
    
    .takeout-under > li:first-of-type::before{
        position: absolute;
        content: 'サイドメニュー';
        font-size: 3rem;
        font-family: lato;
        top: -26px;
    }


    footer .page-top-btn a img {
        margin-right: 20px;
    }
}




@media screen and (max-width:450px){
    .contents{
        padding: 0 2%;
    }

    .menu-area .ttl::before{
        content:"メニュー";
        color: #444444;
        position: absolute;
        font-size: 1.6rem;
        top: -18px;
        margin-left: 37px;
        letter-spacing: 0.04em;
    }

    _::-webkit-full-page-media, _:future, :root .memu-area .ttl::before {
        margin-left: 17px;
    }

    .menu-area .dtl{
        width: auto;
        text-align: center;
        margin: 0 auto;
        font-size: 1.4rem;
        margin-top: -44px;
        margin-bottom: 90px;
    }

    .takeout{
        font-size: 1.6rem;
    }

    .takeout-top > li > ul {
        width: 370px;
        padding: 40px 20px 20px 20px;
        border-radius: 25px;
    }

    .takeout-under{
        width: 370px;  
        padding: 40px 20px 20px 20px;   
        border-radius: 25px;
    }

    .takeout-under > li{
        width: 330px;     
    }

    .takeout-top > li >ul.menu-01{
        margin-bottom: 110px;
    }
    /* .menu-02::after {
        content: url(../img/210@3x.png);
        position: absolute;
        top: -80px;
        left: 145px;
    } */

}


@media screen and (max-width:400px){

    .takeout{
        font-size: 1.4rem;
    }

    .takeout-top > li > ul {
        width: 330px;
        padding: 40px 20px 20px 20px;
    }

    .takeout-under{
        width: 330px;  
        padding: 40px 20px 20px 20px;   
    }

    .takeout-under > li{
        width: 290px;     
    }

}


@media screen and (max-width:350px){

    .takeout-top > li > ul {
        width: 280px;
        padding: 40px 20px 20px 20px;
    }

    .takeout-under{
        width: 280px;  
        padding: 40px 20px 20px 20px;   
    }

    .takeout-under > li{
        width: 240px;     
    }

    .br-sp{
        display: block;
    }

    .p-min{
        font-size: 1.2rem;
    }





}



@media screen and (max-width:320px){

    .menu-area .dtl{
        padding: 0 3%;
    }

}