@charset "utf-8";
.contents_wrap{
	max-width: 1200px;
    margin: 0 auto;
}
.combined_with_store{
	width:100%;
}
.main_vis{
    width:100%;
	text-align: center;
}
.main_title{
	width:80%;
	margin:5% auto;
	text-align: center;
}
.main_title h3{
	font-size: 255%!important;
	margin: 60px auto;
}
.main_title p{
	display: inline-block;
	font-size: 150%;
	padding: 2% 0%;
	text-align: left;
}
.main_contents{

}


/* 店舗併用住宅のメリット */
.merit{
	width: 70%;
	margin: 0 auto;
}
.merit h3{
	font-size: 230%!important;
    padding-top: 100px!important;
    padding-bottom: 50px!important;
	text-align: center;
}
.merit ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.merit ul li{
	width: 30%;
	border-bottom:1px solid rgb(238, 238, 238);
	box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-webkit-box-shadow:rgba(175, 175, 174, 1) 9px 9px 10px 2px;
}
.merit ul li h4{
	text-align: center;
	font-size: 205%;
	font-family: emoji;
	font-weight: 400;
	color: #dc9d89;
	padding-top: 5%;
}
.merit ul li h4 span{
	font-size: 75%;
	/* text-decoration:underline solid #fff100 5px; */
	text-align: center;
	border-bottom: solid #fff100 5px;
	width: 60%;
	color: #000
}

.merit ul li p{
	font-size: 100%;
	padding: 6% 16%;
	letter-spacing: 0.02em;
}


/* 施工事例 */
.construction_box h3{
	font-size: 230%!important;
	padding-top: 170px!important;
	padding-bottom: 100px!important;
	text-align: center;
}
.construction_box dl.construction{
	width: 80%;
	min-width: 850px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 200px
}
.construction_box dl.construction dt{
	width: 48%;
	z-index: 10;
	text-align: center;
}
.construction_box dl.construction dt img{
	width: 100%;
}
.construction_box dl.construction dd{
	width: 48%;
}
.construction_box dl.construction dd h4{
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 20px;
}
.construction_box dl.construction dd h4 em{
			font-size: 80%;
		}
.construction_box dl.construction dd span{
	font-family: emoji;
	font-size: 262%;
}
.construction_box dl.construction dd p{
	padding-bottom: 10px;
}
.box {
    position: relative;
    z-index: 10;
}
.img {
	position: absolute;
	z-index: -1;
	right: 0;
	transform: translateY(-50%);
	width: 46%;
}
.construction_box dl.construction dd .sp_only{
	display: none;
}

/* reverse */
.construction_box dl.construction_reverse{
	width: 80%;
	min-width: 850px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 0 auto 200px;
}
.construction_box dl.construction_reverse dt{
	width: 48%;
}
.construction_box dl.construction_reverse dt img{
	width: 100%;
}
.construction_box dl.construction_reverse dd{
	width: 48%;
}
.construction_box dl.construction_reverse dd .sp_only{
	display: none;
}
.construction_box dl.construction_reverse dd h4{
	text-align: left;
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 20px;
}
.construction_box dl.construction_reverse dd h4 em{
	font-size: 80%;
		}
.construction_box dl.construction_reverse dd span{
	display: block;
	text-align: left;
	font-family: emoji;
	font-size: 262%;
}
.construction_box dl.construction_reverse dd p{
	padding-bottom: 10px;
	text-align: left;
}
.box_reverse {
    position:  relative;
		z-index: 10;
    height: auto;
    margin: 0%;
}
.img_reverse {
	position: absolute;
	z-index: -1;
	right: 0;
	transform: translateY(-50%);
	/* width: 280px; */
	width: 46%;
}

/* 店舗併用住宅施工事例集 */
.information{
	margin: 0 0 80px;
}
.information dl.request_form{
	width: 70%;
	padding: 5%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom:1px solid rgb(238, 238, 238);
	box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-webkit-box-shadow:rgba(175, 175, 174, 1) 9px 9px 10px 2px;
}

.information dl.request_form dt{
	width: 35%;
}
.information dl.request_form dt img{
	width: 80%;
}
.information dl.request_form dd{
	width: 65%;
}
.information dl.request_form dd h3{
	text-align: left!important;
	font-size: 190%!important;
	padding: 0 0 20px!important;
}
.information dl.request_form dd h3 span{
	font-size: 70%;
}
.information dl.request_form h5.btn{
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	border: 2px solid #820000;
	background-color: #820000;
	text-align: center;
	margin-top: 40px;
	padding: 1% 3%;
}
@media screen and (max-width:959px){
	
}
