@charset "utf-8";
/*------------------------------------------------------------
	yakusugi01
------------------------------------------------------------*/
.topBox {
	margin-bottom: 50px;
	padding-top: 72px;
	height: 263px;
	background: url(../img/yakusugi/main_img.jpg) no-repeat center center;
	background-size: cover;
}

#container .school{background: url(../img/school/school.jpg)no-repeat center center;background-size: cover;}

#main .inner {
	margin: 0 auto 63px;
	width: 1000px;
}

#main .inner03 {
	margin-bottom: 30px;
}

#main .inner p {

	font-size: 23px;
	line-height: 1.8;
	text-indent: 1em;
}

#main .inner .text {
	line-height: 1.62;
}

#main .inner h3 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 29px;
}

#main .inner p .mm {
	margin-bottom: 25px;
	display: block;
}

#main .inner .photo {
	margin: 11px -10px 40px;
}

#main .picture {
	margin-bottom: 28px;
}

#main .picture img {
	width: 100%;
}

#main .lightUl li {
	width: 50%;
	float: right;
	list-style: none;
}

#main .lightUl li:first-child {
	float: left;
}

#main .lightUl li a:hover img {
	filter: alpha(opacity=85);
	opacity: 0.85;
}

#main .lightUl li img {
	width: 100%;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.topBox {
		margin-bottom: 25px;
		padding-top: 50px;
		height: 315px;
		position: relative;
		background: url(../img/yakusugi/sp_main_img.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main {
		overflow: hidden;
	}
		
	#main .inner {
		margin: 0 13px 15px;
		width: auto;
	}
	
	#main .inner p {
		font-size: 15px;
		line-height: 1.8;
		text-indent: 1em;
	}
	
	#main .inner .text {
		line-height: 1.8;
		letter-spacing: -1px;
	}
	
	#main .inner h3 {
		margin-bottom: 10px;
		font-size: 20px;
	}
	
	#main .inner .photo {
		margin: 17px -14px 15px;
	}

	#main .inner .photo img {
		width: 100%;
	}
	
	#main .picture {
		margin-bottom: 28px;
	}
	
	#main .picture img {
		width: 100%;
	}

	#main .lightUl li a:hover img {
		filter: alpha(opacity=100);
		opacity: 1;
	}
}

/*------------------------------------------------------------
	yakusugi02
------------------------------------------------------------*/
.topBox02 {
	margin-bottom: 35px;
	height: 280px;
	background: url(../img/yakusugi/main_img02.jpg) no-repeat center center;
	background-size: cover;
}

#main .inner02 {
	margin-bottom: 53px;
}

#main .inner02 h3 {
	margin-bottom: 5px;
}

#main .inner02 p {
	line-height: 2.52;
}

#main .inner02 ul {
	margin: 64px -20px 0;
}

#main .inner02 a:hover img {
	filter: alpha(opacity=85);
	opacity: 0.85;
}

#main .lightUl01 li {
	width: 65%;
	float: left;
	list-style: none;
}

#main .lightUl01 .pic02 {
	width: 35%;
}

#main .lightUl01 li img {
	width: 100%;
}

#main .lightUl02 li {
	width: 45%;
	float: left;
	list-style: none;
}

#main .lightUl02 .pic02 {
	width: 55%;
}

#main .lightUl02 li img {
	width: 100%;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.topBox02 {
		margin-bottom: 7px;
		height: 315px;
		background: url(../img/yakusugi/sp_main_img02.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main .inner02 {
		margin-bottom: 17px;
	}
	
	#main .inner02 h3 {
		margin-bottom: 5px;
	}
	
	#main .inner02 p {
		line-height: 2.52;
	}
	
	#main .inner02 ul {
		margin: 8px -20px 0 -22px;
	}

	#main .inner02 li img {
		width: 100%;
	}
	
	#main .lightUl01,
	#main .lightUl02 {
		margin: 0 -5px 0 -8px;
	}
	
	#main .inner02 a:hover img {
		filter: alpha(opacity=100);
		opacity: 1;
	}
}