/*=================================
Page FV
=================================*/

.page-fv {
	position: relative;
	height: 460px;
	overflow: hidden;
}

.page-fv__bg {
	position: absolute;
	inset: 0;
}

.page-fv__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.page-fv__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .38);

}

.page-fv__inner {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;

}

.page-fv__title h2 {
	font-family: "EB Garamond", serif;
	font-size: 40px;
	color: #fff;
	font-weight: 500;

}

.page-fv__title p {
	font-size: 32px;
	font-weight: 700;
	color: #fff;

}

/*==================================
CONCEPT
==================================*/

.concept-list {
	padding: 110px 0;
	background: linear-gradient(175deg,
			#f8e59d 0%,
			#f8e59d 48%,
			#ffd95b 48%,
			#ffd95b 100%);

}

.concept-item {
	position: relative;
	margin-bottom: 60px;
	padding: 70px 40px 40px;
	border: 1px solid #000;
	background: transparent;

}

.concept-item:last-child {
	margin-bottom: 0;
}

.concept-item__label {
	position: absolute;
	top: -21px;
	left: 50%;
	transform: translateX(-50%);
	width: 311px;
	height: 37px;
	background: url("../images/sub/ttl.png") no-repeat center/100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	z-index: 2;
}

.concept-item__label span {
	position: relative;
	z-index: 2;
	letter-spacing: .06em;
}

.concept-item__wrap {
	display: flex;
	gap: 60px;
}

.concept-item__image {
	width: 40%;
}

.concept-item__image img {
	width: 100%;
	display: block;
}

.concept-item__content {
	width: 60%;
}

.concept-item__title {
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: 700;
}

.concept-item__content p {
	margin-bottom: 20px;
	line-height: 2;
}

@media(max-width:768px) {

	.concept-list {
		padding: 70px 0;
	}

	.concept-item {
		padding: 55px 25px 30px;
	}

	.concept-item__wrap {
		flex-direction: column;
	}

	.concept-item__image,
	.concept-item__content {
		width: 100%;
	}
}

.access-intro {
	padding: 80px 0 10px;
	background: #f8e39b;
}

.access-intro__wrap {
	display: flex;
	gap: 60px;
	padding: 40px;
	border: 1px solid #000;
}

.access-intro__image {
	width: 40%;
}

.access-intro__image img {
	width: 100%;
	display: block;
}

.access-intro__content {
	width: 60%;
}

.access-intro__title {
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 700;
}

.access-intro__content p {
	line-height: 2;
}

@media(max-width:768px) {
	.access-intro {
		padding: 60px 0;
	}

	.access-intro__wrap {
		flex-direction: column;
		padding: 25px;
		gap: 30px;
	}

	.access-intro__image,
	.access-intro__content {
		width: 100%;
	}
}

.gallery {
	padding: 60px 0;
	background: #f8e39b;
}

.gallery .gallery-slider {
	margin: 0;
}

.sub-info {
	padding: 50px 0 50px;
	background: #f8e39b;
}

.sub-info .information-item dt {
	width: 126px;
	background: inherit;
}

.parking {
	padding: 50px 0 100px;
	background: #f8e39b;
}

.parking .section-title {
	font-weight: 700;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	margin-bottom: 30px;
	text-align: center;
}

.parking__image {
	max-width: 520px;
	margin: 0 auto;
}

.parking__image img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

@media(max-width:768px) {
	.parking {
		padding: 70px 0;
	}

	.parking .section-title {
		margin-bottom: 40px;
	}

	.parking__image {
		max-width: 100%;
	}
}

.food-menu {
	padding: 110px 0;
	background: #FFD756;
}

.food-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px 35px;
}

.menu-box {
	position: relative;
	padding: 30px 100px 50px;
	border: 1px solid #000;
	min-height: 362px;
}

.menu-box__title {
	position: absolute;
	top: -21px;
	left: 50%;
	transform: translateX(-50%);
	width: 378px;
	height: 45px;
	background: url("../images/sub/ttl02.png") no-repeat center/100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 20px;
}

.menu-list li {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 30px;
}

.menu-list .menu-note {
	margin-top: 0;
}

.food-message {
	margin-top: 60px;
	text-align: center;
	line-height: 2;
}

@media(max-width:768px) {
	.food-menu {
		padding: 70px 0;
	}

	.food-grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.menu-box {
		padding: 60px 25px 35px;
		min-height: auto;
	}
}

.drink-menu {
	padding: 110px 0;
	background: #FFD756;
}

.drink-box {
	position: relative;
	padding: 30px 150px 50px;
	border: 1px solid #000;
}

.drink-box__title {
	position: absolute;
	top: -21px;
	left: 50%;
	transform: translateX(-50%);
	width: 378px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../images/sub/ttl02.png") no-repeat center/100% 100%;
	font-size: 20px;
	font-weight: 700;
}

.drink-box__wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 150px;
}

.drink-list {
	list-style: none;
}

.drink-list li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
	gap: 20px;
}

.drink-list small {
	display: block;
	font-size: 16px;
	;
}

.drink-list span {
	white-space: nowrap;
}

@media (max-width:768px) {

	.drink-menu {
		padding: 70px 0;
	}

	.drink-box {
		padding: 60px 25px 30px;
	}

	.drink-box__wrap {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

.gallery-page {
	padding: 110px 0;
	background: #FFD756;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4px;
}

.gallery-item {
	position: relative;
	display: block;
	overflow: hidden;
}

.gallery-item img {
	display: block;
	width: 100%;
	aspect-ratio: 1/.7;
	object-fit: cover;
	transition: .4s;
}

.gallery-item::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .2);
	opacity: 0;
	transition: .4s;
	z-index: 1;
}

.gallery-item:hover img {
	transform: scale(1.08);
}

.gallery-item:hover::before {
	opacity: 1;
}

.lightbox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 9999;
}

.lightbox.active {
	opacity: 1;
	visibility: visible;
}

.lightbox-img {
	max-width: 50%;
	height: auto;
	animation: zoom .3s;
}

.lightbox-prev,
.lightbox-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: 0;
	color: #fff;
	font-size: 60px;
	cursor: pointer;
	padding: 20px;
	transition: .3s;
}

.lightbox-prev:hover,
.lightbox-next:hover {
	opacity: .6;
}

.lightbox-prev {
	left: 30px;
}

.lightbox-next {
	right: 30px;
}

.lightbox-close {
	position: absolute;
	top: 20px;
	right: 30px;
	background: none;
	border: 0;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
}

.lightbox-count {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 18px;
	font-family: "EB Garamond", serif;
}

@keyframes zoom {
	from {
		opacity: 0;
		transform: scale(.85);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes zoom {

	from {
		transform: scale(.8);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}

}

.lightbox-close {
	position: absolute;
	top: 30px;
	right: 40px;
	font-size: 50px;
	color: #fff;
	cursor: pointer;
	line-height: 1;
}

@media(max-width:991px) {
	.gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width:768px) {
	.gallery-page {
		padding: 50px 0 80px;
	}

	.gallery-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 3px;
	}
}

@media(max-width:480px) {
	.page-fv__title h2 {
		font-size: 34px;
	}

	.page-fv__title p {
		font-size: 24px;
	}

	.concept-item__wrap {
		gap: 20px;
	}

	.concept-item__title {
		font-size: 24px;
		text-align: center;
	}

	.menu-box__title {
		font-size: 16px;
		width: 300px;
	}

	.food-message {
		text-align: left;
	}

	.drink-box__title {
		font-size: 16px;
		width: 300px;
	}

	.access-intro__title {
		font-size: 24px;
		text-align: center;
	}

	.parking {
		padding-top: 0;
	}

	.lightbox-prev,
	.lightbox-next {
		font-size: 40px;
	}

	.lightbox-prev {
		left: 0;
	}

	.lightbox-next {
		right: 0;
	}

	.lightbox-img {
		max-width: 70%;
	}
}