@charset "UTF-8";
/* ==========================================================================
	 * mainvisual
========================================================================== */
.mainvisual__container {
	position: relative;
	width: 100%;
	height: 420px;
	background-image: url(/assets/img/enjoy/mainvisual_bg_sp.jpg?v=210002);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mainvisual__title {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1.9em;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 190px;
	background-color: #a4c300;
	opacity: .9;
	font-size: 2.4rem;
	color: #fff;
	line-height: 1.5;
}
.mainvisual__lead {
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	background-color: #fffbe5;
}
.mainvisual__leadcopy {
	margin-bottom: 30px;
	font-size: 1.7rem;
	color: #297229;
	line-height: 2;
}
.mainvisual__index-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mainvisual__index-item {
	width: 48.5%;
}
.mainvisual__index-link {
	position: relative;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: 1.4em;
	padding-left: .5em;
	display: block;
	border: 1px solid #707070;
	border-radius: 3px;
	font-size: 1.45rem;
	text-align: center;
	line-height: 1.6;
	transition: .4s;
}
.mainvisual__index-link:hover {
	opacity: .6;
}
.mainvisual__index-link:after {
	position: absolute;
	left: 50%;
	bottom: 22%;
	transform: translateX(-50%);
	content: '';
	display: block;
	width: 12px;
	height: 6px;
	background-image: url(/assets/common/img/icon_arrow_down_black.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: .4s;
}
.mainvisual__index-link:hover:after {
	bottom: 18%;
}

@media screen and (min-width: 768px) {
	.mainvisual__container {
		height: 480px;
		background-image: url(/assets/img/enjoy/mainvisual_bg.jpg?v=210002);
	}
	.mainvisual__title {
		padding-top: .85em;
		padding-right: .8em;
		padding-bottom: .8em;
		padding-left: 1.8em;
		width: 260px;
		font-size: 3.4rem;
	}
	.mainvisual__lead {
		padding-top: 90px;
		padding-bottom: 100px;
	}
	.mainvisual__leadcopy {
		margin-bottom: 60px;
		font-size: 2rem;
		text-align: center;
		line-height: 2.1;
	}
	.mainvisual__index-list {
		margin-right: auto;
		margin-left: auto;
		max-width: 540px;
	}
	.mainvisual__index-item {
		width: 48%;
	}
	.mainvisual__index-link {
		padding-top: .8em;
		padding-right: 1em;
		padding-bottom: 2em;
		padding-left: 1em;
		font-size: 1.5rem;
	}
	.mainvisual__index-link:after {
		bottom: 27%;
		width: 14px;
		height: 7px;
	}
	.mainvisual__index-link:hover:after {
		bottom: 20%;
	}
}


/* ==========================================================================
	 * event
========================================================================== */
.event {
	background-image: url(/assets/img/enjoy/event_bg_sp.jpg?v=210002);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 230px;
}
.event__container {
	padding-top: 120px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
}
.event__title {
	margin-bottom: 20px;
	font-size: 2.1rem;
	text-align: center;
	line-height: 1.6;
}
.event__bodycopy {
	margin-bottom: 45px;
	font-size: 1.5rem;
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	.event {
		background-image: url(/assets/img/enjoy/event_bg.jpg?v=210002);
		min-height: 350px;
	}
	.event__container {
		margin-right: auto;
		margin-left: auto;
		padding-top: 210px;
		padding-right: 60px;
		padding-bottom: 110px;
		padding-left: 60px;
		max-width: 980px;
	}
	.event__title {
		margin-bottom: 25px;
		font-size: 2.9rem;
	}
	.event__bodycopy {
		margin-bottom: 60px;
		text-align: center;
	}
}


.event__item {
	margin-bottom: 50px;
}
.event__item:last-child {
	margin-bottom: 0;
}
.event__img {
	margin-bottom: 12px;
	overflow: hidden;
}
.event__img img {
	width: 100%;
	height: auto;
}
.event__item-bodycopy {
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: .03em;
}
.event__date {
	margin-bottom: 3px;
	display: inline-block;
}
.event__name {
	margin-bottom: 3px;
	display: inline-block;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.event__list {
		margin-bottom: -40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.event__list:after {
		content: '';
		display: block;
		width: 30.5%;
	}
	.event__item {
		margin-bottom: 40px;
		width: 30.5%;
	}
}


/* ==========================================================================
	 * guide
========================================================================== */
.guide {
	background-color: #fffbe5;
}
.guide__container {
	margin-bottom: 45px;
	padding-top: 60px;
	padding-right: 20px;
	padding-left: 20px;
}
.guide__title {
	margin-bottom: 20px;
	font-size: 2.1rem;
	text-align: center;
	line-height: 1.6;
}
.guide__bodycopy {
	font-size: 1.5rem;
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	.guide__container {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 60px;
		padding-top: 120px;
		padding-right: 60px;
		padding-left: 60px;
		max-width: 860px;
	}
	.guide__title {
		margin-bottom: 25px;
		font-size: 2.9rem;
	}
	.guide__bodycopy {
		text-align: center;
	}
}


.guide__map {
	margin-bottom: 90px;
}
.guide__map-description {
	margin-bottom: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	color: #297229;
	line-height: 2;
}
.guide__map-description img {
	margin-right: 10px;
	margin-left: 10px;
	width: 154px;
	height: 26px;
	vertical-align: -7px;
}
.guide__map-sp {
	margin-right: auto;
	margin-left: auto;
	width: 375px;
	height: 400px;
}
.guide__map-pc {
	display: none;
}

@media screen and (min-width: 769px) {
	.guide__map {
		margin-bottom: 120px;
	}
	.guide__map-sp {
		display: none;
	}
	.guide__map-pc {
		display: block;
		margin-right: auto;
		margin-left: auto;
		width: 860px;
		height: 620px;
	}
}


.guide__head {
	position: relative;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	background-color: #e2ecae;
}
.guide__head-picture {
	position: absolute;
	top: -35px;
	left: 35px;
	max-width: 130px;
}
.guide__head-title {
	margin-bottom: 35px;
	padding-left: 150px;
	font-size: 2rem;
	line-height: 1.7;
}
.guide__head-bodycopy {
	font-size: 1.5rem;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.guide__wrap--shopping .guide__head {
		padding-top: 25px;
	}
	.guide__wrap--shopping .guide__head-title {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
}

@media screen and (min-width: 768px) {
	.guide__wrap {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 120px;
		max-width: 860px;
	}
	.guide__wrap:last-of-type {
		margin-bottom: 0;
	}
	.guide__head {
		padding-top: 45px;
		padding-bottom: 50px;
	}
	.guide__head-picture {
		top: -22px;
		max-width: 200px;
	}
	.guide__head-title {
		margin-bottom: 10px;
		padding-left: 220px;
		font-size: 2.4rem;
	}
	.guide__head-bodycopy {
		padding-left: 220px;
	}
}



.facility {
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 100px;
	padding-left: 20px;
	background-color: #fff;
}
.facility__list {
	margin-bottom: -50px;
}
.facility__item {
	margin-bottom: 50px;
}
.facility__picture {
	margin-bottom: 20px;
	text-align: center;
}
.facility__title {
	margin-bottom: 5px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.6;
}
.facility__bodycopy {
	font-size: 1.5rem;
	line-height: 1.8;
}
.facility__figcaption {
	margin-top: -15px;
	margin-bottom: 10px;
	font-size: 1.3rem;
	text-align: right;
	line-height: 1.6;
}
.facility__link {
	padding-top: 12px;
	display: block;
	font-size: 1.5rem;
	color: #297229;
	transition: .4s;
}
.facility__link:hover {
	opacity: .7;
}
.facility__link:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 16px;
	margin-right: .6em;
	vertical-align: -1px;
	background-image: url(/assets/common/img/icon_external_green.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width: 768px) {
	.guide__wrap--shopping .facility {
		padding-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	.facility {
		padding-top: 50px;
		padding-right: 45px;
		padding-bottom: 50px;
		padding-left: 45px;
	}
	.facility__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.facility__item {
		width: 47.5%;
	}
	.guide__wrap--enjoy .facility__picture {
		margin-bottom: 30px;
	}
	.guide__wrap--enjoy .facility__figcaption {
		margin-top: -25px;
		margin-bottom: 10px;
	}
}


/* ==========================================================================
	 * breadcrumb
========================================================================== */
@media screen and (min-width: 768px) {
	.breadcrumb {
		background-color: #fffbe5;
	}
}