@charset "utf-8";



/* ---------------------------------------- */

.page-section {
	margin: 0;
	width: 100%;
	counter-increment: sectionNum;
}

.page-section__image {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.page-section__image .image-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #000;
}

.page-section__image img {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	filter: grayscale(0.3);
	margin: auto;
}

.video-container {
	display: none;
}

.page-section__container {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 40px;
	z-index: 1;
	position: relative;
	overflow: hidden;
}

.page-section__h {
	font-size: 2.6rem;
	position: relative;
	letter-spacing: 1.5rem;
	padding-left: 1.5rem;
	box-sizing: border-box;
}

.page-section__h:before {
	content: counter(sectionNum, cjk-ideographic);
	display: block;
	margin-bottom: 20px;
	font-size: 1.4rem;
}

.page-section__h:after {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(0,0,0,0.3);
}

.page-section__h--en {
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 1.2rem;
	color: rgba(0,0,0,0.7);
}

.page-section__p {
	font-size: 1.4rem;
	line-height: 2.4;
	margin: 0 0 2em;
}

.modalgallery.button-state.ghost-button {
	font-size: 80%;
}


/* ---------------------------------------- */


.in-view-element {
}

.in-view-element .in-view-element__item {
	transform: translateY(150px);
	transition: all 1.0s ease;
	opacity: 0;
}

.show.in-view-element .in-view-element__item {
	transform: translateY(0);
	opacity: 1;
}


/* ---------------------------------------- */


.other-section {
	width: 85%;
	margin: 0 auto;
	padding: 60px 0;
}

.other-section__title {
	font-size: 1.6rem;
	margin: 20px auto;
	text-align: center;
}

.facilities {
	
}

.facilities__images {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
	margin: auto;
}

.facilities__images img {
	width: 100%;
	height: auto;
	filter: grayscale(0.2);
	display: block;
}

.facilities__images__image {
	display: block;
	margin-bottom: 5px;
}

.facilities__images .image--large {
	
}

.facilities__images .image--regular {
	
}

.facilities__text--outer {
	padding: 50px 0;
}

.facilities__text {
	margin-bottom: 60px;
}

.facilities__text:last-of-type {
	margin-bottom: 0;
}

.facilities__text__content-item {
	margin-bottom: 30px;
}

.facilities__text__title {
	margin-bottom: 30px;
	text-align: center;
	font-weight: 600;
}

.facilities__text__subtitle {
	margin-top: 40px;
	margin-bottom: 10px;
}

.facilities__text__subtitle:first-of-type {
	margin-top: 0;
}

.facilities__text__read {
	margin-bottom: 10px;
}

.facilities__text__table {
	width: 100%;
	margin: 20px 0;
}

.facilities__text__table:first-child {
	margin-top: 0;
}

.facilities__text__table tr {
	
}

.facilities__text__table th {
	width: 20%;
	min-width: 10em;
	padding: 10px 0;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.facilities__text__table td {
	border-top: 1px solid rgba(255,255,255,0.1);
}





/* ---------------------------------------- */


body > #G_ModalWindowBody {
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
}

#G_ModalWindowBody .image-reel li {
	max-width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
}

#G_ModalWindowBody .image-reel li img {
	width: 100%;
	height: auto;
	max-width: 1200px;
	display: block;
	margin: auto;
}

#G_ModalWindowBody #figure,
#G_ModalWindowBody #figure ul,
#G_ModalWindowBody #figure li {
	width: 100%;
	height: 100%;
	max-width: initial;
	max-height: initial;
	margin: auto;
}

#G_ModalWindowBody #detail-description {
	position: absolute;
	bottom: 20px;
	z-index: 10;
}

.dotIndicator {
	display: flex;
	justify-content: center;
}

.dotIndicator li {
	display: block;
}


/* ---------------------------------------- */







/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

/* iPhone 6 over */
@media screen and (min-width: 374px) {
	
}

/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

@media screen and (min-width: 541px) {
	
}


/* iPad */

@media screen and (min-width: 768px) {
	
	.page-section {
		
	}
	
	.facilities__images {
		justify-content: space-between;
	}
	
	.facilities__images__image {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
	
	.facilities__images .image--large {
		width: 100%;
	}
	
	
}

/* ---------------------------------------------------------------------------------------------- */
/* Desktop                                                                                        */

@media screen and (min-width: 960px) {
	
	.other-section {
		padding: 140px 0 80px;
	}
	
	.other-section__title {
		display: none;
	}
	
}

@media screen and (min-width: 1280px) {
	
	.page-section {
		position: relative;
		height: 100vh;
		min-height: 500px;
	}
	
	.page-section:before {
		content: "";
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.15);
		z-index: 11;
	}
	
	.page-section:nth-of-type(even) .page-section__container {
		left: 10%;
	}
	
	.page-section:nth-of-type(odd) .page-section__container {
		left: auto;
		right: 0;
	}
	
	.page-section__image {
		height: 100%;
		position: relative;
		z-index: 9;
	}
	
	.page-section__image .image-wrap {
		/*position: absolute;*/
		width: 100%;
		height: 100%;
		display: block;
	}
	
	
	.page-section__image img {
		display: none;
	}
	
	.onloadcomplete .page-section__image img {
		display: block;
	}
	
	.video-container {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
	}
	
	.video-container:before {
		position: absolute;
		content: "";
		display: block;
		background-color: rgba(0,0,0,0.3);
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 1000;
	}
	
	.video-container {
		filter: saturate(0.8) brightness(0);
		transition: filter 1s ease;
	}
	
	.video-container.show {
		filter: saturate(0.8) brightness(1);
	}
	
	.video-container .video {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -1000;
		overflow: hidden;
	}
	
	
	
	.page-section__container {
		position: absolute;
		width: 33.33333%;
		left: 10%;
		bottom: 0;
		padding: 0 0 calc(60px + 1vh) 10px;
		background-color: transparent;
		color: #fff;
		text-align: left;
		z-index: 12;
		box-sizing: border-box;
	}
	
	.page-section__h {
		font-size: 3.5rem;
		padding-left: 0;
		margin-left: -2px;
		font-family: "Ryumin Light KL", 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', YuMincho, '游明朝', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	}
	
	.page-section__h:before {
		margin-left: 0px;
		font-size: 1.4rem;
		color: rgba(255,255,255,1);
	}
	
	.page-section__h:after {
		background-color: rgba(255,255,255,0.3);
		right: auto;
	}
	
	.page-section__h--en {
		padding-bottom: 40px;
		margin-bottom: 25px;
		color: rgba(255,255,255,0.6);
		font-size: 1.4rem;
	}
	
	.page-section__h--en:before {
		content: "";
		background-color: rgba(255,255,255,0.4);
		width: 20px;
		height: 1px;
		display: inline-block;
		margin-right: 0.5em;
	}
	
	.page-section__p {
		font-size: 1.4rem;
	}
	
	.modalgallery.button-state.ghost-button {
		border-color: rgba(255,255,255,0.7);
	}

	.modalgallery.button-state.ghost-button:hover {
		background-color: rgba(255,255,255,1);
		border-color: rgba(255,255,255,1);
		color: #000;
	}
	
	.other-section {
		width: auto;
		margin: 0 auto;
	}
	
	.facilities__images {
		width: calc(100% - 160px);
	}
	
	.facilities__text {
		display: flex;
	}
	
	.facilities__text__title {
		width: 33.333333%;
		text-align: right;
		box-sizing: border-box;
		padding-right: 40px;
	}
	
	.facilities__text__contents {
		width: 66.66666%;
		border-left: 1px solid rgba(255,255,255,0.1);
		padding-left: 40px;
		padding-right: 80px;
		box-sizing: border-box;
	}
}





@media screen and (min-width: 1400px) {
	.facilities__images {
		display: block;
	}
	
	.facilities__images__image {
		width: calc(32.5% - 10px);
	}
	
	.facilities__images .image--large {
		width: calc(66.75% - 10px);
		float: left;
	}
	
	.facilities__images .image--regular {
		float: right;
	}
}