@charset "UTF-8";
/* ==========================================================================
	 * mainvisual
========================================================================== */
.mainvisual__container {
	position: relative;
	width: 100%;
	height: 420px;
	background-image: url(/assets/img/about/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.15em;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 210px;
	background-color: #a4c300;
	opacity: .9;
	font-size: 2.4rem;
	color: #fff;
	line-height: 1.5;
}
.mainvisual__leadcopy {
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 45px;
	padding-left: 20px;
	background-color: #fffbe5;
	font-size: 1.7rem;
	color: #297229;
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.mainvisual__container {
		height: 480px;
		background-image: url(/assets/img/about/mainvisual_bg.jpg?v=210002);
	}
	.mainvisual__title {
		padding-top: .85em;
		padding-right: .8em;
		padding-bottom: .8em;
		padding-left: 1.05em;
		width: 260px;
		font-size: 3.4rem;
	}
	.mainvisual__leadcopy {
		padding-top: 90px;
		padding-bottom: 90px;
		font-size: 2rem;
		text-align: center;
		line-height: 2.1;
	}
}


/* ==========================================================================
	 * hibiya
========================================================================== */
.hibiya {
	background-image: url(/assets/img/about/hibiya_bg_sp.jpg?v=210002);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 230px;
}
.hibiya__container {
	padding-top: 120px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
}
.hibiya__title {
	margin-bottom: 20px;
	font-size: 2.1rem;
	text-align: center;
	line-height: 1.6;
}
.hibiya__bodycopy {
	margin-bottom: 25px;
	font-size: 1.5rem;
	line-height: 1.8;
}
.hibiya__link {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
	padding-top: .7em;
	padding-right: .7em;
	padding-bottom: .7em;
	padding-left: .7em;
	display: block;
	max-width: 255px;
	border: 1px solid #707070;
	border-radius: 3px;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.6;
	transition: .4s;
}
.hibiya__link:hover {
	opacity: .7;
}
.hibiya__link:after {
	position: absolute;
	top: 39%;
	right: 5%;
	content: '';
	display: inline-block;
	width: 22px;
	height: 11px;
	background-image: url(/assets/common/img/icon_arrow_right_black.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: .4s;
}
.hibiya__link:hover:after {
	right: 3%;
}

@media screen and (min-width: 768px) {
	.hibiya {
		background-image: url(/assets/img/about/hibiya_bg.jpg?v=210002);
		min-height: 350px;
	}
	.hibiya__container {
		margin-right: auto;
		margin-left: auto;
		padding-top: 220px;
		padding-right: 60px;
		padding-bottom: 90px;
		padding-left: 60px;
		max-width: 860px;
	}
	.hibiya__title {
		margin-bottom: 25px;
		font-size: 2.9rem;
	}
	.hibiya__bodycopy {
		margin-bottom: 30px;
	}
	.hibiya__link {
		margin-bottom: 60px;
		padding-top: 1.2em;
		padding-right: 1.2em;
		padding-bottom: 1.2em;
		padding-left: 1.2em;
		max-width: 390px;
	}
}


.hibiya__map {
	margin-bottom: 40px;
}
.hibiya__map-picture {
	margin-bottom: 10px;
	text-align: center;
}
.hibiya__map-figcaption {
	position: relative;
	padding-left: 50px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.hibiya__map-figcaption:before {
	position: absolute;
	top: 1px;
	left: -2px;
	content: '';
	display: inline-block;
	width: 43px;
	height: 17px;
	background-image: url(/assets/img/about/icon_area_green_sp.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (min-width: 768px) {
	.hibiya__map {
		margin-bottom: 60px;
	}
	.hibiya__map-picture {
		margin-bottom: 20px;
	}
	.hibiya__map-figcaption {
		font-size: 1.3rem;
	}
	.hibiya__map-figcaption:before {
		top: 0;
		background-image: url(/assets/img/about/icon_area_green.svg);
	}
}


.hibiya__park-picture {
	margin-bottom: 18px;
	text-align: center;
}
.hibiya__park-title {
	margin-bottom: 5px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.6;
}
.hibiya__park-bodycopy {
	font-size: 1.5rem;
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	.hibiya__park {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.hibiya__park-picture {
		margin-bottom: 0;
		width: 47.3%;
	}
	.hibiya__park-text {
		width: 47.3%;
	}
}


/* ==========================================================================
	 * entertainment
========================================================================== */
.entertainment {
	background-color: #fffbe5;
}
.entertainment__container {
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
}
.entertainment__title {
	margin-bottom: 20px;
	font-size: 2.1rem;
	text-align: center;
	line-height: 1.6;
}
.entertainment__bodycopy {
	margin-bottom: 60px;
	font-size: 1.5rem;
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	.entertainment__container {
		margin-right: auto;
		margin-left: auto;
		padding-top: 120px;
		padding-right: 60px;
		padding-bottom: 120px;
		padding-left: 60px;
		max-width: 980px;
	}
	.entertainment__title {
		margin-bottom: 25px;
		font-size: 2.9rem;
	}
	.entertainment__bodycopy {
		margin-bottom: 50px;
		padding-right: 60px;
		padding-left: 60px;
	}
}


.entertainment__item {
	margin-bottom: 50px;
}
.entertainment__item:last-child {
	margin-bottom: 0;
}
.entertainment__picture {
	margin-bottom: 20px;
	text-align: center;
}
.entertainment__item-title {
	margin-bottom: 5px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.6;
}
.entertainment__item-bodycopy {
	font-size: 1.5rem;
	line-height: 1.8;
}
.entertainment__figcaption {
	margin-top: -15px;
	margin-bottom: 10px;
	font-size: 1.3rem;
	text-align: right;
	line-height: 1.6;
}

@media screen and (min-width: 768px) {
	.entertainment__list {
		margin-bottom: -50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.entertainment__item {
		width: 46.5%;
	}
	.entertainment__picture {
		margin-bottom: 30px;
	}
	.entertainment__item--mt .entertainment__item-title {
		margin-top: -5px;
	}
	.entertainment__figcaption {
		margin-top: -25px;
		margin-bottom: 10px;
	}
}


/* ==========================================================================
	 * business
========================================================================== */
.business {
	background-image: url(/assets/img/about/business_bg_sp.jpg?v=210002);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 230px;
}
.business__container {
	padding-top: 120px;
	padding-right: 20px;
	padding-bottom: 70px;
	padding-left: 20px;
}
.business__title {
	margin-bottom: 20px;
	font-size: 2.1rem;
	text-align: center;
	line-height: 1.6;
}
.business__bodycopy {
	margin-bottom: 20px;
	font-size: 1.5rem;
	line-height: 1.8;
}
.business__picture {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.business {
		background-image: url(/assets/img/about/business_bg.jpg?v=210002);
		min-height: 350px;
	}
	.business__container {
		margin-right: auto;
		margin-left: auto;
		padding-top: 220px;
		padding-right: 60px;
		padding-bottom: 120px;
		padding-left: 60px;
		max-width: 860px;
	}
	.business__title {
		margin-bottom: 25px;
		font-size: 2.9rem;
	}
	.business__bodycopy {
		margin-bottom: 60px;
	}
}


/* ==========================================================================
	 * future
========================================================================== */
.future {
	padding-top: 60px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fffbe5;
}
.future__container {
	padding-top: 15px;
	padding-bottom: 30px;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
.future__title {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #707070;
	font-size: 1.9rem;
	text-align: center;
	line-height: 1.6;
}
.future__subtitle {
	margin-bottom: 15px;
	font-size: 1.7rem;
	text-align: center;
	line-height: 1.6;
}
.future__bodycopy {
	font-size: 1.5rem;
	line-height: 1.8;
}
.future__picture {
	margin-bottom: 50px;
	padding-top: 25px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.future {
		padding-top: 120px;
		padding-right: 60px;
		padding-left: 60px;
	}
	.future__container {
		margin-right: auto;
		margin-left: auto;
		padding-top: 60px;
		padding-right: 60px;
		padding-bottom: 70px;
		padding-left: 60px;
		max-width: 860px;
		border-top: none;
		border-bottom: none;
		border: 1px solid #707070;
	}
	.future__title {
		margin-bottom: 35px;
		font-size: 2.6rem;
	}
	.future__subtitle {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.future__picture {
		margin-right: auto;
		margin-left: auto;
		padding-top: 30px;
		max-width: 580px;
	}
}


/* ==========================================================================
	 * breadcrumb
========================================================================== */
.breadcrumb {
	background-color: #fffbe5;
}