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


/* mainImg
=========================================== */

#mainImg {
	width: 100%;
	margin: 0 0 55px 0;
	overflow: hidden;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 2000px){
	#mainImg {
		height: 480px;	
	}
	.mainImg_cont {
		width: 2000px;
		height: 100%;	
		margin: auto;
		position: absolute;
		left: 50%;
		top: 0;
		margin:0 0 0 -1000px;
	}
	.mainImg_cont img {
		height: 100%;
	}
}
@media screen and (max-width: 768px){
	#mainImg {
		height: auto;	
		background: none;
	}
	.mainImg_cont {
		width: 100%;
		height: auto;
		position:static;
		left:auto;
		top: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 640px){
	#mainImg {
		margin-bottom: 30px;
	}
}


/* training
=========================================== */

#gallerycont {
}
.gallerycont_ttl {
	text-align: center;
	font-size: 28px;
	line-height: 1.2em;
	color: #725340;
	margin-bottom: 20px;
}
.gallerycont_txt {
	font-size: 17px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 55px;
}
.gallerycont_bnr {
	background: #f5f7f7;
	padding:60px 0; 
}
.gallerycont_bnr ul {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	padding:0 6%; 
}
.gallerycont_bnr li {
	width: 460px;
}
.gallerycont_bnr li+li {
	margin-left: 40px;
}
.gallerycont_bnr a {
	transition: 0.3s opacity;
	-webkit-transition: 0.3s opacity;
}
.gallerycont_bnr a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 768px){
	.gallerycont_ttl {
		font-size: 26px;
	}
	.gallerycont_txt {
		font-size: 16px;
		line-height: 30px;
		text-align: left;
		padding:0 6%; 
		margin-bottom: 50px;
	}	
	.gallerycont_bnr ul {
		display: block;
	}
	.gallerycont_bnr li {
		width: 100%;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}
	.gallerycont_bnr li+li {
		margin-left: auto;
		margin-top: 20px;
	}
}
@media screen and (max-width: 640px){
	.gallerycont_ttl {
		font-size: 21px;
		margin-bottom: 15px;
	}
	.gallerycont_txt {
		font-size: 15px;
		line-height: 27px;
		margin-bottom: 30px;
	}		
	.gallerycont_bnr {
		padding:30px 0; 
	}
	.gallerycont_bnr li+li {
		margin-top: 15px;
	}
}
