/*おすすめテキスト*/
.speech_line{
    font-size: 1.25rem;
    font-weight: 700 !important;
    margin:1.875rem 0 0.625rem 0;
}

/*上下ラインテキスト*/
.line_txt{
    padding:1.844rem 0;
    border-top:solid 1px #502200;
    border-bottom:solid 1px #502200;
    margin-top:2.813rem;
    line-height:1.75rem;
}


/*-----------メニュー内容-----------*/

section .menu_wrapper{
    width:1200px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu_wrapper .menu_item{
    width:calc((100% - 6.59%) / 2);
    display: flex;
    flex-flow: column;
    
}
.menu_wrapper .menu_item:nth-of-type(n+3){
    margin-top:3.75rem;
}
.menu_wrapper .menu_item .menu_img{
    width:100%;
    height:320px;
    overflow: hidden;
    border-radius: 1.25rem;
}
.menu_wrapper .menu_item .menu_img img{
    width:100%;
    height:100%;
    max-height:320px;
    object-fit: cover;
}
.menu_wrapper .menu_item:first-of-type  .menu_img img{
    width:100.9%;
    object-position: right -35px;
}
.menu_wrapper .menu_item:nth-of-type(2)  .menu_img img{
    width:106.45%;
    object-position: -30px center;
}
/*メニューの文章*/
.menu_item .menu_ttl{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 3rem;
    margin-top:1.875rem;
}
.menu_item .menu_info{
    font-weight: 400;
    margin:0.938rem 0;
    flex-grow: 1;
}
.price{
    font-size: 1.875rem;
    font-weight: 700;
}



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




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

1440px以下

---------------------------------------------------------------------------------------------*/
@media(max-width:1440px){
    /*-----メニュー内容-----*/
    section .menu_wrapper{
        width: clamp(1130px, 83.33vw, 1200px);
    }

}

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

1200px以下

---------------------------------------------------------------------------------------------*/
@media(max-width:1200px){
    /*-----メニュー内容-----*/
    section .section_content{
        padding: 6.07vw 0 1rem 0;
    }
    section .menu_wrapper{
        width: clamp(900px, 83.33vw, 1000px);
    }
    .menu_wrapper .menu_item .menu_img{
        height: 22.5vw;
    }
    
}


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

1024px以下

---------------------------------------------------------------------------------------------*/
@media(max-width:1024px){
    /*-----メニュー内容-----*/
    section .menu_wrapper{
        width: clamp(856px, 87.89vw, 900px);
    }
}


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

890px以下

---------------------------------------------------------------------------------------------*/
@media(max-width:890px){

    /*-----メニュー内容-----*/
    section .menu_wrapper{
        width: clamp(750px, 92.13vw, 820px);
    }
    .menu_wrapper .menu_item .menu_img {
        height: 23.5vw;
    }
    .menu_wrapper .menu_item:nth-of-type(2) .menu_img img{
        object-position: -15px center;
    }
}


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

768px以下

---------------------------------------------------------------------------------------------*/
@media(max-width:768px){

    /*-----メニュー内容-----*/
    section .menu_wrapper{
        width: 95%;
    }
    .menu_wrapper .menu_item{
        width: calc((100% - 4%) / 2);
    }
    .menu_wrapper .menu_item .menu_img {
        height: 25.5vw;
    }
    .price{
        font-size: 3.91vw;
    }
}


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

600px以下

---------------------------------------------------------------------------------------------*/
@media(max-width:600px){
    /*ヘッダーページの調整*/
    .menu .page_header img {
        width: 170.33%;
        object-position: -40vw 25%;
    }

    /*-----メニュー内容-----*/
    section .menu_wrapper{
        width: 90%;
    }
    .menu_wrapper .menu_item:first-of-type .menu_img img{
        object-position: right -3.33vw;
    }
    .menu_item .menu_ttl{
        font-size: 1.125rem;
        line-height: 2rem;
    }
    .price {
        font-size: 1.25rem;
    }
}



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

425px以下

---------------------------------------------------------------------------------------------*/
@media(max-width:425px){
    /*ページヘッダーの調整*/
    .menu .page_header img {
        object-position: -43vw 30%;
    }


    /*-----メニュー内容-----*/
    section .menu_wrapper{
        width: 89.33%;
    }

    section .menu_wrapper{
        flex-flow: column;
        align-items: center;
    }
    .menu_wrapper .menu_item {
        width: 100%;
        margin-top: 3.75rem;
    }
    .menu_wrapper .menu_item:first-of-type{
        margin-top:1.25rem;
    }
    .menu_wrapper .menu_item:nth-of-type(n+3) {
        margin-top: 3.75rem;
    }
    .menu_wrapper .menu_item .menu_img {
        height: 53.5vw;
    }
    .menu_wrapper .menu_item:nth-of-type(2) .menu_img img {
        object-position: -5.06vw center;
    }
}



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

375px以下

---------------------------------------------------------------------------------------------*/
@media(max-width:375px){
    /*ページヘッダーの調整*/
    .menu .page_header img {
        object-position: -42vw 20%;
    }

    /*-----メニュー内容-----*/
    section .menu_wrapper{
        width: clamp(280px,89.33vw,335px);
    }
}

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

320px以下

---------------------------------------------------------------------------------------------*/
@media(max-width:320px){
}