@charset "utf-8";
/* CSS Document */




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

 * hero

--------------------------------------------------*/
.hero{
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.hero__logo{
	margin: 0;
	padding: 0;
	
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	
	width: 371.4px;
	height: 43.8px;
}
.hero__sitelogo{
	width: 100%;
	height: 100%;
}
.hero_gallery{
	margin: 0;
	padding: 0;
	list-style: none;
}
.hero_gallery:before{
	content: "";
	display: block;
	
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background-color: rgba(255, 255, 255, .2);
}
.hero_gallery__item.js-hero__item{
	transform: scale(1.0);
}
.hero_gallery__item:last-child{
	animation: gallery 9s ease-in both;
}
.hero_gallery__item:not(:first-child){
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.hero_gallery__image{
	width: 100%;
}

@keyframes gallery{
	0%{
		transform: scale(1.0);
	}
	90%{
		opacity: 1;
	}
	100%{
		transform: scale(1.25);
		opacity: 0;
	}
}

@media (min-width: 769px){
	.hero{}
	.hero__logo{}
	.hero__sitelogo{}
	.hero_gallery{}
	.hero_gallery__item{}
	.hero_gallery__image{}
}
@media (max-width: 768px){
	.hero{}
	.hero__logo{
		width: 247.6px;
		height: 29.2px;
		
		width: 160.94px;
		height: 18.98px;
	}
	.hero__sitelogo{}
	.hero_gallery{}
	.hero_gallery__item{}
	.hero_gallery__image{}
}





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

 * index navi

--------------------------------------------------*/
.index_navi{
	padding-top: 3em;
	padding-bottom: 3em;
	background-color: #eeebdf;
}
.index_navi_items{
	margin: 0;
	padding: 0;
	list-style: none;
}
.index_navi__item{}
.index_navi__link{
	display: flex;
	align-items: center;
	
	padding: .5em;
	text-decoration: none;
	
	color: inherit;
	background-color: #fff;
}
.index_navi__link:hover{
	opacity: .75;
}
.index_navi__thumb{
	max-width: 90px;
	
	flex: 0 0 auto;
	margin-right: 1em;
}
.index_navi__label{
	flex: 1 1 auto;
	
	font-size: 1.125em;
	line-height: 1.5em;
}

@media (min-width: 769px){
	.index_navi_items{
		display: flex;
		flex-wrap: wrap;
		
		margin-left: -1em;
		margin-bottom: -1em;
	}
	.index_navi__item{
		flex: 0 0 auto;
		width: calc(50% - 1em);
		
		margin-left: 1em;
		margin-bottom: 1em;
	}
}
@media (min-width: 1024px){
	.index_navi__item{
		width: calc(25% - 1em);
	}
}
@media (max-width: 768px){
	.index_navi__item:not(:last-child){
		margin-bottom: 1em;
	}
}





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

 * history

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

.history_fig{
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	display: flex;
	flex-wrap: wrap;
	
	margin-left: -1em;
	margin-bottom: -1em;
}
.history_fig__item{
	margin-left: 1em;
	margin-bottom: 1em;
}
.history_fig__figure{
	margin: 0;
}
.history_fig__figimage{
	max-width: 100%;
}
.history_fig__figcaption{
	text-align: center;
	
	font-size: .875em;
	line-height: 2em;
}



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

 * 

--------------------------------------------------*/
@media (min-width: 769px){}
@media (max-width: 768px){}
