@charset "UTF-8";

/* CSS Document */

/*==================================================

top-contents
=================================================*/

.top-image {
	width: 100%;
	max-width: 1200px;
	background-color: #000;
	position: relative;
	margin: 130px auto 0;
}
.top-image h1 {
	width: 25%;
	max-width: 300px;
	color: #000;
	position: absolute;
    top: 0;
	right: 0;
	z-index: 2!important;
}
.top-image h1 span {
	
}
.section-title {
	width: 100%;
	font-size: 3rem;
	line-height: 200%;
	color: #000;
	text-align: center;
	letter-spacing: 0.3em;
	font-family: 'Noto Serif JP',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	margin-bottom: 60px;
}
.section-sub-title {
	width: 100%;
	font-size: 2rem;
	line-height: 200%;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
	background-color: #2b90bd;
	padding: 10px 1em;
	margin-bottom: 60px;
}

.photo-single {
	width: 100%;
	margin-top: 80px;
}
.photo-cul {
	width: 100%;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	margin-top: 60px;
}
.photo-cul li {
	width: 32%;
}


/* cf */

.top-special:after,.contact-area dl:after {
    content:" ";
    display:block;
    clear:both;
}

/* top img */

.top-image img,.photo-single img,.photo-cul img,.contact-area dd img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.top-image {
		margin-top: 76px;
	}
	.top-image h1 {
		width: 33.33%;
		background-color: #FFF;
		max-width: 400px;
	}
	.top-image h1.nbg {
		background-color: transparent;
	}
	.section-title {
		width: 100%;
		font-size: 2rem;
		text-align: left;
		margin-bottom: 5%;
	}
	.section-sub-title {
		font-size: 1.8rem;
		margin-bottom: 5%;
	}
	.section-title br {
		display: none;
	}
	.photo-single {
		margin-top: 8%;
	}
	.photo-cul {
		width: 100%;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center; 

		margin-top: 0;
	}
	.photo-cul li {
		width: 100%;
		max-width: 320px;
		margin-top: 8%;
	}
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	
	
}
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

