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


/* ▼　スマホメニュー　▼ */
/* ▲　スマホメニュー　▲ */

/* ▼　ヘッダ　▼ */
/* ▲　ヘッダ　▲ */
		
/* ▼　ナビゲーション　▼ */
/* ▲　ナビゲーション　▲ */

/* ▼　メイン　▼ */
#main #page_ttl{
	margin-bottom:60px;
}
#main #breadcrumb {
	margin-bottom:40px;
}

/*** トップページ･ブログ ***/
#primary #header_lnk{
	display:block;
	margin-bottom:40px;
}

#primary article{
	border-bottom:2px solid #f4eee8;
	margin-bottom:30px;
}

#primary article .entry-header .blog_date{
	color:#907765;
	font-size:2.3em;
	font-weight:bold;
}

#primary article .entry-content{
    background-color: #fff;
    margin-bottom: 40px;
}

#primary article .entry-content img {
    width: 47.5%;
	height:auto;
	float: left;
	margin-right: 2.5%;
}

#primary article .entry-content .blk_txt {
    padding: 0 2.5%;
}

#primary article .entry-content h4 {
    font-size: 1.54em;
    font-weight: bold;
    margin-bottom: 20px;
}

#primary article .entry-content p {
    margin-bottom: 20px;
}

#primary article .entry-content p.category span{
	color:#907765;
}

/**ブログ記事ページ**/
#blog_single #header_lnk{
	display:block;
	margin-bottom:40px;
}

#blog_single article .entry-header .blog_date{
	color:#907765;
	font-size:2.3em;
	font-weight:bold;
	margin-bottom:20px;
}

#blog_single article .entry-header p.category span{
	color:#907765;
}

#blog_single article .entry-content h4 {
    font-size: 1.54em;
    font-weight: bold;
    margin-bottom: 20px;
}

#blog_single article .entry-content img {
	padding-bottom:1em;
}

#blog_single article .entry-content p{
	padding-bottom:1em;
}

/*** 施工事例 single-reform.php ***/
#works_single{}

#works_single h3{
	font-size:2.3em;
	font-weight:bold;
	margin-bottom:20px;
}

#works_single h3.table_ttl{
	background-color: #f4eee8;
	display: inline-block;
	padding: 5px 0.5em 0;
}

#works_single .blog_cat ul{
	margin:0;
	margin-bottom:36px;
}

#works_single .blog_cat li{
	display:inline-block;
	color:#116434;
	border:1px solid #116434;
	-moz-border-radius: 5px;/*角丸指定 四隅を丸くすることで10pxの●に*/
	-webkit-border-radius: 5px;/*角丸指定*/
	border-radius: 5px;/*角丸指定*/	
	padding:2px 8px;
	margin-bottom:4px;
}

#works_single .blog_cat li a{
	color:#116434;
}

#works_single .area_content{
	margin-bottom:60px;
}

#works_single .area_cont_before,
#works_single .area_cont_after{
	float:left;
	width:48%;
	margin-bottom:40px;
}

#works_single .area_cont_before p,
#works_single .area_cont_after p{
	background-color:#f4eee8;
	color:#907765;
	text-align:center;
	font-size:1.54em;
	font-weight:bold;
	padding:14px;
	margin-bottom:0;
}

#works_single .area_cont_before{
	position:relative;
	margin-right:4%;
}

#works_single .area_cont_before:after{
	content: ">";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -8%;
	z-index: 100;
	color: #907765;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	padding-top: 0.75em;
	font-family: sans-serif;
	width: 8%;
	display: block;
}

#works_single .layout_before_after .area_cont_before,
#works_single .layout_before_after .area_cont_after{
	border:2px solid #176336;
}

#works_single .layout_before_after .area_cont_before p,
#works_single .layout_before_after .area_cont_after p{
	background-color: #176336;
	color:#fff;
}

#works_single .area_before_after h4{
	background-color:#907765;
	text-align:center;
	font-size:1.54em;
	font-weight:bold;
	color:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:20px;
	position:relative;
}

#works_single .area_before_after img{
	display: block;
	margin: 0 auto;
}

#works_single .area_staff{
	/*position:relative;*/
	display: flex;
	display: -webkit-flex;
	margin-bottom:20px;
}

#works_single .area_staff .area_img_staff{
	width:155px;
}

#works_single .area_staff img{
	/*float:left;*/
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width:100%;
}

#works_single .area_staff .area_cont_staff{
	border: 2px solid #116434;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:155px;
	padding:35px 35px;
	/*margin-left:175px;*/
	/*overflow:hidden;*/
	/*position:absolute;*/
	flex:1;
	margin-left:20px;
	position:relative;
}

#works_single .area_staff .area_cont_staff:before{
content: url(../images/blog/blog-allow-staff.png);
	position: absolute;
	top: 60px;
	/*transform: translateY(-50%);*/
	left: -54px;
	z-index: 100;
}

#works_single .area_staff .area_cont_staff h4{
	font-size:1.54em;
	font-weight:bold;
	margin-bottom: 10px;
}

#works_single .area_staff .area_cont_staff p{
	margin-bottom:0;
}

#works_single .area_customer{
	display: flex;
	display: -webkit-flex;
	flex-flow: row-reverse wrap;
	-webkit-flex-flow:row-reverse wrap-reverse;
}

#works_single .area_customer .area_img_customer{
	width:155px;
}

#works_single .area_customer img{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width:100%;
}

#works_single .area_customer .area_cont_customer{
	border: 2px solid #116434;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:155px;
	padding:35px 35px;
	flex:1;
	margin-right:20px;
	position:relative;
}

#works_single .area_customer .area_cont_customer:before{
content: url(../images/blog/blog-allow-staff.png);
	position: absolute;
	top: 80px;
	transform: rotate(-180deg);
	right: -54px;
	z-index: 100;
}

#works_single .area_customer .area_cont_customer h4{
	font-size:1.54em;
	font-weight:bold;
	margin-bottom: 10px;
}

#works_single .area_customer .area_cont_customer p{
	margin-bottom:0;
}


/*スライド*/
.bxslider{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

/*===============================================
●smart.css  画面の横幅が1001pxから
===============================================*/
@media screen and (min-width:1001px){
	.bx-viewport{
		max-height:675px;
	}
	.bxslider li img{
		max-height:675px;
	}
}

/*===============================================
●smart.css  画面の横幅が1000pxまで
===============================================*/
@media screen and (max-width:1000px){
	.bx-viewport{
		max-height:67.5vw;
	}
	.bxslider li img{
		max-height:67.5vw;
	}
}

.bxslider li{
	text-align:center;
}

.bxslider li img{
	display:inline-block;
}

.bx-pager{
	text-align:center;
	margin-bottom:50px;
	margin-top:10px;
	display:flex;
}

.bx-pager a{
	padding-right: 5px;
	background: transparent !important;
	text-indent: 0;
	width: auto;
	height: auto;
	margin: 0;
	border: none;
	border-radius: unset;
	display: inline;
}

.bx-pager a img{
	width:100%;
}

/*テーブル*/
table{
	border-spacing:0px;
	margin-bottom:40px;
	width:100%;
}

table th,
table td{
	text-align:left;
	padding:1.2em 0;
	border-bottom:1px solid #f4eee8;
}

table th{
	width:30%;
}

/*ページナビ*/
.pageNav{
	text-align:center;
	border-top:2px solid #f4eee8;
	border-bottom:2px solid #f4eee8;
	margin-bottom:20px !important;
}

.pageNav li{
	display:inline-block;
	font-size:1.54em;
	font-weight:bold;
	color:#bdb3ab;
	margin:20px 1em;
}

.pageNav li a{
	color:#176336;
	font-size:1.5em;
}

.link_btn {
    text-align: center;
    font-size: 15px;
    color: #fff !important;
    width: 210px;
    background-color: #116434;
    padding: 10px 1em;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    margin: 0 auto 60px;
}

/*関連記事*/
.post_footer{
	background-color:#f4eee8;
	padding:60px 0;
	margin-bottom:60px;
}

.post_footer h4{
	font-size:1.54em;
	font-weight:bold;
	text-align:center;
	margin-bottom:40px;
}

.post_footer .content_wide{
    display: flex;
	display: -webkit-flex;
	justify-content: space-;
	-webkit-justify-content: space-around;
}

.post_footer .content_wide .area_cnt{
	width:33.3%;
	padding:0 5px;
}

.post_footer .content_wide .area_cnt a h5{
	font-size:1.15em;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
}

.post_footer .content_wide .area_cnt .blog_img{
	width:100%;
	text-align:center;
	margin-bottom:10px;
}

.post_footer .content_wide .area_cnt .blog_cat ul{
	margin-bottom:0 !important;
}

/*一覧ページナビ*/
.wp-pagenavi{
	text-align:center;
	border-top:2px solid #f4eee8;
	border-bottom:2px solid #f4eee8;
	margin-bottom: 60px !important;
	padding: 25px 0 20px;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: 3px 5px;
    margin: 2px;
	font-weight:bold;
	font-size:2.3em;
	color:#116434;
}

.wp-pagenavi span.current {
    color:#bdb3ab;
}

#primary .wp-pagenavi{
	border-top:none;
	padding-top:0;
}

/* ▲　メイン　▲ */

/* ▼　rss　▼ */
/* ▲　rss　▲ */	

	
/* ▼　フッタ　▼ */
/* ▲　フッタ　▲ */

/*===============================================
●smart.css  画面の横幅が1001pxから
===============================================*/
@media screen and (min-width:1001px){
}

/*===============================================
●smart.css  画面の横幅が1000pxまで
===============================================*/
@media screen and (max-width:1000px){


}

/*===============================================
●smart.css  画面の横幅が767pxまで
===============================================*/
@media screen and (max-width:800px){
	/* ▼　ヘッダ　▼ */
	/* ▲　ヘッダ　▲ */
			
	/* ▼　ナビゲーション　▼ */
	/* ▲　ナビゲーション　▲ */
	
	/* ▼　メイン　▼ */

	.post_footer .content_wide .area_cnt .blog_img img{
		width:100%;
	}
	.post_footer .content_wide{
	    display: block;
	}

	.post_footer .content_wide .area_cnt{
		width:100%;
		padding:0 5%;
		margin-bottom:20px;
	}	

	/* ▲　メイン　▲ */
			
	/* ▼　rss　▼ */
	/* ▲　rss　▲ */	
	
		
	/* ▼　フッタ　▼ */
	/* ▲　フッタ　▲ */	
}


/*===============================================
●smart.css  画面の横幅が460pxまで
===============================================*/
@media screen and (max-width:500px){

	#works_single .area_cont_before,
	#works_single .area_cont_after {
	    float: none;
	    width: 100%;
	}

	#works_single .area_cont_before {
	    margin-right: 0;
	}

	#works_single .area_cont_before::after {
	    top:105%;
	    transform: rotate(90deg);
	    right: 46%;
	    padding-top: 0;
	}

	#works_single .area_staff {
	    display: block;
	}

	#works_single .area_staff .area_img_staff {
	    margin: 0 auto 20px;
	}

	#works_single .area_staff .area_cont_staff {
	    margin-left: 0px;
	}

	#works_single .area_staff .area_cont_staff::before {
	    top: -48px;
	    transform: rotate(90deg);
	    left: 50%;
	}

	#works_single .area_customer {
	    display: block;
	}

	#works_single .area_customer .area_img_customer {
	    margin: 0 auto 20px;
	}

	#works_single .area_customer .area_cont_customer {
	    margin-left: 0px;
	}

	#works_single .area_customer .area_cont_customer::before {
	    top: -48px;
	    transform: rotate(90deg);
	    right: 30%;
	}

}