@charset "UTF-8";

/* ---------------------------------------
  館内
-----------------------------------------*/

/* mv
--------------------------------*/
#sec_mv .mv_img {
	background-image: url(../img/facilities/pagettl_img_pc.jpg);
	background-position: center top;
}

@media screen and (max-width: 768px) {
	#sec_mv .mv_img {
		background-image: url(../img/facilities/pagettl_img_sp.jpg);
	}
}

/* lead
--------------------------------*/

#sec_lead {
	text-align: center;
	padding: 100px 0 80px;
}

#sec_lead .ttl {
	font-size: 2.6rem;
	line-height: 2;
	margin-bottom: 45px;
}

#sec_lead .txt {
	font-size: 1.7rem;
	line-height: 2.94;
}

#sec_lead .ttl,
#sec_lead .txt {
	filter: blur(2px);
	transition: 3s ease;
}

#sec_lead.is-show .ttl,
#sec_lead.is-show .txt {
	filter: blur(0);
}

@media screen and (max-width: 768px) {
	#sec_lead {
		padding: 18vw 0 10vw;
	}

	#sec_lead .ttl {
		font-size: 4.27vw;
		margin-bottom: 6vw;
		letter-spacing: 0;
	}

	#sec_lead .txt {
		font-size: 3.47vw;
		letter-spacing: -0.05em;
	}
}

/* facilities_block
--------------------------------*/
.facilities_block {
	padding: 100px 0;
}

.facilities_block .ttlwrap {
	width: calc(50% + 600px);
}

.facilities_block .ttlwrap.imgright {
	margin-left: auto;
}

.facilities_block .ttlwrap.imgleft {
	flex-direction: row-reverse;
}

.facilities_block .ttlwrap .ttl {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 3rem;
	letter-spacing: 0.1em;
}

.facilities_block .ttlwrap .img {
	width: calc(100% - 200px)
}

.facilities_block .ttlwrap .img img {
	width: 100%;
}

.facilities_block .inner {
	margin-top: 55px;
}

.facilities_block .inner .txtwrap {
	width: calc(100% - 486px);
}

.facilities_block .inner .txtwrap .txt {
	font-size: 1.7rem;
	line-height: 2.9;
	letter-spacing: 0;
}

.facilities_block .inner .txtwrap .note {
	font-size: 1.4rem;
	line-height: 1.85;
	margin-top: 1em;
}

.facilities_block .inner .img02 {
	position: absolute;
	right: 0;
	top: 16px;
}

.facilities_block .inner .img03 {
	margin-top: 64px;
}

@media screen and (max-width: 768px) {
	.facilities_block {
		padding: 10vw 0;
	}

	.facilities_block .ttlwrap {
		width: 100%;
	}

	.facilities_block .ttlwrap .ttl {
		font-size: 5.33vw;
		line-height: 2;
		margin: 0 auto 12vw;
	}

	.facilities_block .ttlwrap .img {
		width: 100%;
	}

	.facilities_block .inner {
		width: 100%;
		margin-top: 8vw;
	}

	.facilities_block .inner .txtwrap {
		width: 100%;
		padding: 0 8vw
	}

	.facilities_block .inner .txtwrap .txt {
		font-size: 3.46vw;
	}

	.facilities_block .inner .txtwrap .note {
		font-size: 2.93vw;
	}

	.facilities_block .inner .img02 {
		position: static;
		width: 66.66vw;
		margin-left: auto;
		margin-top: 7vw;
	}

	.facilities_block .inner .img03 {
		width: 66.66vw;
		margin-top: 10vw;
	}
}

/* gallery
--------------------------------*/
#sec_gallery {
	padding: 100px 0 150px;
}

#sec_gallery .imgwrap {
	position: relative;
}

#sec_gallery .imgwrap + .imgwrap {
	margin-top: 78px;
}

#sec_gallery .img_s {
	width: 384px;
}

#sec_gallery .img_m {
	width: 570px;
}

#sec_gallery .img_l {
	width: 750px;
}

#sec_gallery .sp_flex {
	margin: 0 0 97px;
}

#sec_gallery .imgwrap._01 {
	align-items: flex-end;
}

#sec_gallery .imgwrap._02 .sp_flex {
	margin: 97px 0 0;
}

#sec_gallery .sp_flex .img_s + .img_s {
	margin-top: 67px;
}

#sec_gallery .imgwrap._03 .img_s {
	margin-left: 60px;
	margin-top: -170px;
}

#sec_gallery .imgwrap._03 > .img_m {
	margin-left: auto;
	margin-top: -210px;
}

@media screen and (max-width: 768px) {
	#sec_gallery {
		padding: 6vw 0 20vw;
	}

	#sec_gallery .wrap {
		width: 100%;
	}

	#sec_gallery .imgwrap + .imgwrap {
		margin-top: 16vw;
	}

	#sec_gallery .img_s {
		width: 41vw;
	}

	#sec_gallery .img_m {
		width: 55vw;
	}

	#sec_gallery .img_l {
		width: 85vw;
	}

	#sec_gallery .sp_flex {
		width: 86vw;
		display: flex;
		justify-content: space-between;
	}

	#sec_gallery .imgwrap._01 {
		align-items: flex-end;
	}

	#sec_gallery .imgwrap._01 .sp_flex {
		margin: 0 0 4.4vw auto;
	}

	#sec_gallery .imgwrap._02 .sp_flex {
		margin: 0 0 4.4vw 0;
	}

	#sec_gallery .imgwrap._02 .img_l {
		margin-left: auto;
	}

	#sec_gallery .sp_flex .img_s + .img_s {
		margin-top: 0;
	}

	#sec_gallery .imgwrap._03 .flex {
		align-items: flex-end;
		margin-bottom: 4.4vw;
	}

	#sec_gallery .imgwrap._03 .img_s {
		margin-left: auto;
		margin-top: 0;
	}

	#sec_gallery .imgwrap._03 > .img_m {
		width: 85vw;
		margin: 0 auto;
	}
}