@charset "utf-8";

@import url("/common/css/snapwidget.css");

/* mv
-------------------------------------------------------------- */
.mv{
	display: flex;
	justify-content: center;
	height: calc(100vh - 100px);
	position: relative;
}
.mv:before{
	content: "";
    display: block;
	position: fixed;
	top: 0;
	left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(/top/img/top_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.mv h2{
	text-align: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2em;
	line-height: 180%;
	color: #fff;
	filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .7));
	position: fixed;
	top:330px;
}
@media (max-width: 768px) {
	.mv{
		height: 800px;
	}
	.mv:before{
		height: 800px;
	}
}

/* about
-------------------------------------------------------------- */
.about{
	position: relative;
	z-index: 1000;
	background: #fff;
}
.about .facility a {
	text-align: center;
	color: #212529;
	text-decoration: none;
}
.about .facility a figure {
	text-align: center;
	margin: 5px 20px;
	overflow: hidden;
	border-radius: 10px;
}
.about .facility a figure img {
	width: 100%;
	transition: all .6s ease;
}
.about .facility a figure:hover img {
	transform: scale(1.1);
	opacity: 0.8;
}
.about .facility a p {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.2em;
	text-align: center;
}


/* info
-------------------------------------------------------------- */
.info{
	position: relative;
	z-index: 1000;
	background: #fff;
}
.info h3{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.6em;
	text-align: center;
}
.info #newsList{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 20px;
}
.info #newsList li{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
}
.info #newsList li .up_ymd{
	width: 180px;
	font-weight: bold;
	margin-bottom: 5px;
}
.info #newsList li #detail{
	width: calc(100% - 180px);
}
@media (max-width: 768px) {
	.info #newsList li .up_ymd{
		width: 100%;
	}
	.info #newsList li #detail{
		width: 100%;
	}
}

/* insta
-------------------------------------------------------------- */
.insta{
	position: relative;
	z-index: 1000;
	background: #fff;
}
/* intro
-------------------------------------------------------------- */
.intro{
	position: relative;
	z-index: 1000;
	background: #fff;
}
.intro h3{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.6em;
	text-align: center;
}

