@charset "utf-8";

/* LAYOUT
================================================== */
#layout {
	width: 100%;
}
@media screen and (max-width:1025px){
	#layout {
		margin-top: 470px;
	}
}
@media screen and (max-width:769px){
	#layout {
		margin-top: 250px;
	}
}



/* #visual
================================================== */
#visual {
	height: 520px;
	background: url(../image/visual.jpg) no-repeat center center;
	background-size: cover;
}
#visual .word {
	position: relative;
	height: 520px;
	background: url(../image/title02.png) no-repeat;
	background-size: auto 145px;
	background-position: 50% 95%
}
#visual h2 {
	position: absolute;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 20;
}
#visual h2 img {
	max-height: 40px;
}
#visual p img {
	max-height: 145px;
}
@media screen and (max-width:1025px){
	#visual {
		margin-top: 50px;
	}
	#visual .word {
		background: url(../image/title02_2.png) no-repeat;
		background-size: auto 25%;
		background-position: 50% 95%
	}
	#visual h2 {
		bottom: 60px;
	}
}
@media screen and (max-width:769px){
	#visual {
		height: 300px;
	}
	#visual .word {
		height: 300px;
		background-size: auto 32%;
		background-position: 50% 95%
	}
	#visual h2 {
		bottom: 45px;
	}
	#visual h2 img {
		max-height: 30px;
	}
}
@media screen and (max-width:481px){
	#visual .word {
		background-size: auto 25%;
		background-position: 50% 95%
	}
	#visual h2 {
		bottom: 35px;
	}
	#visual h2 img {
		max-height: 20px;
	}
}




.wp-pagenavi {
	clear: both;
	text-align:center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #000000;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	color: #ffffff;
	border-color: #505050;
	background-color: #505050;
}
.wp-pagenavi span.current {
	color: #ffffff;
	border-color: #eabd5a;
	font-weight: bold;
	background-color: #eabd5a;
}
