@charset "UTF-8";



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

kv

----------------------------------------------------------  */
.top-kv {
	position: relative;
}
.top-kv::before {
	content: "";
	width: 100%;
	height: 24rem;
	background: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.top-kv-slider > * {
	height: 90vh;
}
.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-slider > * {
		height: 48rem;
	}
	.top-kv::before {
		
	}
}



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

news

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

.CMS-NEWS-INDEX {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-bottom: 60px;
	max-width: 1012px;
	margin: auto;
	gap: 2.25%;
}

.article .CMS-NEWS-INDEX {
	display: block;
}

.CMS-NEWS-INDEX img {
	width: 100%;
	height: 16.7rem;
	object-fit: cover;
}

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

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

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

.article .CMS-NEWS-INDEX {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 10rem;
}

.article .CMS-NEWS-ITEM {
	width: 30.5%;
    margin: 0;
}

.article .CMS-NEWS-ITEM a {
    display: grid;
    width: 100%;
    align-items: center;
    gap: 1.5rem;
    padding: 0;
    padding-block: 1.5rem;
    font-size: 1rem;
}

.article .CMS-NEWS-TIME {
    margin: 0;
    color: white;
}

.article .CMS-NEWS-LINK {
    line-height: 1.5;
}

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

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

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

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

.CMS-NEWS-ITEM a {
	transition: all 0.3s;
	display: block;
	padding: 0 0 0rem;
	/* text-decoration: underline; */
}

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

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

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

.article .CMS-NEWS-LINK {
	color: white;
}

.CMS-NEWS-MORE-READ {
	background: #da1209;
	border: none;
	border-radius: 0.2rem;
	text-align: center;
	padding: 2rem 0;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	margin: 4rem auto 0 auto;
	width: 24rem;
	display: block;
	transition: all 0.3s;
	display: none;
}

@media screen and (max-width:768px) {
	.CMS-NEWS-MORE-READ {
		width: 100% !important;
	}
	.article .CMS-NEWS-ITEM {
		width: 100%;
	}
}

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

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

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

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

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

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

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

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

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

/* read more */
.CMS-NEWS-MORE-READ {
    background: #b40000;
    border: none;
    text-align: center;
    padding: 1.5rem 0 1.7rem 0;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    width: 28rem;
    display: block;
    transition: all .3s;
    font-family: 'Noto Serif JP', serif;
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

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

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

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



/* news */
.news {
    background: url(../img/be-news.jpg) center center / cover no-repeat;
    padding-top: 11.7rem;
    padding-bottom: 11.125rem;
}

.news__inner.inner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 2rem;
}

.news__wrap {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;

}
.news__title {
    width: 9.8rem;
    margin: 0 auto;
}

.news .title img {
    display: block;
    margin: 0 auto;
}
.news__title {
    margin-bottom: 3rem;
}

.news .CMS-NEWS-INDEX {
    width: 100%;
    margin: 0;
    padding: 0;
}

.news .CMS-NEWS-ITEM {
    width: 31.7%;
    margin: 0;
}

.news .CMS-NEWS-ITEM a {
    display: grid;
    width: 100%;
    align-items: center;
    padding: 0;
    padding-block: initial;
    font-size: 1rem;
}

.news .CMS-NEWS-TIME {
    margin: 0.6rem 0;
    color: black;
    font-size: 1.34rem;
    border-bottom: 1px solid #000;
    padding: 1rem 0;;
    font-weight: 500;
}

.news .CMS-NEWS-LINK {
    line-height: 1.5;
    font-size: 1.34rem;
    font-weight: 500;
}

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


.news__btn {
    text-align: center;
    margin-top: 6.6625rem;
    margin-bottom: 7.4rem;
}
.news__btn a {
    margin: 0 auto;
}
@media screen and (max-width:768px) {
    .news {
        
    }
    .news__inner.inner {
        width: 92%;
        padding: 0;
    }
    .news__title {
        text-align: center;
    }
    .news__wrap {
        display: block;
    }
    .news .CMS-NEWS-INDEX {
        margin-top: 1rem;
    }
    .news .CMS-NEWS-ITEM + .CMS-NEWS-ITEM {
        margin-top: 0.5rem;
    }
    .news .CMS-NEWS-ITEM {
        width: 100%;
    }
    .CMS-NEWS-LINK {
        padding: 0rem 0 1rem;
    }
    .CMS-NEWS-MORE-READ {
        bottom: -6rem;
    }
}



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

policy

----------------------------------------------------------  */
.top-policy {
	padding: 6rem 0 12rem 0;
	position: relative;
    background: url(../img/bg-policy.jpg) center top / cover no-repeat;
    color: #fff;
}
.top-policy .wrap {
	padding: 0 15rem 0 5rem;
	display: flex;
	position: relative;
	z-index: 99;
}
.top-policy .wrap:nth-child(n+2) {
	padding: 0 15rem 0 10rem;
	margin-top: 6rem;
    align-items: center; 
}
.top-policy .wrap:nth-child(3) {
    padding: 0 15rem;
}
.top-policy .wrap > * {
	width: 50%;
}
.top-policy .wrap > figure {
	padding-top: 3rem;
}
.top-policy .wrap:nth-of-type(1) > figure img {
	width: 60.1rem;
    margin-left: -5rem;
}
.top-policy .wrap:nth-of-type(n+2) > figure {
    padding-top: 0;
}
.top-policy .wrap > div {
	display: flex;
	flex-direction: row-reverse;
	padding-top: 5rem;
	padding-right: 3rem;
    position: relative;
}
.top-policy .wrap:nth-of-type(n+2) > div {
	flex-direction: column;
    padding-right: 0;
    padding-top: 0;
    margin-left: 5rem;
}
.top-policy .wrap:nth-of-type(3) > div {
    margin-left: 0;
}
.top-policy .heading-2 {
	letter-spacing: 0.3em;
	line-height: 1.8;
	width: 12rem;
    font-size: 2.35rem;
}
.top-policy .wrap:nth-of-type(n+2) .heading-2 {
	width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
    font-size: 1.835rem;
}
.top-policy .wrap:nth-of-type(3) .heading-2 {
    padding-left: 5rem;
}
.top-policy .heading-2 span {
    font-weight: 700;
}
.top-policy p {
	height: 32rem;
	line-height: 2.38;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
}
.top-policy .wrap:nth-of-type(n+2) p {
    padding-top: 2rem;
    width: 90%;
    font-size: 1.37rem;
    line-height: 2;
    letter-spacing: 0.1em;
    height: initial;
}
.top-policy .wrap:nth-of-type(3) p {
    padding-left: 5rem;
    width: 100%;
}
.top-policy > figure {
	position: absolute;
	right: 15rem;
	bottom: 4rem;
	width: 30rem;
	z-index: 99;
}
.policy-deco {
    position: absolute;
    top: 5rem;
    right: -12rem;
    width: 39.5rem;
    z-index: -1;
}
.policy-deco-2 {
    position: absolute;
    top: -5rem;
    right: 6rem;
    width: 21.9rem;
    z-index: -1;
}
.policy-deco-3 {
    position: absolute;
    top: -5rem;
    right: -4rem;
    width: 21.3rem;
    z-index: -1;
}
.top-policy-btn {
    margin: 2rem auto;
}
@media screen and (max-width: 768px) {
	.top-policy {
		padding: 6rem 0;
		position: relative;
	}
	.top-policy .wrap {
		padding: 0 3rem;
		flex-direction: column;
	}
    .top-policy .wrap:nth-child(3) {
        flex-direction: column-reverse;
    }
	.top-policy .wrap > * {
		width: 100%;
	}
	.top-policy .wrap > figure {
		padding-top: 0;
	}
	.top-policy .wrap > div {
		display: block;
		padding-top: 0;
		padding-right: 0;
		padding-top: 4rem;
	}
	.top-policy .heading-2 {
		letter-spacing: 0.15em;
		line-height: 1.6;
		width: auto;
	}
	.top-policy p {
		height: auto;
		line-height: 2;
		padding-top: 2rem;
		margin-bottom: 3rem;
	}
	.top-policy > figure {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		padding: 0 3rem;
	}
    .policy-deco {
        top: 2rem;
        right: 3rem;
        width: 25.5rem;
    }
    .policy-deco-2 {
        top: -5rem;
        right: 32rem;
        width: 20.9rem;
    }
    .policy-deco-3 {
        top: -5rem;
        right: 7rem;
        width: 14.3rem;
    }
    .top-policy .wrap:nth-child(n+2) {
        padding: 0 3rem;
        flex-direction: column-reverse;
        gap: 2rem;
    }
    .top-policy .wrap:nth-child(n+3) {
        padding: 0 3rem;
        flex-direction: column;
        gap: 2rem;
    }
    .top-policy .wrap:nth-of-type(n+2) > div {
        margin-left: 0;
    }
    .top-policy .wrap:nth-of-type(n+2) p {
        width: 100%;
    }
    .top-policy .wrap:nth-of-type(3) .heading-2 {
        padding-left: 0;
    }
    .top-policy .wrap:nth-of-type(3) p {
        padding-left: 0;
    }
    .top-policy .wrap:nth-of-type(n+2) .heading-2 {
        font-size: 2.35rem;
    }
    .top-policy .wrap:nth-of-type(1) > figure img {
        width: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 549px) {
    .policy-deco-2 {
        top: -3rem;
        right: 21rem;
        width: 12.9rem;
    }
}



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

menu

----------------------------------------------------------  */
.top-menu {
    background: 
        url(../img/deco-4.png) no-repeat right 4.4rem top 10rem / 32.5rem auto,
        url(../img/deco-5.png) no-repeat left 4.3rem bottom 14.4rem / 32.5rem auto,
        url(../img/bg-menu.jpg) no-repeat top center / cover;
    padding: 13.4rem 0 15.6rem;
}
.top-menu h2 {
	display: flex;
	justify-content: center;
}
.top-menu ul {
	width: 91.6rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    gap: 3rem;
}
.top-menu-course,
.top-menu-food {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.top-menu-food {
	flex-direction: row-reverse;
	margin-top: 6.5rem;
	/* margin-bottom: 11.3rem; */
}
.top-menu-course > *,
.top-menu-food > * {
	width: 47%;
}
.top-menu figure {
	position: relative;
}
.top-menu figure figcaption {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	top: -2rem;
	background: url(../img/mark.png) no-repeat center top 0.4rem;
	background-size: 70% auto;
	background-color: #faf8f2;
	font-weight: bold;
	display: inline-block;
	padding: 3rem 0.3rem 3rem 0.3rem;
	font-size: 1.6rem;
}
.top-menu-course figcaption {
	right: 4rem;
}
.top-menu-course {
    /* margin-top: 10rem; */
    margin-top: 6.5rem;
}
.top-menu-food figcaption {
	left: 13.7rem;
}
.top-menu p {
	margin: 0.2rem 2.2rem 0 0;
    height: 22.7rem;
    font-weight: 300;
}
.top-menu span {
    margin: 0.2rem 1.1rem 0 0;
	font-size: 1rem;
    font-weight: 300;
}
.top-menu-drink,
.top-menu-lunch {
	width: 47.5%;
}
.top-menu-drink figure,
.top-menu-lunch figure{
	height: 26.6rem;
}
.top-menu-drink figure img,
.top-menu-lunch figure img{
	height: 100%;
    object-fit: cover;
}
.top-menu-drink .heading-2,
.top-menu-lunch .heading-2{
	border-bottom: 0.5px solid #000;
    font-weight: 600;
    font-size: 1.84rem;
    padding: 2rem 0;
}
.top-menu-drink figcaption,
.top-menu-lunch figcaption {
	left: -1.7rem;
}
.top-menu-drink p,
.top-menu-lunch p {
	margin-top: 2rem;
    height: initial;
}
.top-menu-drink .more,
.top-menu-lunch .more {
	margin: 3rem auto 0 auto;
}
.top-menu-course div,
.top-menu-food div {
    display: flex;
    flex-direction: row-reverse;
}
.top-menu-food div {
    justify-content: center;
}
.top-menu-course .heading-2,
.top-menu-food .heading-2 {
    font-weight: 600;
    font-size: 1.84rem;
    border-left: 0.5px solid #000;
    border-right: 0.5px solid #000;
    padding: 0 2rem;
    margin-right: 3rem;
    line-height: 1.9;
}
.top-menu-food .heading-2 {
    margin-right: 5rem;
}
.top-menu-course img,
.top-menu-food img {
    width: 51.7rem;
}
.top-menu-food img {
    margin-left: -10rem;
}
.top-menu-btn {
    margin: 10.5rem auto 0;
    width: max-content;
}
.top-menu .heading-1 img {
    width: 9.4rem;
    height: initial;
}


@media screen and (max-width: 768px) {
	.top-menu {
		background: url(../img/deco-4.png) no-repeat right 3rem top 1rem, url(../img/deco-5.png) no-repeat left 2rem bottom 1rem;
		background-size: 14rem auto;
		padding: 6rem 3rem;
	}
	.top-menu ul {
		width: auto;
		display: block;
	}
	.top-menu-course,
	.top-menu-food {
		flex-direction: column;
	}
	.top-menu-food {
		margin: 6rem 0;
	}
	.top-menu-course > *,
	.top-menu-food > * {
		width: 100%;
	}
	.top-menu-course figure,
	.top-menu-food figure {
		margin-bottom: 2rem;
	}
	.top-menu-course figcaption {
		right: 3.5rem;
	}
	.top-menu-food figcaption {
		left: 10.5rem;
	}
	.top-menu p {
		margin: 2rem 0 2.5rem 0;
        height: initial;
	}
	.top-menu-drink {
		margin-bottom: 6rem;
	}
	.top-menu-drink,
	.top-menu-lunch {
		width: 100%;
	}
	.top-menu-drink figcaption,
	.top-menu-lunch figcaption {
		left: -1.2rem;
	}
	.top-menu-drink .more,
	.top-menu-lunch .more {
		margin: 3rem auto 0 auto;
	}
    .top-menu-course img,
    .top-menu-food img {
        width: 100%;
    }
    .top-menu-food img {
        margin-left: 0;
    }
    .top-menu-course div,
    .top-menu-food div {
        display: initial;
    }
    .top-menu-course .heading-2,
    .top-menu-food .heading-2 {
        border: initial;
        border-bottom: 0.5px solid #000;
        padding: 0 0 2rem 0;
        margin: 0;
    }
    .top-menu span {
        font-size: 1.4rem;
    }
    .top-menu-drink figure,
    .top-menu-lunch figure {
        height: initial;
    }
}   



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

gallery

----------------------------------------------------------  */
.top-gallery {
	padding: 11.2rem 0 10.9rem;
	background: url(../img/bg-gallery.jpg) no-repeat top center / cover;
}
.top-gallery h2 {
	display: flex;
	justify-content: center;  
}
.top-gallery .heading-1 img {
    width: 11.5rem;
    height: initial;
}
.top-gallery p {
	text-align: center;
	margin-bottom: 4rem;
	color: #fff;
}
.top-gallery .more {
	margin: 0 auto;
}
#loopslider {
	margin: 0 auto 8.4rem auto;
	width: 100%;
	height: 200px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#loopslider ul {
	height: 207px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0!important;
	padding: 0!important;
}
#loopslider ul li {
	width: 284px;
	height: 207px;
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#loopslider ul {
	display: inline-block;
	overflow: hidden;
}
#loopslider img {
	height: 207px;
	object-fit: cover;
	padding: 0 0.55rem;
}
@media screen and (max-width: 768px) {
	.top-gallery p {
		text-align: left;
		margin-bottom: 3rem;
		padding: 0 3rem;
	}
	#loopslider {
		height: 160px;
	}
	#loopslider ul {
		height: 160px;
	}
	#loopslider ul li {
		width: 200px;
		height: 160px;
	}
	#loopslider img {
		height: 160px;
	}	
}



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

access

----------------------------------------------------------  */
.top-access {
	padding: 11.4rem 0;
	background:
		url(../img/deco-1.png) no-repeat right 7.55rem top 4rem / 26.8rem auto,
        url(../img/bg-access.jpg) no-repeat top center / cover;
}
.top-access h2 {
	display: flex;
	justify-content: center;
}
.top-access .wrap {
	width: 88rem;
	margin: 0 auto 5rem auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.top-access .wrap > figure {
	width: 40%;
}
.top-access .wrap > dl {
	width: 55%;
}
.top-access .more {
	margin: 0 auto;
}
.top-access figure img {
    /*width: 51.5rem;
    margin-left: -16.1rem;*/
    width: 86%;
    display: block;
}
@media screen and (max-width: 768px) {
	.top-access {
		padding: 6rem 3rem;
		background:
            url(../img/deco-1.png) no-repeat right 2.55rem top 4rem / 11.8rem auto,
            url(../img/bg-access.jpg) no-repeat top center / cover;
	}
	.top-access .wrap {
		width: auto;
		margin: 0 auto 4rem auto;
		display: block;
	}
	.top-access .wrap > figure {
		width: 100%;
        display: flex;
	}
	.top-access .wrap > dl {
		width: 100%;
	}
	.top-access .more {
		margin: 0 auto;
	}
    .top-access figure img {
        width: 50%;
        margin: 0;
    }
}



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

instagram

----------------------------------------------------------  */
.top-insta {
    background: 
    url(../img/deco-4.png) no-repeat right 7.9rem top 4.3rem / 36.5rem auto, 
    url(../img/deco-5.png) no-repeat left 5.6rem bottom 2.6rem / 36.5rem auto, 
    url(../img/bg-insta.jpg) no-repeat top center / cover;
    padding: 12rem 0 16.2rem;
}
.top-insta .heading-1 img {
    width: 14.3rem;
    height: initial;
}
.top-insta h2 {
	display: flex;
	justify-content: center;
}
.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% - 2rem) / 3);
    margin-right: 1rem;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(3n) {
    margin-right: 0;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 4) {
    margin-top: 1rem;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
    display: none;
}
@media screen and (max-width: 768px) {

	.top-insta .wrap {
		width: auto;
		padding: 0 3rem;
	}
    .top-insta {
        background: url(../img/deco-4.png) no-repeat right 1.9rem top 4.3rem / 15.5rem auto, 
            url(../img/deco-5.png) no-repeat left 1.6rem bottom 2.6rem / 15.5rem auto, 
            url(../img/bg-insta.jpg) no-repeat top center / cover;
    }
}











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

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: 7%;
	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: 24%;
	text-align: center;
	margin-bottom: 2%;
	font-weight: bold;
}
ul.lcmenu li a {
	display: block;
	padding: 1.8rem 0 2rem 0;
	background: #fff;	
	white-space: nowrap;
}
ul.lcmenu li.current a {
	color: #fff;
	background: var(--gold);	
}
@media screen and (max-width: 768px) {
	ul.lcmenu li {
		width: 49%;
	}
	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%;
	}	
}



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

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(--gold);
    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 #888;
        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.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: var(--sub7-text-color);
        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: 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 #888;
        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: #888;
        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: 0.6rem;
    }
    .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 #888;
    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 #888;
    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: #888;
    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: 0.6rem;
}
.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,
.CMS-LUNCH-MENU {
    pointer-events: none;
}


/*=============== top-yoyaku ===========*/

.top-container {
    max-width: 948px;
    margin: 0 auto;
    padding: 0 2rem;
}
.yoyaku__title {
    width: 7.8rem;
    margin: 0 auto;
}
.top-yoyaku {
    background-image: url(../img/bg_yoyaku.png);
    background-position: center top;
    background-repeat: repeat;
    background-size: 100% auto;
    padding: 11.525rem 0 0;
  }
  .yoyaku-txt {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2rem;
    display: block;
    text-decoration: underline;
  }
  .top-yoyaku h2 {
    color: #FFF;
  }
  .top-yoyaku h2 img{
    margin: 0 auto;
    display: block;
  }
  .top-yoyaku .top-heading::before {
    filter: invert(1);
  }
  
  .top-yoyaku__heading {
    margin: 0 auto;
    width: 14rem;
  }

.calendar-wrapper {
    border: 16px solid #ccc;
    width: 100%;
    margin: 4rem auto 0 auto;
    display: flex;
    background: #fff;
  }
  
  .calendar-wrapper a {
    color: #000;
  }
  
  .reservation .calendar-wrapper {
    position: relative;
    outline: 16px solid #ccc;
    max-width: 720px;
    width: 90vw;
    margin: 60px auto 0 auto;
    display: flex;
    flex-direction: row;
  }
  
  #calendar {
    text-align: center;
    width: 100%;
  }
  
  .reservation #calendar {
    text-align: center;
    width: 100%;
    line-height: 1.5;
  }
  
  table {
    /* outline: 16px solid #ccc; */
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
  }
  
  .reservation table {
    outline: 16px solid #ccc;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
  }
  
  th {
    color: #000;
  }
  
  .calendar-wrapper th,
  .calendar-wrapper td {
    outline: 1px solid #ddd;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    color: #111111;
  }
  
  td:nth-child(6) .reservation-date,
  td:nth-child(6) .reservation-date a {
    color: #8888ff;
  }
  
  td:last-child .reservation-date,
  td:last-child .reservation-date a {
    color: #ff8888;
  }
  
  td.disabled {
    background-color: #eeeeee;
    color: #aaaaaa;
  }
  
  /* .reservation-date {
  text-decoration: underline;
  } */
  
  .reservation-seat {
    font-size: 14px;
  }
  
  .reservation-seat.able a {
    color: #dd8866;
  }
  
  .reservation-seat-disabled a {
    color: #aaaaaa;
  }
  
  .calendar-reservation {
    border-collapse: collapse;
    width: 100%;
    word-break: break-all;
    margin-top: 10px;
    margin-left: 1rem;
    padding: 20px;
    line-height: 1.8;
  }
  
  .calendar-reservation form {
    padding-top: 0;
  }
  
  .calendar_date {
    font-size: 18px;
  }
  
  .calendar_person,
  .calendar_time {
    width: 100%;
    font-size: 18px;
    padding: 8px;
    margin-top: 4px;
    margin-bottom: 8px;
  }
  
  .calendar_button {
    width: 100%;
    font-size: 18px;
    padding: 12px;
    border-radius: 6px;
    background-color: #000;
    color: #fff;
    border: 1px solid #aaaaaa;
    cursor: pointer;
  }
  
  .calendar_button:hover {
    opacity: 0.8;
  }
  
  .calendar_info {
    font-size: 12px;
    margin: 20px;
    color: #000;
  }
  
  .calendar_ok {
    color: #dd8866;
  }
  
  @media screen and (max-width: 767px) {
    .reserve {
        margin-top: 5rem;
    }
  
    .reservation .reserve {
        margin-top: 0;
    }
  
    .calendar-wrapper {
        width: 100%;
        margin: 5rem auto;
        flex-direction: column;
    }
  
    .calendar-wrapper {
        font-size: 12px;
    }
  
    .calendar-reservation {
        padding: 0;
        margin-top: 20px;
        margin-left: 0;
    }
  
    .calendar-reservation form {
        padding: 20px;
    }
  
    .calendar-reservation form div {
        margin-bottom: 20px;
    }
  }
  
  @media screen and (max-width: 450px) {
    .reservation-date {
        font-size: 2.8vw;
    }
  }
  
  
  .reserve-btn {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999999;
    transform: translateY(-50%);
  }
  
  .reserve-btn a {
    display: inline-block;
    padding: 3rem 2rem;
    color: #fff;
    font-size: 16px;
    background-color: #000;
    writing-mode: vertical-lr;
  }
  
  @media screen and (max-width: 767px) {
    .reserve-btn {
        right: auto;
        top: initial;
        bottom: 0;
        width: 100%;
        transform: translateY(0);
    }
  
    .reserve-btn a {
        writing-mode: initial;
        width: 100%;
        padding: 2rem 0;
        text-align: center;
    }
  
    .reservation {
        padding-left: 3.5rem;
    }
  
    .reservation .s-reservation {
        padding: 3rem 3.5rem 3rem 0;
    }
  
    .reservation .calendar-wrapper {
        flex-direction: column;
        outline: 4px solid #ccc;
    }
  }
  
  .s-reservation {
    padding: 12rem 0;
  }
  
  .s-reservation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    justify-content: center;
  }
  
  .s-reservation__ttl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    margin-right: 1rem;
    position: relative;
  }
  
  .s-reservation__ttl__logo {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 24.4rem;
    max-width: 80%;
  }
  
  .s-reservation__ttl__txt {
    font-size: 60px;
    font-size: 6rem;
    font-size: 428.57143%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.4;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    font-weight: 400;
    position: relative;
    z-index: 2;
    padding-top: 1rem;
  }
  
  .s-reservation__content {
    width: 113rem;
    max-width: 75%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
    padding: 7.5rem 5.61797753% 14rem;
  }
  
  .s-reservation__content__list {
    width: 73rem;
    max-width: 100%;
  }
  
  .s-reservation__content__item {
    line-height: 1.85714286;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ccc;
  }
  
  .calendar_title,
  .calendar_date {
    color: #000;
    font-size: 16px;
  }
  
  .takeout_top_ad {
    display: flex;
  }
  
  .takeout_img {
    width: 52%;
    margin-right: 3%;
  }
  
  .takeout_ad {
    width: 45%;
  }
  
  .takeout_top_ad img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .takeout_top_ad dl.detail dt {
    padding: 0.5rem;
  }
  
  .takeout_top_ad dl.detail dd {
    padding: 0.5rem;
  }
  
  @media screen and (min-width: 768px) {
    .yoyaku {
        padding: 10rem 20rem;
    }
  }

  .red {
    color: #e92f3d
  }

  .CMS-NOT-EDITABLE-AREA {
    height: 100%;
  }