/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2020/11/18, 16:33:37
    Author     : maeda
*/

/** 施工事例一覧 **/
#result_list {
	margin: 40px auto 60px auto;
	width: 700px;
}

.result_list {
	text-align:center;
	margin: 40px auto 60px auto;
	width: 800px;
	/*height: 1000px;*/
	overflow:auto;
}
.result_list h2 {
	margin-bottom: 100px;
}
.result_list ul{
	margin-bottom: 40px;
}
.result_list li {
	float:left;
	display: inline-block;
	margin: 20px;
	border: 1px #000 solid;
}
.result_list .result_img{
	width: 200px;
}
.result_list .result_date{
	display: block;
	text-align:left;
	margin-left:10px;
}
.result_list .result_title{
	display: block;
	padding-bottom: 10px;
}
.result_list a:link,
.result_list a:visited{
	color: #000;
}
.result_list a:hover,
.result_list a:active {
  color: #6495ed;
}

/** 施工事例 **/
.result_detail{
	margin-top: 30px;
}

/** 施工実績詳細 **/
.result_detail {
	/*width: 80%;*/
	/*border: 1px solid #000;*/
	/*margin: 0 auto;*/
	text-align:center;
	margin-bottom: 60px;
}
.result_detail h2 {
	margin-bottom: 50px;
}
.result_detail ul{
	width: 600px;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align:left;
	letter-spacing: -.4em;
}
.result_detail li {
	margin: 20px;
	display: inline-block;
	padding: 0;
	border: 1px #000 solid;
	font-size:10pt;
	letter-spacing: normal;
	line-height:0;
}
.result_detail li a,
.result_detail li img{
	padding:0;
	margin: 0;
}
.result_detail .result_img{
	width: 200px;
}
.result_detail .result_date{
	display: block;
	text-align:left;
	margin-left:10px;
}
.result_detail .result_title{
	display: block;
	padding-bottom: 10px;
}
.result_detail a:link,
.result_detail a:visited{
	color: #000;
}
.result_detail a:hover,
.result_detail a:active {
  color: #6495ed;
}
.result_detail .main_image{
	width: 850px;
	margin: 0 auto;
}
.result_detail .main_image img{
	width: 800px;
}
.explanation{
	position: relative;
	display: block;
	margin: 40px auto;
	height: 80px;
	border: 1px solid #000;
	width: 800px;
	padding-top:30px;
	padding-left:30px;
	padding-right: 30px;
	text-align: left;
}
.explanation label{
	position: absolute;
	display: block;
	background-color: #000;
	color: #fff;
	width: 300px;
	padding: 10px;
	top: -20px;
	left: -20px;
}

/** 会社概要 **/
#company, 
#company_map{
	/*margin: 0 auto;*/
	margin: 40px auto 40px auto;
	width: 700px;
	/*margin-bottom: 40px;*/
}
.work{
	/*height: 120px;*/
	
}
.license {
	/*height:320px;*/
}
.license1{
	float: left;
	margin-right: 20px;
}
.license1 img{
	width: 200px;
}
.license2 img{
	width: 200px;
}

#company dl {
	/*width: 650px;*/
	padding: 30px 0;
	border-bottom: 1px solid #000;
}
#company dt {
	clear: left;
	float: left;
	width: 12%;
	font-weight: normal;
	padding-left: 10px;
}
#company dd {
	margin-left: 14%;
}


/** 採用情報 **/
#recruite {
	margin: 40px auto 60px auto;
	/*margin: 0 auto;*/
	width: 700px;
	/*margin-bottom: 40px;*/
}
#recruite dl {
	/*width: 650px;*/
	padding: 30px 0;
	border-bottom: 1px solid #000;
}
#recruite dt {
/*	width: 150px;
	float: left;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #000;*/
	clear: left;
	float: left;
	width: 17%;
	font-weight: normal;
	padding-left: 10px;

}
#recruite dd {
/*	width: 500px;
	margin-left: 150px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	padding-top: 10px;
	border-bottom: 1px solid #000;*/
	margin-left: 20%;
}

/** プライバシーポリシー */
#privacy {
	margin: 0 auto;
	width: 700px;
	margin-bottom: 40px;
}
.privacy_label {
	border-bottom: 1px solid #0e3fab;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0;
}


/** お問い合わせ **/
#contact {
	margin: 40px auto 40px auto;
	width: 700px;
}

.contact_label{
	margin-top:100px;
	text-align:center;
}
.contact_box{
	margin-top:70px;
	width: 100%;
}
.contact_box_l{
	display:inline-block;
	width:49%;
}
.contact_box_r{
	display:inline-block;
	width:49%;
	vertical-align: top;
	height: 260px;
	text-align: center;
}
.contact_btn{
	padding-top:50px;
}

/** 事業内容ページ下部の問い合わせブロック **/
.contact-block {
	margin: 40px auto 60px auto;
	width: 700px;

}

/** 新築建設・リフォーム、リノベーション **/
#reform{
	margin: 40px auto 60px auto;
	width: 700px;
}
#reform > .label{
	text-align:center; 
	margin:50px 0;
}
.reform_block{
	display: block;
	margin-bottom: 80px;
}
.reform_block_l{
	display:inline-block;
	width:49%;
}
.reform_block_l img{
	width: 320px;
}
.reform_block_r{
	display:inline-block;
	width:49%;
	vertical-align: top;
	line-height: 1.8em;
}
.reform_renolumber_block{
	display: block;
	margin-bottom: 100px;
}
.reform_renolumber_img img{
	width: 100%;
}
.reform_renolumber_txt{
	font-size: 0.8rem;
	text-align: right;
}
/*
.reform_sample_thumb{
	width: 150px;
}
*/
.reform_sample_block li{
	/*display: inline-block;*/
	margin: 10px 10px 50px 10px;
	width:100%;
}
.reform_sample_block img{
	width:100%;
}
#reform > .txt{
	margin: 20px 20px 40px 20px;
}

/** 内装工事 **/
#interior_work{
	margin: 40px auto 60px auto;
	width: 700px;
}
#interior_work > .label{
	text-align:center; 
	margin:50px 0;
}
.interior_work_block{
	display: block;
	margin-bottom: 80px;
}
.interior_work_block_l{
	display:inline-block;
	width:49%;
}
.interior_work_block_l img{
	width: 320px;
}
.interior_work_block_r{
	display:inline-block;
	width:49%;
	vertical-align: top;
	line-height: 1.8em;
}
.interior_work_sample_thumb{
	width: 150px;
}
.interior_work_sample_block li{
	display: inline-block;
	margin: 10px;
}
#interior_work > .txt{
	margin: 20px 20px 40px 20px;
}

/** 新築建設 **/
/*
#architecture{
	margin: 40px auto 60px auto;
	width: 700px;
}
#architecture > .label{
	text-align:center; 
	margin:50px 0;
}
.architecture_block{
	display: block;
	margin-bottom: 80px;
}
.architecture_block_l{
	display:inline-block;
	width:49%;
}
.architecture_block_l img{
	width: 320px;
}
.architecture_block_r{
	display:inline-block;
	width:49%;
	vertical-align: top;
	line-height: 1.8em;
}
.architecture_sample_thumb{
	width: 150px;
}
.architecture_sample_block li{
	display: inline-block;
	margin: 10px;
}
#architecture > .txt{
	margin: 20px 20px 40px 20px;
}
*/


/** 内装デザイン **/
#design{
	margin: 40px auto 60px auto;
	width: 700px;
}
#design > .label{
	text-align:center; 
	margin:50px 0;
}
.design_block{
	display: block;
	margin-bottom: 80px;
}
.design_block_l{
	display:inline-block;
	width:49%;
}
.design_block_l img{
	width: 320px;
}
.design_block_r{
	display:inline-block;
	width:49%;
	vertical-align: top;
	line-height: 1.8em;
}
.design_sample_thumb{
	width: 150px;
	/*display: inline-block;*/
	box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.6) ;
}
.design_sample_block li{
	display: inline-block;
	margin: 10px;
	width: 156px;
	vertical-align: top;
}
#design > .txt{
	margin: 20px 20px 40px 20px;
}


/** 資材販売 **/
#sell {
	margin: 40px auto 60px auto;
	width: 700px;
}
#sell p{
	padding-left:15px;
	padding-bottom: 20px;
}
#sell > section {
	margin-bottom: 50px;
}
.sell_wood_img{
	/*display: inline-block;*/
	/*width: 120px;*/
	float:left;
	margin-right: 20px;
	/*width:auto;*/
}
.sell_wood_txt{
	/*display: inline-block;*/
	line-height: 1.8em;
	margin-left:133px;
}
.sell_wood_txt2{
	line-height: 1.8em;
	margin-left:235px;
}
.sell_wood_txt_etc{
	line-height: 1.8em;
	margin-top:20px;
}
.sell_wood_maker{
	margin-left:0;
}

#sell > h3,
#sell > h2 {
	margin-bottom:20px;
	clear:both;
}

#sell > .clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.sell_place_label{
	margin-top:100px;
	text-align:center;
}
.sell_place_thumb{
	width: 150px;
	/*display: inline-block;*/
}
.sell_place_block li{
	display: inline-block;
	margin: 10px;
}
.sell_cut_label{
	margin-top:100px;
	text-align:center;
}
.sell_cut_thumb{
	width: 150px;
	/*display: inline-block;*/
}
.sell_cut_block li{
	display: inline-block;
	margin: 10px;
}

.diy_label{
	margin-top:100px;
	text-align:center;
}
.diy_txt{
	line-height: 1.8em;
}

/** 事業内容の施工までの流れ Start **/
.obi {
	position: relative;
	overflow: hidden;
	padding: 1rem 2rem 1rem 120px;
	border: 2px solid #000;
	line-height: normal;
}

.obi:before {
	position: absolute;
	top: -150%;
	left: -100px;
	width: 190px;
	height: 300%;
	content: '';
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	/*background: #000;*/
	background: #ffffa8;
}

.obi span {
	font-size: 15px;
	font-size: 2rem;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	padding-top: 2px;
	padding-left: 16px;
	/*color: #fff;*/
}
/** End -- 事業内容の施工までの流れ **/

/** ブログ一覧 **/
.blog_list {
	text-align:center;
	margin: 40px auto 60px auto;
	width: 800px;
	overflow:auto;
}
.blog_list h2 {
	margin-bottom: 100px;
}
.blog_list ul{
	margin-bottom: 40px;
}
.blog_list li {
	float:left;
	display: inline-block;
	margin: 20px;
	border: 1px #000 solid;
	position: relative;
	width: 200px;
}
.blog_list .blog_box{
	background-color: rgba(255,255,255,0.50);
	position:absolute;
	top:0;
	left:0;
	width:200px;
	height:200px;
}
.blog_list .blog_category{
	position: absolute;
	top: 10px;
	left: 10px;
}
.blog_list .blog_date{
	position: absolute;
	bottom: 5px;
	right: 10px;
}
.blog_list .blog_title{
	position: absolute;
	top: 35px;
	left: 0;
	font-size:1.2em;
	text-align: left;
	padding:0 10px;
}
.blog_list a:link,
.blog_list a:visited{
	color: #000;
}
.blog_list a:hover,
.blog_list a:active {
  color: #6495ed;
}

/** ブログ詳細 **/
.blog {
	margin: 40px auto 60px auto;
	width: 800px;
}
.blog .blog_h2{
	padding-bottom: 20px;
	border-bottom: 3px solid #0fb83b;

}
.blog .blog_date{
	text-align:right;
	margin: 20px 0;
}

/** 商品一覧 **/
.item_list {
	text-align:center;
	margin: 40px auto 60px auto;
	width: 800px;
	overflow:auto;
}
.item_list h2 {
	margin-bottom: 100px;
}
.item_list ul{
	margin-bottom: 40px;
}
.item_list li {
	float:left;
	display: inline-block;
	margin: 20px;
	border: 1px #000 solid;
	position: relative;
	width: 200px;
}
.item_list .item_box{
	background-color: rgba(255,255,255,0.50);
	position:absolute;
	top:0;
	left:0;
	width:200px;
	height:200px;
}
.item_list .item_title{
	position: absolute;
	bottom: 5px;
	left: 10px;
}
.item_list a:link,
.item_list a:visited{
	color: #000;
}
.item_list a:hover,
.item_list a:active {
  color: #6495ed;
}
.item_list_img {
	width:200px; 
	height:200px;
	object-fit: cover;
}

#contact .item_name, 
#contact .item_url {
	background-color: #ccc;
}

/****************************************************
 **
 **  スマートフォン用
 **
 ***************************************************/
@media (max-width: 768px) {
	/** 資材販売 **/
	#sell {
		width: 90%;
	}
	.sell_place_block{
		text-align: center;
	}
	.sell_place_block li{
		/*width: 40%;*/
		width: 45%;
		margin: 2%;
	}
	.sell_place_block img {
		width: 100%;
	}
	.sell_place_sample_thumb {
		width: 100%;
	}
	.sell_cut_block{
		text-align: center;
	}
	.sell_cut_block li{
		width: 45%;
		margin: 2%;
	}
	.sell_cut_block img {
		width: 100%;
	}
	.sell_cut_sample_thumb {
		width: 100%;
	}
	.sell_cut_etc{
		text-align:left;
		line-height: 1.8em;
	}
	.sell_wood_img_sp{
		/*display:block;*/
		float: none;
		text-align: center;
	}
	.sell_wood_txt {
		/*font-size:0.8em;*/
	}
	.sell_wood_txt2 {
		/*display:block;*/
		float: none;
		margin-left:0;
		/*font-size:0.8em;*/
	}
	.sell_wood_img_etc{
		text-align: center;
	}
	.sell_wood_txt_etc {
		/*font-size:0.8em;*/
	}
	img.sell_wood{
		width: 30%;
	}
	#sell p{
		padding:0;
	}
/*
	.design_block_l img {
		width: 100%;
	}
	.design_sample_block li{
		width: 45%;
		margin: 2%;
	}
	.design_sample_thumb {
		width: 100%;
	}*/

	
	/** 採用情報 **/
	#recruite {
		width: 90%;
	}
/*	#recruite dd{
		width: 35%;
		overflow: visible;
	}*/
	#recruite dl{
		width: 100%;
		padding: 15px 0;
	}
	#recruite dt{
		width: 100%;
		float:none;
		padding-bottom: 10px;

	}
	#recruite dd{
		margin-left: 0;
		padding-left: 10px;
	}

	/** 施工実績一覧 **/
	#result_list {
		margin: 40px auto 60px auto;
		width: 90%;
	}

	/** 施工実績一覧 **/
	.result_list {
		text-align:center;
		margin: 40px auto 60px auto;
		width: 90%;
		overflow:auto;
	}
	.result_list h2 {
		margin-bottom: 100px;
	}
	.result_list ul{
		margin-bottom: 40px;
		text-align: center;
	}
	.result_list li {
		float: none;
		display: inline-block;
		border: 1px #000 solid;
	}
	.result_list .result_img{
		width: 200px;
	}
	.result_list .result_date{
		display: block;
		text-align:left;
		margin-left:10px;
	}
	.result_list .result_title{
		display: block;
		padding-bottom: 10px;
	}
	.result_list a:link,
	.result_list a:visited{
		color: #000;
	}
	.result_list a:hover,
	.result_list a:active {
	  color: #6495ed;
	}

	/** 施工実績詳細 **/
	.result_detail .main_image {
		width: 90%;
		margin: 0 auto;
	}
	.result_detail .main_image img {
		width: 100%;
		height: auto;
	}
	.explanation label {
		position: absolute;
		display: block;
		background-color: #000;
		color: #fff;
		width: 200px;
		padding: 10px;
		top: -20px;
		left: -20px;
	}
	.explanation {
		position: relative;
		display: block;
		margin: 40px auto;
		height: 80px;
		border: 1px solid #000;
		width: 80%;
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 30px;
		text-align: left;
	}
	.result_detail ul {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 40px;
		text-align: left;
		letter-spacing: -.4em;
	}
	.result_detail li {
		margin: 10px;
		display: inline-block;
		padding: 0;
		border: 1px #000 solid;
		font-size: 10pt;
		letter-spacing: normal;
		line-height: 0;
		width: 45%;
		margin: 2%;
	}
	.result_detail li img {
		width: 100%;
		height: auto;
	}
/*
	.sell_place_block li{
		width: 45%;
		margin: 2%;
	}
	.sell_place_block img {
		width: 100%;
	}
	.sell_place_sample_thumb {
		width: 100%;
	}
*/

	/** 会社概要 **/
	#company {
		width: 90%;
	}
	#company dl{
		width: 100%;
		padding: 15px 0;
	}
	#company dt{
		/*width: 100px;*/
		width: 100%;
		float:none;
		padding-bottom: 10px;

	}
	#company dd{
/*		width: 70%;
		overflow: visible;
		margin-left: 100px;*/
		
		margin-left: 0;
		padding-left: 10px;
	}
	.address{
		/*height: 90px;*/
	}
	.work{
		/*height: 90px;*/
		height: auto;
	}
	.zip{
		display: block;
	}
	#company dd.license,
	#company dt.license{
		/*height: 650px;*/
		height:auto;
	}
	.license1 {
		margin-bottom: 20px;
	}
	#company_map{
		width: 90%;
	}
	#company_map h2{
		margin-bottom: 20px;
	}
	
	/** プライバシーポリシー **/
	#privacy{
		width: 90%;
	}

	/** お問い合わせ **/
	.contact_box_l{
		display: block;
		width: 100%;
		height: auto;
		text-align:center;
	}
	.contact_box_l img {
		width: 80%;
	}
	.contact_box_r{
		margin-top: 20px;
		display: block;
		width: 100%;
		height: auto;
		text-align:center;
	}
	.contact_btn{
		padding-top: 30px;
	}
	/** 内装デザイン **/
	#design {
		width: 90%;
	}
	.design_block_l{
		width: 100%;
	}
	.design_block_r{
		margin-top: 20px;
		width: 100%;
	}
/*	.design_sample_block li{
		width: 40%;
	}*/
	.design_block_l img {
		width: 100%;
	}
	.design_sample_block li{
		width: 45%;
		margin: 2%;
	}
	.design_sample_thumb {
		width: 100%;
	}

	/** リフォーム・リノベーション **/
	#reform {
		width: 90%;
	}
	.reform_block_l{
		width: 100%;
	}
	.reform_block_l img {
		width: 100%;
	}
	.reform_block_r{
		margin-top: 20px;
		width: 100%;
	}
	.reform_sample_block li{
		width: 45%;
		margin: 2%;
	}
	.reform_sample_thumb {
		width: 100%;
	}
	.reform_renolumber_txt{
		text-align: left;
	}
	/** 新築建設 **/
	#interior_work {
		width: 90%;
	}
	.interior_work_block_l{
		width: 100%;
	}
	.interior_work_block_r{
		margin-top: 20px;
		width: 100%;
	}
	.interior_work_block_l img {
		width: 100%;
	}

	/** 新築建設 **/
/*
	#architecture {
		width: 90%;
	}
	.architecture_block_l{
		width: 100%;
	}
	.architecture_block_r{
		margin-top: 20px;
		width: 100%;
	}
	.architecture_block_l img {
		width: 100%;
	}
*/
	/** お問い合わせ **/
	#contact{
		width: 90%;
	}
	#contact .form-control{
		width: 90%;
	}

	/** お問い合わせブロック **/
	.contact-block {
		width: 100%;
	}


	/** ブログ一覧 **/
	.blog_list {
		text-align:center;
		margin: 40px auto 60px auto;
		width: 90%;
		overflow:auto;
	}
	.blog_list h2 {
		margin-bottom: 100px;
	}
	.blog_list ul{
		margin-bottom: 40px;
		text-align: center;
	}
	.blog_list li {
		float: none;
		display: inline-block;
		border: 1px #000 solid;
	}
	.blog_list .blog_img{
		width: 200px;
	}
	.blog_list .blog_date{
		display: block;
		text-align:left;
		margin-left:10px;
	}
	.blog_list .blog_title{
		display: block;
		padding-bottom: 10px;
	}
	.blog_list a:link,
	.blog_list a:visited{
		color: #000;
	}
	.blog_list a:hover,
	.blog_list a:active {
	  color: #6495ed;
	}

	/** ブログ詳細 **/
	.blog {
		margin: 40px auto 60px auto;
		width: 90%;
	}

}
