@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,900");

@media screen and (min-width: 768px) {
    h2 {
        font-size: 1.7rem;
    }

    .wrapper {
        max-width: 980px;
        margin: 0 auto;
    }

    header .inner {
        width: 80%;
        margin: 0 auto;
    }

    .persist-header a::after,
    ul.gnav a::after {
        content: "";
        left: 0;
    }

    .sp {
        display: none;
    }

    #google_translate {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9998;
    }

    .persist-header {
        background: #000;
    }

    header {
        background: url(../img/bg_ptn1.jpg);
        background-size: 350px;
        height: 130px;
    }

    header .inner {
        display: flex;
        justify-content: space-between;
    }

    header .inner p {
        padding: 25px 0 15px;
        text-align: right;
        color: #dbc9ab;
        font-size: 24px;
    }

    .gallery h2,
    .gallery p,
    .info h2,
    .kv_second h2 {
        text-align: center;
    }

    header .inner p a {
        color: #dbc9ab;
    }

    header .inner p i {
        font-size: 16px;
        vertical-align: 3px;
    }

    header .inner p span {
        display: inline-block;
        background: #281205;
        padding: 3px 10px;
        margin-right: 15px;
        font-size: 10px;
        vertical-align: 3px;
    }

    header h1 {
        position: relative;
        z-index: 999;
        width: 18vw;
    }

    header h1 a:hover {
        opacity: 0.9;
    }

    header h1 img {
        width: 100%;
        height: auto;
    }

    ul.gnav {
        display: flex;
    }

    ul.gnav li {
        margin-left: 1vw;
        font-size: 1.2vw;
        font-weight: 700;
    }

    .course dl dt.price + dd span:nth-child(1),
    .info h2 {
        font-weight: 900;
        font-family: Lato, sans-serif;
    }

    ul.gnav a {
        display: inline-block;
        position: relative;
        text-decoration: none;
        color: #fff;
    }

    .access dl a,
    .info a {
        text-decoration: none !important;
    }

    ul.gnav a::after {
        position: absolute;
        background: #fff;
        bottom: -4px;
        height: 1px;
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform 0.3s;
        width: 100%;
    }

    ul.gnav a:hover::after {
        transform: scale(1, 1);
    }

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

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

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

    .kv_second h2 {
        color: #fff;
        font-size: 36px;
        letter-spacing: 0.1em;
        line-height: 1;
        padding: 60px 0;
        /* margin-top: -110px; */
    }

    #main {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 560px;
        /* margin-top: -110px; */
    }

    .intro h2 {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .txt .btn {
        margin: 0 40px;
    }

    .info {
        background: url(../img/bg_ptn5.jpg) center;
        background-size: cover;
        background-size: 320px auto;
        padding: 80px 0;
    }

    .info dl a {
        color: #000;
    }

    .info h2 {
        font-size: 40px;
        letter-spacing: 0.08em;
        line-height: 1;
        margin-bottom: 35px;
    }

    .info dl {
        font-size: 13px;
    }

    .gallery .btn,
    .info .btn {
        width: 320px;
        margin: 0 auto;
    }

    .gallery {
        margin-bottom: 60px;
    }

    .gallery h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .gallery p {
        line-height: 2;
        margin-bottom: 25px;
    }

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

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

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

    .course dl {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 25px;
        padding-bottom: 20px;
        width: 100%;
    }

    .course-list,
    dl.menu-list {
        display: flex;
        flex-wrap: wrap;
    }

    .course dl dt {
        width: 120px;
    }

    .course dl dd {
        width: calc(100% - 120px);
    }

    .course dl dt.price {
        margin-top: 3px;
    }

    .course dl dt.price + dd span:nth-child(1) {
        font-size: 20px;
    }

    .course dl dt.price + dd span:nth-child(2) {
        font-size: 10px;
        margin-left: 2px;
        vertical-align: 1px;
    }

    .course-list {
        padding: 15px 20px;
    }

    .course-list li {
        margin-left: 15px;
        margin-right: 20px;
        font-size: 12px;
        list-style: disc;
    }

    dl.menu-list {
        margin-bottom: 60px;
    }

    dl.menu-list dt {
        font-weight: 700;
        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-family: Lato, sans-serif;
        font-size: 16px;
        font-weight: 900;
    }

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

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

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

    dl.menu-list dd.multi dl {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }

    dl.menu-list dd.multi dl dt {
        border-bottom: none;
        border-top: none;
        font-size: 11px;
        font-weight: 400;
        text-align: right;
        padding: 5px 0 0;
        width: 72%;
    }

    dl.menu-list dd.multi dl dd {
        border-bottom: none;
        border-top: none;
        padding: 0;
        text-align: right;
        width: 28%;
    }

    .second figure,
    .second-nrw figure,
    footer small {
        text-align: center;
    }

    .note {
        font-size: 12px;
        opacity: 0.7;
    }

    .access dl {
        font-size: 13px;
    }

    .persist-header a,
    a {
        text-decoration: none;
    }

    .gallery-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-content: center;
        max-width: 980px;
        margin: 50px auto 70px;
    }

    .gallery-list li {
        list-style: none;
        margin: 0 10px 20px;
    }

    .gallery-list img {
        border-radius: 50%;
        height: 160px;
        width: 160px;
        object-fit: cover;
    }

    .gallery-list span {
        display: block;
        font-size: 12px;
        line-height: 1.7;
        margin: 12px 0 0;
        text-align: center;
        width: 160px;
    }

    .second,
    .second-nrw {
        margin: 50px auto 70px;
    }

    .second {
        max-width: 1020px;
        padding: 20px;
    }

    .second-nrw {
        width: 800px;
    }

    .second div.inner,
    .second-nrw div.inner {
        display: flex;
        margin-bottom: 60px;
    }

    .second div.inner figure img,
    .second-nrw div.inner figure img {
        height: auto;
        margin-bottom: 0 !important;
        margin-right: 35px;
        width: 300px;
    }

    .second figure img,
    .second-nrw figure img {
        height: auto;
        margin-bottom: 25px;
        width: 640px;
    }

    .second p,
    .second-nrw p {
        margin-bottom: 20px;
    }

    a[href^="tel:"] {
        pointer-events: none;
    }

    a {
        -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);
    }

    .persist-header {
        color: #fff;
        font-size: 13px;
        left: 0;
        line-height: 64px;
        position: fixed;
        top: -64px;
        width: 100%;
        z-index: 9999;
    }

    .persist-header ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
    }

    .persist-header ul li {
        letter-spacing: 0.08em;
        margin: 0 1.2vw;
        font-size: 1.2vw;
    }

    .persist-header a {
        color: #fff;
        display: inline-block;
        position: relative;
    }

    .persist-header a::after {
        position: absolute;
        background: #fff;
        bottom: 15px;
        height: 1px;
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform 0.3s;
        width: 100%;
    }

    .persist-header a:hover::after {
        transform: scale(1, 1);
    }

    .persist-header a:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

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

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

    dl.shop-info dd:last-child {
        border-bottom: none;
    }

    dl.shop-info a {
        font-family: Lato, sans-serif;
        text-decoration: underline;
    }

    footer {
        padding-top: 38px;
        padding-bottom: 40px;
    }

    footer div.inner {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 980px;
    }

    footer p.tel {
        font-family: Lato, sans-serif;
        font-size: 28px;
        font-weight: 900;
        line-height: 1;
    }

    footer p.tel i {
        display: inline-block;
        font-size: 17px;
        margin-right: 2px;
        vertical-align: 4px;
    }

    footer dl {
        font-size: 12px;
        margin: 20px auto;
        max-width: 980px;
    }

    footer dl a {
        text-decoration: none !important;
    }

    footer small {
        color: #fff;
        display: block;
        font-family: Lato, sans-serif;
        font-size: 11px;
        letter-spacing: 0.08em;
        opacity: 0.7;
        padding-bottom: 18px;
    }

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

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

.takeout {
    margin-top: 0;
    padding-top: 0;
}

.takeout_top {
    margin-bottom: 0;
    padding-bottom: 0;
}

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

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


p.privacy_notes {
    margin: 30px 0 30px;
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 1.6rem;
    }

    #main,
    header h1 {
        position: relative;
    }

    .course dl dt.price + dd span:nth-child(1),
    .drawer-nav ul li:last-child,
    dl.menu-list dd span:nth-child(1),
    dl.shop-info a,
    footer p.tel,
    footer small {
        font-family: Lato, sans-serif;
    }

    .pc {
        display: none;
    }

    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        background-color: #fff;
    }

    .drawer-nav {
        background-color: #000;
    }

    .drawer-hamburger {
        background: #000 !important;
        z-index: 9999;
    }

    #google_translate {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9998;
    }

    button {
        margin: 0;
    }

    button span {
        color: #fff;
    }

    header {
        background: url(../img/bg_ptn1.jpg);
        background-size: 350px;
        height: 60px;
    }

    header h1 {
        width: 88px;
        margin: 0 auto;
        z-index: 999;
    }

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

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

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

    .kv_second h2 {
        color: #fff;
        font-size: 32px;
        letter-spacing: 0.1em;
        line-height: 1;
        text-align: center;
        padding: 80px 0 40px;
        /* margin-top: -40px; */
    }

    #main {
        overflow: hidden;
        width: 100%;
        height: 200px;
        /* margin-top: -40px; */
    }

    .drink img,
    .food img,
    .intro img {
        height: auto;
        width: 100%;
    }

    .gallery p,
    .intro p,
    .txt p {
        line-height: 2;
    }

    .info dl {
        font-size: 13px;
    }

    .info a {
        text-decoration: none !important;
    }

    .info dl a {
        color: #000;
    }

    .gallery .btn,
    .info .btn {
        margin: 0 20px;
    }

    .gallery {
        margin-bottom: 40px;
        margin-top: 100px;
    }

    .gallery h2 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 10px;
        padding: 0 20px;
    }

    .gallery p {
        margin-bottom: 25px;
        padding: 0 20px;
    }

    ul.lcmenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto 30px;
        width: 80%;
    }

    .course dl,
    .course-list {
        flex-wrap: wrap;
        display: flex;
    }

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

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

    .course dl {
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 15px;
        width: 100%;
    }

    .course dl dt {
        width: 120px;
    }

    .course dl dd {
        width: calc(100% - 120px);
    }

    .course dl dt.price {
        margin-top: 3px;
    }

    .course dl dt.price + dd span:nth-child(1) {
        font-size: 20px;
        font-weight: 900;
    }

    .course dl dt.price + dd span:nth-child(2) {
        font-size: 10px;
        margin-left: 2px;
        vertical-align: 1px;
    }

    .course-list {
        padding: 15px 20px;
        font-size: 13px;
    }

    .course-list li {
        margin-left: 10px;
        margin-right: 20px;
        list-style: disc;
    }

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

    dl.menu-list dt {
        width: 68%;
        padding: 11px 0 10px 2%;
        font-weight: 700;
        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: 700;
        font-size: 13px;
        text-align: right;
    }

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

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

    dl.menu-list dt.multi {
        font-weight: 700;
        padding: 11px 0 10px 2%;
        width: 33%;
    }

    dl.menu-list dd.multi {
        padding: 10px 2% 10px 0;
        text-align: right;
        width: 63%;
    }

    dl.menu-list dd.multi dl {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
    }

    dl.menu-list dd.multi dl dt {
        border-bottom: none !important;
        border-top: none;
        font-size: 10px;
        font-weight: 400;
        line-height: 1.5;
        text-align: right;
        padding: 2px 0 0;
        width: calc(100% - 74px);
    }

    dl.menu-list dd.multi dl dd {
        border-bottom: none !important;
        border-top: none;
        padding: 0;
        text-align: right;
        width: 74px;
    }

    .note {
        font-size: 12px;
        opacity: 0.7;
    }

    .gallery-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-content: center;
        margin: 30px 0 40px;
    }

    .gallery-list li {
        list-style: none;
        margin: 5px 5px 15px;
    }

    .gallery-list img {
        border-radius: 50%;
        width: 110px;
        height: 110px;
        object-fit: cover;
    }

    .gallery-list span {
        display: block;
        font-size: 10px;
        line-height: 1.6;
        margin: 10px auto 0;
        text-align: center;
        width: 110px;
    }

    .second,
    .second-nrw {
        margin: 30px 20px 40px;
    }

    .second figure img,
    .second-nrw figure img {
        height: auto;
        width: 100%;
        margin-bottom: 18px;
    }

    .drawer-nav {
        color: #fff;
        z-index: 9999;
    }

    .drawer-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

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

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

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

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

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

    dl.shop-info dt {
        clear: both;
        font-weight: 700;
        padding: 11px 10px 0;
    }

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

    dl.shop-info dd:last-child {
        border-bottom: none !important;
    }

    dl.shop-info a {
        text-decoration: underline !important;
        font-weight: 400;
    }

    footer {
        font-size: 13px;
        padding-top: 26px;
        padding-bottom: 30px;
    }

    footer p.tel {
        font-size: 32px;
        font-weight: 900;
        line-height: 1;
        margin-bottom: 10px;
        text-align: center;
    }

    footer p.tel i {
        font-size: 18px;
        margin-right: 1px;
        vertical-align: 5px;
    }

    footer dl {
        margin-top: 0;
        margin-bottom: 10px;
    }

    footer small {
        color: #fff;
        display: block;
        font-size: 11px;
        letter-spacing: 0.08em;
        opacity: 0.7;
        padding-bottom: 15px;
        text-align: center;
    }

    #social_share {
        margin: 0 auto 5px !important;
    }

    a {
        text-decoration: underline;
    }

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

    .fit {
        height: auto;
        width: 100%;
    }
}

* {
    box-sizing: border-box;
}

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

#google_translate img {
    width: auto;
    height: auto;
}

.intro {
    padding: 80px 20%;
}

.intro-img {
    width: 80%;
    margin: 0 auto 40px auto;
}

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

.intro .btn {
    width: 50%;
    margin: 0 auto;
}

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

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

.cms_takeout__modal_window {
    z-index: 99999;
}

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

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

@media screen and (max-width: 767px) {
    .intro {
        padding: 60px 20px;
    }

    .intro-img {
        width: 100%;
        margin: 0 auto 20px auto;
    }

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

    .intro .btn {
        width: 100%;
    }

    .intro h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

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

    .top-course,
    .top-lunch,
    .top-drink,
    .top-food {
        display: flex;
    }

    .top-course,
    .top-drink {
        flex-direction: row-reverse;
    }

    .top-food .bg {
        width: 60%;
        background: url(../img/food1.jpg) center no-repeat;
        background-size: cover;
        min-height: 360px;
    }

    .top-drink .bg {
        width: 60%;
        background: url(../img/drink1.jpg) center no-repeat;
        background-size: cover;
        min-height: 360px;
    }

    .top-course .bg {
        width: 60%;
        background: url(../img/course1.jpg) center no-repeat;
        background-size: cover;
        min-height: 360px;
    }

    .top-lunch .bg {
        width: 60%;
        background: url(../img/lunch1.jpg) center no-repeat;
        background-size: cover;
        min-height: 360px;
    }

    .txt {
        width: 40%;
        background: url(../img/bg_ptn3.jpg);
        background-size: 75px;
        padding: 40px 0;
    }

    .txt h2,
    .txt p {
        padding: 0 40px;
    }

    .txt h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .txt p {
        line-height: 2;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .txt {
        background: url(../img/bg_ptn3.jpg);
        background-size: 75px;
        padding: 30px 20px;
    }

    .txt h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

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

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

/*-------------------------
  予約バナー
---------------------------*/
.float {
    position: fixed;
    z-index: 999;
}

.float a {
    background: #da1209;
    color: #fff;
    display: block;
    padding: 20px 15px;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .float {
        right: 0;
        top: 180px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .float a {
        background: #da1209;
        color: #fff;
        display: block;
        padding: 20px 0;
        width: 50px;
        line-height: 50px;
        font-weight: bold;
        text-decoration: none;
    }
}

@media screen and (max-width: 767px) {
    footer {
        padding: 20px 20px 60px;
    }

    .float {
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        height: 60px;
        line-height: 60px;
    }

    .float a {
        padding: 0;
    }
}

/*-------------------------
  contact
---------------------------*/
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.CMS-FORM-GROUP label {
    width: 25%;
    text-align: left;
    color: #000;
    font-size: 14px;
}

.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
    width: 75%;
    padding: 15px;
    border: #ccc solid 1px;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
}

.CMS-FORM-GROUP textarea {
    height: 120px;
}

.CMS-FORM-GROUP input[type="submit"] {
    background: #da1209;
    border: none;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    width: 200px;
    padding: 20px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .CMS-FORM-GROUP {
        display: block;
    }

    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .CMS-FORM-GROUP input,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }

    .CMS-FORM-GROUP input[type="submit"] {
        width: 60%;
        margin: 0 auto;
    }
}

/*-------------------------
  policy
---------------------------*/
.ttl {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    padding: 10px 0 12px 0;
    position: relative;
    font-weight: bold;
}

.ttl:after {
    border-bottom: solid 3px #da1209;
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}

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


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

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

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

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

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

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

/*-------------------------
  sns
---------------------------*/
.top_sns_share {
    text-align: center;
    display: flex;
    max-width: 980px;
    margin: 60px auto 100px auto;
}

.top_sns_share_list {
    width: 30%;
    /* height: 500px; */
    margin: 0 auto;
    vertical-align: top;
}

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

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

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

    .top_sns_share_list {
        width: 100%;
    }

    .top_sns_share_list-insta {
        width: 100%;
    }

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

    .top_sns_share > .top_sns_share_list:first-of-type {
        margin-bottom: 60px;
    }
}

/*-------------------------
  movie
---------------------------*/
.movie {
    background: rgba(255, 255, 255, 0.5);
    padding: 80px 15%;
    text-align: center;
}

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

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

@media screen and (max-width: 767px) {
    .movie {
        background: rgba(255, 255, 255, 0.5);
        padding: 60px 20px;
    }

    .movie video {
        width: 300px;
    }
}

/*-------------------------
  gallery
---------------------------*/
.gallery p {
    margin: 20px 0 30px 0;
    text-align: center;
}

.gallery p span {
    display: block;
    font-size: 24px;
    line-height: 1.5;
}

.gallery a {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .gallery a {
        margin: 0 auto;
    }
}

/*-------------------------
  menu
---------------------------*/
.top_contents_wrap > .top-menu-wrap:nth-of-type(2) {
    margin: 40px 0;
}

.top_contents_wrap > .top-menu-wrap:nth-of-type(3) {
    margin-bottom: 40px;
}

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

    .top_contents_wrap > .top-menu-wrap:nth-of-type(2),
    .top_contents_wrap > .top-menu-wrap:nth-of-type(4) {
        flex-direction: row-reverse;
    }
}

.top-menu-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-menu-wrap img {
    width: 100%;
    height: auto;
}

.top-menu-wrap a {
    margin: 0 auto;
}

.top-menu-wrap > * {
    width: 48%;
}

.top-menu-wrap p {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .top-menu-wrap {
        display: block;
    }

    .top-menu-wrap > * {
        width: 100%;
    }
}

.top-access .btn {
    margin: 0 auto;
}

.footer_link {
    margin-top: 20px;
}

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


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

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



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

footer dl dd:not(:last-of-type) {
    border-bottom: solid 1px rgba(255, 255, 255, 0.15) !important;
}

/*姉妹店*/

.access {
    margin-top: 100px;
}

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


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

@media screen and (max-width: 767px) {
    .access h2 {
        font-size: 24px;
    }

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

.access_stores_img {
    text-align: center;
}

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

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

.access_stores .btn a {
    color: #fff;
}

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

@media screen and (max-width: 676px) {
    .access_stores_img img {
        text-align: center;
        width: 32%;
        margin: 5px auto 20px;
    }

    .access_stores .btn {
        margin: 50px auto !important;
        width: 100%;
        margin: 0 auto;
    }
}

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

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

.cms_reservation__calendar {
    margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1201px) {
    header h1 {
        width: 200px;
    }

}

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

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

.top-reserve {
    padding-top: 60px;
}

.top-reserve h2 {
    text-align: center;
}

.info {
    background: url(../img/bg_ptn5.jpg) center;
    padding: 50px 20px;
}

.twitter-timeline {
    margin-left: auto;
    margin-right: auto;
}

.thanx_btn {
    margin-top: 3rem !important;
}

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


/* インスタ連携用CSS */

.top_insta {
    padding: 60px 10% 60px 10%;
}

.top_insta h2 {
    text-align: center;
}

.insta_wrap {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 20px;
}

.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
}

.CMS-INSTAGRAM-LIST a {
    display: inline-block;

    /* calc(100/横に並べたい枚数% - 左右の余白　*　余白の数) */

    /* ↓2枚並び */
    /* width: calc(50% - 10px * 1/2); */

    /* ↓3枚並び */
    width: calc(33.33333333333% - 10px * 2/3);

    /* ↓4枚並び */
    /* width: calc(25% - 10px * 3/4); */

    margin-right: 10px;
    margin-top: 10px;
}

/* nth-child(横並びの枚数) */

/* ↓2枚並びの時 */
/* .CMS-INSTAGRAM-LIST a:nth-child(2n) {
    margin-right: 0;
  }
  .CMS-INSTAGRAM-LIST a:nth-child(-n+2) {
    margin-right: 0;
  } */

/* ↓3枚並び */
.CMS-INSTAGRAM-LIST a:nth-child(3n) {
    margin-right: 0;
}

.CMS-INSTAGRAM-LIST a:nth-child(-n+3) {
    margin-top: 0;
}

/* ↓4枚並びの時 */
/* .CMS-INSTAGRAM-LIST a:nth-child(4n) {
    margin-right: 0;
  }
  .CMS-INSTAGRAM-LIST a:nth-child(-n+4) {
    margin-right: 0;
  } */

.CMS-INSTAGRAM-LIST a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

/* インスタ連携用CSS */

@media only screen and (max-width: 767px) {
    .top_insta {
        padding: 60px 0 0px;
    }
}

.course-dtl__discount-title {
    display: none;
}

.ready {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    padding: 50px 0;
}

.uberimg {
    width: 3vw;
    max-width: 30px;
    vertical-align: middle;
    padding-bottom: 5px;
}

.link-action-box {
    display: none;
}

.top_ct_img {
    width: 95%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 50px;
}

.top_ct_img img {
    width: 100%;
}

.menu_bt {
    width: 100%;
}

.menu_bt img {
    width: 100%;
}

.fa-twitter:before {
    content: '𝕏';
    font-family: unset;
    font-weight: bold;
}

.tblg-coupon-btn-wrap {
    display: none;
}

@media only screen and (max-width: 767px) {
    .uberimg {
        width: 25px;
        max-width: 30px;
        vertical-align: middle;
        padding-bottom: 5px;
    }

    .menu_bt {
        width: 95%;
        margin: auto;
    }


}

@media screen and (min-width: 768px) {
    .rstdtl-course-list__option {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .rstdtl-menu-lst__img {
        display: table-cell;
        padding: 20px 0px 0px 0;
        width: 60% !important;
        text-align: left !important;
    }

    .rstdtl-menu-lst__img img {
        width: 100% !important;
        height: auto;
    }

    .rstdtl-course-list__option {
        display: block !important;
    }
}

.menu_list li .head_tx + p {
    margin: 25px 0 30px;
    min-height: 255px;
}

.fixed_wrap a {
    text-decoration: none !important;
}

.course-dtl__coupon-btn {
    display: none;
}

.rstdtl-course-list__price-before {
    font-size: 1.1rem !important;
}
