@charset "utf-8";




@import url("./common/css/reset.css");
@import url("./common/css/base.css");




body {
	overflow-x: hidden;
}

#header0 {
	background-color:#eceded;
}
#header_homelogo {
	text-align:center;
	padding:30px 0;
	clear:both;
}

#home_image {
	display: block;
	height: 31.25vw;
	position: relative;
	overflow: hidden;
}
#home_image img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#home_image_m {
	display: none;
	position: relative;
}
#home_image_m img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}





/*-------------------------------------
私たちは純国産ブランド会社です
------------------------------------- */


#top_works_image3 {
	margin:40px 0;
	text-align:center;
}
#top_works_image3 img {
	width: 27.3%;
	max-width: 273px;
	height: auto;
	margin:0 15px;
}
#top_works_image3_box {
	position:relative;
}
#toworks {
	text-align: right;
}
#toworks a {
	display: inline-block;
	width: 8em;
	padding: 10px 20px;
	background-color: #1f2a65;
	text-decoration: none;
	color: #fff;
}
#wood {
	position:absolute;
	top: 160px;
	left:-170px;
}
#papaer_stone {
	position:absolute;
	top: -100px;
	right:-150px;
}
#top_works_image3_mobile {
	display:none;

}
/*-------------------------------------
こだわり
------------------------------------- */
#kodawari_box {
	background: #878FAD url("./images/home/kodawari_background.png") no-repeat center top;
	background-size: cover;
}

#kodawari_box h2{
	color: #fff;	
}

.kodawari3 {
	clear:both;
}

.kodawari3 img {
	float: left;
	margin: 0 30px 40px;
}

.kodawari_text{
	padding: 10px 0 20px;
	line-height: 1.6;
	color: #fff;
}



/*===============================================
●ブレイクポイント
===============================================*/
@media screen and (max-width:640px){


#header_homelogo {
	display: none;
}

#home_image {
	display: none;
}
#home_image_m {
	display: block;
	height: 62.5vw;
}

h2 img {
	width:100%;
}

/*-------------------------------------
私たちは純国産ブランド会社です
------------------------------------- */

#wood {
	display:none;
}
#papaer_stone {
	display:none;
}


#top_works_image3_mobile img {
	width:80%;
	margin-left:0;
}
/*-------------------------------------
こだわり
------------------------------------- */
.kodawari3 img {
	width:60px;
	margin: 0 15px 20px;

}

.kodawari_text h3 {
	margin-top:10px;
}

.kodawari_text p {
	clear:both;
	margin:0 15px;
}



#top_works_image3 {
	display:none;
}


#top_works_image3_mobile {
	display:block;
}

#top_works_image3_mobile img {
	display:block;
	padding:5px;
}


#toworks {
	text-align:center;
}

}




