.main .banner_wrap {
	background: url("../img/meu1_background.png") no-repeat 0 0 / cover;
	width: 100%;
	height: 15rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-bottom: 4px solid #d3d3d3;
}
.main .banner_wrap p {
	font-size: 1.5rem;
	color: #fff;
	padding-bottom: .7rem;
}
.main .banner_wrap h2 {
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: -.2rem;
	color:#fff
}

.houseinfo .item {
	padding: 2rem;
	font-size: 1.5rem;
	border-bottom: 1px solid #ddd;
}
.houseinfo .item:last-child {
	border-bottom: none;
}
.housefirst {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
}
.housefirst p:first-child {
	display: inline-block;
	background-color: #eee;
	padding: .5rem .8rem;
	border-radius: 1.5rem;
}
.housefirst p:last-child {
	padding-left: 1rem;
	font-size: 1.6rem;
}
.housemiddle a {
	display: block;
	padding: 1rem 0;
	font-size: 2rem;
	letter-spacing: -.1rem;
	line-height: 1.2;
	font-weight: 600;
}
.houselast p:first-child {
	font-size: 1.6rem;
	color: #000;
}
.houselast p:last-child {
	padding-top: .6rem;
	font-size: 1.5rem;
	color: #666;
}