@charset "utf-8";
/* CSS Document */
.pc { display: block; }
.sp { display: none; }
	@media only screen and (max-width: 768px) {
		.pc { display: none; }
		.sp { display: block; }
	}
/*---------- KV ----------*/
#keyvisual {
	position:relative;
}
#kv {
	width: 100%;
	height: auto;
	margin-bottom: 70px;
	position:relative;
	overflow: hidden;
}
#kv img{
  object-fit: cover;
  height: 100vh;
  width: 100vw;
  filter: brightness(.8);
}
#keyvisual div.box {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 99;
}
#keyvisual h2 {
	font-family: 'Beausite';
	font-size: 80px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

#keyvisual h3 {
	display: block;
	font-family: 'BeausiteLight','Noto Serif JP', sans-serif;
	font-size: 32px;
	text-align: center;
	margin: 40px 0 0 0;
}
.box-title {
    margin: 0;
    color: #fff;
    font-size: 5vw;
	opacity: 0;
    animation: textAnime 1.5s .5s forwards ease-in-out;
    transform: translateY(100%);
}
@keyframes textAnime {
    to {
		 opacity: 1;
        transform: translateY(0px);
    }
}
.box-title2 {
    margin: 0;
    color: #fff;
    font-size: 5vw;
    animation: textAnime2 5s ease 1s 1 normal backwards;
    transform: translateY(0%);
}
@keyframes textAnime2 {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
	@media only screen and (max-width: 767px) {
		#kv {
			width: 100%;
			height: 100vh;
			background-image: url("/facilities/images/kv.webp");
			background-size: cover;
			background-repeat: no-repeat;
			background-position: 70% 0%;
			margin-bottom: 30px;
		}
		#kv img {
			width: 100%;
			height: 100vh;
			filter: brightness(.8);
		}
		#keyvisual h2 {
			font-size: 34px;
		}

		#keyvisual h3 {
			font-size: 20px;
			margin: 20px 0 0 0
		}
	}
/*---------- contents ----------*/
.contents {
	max-width: 1400px;
	margin: 0 auto 120px;
}
.contents > h4 {
	font-family: 'Beausite';
	font-size: 42px!important;
	color: #002E52!important;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 16px;
}
.contents > h5 {
	font-family: 'BeausiteLight','Noto Serif JP', sans-serif;
	font-size: 24px;
	color: #002E52;
	text-align: center;
	margin-bottom: 45px;
}
.contents > p {
	max-width: 1000px;
	font-family: 'BeausiteLight','Noto Serif JP', sans-serif;
	color: #002E52!important;
	text-align: center;
	line-height: 160%;
	margin: 0 auto 16px;
}
.contents > a.btn {
	display: block;
	width: fit-content;
	font-family: 'BeausiteLight';
	color: #002E52;
	text-transform: uppercase;
	text-align: center;
	border: #002E52 1px solid;
	margin: 32px auto 0;
	padding: 15px 24px;
}
.contents > a.btn:hover {
	color: #fff;
	background-color: #002E52;
}
	@media only screen and (max-width: 767px) {
		.contents {
			max-width: 90%;
			margin: 0 auto 70px;
		}
		.contents > h4 {
			font-family: 'Beausite';
			font-size: 32px!important;
			color: #002E52!important;
			text-transform: uppercase;
			text-align: center;
			letter-spacing: 1px;
			margin-bottom: 16px;
		}
		.contents > h5 {
			font-family: 'BeausiteLight','Noto Serif JP', sans-serif;
			font-size: 18px;
			color: #002E52;
			text-align: center;
			margin-bottom: 25px;
		}
		.contents > a.btn:hover {
			color: #fff;
			background-color: #002E52;
		}
	}

/*---------- swiper ----------*/
.pict {
	width: 100%;
	max-width: 1400px;
	max-height: 580px;
	margin: 0 auto 40px;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}
.pict.single {
	height: 550px;
	max-height: 550px;
	text-align: center;
}
.pict.single > img {
	height: 100%;
}
.swiper {
	aspect-ratio: 2 / 1;
	width: auto;
	height: 100%;
	max-height: 550px;
	margin: 0 auto;
	padding: 0 0 40px;
}
.swiper-slide {
	padding: 0;
	overflow: hidden;
	transition: transform 0.6s;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper .swiper-slide-prev,
.swiper .swiper-slide-next,
.swiper .swiper-slide-duplicate-prev,
.swiper .swiper-slide-duplicate-next {
  transform: scale(0.8);
}
.swiper .swiper-slide-prev,
.swiper .swiper-slide-duplicate-prev {
	transform-origin: right center;
}
.swiper .swiper-slide-next,
.swiper .swiper-slide-duplicate-next {
	transform-origin: left center;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
	font-size: 24px;
	color: #002e52;
}
.swiper-button-next, 
.swiper-rtl .swiper-button-prev {
	position: absolute;
	right: 60px;
}
.swiper-button-prev, 
.swiper-rtl .swiper-button-next {
	position: absolute;
	left: 60px;
}
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, 
.swiper-pagination-fraction {
	bottom: 0;
}
.swiper-pagination-bullet {
	background: #002e52;
	width: 18px;
	height: 2px;
	border-radius: 0;
}
@media screen and (min-width:767px) and (max-width:1250px) {
	.swiper-button-next:after, 
	.swiper-button-prev:after {
		font-size: 24px;
		color: #fff;
	}
}
	@media only screen and (max-width: 768px) {
		.pict {
			width: 100%;
			height: 330px;
			margin: 0 auto 20px;
			padding: 0;
			box-sizing: border-box;
			overflow: hidden;
		}
		.pict.single {
			max-width: 90%;
			height: auto;
			aspect-ratio: 1 / .8;
		}
		.pict.single > img {
			object-fit: cover;
		}
		.swiper {
			width: 100%;
			aspect-ratio: 1 / 1.2;
			max-height: 100%;
			margin: 0 auto;
			min-height: 0;
			position: relative;
		}
		.swiper-wrapper {
			width: 100%;
			height: 100%;
		}
		.swiper-slide {
			padding: 0;
			overflow: hidden;
			transition: transform 0.6s;
		}
		.swiper-slide img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		.swiper .swiper-slide-prev,
		.swiper .swiper-slide-next,
		.swiper .swiper-slide-duplicate-prev,
		.swiper .swiper-slide-duplicate-next {
		  transform: scale(0.8);
		}
		.swiper .swiper-slide-prev,
		.swiper .swiper-slide-duplicate-prev {
			transform-origin: right 50%;
		}
		.swiper .swiper-slide-next,
		.swiper .swiper-slide-duplicate-next {
			transform-origin: left 50%;
		}
		.swiper-button-next, .swiper-button-prev {
			top: inherit;
			bottom: -10px;
		}
		.swiper-button-next, .swiper-rtl .swiper-button-prev {
			right: 50px;
		}
		.swiper-button-prev, .swiper-rtl .swiper-button-next {
			left: 50px;
		}
		.swiper-button-next:after, .swiper-button-prev:after {
			font-size: 20px;
		}
		.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
			bottom: 10px;
		}
	}