@charset 'utf-8';


#container > .inner {
	max-width: none;
}

.articleblock,
body.safearea .articleblock {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 !important;
}

.contentblock > .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

body.safearea .contentblock > .inner {
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
}


.presentation .blockheader .label {
	font-size: 1.7em;
}

.presentation .blockheader .desc {
	font-size: 1.7em;
}

.presentation {
}

.presentation:first-child {
}

.presentation > .inner {
	padding: 3em 0;
/*
	max-width: 1200px;
	padding: 5em 2em;
	padding-left: calc(env(safe-area-inset-left) + 2em);
	padding-right: calc(env(safe-area-inset-right) + 2em);
*/
}

#pagelead.presentation > .inner {
	padding-left: 2em;
	padding-right: 2em;
	padding-left: calc(env(safe-area-inset-left) + 2em);
	padding-right: calc(env(safe-area-inset-right) + 2em);
	font-size: 1.1em;
}

@media only screen and (min-width: 769px) {

	.presentation > .inner {
		padding: 5em 0;
	}

	#pagelead.presentation > .inner {
		padding-left: 2em;
		padding-right: 2em;
		padding-left: calc(env(safe-area-inset-left) + 2em);
		padding-right: calc(env(safe-area-inset-right) + 2em);
	}
}

@media only screen and (min-width: 1001px) {

	.presentation .blockheader .label {
		font-size: 1.5em;
	}

	.presentation .blockheader .desc {
		font-size: 1.5em;
	}

	.presentation:first-child {
	}

	.presentation.half .brick {
		padding: 50px;
	}

	.presentation.half:before {
		width: 50%;
	}

	.presentation.half > .inner {
		padding-top: 0;
		padding-bottom: 0;
	}
	.presentation.half .brick {
		padding: 50px;
	}
}

.presentation .blockheader .brick {
	padding: 0;
}



.presentation .column {
	padding: 10px;
}

@media only screen and (min-width: 481px) {

	.presentation .column {
		width: 50%;
		margin: 0 !important;
		padding: 10px;
	}
}



.gallerytab {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.gallerytab ul {
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
}

.gallerytab li {
	list-style: none;
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 0;
	border-bottom: none;
	color: #000;
	font-size: 16px;
	vertical-align: top;
	transition: .2s;
	position: relative;
	cursor: pointer;
}

.gallerytab .cover {
	height: 100%;
	position: relative;
}

.gallerytab li span {
	display: block;
	margin: 0 auto;
	font-weight: 700;
	line-height: 1;
	font-feature-settings : 'palt';
}

.gallerytab li span.label {
	padding: .3em .7em;
	border-radius: 99px;
	background: #808080;
	color: #fff;
	transition: .2s;
}

.gallerytab li.hover span.label,
.gallerytab li.open span.label {
	background: #000;
}

.gallerytab li span.icon {
	width: 26px;
	height: 26px;
	margin-bottom: 10px;
}

.gallerytab li:not(.open) span.icon {
	transition: .2s;
	transform-origin: center bottom;
}

.gallerytab li.open span.icon {
	width: 34px;
	height: 34px;
	margin-top: -8px;
}

.gallerytab li.open:after {
	content: '';
	width: 0;
	height: 0;
	margin-left: -14px;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	bottom: -14px;
	left: 50%;
}

.gallerytab li .cover div {
	display: inline-block;
	vertical-align: middle;
}

.gallerytab li .cover:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

.gallerytab li.hover:not(.open) .icon {
	transform: scale(1.3);
}

.gallerytab li img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 769px) {

	.gallerytab li {
		font-size: 18px;
	}
}



#equipmentgallery {
	height: auto;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

#equipmentgallery .equipmentgallerysection {
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#equipmentgallery .equipmentgallerysection.open {
	opacity: 1;
	position: relative;
	z-index: 10;
}


.equipmentgallery {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 2em;
	padding: 0;
}

.equipmentgallery .item {
	width: 50%;
}

.equipmentgallery .item > .inner {
	width: 100%;
	padding: 10px;
}

.equipmentgallery .item .thumb {
	width: 100%;
	margin-bottom: .7em;
}

.equipmentgallery .item figure {
	width: 100%;
	padding-top: 57%;
	overflow: hidden;
	position: relative;
}

#gallery-staff .equipmentgallery .item figure {
	padding-top: 100%;
}

.equipmentgallery .item figure span {
	display: block;
	width: 100%;
	transform: translateY(-50%);
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
}

.equipmentgallery .item figure img {
	width: 100%;
	height: auto;
}

.equipmentgallery .item .enclosed {
	width: 100%;
}

.equipmentgallery .item .caption {
	font-size: 1.2em;
	line-height: 1.4;
}

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

	.equipmentgallery {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.equipmentgallery .item {
		width: 50%;
	}

	#gallery-staff .equipmentgallery .item {
		width: 33.33%;
	}

	.equipmentgallery .item > .inner {
		flex-direction: column;
	}
}

@media only screen and (min-width: 641px) {

	.equipmentgallery .item {
		width: 33.33%;
	}

	#gallery-staff .equipmentgallery .item {
		width: 25%;
	}
}

@media only screen and (min-width: 1001px) {

	.equipmentgallery .item {
		width: 25%;
	}

	#gallery-staff .equipmentgallery .item {
		width: 20%;
	}
}




#outline {
}

#outline .media {
	margin-bottom: 30px;
}

#outline .media figure {
	width: 100%;
	padding-top: 40%;
	overflow: hidden;
	position: relative;
}

#outline .media figure span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#outline .media figure img {
	display: block;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

#outline .outlinetbl {
	margin-bottom: 30px;
}

#outline .outlinetbl .btnarea {
	padding: 0;
}


#facilities {
	width: 100%;
	background: #fff;
	position: relative;
}

#facilitylist {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	font-size: 1.3em;
	line-height: 1.6;
}

#facilitylist .facility {
	display: flex;
	width: 100%;
}

#facilitylist .facility > .inner {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
	padding: 20px 0;
}

#facilitylist .facility .foto {
	width: 30%;
}

#facilitylist .facility .sentence {
	width: 70%;
	padding-left: 20px;
}

#facilitylist .facility figure {
	width: 100%;
	overflow: hidden;
}

#facilitylist .facility figure img {
	width: 100%;
	height: auto;
}

#facilitylist .facility h2 {
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: 700;
}

#facilitylist .facility h2 a {
	color: #000;
	text-decoration: none;
}

#facilitylist .facility h2 a:after {
	display: inline-block;
	content: '\f109';
	margin-top: -.1em;
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
	vertical-align: middle;
}

#facilitylist .facility .addr {
	margin-bottom: 1em;
	font-size: .85em;
}

#facilitylist .facility .desc {
}

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

	#facilitylist {
		flex-direction: row;
		flex-wrap: wrap;
	}

	#facilitylist .facility {
		width: 50%;
	}

	#facilitylist .facility > .inner {
		display: flex;
		flex-direction: column;
		padding: 20px;
	}

	#facilitylist .facility .foto {
		width: 100%;
	}

	#facilitylist .facility .sentence {
		width: 100%;
		padding-left: 0;
	}

	#facilitylist .facility figure {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 1001px) {

	#facilitylist .facility {
		width: 33.33%;
	}
}



