@charset "UTF-8";



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

kv

----------------------------------------------------------  */
.top-kv {
    position: relative;
}

.top-kv::after {
    content: "";
    position: absolute;
    display: block;
    width: min(81%, 117rem);
    aspect-ratio: 2427/321;
    background: url(../img/deco-mv1.png) no-repeat center/contain;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 10;
}

.top-kv::before {
    content: "";
    position: absolute;
    display: block;
     width: min(26%, 38rem);
    aspect-ratio: 892/649;
    background: url(../img/deco-mv2.png) no-repeat center/contain;
    bottom: 6rem;
    right: 0;
    z-index: 10;
}

.top-kv figure {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
}

.top-kv .wrap {
    padding-left: 12rem;
}

.top-kv-slider>* {
    height: 76rem;
}

.top-kv-slider>*:nth-of-type(1) {
    background: url(../img/top-kv-1.jpg) no-repeat center / cover;
}

.top-kv-slider>*:nth-of-type(2) {
    background: url(../img/top-kv-2.jpg) no-repeat center / cover;
}

.top-kv-slider>*:nth-of-type(3) {
    background: url(../img/top-kv-3.jpg) no-repeat center / cover;
}

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

    /* .top-kv::before {
		content: "";
		width: 100%;
		height: 4rem;
		background: #210a03;
		position: absolute;
		left: 0;
		bottom: -3.5rem;
		z-index: 99;
	} */

    .top-kv::before {
        bottom: 5.5vw;
    }
    .top-kv .wrap {
        padding-left: 0;
    }

    .top-kv-slider>* {
        height: 25rem;
    }
}



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

news text

----------------------------------------------------------  */
.top-news {
    background: url(../img/top-bg-1.jpg) no-repeat center / cover;
    padding: 8rem 0 6rem 0;
}

.top-news .wrap {
    width: 88rem;
    margin: 0 auto 3rem auto;
    display: flex;
    align-items: center;
}

.top-news .wrap>div:nth-of-type(1) {
    width: 26rem;
}

.top-news .wrap>div:nth-of-type(2) {
    width: calc(100% - 26rem);
    padding-left: 5rem;
}

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

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

.top-news .CMS-NEWS-ITEM a {
    color: #fff;
}

/* CMS-NEWS */
.CMS-NEWS-INDEX {
    position: relative;
    padding-bottom: 10rem;
}

.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
}

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

.CMS-NEWS-TIME {
    font-size: 1.2rem;
    width: 25%;
}

.CMS-NEWS-LINK {
    width: 75%;
}

/* read more */
.CMS-NEWS-MORE-READ {
    background: #0f6879;
    border: none;
    text-align: center;
    padding: 1.6rem 0 1.7rem 0;
    font-size: 1.4rem;
    color: #fff !important;
    text-align: center;
    width: 28rem;
    display: block;
    transition: all .3s;
    position: absolute;
    bottom: -10rem;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    font-weight: bold;
}

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

/* detail */
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}

.CMS-NEWS-TITLE:after {
    border-bottom: solid 4px var(--brown);
    bottom: -4px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}

.CMS-NEWS-CONTENT img {
    width: 70%;
    height: auto;
    display: block;
    margin: 4rem auto;
}

@media screen and (max-width: 768px) {
    .top-news {
        background: url(../img/top-bg-1.jpg) no-repeat center / cover;
        padding: 8rem 3rem 6rem 3rem;
    }

    .top-news .wrap {
        width: auto;
        margin: 0 auto 3rem auto;
        display: block;
    }

    .top-news .wrap>div:nth-of-type(1) {
        width: 100%;
    }

    .top-news h2 {
        width: 26rem;
        margin: 0 auto;
    }

    .top-news .wrap>div:nth-of-type(2) {
        width: 100%;
        padding-left: 0;
    }

    .CMS-NEWS-ITEM a {
        display: block;
        padding: 1.2rem 0;
    }

    .CMS-NEWS-TIME {
        font-size: 1.4rem;
        width: 100%;
    }

    .CMS-NEWS-LINK {
        font-size: 1.6rem;
        width: 100%;
    }

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

    .CMS-NEWS-INDEX>* img {
        height: auto;
    }
}





/* CMS-ARTICLE */
.CMS-ARTICLE-INDEX {
    position: relative;
    padding-bottom: 10rem;
}

.CMS-ARTICLE-ITEM a {
    transition: all .3s;
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
}

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

.CMS-ARTICLE-TIME {
    font-size: 1.2rem;
    width: 25%;
}

.CMS-ARTICLE-LINK {
    width: 75%;
}

/* read more */
.CMS-ARTICLE-MORE-READ {
    background: #0f6879;
    border: none;
    text-align: center;
    padding: 1.6rem 0 1.7rem 0;
    font-size: 1.4rem;
    color: #fff !important;
    text-align: center;
    width: 28rem;
    display: block;
    transition: all .3s;
    position: absolute;
    bottom: -10rem;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    font-weight: bold;
}

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

/* detail */
.CMS-ARTICLE-TITLE {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}

.CMS-ARTICLE-TITLE:after {
    border-bottom: solid 4px var(--brown);
    bottom: -4px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}

.CMS-ARTICLE-CONTENT img {
    width: 70%;
    height: auto;
    display: block;
    margin: 4rem auto;
}

@media screen and (max-width: 768px) {
    .CMS-ARTICLE-ITEM a {
        display: block;
        padding: 1.2rem 0;
    }

    .CMS-ARTICLE-TIME {
        font-size: 1.4rem;
        width: 100%;
    }

    .CMS-ARTICLE-LINK {
        font-size: 1.6rem;
        width: 100%;
    }

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

    .CMS-ARTICLE-INDEX>* img {
        height: auto;
    }
}








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

concept

----------------------------------------------------------  */
.top-concept {
    background: url(../img/back-policy.jpg) no-repeat center bottom / cover;
    padding: 9.5rem 0 12rem 0;
}

.top-concept h2 {
    width: 39rem;
    margin: 0 auto -5.5rem auto;
    position: relative;
    z-index: 1;
}

.top-concept .wrap {
    position: relative;
    background-color: rgba(255, 255, 255, 0.83);
    margin: 0 20rem;
}

/* .top-concept .wrap::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #582f17;
	mix-blend-mode: multiply;
	position: absolute;
	left: 0;
	top: 0;
} */
.top-concept .wrap>div {
    width: 90%;
    margin: 0 auto;
    color: #000;
    padding: 8.5rem 0 5rem;
}

.top-concept p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    font-feature-settings: "palt";
}

.top-concept .img-1 {
    width: 38.5rem;
    position: absolute;
    left: -20.5rem;
    top: -19.5rem;
    z-index: 1;
}

.top-concept .img-2 {
    width: 28rem;
    position: absolute;
    right: -18rem;
    bottom: -4rem;
}

@media screen and (max-width: 768px) {
    .top-concept {
        padding: 15rem 0 15rem 0;
    }

    .top-concept h2 {
        width: 35rem;
        margin: 0 auto -5.5rem auto;
        position: relative;
        z-index: 1;
    }

    .top-concept .wrap {
        position: relative;
        background-color: rgba(255, 255, 255, 0.83);
        margin: 0 2rem;
    }

    .top-concept .wrap>div {
        width: 90%;
        margin: 0 auto;
        color: #000;
        padding: 8.5rem 0 5rem;
    }

    .top-concept p {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 2;
        text-align: center;
        font-feature-settings: "palt";
    }

    .top-concept .img-1 {
        width: 17rem;
        position: absolute;
        left: -1.5rem;
        top: -23.5rem;
        z-index: 1;
    }

    .top-concept .img-2 {
        width: 17rem;
        position: absolute;
        right: -1rem;
        bottom: -10rem;
    }
}


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

menu

----------------------------------------------------------  */
.top-menu {
    padding: 10rem 0 12.5rem;
    background: url(../img/back-price.jpg) no-repeat center bottom / cover;
}

.top-menu__wrap {
    display: flex;
    justify-content: center;
    width: 89.5rem;
    margin: 0 auto;
    gap: 2.5rem;
}

.top-menu__wrap>div {
    flex-basis: 50%;
    background-color: rgba(255, 255, 255, 0.87);
    padding: 0 1rem 5.5rem;
    position: relative;
}

.top-menu__wrap>div:nth-of-type(1):before {
    content: "";
    background: url(../img/deco-price1.png) no-repeat center top / contain;
    width: 30rem;
    height: 30rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    bottom: -17.5rem;
    left: -14rem;
}

.top-menu__wrap>div:nth-of-type(2)::before {
    content: "";
    background: url(../img/deco-price2.png) no-repeat center top / contain;
    width: 20rem;
    height: 22rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    bottom: -9.5rem;
    right: -9rem;
}

.top-menu__price h2 {
    position: absolute;
    top: -13rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30.2rem;
    z-index: 1;
}

.top-menu__online h2 {
    position: absolute;
    top: -5.3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 41rem;
    z-index: 1;
}

.top-menu p {
    margin-top: 14rem;
    margin-bottom: 3.2rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.95;
    text-align: center;
}

.top-menu .common_btn {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .top-menu {
        padding: 7rem 0 12rem;
    }

    .top-menu__wrap {
        flex-direction: column;
        width: 85%;
        margin: 0 auto;
        gap: 7rem;
    }

    .top-menu__wrap>div {
        padding: 0 0rem 5.5rem;
        position: relative;
    }

    .top-menu__wrap>div:nth-of-type(1):before {
        content: "";
        background: url(../img/deco-price1.png) no-repeat center top / contain;
        width: 12rem;
        height: 30rem;
        /* aspect-ratio: 293/95; */
        position: absolute;
        bottom: -24.5rem;
        left: -1rem;
    }

    .top-menu__wrap>div:nth-of-type(2)::before {
        content: "";
        background: url(../img/deco-price2.png) no-repeat center top / contain;
        width: 9rem;
        height: 15rem;
        /* aspect-ratio: 293/95; */
        position: absolute;
        bottom: -9rem;
        right: -1rem;
    }

    .top-menu__price h2 {
        position: absolute;
        top: -10rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 26.2rem;
        z-index: 1;
    }

    .top-menu__online h2 {
        position: absolute;
        top: -4.5rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 38rem;
        z-index: 1;
    }

    .top-menu p {
        margin-top: 14rem;
        margin-bottom: 3.2rem;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.95;
        text-align: center;
    }

    .top-menu .common_btn {
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width: 414px) {
    .top-menu__wrap {
        width: 95%;
    }
}


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

gallery

----------------------------------------------------------  */
.top-gallery {
    padding: 1rem 0 7.5rem;
    background: url(../img/back-gallery.jpg) no-repeat center / cover;
    position: relative;
}

.top-gallery h2 {
    width: 36rem;
    margin: 0 auto;
    display: block;
}

.top-gallery h2 img {
    margin-top: 4rem;
}

.top-gallery .more-wrap {
    width: 100%;
    height: 20rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20rem;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 6rem;
}

#loopslider {
    margin: 6.5rem auto 5rem;
    width: 100%;
    height: 240px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

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

#loopslider ul li {
    width: 240px;
    height: 240px;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0 20px;
}

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

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

#loopslider img {
    height: 240px;
    /* object-fit: cover; */
}

@media screen and (max-width: 768px) {
    .top-gallery {
        padding: 2rem 0 7.5rem;
    }

    #loopslider {
        margin: 4rem auto 4rem auto;
        height: 240px;
    }

    #loopslider ul {
        height: 240px;
    }

    #loopslider ul li {
        width: 240px;
        height: 240px;
    }

    #loopslider img {
        height: 240px;
    }

    .top-gallery {
        background: url(../img/top-bg-1.jpg) no-repeat center / cover;
        position: relative;
    }

    .top-gallery h2 {
        width: 32rem;
        display: block;
        height: auto;
        margin: 0 auto;
    }

    .top-gallery h2 img {
        margin-top: 4rem;
    }

    .top-gallery .more-wrap {
        width: auto;
        height: auto;
        display: block;
        padding-right: 0;
        position: relative;
        left: auto;
        top: auto;
        padding-top: 0;
    }
}



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

access

----------------------------------------------------------  */
.top-access {
    background: url(../img/back-access.jpg) no-repeat center / cover;
    color: #fff;
    padding: 11.5rem 0 4rem;
    position: relative;
}

.top-access::before {
    content: "";
    background: url(../img/deco-access.png) no-repeat center top / contain;
    width: 24rem;
    height: 18rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: -5.8rem;
    right: 3rem;
}

.top-access dl {
    margin-bottom: 4rem;
}

.top-access dl a {
    color: #fff;
}

.top-access .wrap {
    display: flex;
    padding: 0 12rem 0 10rem;
}

.top-access .wrap figure {
    width: 45%;
    position: relative;
}

.top-access .wrap figure::before {
    content: "";
    background: url(../img/title-access.png) no-repeat center top / contain;
    width: 23rem;
    height: 16rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: -7.5rem;
    left: 1.2rem;
}

.top-access .wrap figure img {
    display: block;
}

.top-access .wrap figure img:nth-of-type(1) {
    width: 100%;
}

.top-access .wrap figure img:nth-of-type(2) {
    width: 70%;
    margin-top: 2rem;
    margin-left: auto;
}

.top-access .wrap>div {
    width: 55%;
    /* padding-right: 10rem; */
    padding-left: 5rem;
}

.top-access h2 {
    width: 36rem;
    margin-left: -3rem;
    margin-bottom: 1rem;
}

.top-access .more {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .top-access {
        padding: 13rem 3rem 4rem 3rem;
    }

    .top-access::before {
        width: 15rem;
        height: 10rem;
        top: -3.8rem;
        right: 1rem;
    }

    .top-access dl {
        margin-bottom: 4rem;
    }

    .top-access .wrap {
        padding: 0;
        flex-direction: column;
    }

    .top-access .wrap figure {
        width: 105%;
        margin-left: -10%;
        padding-top: 0;
        margin-bottom: 3rem;
    }

    .top-access .wrap figure img:nth-of-type(1) {
        width: 100%;
    }

    .top-access .wrap figure img:nth-of-type(2) {
        width: 100%;
    }

    .top-access .wrap>div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .top-access h2 {
        width: 34rem;
        margin: 0 auto 1rem auto;
    }

    .top-access .more {
        margin: 0 auto 4rem auto;
    }
}





.top-contact {
    padding: 6.5rem 0;
    background: url(../img/back-contact.jpg) no-repeat center top / cover;
}

.top-contact .common_btn {
    width: 41rem;
}

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

    .top-contact .common_btn {
        width: 33rem;
    }

}





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

recruit

----------------------------------------------------------  */
.top-recruit {
    background: url(../img/top-bg-5.jpg) no-repeat center / cover;
    padding: 7rem 0;
}

.top-recruit .wrap {
    width: 88rem;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(to right, #e0d9c9 55%, #a27e44 55%);
    padding: 2.5rem 0 2.5rem 6rem;
}

.top-recruit .wrap::before {
    content: "";
    width: 0.8rem;
    height: calc(100% - 5rem);
    background: #a27e44;
    position: absolute;
    left: 3rem;
    top: 2.5rem
}

.top-recruit figure {
    position: absolute;
    right: -1rem;
    top: -4.5rem;
    width: 43rem;
}

.top-recruit h2 {
    width: 35rem;
}

.top-recruit p {
    width: 40rem;
    margin: 1rem 0 2rem 0;
}

@media screen and (max-width: 768px) {
    .top-recruit {
        padding: 3rem;
    }

    .top-recruit .wrap {
        width: auto;
        background: linear-gradient(to bottom, #e0d9c9 55%, #a27e44 55%);
        padding: 4rem 3rem 2.5rem 3rem;
    }

    .top-recruit .wrap::before {
        content: "";
        width: calc(100% - 5rem);
        height: 0.8rem;
        background: #a27e44;
        position: absolute;
        left: 3rem;
        top: 2rem
    }

    .top-recruit figure {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        margin: 2rem auto 0 auto;
    }

    .top-recruit h2 {
        width: 26rem;
        margin: 0 auto;
    }

    .top-recruit p {
        width: auto;
        margin: 1rem 0 2rem 0;
    }

    .top-recruit .more-2 {
        margin: 0 auto;
    }
}



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

instagram

----------------------------------------------------------  */
.top-insta {
    padding: 4.5rem 0 9.5rem;
    background: url(../img/back-insta.jpg) no-repeat center / cover;
}

.top-insta h2 {
    width: 36rem;
    margin: 0 10rem -4.5rem auto;
    pointer-events: none;
}

.top-insta .wrap {
    width: 80rem;
    margin: 0 auto;
}

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

.CMS-INSTAGRAM-LIST>* {
    width: calc((100% - 3rem) / 4);
    margin-right: 1rem;
}

.CMS-INSTAGRAM-LIST>*:nth-of-type(4n) {
    margin-right: 0;
}

.CMS-INSTAGRAM-LIST>*:nth-of-type(n + 5) {
    margin-top: 1rem;
}

.CMS-INSTAGRAM-LIST>*:nth-of-type(n + 9) {
    display: none;
}

@media screen and (max-width: 768px) {
    .top-insta {
        padding: 5rem 0 8rem;
    }

    .top-insta h2 {
        width: 28rem;
        margin: 0 0.5rem -4rem auto;
    }

    .top-insta .wrap {
        width: auto;
        padding: 0 3rem;
    }
}






.top-line {
    padding: 5rem 16rem;
    background: url(../img/back-line.jpg) no-repeat center top / cover;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.top-line .common_btn {
    display: block;
    margin-left: auto;
    width: 41rem;
}

@media screen and (max-width: 768px) {
    .top-line {
        flex-direction: column;
        padding: 5rem 0;
        gap: 3rem;
    }

    .top-line .common_btn {
        width: 33rem;
    }

}






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

gallery low

----------------------------------------------------------  */
.gallery-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    width: 90%;
    margin: 8rem auto;
}

.gallery-list li {
    margin: 0 1rem 2rem 1rem;
}

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

.gallery-list span {
    display: block;
    font-size: 1.2rem;
    line-height: 1.7;
    margin: 1.2rem 0 0 0;
    text-align: center;
    width: 11vw;
}

@media screen and (max-width: 768px) {
    .gallery-list {
        margin: 4rem auto;
        width: 95%;
    }

    .gallery-list li {
        margin: 0 0.5rem 1.5rem 0.5rem;
    }

    .gallery-list img {
        width: 17vw;
        height: 17vw;
    }

    .gallery-list span {
        font-size: 1rem;
        margin: 1rem auto 0 auto;
        width: 16vw;
    }
}



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

menu

----------------------------------------------------------  */
/* lcmenu */
ul.lcmenu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    justify-content: space-between;
}

ul.lcmenu li {
    width: 48%;
    text-align: center;
    margin-bottom: 2%;
}

ul.lcmenu li a {
    display: block;
    padding: 1.6rem 0;
    color: var(--brown);
    white-space: nowrap;
    font-family: var(--font-oleo);
    font-size: 2rem;
    background: #fff;
}

ul.lcmenu li.current a {
    background: var(--brown);
    background: var(--yellow);
}

@media screen and (max-width: 768px) {
    ul.lcmenu li a {
        padding: 1.2rem 0 1.3rem 0;
    }
}

/* menu list */
dl.menu-list dt,
dl.menu-list dd,
dl.menu-list dt.var,
dl.menu-list dt.var+dd {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    /* メニュー下線カラー */
}

dl.menu-list dt:first-child,
dl.menu-list dt:first-child+dd {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    /* メニュー上線カラー */
}

dl.menu-list dt:nth-of-type(odd),
dl.menu-list dt:nth-of-type(odd)+dd {
    background: rgba(0, 0, 0, 0.04);
    /* メニュー背景色 */
}

dl.menu-list dt.var+dd dl dt:nth-of-type(odd) {
    background: none !important;
}

dl.menu-list dt.var+dd dl dt:nth-of-type(odd)+dd {
    background: none !important;
}

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

dl.menu-list dt {
    padding: 1.5rem;
    width: 70%;
    font-weight: bold;
}

dl.menu-list dt span {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
}

dl.menu-list dd {
    padding: 1.5rem;
    width: 30%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

dl.menu-list dt.thumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

dl.menu-list dt.thumb i:first-of-type {
    width: 16rem;
    display: block;
}

dl.menu-list dt.thumb i:last-of-type {
    width: calc(100% - 18rem);
}

@media screen and (max-width: 768px) {
    dl.menu-list {
        display: block;
    }

    dl.menu-list dt {
        width: 100%;
        border-bottom: none;
        padding: 1.5rem 1.5rem 0 1.5rem;
    }

    dl.menu-list dd {
        width: 100%;
        border-top: none;
        padding: 0 1.5rem 1.5rem 1.5rem;
    }

    dl.menu-list dt:first-child+dd {
        border-top: none;
    }

    dl.menu-list dt.thumb {
        display: block;
    }

    dl.menu-list dt.thumb i:first-of-type {
        width: 100%;
        margin: 0.5rem auto 1.5rem auto;
    }

    dl.menu-list dt.thumb i:last-of-type {
        width: 100%;
    }
}



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

recruit

----------------------------------------------------------  */
.recruit h4 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: var(--brown);
}

.recruit p {
    background: rgba(255, 255, 255, 0.7);
    padding: 2rem 3rem;
}

.recruit dl a {
    color: var(--brown);
}



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

tabelog

----------------------------------------------------------  */
.rstdtl-menu-lst__heading {
    margin-top: 6rem;
    font-size: 2rem;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 0.6rem;
}

.rstdtl-menu-lst__heading:after {
    border-bottom: solid 4px var(--brown);
    bottom: -4px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}

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

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

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

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

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

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

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

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

    .rstdtl-menu-lst__contents:last-of-type {
        border-bottom: none
    }

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

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

    .rstdtl-menu-lst__menu-title {
        display: table-cell;
        color: var(--main-text-color);
        font-weight: bold;
        font-size: 1.6rem
    }

    .rstdtl-menu-lst__price {
        display: table-cell;
        font-weight: bold;
        text-align: right;
        width: 7rem;
        font-size: 1.6rem;
        white-space: nowrap;
    }

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

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

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

    /* ------------------------------
    　course menu pc
    ------------------------------ */
    .course-list {
        margin: 20px 0 30px
    }

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

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

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

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

    .course-list__tax-notice {
        margin-top: 5px;
        color: var(--sub7-text-color);
        font-size: 1.3rem
    }

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

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

    .course-seatonly__btn {
        width: 10rem
    }

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

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

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

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

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

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

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

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

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

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

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

    .rstdtl-course-list__course-title-text {
        margin-bottom: 0.2rem;
        color: var(--main-text-color);
        line-height: 1.6;
        font-size: 2rem;
    }

    .rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
        color: var(--sub8-text-color);
        text-decoration: underline
    }

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

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

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

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

    .rstdtl-course-list__price-before {
        text-align: left;
        margin-right: 0.5rem;
        margin-bottom: -0.2rem;
        font-size: 1.1rem
    }

    .rstdtl-course-list__price-hotpepper-discount {
        display: inline-block;
        position: relative;
        margin-bottom: 7px;
        border: solid 1px #d2d2d2;
        border-radius: 2px;
        color: var(--sub7-text-color);
        font-weight: bold;
        line-height: 1.6;
        background-color: var(--sub2-text-color);
        padding: 0.4rem 0.5rem 0.3rem;
        font-size: 1rem
    }

    .rstdtl-course-list__price-hotpepper-discount::before,
    .rstdtl-course-list__price-hotpepper-discount::after {
        display: block;
        position: absolute;
        border: solid transparent;
        width: 0;
        height: 0;
        content: ''
    }

    .rstdtl-course-list__price-hotpepper-discount::before {
        bottom: -7px;
        border-width: 6px 6px 0;
        border-top-color: #d2d2d2;
        right: 3rem
    }

    .rstdtl-course-list__price-hotpepper-discount::after {
        bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: var(--sub2-text-color);
        right: 3.1rem
    }

    .rstdtl-course-list__price-num {
        font-weight: bold;
    }

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

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

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

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

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

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

    .rstdtl-course-list__img {
        display: block;
        padding: 20px 15px 20px 0;
        width: 120px;
        float: left;
    }

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

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

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

    .rstdtl-course-list__desc {
        color: var(--sub6-text-color);
        line-height: 1.8;
        font-size: 1.0rem;
    }

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

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

    .rstdtl-course-list__label.rstdtl-course-list__label {
        background-color: rgba(180, 0, 0, 1);
        color: #fff;
        padding: 0.4rem 0.8rem;
        line-height: 1.6rem;
        font-size: 1.2rem
    }

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

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

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

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

    .rstdtl-course-list__course-rule-title::before {
        display: none;

    }

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

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

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

    .rstdtl-course-list__action-btn {
        display: none;
    }

    .rstdtl-course-list__action-btn-target {
        display: block;
        float: right;
        clear: right;
        cursor: pointer;
        vertical-align: middle;
        width: 10rem;
        color: var(--sub3-text-color);
    }

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

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

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

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

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

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

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

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

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

    .rstdtl-course-list__tieup-mc-target::after {
        color: var(--sub2-text-color);
        vertical-align: middle
    }

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

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

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

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

    .rstdtl-course-list__tieup-mc-text>em {
        color: var(--sub8-text-color);
        font-weight: bold;
        margin-right: 0.7rem;
        font-size: 1.3rem
    }
}

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

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

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

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

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

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

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

/* ------------------------------
　menu
------------------------------ */
.rstdtl-menu-lst__heading {
    font-size: 2rem
}

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

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

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

.rstdtl-menu-lst__info-inner {
    width: 100%;
}

.rstdtl-menu-lst__menu-title {
    display: table-cell;
    width: 100%;
    color: var(--main-text-color);
    font-weight: bold;
    font-size: 1.6rem
}

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

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

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

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

/* ------------------------------
　course menu sp
------------------------------ */
.course-list__items {
    margin: auto;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.rstdtl-course-list__course-title-text {
    margin-bottom: 0.2rem;
    line-height: 1.6;
    font-size: 2rem;
}

.rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
    color: var(--sub8-text-color);
    text-decoration: underline
}

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

.rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
    border: 1px solid #e0dccc;
    box-sizing: border-box;
    color: #463f2d;
    background-color: var(--sub2-text-color);
    margin-left: 0.5rem;
    padding: 0.1rem 0.3rem
}

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

.rstdtl-course-list__price-wrap {
    display: block;
    width: 100%;
    vertical-align: top;
    padding-right: 0rem;
}

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

.rstdtl-course-list__price-before {
    text-align: left;
    margin-right: 0.5rem;
    margin-bottom: -0.2rem;
    font-size: .1rem
}

.rstdtl-course-list__price-hotpepper-discount {
    display: inline-block;
    position: relative;
    margin-bottom: 7px;
    border: solid 1px #d2d2d2;
    border-radius: 2px;
    color: var(--sub7-text-color);
    font-weight: bold;
    line-height: 1.6;
    background-color: var(--sub2-text-color);
    padding: 0.4rem 0.5rem 0.3rem;
    font-size: 1rem
}

.rstdtl-course-list__price-hotpepper-discount::before,
.rstdtl-course-list__price-hotpepper-discount::after {
    display: block;
    position: absolute;
    border: solid transparent;
    width: 0;
    height: 0;
    content: ''
}

.rstdtl-course-list__price-hotpepper-discount::before {
    bottom: -7px;
    border-width: 6px 6px 0;
    border-top-color: #d2d2d2;
    right: 3rem
}

.rstdtl-course-list__price-hotpepper-discount::after {
    bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: var(--sub2-text-color);
    right: 3.1rem
}

.rstdtl-course-list__price-num {
    color: var(--sub3-text-color);
    font-weight: bold;
    font-size: 1.4rem
}

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

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

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

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

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

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

.rstdtl-course-list__img {
    padding: 20px 0 0 0;
    width: 200px;
    margin: 0 auto;
}

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

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

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

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

.rstdtl-course-list__desc {
    color: var(--sub6-text-color);
    line-height: 1.8;
    font-size: 1.0rem;
}

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

.rstdtl-course-list__label {
    margin-left: 5px;
    background: rgba(180, 0, 0, 1);
    color: #fff;
    padding: 0.4rem 1rem;
}

.rstdtl-course-list__label.rstdtl-course-list__label {
    padding: 0.2rem 0.4rem;
    line-height: 1.6rem;
    font-size: 0.9rem
}

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

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

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

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

.rstdtl-course-list__course-rule-title::before {
    display: none;
}

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

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

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

.rstdtl-course-list__action-btn {
    display: none;
}

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

.rstdtl-course-list__action-btn-target {
    display: block;
    float: right;
    clear: right;
    cursor: pointer;
    vertical-align: middle;
    /*width: 18rem;*/
    color: var(--main-text-color);
    border: solid;
    padding: 3px;
    font-size: 12px;
}

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

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

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

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

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

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

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

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

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

.rstdtl-course-list__tieup-mc-target::after {
    color: var(--sub2-text-color);
    vertical-align: middle
}

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

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

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

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

.rstdtl-course-list__tieup-mc-text>em {
    color: var(--sub8-text-color);
    font-weight: bold;
    margin-right: 0.7rem;
    font-size: 1.3rem
}

.course-dtl {
    overflow: hidden;
    padding: 2rem;
    color: #000;
}

.course-dtl__course-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.course-dtl__img {
    margin-bottom: 2rem;
}

.course-dtl__desc {
    margin-bottom: 2rem;
}

.c-table {
    width: 100%;
    border-collapse: collapse;
}

.c-table th {
    width: 15rem;
    text-align: left !important;
    padding: 1.5rem;
    border-bottom: solid 1px #ddd;
}

.c-table td {
    width: calc(100% - 15rem);
    padding: 1.5rem;
    border-bottom: solid 1px #ddd;
}

.c-table em {
    font-style: normal;
}

@media screen and (max-width: 1024px) {
    .course-dtl {
        padding: 1rem;
    }

    .c-table tr {
        display: flex;
        flex-direction: column;
    }

    .c-table th {
        width: 100%;
        text-align: left !important;
        padding: 1.5rem 0 0.4rem 0;
        border-bottom: none;
    }

    .c-table td {
        width: 100%;
        padding: 0 0 1.5rem 0;
    }
}

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

.course-dtl__img {
    width: 36rem;
    margin: 0 auto 2.5rem auto;
}

@media screen and (max-width: 1024px) {
    .course-dtl__img {
        width: 100%;
    }
}

.tblg-coupon__main-title {
    display: none;
}

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

.tblg-coupon__main-contents {
    display: none;
}

.rstdtl-course-list__label {
    margin: 0.6rem 0;
    display: inline-block
}

.rstdtl-course-list__course-title {
    display: block !important;
    margin-bottom: 1.5rem;
}

.rstdtl-course-list__target+span {
    margin-left: 0.8rem;
}

.CMS-COURSE-MENU a {
    text-decoration: underline;
}

.CMS-MENU,
.CMS-DRINK-MENU {
    pointer-events: none;
}

h3 {
    font-size: 2.5rem;
}