@charset "UTF-8";



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

kv

------------------------------------------- */
.top-kv {
	position: relative;
	background: url(../img/texture-1.jpg) center top;
	background-size: 100% auto;
}
#main {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 64rem;
}
#main,
.CMS-NOT-EDITABLE-AREA {
	height: 64rem;
}
@media screen and (max-width: 768px) {
	#main,
	.CMS-NOT-EDITABLE-AREA {
		height: 40rem;
	}
}
.scroll {
	position: absolute;
	left: 3rem;
	bottom: -6.5rem;
	display: flex;
	align-items: center;
	z-index: 3;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
}
.scroll span {
	width: 0.1rem;
	height: 5.5rem;
	background: #fff;
	margin-right: 0.3rem;
	margin-top: 0.5rem;
	animation: scroll infinite 1s;
}
@media screen and (max-width: 768px) {
	.scroll {
		left: 1.5rem;
	}
}
@keyframes scroll {
	0% {
		transform: scale(1,1);
		transform-origin: bottom;
	}
	100% {
		transform: scale(1,0);
		transform-origin: bottom;
	}
}




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

reserve

------------------------------------------- */
.top-reserve {
	background: #000;
	padding: 8rem 0;
}
/* ---- wrap ---- */
.top-reserve .wrap {
	background: #ccc;
	height: 40rem;
}
@media screen and (max-width: 768px) {
	.top-reserve {
		padding: 8rem 3rem;
	}
}



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

news

------------------------------------------- */
.top-news {
	background: url(../img/texture-1.jpg) center top;
	background-size: 100% auto;
}
/* ---- more ---- */
.top-news .more {
    margin: 6rem auto 0 auto;
}
/* ---- cms ---- */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}
@media screen and (max-width: 768px) {
	.top-news .wrap {
		padding: 0 3rem;
	}
}



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

concept

------------------------------------------- */
.top-concept {
	background: #000;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.top-concept {
		padding: 4rem 3rem;
	}
}
/* ---- movie ---- */
.movie {
	background: #565656;
	height: 40rem;
	margin-bottom: 6rem;
}
/* ---- ul ---- */
.top-concept ul {
	margin-bottom: 8rem;
}
.top-concept ul li {
	display: flex;
	justify-content: space-between;
}
.top-concept ul li:not(:last-child) {
	margin-bottom: 8rem;
}
.top-concept ul li:first-child {
	margin-bottom: 4rem;
}
.top-concept ul li:nth-child(even) {
	flex-direction: row-reverse;
}
.top-concept ul li > figure {
	width: 62%;
}
.top-concept ul li > div {
	width: 35%;
	display: flex;
	flex-direction: row-reverse;
	height: 40rem;
}
.top-concept ul li:nth-child(even) > div {
	justify-content: flex-end;
}
@media screen and (max-width: 768px) {
	.top-concept ul {
		margin-bottom: 6rem;
	}
	.top-concept ul li {
		display: block;
	}
	.top-concept ul li:not(:last-child) {
		margin-bottom: 6rem;
	}
	.top-concept ul li:first-child {
		margin-bottom: 6rem;
	}
	.top-concept ul li > figure {
		width: 100%;
		margin-bottom: 2rem;
	}
	.top-concept ul li > div {
		width: 100%;
		display: block;
		height: auto;
	}
}
/* ---- h3 ---- */
.top-concept h3 {
	border-left: solid 0.15rem #fff;
	border-right: solid 0.15rem #fff;
	font-size: 2.2rem;
	padding: 0 2rem;
	text-orientation: upright;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.top-concept p {
	margin-right: 2.0rem;
	text-orientation: upright;
}
@media screen and (max-width: 768px) {
	.top-concept h3 {
		border-left: none;
		border-right: none;
		border-top: solid 0.15rem #fff;
		border-bottom: solid 0.15rem #fff;
		text-align: center;
		padding: 2rem 0;
		line-height: 1.6;
		margin-bottom: 2rem;
	}
	.top-concept p {
		margin-right: 0;
	}
}




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

parallax

------------------------------------------- */
.bg-parallax {
    height: 60rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	.bg-parallax {
		height: 32rem;
		position: relative;
	}
}
.bg-parallax > img {
	position: absolute;
	left: 0;
}
.bg-parallax > img:nth-of-type(2) {
	bottom: 0;
}
.bg-parallax::before {
    content: "";
    background: url(../img/bg-pa.jpg) no-repeat center / cover;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}



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

menu

------------------------------------------- */
.top-menu {
	background: #000;
	color: #fff;
}
.top-menu h2 {
	margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
	.top-menu {
		padding: 4rem 3rem 6rem 3rem;
	}
	.top-menu h2 {
		margin-bottom: 4rem;
	}
}
/* ---- course / food ---- */
.top-menu-course,
.top-menu-food {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5rem;
	align-items: center;
}
.top-menu-course > *,
.top-menu-food > * {
	width: 47%;
}
.top-menu-course > div {
	padding-right: 15rem;
}
.top-menu-food > div {
	padding-left: 15rem;
}
.top-menu-food {
	flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
	.top-menu-course,
	.top-menu-food {
		display: block;
		margin-bottom: 6rem;
	}
	.top-menu-course > *,
	.top-menu-food > * {
		width: 100%;
	}
	.top-menu-course > div {
		padding-right: 0;
	}
	.top-menu-food > div {
		padding-left: 0;
	}
	.top-menu-course figure,
	.top-menu-food figure {
		margin-bottom: 2rem;
	}
}
/* ---- h3 ---- */
.top-menu h3 {
	font-size: 2rem;
	margin-bottom: 2.5rem;
	padding-bottom: 2rem;
	border-bottom: solid 0.2rem var(--prime);
	line-height: 1.6;
}
/* ---- wrap ---- */
.top-menu .wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6rem;
}
.top-menu .wrap > * {
	width: 47%;
}
.top-menu .wrap figure {
	margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
	.top-menu .wrap {
		display: block;
		justify-content: space-between;
		margin-bottom: 5rem;
	}
	.top-menu .wrap > * {
		width: 100%;
	}
	.top-menu .wrap > *:nth-of-type(1) {
		margin-bottom: 6rem;
	}
	.top-menu .wrap figure {
		margin-bottom: 2rem;
	}
}
/* ---- takeout ---- */
.top-menu-takeout {
	background: url(../img/texture-1.jpg) center top;
	background-size: 100% auto;
	display: flex;
	color: #000;
	margin-bottom: 8rem;
}
.top-menu-takeout > * {
	width: 50%;
	padding: 2.5rem 4rem;
}
.top-menu-takeout .bg {
	background: url(../img/top-img-8.jpg) no-repeat center / cover;
}
.top-menu-takeout h2 {
	margin-bottom: 2rem;
}
.top-menu-takeout p {
	margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.top-menu-takeout {
		display: block;
		margin-bottom: 6rem;
	}
	.top-menu-takeout > * {
		width: 100%;
		padding: 2.5rem 4rem;
	}
	.top-menu-takeout .bg {
		height: 24rem;
	}
	.top-menu-takeout h2 {
		margin-bottom: 2rem;
	}
	.top-menu-takeout p {
		margin-bottom: 2rem;
	}
}



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

gallery

------------------------------------------- */
.top-gallery {
	padding: 0 0 10rem 0;
	background: 
		url(../img/deco-4.png) no-repeat left 5rem top 10rem,
		url(../img/deco-4.png) no-repeat right 5rem bottom 4rem,
		url(../img/line.jpg) repeat-x left bottom,
		url(../img/texture-1.jpg) center top;
	background-size: 
		20rem auto,
		20rem auto,
		auto 2.5rem,
		100% auto;
}
@media screen and (max-width: 768px) {
	.top-gallery {
		padding: 0 0 8rem 0;
		background: 
			url(../img/deco-4.png) no-repeat left 1rem top 5rem,
			url(../img/deco-4.png) no-repeat right 1rem bottom 4rem,
			url(../img/line.jpg) repeat-x left bottom,
			url(../img/texture-1.jpg) center top;
		background-size: 
			12rem auto,
			12rem auto,
			auto 1.5rem,
			100% auto;		
		}
}
.top-gallery h2 {
	margin-top: 8rem;
}
@media screen and (max-width: 768px) {
	.top-gallery h2 {
		margin-top: 6rem;
	}
}
/* ---- slider ---- */
#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
	height: 180px;
}
#loopslider ul li {
	width: 240px;
}
@media screen and (max-width: 768px) {
	#loopslider,
	#loopslider ul,
	#loopslider ul li,
	#loopslider img {
		height: 160px;
	}
	#loopslider ul li {
		width: 200px;
	}
}
#loopslider img {
	object-fit: cover;
}
#loopslider {
	margin: 0 auto 6rem auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
}
#loopslider ul {
	display: inline;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#loopslider ul li {
	display: inline;
	float: left;
	overflow: hidden;
}
#loopslider ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#loopslider ul {
	display: inline-block;
	overflow: hidden;
}



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

delivery

------------------------------------------- */
.top-delivery {
	background:
		url(../img/deco-3.png) no-repeat left 13rem top 8rem,
		url(../img/deco-3.png) no-repeat right -1rem center;
	background-size:
		26rem auto;
	background-color: #000;
	color: #fff;
	padding-top: 8rem;
}
@media screen and (max-width: 768px) {
	.top-delivery {
		background:
			url(../img/deco-3.png) no-repeat left 2rem top 2rem,
			url(../img/deco-3.png) no-repeat right -1rem center;
		background-size:
			18rem auto;
		background-color: #000;
		padding: 6rem 3rem 4rem 3rem;
	}
}
.top-delivery p {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
	.top-delivery p {
		margin-bottom: 3rem;
	}
}
.top-delivery p::before,
.top-delivery p::after {
	content: "";
	width: 30rem;
	height: 0.15rem;
	background: #fff;
}
.top-delivery p::before {
	margin-bottom: 1rem;
}
.top-delivery p::after {
	margin-top: 1.2rem;
}
/* ---- dl ---- */
.top-delivery dl {
	margin-top: 8rem;
	margin-bottom: 8rem;
	border: solid 0.12rem #fff;
	padding: 0 3rem 4rem 3rem;
	font-size: 1.8rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-delivery dt {
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12rem;
	height: 4rem;
	line-height: 1;
	background: #000;
	margin-top: -2rem;
	margin-bottom: 2rem;
}
.top-delivery dd {
	text-align: center;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.top-delivery dl {
		padding: 0 2rem 2rem 2rem;
		margin-bottom: 6rem;
	}
	.top-delivery dt {
		margin-bottom: 1rem;
	}
	.top-delivery dd {
		text-align: left;
		font-size: 1.5rem;
	}
}



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

access

------------------------------------------- */
.top-access {
	background: 
		url(../img/deco-8.png) no-repeat left 6rem top 18rem,
		url(../img/deco-5.png) no-repeat right 6rem bottom 4rem,
		url(../img/texture-1.jpg) center top;
	background-size: 
		20rem auto,
		20rem auto,
		100% auto;
	padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
	.top-access {
		background: 
			url(../img/deco-8.png) no-repeat left 1.5rem top 7rem,
			url(../img/deco-5.png) no-repeat right 1.5rem bottom 1.5rem,
			url(../img/texture-1.jpg) center top;
		background-size: 
			14rem auto,
			14rem auto,
			100% auto;
		padding-bottom: 8rem;
	}
}
.top-access h2 {
	margin-top: 8rem;
	margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
	.top-access h2 {
		margin-top: 6rem;
		margin-bottom: 4rem;
	}
}
/* ---- wrap ---- */
.top-access .wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 8rem;
}
.top-access .wrap > figure {
	width: 45%;
}
.top-access .wrap > dl {
	width: 50%;
	padding-right: 15rem;
}
@media screen and (max-width: 768px) {
	.top-access .wrap {
		display: block;
		margin-bottom: 3rem;
		padding: 0 3rem;
	}
	.top-access .wrap > figure {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.top-access .wrap > dl {
		width: 100%;
		padding-right: 0;
	}
}



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

instagram

------------------------------------------- */
.top-insta {
	padding: 10.5rem 0 16rem 0;
	background: 
		url(../img/deco-6.png) no-repeat left bottom,
		url(../img/line.jpg) repeat-x left top;
	background-size: 
		100% auto,
		auto 2.5rem;
	background-color: #000;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.top-insta {
		padding: 8rem 0 12rem 0;
		background-size: 
			200% auto,
			auto 1.5rem;
	}
}
/* ---- wrap ---- */
.top-insta .wrap {
	margin: 0 auto 6rem auto;
	width: 80rem;
}
@media screen and (max-width: 768px) {
	.top-insta .wrap {
		padding: 0 3rem;
		width: auto;
	}
}
/* ---- cms ---- */
.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.CMS-INSTAGRAM-LIST > * {
    margin-right: 1rem;
	width: calc((100% - 2rem) / 3);
}
.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;
}
/* ---- fb ---- */
.top-fb {
	margin: 0 auto;
	width: 80rem;
}
.top-fb a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 12rem;
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
	border: solid 0.5rem #1877f2;
	color: #1877f2;
	line-height: 1;
	padding-top: 0.2rem;
	font-size: 2rem;
	font-weight: bold;
}
.top-fb a i {
	font-size: 5.6rem;
	margin-right: 2rem;
}
.top-fb a span {
	border-top: solid 0.15rem #1877f2;
	border-bottom: solid 0.15rem #1877f2;
	padding: 1.2rem 0;
}
@media screen and (max-width: 768px) {
	.top-fb {
		width: auto;
		padding: 0 3rem;
	}
	.top-fb a {
		font-size: 1.8rem;
	}
	.top-fb a i {
		margin-right: 1rem;
	}
}



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

Retty

----------------------------------------------------------  */
.CMS-FORM-GROUP {
    margin-bottom: 2rem;
}
.CMS-FORM-INPUT-LABEL,
.CMS-FORM-EMAIL-LABEL,
.CMS-FORM-TEXTAREA-LABEL {
    display: block;
    font-weight: 600;
}
.CMS-FORM-INPUT,
.CMS-FORM-TEXTAREA,
.CMS-FORM-EMAIL {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px #d4d4d4;
}
.CMS-FORM-RADIO-LABEL {
    font-weight: 600;
}
.content__title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 1rem;
    border-bottom: 2px solid var(--prime);
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 2.5rem;
    background: none;
}
.restaurant-detail__menu:nth-child(n+2) {
    margin-top: 1.5rem;
}
.menu-price-list:last-of-type {
    border-bottom: 1px solid #ccc;
}
.menu-price-list__row {
    display: flex;
    border-top: 1px solid #ccc;
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.menu-price-list__name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding: 16px 24px;
    font-weight: 700;
}
.menu-price-list__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    align-items: flex-end;
    padding: 16px 0 16px 24px;
}

@media screen and (max-width: 768px) {
    .menu-price-list__row {
        display: block;
    }
    .menu-price-list__name {
        padding: 16px 24px 0;
    }
    .menu-price-list__price {
        padding: 0px 0 16px 24px;
    }
}


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

.course-list-heading__title {
    flex-shrink: 0;
    font-size: 2.4rem;
    font-weight:700
}

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

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

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

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

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

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

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

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

.course-list-item__title {
    font-size: 16px;
    font-weight:700;
    margin-bottom: 10px;
}

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

.course-list-item__description {
    font-size:12px;
    margin-bottom: 10px;
}

.course-list-item__footer {
    display:flex
}

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

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

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

.course-list-item__before-discount {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    text-decoration:line-through
}

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

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

.course-list-item__term {
    margin-left: 12px;
    display: flex;
    align-items: center;
    font-size:16px
}

.course-list-item__actions-list {
    display: flex;
    flex: 0 0 150px;
    flex-direction: column;
    justify-content: center;
    align-items:center
}
.course-list-item__actions-list li:first-child {
    /* display: none; */
}

.course-list-item__action {
    width: 96px;
    display: flex;
    justify-content:center;
}
.course-list-item__action a {
    color: #fff;
    text-align: center;
    background: var(--red);  
    font-size: 12px !important; 
}

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

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

.course-summary {
    display:flex
}

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

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

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

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

.course-summary-label {
    display:block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.restaurant-coupon {
    display:flex
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity:1
    }
}

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

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

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

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

.menu-description__text {
    margin-bottom: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.photo-menu__title {
    font-size: 1.6rem;
    font-weight:700
}

.photo-menu__price {
    align-self: flex-end;
    font-size:1.6rem
}

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

@media screen and (max-width: 768px) {
    .photo-menu {
        display: block;
        margin-left:0;
    }
    .photo-menu__item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }
    .photo-menu__figure {
        width: auto;
        height:auto
    }   

}


@media screen and (max-width: 768px) {
    .course-list-heading {
        display: flex;
        align-items: center;
        padding:0 0 12px;
    }

    .course-list-heading__title {
        flex-shrink: 0;
        max-width: 100%;
        font-size: 2.2rem;
        font-weight:700
    }

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

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

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

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

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

    .course-list-item__thumbnail img {
        font-family: "object-fit: cover;";
        object-fit: cover;
        width: 60%;
        height: 60%;
        background-color:#f4f4f5;
        display: block;
        margin: 0 auto 20px auto;
    }

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

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

    .course-list-item__title {
        font-size: 16px;
        font-weight:700;
        margin-bottom: 10px;
    }

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

    .course-list-item__description {
        font-size:12px;
        margin-bottom: 10px;
    }

    .course-list-item__footer {
        display:flex
    }

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

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

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

    .course-list-item__before-discount {
        display: inline-flex;
        align-items: center;
        font-size: 16px;
        font-weight: 400;
        text-decoration:line-through
    }

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

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

    .course-list-item__term {
        margin-left: 12px;
        display: flex;
        align-items: center;
        font-size:16px
    }

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

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

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

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

    .course-summary {
        display:flex
    }

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

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

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

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

    .course-summary-label {
        display:block
    }

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

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

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

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

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

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

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

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

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



.cms_takeout__modal_window {
    position: relative;
    z-index: 99999999999999999999999999999999999;
}
.cms_takeout__common_button {
	background: var(--prime) !important;
}