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

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

.Table__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%);
}

.PC {
    display: none;
}


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

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

    .PC {
    display: block;
    }

} /* 769px */


/* ===========
店内のご紹介
=========== */

.table__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);
}

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.drink__cuisine__btn__2 {
    display: inline-block;
    width: 87%;
    padding-bottom: 30px;
}

.drink__reserve__btn {
    display: inline-block;
    width: 87%;
}


@media screen and (min-width:769px) {
    .drink__btn__2 {
        width: 100%;
        padding:0;
        text-align: center;
    }

    .drink__cuisine__btn__2 {
        display: inline-block;
        width: 32.7%;
        padding: 80px 0 70px;
    }

    .drink__reserve__btn {
        display: inline-block;
        width: 32.7%;
        margin-left: 6%;
    }

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

    .btn__reserve__link__drink:last-child {
        padding-bottom: 0;
    }

    .btn__reserve__link__drink:hover {
        opacity: 0.8;
    }

}
/* 769px */



















