@charset "utf-8";
/* top_hero */
.top_hero {
	position: relative;
}
.top_hero img {
	width: 100%;
}
.top_hero_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 1px 2px 3px #808080;
	font-size: 4.5rem;
	text-align: center;
	font-weight: bold;
	color: #fff;
	width: 100%;
	margin: 0;
}
/* top_about */
.top_about {
	text-align: center;
	padding: 8rem 0;
}
.top_about h3 {
	color: #E877A5;
	font-size: 3.5rem;
	margin: 0;
}
.top_about_txt {
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 5rem;
}
/* top_appeal */
.top_appeal {
	padding: 8rem 0;
}
.top_appeal h3 {
	color: #E877A5;
	font-size: 3.5rem;
	margin: 0;
	text-align: center;
	margin-bottom: 5rem;
}
.top_appeal ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.top_appeal li {
	width: 31.2%;
	background: #fff;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}
.appeal_img {
	margin: 0;
}
.appeal_img img {
	width: 100%;
}
.appleal_box {
	padding: 2.5rem 2rem;
}
.appleal_box h4 {
	margin: 0 0 1.5rem;
	text-align: center;
	font-size: 2.5rem;
	color: #e877a5;
}
.appeal_txt {
	font-size: 1.6rem;
	line-height: 1.8;
}
.top_appeal .commn_btn a {
	font-size: 1.6rem;
	padding: 1.2rem 6rem;
}
.top_appeal .commn_btn a:before {
	content: '';
	width: 9px;
	height: 9px;
	right: 3rem;
}
/* top_facility */
.top_facility {
	padding: 8rem 0;
}
.top_facility .inner {
	display: flex;
	justify-content: space-between;
}
.facility_left {
	width: 43%;
}
.facility_left .commn_btn {
	text-align: left;
}
.facility_right {
	width: 50%;
}
.top_facility h4 {
	color: #E877A5;
	font-size: 3.5rem;
	margin: 0;
	margin-bottom: 2rem;
}
.facility_txt {
	font-size: 1.8rem;
	line-height: 2;
	margin: 0 0 3rem;

}
.facility_right li:first-child {
	margin-bottom: 3rem;
}
.facility_right a {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
	display: block;
	padding: 2.5rem;
	position: relative;
}
.facility_right a:before {
	content: '';
	width: 16px;
	height: 16px;
	border: 0;
	border-top: solid 2px #555;
	border-right: solid 2px #555;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 4rem;
	bottom: 0;
	margin: auto;
}
.facility_right h5 {
	font-size: 3rem;
	color: #e877a5;
	margin: 3rem 0;
}
/* top_indoor */
.top_indoor {
	padding: 8rem 0;
}
.top_indoor h3 {
	color: #E877A5;
	font-size: 3.5rem;
	margin: 0;
	text-align: center;
	margin-bottom: 5rem;
}
.indoor_txt {
	margin: 0 auto 5rem;
	font-size: 1.8rem;
	text-align: center;
	width: 80%;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.top_hero img  {
		height: 50vh;
		object-fit: cover;
		object-position: left 65% top 0;
	}
	.top_hero_txt {
		font-size: 2.8rem;
	}
	.top_about {
		padding: 3rem 0;
	}
	.top_about h3 {
		font-size: 2.5rem;
	}
	.top_about_txt {
		font-size: 1.6rem;
		margin-bottom: 2.5rem;
		text-align: left;
	}
	.top_appeal {
		padding: 4rem 0;
	}
	.top_appeal h3 {
		font-size: 2.5rem;
		margin-bottom: 2.5rem;
	}
	.top_appeal ul{
		flex-wrap: wrap;
		justify-content: center;
	}
	.top_appeal li {
		width: 96%;
		margin-bottom: 2.5rem;
	}
	.top_facility {
		padding: 4rem 0;
	}
	.top_facility .inner {
		flex-direction: column;
	}
	.facility_left {
		width: 96%;
		margin-bottom: 2.5rem;
	}
	.facility_right {
		width: 96%;
	}
	.top_facility h4 {
		text-align: center;
		font-size: 2.5rem;
	}
	.facility_txt {
		font-size: 1.6rem;
	}
	.facility_left .commn_btn {
		text-align: center;
	}
	.facility_right h5 {
		font-size: 2rem;
		margin: 1rem 0;
		line-height: 1;
	}
	.facility_right .facility_txt {
		font-size: 1.4rem;
		margin: 0;
	}
	.facility_right a:before {
		right: 2rem;
	}
	.top_indoor {
		padding: 4rem 0;
	}
	.top_indoor h3{
		font-size: 2.5rem;
		margin-bottom: 2rem;
	}
	.indoor_txt {
		margin: 0 auto 2.5rem;
		font-size: 1.6rem;
		width: 100%;
	}
}
