@charset "UTF-8";




/* common */

.border {
    width: 1px;
    height: 24px;
    background-color: var(--primary-yellow);
    margin: 16px auto;
    display: block;
}
.subTitle {
    font-family: "Zen Old Mincho";
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}


/* === pc 769px === */
@media screen and (min-width:769px) {
    .border {
        display: none;
    }

    .subTitle {
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 2;
    }
    
    .border {
        display: none;
    }
    
    .sectionTitle {
        writing-mode: vertical-rl;
        font-size: 3.2rem;
        padding: 0;
        align-self: self-start;
        letter-spacing: 8px;
    }
}
/* === pc 769px end === */
    
/* main */
.main{
    margin: auto;
    max-width: 2200px;
    overflow: hidden;
}

h2{
    display: none; 
    }
    
.main__imagePc {
        display: none;
    }
    
.article__headerTxt {
        padding: 32px 24px;
    }
    
.article__headerTxt p {
    margin: 16px auto;
    max-width: 560px;
}

/* === main pc 769px === */
@media screen and (min-width:769px) {
    .article__header {
        padding: 32px 0;
    }
    
    .main__imagePc {
        display: block;
        width: 55%;
        height: auto;
        object-fit: cover;
        margin: 0 auto;
    }
    
    .main__imageSp {
        display: none;
    }
    
    .article__headerTxt {
        padding: 0;
        margin-top: 32px;
    }
    
    .article__headerTxt p {
        margin-top: 24px;
        text-align: center;
        max-width: 1200px;
    }
}

/* === main pc 769px end === */

/*==============
 dinner 
 ===============*/

.dinner{
    max-width: 1440px;
    margin: auto;
    padding: 0 24px;
}

.dinner h4 {
    text-align: center;
    font-family: "Zen Old Mincho";
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 3px;
    /* margin-top: 80px; */
}

.dinner h4:first-of-type{
    margin-top: 22px;
}

.box {
    margin-top: 24px;
    display: grid;
    gap: 8px;
}

.box:nth-of-type(2) {
    margin-top: 8px;
}

.dinnerContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dinner__items{
    max-width: 400px;
    margin: auto;
}

.dinnerMenu {
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.2px;
}

.dinnerMenu__br{
    line-height: 1;
}

.dinnerPrice {
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.3px;
}

.dinnerPriceMore {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.3px;
    margin-left: 24px;
}

.dinnerComment {
    font-family: "Zen Old Mincho";
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
}

div .dinnerComment:nth-of-type(1) {
    justify-content: center;
    display: flex;
    margin-top: 24px;
}

.dinnerContainerMore {
    display: grid;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 2px solid var(--yellow, #C1A650);
    margin-top: 16px;
}

.dinnerContainerMore__txt {
    display: flex;
    align-items: center;

}

.borderWide {
    display: block;
    width: 170px;
    height: 3px;
    background-color: rgba(var(--primary-yellowR),0.3);
    margin: 40px auto;
}

.takeoutMenu__img,
.takeoutMenu__img2 {
    /* padding: 32px; */
    /* max-width: 400px; */
    display: block;
    margin: 32px auto 0;
}


/* === dinner pc 769px === */
@media screen and (min-width:769px) {
    .dinner {
        display: flex;
        padding: 40px var(--contentPaddingPc) 40px;
    }

    .dinnerBox {
        margin-left: 9%;
        flex-grow: 1;
    }

    .dinner h4  {
        display: flex;
        text-align: start;
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0.3px;
        writing-mode: vertical-rl;
        letter-spacing: 8px;
    }

    .dinner__category {
        margin-top: 60px;
        display: flex;
    }

    .dinner__category:first-of-type{
        margin-top: 0;
    }

    .borderWide {
        display: none;
    }

    .dinner__items {
        display: flex;
        margin-top: 16px;
        max-width: 1440px;
    }

    

    .dinner__itemsTenshin{
        display: block;
        /* margin-left: 0; */
    }

    .box:nth-of-type(2) {
        margin-top: 0;
        margin-left:120px ;
    }

    .box {
        margin-top: 0;
        display: grid;
        width: 40%;
    }

    .box.box__tenshin{
        margin: 8px 0 0 0;
    }

    .dinnerMenu{
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 2;
    }

    div .dinnerComment:nth-of-type(1) {
        margin-top: 0;
    }

    /* img */
    .takeoutMenu__img,
    .takeoutMenu__img2{
        display: none;
    }

    .takeoutimg__after{
        position: relative;
    }

    .takeoutimg__after::after{
        content: "";
        display: inline-block;
        width: 400px;
        height: 300px;
        background-repeat: no-repeat;
        background-image: url(../images/menu_takeout.png);
        background-position: center;
        background-size: contain;
        position: absolute;
        top: 24px;
        left: 56%;
    }

    .takeoutimg__after2{
        position: relative;
    }

    .takeoutimg__after2::after{
        content: "";
        display: inline-block;
        width: 400px;
        height: 300px;
        background-repeat: no-repeat;
        background-image: url(../images/menu_takeout2.png);
        background-position: center;
        background-size: contain;
        position: absolute;
        top: -150px;
        left: 56%;
    }

     /* background-image */
     .background__s::before{
        content: none;
    }

    .background__l {
        position: relative;
    }

    .background__l::after{
        content: "";
        z-index: -1;
        display: inline-block;
        width: 400px;
        height: 400px;
        background-repeat: no-repeat;
        background-image: url(../images/backgroundimage.png);
        background-position: center;
        background-size: contain;
        position: absolute;
        top: -180px;
        left: 82%;
    }

    .background__m{
        position: relative;
    }

    .background__m::before {
        content: "";
        z-index: -1;
        display: inline-block;
        width: 300px;
        height: 300px;
        background-repeat: no-repeat;
        background-image: url(../images/backgroundimage.png);
        background-position: center;
        background-size: contain;
        position: absolute;
        top: -180px;
        left: -4%;
    }

}

/* === dinner pc 769px end === */

/* -----  .dinner tab ----- */
@media screen and (min-width:769px) and ( max-width:1200px) {
.dinner h4 {
    font-size: 2.8rem;
    font-weight: 500;
}

    .dinnerMenu{
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 2;
    }

    .box:nth-of-type(2) {
        margin-left:60px ;
    }

    .dinner {
        padding: 30px 6% 30px;
    }

    .dinnerBox {
        margin-left: 6%;
    }

    .box.box__tenshin{
        margin-left: 0;
    }

    .dinner__category h4 {
        font-size: 2.4rem;
        font-weight: 600;
    }

    .box {
        width: 45%;
    }
    
}
/* -----  .dinner tab ----- */


/* ===== order ====== */

.takeOut__order {
    margin-top: 32px;
}

.takeOut__title {
    text-align: center;
    font-family: "Zen Old Mincho";
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
}

.takeOut__txt {
    font-family: "Zen Old Mincho";
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.3px;
    text-align: center;
    margin-top: 16px;
}

.takeOut__detail {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.3px;
    max-width: 500px;
    margin: 32px auto;
}

.order__box{
    max-width:100%;
    margin: auto;
}

/* order pc 769px */
@media screen and (min-width:769px) {
    
    .takeOut__title{
        text-align: start;
        font-size: 2.2rem;
        font-weight: 600;
    }
    
    .takeOut__txt {
        text-align: start;
        font-size: 3.2rem;
        font-weight: 400;
    }

    .takeOut__order {
        margin-top: 48px;
    }

    .takeOut__order1{
        margin-top: 16px;
    }
    
    .takeOut__detail{
        margin: 32px 0;
    }

    .order__box{
        max-width: 64%;
        margin: 0 0 0 9%;
    }
}
/* order pc 769px end */

/* ----- order tab ----- */
@media screen and (min-width:769px) and ( max-width:1200px) {
    .takeOut__title{
        font-size: 2rem;
        font-weight: 500;
    }
    
    .takeOut__txt {
        font-size: 2.4rem;
        font-weight: 300;
    }
    
    .order__box{
        max-width: 64%;
        margin: 0 0 0 6%;
    }
}
    /* -----  order tab ----- */