@charset 'utf-8';


.articleblock {
	max-width: none;
}

.articletitle {
	margin: 0 0 30px 0;
}

.articletitle h1 {
	border-bottom: 1px solid #000;
}

#document {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

.facilities ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.facilities li {
	display: flex;
	width: 100%;
}

.facilities li > div {
	width: 100%;
	padding: 1em;
	border-bottom: 1px solid #ccc;
}

.facilities li > div > a {
	display: flex;
	align-items: center;
	height: 100%;
	text-decoration: none;
}

.facilities li > div .enclosed {
	padding-right: 1em;
	flex-grow: 1;
}

.facilities li > div .arrow {
	display: block;
}

.facilities li > div .arrow .icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	color: #808080;
	transform: rotate(-90deg);
}

.facilities li > div .arrow .icon span {
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: .2s;
}

.facilities li > div a:hover .arrow .icon span,
.facilities li > div a.hover .arrow .icon span {
	transform: translateY(10px);
}

.facilities li > div .arrow .icon svg {
	fill: currentColor;
}


.facilities li h3 {
	margin-bottom: 0;
	font-size: 1.1em;
}

.facilities li p {
	margin-bottom: 0 !important;
	font-size: .8em;
	color: #4c4c4c;
}

.facilities li span {
	display: inline-block;
	margin: 2px;
	font-size: .8em;
}

.facilities li span a {
	display: inline-block;
	padding: .5em 1em;
	color: #fff;
	background: rgba(47,85,151,1);
	text-decoration: none;
}

.facilities li span.map {
	margin-left: 10px;
}

.facilities li span.map a {
	background: #2fac97;
}

.facilities li span a:hover,
.facilities li span a.hover {
	background: rgba(47,85,151,.6);
}


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

	.facilities li {
		width: 50%;
		padding: 5px;
	}
}

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

	.facilities li {
		width: 33.333%;
	}
}


.accessmap p {
	margin-bottom: 1em;
	word-break: break-all;
}

.accessmap a[target="_blank"]:after {
	display: inline-block;
	content: '\f109';
	margin-left: .3em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
}


.stafflist {
	width: 100%;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.stafflist > .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	position: relative;
}

.stafflist .blockheader {
	margin-bottom: 0;
}

.stafflist .blockheader .enclosed {
	padding: 2em 0;
}

.stafflist .blockheader .enclosed h1 {
	color: #fff;
}

.stafflist .btnarea {
	padding: 3em 0;
}

.stafflist .btnarea a {
	border-color: #fff;
	background: none;
	color: #fff;
}

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

	.stafflist .blockheader .enclosed h1 {
		font-size: 1.4em;
	}
}


#stafflist {
	display: flex;
	margin: 30px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	flex-wrap: wrap;
	font-size: 1rem;
}

#stafflist .item {
	width: 50%;
	font-size: .85em;
}

#stafflist .item a {
	display: block;
}

#stafflist .item img {
	width: 100%;
	height: auto;
	transition: .3s;
}

#stafflist .item a {
	text-decoration: none;
}

#stafflist .item a:hover figure img,
#stafflist .item a.hover figure img {
	transform: scale(1.1);
}

#stafflist .item .cover {
	display: flex;
	justify-content: center
	align-items: center;
	overflow: hidden;
	position: relative;
}

#stafflist .item .media {
	width: 30%;
	padding-top: 30%;
	overflow: hidden;
	position: relative;
}

#stafflist .item .media figure {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#stafflist .item .media figure span {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
}

#stafflist .item .enclosed {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 70%;
	padding: 0 1em;
	background: rgba(47,85,151,.1);
	color: #111;
	line-height: 1.3;
	transition: .3s;
}

#stafflist .item a:hover .enclosed,
#stafflist .item a.hover .enclosed {
	background: rgba(47,85,151,.2);
}

#stafflist .item .enclosed h2 {
	font-size: .95em;
	font-weight: 400;
}

#stafflist .item .enclosed .position {
	font-size: .6em;
}

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

	#stafflist .item {
		width: 33.33%;
	}
}

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

	#stafflist .item {
		width: 25%;
		font-size: 1.2em;
	}
}

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

	#stafflist .item {
		width: 20%;
	}
}

