@charset "UTF-8";
/* CSS Document */
body{
		-webkit-font-smoothing: subpixel-antialiased;
}
.slide:after, .clearfix:after, article:after, .container:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


.home h3 {
font-family: "新ゴ R","Shin Go Regular","メイリオ", Meiryo, "新ゴ L","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	clear: both;
	color: #01bee2;
	margin: 0.5rem 0;
	padding: 5px 0;
	line-height: 1.3em;
}

/*おすすめ
------------------------------------------------------ */
@media screen and (max-width: 480px){
	h3.recommend_h3{
			font-size: 1.2em;
			color: #0090aa;
			line-height: 1.2em;
			padding: 10px 15px;
			text-shadow: 1px 1px #c0ebf3;
			margin: 0;
			text-align: left;
	}
}

@media screen and (min-width: 681px){
	h3.recommend_h3 {
		display: none; 
	}
}

@media screen and (min-width: 1025px){
	.bnr_recommend {
		background-image: url(../images/top/recommend/recommend_bg_1400.jpg);
		background-size: auto  ;
		background-repeat: no-repeat;
		padding-left: 480px;
		height: 310px;
	}
	ul.recommend_txt {
		clear: both;

	}
}

@media screen and (min-width:769px) and (max-width: 1024px){
	.bnr_recommend {
		background-image: url(../images/top/recommend/recommend_bg_1024.jpg) ;
		background-size: auto  ;
		background-repeat: no-repeat;
		padding-left: 380px;
		height: 310px;
	}
	ul.recommend_txt {
		clear: both;
		width: 100%;
	}
}

@media screen and (min-width:641px) and (max-width: 768px){
	.container .bnr_recommend {
		background-image: url(../images/top/recommend/recommend_bg_768.jpg) ;
		background-size: auto  ;
		background-repeat: no-repeat;
		padding: 1% 0 5px 0;
		background-color: #fff;
		padding-left: 330px;
		height:300px;
	}
	ul.recommend_txt {
		clear: both;
	}
	ul.recommend_txt li{
		font-size:1em;
	}
}

@media screen and (min-width:481px) and (max-width: 640px){
	.container .bnr_recommend {
		background-image: url(../images/top/recommend/recommend_bg_640.jpg) ;
		background-size: auto  ;
		background-repeat: no-repeat;
		padding: 46% 0 5px 0;
		height:100%;
	}
	ul.recommend_txt {
			clear: both;
			float: none;
		margin: 0 0 20px;
		padding: 10px;
		background-size: 100%;
		border-radius: 4px;
		width: 100%;
		background: rgba(2, 35, 63, 0.9);
	}
}

@media screen and (max-width: 480px){
	#main .bnr_recommend {
		background-image: url(../images/top/recommend/recommend_bg_480.jpg) ;
		background-size: 100%  ;
		background-repeat: no-repeat;
		padding: 46% 0 5px 0;
	}
	ul.recommend_txt {
		margin: 0 0 20px;
		padding: 10px;
		background-size: 100%;
		border-radius: 4px;
		width: 100%;
		background: rgba(2, 35, 63, 0.9);
	}
}

ul.recommend_txt {
	  padding: 0.3em 0.5em ;
		float:right;
		color: rgba(255,255,255,1);
		background: rgba(57, 63, 68, 0.5);
  	height: 100%;
}

ul.recommend_txt li {
	font-family: "カクミン R","Kakumin Regular","Kaimin Sora Bold","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.2em;
	line-height: 1.5em;
	border-bottom: 1px dotted rgba(249,249,249,0.4);
	text-shadow: 0 1px 1px #32402a;
}
@media screen and (max-width: 640px){
	ul.recommend_txt {
		margin: 0 0 20px;
		padding: 10px;
		background-size: 100%;
		border-radius: 4px;
		width: 100%;
		background: rgba(2, 35, 63, 0.9);
	}
	ul.recommend_txt li {
			font-size: 1em;
	}
}

ul.recommend_txt li:before{
  content: "\f14a";
  font-family: FontAwesome;
	margin-right:0.3em;
}

.read-more { 
	clear: both;
	text-align: right; 
	padding-top: 1em;
}
.read-more a {
	font-size: 0.75em;
	text-decoration: none;
	color: #fff;
	margin: 5px;
	padding: 5px 10px;
	background: #0090aa;
	border-radius: 4px;
}

.read-more a:hover { color: #0090aa; }

body.home #main .conceptbox {
	margin:0 auto;
	padding
	background: rgba(204, 204, 204, 0.2);
}

.home #infobox{
	width:100%;
}




/* tab
-------------------------------------------*/
@media all and (min-width: 641px) {
	.tab-content {
		margin-top: 1em;
		float: left;
		width: 65%;
		padding: 1%;
	}
}

.tab-content input[type="radio"] {
	display: none;
}

.tab-content label {
	display: inline-block;
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	background-color: #008080;
	cursor: pointer;
	border-radius: 6px 6px 0px 0px;
	box-sizing: border-box;
}
.tab-content label:hover,
.tab-content input[type="radio"]:checked + label {
	color: #FFF;
	background-color: #ccc;
	font-weight: normal;
}
#newstab .tab-content label:hover,
#newstab .tab-content input[type="radio"]:checked + label {
	color: #FFF;
	background-color: #1b6192;
}

.tab-content .tab-box {
	width: 100%;
	margin:0 0 10px;
	padding: 1%;
	border: 1px solid #eee;
	border-radius: 0px 0px 6px 6px;
	box-sizing: border-box;
	overflow: hidden;
}

.tab-content > .tab-box > div {
	display: none;
}

#tab1:checked ~ .tab-box > #tabView1 ,
#tab2:checked ~ .tab-box > #tabView2 ,
#tab3:checked ~ .tab-box > #tabView3 ,
#tab4:checked ~ .tab-box > #tabView4 ,
#tab5:checked ~ .tab-box > #tabView5 {
	display: block;
}

@media screen and (max-width : 767px){
		.tab-content{
		  width: 96%;
			margin:0 2% 20px;
		}
}
@media screen and (min-width : 768x){
		#recobox {
				width: 49%;
				float: left;
		}
		#newstab{
			width:49%;
			overflow:hidden;
				float: right;
		}

		#newstab:after{
			clear:both;
		}
}


/* バナー
------------------------------------------------------------ */

#banner{
float: right;
	margin:1em 0;
	overflow: hidden;
}
#banner p{
float: left;
display: block;
margin-right: 1em;
}
#banner ul.banner_list{
	float: left;

}

/* ブログ
------------------------------------------------------------ */

@media all and (min-width: 768px) {
	#blogBox {
		width: 48%;
		float: right;
		padding: 1% 0;
	}
	#blogBox ul li {
		border-bottom: #efefef 1px solid;
		margin: 5px 0;
		overflow: hidden;
		display: block;
	}
	#blogBox ul li:last-child{

		padding-bottom: 0;
	}
	#blogBox ul li a {
			display: block;
			cursor: pointer;
		}
	#blogBox ul li:hover{
		background:#efefef;
			opacity: 0.7;
			cursor: pointer;
		}

	#blogBox dl{
		clear: both;
		line-height: 1.6em;
	}

	#blogBox dl dt {
		float: left;
	}
	#blogBox .thumb{
		float: right;
	}
	#blogBox .thumb img{
		float: left;
		width:100px;
		max-width: 100px;
		max-height: 50px;
		width: auto;
	}
	#blogBox dl dd{
		float: left;
		padding-left: 20px;
	}

	.newsTitle h6{
		font-size:1.1em;
	}
	#blogBox .date {
			color: #777;
			font-size:0.9em;
			margin-right: 1em;
	}
}

@media (max-width: 767px){

		#blogBox {
			background: #FFF;
			padding: 5px 0;
			margin: 0 auto;
			width: 100%;
		}
	
		#blogBox li {
			width: 98%;
			margin: 0 auto;
			border-bottom: 1px solid #E7DCDC;
			overflow: hidden;
			padding-bottom: 15px;
			 margin-bottom: 15px;
		}
		#blogBox li:last-child {
			border-bottom: none;
		}

		#blogBox dt{
			float: left;
			width: 70%;
		}

		#blogBox .date {
			color: #777;
		}
		#blogBox .thumb {
			float: right;
			width: 30%;
		}
		.alC {
			text-align: center;
		}

		#RecommendEntryWrap {
			padding-top: 10px;
			width: 320px;
			margin: 0px auto;
		}
		#RecommendEntry {
			padding-left: 10px;
		}
		#RecommendEntry ul li{
			display: inline;
			float: left;
			margin: 10px;
		}
}




/* お知らせ
------------------------------------------------------------ */
#newsBox {
	float: left;
	width: 49%;
	padding: 1% 0;
	overflow: hidden;
}

.home #newsBox dl {

	box-sizing: border-box;
	display: flex; 
	flex-wrap: wrap; 
	background: #fff;
}
	.home #newsBox dt.date {
		}
@media screen and (min-width : 768px){
.home #newsBox dt.date {
		border-bottom: solid 1px #ddd;
		padding: 10px 0;
		width: 20%;
		float: left;
	}
}
.home #newsBox dd {
	line-height: 1.2em;
	border-bottom: solid 1px #ddd;
	padding: 10px 0;
	width: 78%; 
	float: right;
}



@media screen and (max-width : 767px){
	.home #newsBox {
			padding: 5px 0;
			margin: 0 auto;
			width: 100%;
	}
	.home #newsBox dl {
		border-bottom: solid 1px #ddd;
	}
	.home #newsBox dt ,
	.home #newsBox dd {
		display: block;
		width: 100%;
		border-bottom:none;
	}
	.home #newsBox dt{
		border-top:  solid 1px #ddd;
	}
	.home #newsBox .date{
		float: right;
		color:#999;
	}
}


.home #tabView1 h6,
.home #tabView2 h6,
.home #tabView3 h6{
	font-family: "新ゴ R","Shin Go Regular";
	color:#2e8cb3;
	font-size:1.2em;
	line-height:1.3em;
}

.workflow h6{
	float: left;
	margin-right: 1em;
}

/*   商品紹介  productsbox
------------------------------------------------------------ */
.productsbox{
	clear: both;
	padding-bottom:20px;
	margin: 10px;
	overflow: hidden;
}
@media (max-width: 767px){
		body.home  #main .productsbox {
				margin:0 auto;
				clear:both;
				overflow:hidden;
				text-align: center;
		}
}



@media screen and (min-width: 768px) and (max-width:1023px) {
	.product-list li {
		font-size: 20px;
		float: left;
		margin: 0 10px 8px;
		width: 180px;
		padding: 0;
	}
}


body.home #main .productsbox .productist a img {
		text-align: center;
		width:100%;
		margin:0 auto ;
}
body.home #main .productist {
    width: 100%;
    margin: 0 auto;
    display: block;
}

body.home #main .productist:hover{
	opacity: 0.5;
	cursor: pointer;
}

@media (min-width: 768px){
		body.home #main .productist{
				width: 50%;
				box-sizing: border-box;
				margin-bottom: 10px;
			cursor: pointer;
		}
		
		body.home #main .productist:nth-child(even) {
				padding: 0 1% 0 0;
				float: left;
				clear: both;
		}
		body.home #main .productist:nth-child(odd) {
				float: right;
				padding: 0 0 0 1%;
		}
		body.home #main .productsbox .productist a img {
				width:100%;
		}
}
body.home #main .productsbox:after{
		clear: both;
}

body.home #main .productist a{
	display: block;
	cursor: pointer;
}

.f_right{
	float: right;
}
.f_left{
	float: left;
}
.w70{
	widows: 70%;
}



/* 施工事例 worksBox
------------------------------------------------------------ */

.worksBox{
    clear: both;
	padding-bottom:10px;
	overflow: hidden;
}
		
#main .post-items h4 {
    font-size: 1.2em;
    line-height: 1.2;
}
#main .post-items h4 a {
    color: #097082;
    text-shadow: 1px 1px #fff;
}

 body.home #main .post-items {	
	border-radius: 4px;
	overflow: hidden;	
}

#main .post-items:hover {
	border: 1px solid #0090aa*;
}
#main .post-items div a:hover {
	text-decoration:none;
	color:#0bd;
}
#main .post-items h4 {
		font-size:1.2em;
		line-height:1.2;
}

body.home #main .post-items .post_text {
	font-size:0.8em;
	color:#777;
	min-height:3em;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.5em;
	line-height: 1.2em;
}
body.home #main .post-items div {
    float: right;
    margin-top: 1em;
}

body.home #main .post-items {
	margin:10px 0;
}
body.home #main p.post_photo {
	max-height:160px;
	border-radius: 5px;
	line-height: 1.4;
}
body.home #main .post_photo img {
	width:100%;
}

	
#main .post-items div {

}



body.home #main p.post_photo {
		clear: both;
		float: right;
		margin-bottom: 20px;
}



body.home #main .post-items {
    width: 23%;
    margin: 1%;
    cursor: pointer;
    float: left;
    max-height: 300px;
    overflow: hidden;
}


@media screen and (max-width: 767px){
	body.home #main p.post_photo {
		max-height:none;
		overflow: visible;
		float: none;
	}

	body.home #main .post-items {
		width:100%;
		margin:1%;
		cursor: pointer;
		float:left;
		max-height:400px;
		border-radius: 4px;
	}
}

@media all and (min-width: 768px) {
    body.home #main .post-items {
				margin:1%;
				cursor: pointer;
				float:left;
    }
		body.home #main .post-items:last-child {
			margin-right:0;
		}
		body.home #main .post-items:after {
				clear:both;
		}

		body.home #main .post_photo img {
      border-radius: 5px;
			width:100%;
		}
}




body.home #main .post-items:last-child {
		margin-right:0;
}
body.home #main .post-items:after {
		clear:both;
}

body.home #main .post_photo img {
		width:100%;
}