#loader {
	width: 100%;
	height: 100vh;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 110;
}
#loader h1 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight: 300;
	font-size: 1.2rem;
	letter-spacing: 0.3rem;
	text-align: center;
	margin: 0 auto;
	opacity: 0;
}

header {
	opacity: 0;
}

#fview {
	position: relative;
	width: 100%;
	height: 100vh;
	background-size: cover;
}
#fview h1 {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 2rem;
	opacity: 0;
	z-index: 2;
}
#fview .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-color: rgba(0,0,0,0.4);
}
#fview video {
	position: absolute; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background-size: cover;
}



#intro {
	position: relative;
	padding:2rem 1rem 0;
	margin-bottom: 6rem;
	height: 18rem;
}

#intro h1 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	top: 2rem;
	right: 1rem;
	font-weight: lighter;
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: 0.3rem;
}

#intro article {
	width: 65%;
	margin-top: 5rem;
	line-height: 2;
	font-weight: 300;
	font-size: 0.9rem;
	padding-left: 5%;
	padding-bottom: 8rem;
}

.mon {
	width: 100%;
	text-align: center;
}
.content_type1 {
	width: 100%;
	margin-bottom: 4rem;
}
.content_type1 h1 {
	padding: 2rem 0;
	text-align: center;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.5;
}
.content_type1 article {
	width: 90%;
	margin: 0 auto;
	padding: 2rem 0;
	line-height: 1.5;
}
.content_type1 .img2 {
	padding: 2rem 0;
}
#activities h1 {
	padding: 4rem 0;
}

#facilities {
	padding-bottom: 4rem;
	border-bottom: 1px solid #B7B7B7;
}

#information h1 {
	padding: 2rem 0;
	text-align: center;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.5;
}
#information {
	margin-bottom: 6rem;
}
#information ul {
	width: 90%;
	margin: 0 auto 2rem;
	border-top: 1px solid #B7B7B7;
}
#information ul li {
	border-bottom: 1px solid #b7b7b7;
	padding: 0.6rem;
	box-sizing: border-box;
	font-size: 0.9rem;
	line-height: 1.4;
}
#information ul li p.date {
	margin-bottom: 0.4rem;
}
#information .button {
	background-color: #4B5481;
	margin-bottom: 2rem;
}
#information .bannerArea {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#information .bannerArea p {
	width: 49%;
	margin-bottom: 0.5rem;
}
#information .bannerArea p img {
	width: 100%;
}