@charset "UTF-8";

/*  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PC
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
@media screen and (min-width: 768px) {

    /* ------------------------------
　display
------------------------------ */
    .sp {
        display: none;
    }

    /* ------------------------------
　btn
------------------------------ */
    .btn {
        margin: 0 auto;
        width: 240px;
        /* ボタン横幅 */
    }

    footer .btn a {
        display: block;
        width: 240px;
        margin: 0 auto;
        text-align: center;
        border: solid 2px #000;
        padding: 10px;
    }


    /* ------------------------------
　header
------------------------------ */
    header {
        padding: 30px 0 30px 0;
    }

    header h1 {
        text-align: center;
        width: 150px;
        margin: 0 auto 30px auto;
    }

    header h1 span {
        display: block;
        font-family: 'Lato', sans-serif;
        font-weight: 900;
    }

    header h1 img {
        width: 180px;
        height: auto;
    }

    /* ------------------------------
　nav
------------------------------ */
    header p {
        position: fixed !important;
        right: 0;
        top: 97px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-family: 'Lato', sans-serif;
        background: #FCC800;
        line-height: 0.3;
        margin: 0;
        z-index: 9999;
        font-size: 16px;
    }

    header p a {
        display: block;
        color: #000;
        padding: 30px 20px;
        font-family: 'Lato', sans-serif;
    }

    ul.snav {
        display: flex;
        justify-content: center;
        background: #1d568b;
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        font-size: 13px;
        padding: 20px 15px;
        position: absolute;
        right: 0;
        top: 0;
    }

    ul.snav li {
        line-height: 1;
        margin: 0 15px;
        letter-spacing: 0.12em;
    }

    ul.snav a {
        display: block;
        color: #fff;
    }

    ul.gnav {
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }

    ul.gnav li {
        margin: 0 25px;
        line-height: 1;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.12em;
    }

    ul.gnav li img {
        height: 13px;
        width: auto;
        padding-bottom: 7px;
    }

    ul.gnav li.current {
        border-bottom: 2px solid #ce000a;
        padding-bottom: 8px;
    }

    ul.gnav li.current a:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

    ul.gnav li.current a {
        color: #ce000a !important;
    }

    footer ul.gnav {
        display: flex;
        justify-content: center;
    }

    footer ul.gnav {
        margin-bottom: 30px;
    }

    ul.lnav {
        display: flex;
        justify-content: center;
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        font-size: 11px;
        position: relative;
    }

    ul.lnav li {
        margin: 0 5px;
        letter-spacing: 0.14em;
        padding: 7px 20px;
    }

    ul.lnav li.current {
        background: #eee;
        border-radius: 5px;
    }

    .dropmenu {
        *zoom: 1;
        position: relative;
        z-index: 9999;
    }

    .dropmenu:before,
    .dropmenu:after {
        content: "";
        display: table;
    }

    .dropmenu li ul {
        list-style: none;
        position: absolute;
        z-index: 9999;
        top: 61px;
        right: 0px;
        margin: 0;
        padding: 7px 0;
        width: 100vw;
        background: #1d568bf3;
        text-align: right;
        padding-right: 25px;
    }

    .dropmenu li ul li {
        display: inline-block;
        width: 80px;
        line-height: 36px;
        text-align: center;
        margin: 0;
        font-size: 11px;
        font-weight: normal;
        border-right: 1px dashed #aaa;
    }

    .dropmenu li ul li:last-child {
        border-right: 1px solid #aaa;
    }

    .dropmenu li ul li:first-child {
        border-left: 1px solid #aaa;
    }

    .dropmenu li ul li a {
        padding: 0 15px;
    }

    #fade-in li ul {
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
        transform: translateY(-50%) scaleY(0);
    }

    #fade-in li:hover ul {
        visibility: visible;
        opacity: 1;
        transform: translateY(0%) scaleY(1);
    }

    #fade-in {
        transition: all 0.3s ease;
        width: 337px;
    }

    #fade-in:hover {
        padding-left: calc(100vw - 337px);
        opacity: 0.5;
        background: #1d568bd8;
    }

    #fade-in li ul li a {
        visibility: hidden;
        opacity: 0;
        transition: .5s;
    }

    #fade-in li:hover ul li a {
        visibility: visible;
        opacity: 1;
    }

    .dropmenu2 {
        position: relative;
        z-index: 9999;
    }

    ul.menu_second {
        visibility: hidden;
        opacity: 0;
        z-index: 1;
    }

    .menu_second li {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        font-size: 8px !important;
        text-align: center;
    }

    .menu_second li a {
        color: #fff;
    }

    .dropmenu2:before,
    .dropmenu2:after {
        content: " ";
        display: table;
    }

    .dropmenu2:after {
        clear: both;
    }

    .dropmenu2 {
        *zoom: 1;
    }

    .dropmenu2 > li.menu_single {
        position: relative;
    }

    li.menu_single ul.menu_second {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        background: #1d568b;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

    li.menu_single:hover ul.menu_second {
        top: 75px;
        visibility: visible;
        opacity: 1;
    }

    /* ------------------------------
　index
------------------------------ */
    #main {
        position: relative;
        overflow: hidden;
        height: 640px;
        margin: 0 50px 50px 50px;
    }

    .food {
        display: flex;
        color: #fff;
    }

    .drink {
        display: flex;
        flex-direction: row-reverse;
        color: #fff;
    }

    .scene {
        display: flex;
        color: #fff;
    }

    .food .bg {
        width: calc(100% - 500px);
        background: url(../img/bg1.jpg)no-repeat center;
        background-size: cover;
    }

    .drink .bg {
        width: calc(100% - 500px);
        background: url(../img/bg2.jpg)no-repeat center;
        background-size: cover;
    }

    .scene .bg {
        width: calc(100% - 500px);
        background: url(../img/bg3.jpg)no-repeat center;
        background-size: cover;
    }

    .drink .txt {
        background: #e5ded4 !important;
        color: #000 !important;
    }

    .txt {
        background: #1d568b;
        padding: 100px 50px;
        width: 400px;
        position: relative;
    }

    .txt h2 {
        text-align: center;
        line-height: 1;
        margin-bottom: 35px;
    }

    .txt h2 img {
        width: auto;
        height: 57px;
    }

    .txt p {
        line-height: 2.2;
        font-weight: bold;
    }

    .bnr {
        margin: 70px 50px;
    }

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

    .topics {
        padding: 50px 0 120px 0;
        background:
            url(../img/bg_illust1.png) no-repeat,
            url(../img/bg_illust2.png) no-repeat;
        background-position:
            left 30px top 0,
            right 30px bottom 30px;
        background-size:
            290px auto,
            180px auto;
    }

    .topics .inner {
        width: 980px;
        margin: 0 auto;
    }

    .topics h2 {
        text-align: center;
        margin-bottom: 45px;
    }

    .topics h2 img {
        width: auto;
        height: 57px;
    }

    .info {
        padding: 30px 0 0 0;
        background:
            url(../img/bg_illust3.png) no-repeat,
            url(../img/bg_illust4.png) no-repeat;
        background-position:
            left 40px top 30px,
            right 50px bottom 0;
        background-size:
            210px auto,
            170px auto;
    }

    .info .inner {
        width: 980px;
        margin: 40px auto;
    }

    .wrapper {
        width: 780px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .wrapper div {
        width: 220px;
        height: auto;
        display: flex;
        align-items: center;
        position: relative;
    }

    .wrapper div span {
        display: block;
        background: #f6c54a;
        line-height: 1;
        padding: 8px 10px 8px 12px;
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        font-size: 12px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .wrapper figure {
        width: 220px;
        height: 180px;
        position: relative;
        overflow: hidden;
    }

    .wrapper img {
        width: 220px;
        height: 180px;
        object-fit: cover;
    }

    .wrapper figcaption {
        width: 180px;
        height: 120px;
        color: #fff !important;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        padding: 40px 20px 20px 20px;
    }

    a:hover figcaption {
        opacity: 1;
        transition: all 0.8s ease;
    }

    .wrapper a:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }




    /* ------------------------------
　second
------------------------------ */
    .kv_second {
        background: url(../img/bg_kv1.jpg)no-repeat center;
        background-size: cover;
    }

    .kv_second div {
        background: rgba(0, 0, 0, 0.4);
    }

    .kv_second h2 {
        text-align: center;
        padding: 50px;
        line-height: 1;
    }

    .kv_second h2 img {
        width: auto;
        height: 36px;
    }

    .second {
        margin: 60px auto 80px auto;
        width: 980px;
    }


    .second2 {
        margin: 10px;
        padding: 40px 0 60px 0;
        background: url(../img/bg_kv1.jpg)no-repeat center;
        background-size: cover;
        background-attachment: fixed;
    }

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

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

    .rstdtl-menu-lst {
        margin: 60px auto 80px auto;
        width: 980px;

    }

    /* ------------------------------
　menu
------------------------------ */

    ul.lcmenu {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    ul.lcmenu li {
        font-size: 17px;
        padding: 0 20px;
    }

    ul.lcmenu li i {
        font-size: 12px;
        margin-right: 5px;
        vertical-align: 2px;
    }


    dl.menu-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 6px;
        padding-right: 20px;
    }

    dl.menu-list dt {
        font-weight: bold;
        padding: 10px 0 10px 1.5%;
        width: 55.5%;
    }

    dl.menu-list dt span {
        display: block;
        font-size: 11px;
        line-height: 1.6;
        margin-top: 4px;
        opacity: 0.5;
    }

    dl.menu-list dd {
        padding: 20px 1%;
        text-align: right;
        width: 23%;
    }

    dl.menu-list dd span:nth-child(1) {
        font-size: 18px;
        font-weight: 900;
    }

    dl.menu-list dd span:nth-child(2) {
        font-size: 10px;
        margin-left: 2px;
        vertical-align: 1px;
    }

    /* ------------------------------
　menu new
------------------------------ */
    ul.lcmenu {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    ul.lcmenu li {
        font-size: 17px;
        padding: 0 20px;
    }

    ul.lcmenu li i {
        font-size: 12px;
        margin-right: 5px;
        vertical-align: 2px;
    }

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

    .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: #13131e;
        font-size: 1.0rem;
        font-family: 'Noto Sans', sans-serif !important;
    }

    .rstdtl-menu-lst__price {
        display: table-cell;
        font-weight: bold;
        text-align: right;
        width: 7rem;
        font-size: 1.0rem;
        font-family: 'Lato', sans-serif;
    }


    .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 20px
    }

    .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: 80%;
    }

    .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%;
        font-family: Arial, sans-serif;
    }

    .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: #000;
        font-weight: bold;
        line-height: 1.6;
        font-size: 1.0rem
    }

    .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 {
        color: #13131e;
        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: #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.2rem
    }

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

    .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: 120px
    }

    .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: #797152;
        line-height: 1.6;
        font-size: 0.9rem;
    }

    .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: 1rem
    }

    .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"
    }

    .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: table-cell;
        width: 100px;
        text-align: right;
        vertical-align: top;
        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: #fff;
    }

    .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
    }

    /* ------------------------------
　access
------------------------------ */
    dl.shop-info dt {
        clear: both;
        float: left;
        font-weight: bold;
        padding: 12px 0 12px 1.2%;
        width: 23.8%;
        white-space: nowrap;
    }

    dl.shop-info dd {
        padding: 12px 0 12px 27%;
    }

    /* ------------------------------
　special
------------------------------ */
    .special {}

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

    .special .inner2 {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin: 80px 0;
    }

    .special figure {
        width: 490px;
    }

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

    .special .inner1 div,
    .special .inner2 div {
        width: 380px;
        padding: 30px;
    }

    .special h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .special h3 span {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .special p {
        line-height: 2.2;
    }

    /* ------------------------------
　scene
------------------------------ */
    .scene .inner {
        background: rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
        padding: 7px;
        width: 980px;
        margin: 0 auto 40px auto;
        color: #281e1b;
    }

    .scene .inner-box {
        background: #fff;
        padding: 50px;
        text-align: center;
    }

    .bx-wrapper {
        box-shadow: 0 0 0 #fff !important;
        -webkit-box-shadow: 0 0 0 #fff !important;
        box-shadow: 0 0 0px #fff !important;
        border: none !important;
        margin: 0 !important;
        background: #ff0000;
        width: 100% !important;
    }

    .slider div,
    .slider2 div {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 480px;
        color: #fff;
        text-align: center;
    }

    .pager {
        margin-top: 10px;
        text-align: center;
    }

    .scene h3 {
        position: relative;
        display: inline-block;
        padding: 0 55px;
        font-size: 22px;
        margin-bottom: 20px;
    }

    /*
    .scene h3:before,
    .scene h3:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 45px;
        height: 1px;
        background-color: #333;
    }
*/

    .scene h3:before {
        left: 0;
    }

    .scene h3:after {
        right: 0;
    }

    .scene p {
        margin-bottom: 30px;
    }


    /* ------------------------------
　footer
------------------------------ */
    footer {
        padding: 50px 0 40px 0;
    }

    footer .logo {
        text-align: center;
        margin-bottom: 30px;
    }

    footer .logo img {
        width: 180px;
        height: auto;
    }

    footer ul.sns {
        display: flex;
        justify-content: center;
        margin-bottom: 45px;
    }

    footer ul.sns li {
        line-height: 48px;
        text-align: center;
        border-radius: 24px;
        border: solid 1px #222;
        font-size: 16px;
        margin: 0 8px;
    }

    footer ul.sns li a {
        display: block;
        width: 48px;
        height: 48px;
    }

    footer small {
        display: block;
        font-size: 10px;
        letter-spacing: 0.08em;
        text-align: center;
        margin-top: 60px;
    }

    footer p span {
        display: block;
        font-family: 'Lato', sans-serif;
        font-weight: 900;

    }

    /* ------------------------------
　link
------------------------------ */
    a[href^="tel:"] {
        pointer-events: none;
        /* PC tel無効 */
    }

    a {
        text-decoration: none;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    a:hover {
        opacity: 0.4;
        filter: alpha(opacity=60);
    }

    /* ------------------------------
　pagetop
------------------------------ */
    #page-top {
        bottom: 20px;
        right: 15px;
        font-size: 34px;
        line-height: 1;
        position: fixed;
        z-index: 9999;
    }
}

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

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

    .second_news2 {
        width: 100%;
        margin: 0 auto;
        padding: 0px 0 40px 0;


    }

    .second_news2 .CMS-NEWS-INDEX {
        display: flex;
        justify-content: space-around;
        margin-bottom: 3px;
        text-align: center;
        flex-wrap: wrap;
    }

    .second_news2 .CMS-NEWS-ITEM {
        /* padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
        width: 240px; */
        padding-bottom: 30px;
        padding-top: 10px;
        text-align: center;
        width: 240px;
    }

    .second_news2 .CMS-NEWS-THUMBNAIL {
        /* width: 240px;
        height: auto;
        object-fit: cover;
        transition: 0.5s all;
        margin-bottom: 10px */
        width: 245px;
        /* height: auto; */
        aspect-ratio: 7/6;
        object-fit: cover;
        transition: 0.5s all;
        margin-bottom: 10px;
    }

    .second_news2 .CMS-NEWS-TIME {
        white-space: nowrap;
        font-size: 1.2em;
    }

    .second_news2 .CMS-NEWS-LINK {
        font-size: 1.0em;


    }

    .second_news2 .CMS-NEWS-TITLE {
        font-size: 1.3em;
        text-align: center;
        margin-bottom: 20px;
    }


    .second_news2 .CMS-NEWS-CONTENT {
        text-align: center;
        margin: 0 auto;
    }

    .second_news2 .image .img {
        width: 100%;
        text-align: center;
    }

    .CMS-NEWS-MORE-READ {
        display: none
    }

    .CMS-NEWS-INDEX::after {
        content: "";
        display: block;
        width: 26%;
        height: 0;
    }

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

    .second_news {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0 20px 0;


    }

    .second_news .CMS-NEWS-INDEX {
        display: flex;
        justify-content: space-between;
        margin-bottom: 3px;
        text-align: center;
        flex-wrap: wrap;
    }

    .second_news .CMS-NEWS-INDEX::after {
        content: "";
        display: block;
        width: 26%;
        height: 0;
    }

    .second_news .CMS-NEWS-ITEM {
        padding-bottom: 30px;
        padding-top: 10px;
        text-align: center;
        width: 260px;
        box-sizing: border-box;
        margin: 0;
        /* padding: 20px; */
    }

    .second_news .CMS-NEWS-THUMBNAIL {
        /* width: 260px;
        height: 200px;
        object-fit: cover;
        transition: 0.5s all;
        margin-bottom: 10px */
        width: 245px;
        /* height: auto; */
        aspect-ratio: 7/6;
        object-fit: cover;
        transition: 0.5s all;
        margin-bottom: 10px;
    }

    .second_news .CMS-NEWS-TIME {
        white-space: nowrap;
        font-size: 1.1em;
    }

    .second_news .CMS-NEWS-LINK {
        font-size: 1.2em;
        max-width: 260px;


    }

    .second_news .CMS-NEWS-TITLE {
        font-size: 1.3em;
        text-align: center;
        margin-bottom: 20px;
    }


    .second_news .CMS-NEWS-CONTENT {
        text-align: center;
        margin: 0 auto;
    }



    .second_news .image .img {
        width: 100%;
        text-align: center;
    }

    .second_news3 {
        width: 980px;
        margin: 0 auto;
        padding: 30px 0 20px 0;


    }

    .second_news3 .CMS-NEWS-TITLE {
        font-size: 1.6em;
        text-align: center;
        margin-bottom: 5px;
    }

    .second_news3 .CMS-NEWS-CONTENT {
        text-align: center;
    }

    .second_news3 .CMS-NEWS-CONTENT img {
        width: 590px;
        height: auto;
        margin-top: 40px
    }



}


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

    .second_news2 {
        width: 100%;
        margin: 0 auto;
        padding: 40px 0 20px 0;


    }

    .second_news2 .CMS-NEWS-INDEX {
        display: flex;
        justify-content: center;
        margin-bottom: 3px;
        text-align: center;
        flex-wrap: wrap;
    }

    .second_news2 .CMS-NEWS-ITEM {
        /* padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
        width: 240px;
        margin-bottom: 30px */
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
        margin-bottom: 30px;
    }

    .second_news2 .CMS-NEWS-THUMBNAIL {
        /* width: 240px;
        height: auto;
        object-fit: cover;
        transition: 0.5s all;
        margin-bottom: 5px */
        width: 280px;
        /* height: auto; */
        aspect-ratio: 7/6;
        object-fit: cover;
        transition: 0.5s all;
        margin-bottom: 5px;
    }

    .second_news2 .CMS-NEWS-TIME {
        white-space: nowrap;
        font-size: 1.2em;
    }

    .second_news2 .CMS-NEWS-LINK {
        font-size: 1.0em;


    }

    .second_news2 .CMS-NEWS-TITLE {
        font-size: 1.3em;
        text-align: center;
        margin-bottom: 20px;
    }


    .second_news2 .CMS-NEWS-CONTENT {
        text-align: center;
        margin: 0 auto;
    }

    .second_news2 .image .img {
        width: 100%;
        text-align: center;
    }

    .CMS-NEWS-MORE-READ {
        display: none;
        visibility: hidden;
    }

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

    .second_news {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0 20px 0;


    }

    .second_news .CMS-NEWS-INDEX {
        display: flex;
        justify-content: space-around;
        margin-bottom: 3px;
        text-align: center;
        flex-wrap: wrap;
    }


    .second_news .CMS-NEWS-ITEM {
        padding-bottom: 30px;
        padding-top: 10px;
        text-align: center;
        width: 320px;
        margin-bottom: 10px
    }

    .second_news .CMS-NEWS-THUMBNAIL {
        /* width: 320px;
        height: 213px;
        object-fit: cover;
        transition: 0.5s all;
        margin-bottom: 10px */

        width: 280px;
        /* height: auto; */
        aspect-ratio: 7/6;
        object-fit: cover;
        transition: 0.5s all;
        margin-bottom: 5px;
    }

    .second_news .CMS-NEWS-TIME {
        white-space: nowrap;
        font-size: 1.1em;
    }

    .second_news .CMS-NEWS-LINK {
        font-size: 1.2em;
        max-width: 320px;
    }

    .second_news .CMS-NEWS-TITLE {
        font-size: 1.3em;
        text-align: center;
        margin-bottom: 20px;
    }


    .second_news .CMS-NEWS-CONTENT {
        text-align: center;
        margin: 0 auto;
    }



    .second_news .image .img {
        width: 100%;
        text-align: center;
    }

    .second_news3 {
        width: 80%;
        margin: 0 auto;
        padding: 30px 0 20px 0;


    }

    .second_news3 .CMS-NEWS-TITLE {
        font-size: 1.6em;
        text-align: center;
        margin-bottom: 5px;
    }

    .second_news3 .CMS-NEWS-CONTENT {
        text-align: center;
    }

    .second_news3 .CMS-NEWS-CONTENT img {
        width: 100%;
        height: auto;
        margin-top: 30px
    }
}

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

    /* ------------------------------
　display
------------------------------ */
    .pc {
        display: none;
    }

    /* ------------------------------
　btn
------------------------------ */
    .btn {
        margin: 0 auto;
    }

    footer .btn a {
        display: block;
        width: 240px;
        margin: 0 auto;
        text-align: center;
        border: solid 2px #000;
        padding: 10px;
    }


    /* ------------------------------
　gnav
------------------------------ */
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
        background-color: #281e1b;
        /* メニューライン色 */
    }

    .drawer-nav {
        background-color: #fff;
        /* メニュー背景色 */
    }

    .drawer-hamburger {
        background: #fff !important;
        /* ハンバーガーメニュー背景色 */
    }

    /* ------------------------------
　header
------------------------------ */
    button {
        margin: 0;
    }

    button span {
        color: #fff;
    }

    header {
        margin: 0 auto;
    }

    header h1 {
        padding: 15px 0 5px 0;
        text-align: center;
    }

    header h1 img {
        height: 40px;
        width: auto;
    }

    /* ------------------------------
　index
------------------------------ */
    #main {
        position: relative;
        overflow: hidden;
        height: 480px;
        margin: 10px;
    }

    .food .bg {
        background: url(../img/bg1.jpg)no-repeat center;
        background-size: cover;
        height: 280px;
    }

    .food a,
    .scene a {
        color: #fff;
    }

    .drink .bg {
        background: url(../img/bg2.jpg)no-repeat center;
        background-size: cover;
        height: 280px;
    }

    .scene .bg {
        background: url(../img/bg3.jpg)no-repeat center;
        background-size: cover;
        height: 280px;
    }

    .txt {
        background: #1d568b;
        padding: 40px 30px;
        color: #fff;
    }

    .drink .txt {
        background: #fff !important;
        color: #281e1b !important;
    }

    .txt h2 {
        text-align: center;
        line-height: 1;
        margin-bottom: 25px;
    }

    .txt h2 img {
        width: auto;
        height: 32px;
    }

    .txt p {
        line-height: 2.0;
        font-weight: bold;
    }

    .bnr {
        margin: 20px 10px;
    }

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

    .topics {
        padding: 80px 20px;
        background:
            url(../img/bg_illust1.png) no-repeat,
            url(../img/bg_illust2.png) no-repeat;
        background-position:
            left 10px top 10px,
            right 15px bottom 15px;
        background-size:
            200px auto,
            130px auto;
    }

    .topics h2 {
        text-align: center;
        margin-bottom: 32px;
    }

    .topics h2 img {
        width: auto;
        height: 32px;
    }

    .wrapper {
        margin-bottom: 40px;
    }

    .wrapper div {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        position: relative;
    }

    .wrapper img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .wrapper div span {
        display: block;
        background: #f6c54a;
        line-height: 1;
        padding: 8px 10px 8px 12px;
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        font-size: 12px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .wrapper figcaption {
        margin-top: 10px;
    }

    .info {
        padding: 30px 0;
        background:
            url(../img/bg_illust3.png) no-repeat,
            url(../img/bg_illust4.png) no-repeat;
        background-position:
            right 20px top 30px,
            right 20px bottom 30px;
        background-size:
            160px auto,
            170px auto;
    }



    /* ------------------------------
　second
------------------------------ */
    .kv_second {
        background: url(../img/bg_kv1.jpg)no-repeat center;
        background-size: cover;
    }

    .kv_second div {
        background: rgba(0, 0, 0, 0.4);
    }

    .kv_second h2 {
        text-align: center;
        padding: 40px;
        line-height: 1;
    }

    .kv_second h2 img {
        width: auto;
        height: 32px;
    }

    .second {
        margin: 40px 5px 60px;
    }


    .second2 {
        padding: 40px 0 40px 0;
        background: url(../img/bg_kv1.jpg)no-repeat center;
        background-size: cover;
        background-attachment: fixed;
    }

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

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

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

    /* ------------------------------
　menu
------------------------------ */

    ul.lcmenu {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    ul.lcmenu li {
        font-size: 17px;
        padding: 0 20px;
    }

    ul.lcmenu li i {
        font-size: 12px;
        margin-right: 5px;
        vertical-align: 2px;
    }

    /*
    dl.menu-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }

    dl.menu-list dt {
        font-weight: bold;
        padding: 11px 0 10px 1.5%;
        width: 73.5%;
    }

    dl.menu-list dt span {
        display: block;
        font-size: 11px;
        line-height: 1.6;
        margin-top: 4px;
        opacity: 0.5;
    }

    dl.menu-list dd {
        padding: 10px 1%;
        text-align: right;
        width: 23%;
    }

    dl.menu-list dd span:nth-child(1) {
        font-size: 16px;
        font-weight: 900;
    }

    dl.menu-list dd span:nth-child(2) {
        font-size: 10px;
        margin-left: 2px;
        vertical-align: 1px;
    }
*/

    /* ------------------------------
　menu
------------------------------ */
    /*
    ul.lcmenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }

    ul.lcmenu li {
        font-size: 15px;
        padding: 0 10px 5px 10px;
        margin-bottom: 3px;
    }

    ul.lcmenu li i {
        font-size: 12px;
        margin-right: 3px;
        vertical-align: 1px;
    }

    dl.menu-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    dl.menu-list dt {
        width: 68%;
        padding: 11px 0% 10px 2%;
        font-weight: bold;
        font-size: 13px;
    }

    dl.menu-list dt span {
        display: block;
        font-size: 10px;
        line-height: 1.6;
        margin-top: 4px;
        opacity: 0.5;
    }

    dl.menu-list dd {
        width: 28%;
        padding: 10px 2% 10px 0;
        font-weight: bold;
        font-size: 13px;
        text-align: right;
    }
*/

    /* ------------------------------
　menu new sp
------------------------------ */
    ul.lcmenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }

    ul.lcmenu li {
        font-size: 15px;
        padding: 0 10px 5px 10px;
        margin-bottom: 3px;
    }

    ul.lcmenu li i {
        font-size: 12px;
        margin-right: 3px;
        vertical-align: 1px;
    }


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

    .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 {
        display: table;
        width: 100%;
    }

    .rstdtl-menu-lst__menu-title {
        display: table-cell;
        width: 100%;
        color: #13131e;
        font-family: 'Noto Sans', sans-serif !important;
        font-size: 1.0rem;
    }

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

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

    .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 sp
------------------------------ */


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

    .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: #000;
        font-weight: bold;
        line-height: 1.6;
        font-size: 1.0rem;
    }

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

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

    .rstdtl-course-list__price-before {
        color: #13131e;
        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: #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: 0.rem
    }

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

    .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: 120px
    }

    .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: #797152;
        line-height: 1.6;
        font-size: 0.9rem;
    }

    .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: 1rem
    }

    .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"
    }

    .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: 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: 1rem
    }

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

    .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
    }



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

    /* ------------------------------
　special
------------------------------ */
    .special .inner2 {
        margin: 40px 0;
    }

    .special img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .special h3 {
        font-size: 20px;
        margin-bottom: 5px;
        padding: 0 30px;
    }

    .special h3 span {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .special p {
        line-height: 2.2;
        padding: 0 30px 30px 30px;
    }

    /* ------------------------------
　scene
------------------------------ */
    .scene .inner {
        background: rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
        padding: 7px;
        margin: 0 15px 40px 15px;
    }

    .scene .inner-box {
        background: #fff;
        padding: 20px;
    }

    .bx-wrapper {
        box-shadow: 0 0 0 #fff !important;
        -webkit-box-shadow: 0 0 0 #fff !important;
        box-shadow: 0 0 0px #fff !important;
        border: none !important;
        margin: 0 !important;
        background: #ff0000;
        width: 100% !important;
    }

    .slider div,
    .slider2 div {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 280px;
        color: #fff;
        text-align: center;
    }

    .pager {
        margin-top: 10px;
        text-align: center;
    }

    .scene h3 {
        position: relative;
        display: inline-block;
        padding: 0 35px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    /*
    .scene h3:before,
    .scene h3:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 25px;
        height: 1px;
        background-color: #333;
    }
*/

    .scene h3:before {
        left: 0;
    }

    .scene h3:after {
        right: 0;
    }

    .scene p {
        margin-bottom: 20px;
    }

    /* ------------------------------
　footer
------------------------------ */
    footer {
        padding: 40px 0;
    }

    footer .logo {
        text-align: center;
        margin-bottom: 15px;
    }

    footer .logo img {
        width: 140px;
        height: auto;
    }

    footer .logo span {
        display: block;
        font-size: 10px;
        font-family: 'Lato', sans-serif;
        font-weight: 900;
    }

    footer ul.gnav {
        margin-bottom: 30px;
    }

    footer ul.gnav li {
        text-align: center;
        margin-bottom: 10px;
    }

    footer ul.gnav li:last-child {
        margin-bottom: 0;
    }

    footer ul.gnav li img {
        width: auto;
        height: 13px;
    }

    footer ul.sns {
        display: flex;
        justify-content: center;
        margin-bottom: 45px;
    }

    footer ul.sns li {
        line-height: 48px;
        text-align: center;
        border-radius: 24px;
        border: solid 1px #222;
        font-size: 16px;
        margin: 0 8px;
    }

    footer ul.sns li a {
        display: block;
        width: 48px;
        height;
        48px;
    }

    footer small {
        display: block;
        font-size: 10px;
        letter-spacing: 0.08em;
        text-align: center;
    }

    /* ------------------------------
　drawer-hamburger　
------------------------------ */
    .drawer-nav {
        color: #281e1b;
        z-index: 9999;
    }

    .drawer-nav ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        letter-spacing: 0.2em;
    }

    .drawer-nav ul li img {
        width: auto;
        height: 12px;
        padding-bottom: 6px;
    }

    .drawer-nav ul li.snav {
        background: #1d568b;
    }

    .drawer-nav ul li.snav a {
        color: #fff;
    }

    .drawer-nav ul li:last-child a:before {
        content: "";
    }

    .drawer-nav ul li a {
        color: #281e1b;
        display: block;
        padding: 17px 15px;
    }

    .drawer-nav ul li:last-child {
        border-bottom: none;
        font-size: 24px;
        line-height: 0.4;
        padding-top: 30px;
        padding-bottom: 40px;
        text-align: center;
        letter-spacing: 0.08em;
    }

    .drawer-nav ul li:last-child span {
        display: block;
        font-size: 11px !important;
        font-weight: normal;
        margin-left: 17px;
        letter-spacing: 0.1em;
    }

    .drawer-nav ul li:last-child i {
        font-size: 15px;
        margin-right: 1px;
        vertical-align: 3px;
    }

    .drawer-nav ul.shop li {
        font-size: 12px;
        text-indent: 1em !important;
        magin: 0;
    }

    .drawer-nav ul.shop {
        margin-top: -6px;
    }

    .drawer-nav ul.shop li a {
        padding: 10px 0 10px 15px;
    }

    .drawer-nav ul.shop li:last-child {
        border-bottom: none;
        font-size: 12px;
        padding: 10px 0;
        magin: 0;
        text-align: left;
    }

    .drawer-nav ul.shop li:last-child a {
        padding: 10px 0 10px 15px;
    }

    /* ------------------------------
　link
------------------------------ */
    a {
        text-decoration: none;
    }

    /* ------------------------------
　page-top
------------------------------ */
    #page-top {
        display: block;
        font-size: 40px;
        line-height: 1;
        position: fixed;
        bottom: 15px;
        right: 10px;
        z-index: 1;
    }

}



/* アニメーション */

@media screen and (min-width: 768px) {
    li.ani_menu {
        display: inline-block;
        /* border: solid 1px blue; */
        transition: all 0.3s ease;
        text-align: center;
        height: 50px;
        vertical-align: middle;
        padding-top: 30px;
    }

    li.ani_menu a {
        font-size: 1.5em;
        transition: all 0.3s ease;
    }

    li.ani_menu .caption {
        font-size: 0.6em;
        opacity: 0;
        margin-bottom: -15px;
        transition: all 0.3s ease;
        padding-top: 8px;
    }

    li.ani_menu:hover {
        /* background: red; */
    }

    li.ani_menu:hover .caption {
        padding-top: 2px;
        padding-bottom: 15px;
        opacity: 1;
        color: #555;
    }

    .snav li.ani_menu {
        height: 20px;
        padding-top: 0px;
    }

    .snav li.ani_menu a {
        font-size: 1.1em;
    }

    .snav li.ani_menu .caption {
        font-size: 0.6em;
        margin-bottom: -15px;
        padding-top: 8px;
    }

    .snav li.ani_menu a:hover .caption {
        padding-top: -2px;
        margin-top: -12px;
        padding-bottom: 20px;
        color: #ddd;
    }

    .snav li.ani_menu a:hover {
        opacity: 1;
        color: #999;
        padding-bottom: 20px;
    }

    .snav li.ani_menu ul li a:hover {
        padding-bottom: 0px;
    }

    .current {
        pointer-events: none !important;
    }

    /* topページ 下層リンクの動き */

    .food {
        background: url(../img/bg1.jpg)no-repeat center;
        background-size: cover;
    }

    .drink {
        background: url(../img/bg2.jpg)no-repeat center;
        background-size: cover;
    }

    .scene {
        background: url(../img/bg3.jpg)no-repeat center;
        background-size: cover;
    }

    .top_link {
        background-size: cover;
        height: 450px;
    }

    .top_link .bg,
    .top_link .txt {
        transition: all 0.4s ease;
    }

    .top_link .txt .txt_inner_right {
        width: 400px;
        float: right;
        transition: all 0.4s ease;
        color: #fff;
    }

    .top_link .txt .txt_inner_left {
        width: 400px;
        float: left;
        transition: all 0.4s ease;
    }

    .top_link:hover .txt .txt_inner_left {
        color: #fff;
    }

    .top_link .txt .txt_inner_left img {
        transition: all 0.4s ease;
    }

    .top_link:hover .txt .txt_inner_left img {
        filter: brightness(1000%);
    }

    .top_link:hover .bg {
        width: 0;
        opacity: 0;
    }

    .top_link:hover .txt {
        width: 100%;
        opacity: 1;
        background: rgba(0, 0, 0, 0.3) !important;
    }

    figure.photo-left {
        margin: 0;
        float: left;
    }

}




/* ------------------------------
　追加修正用
------------------------------ */

.yoyaku_btn {
    text-align: right;
}

a.yoyaku {
    float: right;
    margin-top: -39px;
}

@media screen and (min-width: 768px) {
    .rstdtl-course-list__data-body1 {
        display: block;
        width: 100%;
        line-height: 1;
        padding: 0;
    }
}

/* ------------------------------
　予約ボタン編集用
------------------------------ */

@media screen and (max-width: 600px) {
    p.yoyaku {
        position: fixed !important;
        right: 20%;
        top: 89%;
        width: 60%;
        writing-mode: unset;
        font-family: 'Sorts Mill Goudy', serif;
        background: #ce9b0e;
        line-height: 1;
        z-index: 9999;
        font-size: 16px;
        text-align: center;
    }

    p.yoyaku a {
        display: block;
        color: #fff;
        padding: 20px 0px;
    }

}

.active {
    opacity: 0.4;
}

@media screen and (min-width: 601px) {
    p.yoyaku {
        position: fixed !important;
        right: 0;
        top: 111px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-family: 'Sorts Mill Goudy', serif;
        background: #ce9b0e;
        line-height: 1;
        margin: 0;
        z-index: 9999;
        font-size: 16px;
    }

    p.yoyaku.top {
        position: fixed !important;
        right: 0;
        top: 55px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-family: 'Sorts Mill Goudy', serif;
        background: #ce9b0e;
        line-height: 1;
        margin: 0;
        z-index: 9999;
        font-size: 16px;
    }


    p.yoyaku a {
        display: block;
        color: #fff;
        padding: 30px 11px;
    }

    p.fade.delay2.yoyaku.fadeInUp {
        top: 60px;
    }

    .bt_reserv {
        position: fixed !important;
        right: 25px;
        top: 90px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-family: 'Sorts Mill Goudy', serif;
        /*        background: #ce9b0e;*/
        line-height: 1;
        margin: 0;
        z-index: 9999;
        font-size: 16px;
    }

    .bt_reserv img {
        width: 120px;
        height: auto;
    }

}

@media screen and (max-width: 600px) {
    .bt_reserv_sp {
        position: fixed !important;
        right: 20%;
        top: 89%;
        width: 60%;
        writing-mode: unset;
        font-family: 'Sorts Mill Goudy', serif;
        /*        background: #ce9b0e;*/
        line-height: 1;
        z-index: 9999;
        font-size: 16px;
        text-align: center;
    }

    .bt_reserv_sp img {
        width: 225px;
        height: auto;
    }
}

/*------予約ボタン設定 end-------*/

/*-----TOPICS_sp　修正用----*/

.special .CMS-NEWS-TITLE {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.special .CMS-NEWS-CONTENT {
    width: 100%;
    font-size: 15px;
    margin-bottom: 30px;
    text-align: center;
}
