@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Paytone+One&display=swap');



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

index

----------------------------------------------------------  */
/* kv */
.top-kv {
	padding: 0 10rem 12rem 10rem;
	position: relative;
}
.top-kv-logo {
	position: absolute;
	right: 10rem;
	top:18rem;
	width: 30rem;
	z-index: 99;
}
.top-kv-wrap {
	background: url(../img/top-kv-bg.png) no-repeat left top;
	background-size: 80rem 61rem;
	width: 80rem;
	height: 61rem;
	position: relative;
}
#main {
	position: absolute;
	left: 2.4rem;
	top: 0.4rem;
	overflow: hidden;
	width: 77.1rem;
	height: 58.2rem;
}
.top-kv .img1 {
	position: absolute;
	left: 26rem;
	top: -2rem;
	z-index: 99;
	width: 20rem;
}
.top-kv .img2 {
	position: absolute;
	right: 5rem;
	bottom: 12rem;
	z-index: 99;
	width: 23rem;
}
.top-kv-copy {
	position: absolute;
	left: 28rem;
	bottom: 4rem;
	z-index: 99;
	background: url(../img/fukidashi1.png) no-repeat;
	background-size: 44rem 17rem;
	width: 44rem;
	height: 17rem;
}
.top-kv-copy p {
	width: 90%;
	margin: 4.9rem auto 0 auto;
	padding-right: 0.5rem;
}
.top-kv-txt1 {
	font-family: 'Paytone One', sans-serif;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	top: 50%;
	left: 2rem;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);	
}
.top-kv-txt2 {
	font-family: 'Paytone One', sans-serif;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);		
}
@media screen and (max-width: 767px) {
	.top-kv {
		padding: 0 0 17rem 2rem;
		position: relative;
	}
	.top-kv-logo {
		position: absolute;
		right: 1rem;
		top:8rem;
		width: 12rem;
		z-index: 99;
	}
	.top-kv-wrap {
		background: url(../img/top-kv-bg.png) no-repeat left top;
		background-size: 36rem 27rem;
		width: 36rem;
		height: 27rem;
		position: relative;
	}
	#main {
		position: absolute;
		left: 1.2rem;
		top: 0.3rem;
		overflow: hidden;
		width: 34.4rem;
		height: 25.6rem;
	}
	.top-kv .img1 {
		position: absolute;
		left: 4rem;
		top: -2rem;
		z-index: 99;
		width: 10rem;
	}
	.top-kv .img2 {
		position: absolute;
		right: 1rem;
		bottom: 12rem;
		z-index: 99;
		width: 10rem;
	}
	.top-kv-copy {
		position: absolute;
		left: 2rem;
		bottom: 2rem;
		z-index: 99;
		background: url(../img/fukidashi1.png) no-repeat;
		background-size: 36rem 14rem;
		width: 36rem;
		height: 14rem;
	}
	.top-kv-copy p {
		width: 90%;
		margin: 4.0rem auto 0 auto;
		padding-right: 0.5rem;
		font-size: 1.2rem;
	}
	.top-kv-txt1 {
		display: none;
	}
	.top-kv-txt2 {
		display: none;	
	}
}

/* news */
.top-news {
	background: #fff;
	padding: 10rem 15rem;
}
@media screen and (max-width: 767px) {
	.top-news {
		padding: 8rem 3rem;
	}
}

/* concept */
.top-concept {
	padding: 10rem 17rem 10rem 10rem;
	position: relative;
}
.top-concept::after {
	content: "CONCEPT";
	font-family: 'Paytone One', sans-serif;
	line-height: 1;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	position: absolute;
	top: 9rem;
	right: -1rem;
	transform: rotate(-180deg);
	font-size: 12rem;
	z-index: -1;
}
.top-concept .img {
	position: absolute;
	right: 8rem;
	top: -3rem;
	width: 28rem;
}
.top-concept-wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.top-concept-wrap > *:first-of-type {
	width: 50rem;
}
.top-concept-wrap > *:last-of-type {
	width: 35rem;
	padding-top: 17rem;
}
.top-concept h2 {
	font-size: 4.4rem;
	margin-bottom: 2.5rem;
	line-height: 1.3;
	-webkit-text-stroke: 1px #000;
	color: #fff;
}
.top-concept h2 + p {
	font-size: 1.8rem;
}
.top-concept-txt {
	position: absolute;
	left: 10rem;
	bottom: 10rem;
}
.top-concept figure {
	position: relative;
}
.top-concept figure figcaption {
	background: #000;
	font-family: 'Paytone One', sans-serif;
	color: #fff;
	width: 12rem;
	height: 3.6rem;
	line-height: 3.6rem;
	text-align: center;
	position: absolute;
	left: 0;
	top: -3.6rem;
}
.top-concept-txt {
	background: url(../img/fukidashi2.png) no-repeat;
	background-size: 54rem 16rem;
	width: 54rem;
	height: 16rem;
	position: absolute;
	left: 0;
	bottom: 0;
}
.top-concept-txt p {
	width: 80%;
	margin: 0 auto;
	font-size: 1.8rem;
	padding-right: 3rem;
	margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
	.top-concept {
		padding: 8rem 3rem;
	}
	.top-concept::after {
		content: "";
		position: relative;
		top: 0;
		right: 0;
		transform: none;
	}
	.top-concept .img {
		position: absolute;
		right: 2rem;
		top: -4rem;
		width: 12rem;
	}
	.top-concept-wrap {
		display: block;
	}
	.top-concept-wrap > *:first-of-type {
		width: 100%;
	}
	.top-concept-wrap > *:last-of-type {
		width: 100%;
		padding-top: 6rem;
	}
	.top-concept h2 {
		font-size: 3.2rem;
		margin-bottom: 1.5rem;
	}
	.top-concept-txt {
		position: relative;
		left: auto;
		bottom: auto;
	}
	.top-concept-txt {
		background: url(../img/fukidashi1.png) no-repeat;
		background-size: 36rem 14rem;
		width: 36rem;
		height: 14rem;
		position: relative;
		left: 0;
		bottom: 0;
	}
	.top-concept-txt p {
		width: 90%;
		margin: 0 auto;
		font-size: 1.2rem;
		padding-right: 1rem;
		padding-top: 3.8rem;
		margin-top: 1rem;
	}	
}

/* goods */
.top-goods {
	background: #fff;
	padding: 10rem 10rem;
}
.top-goods-wrap {
	position: relative;
}
.top-goods ul {
	display: flex;
	flex-wrap: wrap;
}
.top-goods ul li {
	width: calc(100% / 3);
	padding: 3rem 4rem;
}
.top-goods ul li img {
	margin: 2rem 0 3rem 0;
}
.top-goods ul li dl dt {
	font-family: 'Paytone One', sans-serif;
	margin-bottom: 1rem;
	text-align: center;
	line-height: 1;
}
.top-goods ul li dl dd {
	text-align: center;
	font-size: 1.6rem;
}
.top-goods ul li:nth-child(odd) {
	background: var(--yellow);
}
.top-goods ul li:nth-child(even) {
	background: var(--blue);
}
.top-goods ul li a {
	display: block;
	width: 16rem;
	margin: 0 auto;
	line-height: 1;
	background: #fff;
	text-align: center;
	font-family: 'Paytone One', sans-serif;
	border-radius: 8rem;
	padding: 2rem 0;
	font-size: 2rem;
}
.top-goods ul li a:hover {
	opacity: 1;
	background: var(--pink);
	color: #fff;
}
.top-goods-txt {
	width: calc(100% / 3);
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 2rem;
}
.top-goods-txt img {
	display: block;
	width: 55%;
	margin: 0 auto;
}
.top-goods-txt p {
	background: url(../img/fukidashi3.png) no-repeat center top;
	background-size: 30rem 18rem;
	width: 30rem;
	height: 18rem;
	margin-bottom: 2rem;
	padding: 3rem 4rem 0 3rem;
}
@media screen and (max-width: 767px) {
	.top-goods {
		padding: 8rem 3rem;
	}
	.top-goods ul {
		display: block;
		margin-bottom: 3rem;
	}
	.top-goods ul li {
		width: 100%;
		padding: 3rem 2.5rem;
	}
	.top-goods-txt {
		width: 100%;
		position: relative;
		right: auto;
		bottom: auto;
		padding: 0 2rem;
	}
}

/* menu */
.top-menu {
	padding: 10rem 0;
}
.top-menu p {
	margin-bottom: 2rem;
	font-size: 1.6rem;
}
.top-menu-food {
	background: url(../img/top-bg1.png) no-repeat center top;
	background-size: 100rem 70rem;
	width: 100rem;
	height: 70rem;
	margin: 0 auto;
	position: relative;
}
.top-menu-drink {
	background: url(../img/top-bg2.png) no-repeat center top;
	background-size: 100rem 89rem;
	width: 100rem;
	height: 89rem;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}
.top-menu-gallery {
	margin: -12rem auto 0 auto;
	padding: 0 6rem;
}
.top-menu-gallery img {
	margin-bottom: 3rem;
}
.top-menu-gallery .more {
	background: #fff;
}
.top-menu-food .txt {
	width: 24rem;
	position: absolute;
	right: 11rem;
	bottom: 11rem;
}
.top-menu-drink .txt {
	width: 24rem;
	position: absolute;
	left: 10rem;
	top: 16.5rem;
}
@media screen and (max-width: 767px) {
	.top-menu {
		padding: 8rem 0;
	}
	.top-menu-food {
		background: url(../img/top-bg1.png) no-repeat center right;
		background-size: 68rem 48rem;
		width: 100%;
		height: 48rem;
		margin: 0 auto;
		position: relative;
	}
	.top-menu-drink {
		background: url(../img/top-bg2.png) no-repeat center left;
		background-size: 60rem 54rem;
		width: 100%;
		height: 54rem;
		margin: 0 auto;
		position: relative;
		z-index: 99;
	}
	.top-menu-gallery {
		margin: -12rem auto 0 auto;
		padding: 0 1rem;
	}
	.top-menu-gallery img {
		margin-bottom: 3rem;
	}
	.top-menu-gallery .more {
		background: #fff;
	}
	.top-menu-food .txt {
		width: 18rem;
		position: absolute;
		right: 6.5rem;
		bottom: 6.5rem;
		font-size: 1.2rem;
	}
	.top-menu-drink .txt {
		width: 18rem;
		position: absolute;
		left: 4.5rem;
		top: 9rem;
	}
	.top-menu p {
		margin-bottom: 1rem;
		font-size: 1.2rem;
	}	
	.top-menu .more {
		width: 12rem;
	}
}

/* access */
.top-access {
	padding: 10rem 15rem;
	background: #fff;
	position: relative;
}
.top-access::after {
	content: "ACCESS";
	font-family: 'Paytone One', sans-serif;
	line-height: 1;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: var(--yellow);
	position: absolute;
	top: 24rem;
	right: -1rem;
	transform: rotate(-180deg);
	font-size: 12rem;
	z-index: 0;
}
.top-access-wrap {
	background: #fffbe5;
	border-radius: 3rem;
	padding: 8rem 6rem;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.top-access-wrap > * {
	width: 48%;
}
.top-access iframe {
	width: 100%;
	height: 100%;
}
.gmap iframe {
	width: 100%;
	height: 40rem;
}
@media screen and (max-width: 767px) {
	.top-access {
		padding: 8rem 2rem;
	}
	.top-access::after {
		content: "";
		position: relative;
		top: auto;
		right: auto;
		transform: none;
	}
	.top-access-wrap {
		padding: 4rem 3rem;
		display: block;
	}
	.top-access-wrap > * {
		width: 100%;
	}
	.top-access-wrap > *:first-of-type {
		margin-bottom: 2rem;
	}
	.top-access iframe {
		height: 40rem;
	}
	.gmap iframe {
		width: 100%;
		height: 40rem;
	}	
}




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

news

----------------------------------------------------------  */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 2rem;
    margin-bottom: 0;
}
.CMS-NEWS-INDEX {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 8rem;
    position: relative;
    margin-bottom: 8rem;
    position: relative;
}
.CMS-NEWS-INDEX > * {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
}
.CMS-NEWS-INDEX > *:nth-of-type(3n) {
    margin-right: 0;    
}
.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: block;
}
.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}
.CMS-NEWS-TIME {
    font-size: 1.2rem;
    margin: 2rem 0 0.6rem 0;
    line-height: 1;
}
.CMS-NEWS-LINK {
    line-height: 1.8;
}
.CMS-NEWS-INDEX > * img {
    height: 24rem;
    width: 100%;
    object-fit: cover;  
}

/* read more */
.CMS-NEWS-MORE-READ {
    background: var(--pink);
    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 .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}

/* detail */
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(0,0,0,0.2);
    font-size: 2.4rem;
    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 3px var(--pink);
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}
.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 2rem auto;
}

@media screen and (max-width: 767px) {
    .CMS-NEWS-INDEX {
        display: block;
        margin-bottom: -4rem;
        padding-bottom: 12rem;
    }
    .CMS-NEWS-INDEX > * {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4rem;        
    }
    .CMS-NEWS-CONTENT img {
        width: 100%;
    }
    .CMS-NEWS-INDEX > * img {
        height: auto;
    }
}




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

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 #d5d5d8;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2.5rem;
}
.restaurant-detail__menu:nth-child(n+2) {
    margin-top: 1.5rem;
}
.menu-price-list:last-of-type {
    border-bottom: 1px solid #eaeaeb;
}
.menu-price-list__row {
    display: flex;
    border-top: 1px solid #eaeaeb;
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.menu-price-list__name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding: 16px 24px;
    font-weight: 700;
}
.menu-price-list__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    align-items: flex-end;
    padding: 16px 0 16px 24px;
}

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


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

.course-list-heading__title {
    flex-shrink: 0;
    max-width: calc(100% - 300px);
    font-size: 24px;
    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__action {
    width: 96px;
    display: flex;
    justify-content:center;
    display: none;
}

.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 #eaeaeb;
    font-size:1.07692rem
}

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

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

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

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

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

.course-info-list__before-discount {
    display: inline-flex;
    align-items: center;
    color: #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
}

.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 {
    color: #fff;
    font-size: 1.07692rem;
    line-height: 1.5;
}

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

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

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

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

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

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

.photo-menu {
    display: flex;
    flex-wrap: wrap;
    margin-left:-36px;
    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.2rem
}

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

@media screen and (max-width: 767px) {
    .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: 767px) {
    .course-list-heading {
        display: flex;
        align-items: center;
        padding:0 0 12px;
    }

    .course-list-heading__title {
        flex-shrink: 0;
        max-width: 100%;
        font-size: 24px;
        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;
        display: none;
    }

    .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 #eaeaeb;
        font-size:1.07692rem
    }

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

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

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

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

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

    .course-info-list__before-discount {
        display: inline-flex;
        align-items: center;
        color: #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
    }
}
