/* ==========================================================================
	 mainvisual
========================================================================== */
.mainvisual {
	width: 100%;
	height: 52vw;
	background-image: url(/assets/img/shop/burger/bg_mainvisual_sp.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.mainvisual__container {
	padding-top: 6.6666666667vw;
	height: 52vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainvisual__title {
	font-size: 5.0666666667vw;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 1.6;
	letter-spacing: 0.15em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
	.mainvisual {
		height: 400px;
		background-image: url(/assets/img/shop/burger/bg_mainvisual.png);
	}
	.mainvisual__container {
		padding-top: 0;
		height: 400px;
	}
	.mainvisual__title {
		font-size: 3rem;
	}
}
/* ==========================================================================
	 facility
========================================================================== */
.facility {
	padding-top: 2.6666666667vw;
}
.facility__heading {
	margin-bottom: 5.3333333333vw;
	font-size: 2.9333333333vw;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
.facility__heading span {
	font-family: "Montserrat", sans-serif;
	font-size: 6.9333333333vw;
	letter-spacing: 0;
}
.facility__info {
	padding-top: 8vw;
	padding-right: 8vw;
	padding-bottom: 8vw;
	padding-left: 8vw;
	background-color: #fff;
}
.facility__slide {
	margin-bottom: 14.6666666667vw;
}
.facility__slide-list {
	opacity: 0;
}
.facility__slide-list.slick-initialized {
	opacity: 1;
}
.facility__bodycopy {
	margin-bottom: 8vw;
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.facility__table {
	table-layout: fixed;
	border-top: 1px solid #d2e2e9;
}
.facility__th {
	padding-top: 0.75em;
	padding-right: 0.5em;
	padding-bottom: 0.75em;
	padding-left: 0.5em;
	width: 28.5%;
	background-color: #f3f8fb;
	border-bottom: 1px solid #d2e2e9;
	font-size: 3.4666666667vw;
	text-align: center;
	line-height: 1.6;
}
.facility__td {
	padding-top: 0.75em;
	padding-right: 0.5em;
	padding-bottom: 0.75em;
	padding-left: 1em;
	border-bottom: 1px solid #d2e2e9;
	font-size: 3.4666666667vw;
	line-height: 1.6;
}
.facility__map-link {
	margin-right: 0.4em;
	color: #34afaa;
	text-decoration: underline;
}
.facility__map-link:hover {
	text-decoration: none;
}
.facility__map-number {
	display: inline-block;
	width: 4.8vw;
	height: 4.8vw;
	border-radius: 50%;
	font-size: 2.6666666667vw;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 4.5333333333vw;
	vertical-align: 0.2666666667vw;
	letter-spacing: 0;
}
.facility__map-number.england {
	background-color: #d80c23;
}
.facility__map-number.greenhill {
	background-color: #023592;
}
.facility__map-number.yukarigaoka {
	background-color: #359dd9;
}
.facility__pdf-link {
	color: #34afaa;
	text-decoration: underline;
}
.facility__pdf-link::after {
	content: "";
	display: inline-block;
	margin-left: 0.3em;
	vertical-align: -0.8vw;
	width: 4.2666666667vw;
	height: 4.2666666667vw;
	background-image: url(/assets/common/img/icon_pdf_black.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.facility__pdf-link:hover {
	text-decoration: none;
}
.facility__note-list {
	padding-top: 2.6666666667vw;
}
.facility__note-item {
	margin-bottom: 0.1em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 2.6666666667vw;
	line-height: 1.7;
}

@media screen and (min-width: 768px) {
	.facility {
		padding-top: 0;
	}
	.facility__container {
		margin-right: auto;
		margin-left: auto;
		padding-right: 30px;
		padding-left: 30px;
		max-width: 1020px;
	}
	.facility__heading {
		margin-bottom: 40px;
		font-size: 1.6rem;
	}
	.facility__heading span {
		font-size: 4rem;
	}
	.facility__info {
		padding-top: 60px;
		padding-right: 60px;
		padding-bottom: 60px;
		padding-left: 60px;
	}
	.facility__info-inner {
		margin-right: auto;
		margin-left: auto;
		max-width: 650px;
	}
	.facility__slide {
		margin-bottom: 80px;
	}
	.facility__bodycopy {
		margin-bottom: 50px;
		font-size: 1.6rem;
	}
	.facility__th {
		width: 24%;
		font-size: 1.6rem;
	}
	.facility__td {
		padding-left: 1.5em;
		font-size: 1.6rem;
	}
	.facility__map-link {
		padding-left: 1.2em;
	}
	.facility__map-number {
		width: 20px;
		height: 20px;
		font-size: 1.2rem;
		line-height: 19px;
		vertical-align: 2px;
	}
	.facility__pdf-link::after {
		vertical-align: -3px;
		width: 18px;
		height: 18px;
	}
	.facility__note-list {
		padding-top: 15px;
	}
	.facility__note-item {
		font-size: 1.2rem;
	}
}
.slick-dots {
	bottom: -30px;
}

@media screen and (min-width: 768px) {
	.slick-dots {
		bottom: -35px;
	}
}
/* ==========================================================================
	 menu
========================================================================== */
.menu {
	margin-bottom: 10.6666666667vw;
}
.menu__container {
	padding-top: 16vw;
	padding-right: 8vw;
	padding-left: 8vw;
}
.menu__bottom-note {
	margin-top: 13.3333333333vw;
	padding-top: 0.4em;
	padding-right: 0.5em;
	padding-bottom: 0.4em;
	padding-left: 0.8em;
	display: inline-block;
	border: 1px solid #bebebe;
	font-size: 2.6666666667vw;
	line-height: 1.6;
}
.menu__link + .menu__link {
	margin-top: 1em;
}

@media screen and (min-width: 768px) {
	.menu {
		margin-bottom: 70px;
	}
	.menu__container {
		margin-right: auto;
		margin-left: auto;
		padding-top: 100px;
		padding-right: 30px;
		padding-left: 30px;
		max-width: 1020px;
	}
	.menu__bottom-note {
		margin-top: 70px;
		font-size: 1.2rem;
	}
	.menu__link {
		margin-left: 0;
	}
}
/* ==========================================================================
	 recommend
========================================================================== */
.recommend {
	margin-bottom: 16vw;
}
.recommend__title {
	margin-bottom: 5.3333333333vw;
	padding-left: 0.4em;
	border-left: 4px solid #34afaa;
	font-size: 4.8vw;
	font-weight: 600;
	color: #34afaa;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
.recommend__item {
	margin-bottom: 10.6666666667vw;
}
.recommend__img {
	margin-bottom: 4vw;
}
.recommend__img img {
	width: 100%;
}
.recommend__name {
	margin-bottom: 4vw;
	padding-bottom: 2.6666666667vw;
	border-bottom: 1px solid #bebebe;
	font-size: 4vw;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.recommend__name-small {
	font-size: 3.2vw;
	font-weight: 400;
}
.recommend__description {
	font-size: 3.4666666667vw;
	line-height: 1.8;
}
.recommend__description-note {
	font-size: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
	.recommend {
		margin-bottom: 40px;
	}
	.recommend__title {
		margin-bottom: 25px;
		border-left: 6px solid #34afaa;
		font-size: 2.4rem;
	}
	.recommend__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.recommend__item {
		margin-bottom: 60px;
		width: 45%;
	}
	.recommend__img {
		margin-bottom: 15px;
	}
	.recommend__name {
		margin-bottom: 15px;
		padding-bottom: 10px;
		font-size: 1.8rem;
	}
	.recommend__name-small {
		font-size: 1.4rem;
	}
	.recommend__description {
		font-size: 1.5rem;
	}
	.recommend__description-note {
		font-size: 1.2rem;
	}
}
/* ==========================================================================
	 other
========================================================================== */
.other {
	margin-bottom: 16vw;
}
.other__title {
	margin-bottom: 2.6666666667vw;
	padding-left: 0.4em;
	border-left: 4px solid #34afaa;
	font-size: 4.8vw;
	font-weight: 600;
	color: #34afaa;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
.other__item {
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	border-bottom: 1px solid #d2e2e9;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.other__name {
	width: 65%;
	font-size: 3.4666666667vw;
	line-height: 1.6;
	text-align: left;
}
.other__name-note {
	font-size: 2.6666666667vw;
	line-height: 1.7;
}
.other__price {
	font-size: 3.4666666667vw;
	line-height: 1.6;
	text-align: right;
}

@media screen and (min-width: 768px) {
	.other {
		margin-bottom: 100px;
	}
	.other__title {
		margin-bottom: 15px;
		border-left: 6px solid #34afaa;
		font-size: 2.4rem;
	}
	.other__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.other__item {
		width: 47%;
	}
	.other__name {
		width: 70%;
		font-size: 1.5rem;
	}
	.other__name-note {
		font-size: 1.2rem;
	}
	.other__price {
		font-size: 1.5rem;
	}
}
/* ==========================================================================
	 button
========================================================================== */
.shop__back {
	padding-right: 8vw;
	padding-bottom: 18.6666666667vw;
	padding-left: 8vw;
}

.shop__back-link {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.6em;
	padding-right: 0.5em;
	padding-bottom: 0.8em;
	padding-left: 0.5em;
	display: block;
	max-width: 230px;
	background-color: #fff;
	border: 1px solid #34afaa;
	border-radius: 1.3333333333vw;
	font-size: 3.7333333333vw;
	text-align: center;
	color: #34afaa;
	line-height: 1.6;
	transition: 0.4s;
}
.shop__back-link::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 7%;
	transform: translateY(-50%);
	width: 5.3333333333vw;
	height: 5.3333333333vw;
	background-image: url(/assets/common/img/icon_arrow_left_green.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.4s;
}
.shop__back-link:hover {
	opacity: 0.8;
}
.shop__back-link:hover::before {
	left: 5%;
}

@media screen and (min-width: 768px) {
	.shop__back {
		margin-right: auto;
		margin-left: auto;
		padding-right: 30px;
		padding-left: 30px;
		padding-bottom: 100px;
		max-width: 1020px;
	}
	.shop__back-link {
		max-width: 330px;
		border-radius: 5px;
		font-size: 1.6rem;
	}
	.shop__back-link::before {
		width: 20px;
		height: 20px;
	}
}

/*# sourceMappingURL=style.css.map */