.renovation_1_main{
	max-width:1200px;
	margin:230px auto 0 auto;
	position:relative;
}
.renovation_1_sub_1{

}
.renovation_1_sub_1 .img_1{
	max-width:980px;
	width:100%;
}
.renovation_1_sub_1 .img_1 img{
	vertical-align:top;
	width:100%;
}
.renovation_1_sub_1 .title_1{
	margin-top:25px;
	font-family:myfont;
	font-size:60px;
	line-height:100%;
	color:#6B635C;
}
.renovation_1_sub_2{
	max-width:640px;
	width:100%;
	position:absolute;
	bottom:-70px;
	right:0;
	padding:60px 50px;
	box-sizing:border-box;
	background:#fff;
	font-size:16px;
	color:#6B635C;
}
.renovation_1_sub_2 .title_1{
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0 10px;
	
	height:36px;
	background:#707070;
	font-size:16px;
	color:#fff;
}
.renovation_1_sub_2 .text_1{
	margin-top:25px;
}

.renovation_1_sub_1_r{

text-align:right;
}
.renovation_1_sub_1_r .img_1{
	margin-left:auto;
	max-width:980px;
	width:100%;
}
.renovation_1_sub_1_r .img_1 img{
	vertical-align:top;
	width:100%;
}
.renovation_1_sub_1_r .title_1{
	margin-top:25px;
	font-family:myfont;
	font-size:60px;
	line-height:100%;
	color:#6B635C;

}
.renovation_1_sub_2_r{
	max-width:640px;
	width:100%;
	position:absolute;
	bottom:-70px;
	left:0;
	padding:60px 50px;
	box-sizing:border-box;
	background:#fff;
	font-size:16px;
	color:#6B635C;
}
.renovation_1_sub_2_r .title_1{
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0 10px;
	height:36px;
	background:#707070;
	font-size:16px;
	color:#fff;
}
.renovation_1_sub_2_r .text_1{
	margin-top:25px;
}
.renovation_1_sub_2_r .text_1 .table_1{
	font-size:12px;
}
.renovation_1_sub_2_r .text_1 .table_1 td:nth-child(1){
	width:15%;
}

.renovation_1_sub_2_r .text_1 .table_2{
	font-size:12px;
}
.renovation_1_sub_2_r .text_1 .table_2 td{
	vertical-align:top;
}
.renovation_1_sub_2_r .text_1 .table_2 td:nth-child(1){
	width:15%;
}
.renovation_2_main{
	max-width:1200px;
	width:90%;
	margin:80px auto 0 auto;
	position:relative;
	
	font-size:16px;
	color:#6B635C;
}
.renovation_2_sub_1 ul{
	 padding-left: 20px;
}

@media screen and (max-width:1100px) {
.renovation_1_sub_1{
	width:90%;
	margin:0 auto;
}
.renovation_1_sub_2{
	width:90%;
	margin:0 auto;
	padding:60px 0px;
	position:static;
}
.renovation_1_sub_1_r{
	width:90%;
	margin:0 auto;
}
.renovation_1_sub_2_r{
	width:90%;
	margin:0 auto;
	padding:60px 0px;
	position:static;
}
	
}

@media screen and (max-width:1024px) {
.renovation_1_main{
	margin:110px auto 0 auto;
}

.renovation_1_sub_1 .title_1{
	font-size:40px;
}
.renovation_1_sub_1_r .title_1{
	font-size:40px;
}
.renovation_1_sub_2 .title_1{
	height:auto;
}
.renovation_1_sub_2_r .title_1{
	height:auto;
}
.renovation_1_sub_2_r .text_1 .housing_table{
	width:100%;
	overflow-x:scroll;
}
.renovation_1_sub_2_r .text_1 .table_1{
	width:600px;
}
.renovation_1_sub_2_r .text_1 .table_2{
	width:600px;
}
	

}