/*
Theme Name: shinwa Theme
Description: This is shinwa theme.
*/
@charset "utf-8";
/* CSS Document */
/*--------------
	 スマホ用
-----------------*/

@media screen and (max-width: 768px) {
html {
	font-size:14px;
}
body {
	font-family: "Hiragino Kaku Gothic ProN",'Meiryo UI',"メイリオ", sans-serif,FontAwesome;
	color:#060D54;
	background:#fff;
	font-size: 1rem;
	line-height: 1.7;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
.post h1 {
	font-size:32px;
}
.atdetail li {
background: url(../images/common/square.png) no-repeat;
    background-size: 8px;
    background-position: left 7px;
    padding-left: 12px;
    margin-bottom: 10px;
}
/*blog*/
.spfoot ul li a{
border-bottom: 1px dotted #243561;
display: block;
padding-bottom:2px;
margin-bottom:10px;
 font-size:16px;
}

.spfoot .cat-item{
	text-align: center;
	position: relative;
	line-height: 45px;
    height: 45px;
    border-bottom: 2px solid #eee;
    background: #fff;
    display: block;
}

.spfoot .cat-item:before {
    position: absolute;
	top: 52%;
	left: 20px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #243561;
    border-right: 1px solid #243561;
}

.blog-ttl {
	font-size: 16px;
	padding: 10px;
	margin-bottom: 10px;
		font-size: 16px;
			font-weight: 400;
					color:#243561;
	text-align:center;
    font-size: 18px;
}
.post h1 {
    font-size: 20px;
    	font-weight: 400;
    		color:#243561;
}

.archive .new-entry-thumb img,
.blog .new-entry-thumb img{
    min-width: 60px;
	border-radius:14px
}

.new-entry-thumb{
    width: 26%!important;
height:auto;
    float: left;
    margin-right: 10px;
}

.title-wrap {
	float:right;
    width: 70%;
	

}
.blog .postinfo,
.cat .postinfo {
margin:0 .5em!important;
}

.title-wrap a{
	color:#1681b2
}


.archive .post .excerpt, 
.blog .post .excerpt{
display: none;

}

.archive .post h2, 
.blog .post h2{
	font-size: 16px;
	font-weight: 400;
	color:#243561;
}

img {
	max-width: 100%;
}


.archive .post ,
.blog .post{
	margin-bottom: 16px;
	padding-bottom: 16px;
	padding-top: 16px;
	border-bottom:  1px dotted #243561;
}

.related_post_title {
    clear: both;
    font-size: 16px;
	font-weight: 600;
	color:#243561; 
}

h1.cat {
	font-size:18px;
	margin:10px 1em;
}

.postinfo{
	margin:.5em!important;
}

.postinfo br {
	display:none;
}

.spfoot .widgettitle {
	font-size:18px;
	color:#243561;
	margin: 10px 0 0;
	font-weight:600;
}

.spNone,
.breadcrumb,
.sideNav,
.pc-class-media {
	display:none!important;
}
* {
	box-sizing: border-box;
}
html{
	background-color:#263033; 
}

.clearfix{
	box-sizing: border-box;
}

header{
	width: 100%;
	padding: 0;
}
header h1{
	width: 15%;
	float: left;
}
header h1 img{
	width: 46px;
}
header ul.navi-area{
	width: 85%;
	float: right;
	height: 46px;
	box-sizing: border-box;
}

header ul.navi-area li{
	float: left;
	width: 33%;
	font-size: 1rem;
	text-align: center;
	height: 46px;
}
header ul.navi-area li:last-child{
	border: none;
}

header ul.navi-area li a{
	display: block;
	padding: 15px 0 11px;
}

.spheader{
	background: #EBEEF9;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
li.spmenu {
	border-right: 1px solid #ccc;
}

li.spmenu a:hover{
	background: #0779ad;
	color:#fff;
	display: block;
	opacity: 1!important;
}

#menu,
#menu2,
#menu3{
	display:none; /* 最初は非表示 */
	width:100%;
 	position: absolute;
	z-index:999;
	top: 46px;
	left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #0779ad; 
	background-size: 120px 120px;
	
}
/*#menu ul,
#menu2 ul,
#menu3 ul{  padding-top:5px;
}*/
#menu ul li,
#menu2 ul li,
#menu3 ul li{
	color: #fff;
	padding: 10px 0 ;
	text-align: center;
	font-size: 14px;
	border-bottom: solid 1px #fff; 
	}

#menu ul li.half,
#menu2 ul li.half,
#menu3 ul li.half,
#menu ul li.half-left{
	width: 50%;
	float: left;
}
#menu ul li.half-left {
	border-right: 1px solid #fff;
}
#menu ul li.half:nth-child(even),
#menu2 ul li.half:nth-child(even),
#menu3 ul li.half:nth-child(even){
	border-left: 1px solid #fff;
}

#menu ul li.all,
#menu2 ul li.all,
#menu3 ul li.all{
	width: 100%;
	clear: both;
	padding: 10px 0;
	font-size: 14px;
}


#menu ul li:nth-last-of-type(-n+2),
#menu2 ul li:nth-last-of-type(-n+2),
#menu3 ul li:nth-last-of-type(-n+2){ 
	border-bottom:none; 
}


#menu a,
#menu2 a,
#menu3 a{
	display: block;
	height: 20px;
	color: #fff;
	text-decoration:none;
	tap-highlight-color:rgba(186,151,123, 0.3)!important; /* タップした色 */
	-webkit-tap-highlight-color:rgba(186,151,123, 0.3)!important; /* タップした色 */
	}

.fa-user{
	font-size: 16px!important;
}
/*--------------
	 スライダー
-----------------*/
ul.rslides{
	background: #fff;
	width: 100%;
	margin: 0 auto ;
	padding-top: 10px;
	overflow: hidden;
	box-sizing: border-box;

}
ul.rslides li{
	overflow: hidden;
}

.eye{
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.slideWrap {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;

}

.contentWrap{
	margin-bottom: 10px;
}

#top .contentWrap{
	margin-top: -10px!important;
}
a {
  color: #222;
  }

.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 20px;
  position: relative;
  float: left;
  width: 100%;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }



/*--------------
	 main
-----------------*/

.main{
	width: 100%;
	box-sizing: border-box; 
	margin-top: 6px;
	padding-bottom: 20px;
}

/*________________ビルコテージ*/
.bnr_area {
	padding: 5px;
	margin: 5px auto;
	margin-bottom:30px;
    border: 1px solid #ed4200;
    width: 95%;
}
.bnr_area img {
	float:left;
	padding: 30px 0 20px;
	width: 50%;
	margin-right: 3%;
}
.bnr_area .ttl {
	font-size:20px;
	color:#ed4200;
}
.bnr_area .txt {
	margin:5px 0 10px;
	line-height: 1.6;

}
.bnr_area .more01 {
	font-size: 16px;
	height:48px;
	line-height:48px;
	background:#ed4200;
	border-bottom:2px solid #a03800;
	display:block;
	text-align: center;
	
}
.bnr_area .more01 a {
	display:block;
	color:#fff;
}

.bnr_area .more01 a:hover {
	background:#c43400;
}

/*__________________HLPにお任せください*/
.message {
	background:#fff;
	padding:10px;
	}
.message .ttl {
	font-size:1.3em;
	margin-bottom: 10px;
	text-align:center;
	font-weight:700;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.message .txt {
	width:100%;
	margin: 10px auto;
	line-height:1.7;
	font-size: 14px;
	}

.ttl{
	margin-bottom: 20px;
}
.txt{
	margin-bottom: 20px;
}
/*__________________ブログ*/

.blog {
	border-top: 1px solid #FFA400;
	border-bottom: 1px solid #FFA400;
	border-left: none;
	border-right: none;
	width: 100%;

}
.top-blog-inner {
display: block;
position: relative;
padding: 10px 6px 10px 6px;
border-bottom: 1px solid #ddd;
background: #FFF;
}


.top-blog-inner:hover{
	background: #e2e2e2
}

.top-blog-inner .ttl {
 	font-size:16px;
	color: #243561;
	font-weight: 600;
	padding: 3px 0;
	margin-bottom: 0;

}
.top-blog-inner .txt{
	margin: 0;
}
.top-blog-ttl{
	text-align: center;
	border-bottom: 1px solid #FFA400;
	font-size: 16px;
}
.top-blog-ttl a{
 	font-size:16px;
	color: #333;
	font-weight: 600;
	padding: 5px 0;
	margin-bottom: 10px;

}


/*_____________用途目的から探す*/


.area {
	background: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
    width: 94%;
    padding: 2%;
    margin: 0 auto 20px;
}

.top_use_area h2,
.top_type_area h2 {
	font-size:20px;
	text-align:center;
	border-bottom:1px solid #ddd;
	padding-bottom: 5px;
    margin-bottom: 10px;
    color: #243561;

}
.four_col {
	width:48%;
	float:left;
	margin-right:2%;
	background:#fff;
	margin-bottom:10px;
	padding-bottom: 10px;
}
.four_col:nth-child(even){
	margin-right: 0;
	float: right;
}
.four_col h3 {
	text-align:center;
	font-weight:700;
	padding-top:10px;
	font-size: 14px;
}
.four_col a {
	color:#243561;
}

.bg01 {
	background:#f5f5f5;
	padding:12px;
}

/*_____________プレハブの種類*/
.tow_col {
	margin:10px auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	width: 95%;
	box-sizing: border-box;

}

.tow_col img {
   width: 40%;
   float: left;
   margin-right: 3%;
}
.tow_col h3 {
	font-size:18px;
	border-bottom: 2px solid #f5f5f5;
  }
.tow_col a {
	color:#243561;
}
.tow_col p {
	margin-top:5px;
	font-size:14px;
	width: 56%;
	float: right;
}

/*______________footer上問い合わせ*/
.contact_area {
	margin: 5px auto;
	border:1px solid #ed4200;
	padding:10px;
	width: 95%;

}
.contact_area .ttl {
	margin:10px auto 20px;
	font-size:16px;
	clear:both;
	text-align:center;
	width: 92%;
}
.contact_area .left {
	margin:10px 0 5px 5px;
		line-height:1;
}
.contact_area .right {
	margin-top:16px;

}
.contact_area .name {
	font-weight:700;
	color:#333;
	margin-bottom: 5px;
}
.contact_area .tel {
	font-size: 2.1em;
    font-weight: 700;
    color:#333;
    margin-bottom: 5px;
}
.contact_area .txt {
	font-size:14px;
}

.contact_area .contact {
    background: #ffa400;
    height: 35px;
    border-bottom: 2px solid #e49200;
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
   }
.contact_area .contact a {
    display: block;
    color:#fff;
}

.contact_area .contact a:hover {
    background: #e49200;
}

.fa-phone-square {
    color: #ed4200;
    padding-right: 5px;
}
/*------------------------------
	sns
--------------------------------*/
.social-area-syncer {
	width: 100% ;
	min-height: 190px ;
	padding: 1.5em 0 ;
}


ul.social-button-syncer {
	width: 238px ;
	margin: 24px auto ;
	padding: 0 ;
	border: none ;
	list-style-type: none ;
}
ul.social-button-syncer li {
	float: left ;
	text-align: center ;
	height: 71px ;
	margin: 0 8px ;
	padding:0 ;
}

/* [Twitter] */
.sc-tw {
	width: 71px ;
}

.sc-tw svg {
	width: 30px ;
	height: 30px ;
 }

.sc-tw a {
	height: 56px ;
	margin: 0 auto ;
	padding-top: 6px ;
	display: block ;
	background: #1B95E0 ;
	font-size: 12px ;
	color: #fff ;
	font-weight: 700 ;
	text-decoration: none ;
	letter-spacing: .5px ;
	border-radius: 2px ;
}

.sc-tw a:hover {
	color: #fff ;
	background: #0c7abf ;
}

.sc-tw span:before {
	white-space: pre ;
	content: '\A' ;
}

/* [Facebook] */
.sc-fb {
	z-index: 99 ;
	width: 69px ;
}

/* [LINE] */
.sc-li {
	width: 50px ;
}

.sc-li-img {
	border: none ;
	margin: 0 auto ;
	padding:0 ;
	width: 36px ;
	height: 60px ;
}

/* snsここまで*/



/*-----------------
	 footer
-------------------*/
footer{
	padding: 20px 0;
	background: #243561;
	color: #fff;
	font-size: 10px;
	text-align: center;
	clear: both;
	overflow: hidden;
}



/*------------------------------
	下層
--------------------------------*/

.sub .wrapper{
	width: 100%;
}

.sub_h1 {
	font-size:18px;
	text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 0;
}
.sub_h2 {
	background:#dadcd7;
	padding:10px 5px;
	text-align:center;
	font-size:15px;
	letter-spacing: -1px;
}
.sub_h2 span {
	font-size:16px;
	 color:#243561;
}
.sub_h3 {
    padding: 5px;
    margin: 20px 5px 0;
    font-weight: 700;
    font-size: 16px;
    color: #060D54;
}
.sub_h4 {
	font-size:16px;
	margin:0 0 10px 0;
}
.sub_h4 .ico {
	color:#e49200;
	margin-right:2px;
}

/*_____________target_blankのボタン*/
.blank_link {
	margin:0 auto 20px;
	width:300px;
	text-align:center;
	background:#3B4A71;
	display:block;
}

.blank_link a{
	color:#fff;
	display:block;
	padding:20px;
	position:relative;
}
.blank_link a:hover {
	background:#243561;
}

.blank_link a:before {
	position:absolute;
	top: 50%;
    left: 30px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
/*_____________同階層へのリンクボタン*/
.next_link {
	margin:0 auto 40px;
	width:300px;
	text-align:center;
	background:#a3a291;
	display:block;
}
.next_link a {
	color:#fff;
	display:block;
	padding:20px;
	position:relative;
}
.next_link a:before {
	position:absolute;
	top: 50%;
    left: 30px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.next_link a:hover {
	background:#84826b;
}
/*______________________リンク先2つ以上*/



.link_area .link li a{
	background:#243561;
	display:block;
}

.link_area {
	width:100%;
	margin: 0 auto;
	background:#E2E3E0;
	padding:20px 0 30px;
}
.link_area .ttl {
	text-align:center;
	color:#666;
	padding-bottom:10px;
	font-size:16px;
	width:100%;
	font-weight:400;
	border-bottom: 2px solid #F4F6F1;
}
.link_area .link {
	width:98%;
	margin:0 auto;
}
.link_area .link li {
	float:left;
	display:block;
	width:32%;
	background:#243561;
	text-align:center;
	margin-right:2%;
}
.link_area .link li:last-child,
.link_area02 .link li:last-child  {
	margin-right:0;
}
.link_area .link li a {
	position:relative;
	padding:10px 3px;
	display:block;
	color:#fff;
	letter-spacing: -1px;
}

.link_area .link li a:hover {
	background:#84826B;
}
.link_area02 {
	width:100%;
	margin: 0 auto;
	background:#E2E3E0;
	padding:20px 0 30px;
}
.link_area02 .ttl {
	text-align:center;
	color:#666;
	padding-bottom:10px;
	font-size:16px;
	width:100%;
	margin:0 auto 20px;
	font-weight:normal!important;
}
.link_area02 .link {
	width: 98%;
    margin: 0 auto;
}
.link_area02 .link li {
	float: left;
    display: block;
    width: 23%;
    background: #a3a291;
    text-align: center;
    margin-right: 2%;
}
.link_area02 .link li a {
    position: relative;
    padding: 10px 5px;
    display: block;
    color: #fff;
}
.link_area02 .link li a:hover {
	background:#84826b;
}

/*------------------------------
	用途から探す
--------------------------------*/
.box01{
	padding: 10px 5px;
}


/*------------------------------------------
			用途目的から探す　自由間取りプラン 間仕切り家具
--------------------------------------------*/
.free_furni_area .box01,
.free_furni_area .namber_box,
.free_furni_area .box02 {
	padding:0 30px;
}
.free_furni_area .box01 img {
	float:left;
	margin-right:40px;
}
.free_furni_area .box01 p {
	float:left;
	width:400px;
	line-height:1.8;
}

.free_furni_area .namber_box h4 {
	font-size:20px;
	margin-bottom:20px;
}
.free_furni_area .namber_box .namber {
	font-size: 22px;
    margin-right: 5px;
    padding: 4px 14px;
    background: #97d4d9;
    background: -moz-linear-gradient(-45deg, #97d4d9 0%, #97d4d9 50%, #85b8b9 50%, #85b8b9 100%);
    background: -webkit-linear-gradient(-45deg, #97d4d9 0%,#97d4d9 50%,#85b8b9 50%,#85b8b9 100%);
    background: linear-gradient(135deg, #97d4d9 0%,#97d4d9 50%,#85b8b9 50%,#85b8b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97d4d9', endColorstr='#85b8b9',GradientType=1);
}
.free_furni_area .namber_box img {
	float:left;
}
.free_furni_area .namber_box p {
	float:right;
	width:450px;
	line-height:1.8;
}
.h4_sub {
	font-size:16px;
	color:#666;
	margin-left:10px;
}
.free_furni_area .box02 img {
	float:left;
}
.free_furni_area .box02 .right {
	float:right;
	width:315px;
}
.free_furni_area .box02 .right .ttl {
	font-weight:700;
	margin-bottom:10px;
}
.free_furni_area .box02 .right .txt {
	margin-bottom:10px;
}

/*------------------------------------------
			用途目的から探す　自由間取りプラン 間仕切壁
--------------------------------------------*/
.namber_box02 {
	margin-bottom: 30px;
    padding: 0 30px;
}
.namber_box02 h4 {
	margin-bottom:15px;
	font-size: 18px;
}
.namber_box02 .namber {
	background: #908C8B;
    color: #fff;
    padding: 5px 13px;
    margin-right: 5px;
}
.namber_box02 img {
	float:left;
	margin-right:30px;
}
.namber_box02 .txt {
    float: left;
    width: 400px;
}
.free_wall_area .box03 img {
	float:left;
}
.free_wall_area .box03 .nml_list {
    float: right;
    width: 430px;
    font-size: 14px;
}


/*------------------------------------------
			用途目的から探す　自由間取りプラン その他製品
--------------------------------------------*/
.free_other_area .box01 {
	width:361px;
	float:left;
	margin-right:20px;
}
.free_other_area .box01 img {
	width:160px;
	float:left;
	margin-right:20px;
}
.free_other_area .box01 .txt {
	font-size:14px;
	overflow: auto;
}
.free_other_area .box02 img {
	width:180px;
	float:left;
	margin-right:30px;
}
.free_other_area .box02 p {
	line-height:1.8;
	padding-top:40px;
}

.er_wrap {
	background:#F0EBD8;
}




/*------------------------------------------
			用途目的から探す　おすすめプレハブ
--------------------------------------------*/
ul.check{
	padding: 5px 5px 5px 0;
}
.check li {
    margin-bottom: 10px;
    text-indent: -.5em;
    margin-left: 1em;
    font-size: 14px;
    padding-left: 1em;
    line-height: 1.4;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 8px;
}
.fa-check {
    color: #ed4200;
    margin-right: 5px;
}

.attention_box {
    padding: 10px;
    background: #f7f7f7;
    border: none;
    font-size: 14px;
    color: #060D54;
}


.recommend_area .namber {
    font-size: 22px;
    margin: 0 5px;
    padding: 10px 20px;
    display: block;
    width: 55px;
    height: 55px;
    float: left;
background: #97d4d9;
background: -moz-linear-gradient(-45deg,  #97d4d9 0%, #97d4d9 50%, #85b8b9 50%, #85b8b9 100%);
background: -webkit-linear-gradient(-45deg,  #97d4d9 0%,#97d4d9 50%,#85b8b9 50%,#85b8b9 100%);
background: linear-gradient(135deg,  #97d4d9 0%,#97d4d9 50%,#85b8b9 50%,#85b8b9 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97d4d9', endColorstr='#85b8b9',GradientType=1);
}
.recommendSubtitle{
	font-size: 18px;
	color: #060D54;
}
.recommend_box {
	margin:5px 5px 40px 5px;
}

p.recommend01{
	padding-top: 20px;
}
.recommend_box .box {
	clear:both;
}
.box{
	margin-bottom: 20px;
}

.sp_box{
	padding: 0 5px;
}

.tbl_ttl {
	font-size:15px;
	margin-bottom:10px;
	color: #060D54;
}
.sub_tbl {
	width:100%;
	border:1px solid #ddd;
	margin-bottom:30px!important;
	font-size:9px;
}
.sub_tbl th {
	font-weight:normal;
	background:#92a3ab;
	border:1px solid #fff;
	color:#fff;
	padding:5px 0;
	vertical-align:middle;
}
.sub_tbl td {
	border:1px solid #ddd;
	padding:5px 3px;
	vertical-align: middle;
}
.sub_tbl tr:nth-child(odd) {
	background:#eee;
}

.tb_wide{
	font-size: 8px;
}
.tb_wide tr{
	width: 100%;
}
.tb_wide td{
	padding: 5px 1px;
	width: 12%;
	}
.tb_wide th{
		width: 12%;
}
.flt_ul li{
	float:left;
	margin-right:20px;
}
.flt_ul li:last-child {
	margin-right:0;
}

/*------------------------------------------
			用途目的から探す　レンタル
--------------------------------------------*/

.use_wrap {
	background:#887C6E;
}


.attention_box li {
	text-indent:-1em;
	margin-left:1em;
}


/*------------------------------------------
			用途目的から探す　ミニハウス
--------------------------------------------*/
.minihouse_area .box01 {
	padding:0 10px;
}
.minihouse_area .box01 img {
	float:left;
}
.minihouse_area .box01 p {
	width:98%;
	margin: 0 auto;
}

/*------------------------------------------
			用途目的から探す　その他のリース
--------------------------------------------*/
.other_lease_area .box01 img {
	float:left;
	width:98%;
	margin:0 auto;
}
.other_lease_area .box01 .right {
	
}
.other_lease_area .nml_tbl {
	width:100%;
}
.other_lease_area .nml_tbl th {
	font-weight:normal;
	text-align:left;
	padding: 8px;
}
.other_lease_area .nml_tbl td {
	padding:8px;
}


/*------------------------------------------
			種類から探す　ビル・コテージ
--------------------------------------------*/

.type_wrap {
	background:#F6B396;
}
.cottage_area .box {
	padding:10px;
}
.cottage_area .tow_col {
	margin-bottom:0;
}
.cottage_area .tow_col img {
	float:none;
	padding-right:0;
	padding-bottom:10px;
}
.cottage_area .tow_col p {
	font-size:16px;
	margin-top:0;
}
.cottage_area .attention {
	margin-bottom:40px;
}
.imgl_txtr_tow  {
	margin-bottom:40px;
}

.imgl_txtr_tow p {
	padding-top:20px;
}
.nml_list li {
	margin-bottom:10px;
	text-indent:-1em;
	margin-left:1em;
}


/*------------------------------------------
			種類から探す　超?断熱ハウス
--------------------------------------------*/
.warm_area .tow_col {
	padding:0;
}
.warm_area .tow_col .ttl {
	margin-bottom:5px;
	background:#dadcd7;
	margin-top:0;
	padding:8px;
	text-align:center;
	font-size:16px;
}
.warm_area .tow_col p{
	width: 100%;
	color: #060D54;
} 
.warm_area .tow_col .nml_list {
	padding:15px;
}
.warm_area .ttl {
	font-weight:700;
}
.lii_box .ttl {
	color:#777;
	font-weight:normal;
	font-size:24px;
	padding-left:60px;
}
.lii_box .nml_list .attention {
	font-size:16px;
}
.tow_col_02 img {
	width:70px;
	float:left;
}
.tow_col_02 p {
	width:280px;
	margin-top:0;
	float:right;
}
.warm_area .box02,
.warm_area.box03,
.warm_area.box04  {
	margin-bottom:40px;
}
.warm_area .box02 img {		
	margin-bottom:20px;
}
.warm_area .box02 .cap {
	font-size:18px;
	font-weight:normal;
}
.warm_area .box02 .ttl {
	margin-bottom:5px;
}
.warm_area .box02 .txt {
	margin-bottom:20px;
}

.box03 img {
	margin-bottom:20px;
}
.box04 img {
	margin-bottom:20px;
}


/*------------------------------------------
			種類から探す　ビッグハウス
--------------------------------------------*/
.sub_tbl dd {
	text-indent:1em;
	margin-bottom:10px;
}
.big_tbl01 th {
	width:87px;
}
.big_tbl02 td {
	border:1px solid #a3a291;
}
.th_bg01 {
	background:#e0d698;
}
.th_bg02 {
	background:#f6b396;
}
.th_bg03 {
	background:#a6dce0;
}
.th_bg04 {
	background:#afdbaf;
}
.like_th {
	text-align:center;
}
/*------------------------------------------
			種類から探す　カプセルユニット
--------------------------------------------*/
.capsule_area .box01 {
	padding:30px;
	margin-bottom:40px;
}
/*------------------------------------------
			種類から探す　ウッドパネル
--------------------------------------------*/
.wood_area .box01 {
	width:635px;
	margin:0 auto;
	padding:20px 38px;
	margin-bottom:40px;
	border:1px solid #ccc;
}
.wood_area .box01 .ttl {
	margin-bottom:10px;
	font-weight:700;
}
.wood_area .box01 .left {
	float:left;
}
.wood_area .box01 .right {
	float:right;
}
.wood_area dt {
	font-weight:700;
	margin-bottom:10px;
}
.wood_area dd {
	margin-bottom:30px;
}
.wood_area .box02 {
	margin-bottom:20px;
}
.wood_area .box02 img {
	
}
.wood_area .box02 .right {
	
}
.wood_area .box02 .ttl {
	font-size:16px;
	margin-bottom:10px;
	color:#666;
}
.wood_area .dl02 {
	padding: 20px;
    background: #eee;
    margin: 0 auto 20px;
}
.wood_area .dl02 dd {
	font-size:14px;
}
.wood_area dd:last-child {
	margin-bottom:20px;
}
.wood_area .dl02 .fa-check {
	color:#777777;
}
.wood_area .dl02 .sub_tbl {
	margin-bottom:0!important;
}
.wood_area .dl02 .sub_tbl td {
	background:#fff;
}

/*------------------------------------------
			種類から探す　ガレージハウス
--------------------------------------------*/
.garage_area .imgl_txtr_tow p {
	padding-top:0;
}

/*------------------------------------------
			種類から探す　フルチョイスハウス
--------------------------------------------*/
.fullchoice_area .boxwrap {
	padding:0 5px;
}
.fullchoice_area .boxwrap .cap {
	text-align:center;
	margin-bottom:20px;/*8px;*/
}
.fullchoice_area .box01:last-child,
.fullchoice_area .box02:last-child,
.fullchoice_area .box03:last-child,
.fullchoice_area .box04:last-child{
	margin:0;
}
.fullchoice_area .box01 {
float:left;
width: 32%;
}
.fullchoice_area .box02 {
	float:left;
	width: 48%;
	margin-right: 4%
}
.fullchoice_area .box03 {
	float:left;
	width: 48%;
	margin-right: 4%
}

.fullchoice_area .box03 img {
	margin-bottom:0;
}
.fullchoice_area .box03:last-child img {
	
}
.fullchoice_area .box04 {
	float:left;
	width: 48%;
	margin-right: 4%
}

.fullchoice_area .box04 img {
	margin-bottom:0;
}
.fullchoice_area .box04 .cap {
	float:none;
	width:auto;
}
.op_boxwrap {
	padding: 0 5px ;
}
.fullchoice_area .op_box01 {
	margin-bottom: 20px;
}
.fullchoice_area .op_box01:last-child,
.fullchoice_area .op_box02:last-child,
.fullchoice_area .op_box03:last-child {
	margin-right:0;
}
.fullchoice_area .op_boxwrap h4 {
	font-size:18px;
	margin-bottom:0;
	margin-bottom:10px;
}
.fullchoice_area .op_box01 .txt {
	font-size:12px;
	float:right;
	width: 48%;
}
.fullchoice_area .op_box01 img {
	float:left;
	margin-right:10px;
	width: 48%;
}
.fullchoice_area .op_box02:nth-child(odd) {
	float:left;
	width: 48%;
	margin:0 0 20px 0;
	
}
.fullchoice_area .op_box02:nth-child(even) {
	float: right;
	width: 48%;
	margin:0 0 20px 0;
}

.fullchoice_area .op_box03 {
	float: left;
    width: 32%;
    margin-right: 2%;
}
.fullchoice_area .op_box03:last-child{
	margin-right: 0;
}
.fullchoice_area .op_box03 .txt {
	font-size:12px;
}

/*------------------------------
			会社概要　
----------------------------------*/
.company_wrap {
	background:#9CD0AC;
}
.com_tbl {
	width:98%;
	margin:0 auto 30px;
	display: table;
	font-size: 13px;

}
.com_tbl th {
	width:25%;
	font-weight:normal;
	text-align:left;
	padding:5px;
	vertical-align:middle;
	background:#f7f7f7;
	margin-right:0;
	border-bottom: 1px solid rgb(221, 221, 221);
}
.com_tbl td {
	padding: 5px;
	border-bottom:1px solid rgb(221, 221, 221);
	vertical-align:middle;

}
.com_tbl tr {
	padding:5px;
}
.company_h2 {
	font-size:16px;
}
.fa-quote-left {
	color:#ccc;
	margin-right:10px;
	font-size:18px;
}
.company_message {
	margin:0 auto;
	margin-bottom:20px;
}
.company_message .txt {
	width:100%;
	padding: 0 10px;
}

.company_message .pcNone{
	width: 35%;
	padding: 5px;
	float: left;
}

.company_message .name {
	font-size: 13px;
	margin-top:3px;
}
.company_message .name span {
	font-size: 16px;
	margin-right:10px;
}

/*------------------------------
			プライバシーポリシー　
----------------------------------*/
.privacy_area dl {
	margin-bottom:20px;
	padding:0 10px;
}
.privacy_area dl a {
	text-decoration:underline;
}
.privacy_area dt {
	margin-bottom:5px;
	font-weight:700;
}
.privacy_area ul {
	margin:10px 0;
}
.privacy_area ul li {
	margin-bottom:5px;
	text-indent:-1em;
	margin-left:1em;
}

.privacy_area .box .ttl {
	font-weight:700;
	margin:20px 0 10px;
}


/*------------------------------
			プレハブの基礎知識　
----------------------------------*/
.namber_box {
	margin-bottom:10px;
	padding:5px;
}
.namber_area h2 {
	font-size:24px;
	margin-bottom:20px;
	text-align:left;
	border:none;
	color: #060D54;
	}

.namber_area .namber {
    font-size: 22px;
    margin: 0 5px 5px 0;
    padding: 10px 20px;
    display: block;
    width: 55px;
    height: 55px;
    float: left;
	background: #97d4d9;
	background: -moz-linear-gradient(-45deg,  #97d4d9 0%, #97d4d9 50%, #85b8b9 50%, #85b8b9 100%);
	background: -webkit-linear-gradient(-45deg,  #97d4d9 0%,#97d4d9 50%,#85b8b9 50%,#85b8b9 100%);
	background: linear-gradient(135deg,  #97d4d9 0%,#97d4d9 50%,#85b8b9 50%,#85b8b9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97d4d9', endColorstr='#85b8b9',GradientType=1);
}

.img_red01 {
	width:35%;
	float:left;
	padding: 5px;
	
}
.namber_box_in01 .txt {
	float:left;
		}
.namber_box_in01 {
	margin-top:20px;

}
.namber_box_in01 .box {
	width:49%;
	background:#ddd;
	float:left;
	padding-bottom:16px;
	padding:10px 0;
	margin-right: 2%;
	
}

.namber_box_in01 .box img {
	padding:10px 0;
	width: 100%;
}
.namber_box_in01 .left img {
	padding:23px 0;
}
.namber_box_in01 .box:last-child {
	margin-right:0;
}
.namber_box_in01 .box .cap {
	font-weight:700;
	text-align:center;
}

.check li{
	margin-bottom: 20px;
    text-indent: -.5em;
    margin-left: 1em;
    font-size: 16px;
    padding-left: 1em;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 8px;
}
.fa-check {
	color:#ed4200;
	margin-right:10px;
}

.namber_box_in03 {
	width: 98%;
    margin: 0 auto 10px;
}
.namber_box_in03 .ttl{
	margin-bottom: 10px;
}

/*------------------------------
			よくあるご質問　
----------------------------------*/
.faq_wrap {
	background:#847C6F;
}
.faq_box {
	font-size:16px;
	padding: 5px;
}
.faq_box .qes {
	font-size:24px;
	background: #d6cfcf;
	padding: 5px 15px;
    border-radius: 50%;
    margin-right:5px;
}
.faq_box .ans {
	font-size:28px;
	color:#D93C00;
	margin-right:10px;	
}
.faq_box dt {
	margin-bottom:15px;
	font-size:18px;
}
.faq_box dd {
	margin-bottom:40px;
	padding-left:16px;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}
/*------------------------------
			お問い合わせ　
----------------------------------*/
.contact_wrap {
	background:#DDE29F;
}
.form_area .txt {
	text-align:center;
	margin-bottom:10px;
}
.atention {
	color:#ad0100;
}
.contact_tbl {
    width: 90%;
    margin: 0 auto;
   
}
.contact_frm th {
    width: 25%;
    font-weight: normal;
    text-align: left;
    padding: 5px 3px;
    vertical-align: middle;
    background: #f7f7f7;
    border-bottom: 1px solid rgb(221, 221, 221);
   font-size: 12px;
}
.contact_frm input[type="text"],
.contact_frm input[type="tel"],
.contact_frm input[type="e-mail"],
.contact_frm textarea {
	padding:5px;
}
.contact_frm td {
	vertical-align: middle;
	padding:5px;
	border-bottom: 1px solid rgb(221, 221, 221);
}
.required {
	font-size:12px;
	color:#ED4200;
	margin-left:5px;
}
.contact_frm input:focus {
    border:solid 1px #EEA34A;
}
.contact_frm .submit_btn {
	margin:20px auto 0;
	width:50%;
}
.contact_frm button[type="submit"] {
	background:#ed4200;	
	border:none;
	width: 100%;
	text-align:center;
	color:#fff;
	margin: 0 auto;
	height:53px;
	line-height:31px;
	}
.contact_frm button[type="submit"]:hover {
	background:#c43400;
}

input, textarea { -webkit-user-select: auto; }
input[type=button] {
    width: 100%;
    padding: 5px 5px;
}
input[type=button], input[type=submit], input[type=text],input[type=email],textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
/*------------------------------------------
			サイドバナー　断熱パネル
--------------------------------------------*/


.warmpanel_wrap {
	background:#C3AC78;
}
.warmpanel_area .sub_tbl {
	width:100%;
	font-size:10px;
}
.warmpanel_area .sub_tbl td {
	padding:10px 0;
}
/*------------------------------------------
			サイドバナー　断熱パネル
--------------------------------------------*/
.freesystem_wrap {
	background:#535353;
}

.unit_wrap {
	background:#dda268;	
}
.freesystem_area .sub_h3{
	margin-top: 0;
}
/*------------------------------------------
			サイドバナー　ユニット販売
--------------------------------------------*/
.attention_box .ttl {
	margin-bottom:10px;
	font-weight:700;
	font-size:16px;
}
.unit_area .sub_h3{
	margin-top: 0;
}

/*---------------------
		pagenation
-----------------------*/

.pagination {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
}
.pagination .nav-links {
	display: flex;
	justify-content: center;
}
.pagination .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 38px;
	width: 38px;
	height: 38px;
	margin: 0 10px;
	background: #273260;
	font-size: 13px;
	color: #ffffff;
}
.pagination .page-numbers.current {
	background: #44507c;
}

/*------------------------------
			施工実績
-------------------------------*/
/* トップページの追加分 */
.top_works_hdr {
	position: relative;
	width: 100%;
	height: 34px;
	background: #ffffff;
	border-bottom: 1px solid #ddd;
}
.top_works_ttl {
	font-size: 22px;
	font-family: 400px;
	text-align: center;
}
.top_works_navi {
	position: absolute;
	bottom:4px;
	right: 16px;
	font-size: 12px;
}
.top_works_navi a{
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-right: 1em;
	color: #243560;
}
.top_works_navi a::after {
	position: absolute;
	top:-0.2em;
	right: 0;
	display: inline-block;
	content:'>';
}
.top_works_lists {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 8%;
}
.top_works-list-item {
	position: relative;
	width: 46%;
	flex-basis:46%;
	margin-bottom: 32px;
	padding: 1%;
}
.top_works-list-item:hover {
	background:rgba(205,205,205,0.2);
}
.top_works-item-link::after {
	position: absolute;
	top:0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content:'';
}
.top_works_thumb {
	width: 92%;
	margin: 0 auto 16px;
}
.top_works_thumb img {
	width: 100%;
	height: auto;
}
.top_works-list-ttl {
	font-size: 14px;
	line-height: 1.25;
	word-break:break-all;
}
.top_works-list-subttl {
	font-size: 13px;
}
/*施工実績一覧*/
.works_post-wrap {
	padding-bottom: 22px;
	background: #ffffff;
	border-bottom: 2px solid #eee;
}
.works_lists {
	padding: 48px 0 12px;
}
.works_lists li.post {
	position: relative;
	display: flex;
	display: -webkit-flex;
	width: 100%;
	padding:15px 5.665%;
	background:rgba(205,205,205,0);
}
.works_lists li.post:hover {
	background:rgba(205,205,205,0.6);
}
.works_list_thumb {
	width: 45%;
	flex-basis: 45%;
	margin-right: 20px;
	border-radius: 10px;
}
.works_list_thumb img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.works_list_title {
	width: calc(55% - 20px);
	flex-basis: calc(55% - 20px);
	font-size: 24px;
	font-weight: 400;
	color: #273260;
}
.works_list_desc {
	font-size: 12px;
	font-weight: 400;
	color:#273260;
}
.link_item::after {
	position: absolute;
	top:0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content:'';
}

/* 施工実績詳細ページ*/
	.works_post-header {
		width: auto;
		margin: 0;
		padding-bottom: 34px;
		background:transparent;
		line-height: 1.6;
	}
	.works_post-title {
		font-size:18px;
		text-align: center;
		padding-bottom: 10px;
		border-bottom: 1px solid rgb(221, 221, 221);
		margin-bottom: 0;
	}
	.single .post p.wprks_post-description {
		background: #dadcd7;
		padding: 10px 5px;
		text-align: center;
		font-size: 15px;
		letter-spacing: -1px;
		margin: 0;
	}
	.works-photos {
		padding: 0 10px;
	}
	.wroks_main-photos {
		margin-bottom: 10px;
	}
	.wroks_main-photos .list-item {
		width: 100%;
		height: 66.527vw;
	}
	.wroks_main-photos .list-item  img {
		display: block;
		width: auto;
		height: 100%;
		margin: 0 auto;
	}
	.works_thumb-photos {
		width: 100%;
			display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.works_thumb-photos .list-item {
		position: relative;
		flex-basis: 23%;
		margin-bottom: 18px;
	}
	.works_thumb-photos .list-item:nth-of-type(4n+3):last-child {
		margin-right: 25.666%;
	}
	.works_thumb-photos .list-item:nth-of-type(4n+2):last-child {
		margin-right: 51.332%;
	}
	.works_thumb-photos .list-item img {
		width: 100%;
		height: auto;
	}
	.works_thumb-photos .list-item::before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.55);
		content:'';
		will-change: opacity;
		transition: opacity 0.3s;
	}
	.works_thumb-photos .list-item:hover::before {
		opacity: 0.5;
	}
	.works_thumb-photos .list-item.thumbnail-current::before {
		opacity: 0;
	}
/*---------------------------
		サイト内検索設定
----------------------------*/
#menu ul li.cmn-sp_search-box {
	padding: 10px 0 1px;
}
.cmn-sp_search-box input[name=s] {
	width: 88.789%;
	height: 47px;
	padding: 0 2px;
	border: 2px solid #0779ad;
	font-size: 16px;
}
.cmn-sp_search-box input[type=submit] {
	width: 11.21%;
	height: 47px;
	color:#fff;
	background-color: #243560;
	background-image: url(../images/common/search-icon.svg);
	background-position: 50% 50%;
	background-size:45%;
	background-repeat: no-repeat;
	border: 1px solid #243560;
	text-indent: -999999px;
}
/*________検索結果ページ_*/
.search_post-wrap {
	padding: 0 4.16%;
}
.search_hdr {
	width: 100%;
	margin: 20px auto;
	padding: 0 1.416% 16px;
	background: #fff;
	border-bottom: 1px solid rgb(221, 221, 221);
}
.search_hdr_ttl { 
	font-size: 22px;
}
.search_hdr_dscrpt {
	padding-left: 1em;
	font-size: 14px;
}
.search_list-item {
	margin:10px 0;
	padding: 10px 0;
	border-bottom: 1px dotted #243561;
}
/*---------------------------
	404 Page Not Found
-----------------------------*/
.notfound_header_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ccc;
}
.notfound_header-text {
	width: 100%;
    margin: 0 auto;
	font-size: 32px;
	color:#fff
}
.notfound-text {
	margin-bottom: 1em;
	line-height: 1.75;
}
.notfound_search-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 98%;
	margin: 48px auto;
	padding: 20px 0;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.notfound_search {
	position: relative;
}
.notfound_search input[name=s] {
	width: 210px;
	height: 52px;
	padding: 0 8px;
	border: 1px solid #243560;
	font-size: 18px;
}
.notfound_search input[type=submit] {
	width: 52px;
	height: 52px;
	color:#fff;
	background-color: #243560;
	background-image: url(../images/common/search-icon.svg);
	background-position: 50% 50%;
	background-size:45%;
	background-repeat: no-repeat;
	border: 1px solid #243560;
	text-indent: -999999px;
}
/*追記　210424*/
.sub_mainimage_wrap img {
	width:94%;
	padding:2%;
}
.dif_tbl th {
	width:6em;
}
.sub_h3 {
    border-bottom: 2px solid #d0d3dc;
    padding-bottom: 8px;
    margin: 20px 0 30px;
    font-size: 1.7142857rem;
}
#recent-posts-3 {
	width: 94%;
    padding: 2%;
    margin: 0 auto;
}
.capsule_area .sub_h3 .ico, .wood_area .sub_h3 .ico {
    color: #e49200;
    margin-right: 2px;
}
.initial_cost_box .txt span {
    font-size: 1.42rem;
}
.initial_cost_box .box {
	margin-bottom:0;
}
.fa-search,
.fa-building {
	display:none!important;
}

}/* @media screen and (max-width: 768px) */