* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --maincolor: #a50a12;
}

:root {
    --subcolor: #dbad5d;
}

html {
    font-size: 10px;
}

body,
body input,
body textarea,
body button {
    -webkit-text-size-adjust: 100%;
    font-family: "Kaisei Tokumin", serif;
}

body {
    background-repeat: repeat;
    position: relative;
    font-size: 1.4rem;
    color: #313131;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0.05rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

body p {
    font-size: 1.6rem;
    color: #313131;
    font-weight: 400;
    line-height: 3.6rem;
    letter-spacing: 0.5rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.container02 {
    max-width: 1200px;
    margin: 0 auto;
}

.container_800 {
    max-width: 800px;
    margin: 0 auto;
}

.container_header {
    padding: 0 50px;
    margin: 0 auto;
}

.row {
    /* max-width: 1200px; */
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
}

.hero_header {
    width: 100%;
    /* height: 100vh; */
    /* height: 52.8vw; */
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.primary_header {
    width: 100%;
    height: auto;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
}

.header_border {
    background: var(--maincolor);
}

.header_inner {
    height: 100%;
    padding: 1rem 0;
    /* border-top: 1px solid var(--subcolor);
    border-bottom: 1px solid var(--subcolor); */
}

.header_logo_link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header_logo_link:hover {
    opacity: 0.6;
}

@media screen and (min-width: 768px) {
    .header-logo-sub {
        width: 14vw;
        max-width: 170px;
        margin-right: 20px;
        margin-top: 7px;
    }
}

@media screen and (max-width: 767px) {
    .header-logo-sub {
        width: 150px;
        height: auto !important;
    }
}

.gnav_wrap {
    list-style: none;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    align-items: center;
    gap: 5.2rem;
}

.insta {
    width: 2.3rem;
}

.insta a {
    display: flex;
}

.insta a img {
    width: 100%;
}

.gmenu {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}

.gmenu:hover {
    opacity: 0.6;
}

#main {
    width: 100%;
    /* height: calc(100vh - 80px); */
        height: 58vw;
    max-height: 100vh;
}

.main {
    width: 100%;
    /* height: calc(100vh - 80px); */
        height: 58vw;
    max-height: 100vh;

    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
}

.logo {
    position: absolute;
    top: 5%;
    left: 3.5%;
    width: 12.1vw;
}

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

@media screen and (max-width: 767px) {
    .logo {
        top: 7%;
        left: 6%;
        width: 33vw;
    }

    .insta {
        margin: auto;
        margin-top: 3rem;
        filter: grayscale(100%) brightness(0);  /* 黒 */

    }
}

.telbnr {
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 24.8vw;
    height: 6vw;
    border: solid 1px #995a39;
    position: absolute;
    bottom: 10px;
    right: 5%;
    gap: 3px;
    background-color: var(--subcolor);
    padding: 3px;
}

.telbnr::before {
    content: "";
    position: absolute;
    width: 24.6vw;
    height: 6vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: solid 1px #995a39;
    background-image: url(../img/tel_bg.jpg);

}

.telbnr_txt::after,
.telbnr_txt::before {
    content: "";
    display: block;
    width: 3vw;
    height: 2vw;
    background: url(../img/tel_bnr_deco2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.telbnr_txt,
.telbnr_num {
    position: relative;
    z-index: 2;
    color: var(--maincolor);
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
}

.telbnr_txt {
    font-size: 1vw;
}

.telbnr_txt::after {
    transform: scale(-1, 1);
}

.main .telbnr_num {
    font-size: 2vw;
}

.main .telbnr_num::before {
    width: 3vw;
    height: 3vw;
}

.telbnr_num {
    font-size: 2.6rem;
    letter-spacing: 0.2em;
}

.telbnr_num::before {
    content: "";
    display: block;
    width: 2.6rem;
    height: 2.6rem;
    background: url(../img/tel_ico.svg);
    background-repeat: no-repeat;
    background-position: center;
    scale: 0.9;
    background-size: contain;
}

/* footer .telbnr_num::before {
    content: "";
    display: block;
    width: 2.6rem;
    height: 2.6rem;
    background: url(../img/tel_ico_wh.svg);
    background-repeat: no-repeat;
    background-position: center;
    scale: 0.9;
    background-size: contain;
} */

#main-slider {
    width: 100%;
    /* height: calc(100vh - 80px); */
        height: 58vw;
    max-height: 100vh;

    overflow: hidden;
    position: relative;
}

.slider {
    width: 100%;
    /* height: calc(100vh - 80px); */
        height: 58vw;
    max-height: 100vh;

    position: absolute;
    top: 0;
    left: 0;
}

.slider img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -300%;
    right: -300%;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.heading1_top {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.heading1_top img {
    max-width: 100%;
    height: auto;
    width: 400px;
}

.main_logo {
    display: none;
}

.google_translate {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

@media screen and (max-width: 767px) {
    .google_translate {
        position: absolute;
        top: 20px;
        left: 20px;
        right: auto;
        z-index: 9999;
    }
}

.padding_sec_tb {
    padding: 100px 0;
}

.padding_sec_t {
    padding-top: 100px;
}

.bg_blur {
    background-image: url(../img/sec_about_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background: url(../img/back-news.jpg) repeat-y center top / 100%;

    padding: 8rem 0 13rem;
}
@media screen and (max-width: 767px) {
    .bg_blur {
        padding: 5rem 0 10rem;
    }
}

.top_menu {
    background-image: url(../img/top_bg002.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.top_menu::before {
    content: "";
    display: block;
    background-color: rgb(0 0 0 / 54%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.top_menu_txt_wrap {
    position: relative;
    z-index: 2;
    padding: 70px 0;
}

.top_concept {
    background: url(../img/back-policy.jpg) no-repeat center top / cover;
    padding: 12.5rem 0 18rem;
    position: relative;
    overflow-y: hidden;
    color: #fff;
}
.top_concept p {
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
    .top_concept p {
        text-align: left;
    }
}


.heading2 {
    font-size: 3.8rem;
    font-weight: 800;
    color: #000;
    text-align: center;
    letter-spacing: 0.15rem;
    position: relative;
    z-index: 2;
}
.heading2::before {
    content: "";
    background: url(../img/title1.png) no-repeat center top / contain;
    width: 7rem;
    height: 7rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: -5.3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.heading2.wt {
    color: #fff;
}
.heading2.wt::before {
    background: url(../img/title2.png) no-repeat center top / contain;
}



/* .heading2::before,
.heading2::after {
    border-top: 1.4px solid #dbad5e;
    content: "";
    width: 8rem;
}

.heading2::before {
    margin-right: 1.6rem;
}

.heading2::after {
    margin-left: 1.6rem;
} */

/* .heading2_b {
    font-size: 2.4rem;
    font-weight: 400;
    color: #313131;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
    letter-spacing: 0.2rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.heading2_b::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    border-top: 2px solid #c4bcab;
    border-bottom: 1px solid #c4bcab;
    position: absolute;
    left: 0;
    bottom: -6px;
} */

.flex01 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.top_concept_content,
.top_concept_img {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
}

.top_concept_img {
    text-align: center;
}

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

.top_food_wrap {
    padding: 40px 0;
    position: relative;
}

.top_food_wrap::before {
    content: "";
    display: block;
    width: 70%;
    background: #f5f3ec;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.top_drink_wrap {
    padding: 40px 0;
    position: relative;
}

.top_drink_wrap::before {
    content: "";
    display: block;
    width: 70%;
    background: #f5f3ec;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.flex02 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -20px;
    -ms-align-items: center;
    align-items: center;
}

.top_food_content {
    flex: 0 0 calc(100% - 700px);
    max-width: calc(100% - 700px);
    padding: 0 20px;
}

.top_food_img {
    flex: 0 0 700px;
    max-width: 700px;
    padding: 0 20px;
}

.top_food_img img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 宴会 */
.top_enkai {
    position: relative;
    background: url(../img/back-menu.jpg) no-repeat center top / cover;
    padding: 16rem 0 10rem;
}
.top_enkai::before {
    content: "";
    background: url(../img/deco-menu.png) no-repeat center top / contain;
    width: 46rem;
    height: 46rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: -24rem;
    right: 0rem;
}


.top_enkai h3 {
    color: #000;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.08rem;
    margin-bottom: 12px;
    line-height: 1.4;
}

.top_enkai_wrap {
    padding:  0;
    margin-left: 52%;
    margin-right: 4%;
    max-width: 540px;
}
.top_enkai__waku {
    margin: 5rem 0;
    padding: 3.8rem 3rem 0rem 5rem;
    height: 30rem;
    background: url(../img/waku-menu.png) no-repeat center top / contain;
}

.top_enkai_wrap p {
    font-size: 1.6rem;
    letter-spacing: 0rem;
}

@media screen and (min-width: 768px) and (max-width: 1225px) {
    .top_enkai::before {
        width: 30vw;
        height: 30vw;
        top: -16vw;
    }
    .top_enkai__waku {
        margin: 5rem 0;
        padding: 3vw 3vw 0 4vw;
        height: 25vw;
    }
    .top_enkai h3 {
        color: #000;
        font-size: 1.8vw;
    }
    .top_enkai_wrap p {
        font-size: 1.3vw;
        line-height: 2.2;
    }
}



.enkai_dec {
    position: absolute;
    display: flex;
    top: 8vw;
    left: 14vw;
    transform: rotate(45deg);
}

.enkai_dec_item {
    width: 20vw;
    rotate: 270deg;
}

.enkai_dec_item:first-child {
    margin-right: 4rem;
}

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

@media screen and (min-width: 768px) and (max-width: 860px) {
    .enkai_dec {
        display: none;
    }

    /* .top_enkai_wrap {
        padding: 10vw 10% 10vw 0;
    }

    .top_enkai {
        height: auto;
    } */
}
@media screen and (max-width: 767px) {
    .top_enkai {
        position: relative;
        background: url(../img/back-news.jpg) no-repeat right top / cover;
        padding: 10rem 0 5rem;
    }
    .top_enkai::before {
        width: 16rem;
        height: 16rem;
        top: -6rem;
        right: 0rem;
    }
    .top_enkai_wrap {
        margin-left: 0;
        margin-right: 0;
        width: 90%;
        max-width: 540px;
        margin: 0 auto;
    }
    .top_enkai__waku {
        margin: 4rem 0;
        padding: 0;
        height: inherit;
        background: none;
    }
    .top_enkai__waku > img {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }
    .top_enkai h3{
        font-size: 2.1rem;
        line-height: 1.8;
        margin-bottom: 25px;
    }
    .top_enkai_wrap .btn{
        margin-top: 40px
    }

}

/* 宴会　エンド */

/* こだわり */
.top_koda {
    background-image: url(../img/sec_koda_bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    background-size: cover;
    height: 650px;
}

.top_koda h3 {
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    margin-top: 100px;
    margin-bottom: 50px;
}

.top_koda_wrap {
    padding: 150px 0;
    margin-left: 10%;
}

@media screen and (max-width: 767px) {
    .top_koda {
        position: relative;
    }

    .top_koda::before {
        content: "";
        display: block;
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .top_koda_wrap {
        position: relative;
        z-index: 2;
        padding: 70px 20px;
        margin-left: 0;
        text-align: center;
    }
}

/* こだわり エンド */

/* アクセス */
.top_access {
    padding: 18.5rem 0 10rem;
    position: relative;
    background: url(../img/back-access.jpg) no-repeat center top / cover;
}
.top_access .container2 {
    max-width: 1440px;
    margin: 0 auto;
}

.top_access .btn_wrap {
    position: relative;
    z-index: 2;
}

.access_flex {
    display: flex;
    gap: 10rem;
    margin: 10.78rem 0 0;
}
.access_flex > div:nth-of-type(1) {
    flex-basis: 45%;
}
.access_flex > div:nth-of-type(2) {
    flex-basis: 35%;
}

.reserve a {
    font-size: 2.8rem;
}

.reserve a span {
    display: block;
    text-align: center;
    font-size: 1.2rem;
}

.top_access dl {
    font-size: 1.6rem;
    display: grid;
    grid-template-columns: 13rem 1fr;
    margin: 0 0 2rem;
}
.top_access dl a {
    color: #000;
}
.top_access dl dt {
    font-weight: 900;
    padding-bottom: 2rem;
    border-bottom: solid 0.1rem #000;
    margin-bottom: 2rem;
}
.top_access dl dt:last-of-type {
    border-bottom: none;
}

.top_access dl dd {
    margin-bottom: 20px;
    padding-bottom: 2rem;
    border-bottom: solid 0.1rem #000;
    margin-bottom: 2rem;
}
.top_access dl dd:last-of-type {
    border-bottom: none;
}

.top_access img {
    width: 100%;
    height: auto;
}
.top_access br.tb {
    display: none;
}
@media screen and (min-width: 768px) and (max-width: 1225px) {
    .access_flex {
        display: flex;
        justify-content: center;
        gap: 5rem;
        margin: 10.78rem 0 0;
    }
    .access_flex > div:nth-of-type(1) {
        flex-basis: 50%;
    }
    .access_flex > div:nth-of-type(2) {
        flex-basis: 50%;
        padding-right: 4rem;
    }
    .top_access dl {
        grid-template-columns: 10rem 1fr;
    }
    .top_access br.tb {
        display: block;
    }
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {

    .top_access {
        padding: 10.5rem 0 6rem;
        position: relative;
        background: url(../img/back-access.jpg) no-repeat center top / cover;
    }
    .top_access .container2 {
        padding: 0 20px;
    }
    .access_flex {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        margin-top: 4rem;
        margin-bottom: 0;
    }

    .ac_left {
        width: 100%;
    }

    .ac_right {
        width: 100%;
    }

    .top_access dl {
        font-size: 1.6rem;
        display: grid;
        grid-template-columns: 10rem 1fr;
        margin: 0 0 2rem;
    }

    .access_flex .reserve {
        margin: 30px auto;
    }

    .reserve a {
        font-size: 2.6rem;
    }

    .reserve a span {
        display: block;
        text-align: center;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 500px) {
    .top_access br.tb {
        display: block;
    }
}

/* アクセス　エンド */

.ttl {
    font-size: 2.6rem;
    line-height: 1.8;
    margin: 50px 0;
    font-weight: bold;
}
@media screen and (max-width: 767px){
    .ttl{
        font-size: 2.1rem;
        margin: 30px 0;
    }
}

.btn {
    margin: 0 auto;
    display: block;
    width: 22rem;
    position: relative;
    z-index: 2;
}
.btn.btn--left {
    margin-left: 0;
}
 .btn img {
    width: 100%;
    height: auto;
 }
@media screen and (max-width: 767px){
    .btn {
        width: 22rem;
    }
    .btn.btn--left {
        margin: 0 auto;
    }
}


/* .btn::after {
    content: "";
    display: block;
    background-image: url(../img/btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 3.8rem;
    height: 2.9rem;
    position: absolute;
    right: 5%;
}

.btn:hover {
    background: var(--maincolor);
}

header .btn {
    text-decoration: none;
    display: block;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    background: #313131;
    width: 100px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    transition: all 0.5s;
    position: relative;
} */

.top_gallery_img {
    text-align: center;
}

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

.bx-wrapper {
    margin: auto;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    border-top: solid 10px #1b1b1b;
    border-bottom: solid 10px #1b1b1b;
    border-right: none;
    border-left: none;
}

.bx-prev,
.bx-next,
.bx-pager {
    display: none;
}

.content_slider {
    padding: 20px 0;
    background: #1b1b1b;
}

.content_slider_item img {
    max-width: 100%;
    display: block;
    border: solid 5px #1b1b1b;
}

.order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.jc_center {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ta_center {
    text-align: center;
    position: relative;
    z-index: 2;
}

.ta_center_pc {
    text-align: center;
}

.dn {
    display: none;
}


.txt_wh {
    color: #fff;
}

.txt_main {
    color: var(--maincolor);
}

.border_b {
    border-bottom: 2.4px solid var(--subcolor) !important;
}

.txt18 {
    font-size: 1.8rem;
}

.txt18_900 {
    font-size: 1.8rem;
    font-weight: 900;
}

.txt18_med {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.2rem;
    letter-spacing: 0.1rem;
}

.txt30 {
    font-size: 3rem;
}

.txt48 {
    font-size: 4.8rem;
}

.txt12 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.mt2 {
    margin-top: 2vw;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.kodawarimt {
    margin-top: 80px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

iframe {
    display: block;
}

footer dl {
    line-height: 1.8;
}

footer dl dt {
    font-weight: 900;
}

.footer_area {
    color: #fff;
}
.footer_area a {
    color: #fff;

}

.footer_contents {
    padding-bottom: 20px;
    background: var(--maincolor);
    position: relative;
}

.footer_contents nav {
    padding: 30px 0;
}

.footer_link_wrap {
    padding: 0 10rem;
}

.footer_contents_head {
    padding-bottom: 40px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.footer_logo {
    text-align: center;
}
.footer_logo img {
    width: 23rem;
    margin: 7rem 0;
}


.footer_tel_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
}

.footer_tel {
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
}

.txt_wh {
    color: #fff;
}

.txt_wh2 {
    color: #fff;
    margin: 0 auto;
    max-width: 550px;
    width: 80%;
}

.footer_flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.footer_flex_content,
.footer_flex_map {
    flex: 0 0 50%;
    /* padding: 0 20px; */
}

.sns_wrap {
    padding: 30px 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sns_icon {
    margin-right: 10px;
}

.sns_icon:last-child {
    margin-right: 0;
}

.sns_link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sns_link:hover {
    opacity: 0.5;
}

.footer_link_list {
    list-style: none;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    gap: 0rem 5rem;
    align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1225px) {
    .footer_link_wrap {
        padding: 0 0rem;
    }
    .footer_link_list {
        gap: 3rem;
    }
}

.fmenu {
    text-decoration: none;
    font-size: 100%;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 400;
    white-space: nowrap;
}

.fmenu:hover {
    opacity: 0.7;
}

.footer_link_menu:last-child {
    margin-right: 0;
}

.copy {
    background: #a50a12;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 15px;
}

.copyRight_wrap {
    width: 100%;
    padding: 30px 0;
    background: #fff;
    text-align: center;
}

.copyRight {
    font-size: 1.2rem;
    font-weight: 400;
    color: #707070;
}

#page-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 9999;
    background-color: #a50a12;
    width: max(20px, 5rem);
    height: max(20px, 5rem);
    border-radius: 50%;
    border: #d9797e solid 1px;

}
#page-top::before {
    content: "";
    display: inline-block;
    width: max(7px, 1rem);
    height: max(7px, 1rem);
    border: 0.2rem solid #fff;
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    transform: translate(-55%, -45%) rotate(-45deg);
    top: 50%;
    left: 50%;
}


.gnav_inner_sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 246, 239, 0.9);
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
    -webkit-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gnav_inner_sp.action {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.header_nav_wrap_sp {
    text-align: center;
}

.header_nav_list_sp:not(:last-child) {
    margin-bottom: 2rem;
}

.header_nav_list_sp a.gmenu_sp {
    margin: 2rem auto 0;
}

.gmenu_sp {
    text-decoration: none;
    font-size: 1.5rem;
    color: #313131;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 500;
}

.icon_menu_txt {
    display: none;
}

.icon_menu {
    content: "";
    display: block;
    border: solid 2px #b89c66;
    background: #272630;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*  position: relative;*/
    position: fixed;
    right: 20px !important;
    top: 20px;
    z-index: 10000;
}

.menu_border_box {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menu_border {
    display: block;
    width: 14px;
    height: 2px;
    background: #b89c66;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menu_border:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.menu_border:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.menu_border:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.icon_menu.action .menu_border:nth-child(1) {
    margin-top: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.icon_menu.action .menu_border:nth-child(2) {
    display: none;
}

.icon_menu.action .menu_border:nth-child(3) {
    margin-top: -7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.fixed {
    position: fixed !important;
    width: 100%;
    height: 100%;
}

.heading1_wrap {
    width: 100%;
    /* height: calc(100vh - 80px); */
    /* 下層ページの見出しエリアを約半分に調整 */
    height: 29vw;
    max-height: 100vh;

    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    background-image: url(../img/h1_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.heading1 {
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 0.4rem;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.heading1_sm {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2rem;
    margin-top: 10px;
}

.anchor_area {
    width: 100%;
    margin: auto;
}

.anchor_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.anchor {
    flex: 0 0 25%;
    padding: 0 10px;
    margin-bottom: 10px;
}

.anchor_link {
    text-decoration: none;
    display: block;
    color: #231815;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    position: relative;
    transition: all 0.5s;
    width: 100%;
    padding: 20px 0;
    border: solid 1px #b2ac96;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.anchor_link::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: solid 2px #b2ac96;
    border-bottom: solid 2px #b2ac96;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: all 0.5s;
}

.anchor_link:hover {
    opacity: 0.7;
}

.anchor_link:hover::after {
    bottom: 12px;
}

.heading3 {
    color: #313131;
    font-size: 1.8rem;
    text-align: left;
    line-height: 3rem;
    letter-spacing: 0.05rem;
    margin-bottom: 30px;
    font-weight: 600;
    width: 100%;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    border-bottom: solid 2px #dfdbd1;
}

.heading3::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: solid 3px #c4bcab;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.heading4 {
    font-size: 1.6rem;
    color: #313131;
    font-weight: 600;
    line-height: 2.8rem;
    padding-left: 16px;
    margin-bottom: 20px;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.heading4::before {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: #c4bcab;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lawer_img01 {
    text-align: center;
    margin-top: 20px;
}

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

.lawer_img_flex01 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.lawer_img_flex01_child {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 0 10px;
}

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

.lawer_sec {
    padding: 80px 0;
}

.lawer_content_wrap {
    margin-bottom: 60px;
}

.lawer_content_inner {
    margin-bottom: 40px;
}

.lawer_content_inner:last-child,
.lawer_content_wrap:last-child {
    margin-bottom: 0;
}

.lawer_content_flex01 {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.lawer_content_flex01_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    padding: 0 15px;
}

.lawer_content_flex01_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    padding: 0 15px;
}

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

.table {
    width: 100%;
}

.table,
.table_row_inner {
    list-style: none;
}

.table_row_inner {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 10px;
    border-bottom: solid 1px #d1cbbc;
}


@media screen and (max-width: 767px) {

    .table_row_inner {
        flex-direction: column;
    }
}

.table_row_inner02 {
    padding: 20px 10px;
    border-bottom: solid 1px #d1cbbc;
}

.table_item_left {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #313131;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

.table_item_left02 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #313131;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.table_item_left03 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #313131;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.table_list_content {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #313131;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}

@media screen and (min-width: 768px) {
    .table_tel_link {
        text-decoration: none;
        font-size: 1.4rem;
        line-height: 2.2rem;
        color: #313131;
        font-weight: 500;
    }
}

@media screen and (max-width: 767px) {
    .table_tel_link {
        text-decoration: underline;
        font-size: 1.4rem;
        line-height: 2.2rem;
        color: #313131;
        font-weight: 500;
    }
}

.table_item_right {
    font-size: 1.8rem;
    color: #313131;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: right;
}

.table_item_left03_wh {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    text-align: left;
}

.table_list_content_wh {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    text-align: left;
}

.table_tel_link_wh {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 500;
}

.txt_link {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #313131;
    font-weight: 500;
    border-bottom: solid 1px #313131;
}

@media screen and (min-width: 768px) {
    .tel_link_wh {
        text-decoration: none;
        font-size: 1.4rem;
        color: #fff;
        font-weight: 500;
    }
}

@media screen and (max-width: 767px) {
    .tel_link_wh {
        text-decoration: underline;
        font-size: 1.4rem;
        color: #fff;
        font-weight: 500;
    }
}

.txt12_grey {
    font-size: 1.2rem;
    color: #313131;
    font-weight: 500;
    line-height: 1.8rem;
}

.txt22_grey_bold {
    font-size: 2.2rem;
    color: #313131;
    font-weight: 700;
}

.label_recommend {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    padding: 5px 8px;
    border-radius: 2px;
    background: #eb3d4d;
}

.db {
    display: block;
}

.gallery_content_sec {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.gallery_content_sec_item {
    width: 25%;
    padding: 1%;
    /* -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 25%;*/
}

.gallery_content_sec_item span {
    /* position: absolute;
  bottom: -8px;
  left: 10px; */
    font-size: 1.3rem;
}

.gallery_content_sec_item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    /* position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  padding: 6%; */
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.slick-slide.moving {
    -webkit-animation-name: scale;
    animation-name: scale;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.bt.delighter {
    -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
}

.bt.delighter.started {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .fade_lr {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        -webkit-transition: 1s 0.1s;
        transition: 1s 0.1s;
    }

    .fade_rl {
        opacity: 0;
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
        -webkit-transition: 1s 0.1s;
        transition: 1s 0.1s;
    }
}

@media screen and (max-width: 767px) {
    .fade_lr {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: 1s 0.1s;
        transition: 1s 0.1s;
    }

    .fade_rl {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: 1s 0.1s;
        transition: 1s 0.1s;
    }
}

.fade_t {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 1s 0.1s;
    transition: 1s 0.1s;
}

.fade_t02 {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 1s 0.3s;
    transition: 1s 0.3s;
}

.fade_t03 {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 1s 0.5s;
    transition: 1s 0.5s;
}

mt50 {
    margin-top: 50px;
}

aside {
    display: block;
}

#social_share {
    height: 30px;
    width: 148px;
    margin: 20px 0 0 30px;
}

#social_share ul {
    display: flex;
}

#social_share li:first-child {
    margin-left: 0 !important;
}

#social_share li {
    margin-left: 10px;
}

#social_share li:first-child {
    margin-left: 0;
}

#social_share li a {
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    display: block;
    height: 30px;
    overflow: hidden;
    text-indent: -999px;
    width: 30px;
}

#social_share .line a {
    background-image: url(../img/social_line.png);
    text-decoration: none;
    background-size: 30px 30px;
}

#social_share .facebook a {
    background-image: url(../img/social_facebook.png);
    text-decoration: none;
    background-size: 30px 30px;
}

#social_share .twitter a {
    background-image: url(../img/social_twitter.png);
    text-decoration: none;
    background-size: 30px 30px;
}

#social_share .hatena a {
    background-image: url(../img/social_hatena.png);
    text-decoration: none;
    background-size: 30px 30px;
}

a {
    text-decoration: none;
}

ul,
ol li,
ul li {
    list-style: none;
}

.privacy {
    width: auto;
    margin: 0 auto 5rem;
    border: 2px solid #000000;
    padding: 20px;
    height: 500px;
    overflow: auto;
}


.privacy span,
.privacy-takeout span {
    font-weight: bold;
}

.privacy-takeout {
    width: 90%;
    margin: 100px auto;
    border: 2px solid #000000;
    padding: 20px;
}

p.privacy_notes {
    padding: 30px 0 40px;
}

/*メニューページ食べログ連携用CSS*/


/*メニューページ食べログ連携用CSS*/

/*以下、メニューページRETTY連携用CSS*/
/* 共通 */


/*以上、メニューページRETTY連携用CSS*/

@media screen and (min-width: 768px) {
    form {
        padding: 70px 0 0 0;
        max-width: 1000px;
        margin: 0 auto;
    }

    form div {
        margin-bottom: 50px;
    }

    form div label {
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 18px;
    }

    form select {
        padding: 20px;
        background: #fff;
        border: #bbb solid 1px;
        border-radius: 3px;
    }

    form input,
    form textarea {
        width: calc(100% - 40px);
        padding: 10px 20px;
        background: #fff;
        border: #bbbbbb solid 1px;
        border-radius: 4px;
        font-size: 1.5em;
    }

    form input[type="submit"] {
        border: 0px;
        width: 50%;
        background: #1b1b1b;
        border: 2px solid #444;
        color: #fff;
        font-size: 26px;
        font-weight: 600;
        padding: 20px 0;
        margin: 0 25%;
    }
}

form input[type="submit"] {
    transition: all 0.3s;
}

form input[type="submit"]:hover {
    opacity: 0.6;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    form {
        padding: 30px 0 20px;
    }

    form div {
        margin-bottom: 50px;
    }

    form div label {
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 14px;
    }

    form select {
        padding: 20px;
        background: #fff;
        border: #bbb solid 1px;
        border-radius: 3px;
    }

    form input,
    form textarea {
        max-width: 1000px;
        width: 100%;
        padding: 10px 10px;
        background: #fff;
        border: #bbbbbb solid 1px;
        border-radius: 4px;
        font-size: 1.4em;
    }

    form input[type="submit"] {
        border: 0px;
        width: 90%;
        background: #800000;
        border: 2px solid #333;
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 16px 0;
        margin: 0 5%;
    }
}

/* ------------------------------
　news
------------------------------ */



/*article調整-----------------------*/
#article_archive .title_ar {
    text-align: center;
    margin-top: 1.5em !important;
    color: #8a8a8a !important;
}

#article_archive .CMS-ARTICLE-INDEX {
    display: flex;
    flex-wrap: wrap;
}

#article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-ITEM {
    width: calc(33.333% - 20px);
    border: solid 1px #dbe8e3;
    padding: 0;
    margin: 10px 10px;
    transition: 0.3s all;
}

#article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-THUMBNAIL {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-TIME {
    padding: 10px 10px 0;
}

#article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-LINK {
    padding: 0 10px 10px;
}

@media screen and (max-width: 780px) {
    #article_archive .CMS-ARTICLE-INDEX {
        flex-direction: column;
    }

    #article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-ITEM {
        width: 100%;
        margin: 10px 0;
        height: 300px;
    }
}



/* ------------------------------
top slider
------------------------------ */
/* #loopslider {
    margin: 0 auto;
    width: 100%;
    height: 240px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#loopslider ul {
    height: 240px;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

#loopslider ul li {
    width: 400px;
    height: 240px;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

#loopslider img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    #loopslider {
        height: 120px;
    }

    #loopslider ul {
        height: 120px;
    }

    #loopslider ul li {
        width: 200px;
        height: 120px;
    }

    .top_gallery .btn_wrap {
        padding: 0 20px;
    }
} */

/*topページSNS埋め込み*/

.top_sns_share {
    text-align: center;
    display: flex;
    max-width: 980px;
    margin: 100px auto;
    justify-content: space-around;
}

.top_sns_share_list {
    height: 500px;
    vertical-align: top;
}

.top_sns_share h2 {
    margin-bottom: 20px;
}

.top_sns_share_list-insta {
    width: 30%;
    height: 300px;
    margin: auto;
    vertical-align: top;
}

.top_sns_share_list-insta a {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .top_sns_share {
        display: block;
        width: 100%;
    }

    .top_sns_share_list {
        width: 100%;
        margin-bottom: 40px;
    }

    .top_sns_share_list:last-of-type {
        margin-bottom: 0;
    }

    .twitter-timeline {
        margin: 0 auto;
    }

    .top_sns_share_list-insta {
        width: 100%;
    }

    .top_sns_share h2 {
        margin: auto;
        margin-bottom: 20px;
    }
}

/*topページSNS埋め込み*/

/*予約バナー*/

@media screen and (min-width: 768px) {
    #op_btn {
        color: #fff;
        letter-spacing: 0.05em;
        padding: 0;
        border: 0;
        outline: 0;
        vertical-align: baseline;
        background: 0 0;
        position: fixed !important;
        right: 0;
        top: 40vh;
        line-height: 1;
        margin: 0;
        z-index: 99;
        font-size: 15px;
    }

    #op_btn a {
        display: block;
        color: #fff;
        background: #a01000;
        padding: 30px 0;
        width: 50px;
        line-height: 50px;
        text-decoration: none;
        transition: all 0.4s;
        font-weight: bold;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
}

@media screen and (max-width: 767px) {
    #op_btn {
        position: fixed;
        left: 50%;
        bottom: 0px;
        width: 60%;
        writing-mode: unset;
        line-height: 1;
        z-index: 99;
        font-size: 15px;
        text-align: center;
        transform: translateX(-50%);
    }

    #op_btn a {
        display: block;
        color: #fff;
        background: #a01000;
        padding: 15px 0px;
        text-decoration: none;
    }

    #page-top {
        display: block;
        position: fixed;
        bottom: 80px;
        right: 10px;
        font-size: 50px;
    }

    .copyRight_wrap {
        width: 100%;
        padding: 30px 0 50px;
        background: #fff;
        text-align: center;
    }
}

/*予約バナー*/

/*TOP動画*/
.top_video {
    text-align: center;
    margin: auto;
    max-width: 800px;
    max-width: 100%;
}

.top_video video {
    max-width: 800px;
}

@media screen and (max-width: 676px) {
    .top_video {
        text-align: center;
        margin: auto;
        width: 600px;
        max-width: 100%;
    }

    .top_video video {
        width: 300px;
    }
}

.top_video {
    margin: 100px auto 100px;
}

.top_video h2 {
    margin-bottom: 40px;
    position: relative;
}

/*TOP動画*/

/*姉妹店*/

.access {
    margin: 200px auto 0px;
}

.access h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
}

.access_stores {
    margin: 100px 50px 0;
}

.access_stores h3 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
}

.access_stores_img {
    text-align: center;
}

.access_stores_img img {
    text-align: center;
    width: 30%;
    margin: 5px auto 20px;
}

.access_stores .btn {
    margin: 50px auto !important;
}

.btn a {
    color: #fff;
    text-decoration: none;
}

.access_stores p {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 676px) {
    .access_stores {
        margin: 50px auto 0;
    }

    .access_stores_img img {
        text-align: center;
        width: 32%;
        margin: 5px auto 20px;
    }

    .access_stores .btn {
        margin: 50px auto !important;
    }

    .access_stores h3 {
        font-size: 20px;
    }

    .heading2 {
        font-size: 2.5rem;
        padding-top: 0;
        line-height: 1.7;
    }

    .top_video {
        margin: 80px 0;
    }
}

/*姉妹店*/

.cms_takeout__common_button {
    background: #e52b1b !important;
}

/*TOP予約カレンダー*/

/*TOP予約カレンダー*/

.CMS-RESERVATION-CALENDAR {
    max-width: 960px;
    margin: 50px auto 40px;
    width: 90vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cms_reservation__calendar {
    margin: auto;
}

.CSS.cms_reservation__calendar-options {
    width: 100%;
}

.CMS-RESERVATION-CALENDAR button {
    margin-top: 0px;
}

@media screen and (min-width: 768px) {
    .cms_reservation__calendar-date-list {
        width: 49% !important;
    }

    .cms_reservation__calendar-options {
        width: 300px !important;
    }
}

@media screen and (max-width: 767px) {
    .CMS-RESERVATION-CALENDAR {
        width: 100%;
        margin: 50px auto 40px;
        display: flex;
        flex-wrap: wrap;
    }

    .lightboxOverlay {
        z-index: 10000 !important;
    }
}

@media screen and (max-width: 374px) {
    .cms_reservation__calendar-date-list--cell {
        padding: 10px 1px !important;
    }

    .cms_reservation__calendar-date-list--date {
        font-size: 0.7em !important;
    }

    .js-resty-reservation-select-date {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* iPhone12用 */
@media only screen and (max-width: 450px) and (-webkit-device-pixel-ratio: 3) {
    .cms_reservation__calendar-date-list--cell {
        padding: 10px 2px !important;
    }

    .cms_reservation__calendar-date-list--date {
        font-size: 1em !important;
    }

    .js-resty-reservation-select-date {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* iPhone11用 */
@media only screen and (max-width: 380px) {
    .cms_reservation__calendar-date-list--cell {
        padding: 10px 1px !important;
    }

    .cms_reservation__calendar-date-list--date {
        font-size: 0.8em !important;
    }

    .js-resty-reservation-select-date {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.newstop a {
    color: #000;
    text-decoration: underline;
}

/*  ----------------------------------------------------------

news

----------------------------------------------------------  */

.thanks_back {
    margin: 30px auto;
    cursor: pointer;
}

.thanks_width {
    width: fit-content;
    margin: auto;
}

.table_list_content a {
    color: #313131;
    /* text-decoration: underline; */
}





/*  ----------------------------------------------------------

fixed btn

----------------------------------------------------------  */
.fixed-btn {
	position: fixed;
	top: 45%;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: 999;
	width: 5.5vw;
    min-width: 60px;
}
.fixed-btn li:nth-child(1) {
	margin-bottom: 2.5rem;
}
.fixed-btn img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
	.fixed-btn {
		top: auto;
		right: auto;
		bottom: 0;
		transform: none;
		-webkit-transform: none;
		width: 100%;
		display: flex;
	}
	.fixed-btn li {
		width: 50%;
	}
    .fixed-btn li:first-of-type {
        border-right: 0.08rem solid #fff;
    }
	.fixed-btn a {
		width: 100%;
		padding: 0;
		height: 6rem;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none !important;
		line-height: 1;
	}
    .fixed-btn a.pc {
        display: none;
    }
	/* icon */
	.fixed-btn li img {
		width: 3.1rem;
		height: 3.1rem;
		margin-right: 0.8rem;
	}	
	/* txt */
	.fixed-btn a > span {
		display: flex;
		flex-direction: column;
	}
	.fixed-btn a > span > span:nth-child(1) {
		margin-left: 0;
		margin-bottom: 0.3rem;
		font-size: 1.4rem;
        letter-spacing: 0.1rem;
        text-align: left;
	}
	.fixed-btn a > span > span:nth-child(2) {
		/* font-weight: bold; */
		font-size: 1.8rem;
        letter-spacing: 0;
        text-decoration: underline;
	}		
	.fixed-btn li.tel {
		margin-bottom: 0;
	}	
	.fixed-btn .tel a > span > span:nth-child(2) {
		font-size: 2rem;
	}	
	.fixed-btn .tel a {
		background: #000;
		color: #fff;
	}	
	.fixed-btn .reserve1 a {
		background: #000;
		color: #fff;
	}	
}
@media screen and (max-width: 500px) {
	.fixed-btn li img {
		width: 2.0rem;
		height: 2.0rem;
		margin-right: 0.7rem;
	}	
	/* txt */
	.fixed-btn a > span {
		display: flex;
		flex-direction: column;
	}
	.fixed-btn a > span > span:nth-child(1) {
		margin-left: 0;
		margin-bottom: 0.3rem;
		font-size: 1.1rem;
        letter-spacing: 0.1rem;
        text-align: left;
	}
	.fixed-btn a > span > span:nth-child(2) {
		/* font-weight: bold; */
		font-size: 1.4rem;
        letter-spacing: 0;
        text-decoration: underline;
	}		
	.fixed-btn li.tel {
		margin-bottom: 0;
	}	
	.fixed-btn .tel a > span > span:nth-child(2) {
		font-size: 1.6rem;
	}	
}




/*  ----------------------------------------------------------

parallax

----------------------------------------------------------  */
.bg-parallax {
    width: 100%;
    height: 45.5rem;
    position: relative;
}

.bg-parallax::before {
    background: url(../img/back-menu2.jpg) no-repeat center / cover;
    content: "";
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .bg-parallax {
        height: 30rem;
    }
}




/*  ----------------------------------------------------------

gallery

----------------------------------------------------------  */
.top-gallery {
    position: relative;
    padding: 14rem 0 10rem 0;
    background: url(../img/back-gallery.jpg) no-repeat center top / cover;
    /* z-index: -1; */
}

#loopslider {
    position: relative;
    width: 100%;
    height: 222px;
    margin: 8rem auto 10rem auto;
    overflow: hidden;
    text-align: left;
}

#loopslider ul {
    display: inline;
    float: left;
    height: 222px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

#loopslider ul li {
    display: inline;
    float: left;
    width: 283px;
    height: 222px;
    overflow: hidden;
}
#loopslider ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

#loopslider img {
    height: 222px;
    margin: 0 1rem;

    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .top-gallery {
        padding: 11rem 0 6rem;
    }

    #loopslider {
        height: 160px;
        margin: 5.8rem auto 6rem auto;
    }

    #loopslider ul {
        height: 160px;
    }

    #loopslider ul li {
        width: 204px;
        height: 160px;
    }

    #loopslider img {
        height: 160px;
    }
}






/*  ----------------------------------------------------------

sns

----------------------------------------------------------  */

.top-sns {
    padding: 16rem 0 11.5rem;
    background: url(../img/back-insta.jpg) no-repeat center top / cover;
		position: relative;
}

.top-sns::before {
    content: "";
    background: url(../img/deco-insta1.png) no-repeat center top / contain;
    width: 22rem;
    height: 24rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: 0;
    left: 11rem;
}
.top-sns::after {
    content: "";
    background: url(../img/deco-insta2.png) no-repeat center top / contain;
    width: 22rem;
    height: 24rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: 0;
    right: 11rem;
}

.top_sns_share {
    text-align: center;
    display: block;
    width: 80%;
    max-width: 900px;
    margin: 0px auto;
    padding: 5.8rem 0 0;
    margin-bottom: 0 !important;
}

/* .top_sns_share h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
} */

.sns_wrap {
    padding: 0px 0 ;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;

    /* -webkit-box-pack: center;
    -ms-flex-pack: center; */
    /* justify-content: center; */
    justify-content: flex-start;

}
.CMS-INSTAGRAM-LIST {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.CMS-INSTAGRAM-LIST a:nth-of-type(7),
.CMS-INSTAGRAM-LIST a:nth-of-type(8),
.CMS-INSTAGRAM-LIST a:last-of-type {
	display: none !important;
}


@media screen and (min-width: 768px) {
    
    .CMS-INSTAGRAM-LIST::before {
        content: "";
        flex-basis: 31%;
        padding-bottom: 1.2%;
        order:1;
    }
    .CMS-INSTAGRAM-LIST::after {
        content: "";
        flex-basis: 31%;
        padding-bottom: 1.2%;
    }
    .CMS-INSTAGRAM-LIST a {
        flex-basis: 31%;
        padding-bottom: 1.2%;
    }
    .top_sns_share img {
        /* width: auto !important; */
        width: 100% !important;
        height: auto;
        padding-bottom: 0.8%;
        padding: 1% 0.8%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1225px) {
    .top-sns::before {
        width: 15rem;
        height: 17rem;
        top: 0;
        left: 5rem;
    }
    .top-sns::after {
        width: 15rem;
        height: 17rem;
        top: 0;
        right: 5rem;
    }
}
@media screen and (max-width: 767px) {
    .top-sns {
        padding: 12rem 0 2rem;
    }
    .top-sns::before {
        width: 8rem;
        height: 10rem;
        top: 0;
        left: 1rem;
    }
    .top-sns::after {
        width: 8rem;
        height: 10rem;
        top: 0;
        right: 1rem;
    }
    .top_sns_share {
        display: block;
        margin: -5rem auto 0px;
    }
    .sns_wrap {
        padding: 1rem 0;
    }
    .CMS-INSTAGRAM-LIST::before {
        content: "";
        flex-basis: 30%;
        padding-bottom: 4.2%;
        order:1;
    }
    .CMS-INSTAGRAM-LIST::after {
        content: "";
        flex-basis: 30%;
        padding-bottom: 4.2%;
    }
    .CMS-INSTAGRAM-LIST a {
        flex-basis: 30%;
        padding-bottom: 4.2%;
    }
    .top_sns_share img {
        /* width: auto !important; */
        width: 100% !important;
        height: auto;
        padding-bottom: 0.8%;
        padding: 1% 0.8%;
    }
    
    img.instagram-post-image {
        width: 30%;
        padding-bottom: 1%;
    }
}











/* ------------------------------
pc-menu
------------------------------ */
.CMS-MENU p,
.CMS-COURSE-MENU p,
.CMS-DRINK-MENU p,
.CMS-LUNCH-MENU p
{
    letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {

/* ------------------------------
rstdtl-menu-lst
------------------------------ */
    .pttl {
        padding: 60px;
        text-align: center;
    }

    .pttl img {
        height: 36px;
        width: auto;
    }

    .rstdtl-menu-lst {
        max-width: 980px;
        margin: 0 auto 100px auto;
    }

/* ------------------------------
rstdtl-menu-lst
------------------------------ */
    .pttl {
        padding: 60px;
        text-align: center;
    }

    .pttl img {
        height: 36px;
        width: auto;
    }

    .rstdtl-menu-lst {
        margin: 0px auto 80px auto;
        max-width: 980px;
    }



/* ------------------------------
menu new
------------------------------ */
    .rstdtl-menu-lst__heading {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 1.5rem
    }

    .rstdtl-menu-lst__contents {
        display: table;
        padding: 0 10px;
        border-bottom: 1px dotted #000;
        width: 100%;
        box-sizing: border-box
    }

    .rstdtl-menu-lst__contents:last-of-type {
        border-bottom: none
    }


    .rstdtl-menu-lst__info {
        display: table-cell;
        padding: 10px 0;
        vertical-align: top
    }

    .rstdtl-menu-lst__info-inner {
        display: table;
        width: 100%
    }

    .rstdtl-menu-lst__menu-title {
        display: table-cell;
        /* color: #111; */
        font-weight: bold;
        font-size: 1.7rem
    }

    .rstdtl-menu-lst__price {
        display: table-cell;
        font-weight: bold;
        text-align: right;
        width: 9rem;
        font-size: 1.8rem
    }


    .rstdtl-menu-lst__desc {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .rstdtl-menu-lst__desc p {
        font-size: 20px;
        padding: 12px 10px;
        line-height: 1.6;
        background: url('https://tblg.k-img.com/images/line/line_dot.gif?1547477344') repeat-x 0 100%
    }

    .rstdtl-menu-lst__img {
        display: table-cell;
        padding: 20px 15px 20px 0;
        width: 120px;
        text-align: center
    }


/* ------------------------------
course menu pc
------------------------------ */

    .course-list {
        margin: 20px 0 30px
    }

    .course-list__heading {
        display: block;
        position: relative
    }

    .course-list__hotpepper-logo {
        display: block;
        position: absolute;
        top: 3.2rem;
        right: 0.5rem
    }

    .course-list__heading-tax {
        position: absolute;
        right: 0;
        color: #949499;
        top: 2.8rem;
        font-size: 1.1rem;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .course-list__items {
        margin: auto;
        width: 95%;
    }

    .course-list__tax-notice {
        margin-top: 5px;
        color: #949499;
        font-size: 1rem
    }

    .course-seatonly {
        padding: 12px 15px;
        background-color: #faf8f5;
        margin-bottom: 1.5rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .course-seatonly__title {
        /* color: #13131e; */
        font-weight: bold;
        font-size: 1.4rem
    }

    .course-seatonly__btn {
        width: 10rem
    }



    .rstdtl-course-list {
        display: table;
        position: relative;
        z-index: 1;
        border-top: 1px solid #e0dccc;
        border-bottom: 1px solid #e0dccc;
        width: 100%
    }

    .rstdtl-course-list + .rstdtl-course-list {
        border-top: none
    }

    .rstdtl-course-list__target {
        color: inherit;
        z-index: 1
    }

    .rstdtl-course-list__target:hover {
        color: inherit;
        text-decoration: none
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper:hover {
        cursor: default
    }

    .rstdtl-course-list__data {
        display: table-cell;
        position: relative;
        padding: 20px 0;
        /* width: 100%; */
        word-break: break-all;
        vertical-align: top
    }

    .rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__img {
        padding-top: 6.5rem
    }

    .rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__data {
        padding-top: 6.5rem
    }

    .rstdtl-course-list__data-header {
        display: table;
        width: 100%
    }

    .rstdtl-course-list__img + .rstdtl-course-list__data .rstdtl-course-list__data-header {
        min-height: 72px
    }

    .rstdtl-course-list__course-title {
        display: table-cell;
        word-break: break-all
    }

    .rstdtl-course-list__course-title-text {
        margin-bottom: 0.2rem;
        /* color: #111; */
        font-weight: bold;
        line-height: 1.6;
        font-size: 1.5rem
    }

    .rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
        color: #ff9600;
        text-decoration: underline
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__course-title-text {
        /* color: #13131e */
    }

    .rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
        border: 1px solid #e0dccc;
        box-sizing: border-box;
        /* color: #463f2d; */
        background-color: #fff;
        margin-left: 0.5rem;
        padding: 0.1rem 0.3rem;
        font-size: 0.9rem
    }

    .rstdtl-course-list__price-wrap {
        display: table-cell;
        white-space: nowrap;
        vertical-align: top;
        padding-right: 0.8rem;
        width: 100%;
        display: inline-block;
    }

    .rstdtl-course-list__price-discount {
        display: inline-block
    }

    /* .rstdtl-course-list__price-before {
        text-align: left;
        margin-right: 0.5rem;
        margin-bottom: -0.2rem;
        font-size: 1.1rem
    } */
     /* color: #13131e; */
    .rstdtl-course-list__price-before {
		display: none;
	}

    .rstdtl-course-list__price-hotpepper-discount {
        display: inline-block;
        position: relative;
        margin-bottom: 7px;
        border: solid 1px #d2d2d2;
        border-radius: 2px;
        color: #949499;
        font-weight: bold;
        line-height: 1;
        background-color: #fff;
        padding: 0.4rem 0.5rem 0.3rem;
        font-size: 1rem
    }

    .rstdtl-course-list__price-hotpepper-discount::before,
    .rstdtl-course-list__price-hotpepper-discount::after {
        display: block;
        position: absolute;
        border: solid transparent;
        width: 0;
        height: 0;
        content: ''
    }

    .rstdtl-course-list__price-hotpepper-discount::before {
        bottom: -7px;
        border-width: 6px 6px 0;
        border-top-color: #d2d2d2;
        right: 3rem
    }

    .rstdtl-course-list__price-hotpepper-discount::after {
        bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #fff;
        right: 3.1rem
    }

    .rstdtl-course-list__price-num {
        /* color: #000; */
        font-weight: bold;
        font-size: 1rem
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__price-num {
        display: block
    }

    .rstdtl-course-list__price-num > em {
        margin-right: 2px;
        font-family: Arial, sans-serif;
        font-size: 1.8rem
    }

    .rstdtl-course-list__price-num-tax {
        font-weight: normal;
        font-size: 0.6rem;
    }

    .rstdtl-course-list__data-body {
        display: block;
        width: 100%;
        line-height: 1;
        padding-top: 0.5rem
    }

    .rstdtl-course-list__data-body:before,
    .rstdtl-course-list__data-body:after {
        display: block;
        overflow: hidden;
        content: ""
    }

    .rstdtl-course-list__data-body:after {
        clear: both
    }

    .rstdtl-course-list__inner {
      /* display: table;
      width: 100%; */
      /* justify-content: space-between; */
    }

    .rstdtl-course-list__img {
        display: table-cell;
        padding: 20px 15px 20px 0;
        width: 150px
    }

    .rstdtl-course-list__img .rstdtl-course-list__target:hover {
        opacity: 0.8
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__img:hover {
        opacity: 1
    }

    .rstdtl-course-list__subinfo {
        display: table;
        position: relative;
        float: left;
        padding-top: 0.5rem
    }


    /* .rstdtl-course-list__desc {
        color: #000;
        line-height: 1.6;
        font-size: 1.2rem;
    } */
     .rstdtl-course-list__desc {
        display: none;
     }

    .rstdtl-course-list__data-footer {
        float: right
    }

    .rstdtl-course-list__label {
        margin-left: 5px
    }

    .rstdtl-course-list__label.rstdtl-course-list__label {
        background-color: #a40000;
        padding: 0.2rem 0.4rem;
        line-height: 1.1rem;
        font-size: 1.5rem;
		color: #fff;
    }

    .rstdtl-course-list__hotpepper-target::before {
        color: #999
    }

    .rstdtl-course-list__course-rule {
        display: table-cell;
        white-space: nowrap;
        vertical-align: bottom;
        padding: 0 0 0.3rem 1rem
    }

    .rstdtl-course-list__course-rule > dt,
    .rstdtl-course-list__course-rule > dd {
        display: inline-block
    }

    .rstdtl-course-list__course-rule > dd {
        margin-right: 0.5rem
    }

    .rstdtl-course-list__course-rule-title::before {
        display: inline-block;
        color: #bcb08a;
        vertical-align: -0.1rem
    }

    .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--member::before {
        /* font-family: "Tabelog Glyph"; */
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        text-transform: none;
        speak: none;
        /* content: "\f663" */
        content: "※"
    }

    .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--time::before {
        /* font-family: "Tabelog Glyph"; */
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        text-transform: none;
        speak: none;
        /* content: "\f677" */
		content: "※"
    }

    .rstdtl-course-list__course-rule-title > i {
        display: none
    }

    .rstdtl-course-list__action-btn {
        display: table-cell;
        width: 100px;
        text-align: right;

        padding-left: 1.5rem;
        color: #fff;
    }



    .rstdtl-course-list__action-btn-target {
        display: block;
        float: right;
        clear: right;
        cursor: pointer;
        white-space: nowrap;
        vertical-align: middle;
        width: 10rem;
        /* color: #000; */
    }

    .rstdtl-course-list__action-btn-target + .rstdtl-course-list__action-btn-target {
        margin-top: 0.6rem
    }

    .rstdtl-course-list__reserve-notice + .rstdtl-course-list__action-btn-target {
        margin-top: 0.6rem
    }

    .rstdtl-course-list__coupon {
        display: inline-block;
        float: right;
        margin-top: 0.5rem
    }

    .rstdtl-course-list__coupon-btn {
        float: right
    }

    .rstdtl-course-list__coupon-contents {
        width: auto;
        text-align: left;
        padding-top: 0.7rem
    }

    .rstdtl-course-rdimg {
        position: absolute;
        bottom: 0;
        left: 0
    }

    .rstdtl-course-list__tieup-mc {
        display: table-row;
        position: absolute;
        left: 0;
        z-index: 5;
        border-radius: 6px;
        vertical-align: middle;
        /* background-color: #221815; */
        top: 1.5rem
    }

    .rstdtl-course-list__tieup-mc:hover {
        opacity: 0.8
    }

    .rstdtl-course-list__tieup-mc-target {
        display: block;
        box-sizing: border-box;
        padding: 0.6rem 1.2rem 0.6rem 1.5rem
    }

    .rstdtl-course-list__tieup-mc-target::after {
        color: #fff;
        vertical-align: middle
    }

    .rstdtl-course-list__tieup-mc-target:hover {
        text-decoration: none
    }

    .rstdtl-course-list__tieup-mc-logo {
        display: inline-block;
        width: 123px;
        height: 22px;
        background: url('https://tblg.k-img.com/images/shared/tieup/mastercard_pricelessjapan/tieup_logo_mastercard.png?1547477503') no-repeat 0 0;
        background-size: 123px 22px;
        vertical-align: bottom
    }

    .rstdtl-course-list__tieup-mc-logo > i {
        display: none
    }

    .rstdtl-course-list__tieup-mc-text {
        display: inline-block;
        color: #fff;
        margin-left: 1rem;
        padding-bottom: 0.2rem;
        font-size: 1.1rem
    }

    .rstdtl-course-list__tieup-mc-text > em {
        color: #ff9600;
        font-weight: bold;
        margin-right: 0.7rem;
        font-size: 1.3rem
    }


}
.course-dtl__course-title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.course-dtl__img {
  margin-bottom: 1em;
  max-width: 500px;
}

.course-dtl__contents table {
  width: 100%;
}
.course-dtl__contents th {
  width: 100%;
}
.c-table.c-table--form {
  border-collapse: separate;
  border-top: 1px solid #d6ceb4;
  color: #000;
}
.c-table tr {
    vertical-align: top;
}
.c-table tbody tr th {
  border-bottom: 1px solid #d6ceb4;
  color: #13131e;
  font-weight: bold;
  vertical-align: inherit;
  width: 5em;
  line-height: 1.5;
  padding: 1rem;
}
.c-table.c-table--form tbody tr th {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d6ceb4;
  background-color: #faf8f5;
}
.c-table tbody tr td {
  border-bottom: 1px solid #d6ceb4;
  vertical-align: inherit;
  padding: .6rem;
}
.course-dtl__data-table tbody tr td {
  padding: 1.2rem 1.5rem;
}
.course-dtl__price-num {
  color: #e64c30;
  font-size: 1rem;
  font-weight: bold;
}
.course-dtl__price-num>em {
  margin-right: 2px;
  font-size: 1.8rem;
}

.rstdtl-course-list__img-target {
    pointer-events: none;
}

.course-dtl__info {
    padding-bottom: 3rem;
}
/* ------------------------------
sp-menu
------------------------------ */

@media screen and (max-width: 767px) {

/* ------------------------------
rstdtl-menu-lst
------------------------------ */
    .pttl {
        padding: 33px 0 40px 0;
        text-align: center;
    }

    .pttl img {
        height: 32px;
        width: auto;
    }

    .rstdtl-menu-lst {
        margin: 0 20px 60px 20px;
    }

/* ------------------------------
access
------------------------------ */
    dl.shop-info dt {
        clear: both;
        font-weight: bold;
        padding-top: 11px;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 10px;
    }

    dl.shop-info dd {
        font-size: 0.9em;
        line-height: 1.6;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

/* ------------------------------
rstdtl-menu-lst
------------------------------ */
    .pttl {
        padding: 33px 0 40px 0;
        text-align: center;
    }

    .pttl img {
        height: 32px;
        width: auto;
    }

    .rstdtl-menu-lst {
        margin: 0px 0px 0px 0px;
    }


    .rstdtl-menu-lst__heading {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 1.6rem
    }

    .rstdtl-menu-lst__contents {
        display: table;
        padding: 0 10px;
        border-bottom: 1px dotted #d2d2d2;
        width: 100%;
        box-sizing: border-box
    }

    .rstdtl-menu-lst__contents:last-of-type {
        border-bottom: none;
        padding-top: 10px;
    }


    .rstdtl-menu-lst__info {
        display: table-cell;
        padding: 6px 0;
        vertical-align: top
    }


    .rstdtl-menu-lst__info-inner {
    /*        display: table;*/
        width: 100%;
    }

    .rstdtl-menu-lst__menu-title {
        display: table-cell;
        width: 100%;
        /* color: #111; */
        font-weight: bold;
        font-size: 1.4rem
    }


/*
    .rstdtl-menu-lst__price {
        display: table-cell;
        font-weight: bold;
        text-align: right;
        width: 7rem;
        font-size: 1.5rem
    }
*/


    .rstdtl-menu-lst__price {
        display: inline-block;
        width: 100% !important;
        font-weight: bold;
        text-align: right !important;
        font-size: 1.5rem
    }

    .rstdtl-menu-lst__desc {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .rstdtl-menu-lst__desc p {
        font-size: 20px;
        padding: 12px 10px;
        line-height: 1.6;
        background: url('https://tblg.k-img.com/images/line/line_dot.gif?1547477344') repeat-x 0 100%
    }

    .rstdtl-menu-lst__img {
        display: table-cell;
        padding: 20px 15px 20px 0;
        width: 120px;
        text-align: center
    }


/* ------------------------------
course menu sp
------------------------------ */


    .course-list__items {
        margin: auto;
        width: 100%;
    }

    .rstdtl-course-list {
        display: table;
        position: relative;
        z-index: 1;
        border-top: 1px solid #e0dccc;
        border-bottom: 1px solid #e0dccc;
        width: 100%
    }

    .rstdtl-course-list + .rstdtl-course-list {
        border-top: none
    }

    .rstdtl-course-list__target {
        color: inherit;
        z-index: 1
    }

    .rstdtl-course-list__target:hover {
        color: inherit;
        text-decoration: none
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper:hover {
        cursor: default
    }


    .rstdtl-course-list__data {
        display: table-cell;
        position: relative;
        padding: 20px 0 40px;
        width: 100%;
        word-break: break-all;
        vertical-align: top
    }



    .rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__img {
        padding-top: 6.5rem
    }

    .rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__data {
        padding-top: 6.5rem
    }

    .rstdtl-course-list__data-header {
        display: table;
        width: 100%
    }

    .rstdtl-course-list__img + .rstdtl-course-list__data .rstdtl-course-list__data-header {
        min-height: 72px
    }

    .rstdtl-course-list__course-title {
        display: table-cell;
        word-break: break-all;

    }

    .rstdtl-course-list__course-title-text {
        margin-bottom: 0.2rem;
        /* color: #111; */
        font-weight: bold;
        line-height: 1.6;
        font-size: 1.3rem;
    }

    .rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
        color: #ff9600;
        text-decoration: underline
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__course-title-text {
        /* color: #13131e */
    }

    .rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
        border: 1px solid #e0dccc;
        box-sizing: border-box;
        /* color: #463f2d; */
        background-color: #fff;
        margin-left: 0.5rem;
        padding: 0.1rem 0.3rem
    }


    .rstdtl-course-list__price-wrap {
        display: table-cell;
        white-space: nowrap;
        vertical-align: top;
        padding-right: 0rem;
    }

    .rstdtl-course-list__price-wrap {
        display: block;
        width: 100%;
        white-space: nowrap;
        vertical-align: top;
        padding-right: 0rem;
		margin-bottom: 1rem;
    }

    .rstdtl-course-list__price-discount {
        display: inline-block
    }

    /* .rstdtl-course-list__price-before {
        
        text-align: left;
        margin-right: 0.5rem;
        margin-bottom: -0.2rem;
        font-size: .1rem
    } */
    /* color: #13131e; */
    .rstdtl-course-list__price-before {
		display: none;
	}

    .rstdtl-course-list__price-hotpepper-discount {
        display: inline-block;
        position: relative;
        margin-bottom: 7px;
        border: solid 1px #d2d2d2;
        border-radius: 2px;
        color: #949499;
        font-weight: bold;
        line-height: 1;
        background-color: #fff;
        padding: 0.4rem 0.5rem 0.3rem;
        font-size: 1rem
    }

    .rstdtl-course-list__price-hotpepper-discount::before,
    .rstdtl-course-list__price-hotpepper-discount::after {
        display: block;
        position: absolute;
        border: solid transparent;
        width: 0;
        height: 0;
        content: ''
    }

    .rstdtl-course-list__price-hotpepper-discount::before {
        bottom: -7px;
        border-width: 6px 6px 0;
        border-top-color: #d2d2d2;
        right: 3rem
    }

    .rstdtl-course-list__price-hotpepper-discount::after {
        bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #fff;
        right: 3.1rem
    }

    .rstdtl-course-list__price-num {
        /* color: #000; */
        font-weight: bold;
        font-size: 1.4rem
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__price-num {
        display: block
    }

    .rstdtl-course-list__price-num > em {
        margin-right: 2px;
        font-family: Arial, sans-serif;
        font-size: 2.0rem
    }

    .rstdtl-course-list__price-num-tax {
        font-weight: normal;
        font-size: 0.6rem;
    }

    .rstdtl-course-list__data-body {
        display: block;
        width: 100%;
        line-height: 1;
        padding-top: 0.5rem
    }

    .rstdtl-course-list__data-body:before,
    .rstdtl-course-list__data-body:after {
        display: block;
        overflow: hidden;
        content: ""
    }

    .rstdtl-course-list__data-body:after {
        clear: both
    }

    .rstdtl-course-list__img {
    /*        display: table-cell;*/
        padding: 20px 15px 20px 0;
        width: 200px;
        width: 100%;
    }

    .rstdtl-course-list__img img {
        width: 90%;
        height: auto;
        display: block;
        margin: 0 auto;
    }


    .rstdtl-course-list__img .rstdtl-course-list__target:hover {
        opacity: 0.8
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__img:hover {
        opacity: 1
    }


    .rstdtl-course-list__subinfo {
    /*        display: table;*/
        position: relative;
    /*        float: left;*/
        padding-top: 0.5rem
    }



    /* .rstdtl-course-list__desc {
        color: #000;
        line-height: 1.6;
        font-size: 1.2rem;
    } */
     .rstdtl-course-list__desc {
        display: none;
     }

    .rstdtl-course-list__data-footer {
        float: right
    }

    .rstdtl-course-list__label {
        margin-left: 5px
    }

    .rstdtl-course-list__label.rstdtl-course-list__label {
        background-color: #ffd700;
        padding: 0.2rem 0.4rem;
        line-height: 1.1rem;
        font-size: 1.3rem;
		color: #fff;
    }

    .rstdtl-course-list__hotpepper-target::before {
        color: #999
    }


    .rstdtl-course-list__course-rule {
        display: table-cell;
        white-space: nowrap;
        vertical-align: bottom;
        padding: 0 0 0.3rem 1rem
    }




    .rstdtl-course-list__course-rule > dt,
    .rstdtl-course-list__course-rule > dd {
        display: inline-block
    }

    .rstdtl-course-list__course-rule > dd {
        margin-right: 0.5rem
    }

    .rstdtl-course-list__course-rule-title::before {
        display: inline-block;
        color: #bcb08a;
        vertical-align: -0.1rem
    }



    .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--member::before {
        /* font-family: "Tabelog Glyph"; */
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        text-transform: none;
        speak: none;
        content: "※"
    }

    .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--time::before {
        /* font-family: "Tabelog Glyph"; */
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        text-transform: none;
        speak: none;
        content: "※"
    }

    .rstdtl-course-list__course-rule-title > i {
        display: none
    }

    .rstdtl-course-list__action-btn {
        display: table-cell;
        width: 100px;
        text-align: right;
        vertical-align: top;
        padding-left: 1.2rem;
        color: #fff;
    }

    .rstdtl-course-list__reserve-notice {
        display: block;
        color: #b4b4b4;
        text-indent: -1em;
        padding-left: 1em;
        text-align: left;
        white-space: nowrap;
        vertical-align: middle;
        line-height: 1.2;
        font-size: 0.8rem
    }

    .rstdtl-course-list__action-btn-target {
        display: block;
        float: right;
        clear: right;
        cursor: pointer;
        white-space: nowrap;
        vertical-align: middle;
    /*        width: 10rem;*/
        /* color: #111; */
    }

    .rstdtl-course-list__action-btn-target + .rstdtl-course-list__action-btn-target {
        margin-top: 0.6rem
    }

    .rstdtl-course-list__reserve-notice + .rstdtl-course-list__action-btn-target {
        margin-top: 0.6rem
    }

    .rstdtl-course-list__coupon {
        display: inline-block;
        float: right;
        margin-top: 0.5rem
    }

    .rstdtl-course-list__coupon-btn {
        float: right
    }

    .rstdtl-course-list__coupon-contents {
        width: auto;
        text-align: left;
        padding-top: 0.7rem
    }

    .rstdtl-course-rdimg {
        position: absolute;
        bottom: 0;
        left: 0
    }

    .rstdtl-course-list__tieup-mc {
        display: table-row;
        position: absolute;
        left: 0;
        z-index: 5;
        border-radius: 6px;
        vertical-align: middle;
        /* background-color: #221815; */
        top: 1.5rem
    }

    .rstdtl-course-list__tieup-mc:hover {
        opacity: 0.8
    }

    .rstdtl-course-list__tieup-mc-target {
        display: block;
        box-sizing: border-box;
        padding: 0.6rem 1.2rem 0.6rem 1.5rem
    }

    .rstdtl-course-list__tieup-mc-target::after {
        color: #fff;
        vertical-align: middle
    }

    .rstdtl-course-list__tieup-mc-target:hover {
        text-decoration: none
    }

    .rstdtl-course-list__tieup-mc-logo {
        display: inline-block;
        width: 123px;
        height: 22px;
        background: url('https://tblg.k-img.com/images/shared/tieup/mastercard_pricelessjapan/tieup_logo_mastercard.png?1547477503') no-repeat 0 0;
        background-size: 123px 22px;
        vertical-align: bottom
    }

    .rstdtl-course-list__tieup-mc-logo > i {
        display: none
    }

    .rstdtl-course-list__tieup-mc-text {
        display: inline-block;
        color: #fff;
        margin-left: 1rem;
        padding-bottom: 0.2rem;
        font-size: 1.1rem
    }

    .rstdtl-course-list__tieup-mc-text > em {
        color: #ff9600;
        font-weight: bold;
        margin-right: 0.7rem;
        font-size: 1.3rem
    }

	.cms_menu___modal--close {
		left: 10px;
	}
	

}

.tblg-coupon__main-title,
.tblg-coupon__main-contents,
.rstdtl-course-list__coupon,
.tblg-coupon-toggle-btn{
    visibility: hidden;
    width: 0;
    height: 0;
}

#cms_menu__modal {
    z-index: 99999999 !important;
}




/*  ----------------------------------------------------------

gallery low

----------------------------------------------------------  */
.gallery-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    width: 90%;
    margin: 8rem auto;
    position: relative;
    z-index: 0;
}

.gallery-list li {
    margin: 0 1rem 2rem 1rem;
}

.gallery-list img {
    width: 11vw;
    height: 11vw;
    border-radius: 50%;

    object-fit: cover;
}

.gallery-list span {
    display: block;
    width: 11vw;
    margin: 1.2rem 0 0 0;
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .gallery-list {
        width: 95%;
        margin: 4rem auto;
    }

    .gallery-list li {
        margin: 0 .5rem 1.5rem .5rem;
    }

    .gallery-list img {
        width: 17vw;
        height: 17vw;
    }

    .gallery-list span {
        width: 16vw;
        margin: 1rem auto 0 auto;
        font-size: 1rem;
    }
}
@media screen and (min-width: 768px) {

    #swipebox-slider .slide img {
        max-width: 70vw !important;
        max-height: 80vh !important;
    }
}


/*  ----------------------------------------------------------

local menu

----------------------------------------------------------  */
ul.lcmenu {
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 6rem;
	justify-content: space-between;
    gap: 1.3rem 0;
}
ul.lcmenu li {
	width: 24%;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
ul.lcmenu li a {
	display: block;
	padding: 1.8rem 0 2rem 0;
	background: #fff;	
	white-space: nowrap;
	font-size: 1.8rem;
    color: #000;
}
ul.lcmenu li.current a {
	font-weight: bold;
	color: #fff;
	background: #a50a12;	
}
@media screen and (max-width: 767px) {
ul.lcmenu li {
	width: 48%;
}
	ul.lcmenu li a {
        font-size: 1.6rem;
		padding: 1.2rem 0 1.3rem 0;
	}	
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}
@media screen and (max-width: 767px) {
    a[href^="tel:"] {
        text-decoration: underline;
    }
}

