@charset "utf-8"; 


/*=============================== レイアウト ================================*/

.inner {
	width: 896px;
	margin: 0 auto;
	position: relative;
}
.section_ttl {
	text-align: center;
	margin-bottom: 17px;
}
.section_ttl.wh{
	color: #fff;
}
.section_ttl span {
	display: block;
}
.section_ttl .txt_en {
	font-weight: bold;
	line-height: 1;
}
.section_ttl .txt_jp {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3.5rem;
	letter-spacing: .15em;
}





/*=============================== HOME ================================*/
.home_ttl {
	height: 56px;
	position: relative;
	background-image: url( "../images/bg_concept.jpg");
	background-repeat: repeat-x;
	background-position: 0 center;
	background-size: auto 100%;
	z-index: 4;
}
.home_ttl p {
	width: 644px;
	margin: 0 auto;
}
.home_ttl p img {
	position: relative;
	top: -73px;
}

/*=============================== HOME／コンセプト ================================*/

.home_concept_area .inner {
	padding-top: 72px;
	padding-bottom: 80px;
}
.home_concept_area .section_ttl {

}
.home_concept_txt {
	line-height: 2.1;
	width: 680px;
	margin: 0 auto;
}





/*=============================== HOME／特徴 ================================*/

.home_feature_area {
	background-image: url( "../images/bg_wood.jpg");
	background-repeat: repeat;
	background-position: center;
	background-size: auto 100%;
}
.home_feature_area .section_ttl {
	margin-bottom: 40px;
}
.home_feature_area .inner {
	padding-top: 54px;
	padding-bottom: 67px;
}
.home_feature_list {
	margin-bottom: 54px;
}
.home_feature_list_body {
	display: flex;
}
.home_feature_item {
	width: 270px;
	margin-left: 43px;
	background-color: #fff;
	padding: 37px 0 45px;
}
@media screen and (min-width: 801px) {
	.home_feature_item:first-child {
		margin-left: 0;
	}
}
.home_feature_num {
	text-align: center;
	font-weight: bold;
}
.home_feature_num::before {
	content: "";
	display: block;
	width: 20px;
	height: 23px;
	margin: 0 auto 10px;
	background-image: url("../images/icon_leaf.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
.home_feature_item_ttl {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.6;
	letter-spacing: .15em;
	margin-bottom: 10px;
}
.home_feature_item_txt {
	width: 210px;
	margin: 0 auto;
}







/*=============================== HOME／NEWS ================================*/

.home_news_area .inner {
	padding-top: 77px;
	padding-bottom: 108px;
}
.home_news_area .section_ttl {
	
}
.home_news_area_body {
	margin-bottom: 35px;
	display: flex;
	flex-wrap: wrap;
}
.home_news_area_body dt,
.home_news_area_body dd {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
.home_news_area_body dt {
	color: #fff;
	font-weight: bold;
	background-color: #ccc;
	width: 162px;
	float: left;
	padding-left: 20px;
}
.home_news_area_body dd {
	background-color: #fff;
	width: calc(100% - 162px);
	padding-left: 34px;
	padding-right: 34px;
}
.home_news_area_body dd:last-child {
	border-bottom: 0;
}





/*=============================== HOME／取扱商品 ================================*/

.product_area {
	background-image: url( "../images/bg_wood.jpg");
	background-repeat: repeat;
	background-position: center;
	background-size: auto 100%;
}
.product_area .inner {
	padding-top: 57px;
	padding-bottom: 67px;
}
.product_area .section_ttl {
	margin-bottom: 38px;
}

.home_post_list {
	margin-bottom: 54px;
}
.home_post_list_body {
	display: flex;
}
.home_post_item {
	width: 270px;
	margin-left: 43px;
	padding: 15px 15px 9px;
	background-color: #fff;
	box-shadow: 5px 5px 10px rgba(0,0,0,.16);
	position: relative;
}
.home_post_item::before {
	content: "";
	display: block;
	width: 88px;
	height: 24px;
	background-image: url( "../images/icon_tape.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (min-width: 801px) {
	.home_post_item:first-child {
		margin-left: 0;
	}
}

.home_post_thumb {
	margin-bottom: 15px;
}
.home_post_ttl {
	color: #000;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.home_post_txt {
	color: #000;
	text-align: center;
}



/*=============================== HOME／施工事例 ================================*/

.case_area .inner {
	padding-top: 57px;
	padding-bottom:154px;
}
.case_area .section_ttl {
	margin-bottom: 38px;
}



















