@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;
}

/*==========================
slick
==========================*/
.slick-slider { 
    overflow: hidden;
    margin: auto;
    max-width: 1200px;
    padding: 0 32px;
    margin-top: 60px;
}

/* .slick-slider pc 769px */
@media screen and (min-width:769px) {
    .slick-slider {
        padding: 0 60px;
        margin-top: 0;
    }

    .slider__item {
        margin: 0 10px;
    }
}


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

    .subTitle {
        font-size: 2.8rem;
        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{
    overflow: hidden;
}

.h2{
        display: none; 
    }
    
.main__imagePc {
        display: none;
    }
    
.article__headerTxt {
        padding: 32px 24px;
    }
    
.article__headerTxt p {
    margin-top: 16px;
}

.sectionTitle__txt {
    display: flex;
    justify-content: center;
}

/* === 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;
    }
}

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

/*====================
 lunch 
 =====================*/
.lunchImage_pcA,
.lunchImage_pcC {
    display: none;
}

.lunch {
    padding: 8px 24px;
    max-width: 1500px;
    margin: auto;
}

.lunch__AtoC {
    display: grid;
    justify-content: center;
}

.lunchContainer {
    margin-top: 18px;
    justify-content: center;
}

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

.lunchset {
    display: flex;
    align-items: center;
}

.lunchMenu,
.lunchPrice {
    font-family: "Zen Old Mincho";
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
}

.lunchPrice {
    margin-left: 24px;
}

.lunchTxt,
.lunch__comment {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
}

.lunch__comment {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.lunchImage_spA,
.lunchImage_spC {
    display: block;
    margin: 32px auto;
    max-width: 300px;
}

/* === pc 769px === */
@media screen and (min-width:769px) {
    .img__pcSize{
        max-width: 610px;
        max-height: 400px;
        width: 60%;
        height: auto;
        object-fit: cover;
    }
    .border {
        display: none;
    }

    .lunch {
        display: flex;
        padding: 40px var(--contentPaddingPc) 72px;
    }

    .lunch__AtoC {
        display: block;
        margin-left: 12.5%;
    }

    .lunchContainer {
        display: flex;
        justify-content: start;
        align-items: center;
        align-self: stretch;
    }

    .lunchMenu,
    .lunchPrice {
        width: 92px;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 2.2;
        margin-left: 56px;
    }

    .lunchTxt {
        font-size: 1.6rem;
        line-height: 1.4;
        letter-spacing: 0.3px;
        margin-left: 56px;
    }

    .lunchImage_spA,
    .lunchImage_spC {
        display: none;
    }

    .lunchImage{
        display: flex;
        justify-content: center;
        margin-top: 60px;
    }

    .lunchImage_pcA,
    .lunchImage_pcC {
        display: block;
        width: 40%;
        height: auto;
        margin-left: 30px;
    }
}
/* === pc 769px end === */

/* -----  lunch tab ----- */
@media screen and (min-width:769px) and ( max-width:1200px) {
    .lunch {
        padding: 24px 32px 72px;
    }

    .lunch__AtoC {
        margin-left: 8%;
    }

    .lunchMenu {
        margin-left: 0;
    }

    .lunchPrice {
        margin-left: 32px;
        font-size: 2rem;
    }

    .lunchTxt {
        margin-left: 32px;
    }
}
/* -----  .lunch tab ----- */


/*==============
 dinner 
 ===============*/
.dinner{
    padding: 0 24px;
    max-width: 1500px;
    margin: auto;
}

.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; */
}

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

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

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

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

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

.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,
.dinnerComment__kids {
    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;
}

.dinnerImg {
    margin-top: 24px;
}

/* .backgroundimg */
.background__s{
    position: relative;
}

.background__s::before {
    content: "";
    z-index: -1;
    display: inline-block;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-image: url(../images/backgroundimage.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 120px;
    right: -12%;
}

.background__m{
    position: relative;
}

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

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

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

    .dinnerContainer {
        width: auto;
    }

    .dinner__category h4 {
        text-align: start;
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0.3px;
    }

    .dinner__category {
        margin-top: 80px;
    }

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

    .dinner__items{
        max-width: 1440px;
    }

    .borderWide {
        display: none;
    }

    .dinner__items {
        display: flex;
        margin: 26px 0 0 4%;
    }

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

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

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

    .okosama {
        display: flex;
        align-items: center;
    }

    .okosama p{
        margin-left: 26px;
        font-size: 1.4rem;
    }

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

    /* .backgroundimg */
.background__s::before,
.background__m::before {
    content:none;
}

.background__l{
    position: relative;
}

.background__l::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: -70px;
    right: -22%;
}

.background__ll{
    position: relative;
}

.background__ll::before {
    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: -170px;
    left: -40%;
}
    
}
/* === dinner pc 769px end === */

/* -----  .dinner tab ----- */
@media screen and (min-width:769px) and ( max-width:1200px) {
    .dinnerMenu{
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 2;
    }

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

    .dinner {
        padding: 40px 32px 72px;
    }

    .dinnerBox {
        margin-left: 4%;
    }

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

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