@charset "utf-8";
#banner2{
    background: url(../images/ryori/ryori_bg.jpg) no-repeat center center;
    background-size: cover;
}

@media only screen and (max-width: 980px) {
    #banner2{
        background: url(../images/ryori/ryori_bg.jpg) no-repeat 53% center;
        background-size: auto 100%;
    }
}

.content.site-content{
    padding-top: 0;
}
#sec_course{
    position: relative;
    background: url(../images/ryori/sec1_bg_pc.jpg) no-repeat center right;
    background-size: cover;
}

#sec_course::after{
    position: absolute;
    display: block;
    content: "";
    width: 190px;
    height: 194px;
    background: url(../images/icon_02.png) no-repeat center left;
    background-size: auto;
    bottom: -97px;
    right: 0;
    z-index: 1;
}

#sec_course > .text{
    width: min(50%, 520px);
    color: #fff;
    padding-block: 85px;
    margin-left: 14%;
}

#sec_course > .text h2{
    text-shadow: 4px 5px 5px #000;
}

#sec_course > .text P{
    color: #000;
    font-weight: 700;
    text-shadow: 
        -1px 0px 4px rgba(255, 255, 255, .6), 
        1px 0px 4px rgba(255, 255, 255, .6), 
        0px -1px 4px rgba(255, 255, 255, .6),
        0px 1px 4px rgba(255, 255, 255, .6), 
        -1px -1px 4px rgba(255, 255, 255, .6), 
        1px 1px 4px rgba(255, 255, 255, .6), 
        1px -1px 4px rgba(255, 255, 255, .6),
        -1px 1px 4px rgba(255, 255, 255, .6);
}

#sec_course > .bg_bk75{
    gap: 80px;
    border-top: solid 10px var(--red);
}

#sec_course > .bg_bk75 .imgs{
    gap: 1.56vw;
}

#sec_course > .bg_bk75 .imgs > img{
    width: min(32%, 270px);
    aspect-ratio: 135 / 149;
    object-fit: cover;
}

#sec_course > .bg_bk75 > .gold ul li{
    position: relative;
    padding-left: 1em;
}

#sec_course > .bg_bk75 > .gold ul li::before{
    position: absolute;
    display: block;
    content: "・";
    width: 1em;
    height: auto;
    font-size: 1em;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1510px) {
    #sec_course::after{
        display: none;
    }
    #sec_course > .bg_bk75{
        flex-direction: column-reverse;
        gap: 60px;
    }
    #sec_course > .bg_bk75 .imgs{
        width: min(100%, 980px);
        justify-content: space-between;
        margin: 0 auto;
    }
    #sec_course > .bg_bk75 > .gold{
        width: min(calc(100% - 30px), 980px);
        margin: 0 auto;
    }
}

@media only screen and (max-width: 980px) {
    #sec_course{
        background: url(../images/ryori/sec1_bg_sp.jpg) no-repeat top 23% center;
        background-size: cover;
    }
    #sec_course > .text{
        width: calc(100% - 30px);
        margin: 0 auto;
    }
/* 
     #sec_course > .text P{
        color: #000;
        font-weight: 700;
        text-shadow: 
        -1px 0px 4px rgba(255, 255, 255, .6), 
        1px 0px 4px rgba(255, 255, 255, .6), 
        0px -1px 4px rgba(255, 255, 255, .6),
        0px 1px 4px rgba(255, 255, 255, .6), 
        -1px -1px 4px rgba(255, 255, 255, .6), 
        1px 1px 4px rgba(255, 255, 255, .6), 
        1px -1px 4px rgba(255, 255, 255, .6),
        -1px 1px 4px rgba(255, 255, 255, .6);
     } */
     
    #sec_course > .bg_bk75 .imgs > img{
        aspect-ratio: 58 / 75;
    }
}

#sec_zosui{
    background: url(../images/ryori/sec2_bg_pc.jpg) no-repeat center center;
    background-size: cover;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15vw), 0 100%);
}

#sec_zosui > .text{
    width: min(50%, 520px);
    padding-block: 85px calc(0% + 10vw);
    margin-left: 14%;
}

@media only screen and (max-width: 980px) {
    #sec_zosui{
        background: url(../images/ryori/sec2_bg_sp.jpg) no-repeat top center;
        background-size: cover;
    }
    #sec_zosui > .text{
        width: calc(100% - 30px);
        padding-block: 68vw calc(0% + 15vw);
        margin: 0 auto;
    }

}

.menus{
    width: min(calc(100% - 30px), 1200px);
    max-width: 1200px;
    margin: 70px auto;
    padding-block: 70px 20px;
    font-weight: 700;
}

.menus > .label{
    display: block;
    width: 100%;
    background: var(--red);
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.1;
}

.menus h2 > span{
    padding: 2px 5px;
    border-radius: 3px;
}

#dinner > .menu{
    width: min(calc(100% - 30px), 980px);
    margin: 35px auto 75px;
}

.menu > div.d_flex:has(h3){
    gap: 30px;
    align-items: center;
}
.menu > div.d_flex:has(h3) > p{
    margin-bottom: 0;
}

.menu > div.bg_w70:has(table){
    width: min(100%, 600px);
    padding: 10px;
    margin: 1.25rem auto 0;
}

.menu > div.bg_w70 > table{
    display: flex;
    justify-content: center;
    border: solid 2px var(--red);
    border-radius: 2px;
    margin: 0;
    padding: 18px;
}

.menu > div.bg_w70 > table th,
.menu > div.bg_w70 > table td{
    font-size: 1rem;
}

.menu > div.bg_w70 > table th{
    width: 3.5em;
}

.menu > div.bg_w70 > table td{
    position: relative;
    width: fit-content;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 980px) {
    .menu > div.d_flex:has(h3){
        gap: 15px;
    }
}

#resto{
    width: min(100%, 1150px);
    background: url(../images/ryori/resto_bg.png) no-repeat top -29% left -5% #fff;
    background-size: auto;
    border-top: solid 17px var(--red);
    margin: 0 auto;
}

#resto > .d_flex{
    width: min(calc(100% - 30px), 960px);
    margin: 30px auto;
}

#resto > .d_flex > img{
    width: min(50%, calc(50vw - 30px));
}

@media only screen and (max-width: 980px) {
    #resto{
        background: url(../images/ryori/resto_bg.png) no-repeat top -5% left -5% #fff;
        background-size: 46% auto;
        border-top: solid 10px var(--red);
    }
    #resto h3 img{
        width: min(90%, 333px);
        height: auto;
    }
    #resto > .d_flex{
        flex-wrap: wrap;
    }
    #resto > .d_flex > img{
        width: 100%;
    }
}

#lunch > div.d_flex:has(.menu){
    width: min(calc(100% - 30px), 980px);
    justify-content: space-between;
    margin: 35px auto 80px;
    gap: 30px;
}

#lunch .menu{
    width: min(50%, 445px);
}

.menu > div.bg_w70:has(ul){
    width: min(100%, 445px);
    padding: 10px;
    margin: 1.25rem auto 0;
}

.menu > div.bg_w70 > ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: solid 2px var(--red);
    border-radius: 2px;
    margin: 0;
    padding: 1.25rem 1.875rem;
}

.menu > div.bg_w70 > ul > li{
    position: relative;
    font-size: 1rem;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 980px) {
    #lunch > div.d_flex:has(.menu){
        flex-wrap: wrap;
        justify-content: center;
    }
    #lunch .menu{
        width: min(100%, 445px);
    }
}

#banquet{
    background: url(../images/ryori/sec4_bg_01.png) no-repeat top 70px left / 35%, url(../images/ryori/sec4_bg_02.png) no-repeat top 70px right / 35%, rgba(203, 174, 86, .4);
    padding-block: 70px 80px;
}

#banquet > .label{
    background: var(--gold2);
}

#banquet > p{
    width: min(100%, 370px);
    margin: 40px auto 50px;
}

@media only screen and (max-width: 980px) {
    #banquet{
        background: url(../images/ryori/sec4_bg_01.png) no-repeat top 2% left -29% / 55%, url(../images/ryori/sec4_bg_02.png) no-repeat top 2% right -29% / 55%, rgba(203, 174, 86, .4);
        padding-block: 35px 40px;
    }
    #banquet > h2,
    #banquet > p{
        text-shadow: 
        -1px 0px 5px rgba(255, 255, 255, .6), 
        1px 0px 5px rgba(255, 255, 255, .6), 
        0px -1px 5px rgba(255, 255, 255, .6),
        0px 1px 5px rgba(255, 255, 255, .6), 
        -1px -1px 5px rgba(255, 255, 255, .6), 
        1px 1px 5px rgba(255, 255, 255, .6), 
        1px -1px 5px rgba(255, 255, 255, .6),
        -1px 1px 5px rgba(255, 255, 255, .6);
        padding-inline: 2em;
    }
    #banquet > p{
        margin: 20px auto 25px;
    }
}

@media only screen and (max-width: 375px) {
    #banquet .util-link{
        font-size: 1rem;
        letter-spacing: .03em;
    }
}