@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Montserrat:wght@900&display=swap');



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

base

----------------------------------------------------------  */
:root {
	--blue-1: #51b2d3;
	--blue-2: #0084b3;
	--beige: #f9f5e9;
	--font-mplus: 'M PLUS 1p', sans-serif;;
}
body {
	color: #262626;
	font-family: "M PLUS 1", sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.5rem;
	}
}
a {
	color: #262626;
}



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

font-size

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



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

header

----------------------------------------------------------  */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(255,255,255,0.93);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	padding: 0 8rem 0 4rem;
	height: 8.2rem;
}
header h1 {
	width: 19.5rem;
	line-height: 1;
}
.shop-list {
	font-weight: bold;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.shop-list li:not(:last-child) {
	margin-bottom: 0.5rem;
}
.shop-list a {
	display: flex;
	align-items: center;
}
.shop-list a::after {
	content: "";
	width: 2rem;
	height: 2rem;
	background: url(../img/arrow-blue.png) no-repeat center;
	background-size: 2rem auto;
	margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
	header {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 6rem;
		padding: 0;
	}
	header h1 {
		width: 15rem;
	}	
}



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

nav

----------------------------------------------------------  */
.gnav {
	/* padding-top: 2.5rem; */
}
ul.gnav-menu {
	display: flex;
	align-items: center;
}
ul.gnav-menu > li {
	font-weight: 900;
	font-size: 1.3rem;
	white-space: nowrap;
}
ul.gnav-menu > li:not(:last-child):nth-child(odd) a {
	color: #0084b3;
}
ul.gnav-menu > li:not(:last-child):nth-child(even) a {
	color: #00afcc;
}

ul.gnav-menu > li:not(:last-child) {
	margin-right: 3rem;
}
ul.gnav-menu > li:last-child img {
	width: 1.9rem;
}
ul.gnav-menu > li > a {
	display: inline-block;
	position: relative;
}
/* ul.gnav-menu > li > a::after {
	position: absolute;
	background: #000;
	bottom: -3px;
	content: '';
	height: 0.15rem;
	left: 0;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	width: 100%;	
}
ul.gnav-menu > li > a:hover::after {
	transform: scale(1,1);
} */
ul.gnav-menu > li > a:hover {
	opacity: 1;  
	filter: alpha(opacity=100);  
}
ul.gnav-menu li.current a::before {
	content: "";
	width: 2rem;
	height: 2rem;
	background: url(../img/current.png) no-repeat center;
	background-size: 2rem auto;
	position: absolute;
	left: calc(50% - 1rem);
	top: -2rem;
	transition: all .3s;
	opacity: 1;
}
ul.gnav-menu li a::before {
	content: "";
	width: 2rem;
	height: 2rem;
	background: url(../img/current.png) no-repeat center;
	background-size: 2rem auto;
	position: absolute;
	left: calc(50% - 1rem);
	top: -2rem;
	transition: all .3s;
	opacity: 0;
}
ul.gnav-menu li a:hover::before {
	opacity: 1;
	transform: rotateY(180deg);
}




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

footer

----------------------------------------------------------  */
footer {
	background: var(--blue-2);
	background: #fff;
	/* color: #fff; */
	position: relative;
}
footer a {
	/* color: #fff; */
}
footer .wrap {
	padding: 3rem 0 8.5rem;
	display: flex;
	flex-direction: column-reverse;            

}
footer .sns {
	display: flex;
	justify-content: center;
	margin-bottom: 6rem;
}
footer .sns li {
	width: 3.6rem;
}
footer .sns li:not(:last-child) {
	margin-right: 1.5rem;
}
footer .logo {
	width: 19.5rem;
	margin:  8rem auto 0;
}
footer nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
}
footer nav ul li:not(:last-child) {
	margin-right: 3.3rem;
}
footer nav ul > li a {
	font-weight: 700;
}
footer nav ul > li:not(:last-child):nth-child(odd) a {
	color: #0084b3;
}
footer nav ul > li:not(:last-child):nth-child(even) a {
	color: #00afcc;
}

footer nav ul > li:last-child img {
	width: 1.9rem;
}

footer .shop-list {
	justify-content: center;
	flex-direction: row;
	align-items: center;
	margin-top: 3rem;
}
footer .shop-list li:not(:last-child) {
	margin-bottom: 0;
	margin-right: 4rem;
}
footer .shop-list a {
	display: flex;
	align-items: center;
}
footer .shop-list a::after {
	background: url(../img/arrow-wt.png) no-repeat center;
	background-size: 2rem auto;
}
footer small {
	display: block;
	text-align: center;
	font-size: 1.2rem;
	background: #fff;
	color: var(--blue-2);
	color: #fff;
	background-color: #00afcc;
	padding: 0.5rem 0;
}
@media screen and (max-width: 768px) {
	footer {
		color: #fff;
		position: relative;
	}
	footer a {
		color: #fff;
	}
	footer .wrap {
		padding: 5rem 0;
	}
	footer .sns {
		display: flex;
		justify-content: center;
		margin-bottom: 6rem;
	}
	footer .sns li {
		width: 3.6rem;
	}
	footer .sns li:not(:last-child) {
		margin-right: 1.5rem;
	}
	footer .logo {
		width: 18rem;
		position: relative;
		margin: 6rem auto 4rem auto;
		left: 0;
		top: 0;
	}
	footer .shop-list {
		font-size: 1.4rem;
	}
	footer .shop-list li:not(:last-child) {
		margin-right: 2rem;
	}
	footer nav ul {
		flex-direction: column;
	}
	footer nav ul li {
		text-align: center;
	}
	footer nav ul li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 2rem;
	}
	footer nav ul > li:last-child img {
		width: 2.8rem;
	}
}



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

page-ttl

----------------------------------------------------------  */
.page-ttl {
	background: url(../img/mv.jpg) no-repeat center / cover;
	position: relative;
}
.page-ttl > div {
	background: rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 29rem;
	padding-top: 9.5rem;
}
.page-ttl h2 {
	color:#fff;
	font-size: 4rem;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* font-family: var(--font-mplus); */
	font-weight: 900;
}
@media screen and (max-width: 768px) {
	.page-ttl > div {
		height: 22rem;
		padding-top: 6.5rem;
	}
	.page-ttl h2.adjust {
		font-size: 3.2rem;
	}
}



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

style

----------------------------------------------------------  */
/* heading */
.heading-1 {
	margin-bottom: 4rem;
	text-align: center;
}
.heading-1 img {
	height: 10rem;
	width: auto;
}

.heading-2 {
	margin-bottom: 2.5rem;
	font-weight: normal;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	line-height: 1.6;
}
.heading-2 strong {
	font-weight: 900;
	font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
	.heading-1 {
		margin-bottom: 2.5rem;
	}
	.heading-2 {
		margin-bottom: 2rem;
	}
}
/* more */
.more {
	display: block;
	text-align: center;
	width: 20rem;
	margin: 0 auto;
}
.more.left {
	margin-right: auto;
	margin-left: 0;
}
@media screen and (max-width: 768px) {
	.more.left {
		margin: 0 auto;
	}
}
/* ttl */
.ttl {
	border-bottom: solid 1px rgba(0,0,0,0.2);
	font-size: 2.2rem;
	margin-bottom: 3rem;
	padding: 1rem 0 1.5rem 0;
	position: relative;
}
.ttl:after {
	border-bottom: solid 4px var(--color);
	bottom: -4px;
	content: " ";
	display: block;
	position: absolute;
	width: 25%;
}
@media screen and (max-width: 768px) {
	.ttl:after {
		width: 40%;
	}	
}
/* detail */
dl.detail {
	display: flex;
	flex-wrap: wrap;
}
dl.detail dt {
	padding: 1.5rem;
	width: 25%;
	white-space: nowrap;
	font-weight: bold;
	border-bottom: solid 0.15rem var(--blue-1);
}
dl.detail dd {
	padding: 1.5rem;
	width: 75%;
	border-bottom: solid 0.15rem var(--blue-1);
}
dl.bk dt,
dl.bk dd {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
dl.wt dt,
dl.wt dd {
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
@media screen and (max-width: 768px) {
	dl.detail {
		display: block;
	}
	dl.detail dt {
		display: flex;
		align-items: center;
		padding: 1.2rem 1.2rem 0 1.2rem;
		width: 100%;
		border-bottom: none;
	}
	dl.detail dt::before {
		content: "◆";
		font-size: 1.2rem;
		margin-right: 0.5rem;
	}
	dl.detail dd {
		padding: 0 1.2rem 1.2rem 1.2rem;
		width: 100%;
	}
	dl.bk dt {
		border-bottom: none;
	}
	dl.wt dt {
		border-bottom: none;
	}
}



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

hamburger

----------------------------------------------------------  */
.gnav-sp {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: -1;
	opacity: 0;
	background: #fff;	
}
.gnav-sp .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.gnav-sp-menu li {
	font-size: 1.6rem;
	text-align: center;
	font-weight: 900;
	line-height: 1.4;
}
.gnav-sp-menu li span {
	display: block;
}
.gnav-sp-menu li a {
	display: block;
	padding: 1.5rem 0;
	white-space: nowrap;
}
.gnav-sp-menu li:last-child img {
	width: 3.5rem;
}
.gnav-sp .shop-list {
	align-items: center;
	margin-top: 3rem;
}
.gnav-sp .shop-list li:not(:last-child) {
	margin-bottom: 1rem;
}
/* toggle */
.toggle-btn {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 6rem;
	height: 6rem;
	transition: all .5s;
	cursor: pointer;
	z-index: 100000;
	background: var(--blue-2);
}
.toggle-btn span {
	display: block;
	position: absolute;
	left: 2rem;
	width: 2rem;
	height: 0.2rem;
	background-color: #fff;
	transition: all .4s;
}
.toggle-btn span:nth-child(1) {
	top: 1.9rem;
}
.toggle-btn span:nth-child(2) {
	top: 2.7rem;
}
.toggle-btn span:nth-child(3) {
	top: 3.5rem;
}
/* open */
.open .gnav-sp {
	top: 0;
	opacity: 1;
	z-index: 99999;
}
.open .toggle-btn span {
	background-color: #fff;
}
.open .toggle-btn span:nth-child(1) {
	-webkit-transform: translateY(0.8rem) rotate(-45deg);
	transform: translateY(0.8rem) rotate(-45deg);
}
.open .toggle-btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle-btn span:nth-child(3) {
	-webkit-transform: translateY(-0.8rem) rotate(45deg);
	transform: translateY(-0.8rem) rotate(45deg);
}



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

layout

----------------------------------------------------------  */
.base-width {
	width: 88rem;
	margin-left: auto;
	margin-right: auto;
}
.container {
	margin: 8rem auto 10rem auto;
	width: 88rem;
}
.container .wrap {
	display: flex;
	justify-content: space-between;
}
.container .wrap.reverse {
	flex-direction: row-reverse;
}
.container .wrap > figure {
	width: 35%;
}
.container .wrap > div {
	width: 60%;
}
@media screen and (max-width: 768px) {
	.base-width {
		width: auto;
	}
	.container {
		margin: 6rem 3rem 8rem 3rem;
		width: auto;
	}
	.container .wrap {
		display: block;
	}
	.container .wrap > figure {
		width: 100%;
		margin-bottom: 2rem;
	}
	.container .wrap > div {
		width: 100%;
	}
}


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

Policy

----------------------------------------------------------  */
.ttl3 {
	border-bottom: solid 1px rgba(0,0,0,0.2);
	font-size: 2.2rem;
	line-height: 1.4;
	margin-bottom: 3rem;
	padding: 1rem 0 1.4rem 0;
	position: relative;
}
.ttl3:after {
	border-bottom: solid 5px #006baf;
	bottom: -5px;
	content: " ";
	display: block;
	position: absolute;
	width: 25%;
}
@media screen and (max-width: 767px) {
	.ttl3:after {
		width: 40%;
	}	
}

.policy-inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6rem;
}
.policy-inner > div:first-of-type {
	width: 35%;
}
.policy-inner > div:last-of-type {
	width: 60%;
}
.policy-inner img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
	.policy-inner {
		display: block;
	}
	.policy-inner > div:first-of-type {
		width: 100%;
		margin-bottom: 2rem;
	}
	.policy-inner > div:last-of-type {
		width: 100%;
	}
}




.menu__img {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

._reserve {
	text-align: center;
	font-size: 2rem;
}


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

fixed btn

----------------------------------------------------------  */
.fixed-btn {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: 999;
}
.fixed-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6rem;
	padding: 2rem 0;
	line-height: 1;
}
/* icon */
.fixed-btn li img {
	width: 3.2rem;
	height: 3.2rem;
	margin-bottom: 1rem;
}
/* txt */
.fixed-btn a > span {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
}
.fixed-btn a > span > span:nth-child(1) {
	font-size: 1.2rem;
	margin-left: 0.4rem;
	letter-spacing: 0.2em;
}
.fixed-btn a > span > span:nth-child(2) {
	font-weight: 900;
	/* font-family: var(--font-mplus); */
	font-size: 2rem;
}
/* tel */
.fixed-btn li.tel {
	margin-bottom: 1rem;
}
.fixed-btn li.tel a {
	background: rgba(38,38,38,0.9);
	color: #fff;
}
@media screen and (max-width: 768px) {
	.fixed-btn {
		top: auto;
		right: auto;
		bottom: 0;
		transform: none;
		-webkit-transform: none;
		width: 100%;
		display: flex;
	}
	.fixed-btn li {
		width: 100%;
	}
	.fixed-btn a {
		width: 100%;
		padding: 0;
		height: 6.4rem;
		text-decoration: none !important;
	}
	/* icon */
	.fixed-btn li img {
		width: 2.5rem;
		height: 2.5rem;
		margin-bottom: 0;
		margin-right: 1rem;
	}	
	/* txt */
	.fixed-btn a > span > span:nth-child(1) {
		margin-left: 0;
		margin-bottom: 0.4rem;
		font-size: 1.2rem;
	}
	.fixed-btn a > span > span:nth-child(2) {
		font-weight: 900;
		font-size: 2.2rem;
	}		
	/* tel */
	.fixed-btn li.tel {
		margin-bottom: 0;
	}	
	.fixed-btn .tel a > span > span:nth-child(2) {
		text-decoration: underline;
	}		
}



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

display

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



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

page-top

----------------------------------------------------------  */
#page-top {
    position: fixed;
	z-index: 999;
	bottom: 1rem;
	right: 1rem;	
	width: 6rem;
}
#page-top a {
	color: #00afcc;
	background-color: #fff;
	border: 0.15rem solid #00afcc;
	border-radius: 50%;
	width: 5rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	position: relative;
}
#page-top a::before {
	content: "＜";
	transform: rotate(90deg);
	text-align: center;
	/* aspect-ratio: 293/95; */
	position: absolute;
	top: 0.6rem;
	font-size: 1rem;
	font-weight: normal;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#page-top {
		width: 6rem;
	}
	#page-top a {
		width: 6rem;
		height: 6rem;
	}
}



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

link

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



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

class

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

/* prepare */
.prepare {
    text-align: center;
    padding: 8rem 0;
    font-size: 2.8rem;
	font-weight: 900;
	/* font-family: var(--font-mplus); */
	color: var(--blue-2);
	letter-spacing: 0.3em;
}

/* map */
.gmap iframe {
	width: 100%;
	height: 36rem;
}
.gmap.grey iframe {
	filter:grayscale(100%);
}

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



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

fade

----------------------------------------------------------  */
@keyframes fadeUp {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeUp {
    animation: fadeUp 0.5s ease;
    animation-fill-mode: both
}
.fade {
	opacity: 0;
	transform: translateY(2rem);
}







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

ベタ打ち

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

/* .ttl3 {
	border-bottom: solid 1px rgba(0,0,0,0.2);
	font-size: 2.2rem;
	line-height: 1.4;
	margin-bottom: 3rem;
	padding: 1rem 0 1.4rem 0;
	position: relative;
}
.ttl3:after {
	border-bottom: solid 5px #006baf;
	bottom: -5px;
	content: " ";
	display: block;
	position: absolute;
	width: 25%;
}
@media screen and (max-width: 767px) {
	.ttl3:after {
		width: 40%;
	}	
} */


.menu_betauchi:not(:last-of-type) {
	margin-bottom: 5rem;
}
.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: 3.5rem;
}
.restaurant-detail__menu:nth-child(n+2) {
    margin-top: 1.5rem;
}
.menu-price-list:last-of-type {
    border-bottom: 1px solid #d5d5d8;
}
.menu-price-list__row {
    display: flex;
    border-top: 1px solid #d5d5d8;
    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 16px 0;
    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;
	text-align: right;
}

@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;
    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__action {
    width: 9rem;
    display: flex;
    justify-content:center;
    /* display: none; */
    margin-top: -0.3rem;
}
.course-list-item__action a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.5rem;
	background: var(--blue);
    color: #fff;
	font-size: 1.1rem;
    text-decoration: 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 {
    margin-bottom: 4rem;
}

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

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

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

.menu-price-list__name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding: 16px 24px 16px 0;
    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
}

.menu-price-list__wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.menu-price-list__wrapper-in-wrapper{
  display: flex;
  justify-content: space-between;
}


@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: 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;
        width: 12rem;
        display: flex;
        justify-content:center;
        /* display: none; */
    }
    .course-list-item__action a {
        height: 4.5rem;
        font-size: 1.6rem;
    }

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

