@charset "UFT-8";
/*==========================
common 共通の設定
==========================*/
:root {
    --primary-red: #A20000;
    --primary-black: #000;
    --primary-gold: #D2B48C;
    --primary-white:#FFE7E7;
}

html {
    font-size: 62.5%;
    scroll-padding-top: 85px
}

body {
    font-family:
        'Sawarabi Mincho',
        'Noto Sans JP',
        sans-serif;
    font-style: normal;
    line-height: 1.5;
    color: var(--primary-black);
    font-size: 1.6rem;
}

img {
    max-width: 100%;
    height: auto;
}

.PC {
    display: none;
}

.html, body, .header__top, .nav-overlay {
  max-width: 100%;
  overflow-x: hidden;
}

html, body {
  overflow-x: hidden; 
}

/* fixedつけたいボタン */
.btn__SP {
    position: fixed;
    bottom: 0px;
    right:0 ;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: .5s;
    text-align: center;
}

/* ついじゅう！！！！ */
.btn__SP.fixed {
    opacity: 1;
    pointer-events: auto;
}

/* 手前で非表示 */
.btn__SP.fixed.none {
    opacity: 0;
    z-index: -1;
}

.btn__SP img {
    display: block;
    margin: 0 auto;
}



@media screen and (min-width:769px) {
    .PC {
        display: block;
    }

    .sp {
        display: none;
    }
    
    .btn__SP {
        display: none;
    }
}


/*------------
header TOP
----------*/
.header {
    height: 80px;
}

.header__top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1000;
    background-image: url(../images/TOP/back_image_y.png);
    display: flex;
    justify-content: space-between;
    padding:19px 6%;
    box-sizing: border-box;
    text-align: center;
    align-items: center
}

.header__logo {
    width: 37%;
    height: auto;
}

/* this is humburger */
.drawer__btn {
    padding: 3px 0;
}

.drawer_bar.drawer_bar1 {
    display: block;
    background-color: var(--primary-black);
    width: 35px;
    height: 1px;
    margin-bottom: 8px;
}

.drawer_bar.drawer_bar2 {
    display: block;
    background-color: var(--primary-black);
    width: 35px;
    height: 1px;
    margin-bottom: 8px;
}

.drawer_bar.drawer_bar3 {
    display: block;
    background-color: var(--primary-black);
    width: 35px;
    height: 1px;
}

@media screen and (min-width:769px) {
    .header {
        height: 85px;
    }

    .header__top {
        width: 0;
        padding:0 ;
    }

    .header__logo {
       display: none;
    }

    .drawer__btn {
        display: none;
    }

}/* pc 769px */


/*----------
ナビゲーション（ドロアーの先）
----------*/
.nav-overlay {
    position: fixed;      
    top: 0;      
    right: 0;      
    width: 100%;      
    height: 100%;
    background: #A20000;
    transform: translateX(100%);   
    transition:transform .5s ease;   
    z-index: 2000;
    overflow-y: auto;
    max-width: 100%;
}

.nav-overlay.slide-in {
    transform: translateX(0);
}

.nav__red {
    background-image: url(../images/TOP/foter_SP.png);
    background-repeat: no-repeat;
    height: auto;
    background-size: cover;
}

.nav__top {
    min-width: auto;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: flex-end;
    padding:0 6%;
}

/* ばってん　閉じるボタン */
.close__line.close__line1 {
    display: block;
    width: 35px;
    height: 1px;
    background-color: var(--primary-white);
    transform: rotate(-45deg);
}

.close__line.close__line2 {
    display: block;
    width: 35px;
    height: 1px;
    background-color: var(--primary-white);
    transform: rotate(45deg);
}

.nav__wrap {
    text-align: center;
}

.logo__top {
    width: 35%;
    height: auto;
    margin: 0 auto;
}

.nav__list__txt {
    color: var(--primary-white);
    padding-top: 40px;
}

.nav__instagram__img {
    width: 8%;
    height: auto;
    margin: 40px auto 0;
    padding-bottom: 50px;
}

.nav__infomation {
    text-align: center;
    background-image: url(..//images/TOP/back_image_w.png);
}

/* 以下予約部分はreserveに */



@media screen and (min-width:769px) {
    /* PCのメニュートップ */
    .nav__red {
        width: 100%;
        position: fixed;
        background-image: url('..//images/TOP/back_image_y.png');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0 10%;;
    }

    .nav-overlay {
        transform: none;
        z-index: 2;
        height: auto;
        position: relative; 
        overflow: visible;
    }

    .nav__top {
        display: none;
    }

    .nav__list__txt {
        font-size: 1.8rem;
        color: var(--primary-red);
        padding-top: 0;
    }

    .nav__content {
        margin-right: 0;
    }

    .nav__instagram__img {
        display: none;
    }

    .nav__instagram {
        display: none;
    }

    .nav__infomation {
        display: none;
    }

    .logo__top {
        width: 11%;
        margin: 0;
    }

    .nav__list {
        max-width: 1440px;
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

}/* pc 769px */

/*--------
Reserve
----------*/
.section--reserve {
    text-align: center;
    background-image: url('..//images/TOP/back_image_w.png');
}

 .reserve__title {
        font-size: 2.6rem;
        padding:50px 0 30px;
        text-align: center;
        position: relative;
        letter-spacing: 0.1em;
}

.reserve__title::after {
        content: '';
    display: block;
    background-color: var(--primary-black);
    width: 1.7px;
    height: 33px;
    position: absolute;
    right: 50%;
    transform: translateY(30px)
}


.reserve__image {
    display: block;
    padding-top: 52px;
    text-align: center;
}

.reserve__logo {
    display: block;
    padding-top: 50px;
    text-align: center;
}


/* navと店舗情報共通部分 */
.nav__title {
    font-size: 2.6rem;
    padding-top: 50px;
    text-align: center;
}

.nav__txt {
    padding: 20px 8% 0;
    text-align: left;
}

.nav__tel {
    text-align: center;
    padding: 26px 0 94px 0;
    position: relative;
}

.nav_tel_number {
    font-size: 2.2rem;
}

.nav__tel::before {
    content: '';
    display: block;
    background-color: var(--primary-gold);
    width: 92%;
    height: 2px;
    position: absolute;
    left: 4%;
    transform: translateY(-13px);
}

.nav__tel::after {
    content: '';
    display: block;
    background-color: var(--primary-gold);
    width: 92%;
    height: 2px;
    position: absolute;
    left: 4%;
    transform: translateY(13px);
}

/* 店舗情報の予約ボタン */
.btn__reserve__image {
    display: inline-block;
    width: 84%;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
}

.btn__reserve__image::before {
    content: '';
    display: block;
    background-color: var(--primary-black);
    width: 2px;
    height: 35px;
    position: absolute;
    left: 50%;
    transform: translateY(-55px)
}

/* navの予約ボタン */
.btn__reserve {
    width: 85%;
    display: inline-block;
    position: relative;
    padding-bottom: 50px;
}

/* なぜでてこぬ */
.btn__reserve ::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateY(-22%);
    width: 2px;
    height: 35px;
    background-color: var(--primary-black);
}


@media screen and (min-width:769px) {
    .section--reserve {
        padding-bottom: 37px;
    }

    .reserve__image {
        width: 48%;
        padding-top: 0;
    }

    .reserve__title {
        font-size: 3.5rem;
        letter-spacing: 0.3em; 
    }

    .reserve__logo {
        display: block;
        padding-top: 0;
    }

     .reserve__logo img {
        width: 65%;
    }

    .reserve {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 83px 140px 0;
    }

    .reserve__left {
        width: 45%;
    }

    .btn__reserve__image {
        width: 80%;
        padding-bottom: 10px;
    }

    .btn__reserve__link {
        display: inline-block;
        transition: .3s;
    }

    .btn__reserve__link:hover {
        opacity: .6;
    }

    .nav__title {
        font-size: 3rem;
        padding-top: 20px;
    }

    .nav__txt {
        font-size: 1.8rem;
        padding: 30px 0 14px;
        text-align: center;
    }

    .nav__tel {
        font-size: 2rem;
        letter-spacing: 0.22em;
        text-align: center;
    }

    .nav_tel_number {
        font-size: 3.3rem;
        letter-spacing: 0.22em;
    }

    .nav__tel::before {
        width: 85%;
        height: 2px;
        left: 4%;
        transform: translateY(-10px);
    }

    .nav__tel::after {
        width: 85%;
        height: 2px;
        left: 4%;
        transform: translateY(10px);
    }

    .btn__reserve::before {
        display: none;
    }



}/* 769px */


/*--------
Information
-----------*/
.section--informarion {
    background-image: url('..//images/TOP/back_image_w.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.informaiton {
   padding:50px 0 10px;
}

.informaiton__detail {
    display: flex;
    justify-content: center;
    padding: 20px 0 15px;
    position: relative;
}


.informaiton__detail:first-of-type{
    padding-top: 0;
}

.informaiton__right {
    padding-top: 20px;
}

.informaiton__detail::after{
    content: '';
    display: block;
    width: 92%;
    height: 2px;
    background-color: var(--primary-gold);
    position: absolute;
    top: 100%;
}

.information__title {
    width: 26%;
    height: auto;
}

.informaiton__detail__txt {
    width: 50%;
}

.notes {
    font-size: 1.3rem;

}

@media screen and (min-width:769px) {
    .informaiton {
        display: flex;
        justify-content: space-around;
        padding: 50px 110px 70px

    }

    .informaiton__detail {
        padding: 25px 0 10px;
    }

    .informaiton__left {
        width: 43%;
    }

    .informaiton__right {
        width: 43%;
        padding-top: 0px;
    }

    .informaiton__detail::after {
        width: 100%;
    }

    .information__title {
        width: 27%;
    }

    .informaiton__detail__txt {
        width: 73%;
    }

    .notes {
        font-size: 1.2rem;
    }

}/* 769px */

/*------------
Footer
--------------*/
.footer__background__image {
    background-image: url(../images/TOP/foter_SP.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer__logo {
    display: block;
    padding-top: 50px;
    text-align: center;
    z-index: 10;
}

.footer__category {
    padding-top: 30px;
}

.footer__content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 21px;
}

.footer___title {
    width: 22%;
    height: auto;
    margin-right: 4%;
}

.footer___title__txt {
    color: var(--primary-white);
    letter-spacing: 0.3em;
}

.footer___deail {
    width: 49%;
    height: auto;
}

.footer___deail__txt {
    color: var(--primary-white);
    letter-spacing: 0.13em;
}

.footer__instagram {
    padding-top: 9px;
    width: 8%;
    height: auto;
    margin: 0 auto;
}

.copy {
    font-family: Noto Sans JP;
    display: flex;
    justify-content: center;
    color:var(--primary-white);
    letter-spacing: 0.2em;
    padding: 30px 0 50px ;
}

@media screen and (min-width:769px) {
    .footer__background__image {
        background-image: url(../images/TOP/foter.png);
        display: flex;
        justify-content: space-between;
        padding: 80px 69px 80px 210px;
    }

    .footer__logo {
        padding-top: 0;
        text-align: left;
    }

    .footer__right {
        width: 47%;
    }

    .footer__content {
        justify-content: left;
    }

    .footer__category {
        padding-top: 0;
    }

    .footer___title {
        width: 9%;
        height: auto;
    }
    
    .footer___title__txt {
        letter-spacing: 0;
    }


    .footer___deail {
        width: 60%;
        height: auto;
    }

    .footer__instagram {
        padding-top: 21px;
        width: 5%;
        height: auto;
        margin: 0;
    }

    .copy {
        display: flex;
        justify-content: end;
        letter-spacing: 0.1em;
        padding: 21px 0 0 0 
    }
}  /* 769px */