@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@500;800&family=Noto+Sans+JP:wght@400;600&family=Permanent+Marker&display=swap");
/*  ----------------------------------------------------------

base

----------------------------------------------------------  */
:root {
    --brwon: #211815;
    --orange: #edac2c;
    --red: #d42c25;
}
body, html {
    overflow-x: hidden;
}
body {
    background: url(../img/texture-1.jpg) center top;
    background-size: 100%;
    color: #000000;
    font-size: 1.3rem;
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: .06em;

    -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
    body {
        font-size: 1.5rem;
    }
}
a {
    color: #000000;
}



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

font-size

----------------------------------------------------------  */
html {
    font-size: .78vw;
}
@media screen and (max-width: 768px) {
    html {
        font-size: 1.303vw;
    }
}
@media screen and (max-width: 540px) {
    html {
        font-size: 1.851vw;
    }
}
@media screen and (max-width: 414px) {
    html {
        font-size: 2.415vw;
    }
}
@media screen and (min-width: 1401px) {
    html {
        font-size: .714vw;
    }
}



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

header

----------------------------------------------------------  */
header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 35rem;
    height: 64rem;
    padding: 9rem 0 6rem 0;
}
/* header::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.244rem;
    height: 100%;
    background: url(../img/decoration-1.png) no-repeat center / cover;
    content: "";
} */
header h1 {
    width: 17rem;
    line-height: 1;
}
header dl {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 2.5rem 0;
    background: var(--orange);
}
header dl dt {
    margin-bottom: .5rem;
    text-align: center;
}
header dl dd a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--red);
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 1;
}
header dl dd a img {
    width: 2.5rem;
    margin-right: .5rem;
}
@media screen and (max-width: 768px) {
    header {
        flex-direction: row;
        justify-content: center;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 6rem;
        padding: 0;
    }
    header h1 {
        width: 12rem;
    }
}



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

nav

----------------------------------------------------------  */
.gnav {
    display: flex;
    justify-content: center;
}
ul.gnav-menu {
    display: flex;
    flex-direction: column;
    margin-top: 9rem;
    margin-left: 2em;
}
ul.gnav-menu > li {
    font-weight: bold;
    font-size: 1.8rem;
    white-space: nowrap;
}
ul.gnav-menu > li:last-child a {
    display: flex;
    justify-content: center;
    /* color: var(--red); */
    font-size: 2.8rem;
    text-align: center;
}
ul.gnav-menu > li:not(:last-child) {
    margin-bottom: 2.5rem;
}
ul.gnav-menu > li:not(:last-child) a {
    display: flex;
    align-items: center;
    font-family: "Kaisei Tokumin", serif;
}
/* ul.gnav-menu > li:not(:last-child) a::before {
    width: 0;
    height: 0;
    margin-top: .2rem;
    margin-right: 1.5rem;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 1rem solid #a99155;
    content: "";
    transition: all .3s;
} */
ul.gnav-menu > li:not(:last-child) a:hover {
    opacity: 1;
}
ul.gnav-menu > li:not(:last-child) a:hover::before {
    opacity: 1;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 1rem solid var(--red);
}

.gnav-menu--sub {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    margin-right: 2.625rem;
}
@media(max-width: 768px) {
    .gnav-menu--sub {
        margin-right: 0;
    }
}
/*  ----------------------------------------------------------

footer

----------------------------------------------------------  */
footer {
    padding: 1rem 0 3rem;
    background: #000000;
    color: #ffffff;
}
footer a {
    color: #ffffff;
}
footer .logo {
    width: 21rem;
    margin: 0 auto;
}
footer dl.tel {
    margin: 3rem 0;
}
footer nav {
    margin-bottom: 7rem;
    font-family: "Kaisei Tokumin", serif;
}
footer nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.5rem;
    font-weight: bold;
    line-height: 1;
}
footer nav ul li {
    font-size: 2.8rem;
    padding: 0 1rem;
}
footer nav ul li:not(:last-of-type) {
    font-size: 1.5rem;
    padding: 0 3rem;
    border-left: solid 1px rgba(255,255,255,.9);
}
footer nav ul li:first-of-type {
    border-left: none;
}


footer small {
    display: block;
    margin-top: 5rem;
    font-size: 1.3rem;
    text-align: center;
}

.footer__sns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__sns {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.438rem;
    width: 100%;
}
.footer__sns .fa-instagram {
    margin-top: 5px;
    font-size: 4rem;
}
.footer__sns div a {
    display: inline-block;
    width: 2.5rem;
}
.footer__sns div a img {
    width: 100%;
    height: 100%;;
}
@media screen and (max-width: 768px) {
    footer {
        padding: 3rem 0 11rem 0;
    }
    footer .logo {
        width: 20rem;
        margin: 0 auto;
    }
    footer nav {
        margin-bottom: 6rem;
    }
    footer nav ul {
        display: block;
    }
    footer nav ul li {
        padding: 0;
        border-left: none;
        text-align: center;
    }
    footer nav ul li:not(:last-of-type) {
        border-left: none;
    }    
    footer nav ul li:not(:last-child) {
        margin-bottom: 3.3rem;
    }
    footer dl.tel {
        margin: 3rem 0 4rem 0;
    }
    .footer__sns .fa-instagram {
        transform: translateX(-5px);
    }
}



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

page-ttl

----------------------------------------------------------  */
.page-ttl {
    position: relative;
    margin-left: 35rem;
    background: url(../img/top-kv-1.jpg) no-repeat center / cover;
    font-family: "Kaisei Tokumin", serif;
}
.page-ttl > div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 78rem;
    background: rgba(0,0,0,.4);
}
.page-ttl h2 {
    color: #ffffff;
    font-weight: 900;
    font-size: 4.4rem;
    line-height: 1;
    letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
    .page-ttl {
        margin-left: 0;
    }
    .page-ttl > div {
        height: 20rem;
    }
    .page-ttl h2 {
        font-size: 3.6rem;
    }
}



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

style

----------------------------------------------------------  */
/* heading */
.heading-1 {
    margin-bottom: 4rem;
    line-height: 1;
}
.heading-1 img {
    display: block;
    width: auto;
    height: 8rem;
}
@media screen and (max-width: 768px) {
    .heading-1 {
        display: flex;
        justify-content: center;
        margin-bottom: 3rem;
    }
    .heading-1 img {
        height: 6rem;
    }
}

/* more */
.more {
    display: block;
    position: relative;
    width: 22.5rem;
    padding: 1.8rem 0 2rem 0;
    /* background: var(--brwon); */
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
}
/* .more::before {
    position: absolute;
    right: -.6rem;
    bottom: -.6rem;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: solid .14rem var(--red);
    content: "";
    transition: all .3s;
} */
/* .more:hover {
    opacity: 1;
    background: var(--red);
} */
/* .more:hover::before {
    border: solid .14rem var(--red);
} */
.more.wt {
    background: #ffffff;
    color: var(--brwon);
}
.more.wt::before {
    border: solid .14rem #ffffff;
}
/* .more.wt:hover {
    background: var(--red);
    color: #ffffff;
} */
/* .more.wt:hover::before {
    border: solid .14rem var(--red);
} */
@media screen and (max-width: 768px) {
    .more {
        margin: 0 auto;
    }
}

/* ttl */
.ttl {
    position: relative;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    border-bottom: solid 1px rgba(0,0,0,.2);
    font-size: 2.2rem;
}
.ttl.wt {
    border-bottom: solid 1px rgba(255,255,255,.2);
}
.ttl:after {
    display: block;
    position: absolute;
    bottom: -4px;
    width: 25%;
    border-bottom: solid 4px var(--brwon);
    content: " ";
}
@media screen and (max-width: 768px) {
    .ttl:after {
        width: 40%;
    }
}

/* detail */
dl.detail {
    display: flex;
    flex-wrap: wrap;

}
dl.detail dt {
    font-size: 1.45rem;
    font-weight: 600;
    color: #B40000;
    width: 25%;
    padding: 1.8rem;
    white-space: nowrap;
}
dl.detail dd {
    font-size: 1.55rem;
    width: 75%;
    padding: 1.8rem;
}
dl.bk dt, dl.bk dd {
    border-bottom: 1px solid rgba(0,0,0,.4);
}
dl.wt dt, dl.wt dd {
    border-bottom: 1px solid rgba(255,255,255,.4);
}
@media screen and (max-width: 768px) {
    dl.detail {
        display: block;
    }
    dl.detail dt {
        width: 100%;
        padding: 1.2rem 1.2rem 0 1.2rem;
    }
    dl.detail dd {
        width: 100%;
        padding: 0 1.2rem 1.2rem 1.2rem;
    }
    dl.bk dt {
        border-bottom: none;
    }
    dl.wt dt {
        border-bottom: none;
    }
}



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

hamburger

----------------------------------------------------------  */
.gnav-sp {
    display: block;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: url(../img/texture-1.jpg) center top;
    background-size: cover;
    transition: all .5s;

    -webkit-overflow-scrolling: touch;
}
.gnav-sp .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.gnav-sp-menu li {
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
}
.gnav-sp-menu li a {
    display: block;
    padding: 1.5rem 0;
    white-space: nowrap;
    font-family: "Kaisei Tokumin", serif;
}
.gnav-menu--sub i {
    font-size: 4rem;
}
@media(max-width: 768px) {
    .gnav-menu--sub i {
        margin-top: 4px;
        margin-bottom: 4rem;
    }
}
/* toggle */
.toggle-btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100000;
    width: 6rem;
    height: 6rem;
    background: var(--brwon);
    cursor: pointer;
    transition: all .5s;
}
.toggle-btn span {
    display: block;
    position: absolute;
    left: 2rem;
    width: 2rem;
    height: .2rem;
    background-color: #ffffff;
    transition: all .4s;
}
.toggle-btn span:nth-child(1) {
    top: 1.9rem;
}
.toggle-btn span:nth-child(2) {
    top: 2.7rem;
}
.toggle-btn span:nth-child(3) {
    top: 3.5rem;
}
/* open */
.open .gnav-sp {
    opacity: 1;
    top: 0;
    z-index: 99999;
}
.open .toggle-btn span {
    background-color: #ffffff;
}
.open .toggle-btn span:nth-child(1) {
            transform: translateY(.8rem) rotate(-45deg);

    -webkit-transform: translateY(.8rem) rotate(-45deg);
}
.open .toggle-btn span:nth-child(2) {
    opacity: 0;
}
.open .toggle-btn span:nth-child(3) {
            transform: translateY(-.8rem) rotate(45deg);

    -webkit-transform: translateY(-.8rem) rotate(45deg);
}

.g-nav__icon {
    width: 2.8rem;
}

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

layout

----------------------------------------------------------  */
.container {
    width: 88rem;
    margin: 8rem auto 10rem auto;
}
.container .wrap {
    display: flex;
    justify-content: space-between;
}
.container .wrap.reverse {
    flex-direction: row-reverse;
}
.container .wrap > figure {
    width: 35%;
}
.container .wrap > div {
    width: 60%;
}
.container h4 {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
}
.container h4::before {
    color: var(--red);
    content: "◆";
}
@media screen and (max-width: 768px) {
    .container {
        width: auto;
        margin: 6rem 3rem 8rem 3rem;
    }
    .container .wrap {
        display: block;
    }
    .container .wrap > figure {
        width: 100%;
        margin-bottom: 2rem;
    }
    .container .wrap > div {
        width: 100%;
    }
}



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

fixed btn

----------------------------------------------------------  */
/* .fixed-btn {
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 999;
            transform: translate(0, -50%);
    width: 6rem;

    -webkit-transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
    .fixed-btn {
        top: auto;
        bottom: 0;
                transform: none;
        width: 100%;

        -webkit-transform: none;
    }
    .fixed-btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 6.4rem;
        background: var(--brwon);
        color: #ffffff;
        font-weight: bold;
        font-size: 2rem;
        text-decoration: none !important;
    }
} */



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

display

----------------------------------------------------------  */
@media screen and (min-width: 769px) {
    .sp {
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
}



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

page-top

----------------------------------------------------------  */
#page-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 999;
}
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    padding-left: .1rem;
    border-radius: 50%;
    background: var(--red);
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    #page-top {
        bottom: 7.4rem;
    }
}



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

link

----------------------------------------------------------  */
a {
    text-decoration: none;
            transition: .3s ease-in-out;

    -webkit-transition: .3s ease-in-out;
       -moz-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
}
a.line {
    text-decoration: underline;
}
a:hover.line {
    text-decoration: none;
}
a:hover {
    opacity: .5;
}
@media screen and (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}
@media screen and (max-width: 768px) {
    a[href^="tel:"] {
        text-decoration: underline;
    }
}



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

class

----------------------------------------------------------  */
/* txt */
.txt-vertical {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
    .txt-vertical.not {
        white-space: normal;

        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    }
}

/* prepare */
.prepare {
    padding: 8rem 0;
    font-size: 2rem;
    text-align: center;
}

/* map */
.gmap iframe {
    width: 100%;
    height: 40rem;
}

/* margin */
.mb-10 {
    margin-bottom: 1rem !important;
}
.mb-15 {
    margin-bottom: 1.5rem !important;
}
.mb-20 {
    margin-bottom: 2.0rem !important;
}
.mb-25 {
    margin-bottom: 2.5rem !important;
}
.mb-30 {
    margin-bottom: 3.0rem !important;
}
.mb-35 {
    margin-bottom: 3.5rem !important;
}
.mb-40 {
    margin-bottom: 4.0rem !important;
}
.mb-45 {
    margin-bottom: 4.5rem !important;
}
.mb-50 {
    margin-bottom: 5.0rem !important;
}
.mb-55 {
    margin-bottom: 5.5rem !important;
}
.mb-60 {
    margin-bottom: 6.0rem !important;
}
.mb-65 {
    margin-bottom: 6.5rem !important;
}
.mb-70 {
    margin-bottom: 7.0rem !important;
}
.mb-75 {
    margin-bottom: 7.5rem !important;
}
.mb-80 {
    margin-bottom: 8.0rem !important;
}
.mb-85 {
    margin-bottom: 8.5rem !important;
}
.mb-90 {
    margin-bottom: 9.0rem !important;
}
.mb-95 {
    margin-bottom: 9.5rem !important;
}
.mb-100 {
    margin-bottom: 10.0rem !important;
}



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

fade

----------------------------------------------------------  */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
                transform: translateY(30px);

        -webkit-transform: translateY(30px);
    }
    100% {
        opacity: 1;
                transform: translateY(0);

        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
             transform: translateY(30px);

        -moz-transform: translateY(30px);
    }
    100% {
        opacity: 1;
             transform: translateY(0);

        -moz-transform: translateY(0);
    }
}
@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
            transform: translateY(30px);

        -ms-transform: translateY(30px);
    }
    100% {
        opacity: 1;
            transform: translateY(0);

        -ms-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUp {
            animation: fadeInUp .6s ease;
            animation-fill-mode: both;

    -webkit-animation: fadeInUp .6s ease;
       -moz-animation: fadeInUp .6s ease;
        -ms-animation: fadeInUp .6s ease;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;;
}
.fade {
    opacity: 0;
}
.delay-1 {
            animation-delay: .2s;

       -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
         -o-animation-delay: .2s;
}
.delay-2 {
            animation-delay: .35s;

       -moz-animation-delay: .35s;
    -webkit-animation-delay: .35s;
         -o-animation-delay: .35s;
}
.delay-3 {
            animation-delay: .5s;

       -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
         -o-animation-delay: .5s;
}
.delay-4 {
            animation-delay: .65s;

       -moz-animation-delay: .65s;
    -webkit-animation-delay: .65s;
         -o-animation-delay: .65s;
}
.delay-5 {
            animation-delay: .8s;

       -moz-animation-delay: .8s;
    -webkit-animation-delay: .8s;
         -o-animation-delay: .8s;
}
/* --------共有------------------------------- */
.inner {
    max-width: 1140px;
    margin: 0 auto;
}
.section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom:3rem;
}
.section__title--wt {
    color: #fff;
}
.section__title::before {
    position: absolute;
    top: -4.9rem;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    width: 6rem;
    height: 6rem;
    background-image: url(../img/icon-title.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}
.section__title--wt::before {
    filter: grayscale(100%) brightness(0) invert(100%);  /* 白 */
}
/* .top-concept .section__title::after {
    display: none;
} */
.section__title--sub {
    font-size: 1.65rem;
    font-family: "Kaisei Tokumin", serif;
    font-weight: 800;
}
.section__title--main {
    position: relative;
    z-index: 2;
    font-weight: bolder;
    font-size: 3.3rem;
    font-family: "Kaisei Tokumin", serif;
    letter-spacing: 0;
    line-height: 1.3;
}

.section-btn {
    display: flex;
    justify-content: center;
}

@media(max-width: 768px) {
    .section__title--sub {
        font-size: 1.875rem;
    }
    .section__title--main {
        font-size: 3.75rem;
    }
}
.tel-btn {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.tel-btn img {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}






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

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

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

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

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

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

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

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



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

    .rstdtl-menu-lst__contents {
        display: table;
        padding: 0 10px;
        border-bottom: 1px dotted #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: #111; */
        font-weight: bold;
        font-size: 1.5rem
    }

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


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

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

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


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

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

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

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

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

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

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

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

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

    .course-seatonly__btn {
        width: 10rem
    }



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .rstdtl-course-list__price-before {
        /* 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.8rem
    }

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

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

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

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

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

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

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

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

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


    .rstdtl-course-list__desc {
        color: #fff;
        line-height: 1.6;
        font-size: 1.2rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


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


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

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


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


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

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

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

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


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


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

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

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

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

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

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


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



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

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

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

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

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

    }

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

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

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

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


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

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

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

    .rstdtl-course-list__price-before {
        /* 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: 1.4rem
    }

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

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

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

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

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

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

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

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


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

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


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



    .rstdtl-course-list__desc {
        color: #fff;
        line-height: 1.6;
        font-size: 1.2rem;
    }

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

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

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

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


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




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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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