@charset "utf-8";/*ぺーじ*/
/* ------------------------------------------------ */
#title {
	text-align: center;
	padding: 100px 0px 50px 0px;
}
/*
#title {
	text-align: center;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-service #title {background-image: url("../img/title/floor-1256804_1920.jpg");}
.page-work #title {background-image: url("../img/title/forest-653448_1920.jpg");}
.page-company #title {background-image: url("../img/title/housebuilding-476333_1920.jpg");}
.page-contact #title {background-image: url("../img/title/trees-3410836_1920.jpg");}
*/
#title strong {
	display: block;
	color: #fff;
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	#title {
		padding: 20px 0px 30px 0px;
	}
}
/* ------------------------------------------------ */
.title {
	border-bottom: 3px solid #a5590f;
	margin-bottom: 20px;
}
.title h2 {
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.title h2::first-letter {
	color: #c00;
	color: #a5590f;
	font-size: 30px;
}
@media screen and (max-width: 767px) {
	.title {
		padding: 0px 10px;
	}
}
/* ------------------------------------------------ */
.page {
	padding: 50px 0px;
}
.bloc {
	margin-bottom: 40px;
	padding: 0px;
}
.inner {
}
@media screen and (max-width: 767px) {

}
.box {
	margin-bottom: 10px;
	padding: 5px 10px;
}
.box p {margin-bottom: 10px;}
.box p:last-child {margin-bottom: 0px;}
/* ------------------------------------------------ */
#index .box .inner {
	position: relative;
	padding: 50px 0px;
}
#index .box .tex {
	position: absolute;
	top: 50px;
	width: 45%;
	z-index: 1;
	padding: 20px 0px;
}
#index .box .tex h2 {
	color: #755142;
	color: #592b21;
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	margin-bottom: 30px;
}
#index .box .tex p {
	line-height: 2.2em;
}
#index .box .img {
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 500px;
	height: 400px;
}
#index .box .img img {
}
#index .box .link {
	text-align: enter;
	padding-top: 30px;
}
#index .box:nth-child(1) {
	background-color: #f2e8dd;
}
#index .box:nth-child(1) .tex {
	right: 0px;
}
#index .box:nth-child(1) .img {
	margin: 0px auto 0px 0px;
}
#index .box:nth-child(2) {
}
#index .box:nth-child(2) .tex {
	left: 0px;
}
#index .box:nth-child(2) .img {
	margin: 0px 0px 0px auto;
}
@media screen and (max-width: 767px) {
#index .box .inner {
	position: relative;
	padding: 50px 0px;
}
#index .box .tex {
	position: static;
	width: auto;
	padding: 20px 0px;
}
#index .box .tex h2 {
	font-size: 20px;
}
#index .box .tex p {
	line-height: 2em;
}
#index .box .img {
	width: auto;
	height: 300px;
}
#index .box .img img {
}
#index .box .link {
	text-align: enter;
	padding-top: 30px;
}
#index .box:nth-child(1) {
	background-color: #f2e8dd;
}
#index .box:nth-child(1) .tex {
	right: 0px;
}
#index .box:nth-child(1) .img {
	margin: 0px auto 0px 0px;
}
#index .box:nth-child(2) {
}
#index .box:nth-child(2) .tex {
	left: 0px;
}
#index .box:nth-child(2) .img {
	margin: 0px 0px 0px auto;
}
}
/* ------------------------------------------------ */
#work {
}
.workbloc {
	font-size: 0;
	margin-bottom: 20px;
}
.workbloc {
	background-color: #f2e8dd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
.workbloc ul {
	position: relative;
}
.workbloc.ba ul {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding-top: 40px;
}
#work-zenmen .workbloc ul:first-child::before,
#work-bubun ul:first-child::before,
#work-zenmen .workbloc ul:last-child::before,
#work-bubun ul:last-child::before {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 98%;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
#work-zenmen .workbloc ul:first-child::before,
#work-bubun ul:first-child::before {
	content: "Before";
	color: #666;
}
#work-zenmen .workbloc ul:last-child::before,
#work-bubun ul:last-child::before {
	content: "After";
	color: #ba4c14;
}
.workbloc.ba ul:first-child::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #ba4c14;
}
#work-shinchiku .workbloc ul {
}
.workbloc ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 2px 2px 0px;
}
.workbloc ul li a {
	display: block;
	width: 112px;
	height: 112px;
	overflow: hidden;
}
.workbloc ul li a img {
	width: auto;
	max-width: none;
	height: 170px;
}
@media screen and (max-width: 767px) {
	#work .inner {
		padding: 0px 5px;
	}
	.workbloc.ba ul:first-child::after {
		right: 5px;
	}
	.workbloc ul li a {
		width: 80px;
		height: 80px;
	}
	.workbloc ul li a img {
		height: 130px;
	}
}
/* ------------------------------------------------ */
#service {
}
.service {
}
.service {
}
.servicebloc {
	margin-bottom: 50px;
}
.servicebloc:last-child {
	margin-bottom: 0px;
}
.servicebloc h3 {
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.servicebloc {
		padding: 0px 10px;
	}
}
.service-reform-kodawari {
}
.service-reform-kodawari .inner {
	position: relative;
	background-color: #fff4ef;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px 20px;
}
.service-reform-kodawari ul {
	position: absolute;
	right: 0px;
	top: 20px;
	width: 500px;
}
.service-reform-kodawari ul li {
	font-size: 18px;
	background-image: url("../img/service/idea.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 25px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 40px;
}
.service-reform-kodawari ul li b {
	color: #963d11;
	font-size: 20px;
	border-bottom: 2px dotted #963d11;
}
.service-reform-kodawari img {
	width: 450px;
	margin: 0px auto 0px 0px;
}
@media screen and (max-width: 767px) {
	.service-reform-kodawari .inner {
		padding: 10px;
	}
	.service-reform-kodawari ul {
		position: static;
		width: auto;
	}
	.service-reform-kodawari ul li {
		font-size: 16px;
		background-size: 15px;
		margin-bottom: 0px;
		padding: 10px 10px 10px 30px;
	}
	.service-reform-kodawari ul li b {
		font-size:18px;
	}
	.service-reform-kodawari img {
		width: auto;
		margin: 0px auto;
	}
}
.service-reform-tsuyomi .inner {
	position: relative;
	padding: 20px 20px;
}
.service-reform-tsuyomi .tex {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 500px;
}
.service-reform-tsuyomi .tex p {
	margin-bottom: 30px;
}
.service-reform-tsuyomi .img {
	width: 450px;
	height: 250px;
	overflow: hidden;
	margin: 0px 0px 0px auto;
}
@media screen and (max-width: 767px) {
	.service-reform-tsuyomi .tex {
		position: static;
		width: auto;
		margin-bottom: 20px;
	}
	.service-reform-tsuyomi .img {
		width: auto;
		height: 250px;
		margin: 0px auto;
	}
}
.service-shinchiku-kodawari {
	position: relative;
	padding: 20px 20px;
}
.service-shinchiku-kodawari p {
	position: absolute;
	right: 0px;
	top: 20px;
	width: 500px;
}
.service-shinchiku-kodawari {
}
.service-shinchiku-kodawari .img {
	width: 450px;
	height: 250px;
	overflow: hidden;
	margin: 0px auto 0px 0px;
}
.service-shinchiku-kodawari img {
}
@media screen and (max-width: 767px) {
	.service-shinchiku-kodawari p {
		position: static;
		width: auto;
		margin-bottom: 20px;
	}
	.service-shinchiku-kodawari .img {
		width: auto;
		height: 250px;
		margin: 0px auto;
	}
}
.service-shinchiku-tanto {
}
.service-shinchiku-tanto h3 {
	display: block;
	font-size: 28px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
	margin-bottom: 30px;
}
.service-shinchiku-tanto ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 10px 0px;
}
.service-shinchiku-tanto ul li {
	display: table-cell;
	vertical-align: top;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,236,232,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,236,232,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(247,236,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7ece8',GradientType=0 );
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
@media screen and (max-width: 767px) {
	.service-shinchiku-tanto h3 {
		font-size: 24px;
		line-height: 1.6em;
		margin-bottom: 30px;
	}
	.service-shinchiku-tanto ul {
		display: block;
		width: auto;
	}
	.service-shinchiku-tanto ul li {
		display: block;
		margin-bottom: 20px;
		padding: 10px;
	}
}
.service-shinchiku-tanto ul li dl {
}
.service-shinchiku-tanto ul li dl dt {
	text-align: center;
	padding: 10px 0px;
}
.service-shinchiku-tanto ul li dl dt strong {
	display: block;
	color: #592b21;
	font-size: 26px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
	margin-bottom: 20px;
}
.service-shinchiku-tanto ul li dl dd {
	padding: 10px 0px;
}
.service-shinchiku-tanto ul li dl dd p {
}
/* ------------------------------------------------ */
#aaa {
}
.work {
}
/* ------------------------------------------------ */