@charset "UFT-8";
:root {
    --primary-red: #A20000;
    --primary-black: #000;
    --primary-gold: #D2B48C;
    --primary-white:#FFE7E7;
}

/* ========
MV
========== */
.section--cuisine__mv {
    width: 100%;
    height: 378px;
    text-align: center;
    background-image: url(../images/cuisine/cuisine_TOP-SP.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.Cuisine__mv__title {
    display: inline-block;
    width: 39%;
    height: auto;
    text-align: center;
    font-size: 2.9rem;
    letter-spacing: 0.3em;
    color: var(--primary-white);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


@media screen and (min-width:769px) {
    .section--cuisine__mv {
        width: 100%;
        height: 245px;
        background-image: url(../images/cuisine/cuisine_TOP.png);
}

    .Cuisine__mv__title {
        font-size: 3.5rem;
        letter-spacing: 0.45em;
        position: relative;
    } 

    .SP {
        display: none;
    }

} /* 769px */


/* ===========
コース料理　紹介
=========== */
.cuisine__title {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 50px 0 82px;
    position: relative;
    background-image: url(../images/TOP/back_image_y.png);
}

.cuisine__title::after {
    content: '';
    width: 2px;
    height: 33px;
    display: block;
    background-color: var(--primary-black);
    position: absolute;
    left: 50%;
    transform: translate(-50%,19px);
}

.course__TOP__image img {
    width: 100%;
    height: auto;
}

.course__present {
    text-align: center;
    padding-bottom: 30px;
    background-image: url(../images/TOP/back_image_y.png);
}

.course__present__title {
    display: inline-block;
    width: 64%;
    height: auto;
    font-size: 2.6rem;
    text-align: start;
    padding-top: 39px;
    position: relative;
}

.course__present__title::after {
    content: '';
    width: 26px;
    height: 22px;
    background-image: url(../images/logo/icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    left: 50%;
    transform: translate(-50%,24px);
}

.course__present__txt {
    display: inline-block;
    width: 84%;
    height: auto;
    margin-top: 68px;
    text-align: start
}

@media screen and (min-width:769px) {
    .section--course {
        background-image: url(..//images/TOP/back_image_y.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .cuisine__title {
        font-size: 3.5rem;
        letter-spacing: 0.2em;
        padding: 80px 0 105px;
    }

    .course__content {
        display: flex;
        justify-content: space-between;
        text-align: center;
        padding: 10px 7% 80px;
    }

    .course__TOP__image {
            width: 45%;
            height: auto;
            margin: auto 0;
    }

    .course__present {
            width: 48%;
            text-align: left;
            background-image: none;
    }

    .course__present__title {
            width: 81%;
            height: auto;
            font-size: 3rem;
    }

    .course__present__title::after {
            content: '';
            width: 33px;
            height: 28px;
            left: 4px;
            transform: translate(0,7px);
    }

    .course__present__txt {
            width: 100%;
            height: auto;
            margin-top: 58px;
            font-size: 1.8rem;
    }
} /* 769px */


/* ===========
コース料理　中身
=========== */
.course__cuisine,.course__cuisine__drink {
    text-align: center;
    background-image: url(../images/TOP/back_image_y.png);
}

@media screen and (min-width:769px) {
    .course__cuisine,.course__cuisine__drink {
        text-align: left;
        padding-bottom: 41px;
        background-image: none;
    }
}

/* ===========
コース料理　料理のみ
=========== */
.course__title {
    font-size: 2.6rem;
    padding-top: 50px;
}

.course__title__sub {
    padding-bottom: 82px;
}

.course__title__sub::after {
    content: '';
    width: 2px;
    height: 33px;
    display: block;
    background-color: var(--primary-black);
    position: absolute;
    left: 50%;
    transform: translate(-50%,19px);
}

.course__detail,.course__detail__2{
    position: relative;
}

.course__detail::after {
    content: '';
    width: 92%;
    height: 2px;
    display: block;
    background-color: var(--primary-gold);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -20px);
}

.course__name {
    width: 57%;
    height: 47px;
    font-size: 2.2rem;
    background-color: var(--primary-gold);
    line-height: 47px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.course__cuisine__txt,.course__cuisine__txt__2 {
    padding-bottom: 3px;
}

.course__detail__txt {
    display: inline-block;
    text-align: left;
    padding-top: 16px;
}

.course__cuisine__txt:last-of-type {
    padding-bottom: 42px;
}

@media screen and (min-width:769px) {
    .course__title {
        text-align: center;
        font-size: 3.3rem;
        padding-top: 30px;
    }

    .course__title__sub {
        text-align: center;
        font-size: 1.8rem;
        padding-bottom: 105px;
    }

    .course__title__sub::after {
        transform: translate(-50%,17px);
    }

    .course__detail {
        display: flex;
        width: 79%;;
        margin: 0 auto 36px;
        padding:0 0 36px 20px
    }

    .course__detail::after {
        width: 100%;
        transform: translate(-50%, 81px);
    }

    .course__name {
            width: 20%;
            height: auto;
            font-size: 2.5rem;
            margin: 0;
            padding: 13px 2%;
    }

    .course__cuisine__txt,.course__cuisine__txt__2 {
        font-size: 1.8rem;
        padding-bottom: 0;
        padding-right: 15px;
        }

    .course__detail__txt {
            display: flex;
            width: 75%;
            flex-wrap: wrap;
            text-align: left;
            align-items: center;
            padding: 0 0 0 41px;
        }

    .course__cuisine__txt:last-of-type {
            padding-bottom: 0;
        }
}
/* 769px */

/* ===========
コース料理　飲み放題付き
=========== */
.course__cuisine__drink {
    text-align: center;
    /* background-image: url(../images/TOP/back_image_y.png); */
}

.course__title__sub__2 {
    display: inline-block;
    padding-bottom: 82px;
    text-align: left;

}

.course__title__sub__2::after{
    content: '';
    width: 2px;
    height: 33px;
    display: block;
    background-color: var(--primary-black);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 19px);

}

.course__name__2 {
    width: 57%;
    height: 76px;
    font-size: 2.1rem;
    background-color: var(--primary-gold);
    display: block;
    margin: 0 auto 16px;
    padding: 7px 0;
}

.course__detail__txt__2 {
    display: inline-block;
    text-align: left;
    padding-bottom: 30px
}

.course__cuisine__txt__2:last-of-type {
    padding-bottom: 0;
}

.course__price ,.course__price__1,.course__price__2 {
    font-size: 1.9rem;
    display: block;
    margin:0 auto;
}

.course__price::after {
    content: '';
    width: 92%;
    height: 2px;
    display: block;
    background-color: var(--primary-gold);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 5px);
}

.course__price__2::after{
    content: '';
    width: 92%;
    height: 2px;
    display: block;
    background-color: var(--primary-gold);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 5px);
}

.course__price {
    padding-bottom: 37px;
}

.course__price__2 {
    padding-bottom: 87px;
}

.price__font {
    font-size: 2.1rem;
}

@media screen and (min-width:769px) {
.course__title__sub__2 {
    text-align: center;
    font-size: 1.8rem;
    padding-bottom: 105px;
}

.course__title__sub::after {
    transform: translate(-50%,17px);
}

.course__detail__2 {
    display: flex;
    width: 79%;
    margin: 0 auto 36px;
    padding:0 20px 29px;
    justify-content: space-between;
    align-items: center;
}

.course__name__2 {
    width: 29%;
    font-size: 2.2rem;
    margin: 0;
    padding: 21px 0;
}

.course__detail__content {
    width: 68%;
}

.course__detail__txt__2 {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 7px;
}

.course__price,.course__price__1,.course__price__2 {
    font-size: 2.3rem;
    text-align: right;
}

.course__price {
    padding-bottom: 0;
}

.course__price__2 {
    padding-bottom: 0;
}

.course__price::after {
    width: 100%;
    transform: translate(-50%, 10px);
}

.course__price__2::after {
    width: 100%;
    transform: translate(-50%, 10px);
}

.price__font {
    font-size: 2.4rem;
}

}
/* 769px */

/* ===========
アラカルト
=========== */
.alacarte__title {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 50px 0 82px;
    position: relative;
    background-image: url(../images/TOP/back_image_w.png);
}

.alacarte__title::after {
    content: '';
    width: 2px;
    height: 33px;
    display: block;
    background-color: var(--primary-black);
    position: absolute;
    left: 50%;
    transform: translate(-50%,19px);
}

.alacarte__image img {
    width: 100%;
    height: auto;
}

.alacarte__present {
    padding: 30px 0 25px;
    text-align: center;
    background-image: url(../images/TOP/back_image_w.png);
}
 
.alacarte__present__2 {
    padding: 30px 0 25px;
    text-align: center;
    background-image: url(../images/TOP/back_image_w.png);
}

.alacarte__present__title {
    font-size: 2.1rem;
    padding: 0 7% 0;
    display: inline-block;
    text-align: left;
}


.alacarte__present__txt {
    padding: 15px 8% 0;
    text-align: left;
    display: inline-block;
}

@media screen and (min-width:769px) {
.alacarte__content {
     background-image: url(../images/TOP/back_image_w.png);

}

.alacarte__title {
    font-size: 3.5rem;
    letter-spacing: 0.2em;
    padding: 80px 0 105px;
}

.alacarte__title::after {
    transform: translate(-50%,17px);
}

.alacarte__box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 130px;
    padding-bottom: 40px;
}

.alacarte__box:last-of-type {
    padding-bottom: 80px;
}

.alacarte__box__2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 9%;
    flex-direction: row-reverse;
    padding-bottom: 40px;
}


.alacarte__image img {
    width: 100%;
    height: auto;
}

.alacarte__present {
    padding: 0;
    text-align: left;
    width: 48%;
    background-image: none;
    padding-left: 5%;
}

.alacarte__present__2 {
    padding: 0;
    text-align: left;
    width: 48%;
    background-image: none;
    padding-right: 5%;
}

.alacarte__present__title {
    font-size: 2.6rem;
    padding: 0;
    text-align: left;
}

.alacarte__present__txt {
    padding: 15px 0 0 0;
    font-size: 1.8rem;
}
    
}
/* 769px */

/* ===========
アラカルト メニュー
=========== */
.alacarte__menu__left {
    padding: 50px 0 0 8%;
    background-image: url(../images/TOP/back_image_w.png);
}

.alacarte__menu__right {
    padding: 10px 0 0 8%;
    background-image: url(../images/TOP/back_image_w.png);
}

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

.alacarte__menu__detail {
    width: 94%;
    height: auto;
    list-style: none;
    padding-bottom: 16px;
}

.alacarte__menu__content__title {
    width: 46%;
    height: 31px;
    background-color: var(--primary-gold);
    text-align: center;
    line-height: 31px;
    margin-bottom: 16px;
    margin-top: 16px;
}

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


.alacarte__menu__detail__2 {
    width: 94%;
    list-style: none;
}

.alacarte__price__2 {
    text-align: end;
    padding-bottom: 16px;
}

.alacarte__menu__content__txt__last,
.alacarte__menu__content__txt__2__last {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
}

.note__menu {
    font-size: 1.2rem;
}

.note__menu__2 {
    font-size: 1.4rem;
}



@media screen and (min-width:769px) {
.alacarte__menu__box {
    display: flex;
    justify-content: center;
    background-image: url(../images/TOP/back_image_w.png);
}

.alacarte__menu__left,.alacarte__menu__right {
    padding:0
}

.alacarte__menu__left {
    width: 40%;
    padding-top: 0;
    margin-right: 9%;
}

.alacarte__menu__right {
    width: 40%;
    padding-bottom: 0;
}

.alacarte__menu__detail {
    width: 100%;
    height: auto;
    padding-bottom: 19px;
}

.alacarte__menu__content__title {
    width: 46%;
    height: 51px;
    font-size: 2.1rem;
    letter-spacing: 0.1em;
    line-height: 51px;
    margin-top: 0;
    margin-bottom: 19px;
}

.alacarte__menu__content__txt {
    font-size: 1.8rem;
}

.alacarte__menu__detail__2 {
    width: 100%;
}

.alacarte__price__2 {
    font-size: 1.8rem;
    text-align: end;
    padding-bottom: 16px;
}

.alacarte__txt__2 {
    font-size: 1.8rem;
}

.alacarte__menu__content__txt__last,
.alacarte__menu__content__txt__2__last {
    font-size: 1.8rem;
    padding-bottom: 40px;
}

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

.note__menu {
    font-size: 1.2rem;
}


}
/* 769px */

/* ===========
リンクボタン
=========== */
.cuisine__btn {
    padding-top: 30px;
    background-image: url(../images/TOP/back_image_w.png);
}

.cuisine_drink__btn {
    display: block;
    width: 87%;
    padding-bottom: 30px;
    margin: 0 auto;
}

.cuisine_reserve__btn {
    display: block;
    width: 87%;
    padding-bottom: 8px;
    margin: 0 auto;
}



@media screen and (min-width:769px) {
    .cuisine__btn {
        width: 100%;
        padding-top: 0;
        text-align: center;
        background-image: url(../images/TOP/back_image_w.png);
    }

    .cuisine_drink__btn {
        display: inline-block;
        width: 33%;
        padding: 80px 0 70px;
        margin: 0;
    }

    .cuisine_reserve__btn {
        display: inline-block;
        width: 33%;
        padding: 80px 0 70px;
        margin: 0;
    }

    .btn__reserve__link__cuisine {
        padding-bottom: 0;
        transition: .3s;
    }

    .btn__reserve__link__cuisine:last-child {
        padding: 0 0 0 6%;
    }

    .btn__reserve__link__cuisine:hover {
        opacity: .6;
    }
}



















