@charset "UTF-8";

/* mv */
.main-visual {
    height: 30vw;
    position: relative;
    background: url(../images/mv-lunch.png) no-repeat center / cover;
}

.main-visual h2 {
    font-size: 4vw;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-shadow: 1px 1px 6px #000;
    font-family: kokuryu, sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* lunch */
.lunch{
    background: url(../images/bg-sub-lunch.png) no-repeat center top / cover;
    height: 105vw;
    padding: 13vw 0 0;
    position: relative;
}

.lunch > img{
    position: absolute;
    right: 0;
    bottom: 8vw;
    width: 68vw;
}

.lunch-inner{
    width: 120rem;
    max-width: 60%;
    margin: auto;
    color: #fff;
}

.lunch-list{
    display: flex;
    justify-content: space-between;
}

.lunch-list li:nth-of-type(1){
    width: 65%;
}

.lunch-list li:nth-of-type(2){
    text-align: right;
    width: 35%;
}

.lunch-list li h2{
    font-size: 2.5vw;
    font-family: kokuryu, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 1vw;
}

.lunch-list li img{
    width: 100%;
    margin: 0 0 1vw;
}

.lunch-list li p:nth-of-type(1){
    font-size: .9vw;
    line-height: 2;
    padding-left: 1em;
    text-indent:-1em;
    margin: 0 0 2vw;
}

.lunch-list li p:nth-of-type(2){
    font-size: .9vw;
    line-height: 2;
}

.lunch-menu{
    font-size: max(.9vw,1rem);
    display: flex;
    flex-wrap: wrap;
    width: 60rem;
    max-width: 100%;
    line-height: 2.5;
    margin: 10px auto 2vw;
}

.lunch-menu dt{
    width: 70%;
}

.lunch-menu dd{
    width: 30%;
    text-align: right;
}

@media screen and (max-width:968px) {
    /* mv */
    .main-visual {
        height: 65vw;
        position: relative;
        background: url(../images/mv-lunch-sp.png) no-repeat center / cover;
    }

    .main-visual h2 {
        white-space: nowrap;
        font-size: 4rem;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        text-shadow: 1px 1px 6px #000;
        font-family: kokuryu, sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    /* lunch */
    .lunch{
        background: url(../images/bg-sub-lunch-sp.png) no-repeat center top / cover;
        height: max(510vw,205rem);
        padding: 30vw 0 0;
        position: relative;
    }

    .lunch > img{
        position: absolute;
        right: 0;
        bottom: 8vw;
        width: 68vw;
    }

    .lunch-inner{
        width: 120rem;
        max-width: 80%;
        margin: auto;
        color: #fff;
    }

    .lunch-list{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin: 0 0 5rem;
    }

    .lunch-list li:nth-of-type(1){
        width: 100%;
    }

    .lunch-list li:nth-of-type(2){
        text-align: right;
        width: 100%;
    }

    .lunch-list li h2{
        font-size: max(5vw,2.5rem);
        font-family: kokuryu, sans-serif;
        font-weight: 400;
        font-style: normal;
        margin: 0 0 max(5vw,3rem);
    }

    .lunch-list li img{
        width: 100%;
        margin: 0 0 5vw;
    }

    .lunch-list li p:nth-of-type(1){
        font-size: max(3vw,1.4rem);
        line-height: 2;
        padding-left: 1em;
        text-indent:-1em;
        margin: 0 0 2rem;
    }

    .lunch-list li p:nth-of-type(2){
        font-size: max(3vw,1.4rem);
        line-height: 2;
    }

    .lunch-menu{
        font-size: max(2.5vw,1.4rem);
        display: flex;
        flex-wrap: wrap;
        width: 60rem;
        max-width: 100%;
        line-height: 2.5;
        margin: 0 auto max(5vw,3rem);
    }

    .lunch-menu dt{
        width: 100%;
    }

    .lunch-menu dd{
        width: 90%;
        text-align: right;
    }
}