@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif");
@import url("https://fonts.googleapis.com/css?family=Lato:400,900");

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

    .wrapper,
    header .inner {
        width: 980px;
        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: 9999;
    }

    .persist-header {
        background: #000;
    }

    header {
        /*        background: url(../img/bg_ptn1.jpg);*/
        background-size: 250px;
        background-color: #c49a6a;
        height: 250px;

    }

    header .inner {
        display: flex;
        justify-content: space-between;
        background-color: #c49a6a;
    }

    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: #fff;
    }

    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;
        color: #fff;
    }

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

    /*
    header h1 img {
    width: auto;
    height: 250px;
}
*/

    header h1 img {
        width: auto;
        height: 100px;
        /*        padding-top: 40px;*/
        padding-top: 40px;
        margin-left: -10px;
    }

    ul.gnav {
        display: flex;
    }

    ul.gnav li {
        margin-left: 25px;
        font-size: 13px;
        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;
		font-size:15px;
    }

    .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_kv2.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: 720px;
        margin-top: -110px;
    }

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

    .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;
        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 {
        width: 980px;
    }

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

    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;
        background-color: #c49a6a;
    }

    .persist-header ul li {
        letter-spacing: 0.08em;
        margin: 0 25px;
    }

    .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;
        margin-top: 60px;
    }

    footer div.inner {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        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;
        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;
    }
}

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

    #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;*/
        background-color: #e8c59c;
    }

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

    button {
        margin: 0;
    }

    button span {
        color: #fff;
    }

    /*
    header {
    background: url(../img/bg_ptn1.jpg);
    background-size: 350px;
    background-color: #c49a6a;
}
*/

    header {
        /*        background: url(../img/bg_ptn1.jpg);*/
        background-size: 350px;
        background-color: #c49a6a;
        height: 100px;
    }

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

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

    header h1 img {
        height: 30px;
        width: auto;
        margin: 15px auto;
    }

    .kv_second {
        background: url(../img/bg_kv2.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: 480px;
        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;
    }

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

    .gallery {
        margin-bottom: 40px;
    }

    .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-bottom: 30px;
    }

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

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

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

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

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

    #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;
    text-align: center;
}

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

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

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

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

    .intro .btn {
        width: 100%;
    }

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

@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/bg_food.jpg) center no-repeat;
        background-size: cover;
    }

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

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

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

    .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;
        text-align: center;
    }

    .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;
        text-align: center;
    }

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

/*-------------------------
  news
---------------------------*/
.CMS-NEWS-INDEX {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 60px;
}

.CMS-NEWS-INDEX img {
    width: 100%;
    height: auto;
}

.CMS-NEWS-INDEX a {
    text-decoration: none;
}

.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}

.CMS-NEWS-INDEX > * {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 40px;
}

.CMS-NEWS-INDEX > *:nth-of-type(3n) {
    margin-right: 0;
}

.CMS-NEWS-TITLE {
    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;
}

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

.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}

.CMS-NEWS-ITEM a {
    transition: all 0.3s;
    display: block;
    padding: 2rem 0;
}

.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}

.CMS-NEWS-TIME {
    color: #999;
    display: block;
    margin-top: 15px;
}

.CMS-NEWS-LINK {
    display: block;
    line-height: 1.6;
    color: #000;
}

.CMS-NEWS-MORE-READ {
    background: #e95464;
    border: none;
    border-radius: 2px;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 40px auto 0 auto;
    width: 240px;
    display: block;
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    display: none;
}

.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}

.top-news .CMS-NEWS-MORE-READ {
    display: none;
}

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

@media screen and (max-width: 767px) {
    .CMS-NEWS-INDEX {
        display: block;
        padding-bottom: 100px;
    }

    .CMS-NEWS-INDEX > * {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .CMS-NEWS-INDEX > * :last-of-type {
        margin-bottom: 0;
    }

    .CMS-NEWS-CONTENT img {
        width: 100%;
    }

    .CMS-NEWS-ITEM a {
        display: block;
    }

    .CMS-NEWS-LINK {
        display: block;
        width: auto;
    }
}

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

.float a {
    background: #e95464;
    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;
    }
}

@media screen and (max-width: 767px) {
    footer {
        padding-bottom: 60px;
        margin-top: 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
---------------------------*/
.top-news {
    padding: 60px 10% 60px 10%;
}

.top-news h2 {
    text-align: center;
    font-size: 28px;
}

@media screen and (min-width: 768px) {
    .top-news .btn {
        margin: 0 auto;
        width: 40%;
    }
}

/*-------------------------
  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: auto;
    vertical-align: top;
}

.top_sns_share h2 {
    font-size: 32px;
    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 {
        font-size: 32px;
        margin: auto;
        margin-bottom: 20px;
    }

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

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

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

.movie video {
    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*/

.CMS-FORM-GROUP {
    margin-bottom: 20px;
}

.CMS-FORM-INPUT-LABEL,
.CMS-FORM-EMAIL-LABEL,
.CMS-FORM-TEXTAREA-LABEL {
    display: block;
    font-weight: 600;
}

.CMS-FORM-INPUT,
.CMS-FORM-TEXTAREA,
.CMS-FORM-EMAIL {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px #d4d4d4;
}

.CMS-FORM-RADIO-LABEL {
    font-weight: 600;
}


.content__title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 12px;
    border-bottom: 1px solid #d5d5d8;
    color: #2e2e3b;
    font-size: 1.38462rem;
    font-weight: 700;
}

.restaurant-detail__menu:nth-child(n+2) {
    margin-top: 16px;
}

.menu-price-list:last-of-type {
    border-bottom: 1px solid #eaeaeb;
}

.menu-price-list__row {
    display: flex;
    border-top: 1px solid #eaeaeb;
    font-size: 1.4rem;
    line-height: 2.2rem;
}

.menu-price-list__name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding: 16px 24px;
    font-weight: 700;
}

.menu-price-list__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    align-items: flex-end;
    padding: 16px 0 16px 24px;
}


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



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

    .menu-price-list__row {
        display: block;
    }

    .menu-price-list__name {
        padding: 16px 24px 0;
    }

    .menu-price-list__price {
        padding: 0px 0 16px 24px;
    }


}


.course-list-heading {
    display: flex;
    align-items: center;
    padding: 0 0 12px
}

.course-list-heading__title {
    flex-shrink: 0;
    max-width: calc(100% - 300px);
    color: #2e2e3b;
    font-size: 1.38462rem;
    font-weight: 700
}

.course-list-heading__supplement {
    align-self: flex-end;
    margin-left: auto;
    padding-left: 10px;
    color: #6c6c75;
    font-size: .92308rem;
    font-weight: 400
}

.course-list__item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #d5d5d8
}

.course-list__item:first-child {
    border-top: 1px solid #d5d5d8
}

.course-list-item {
    display: flex;
    width: 100%;
    min-height: 80px;
    align-items: center;
    padding: 16px 0
}

.course-list-item__thumbnail {
    flex-shrink: 0
}

.course-list-item__thumbnail img {
    font-family: "object-fit: cover;";
    object-fit: cover;
    width: 80px;
    height: 80px;
    background-color: #f4f4f5
}

.course-list-item__detail {
    flex: 1 1 auto
}

.course-list-item__detail:nth-child(n + 2) {
    margin-left: 12px
}

.course-list-item__title {
    color: #2e2e3b;
    font-size: 1.07692rem;
    font-weight: 700
}

.course-list-item__title:nth-child(n + 2) {
    margin-top: 6px
}

.course-list-item__description {
    color: #8c8c93;
    font-size: .92308rem
}

.course-list-item__footer {
    display: flex
}

.course-list-item__price {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d70025;
    font-size: 1.23077rem;
    font-weight: 700
}

.course-list-item__label {
    display: inline-block;
    padding: 1px 11px;
    border: 1px solid #ffa014;
    background-color: #fff;
    border-radius: 2px;
    color: #fff;
    font-size: .76923rem;
    font-weight: 400;
    color: #ffa014;
    vertical-align: top
}

.course-list-item__label--discount {
    background: #d70025;
    border-color: #d70025;
    color: #fff
}

.course-list-item__before-discount {
    display: inline-flex;
    align-items: center;
    color: #2e2e3b;
    font-size: 1.07692rem;
    font-weight: 400;
    text-decoration: line-through
}

.course-list-item__discount-arrow {
    margin: 0 4px;
    color: #2e2e3b;
    font-weight: 400;
    text-decoration: none
}

.course-list-item__tax {
    display: inline;
    align-self: auto;
    color: #d70025;
    font-size: .92308rem
}

.course-list-item__term {
    margin-left: 12px;
    display: flex;
    align-items: center;
    color: #2e2e3b;
    font-size: .84615rem
}

.course-list-item__actions-list {
    display: flex;
    flex: 0 0 150px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.course-list-item__action {
    width: 96px;
    display: flex;
    justify-content: center
}

.course-list-item__action:nth-child(n + 2) {
    margin-top: 12px
}

.course-list-item__button {
    width: 96px;
    padding: 6px 0
}

.course-summary {
    display: flex
}

.course-summary:nth-child(n + 2) {
    margin-top: 10px
}

.course-summary__label {
    width: 100%;
    flex: 0 0 100%
}

.course-summary__photo {
    font-family: "object-fit: cover;";
    object-fit: cover;
    width: 184px;
    height: 184px;
    flex: 0 0 184px;
    align-self: flex-start
}

.course-summary__body:nth-child(n + 2) {
    margin-left: course-list-heading 16px;
    font-size: 1.07692rem
}

.course-summary-label {
    display: block
}

.course-info-list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eaeaeb;
    font-size: 1.07692rem
}

.course-info-list__description,
.course-info-list__title {
    border-top: 1px solid #eaeaeb
}

.course-info-list__title {
    box-sizing: border-box;
    padding: 16px 24px;
    max-width: 216px;
    flex: 0 0 216px;
    background-color: #fafbfc
}

.course-info-list__description {
    box-sizing: border-box;
    padding: 16px 24px;
    max-width: calc(100% - 216px);
    flex-basis: calc(100% - 216px);
    flex-grow: 1;
    flex-shrink: 0
}

.course-info-list__description--pre {
    white-space: pre-line;
    word-break: break-all
}

.course-info-list__description--strong {
    font-weight: 700;
    color: #d70025;
    font-size: 1.23077rem
}

.course-info-list__before-discount {
    display: inline-flex;
    align-items: center;
    color: #2e2e3b;
    font-size: 1.07692rem;
    font-weight: 400;
    text-decoration: line-through
}

.course-info-list__discount-arrow {
    margin: 0 4px;
    color: #2e2e3b;
    font-weight: 400;
    text-decoration: none
}

.course-info-list__tax {
    display: inline;
    align-self: auto;
    color: #d70025;
    font-size: .92308rem
}

.restaurant-coupon-heading {
    display: flex;
    align-items: center;
    padding: 0 0 12px;
    border-bottom: 1px solid #d5d5d8
}

.restaurant-coupon-heading__title {
    flex-shrink: 0;
    max-width: calc(100% - 300px);
    color: #2e2e3b;
    font-size: 1.38462rem;
    font-weight: 700
}

.restaurant-coupon-heading__supplement {
    align-self: flex-end;
    margin-left: auto;
    padding-left: 10px;
    color: #6c6c75;
    font-size: .92308rem;
    font-weight: 400
}

.restaurant-coupon-list {
    border: 1px solid #d5d5d8
}

.restaurant-coupon-list:nth-child(n + 2) {
    margin-top: 20px
}

.restaurant-coupon-list__item:nth-child(n + 2) {
    border-top: 1px dashed #d5d5d8
}

.restaurant-coupon {
    display: flex
}

.restaurant-coupon:before {
    display: block;
    min-height: 80px;
    flex: 0 0 48px;
    background: url("https://assets.retty.me/v-202103090658-master-5faacc28934ec9ceed6332f40621248775413203/images/pancake/ic_coupon.svg") #ffa014;
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.restaurant-coupon--marked {
    position: relative
}

.restaurant-coupon--marked:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-color: #ffc814 transparent transparent #ffc814;
    border-style: solid;
    border-width: 8px;
    content: ""
}

.restaurant-coupon__body {
    flex: 1 1 auto;
    padding: 18px 20px
}

.restaurant-coupon__title {
    color: #2e2e3b;
    font-size: 1.23077rem;
    font-weight: 700
}

.restaurant-coupon__description {
    color: #6c6c75;
    font-size: .84615rem
}

.restaurant-coupon__description:nth-child(n + 2) {
    margin-top: 4px
}

.restaurant-coupon__supplement {
    display: flex;
    box-sizing: border-box;
    flex: 0 0 200px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 16px
}

.restaurant-coupon__supplement:nth-child(n + 2) {
    border-left: 1px dashed #d5d5d8
}

.restaurant-coupon__expiration {
    color: #6c6c75;
    font-size: .92308rem
}

.restaurant-coupon__link {
    cursor: pointer;
    color: #2d88d9;
    font-size: .92308rem
}

.restaurant-coupon__link:hover {
    opacity: .8
}

.restaurant-coupon__link--external {
    display: flex;
    align-items: center
}

.restaurant-coupon__link--external:after {
    content: "\EA0C";
    font-size: 1.23077rem
}

@keyframes show-sticky-actions {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.restaurant-sidebar {
    width: 300px;
    flex-direction: column
}

.restaurant-sidebar__prepare-stuck {
    z-index: 90;
    display: none
}

.restaurant-sidebar__prepare-stuck[data-stuck=true] {
    display: flex;
    animation: show-sticky-actions .1s ease-out
}

.restaurant-sidebar__campaign-banner {
    z-index: 90;
    padding-top: 12px
}

.menu-description__text {
    color: #2e2e3b;
    font-size: 1.07692rem;
    line-height: 1.5;
    white-spacere-line
}

.menu-price-list {
    font-size: 1.07692rem
}

.menu-price-list:last-of-type {
    border-bottom: 1px solid #eaeaeb
}

.menu-price-list__row {
    display: flex;
    border-top: 1px solid #eaeaeb
}

.menu-price-list__name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding: 16px 24px;
    font-weight: 700
}

.menu-price-list__supplement {
    font-weight: 400
}

.menu-price-list__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    align-items: flex-end;
    padding: 16px 0 16px 24px
}

.photo-menu {
    display: flex;
    flex-wrap: wrap;
    margin-left: -36px
}

.photo-menu__item {
    width: calc((100% - 108px) / 3);
    margin-left: 35px
}

.photo-menu__item:nth-child(n + 4) {
    margin-top: 36px
}

.photo-menu__figure {
    width: 100%;
    height: auto
}

.photo-menu__image {
    position: relative;
    height: auto
}

.photo-menu__image:before {
    display: block;
    padding-top: 100%;
    content: ""
}

.photo-menu__image img {
    font-family: "object-fit: cover;";
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f5
}

.photo-menu__caption {
    display: flex;
    flex-direction: column
}

.photo-menu__caption:nth-child(n + 2) {
    margin-top: 16px
}

.photo-menu__reporter:nth-child(n + 2) {
    margin-top: 8px
}

.photo-menu__title {
    color: #2e2e3b;
    font-size: 1.23077rem;
    font-weight: 700
}

.photo-menu__price {
    align-self: flex-end;
    color: #6c6c75;
    font-size: 1.07692rem
}

.photo-menu__price:nth-child(n + 2) {
    margin-top: 8px
}

/*以上、メニューページ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: 40px;
    margin-bottom: 60px;
}

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

.access_stores_img {
    text-align: center
}

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

.access_stores .btn {
    margin: 50px auto !important;
    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;
    }

}

/*パソコン表示*/
@media screen and (min-width: 768px) {
    .float a {
        background: #e95464;
        color: #fff;
        display: none;
        padding: 20px 15px;
        font-weight: bold;
        text-decoration: none;
    }

    .menu_price {
        font-size: 16px;
        color: red;
        text-align: right;
        padding-top: 150px;
        font-weight: bold;
    }

    .dinner_menu_title {
        font-weight: bold;
        font-size: 16px;
    }


    /*    ディナーメニュー表*/
    .dinner_menu dd {
        padding: 12px 0 12px 27%;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        text-align: right;
        font-weight: bold;
    }

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

    .pc-br {
        display: block;
    }

    .sp-br {
        display: none;
    }

    .Insta_info_icon img {
        padding: 60px;
    }
}

/*    ディナーメニュー表*/


/*スマホ表示*/
@media screen and (max-width: 768px) {
    .menu_price {
        font-size: 16px;
        color: red;
        text-align: right;
        font-weight: bold;
    }

    .dinner_menu_title {
        font-weight: bold;
        font-size: 16px;
    }


    /*    ディナーメニュー表*/
    .dinner_menu dd {
        padding: 12px 0 12px 27%;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        text-align: right;
        font-weight: bold;
    }

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

    /*    ディナーメニュー表*/

    .pc-br {
        display: none;
    }

    .sp-br {
        display: block;
    }

    .info dd a {
        color: #000;
    }

    .Insta_info_icon img {
        padding: 0 100px;
    }

    /*
    .top_sns_share_list {
        width: 30%;
        height: 400px;
        margin: auto;
        vertical-align: top;
        margin-bottom: 200px;
    }
*/
}

/*タブレット表示*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    header h1 img {
        width: auto;
        height: 105px;
        padding-top: 40px;
        margin-left: 30px;
    }
}
