/* CSS Document */

body{
	background-image: none;
}
.main_header{
	max-width: 100vw;
	width: 100%;
	height: 44.58vw;
	background-image: url("img/main_img.jpg");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}
.main_header p{
	padding-top: 13.19vw;
	font-size: 4.86vw;
	text-align: center;
	font-weight: 500;
	color: #2F7BA5;
}
.intro{
	line-height: 19.72vw;
	font-size: 3.89vw;
	text-align: center;
}
.post_list{
	width: 100%;
	max-width: 91.94vw;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-bottom: 0;
	border-bottom: 1px solid #c7c7c7;
}
.one_post{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 8.61vw;
}
.one_post:nth-child(even){
	margin-right: 0;
}
.one_post .thumb{
	width: 100%;
	border: 1px solid #C7C7C7;
}	
.one_post .thumb img{
	width: 100%;height: auto;
}
.date{
	font-size: 3.47vw;
	line-height: 4.31vw;
}
.title{
	font-size: 3.89vw;
	line-height: 5.28vw;
}
#pager_container{
	max-width: 100%;
	text-align: center;
	margin: 6.25vw auto 16.67vw;
}
.wp-pagenavi{
	display: flex;
	margin: auto;
	justify-content: center;
}
.wp-pagenavi > span.current, .wp-pagenavi >a.page{
	width: 8.47vw;
	height: 8.47vw;
	margin: 0 5px;
	background-color: #dadada;
	border-radius: 50%;
	border: none !important;
	line-height: 8.47vw;
	text-align: center;
	color: white;
	display: block;
	text-decoration: none;
	font-size: 3.61vw;
	font-weight: bold;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}
.wp-pagenavi > span.current{
	background-color: #2F7BA5;
}
.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink,.wp-pagenavi .nextpostlink,.wp-pagenavi .previouspostlink{
	text-decoration: none;
	line-height: 8.47vw;
	margin: 0 20px;	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}
.wp-pagenavi a:hover{
	text-decoration: underline;
}



/* SINGLE */
.single{
	margin: 5.56vw auto;
	max-width: 91.93vw;
}
.post_title,.content .inner{
	max-width: 100%;
	margin: 0 auto;
}
.post_title .date{
	margin-bottom: 2.08vw;
	font-size: 3.89vw;
}
.post_title .title{
	margin-bottom: 3.47vw;
	font-size: 3.89vw;
}
.content{
	border-top:1px solid #2c5e8a;
	border-bottom:1px solid #c7c7c7;
	padding:4vw 0 8vw;
	font-size: 3.89vw;
}
.backbutton{
	margin: 6.11vw auto 23vw;
	max-width: 37.5vw;
}
.backbutton a{
	display: block;
	width: 100%;
	height: 15.56vw;
	border: 1px solid #2c5e8a;
	text-align: center;
	line-height: 15.56vw;
	color: #2c5e8a;
	font-weight: bold;
	font-size: 15px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-decoration:none;
}
	
/*　起工式　*/

#kikou_wrap{
	/*margin-bottom: 145px;	*/
}

#kikou_wrap .kikou{
	width: 95%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-bottom: 45px;
}

.kikou .movie_col{
	overflow: hidden;
	margin-top: 20px;
}

.kikou .movie_col video{
	width: 100%;
	height: auto;
}

#kikou_wrap .kikou h2{
	width: 100%;
	margin: 0px auto;
}

#kikou_wrap .kikou h2 p{
	font-size: 15px;
	color: #2F7BA5;
	text-align: center;
	padding: 0.5em 0;
	border-top: solid 3px #2F7BA5;
	border-bottom: solid 3px #2F7BA5;
}

.kikou p{
	line-height: 2em;
    font-size: 15px;
	margin: 20px auto;
	overflow: hidden;
}

.kikou ul.photo{
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
}

.kikou ul.photo li{
	list-style-type: none;
	overflow: hidden;
	margin: 5px auto;
}

