@charset "UTF-8";



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

kv

----------------------------------------------------------  */
.top-kv {
    position: relative;
    margin-top: -10rem;
}
#main {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 79.8rem;
}
@media screen and (max-width: 767px) {
    #main {
        height: 40rem;
    }
}



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

policy

----------------------------------------------------------  */
.top-policy {
    background: url(../img/top-bg-1.jpg) no-repeat center / cover;
    padding: 10rem 0;
}
.top-policy .wrap {
    width: 100rem;
    margin: 0 auto;
}
.top-policy .wrap > div:first-of-type {
    width: 9rem;
    margin: 0 auto 3rem;
    position: relative;
}
.top-policy .wrap > div:last-of-type {
    text-align: center;
}
.policy-deco {
    position: absolute;
    width: 55rem;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    pointer-events: none;
}
.top-policy h2 {
    font-weight: normal;
    font-size: 3.9rem;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-left: 0.1rem solid #fff;
    border-right: 0.1rem solid #fff;
    position: relative;
    font-family: "kokuryu", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.top-policy h2:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
    right: -0.8rem;
    top: 0;
}
.top-policy h2:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
    left: -0.8rem;
    top: 0;
}
.top-policy h2 .en {
    font-size: 1.4rem;
    color: var(--maincolor);
    letter-spacing: 0.1em;
    padding: 1rem 0;
    font-family: 'Noto Serif JP';
}
.top-policy h3 {
    font-weight: normal;
    font-size: 2.35rem;
    line-height: 1.8;
}
.top-policy p {
    margin: 4.6rem 0 8.8rem 0;
    line-height: 2.75;
    font-size: 1.55618rem;
}
.top-policy .more {
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .top-policy {
        padding: 8rem 3rem;
    }
    .top-policy .wrap {
        width: auto;
        display: block;
    }
    .top-policy h3 {
        white-space: normal;
    }
    .top-policy p {
        margin: 2.5rem 0 4rem 0;
    }
    .top-policy .more {
        margin: 0 auto;
    }
    .policy-deco {
        width: 30rem;
    }
}



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

menu

----------------------------------------------------------  */
.top-menu {
    padding: 14.1rem 0 12.7rem;
    background: url(../img/bg-menu.jpg) repeat top center / 100% auto;
}
.top-menu__inner {
    width: 107rem;
    margin: 0 auto;
}
.top-menu__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10rem;
    margin-bottom: 12.3rem;
}
.top-menu__wrapper.food {
    flex-direction: row-reverse;
}
.top-menu__txt {
    width: 41.8%;
    flex-basis: 41.8%;
    writing-mode: vertical-rl;
    color: #000;
}
.top-menu figure {
    width: 58.2%;
    flex-basis: 58.2%;
}
.top-menu__txt .en {
    color: var(--maincolor);
    letter-spacing: 0.2em;
    font-size: 1.5rem;
}
.top-menu__txt h3 {
    font-weight: normal;
    font-size: 2.2rem;
    line-height: 1.72;
    margin-left: 6rem;
    margin-right: 6rem;
}
.top-menu__txt p {
    line-height: 2.56;
    font-size: 1.55618rem;
}
.top-menu .more {
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .top-menu {
        padding: 8rem 3rem;
    }
    .top-menu__inner {
        width: auto;
    }
    .top-menu__wrapper.food,
    .top-menu__wrapper.drink {
        flex-direction: column;
    }
    .top-menu__txt, .top-menu figure {
        width: 100%;
        flex-basis: 100%;
    }
    .top-menu__txt {
        margin-bottom: 3rem;
        writing-mode: initial;
    }
    .top-menu__txt h3 {
        margin: 2rem 0;
    }
    .top-menu__wrapper {
        margin-top: 0;
        margin-bottom: 6rem;
    }
}



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

gallery

----------------------------------------------------------  */
.top-gallery {
    background: url(../img/texture-1.jpg) no-repeat center / cover;
    padding: 10.65rem 0 10.7rem;
}
.top-gallery .heading-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 6.4rem;
}

.top_sns .heading-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.top-gallery .more {
    margin: 0 auto;
}
#loopslider {
    margin: 0 auto 9.7rem auto;
    width: 100%;
    height: 209px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#loopslider ul {
    height: 209px;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0!important;
    padding: 0!important;
}
#loopslider ul li {
    width: 287px;
    height: 209px;
    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 ul img {
    padding: 0 1.25px;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .top-gallery {
        padding: 8rem 0;
    }
    #loopslider {
        height: 120px;
        margin: 0 auto 5rem auto;
    }
    #loopslider ul {
        height: 120px;
    }
    #loopslider ul li {
        width: 160px;
        height: 120px;
    }
}



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

news

----------------------------------------------------------  */
.top-news {
    background-image: url(../img/texture-1.jpg);
    background-size: 100% auto;
}
.top-news__wrapper {
    padding: 10.8rem 3rem 11.1rem;
    width: 104.5rem;
    margin: 0 auto;
}
.top-news .heading-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 5.4rem;
}
.top-news .more {
    margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
    .top-news__wrapper {
        padding: 8rem 3rem;
        width: auto;
    }
}

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

access

----------------------------------------------------------  */
.top-access {
    padding: 10rem 0;
    background: url(../img/bg-menu.jpg) repeat center top / 100% auto;
}
.top-access .wrap {
    display: flex;
    justify-content: space-between;
    width: 107rem;
    margin: auto;
}
.top-access__text {
    width: 50.3%;
    flex-basis: 50.3%;
}
.top-access figure {
    width: 41.9%;
    flex-basis: 41.9%;
}
.top-access dl a {
    color: #000;
}
.top-access dl {
    display: flex;
    flex-wrap: wrap;
    color: #000;
    font-size: 1.55618rem;
}
.top-access dl dt {
    width: 20%;
    padding: 2rem 1rem;
    font-weight: 700;
    font-size: 1.556
}
.top-access dl dd {
    width: 80%;
    padding: 2rem 1rem;
}
.top-access dl dd:not(:last-of-type),
.top-access dl dt:not(:last-of-type) {
    border-bottom: 0.1rem solid #000;
}
.top-access .more {
    margin: 9rem auto 0;
}
@media screen and (max-width: 767px) {
    .top-access {
        padding: 8rem 3rem;
    }
    .top-access .wrap {
        width: auto;
        display: block;
    }
    .top-access__text, .top-access figure {
        width: 100%;
    }
    .top-access dl {
        margin-top: 5rem;
        display: block;
    }
    .top-access dl dt {
        width: 100%;
    }
    .top-access dl dd {
        width: 100%;
    }
    .top-access dl dt:last-of-type {
        border-bottom: 0.1rem solid #000;
    }
}



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

contact

----------------------------------------------------------  */
.top-contact {
    padding: 10rem 0;
}
.top-contact h2 {
    font-weight: normal;
    font-size: 2.2rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
}
.top-contact .tel {
    width: 29rem;
    margin: 3rem auto;
    border-bottom: solid 1px var(--maincolor);
    padding-bottom: 0.5rem;
}
.top-contact .tel a {
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.6rem;
}
.top-contact .tel a i {
    font-size: 1.8rem;
    margin-top: 0.2rem;
    margin-right: 1rem;
}
.top-contact .more {
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .top-contact {
        padding: 8rem 0;
    }
    .top-contact .tel a {
        text-decoration: none;
    }
}



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

form

----------------------------------------------------------  */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
}
.CMS-FORM-GROUP label {
    width: 30%;
}
.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
    width: 70%;
    padding: 2rem;
    border: none;
    box-sizing: border-box;
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
}
.CMS-FORM-GROUP textarea {
    height: 16rem;
    -webkit-appearance: none;
    appearance: none;
}
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--maincolor);
    border: none;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    width: 24rem;
    padding: 2rem 0;
    margin: 0 auto;
    transition: all .3s;
    display: block;
    font-family: 'Noto Serif JP', serif;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
.CMS-FORM-RADIO input[type="radio"] {
    width: 2rem;
    height: 2rem;
    display: block;
    margin-top: 0.9rem;
    border-radius: 50%;
}
.CMS-FORM-RADIO {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
}
.CMS-FORM-RADIO label{
    display: block;
    width: calc(100% - 3.5rem);
}
.CMS-FORM-RADIO > label {
    font-weight: normal;
    padding-top: 0.8rem;
}
.CMS-FORM-RADIO > label:not(:last-of-type) {
    margin-bottom: 1rem;
}
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-appearance: button;
    appearance: button;
    border: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 767px) {
    .CMS-FORM-GROUP {
        display: block;
    }
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .CMS-FORM-GROUP input,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
    .CMS-FORM-RADIO input[type="radio"] {
        width: 2rem;
        height: 2rem;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
    .CMS-FORM-RADIO {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .CMS-FORM-RADIO label{
        width: calc(100% - 3.5rem);
        padding-top: 0;
        margin-top: -0.1rem;
    }
    .CMS-FORM-RADIO > label {
        font-weight: normal;
    }
    .CMS-FORM-RADIO > label:not(:last-of-type) {
        margin-bottom: 0;
    }
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        padding: 2rem 0;
        font-size: 1.8rem;
    }
}
.his {
    background: rgba(200,0,0,1);
    line-height: 1;
    color: #fff;
    font-size: 1rem;
    padding: 0.2rem 0.7rem 0.3rem 0.7rem;
    margin-left: 1.6rem;
    vertical-align: 0.1rem;
}
.thanx {
    text-align: center;
}
.back {
    text-align: center;
    display: block;
}
@media screen and (max-width: 767px) {
    .thanx {
        text-align: left;
    }
}



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

privacy

----------------------------------------------------------  */
.privacy {
    width: auto;
    margin: 0 auto 7rem;
    border: 0.2rem solid #ccc;
    padding: 2rem;
    height: 48rem;
    overflow: auto;
}
.privacy-notes {
    margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
    .privacy {
        width: 100%;
        margin: 0px auto 7rem;
    }
}



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

tabelog

----------------------------------------------------------  */
.rstdtl-menu-lst__heading {
    margin-top: 6rem;
    font-size: 2rem;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 0.6rem;
}
.rstdtl-menu-lst__heading:after {
    border-bottom: solid 4px var(--maincolor);
    bottom: -4px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}

@media screen and (min-width: 768px) {
    /* ------------------------------
    rstdtl-menu-lst
    ------------------------------ */
    .pttl {
        padding: 60px;
        text-align: center;
    }
    .pttl img {
        height: 36px;
        width: auto;
    }
    .rstdtl-menu-lst {
        margin: 0 auto 100px auto;
    }

    /* ------------------------------
    rstdtl-menu-lst
    ------------------------------ */
    .pttl {
        padding: 60px;
        text-align: center;
    }
    .pttl img {
        height: 36px;
        width: auto;
    }
    .rstdtl-menu-lst {
        margin: 60px auto 80px auto;
    }

    /* ------------------------------
    menu
    ------------------------------ */
    .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
    }
    .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: var(--main-text-color);
        font-weight: bold;
        font-size: 1.6rem
    }
    .rstdtl-menu-lst__price {
        display: table-cell;
        font-weight: bold;
        text-align: right;
        width: 7rem;
        font-size: 1.6rem;
        white-space: nowrap;
    }
    .rstdtl-menu-lst__desc {
        font-size: 15px;
        padding-bottom: 10px;
    }
    .rstdtl-menu-lst__desc p {
        font-size: 1.4rem;
        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: var(--sub7-text-color);
        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: var(--sub7-text-color);
        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: var(--main-text-color);
        line-height: 1.6;
        font-size: 2rem;
    }
    .rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
        color: var(--sub8-text-color);
        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: var(--sub2-text-color);
        margin-left: 0.5rem;
        padding: 0.1rem 0.3rem;
        font-size: 0.9rem
    }
    .rstdtl-course-list__price-wrap {
        display: table-cell;
        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
    }
    .rstdtl-course-list__price-hotpepper-discount {
        display: inline-block;
        position: relative;
        margin-bottom: 7px;
        border: solid 1px #d2d2d2;
        border-radius: 2px;
        color: var(--sub7-text-color);
        font-weight: bold;
        line-height: 1.6;
        background-color: var(--sub2-text-color);
        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: var(--sub2-text-color);
        right: 3.1rem
    }
    .rstdtl-course-list__price-num {
        font-weight: bold;
    }
    .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;
        font-style: normal;
    }
    .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.6;
        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: block;
        padding: 20px 15px 20px 0;
        width: 120px;
        float: left;
    }
    .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: var(--sub6-text-color);
        line-height: 1.8;
        font-size: 1.0rem;
    }
    .rstdtl-course-list__data-footer {
        float: right
    }
    .rstdtl-course-list__label {
        margin-left: 5px
    }
    .rstdtl-course-list__label.rstdtl-course-list__label {
        background-color: rgba(180,0,0,1);
        color: #fff;
        padding: 0.4rem 0.8rem;
        line-height: 1.6rem;
        font-size: 1.2rem
    }
    .rstdtl-course-list__hotpepper-target::before {
        color: #999
    }
    .rstdtl-course-list__course-rule {
        display: table-cell;
        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: none;

    }
    .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"
    }
    .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"
    }
    .rstdtl-course-list__course-rule-title > i {
        display: none
    }
    .rstdtl-course-list__action-btn {
        display: none;
    }
    .rstdtl-course-list__action-btn-target {
        display: block;
        float: right;
        clear: right;
        cursor: pointer;
        vertical-align: middle;
        width: 10rem;
        color: var(--sub3-text-color);
    }
    .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 {
        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: var(--sub2-text-color);
        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: var(--sub2-text-color);
        margin-left: 1rem;
        padding-bottom: 0.2rem;
        font-size: 1.1rem
    }
    .rstdtl-course-list__tieup-mc-text > em {
        color: var(--sub8-text-color);
        font-weight: bold;
        margin-right: 0.7rem;
        font-size: 1.3rem
    }
}

/* ------------------------------
rstdtl-menu-lst
------------------------------ */
.pttl {
    padding: 33px 0 40px 0;
    text-align: center;
}
.pttl img {
    height: 32px;
    width: auto;
}
.rstdtl-menu-lst {
    margin: 0 0 60px 0;
}

/* ------------------------------
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;
}

/* ------------------------------
menu
------------------------------ */
.rstdtl-menu-lst__heading {
    font-size: 2rem
}
.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: 10px 0;
    vertical-align: top
}
.rstdtl-menu-lst__info-inner {
    width: 100%;
}
.rstdtl-menu-lst__menu-title {
    display: table-cell;
    width: 100%;
    color: var(--main-text-color);
    font-weight: bold;
    font-size: 1.6rem
}
.rstdtl-menu-lst__price {
    display: inline-block;
    width: 100% !important;
    font-weight: bold;
    text-align: right !important;
    font-size: 1.6rem
}
.rstdtl-menu-lst__desc {
    font-size: 12px;
    padding-bottom: 10px;
}
.rstdtl-menu-lst__desc p {
    font-size: 1.4rem;
    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;
    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 {
    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;
    line-height: 1.6;
    font-size: 2rem;
}
.rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
    color: var(--sub8-text-color);
    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: var(--sub2-text-color);
    margin-left: 0.5rem;
    padding: 0.1rem 0.3rem
}
.rstdtl-course-list__price-wrap {
    display: table-cell;
    vertical-align: top;
    padding-right: 0rem;
}
.rstdtl-course-list__price-wrap {
    display: block;
    width: 100%;
    vertical-align: top;
    padding-right: 0rem;
}
.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
}
.rstdtl-course-list__price-hotpepper-discount {
    display: inline-block;
    position: relative;
    margin-bottom: 7px;
    border: solid 1px #d2d2d2;
    border-radius: 2px;
    color: var(--sub7-text-color);
    font-weight: bold;
    line-height: 1.6;
    background-color: var(--sub2-text-color);
    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: var(--sub2-text-color);
    right: 3.1rem
}
.rstdtl-course-list__price-num {
    color: var(--sub3-text-color);
    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: 2rem;
    font-style: normal;
}
.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.6;
    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 {
    padding: 20px 0 0 0;
    width: 200px;
    margin: 0 auto;
}
.rstdtl-course-list__img img {
    width: 90%;
    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: var(--sub6-text-color);
    line-height: 1.8;
    font-size: 1.0rem;
}
.rstdtl-course-list__data-footer {
    float: right
}
.rstdtl-course-list__label {
    margin-left: 5px;
    background: rgba(180,0,0,1);
    color: #fff;
    padding: 0.4rem 1rem;
}
.rstdtl-course-list__label.rstdtl-course-list__label {
    padding: 0.2rem 0.4rem;
    line-height: 1.6rem;
    font-size: 0.9rem
}
.rstdtl-course-list__hotpepper-target::before {
    color: #999
}
.rstdtl-course-list__course-rule {
    display: table-cell;
    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: none;
}
.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"
}
.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"
}
.rstdtl-course-list__course-rule-title > i {
    display: none
}
.rstdtl-course-list__action-btn {
    display: none;
}
.rstdtl-course-list__reserve-notice {
    display: block;
    color: #b4b4b4;
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
    vertical-align: middle;
    line-height: 1.6;
    font-size: 0.8rem
}
.rstdtl-course-list__action-btn-target {
    display: block;
    float: right;
    clear: right;
    cursor: pointer;
    vertical-align: middle;
    /*width: 18rem;*/
    color: var(--main-text-color);
    border: solid;
    padding: 3px;
    font-size: 12px;
}
.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: var(--sub2-text-color);
    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: var(--sub2-text-color);
    margin-left: 1rem;
    padding-bottom: 0.2rem;
    font-size: 1.1rem
}
.rstdtl-course-list__tieup-mc-text > em {
    color: var(--sub8-text-color);
    font-weight: bold;
    margin-right: 0.7rem;
    font-size: 1.3rem
}

.course-dtl {
    overflow: hidden;
    padding: 2rem;
    color: #000;
}
.course-dtl__course-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}
.course-dtl__img {
    margin-bottom: 2rem;
}
.course-dtl__desc {
    margin-bottom: 2rem;
}
.c-table {
    width: 100%;
    border-collapse: collapse;
}
.c-table th {
    width: 15rem;
    text-align: left !important;
    padding: 1.5rem;
    border-bottom: solid 1px #ddd;
}
.c-table td {
    width: calc(100% - 15rem);
    padding: 1.5rem;
    border-bottom: solid 1px #ddd;
}
.c-table em {
    font-style: normal;
}
@media screen and (max-width: 767px) {
    .course-dtl {
        padding: 1rem;
    }
    .c-table tr {
        display: flex;
        flex-direction: column;
    }
    .c-table th {
        width: 100%;
        text-align: left !important;
        padding: 1.5rem 0 0.4rem 0;
        border-bottom: none;
    }
    .c-table td {
        width: 100%;
        padding: 0 0 1.5rem 0;
    }
}

.cms_menu___modal--close {
    position: absolute;
    top: 10px;
    right: auto;
    left: 10px !important;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #333 !important;
    border-radius: 50%;
    cursor: pointer;
}

.course-dtl__img {
    width: 36rem;
    margin: 0 auto 2.5rem auto;
}
@media screen and (max-width: 767px) {
    .course-dtl__img {
        width: 100%;
    }
}

.tblg-coupon__main-title {
    display: none;
}
.tblg-coupon-btn-wrap {
    display: none;
}
.tblg-coupon__main-contents {
    display: none;
}
.rstdtl-course-list__label {
    margin: 0.6rem 0;
    display: inline-block
}
.rstdtl-course-list__course-title {
    display: block !important;
    margin-bottom: 1.5rem;
}
.rstdtl-course-list__target + span {
    margin-left: 0.8rem;
}

.CMS-COURSE-MENU a {
    text-decoration: underline;
}
.CMS-MENU,
.CMS-DRINK-MENU {
    pointer-events: none;
}


.top_sns {
    background: url(../img/texture-2.jpg) no-repeat center top;
    background-size: cover;
}
.heading-insta {
    font-size: 2.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
}
.top_sns_share {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 10.5rem 3rem 16.4rem;
}

.sns_wrap {
    padding: 0 0 30px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.top-bnr {
    width: 40rem;
    margin: 0 auto;
    padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
    .top_sns_share img {
        height: auto;
        padding-bottom: 0.8%;
    }
}
@media screen and (max-width: 767px) {
    .top_sns_share {
        padding: 6rem 3rem 6rem;
    }
}

/*
予約追従ボタン
.reserve-btn {
position: fixed;
top: 50%;
right: 0;
transform: translateY(-50%);
width: 5.5rem;
z-index: 9999;
background-color: 	#B3424A;
display: flex;
justify-content: center;
}

.reserve-btn-link {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
color: #fff;
writing-mode: vertical-lr;
padding: 1rem 0;
text-align: center;
font-weight: 600;
line-height: 1;
}

.reserve-btn-link span {
font-size: 1.5rem;
}



@media screen and (max-width: 767px) {
.reserve-btn {
top: initial;
right: initial;
left: 0;
bottom: 0;
width: 50%;
transform: initial;
height: 6.4rem;
align-items: center;
background-color: 	#B3424A;
}

.reserve-btn-link {
display: block;
writing-mode: initial;
line-height: 1.4;
padding: .5rem 0;
}

}
*/





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

fixed btn

----------------------------------------------------------  */
.reserve-btn {
    position: fixed;
    bottom: 23rem;
    right: 4rem;
    z-index: 999;
    white-space: nowrap;
}
.reserve-btn a {
    width: 11.5rem;
    height: 11.5rem;
    background: #B3424A;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
}
.reserve-btn a > div {
    border: solid 1px #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reserve-btn a > div > div {
    transform: rotate(-45deg);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reserve-btn a > div > div i {
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
    .reserve-btn {
        bottom: 0;
        left: 0;
        width: 50%;
    }
    .reserve-btn a {
        width: 100%;
        height: 6.4rem;
        transform: none;
        text-decoration: none !important;
        font-size: 1.8rem;
    }
    .reserve-btn a > div {
        width: 100%;
        height: 100%;
    }
    .reserve-btn a > div > div {
        transform: none;
        flex-direction: row;
        padding-bottom: 0.15rem;
    }
    .reserve-btn a > div > div i {
        font-size: 1.8rem;
        margin-bottom: 0;
        margin-top: 0.25rem;
        margin-right: 1rem;
    }
    .reserve-btn a > div > div span {
        margin-left: 1rem;
        margin-top: 0.3rem;
        font-size: 1.2rem;
    }
}

.scroll {
    position: absolute;
    left: 6.2rem;
    font-size: 1.2rem;
    bottom: -7rem;
    display: flex;
    align-items: center;
    z-index: 999;
}

.scroll span {
    width: 0.12rem;
    height: 7.5rem;
    background: #fff;
    margin-top: 1rem;
    animation: scroll infinite 1.2s;
    margin-right: 0.2rem;
}

@keyframes scroll {
    0% {
        transform: scale(1, 1);
        transform-origin: bottom;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: bottom;
    }
}
