.main .banner_wrap {
padding:0 1.4rem
}
.main .banner_wrap h2 img {width:1rem}

.main .banner_wrap h2 {
	font-size: 2.3em;
	font-weight: 900;
	display: flex;
    align-items: center;
	padding:2rem 0 
}


.houseinfo .item {
	padding: 2rem;
	font-size: 1.5rem;
	border-bottom: 1px solid #ddd;
}
.houseinfo .item:nth-child(2n-1) {background: #e4eef7;}
.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: #ff9b4e;
	padding: .5rem .8rem;
	border-radius: 1.5rem;
	font-size:1.2rem ; 
	font-weight:bold
}
.housefirst p:last-child {
	padding-left: 1rem;
	font-size:1.2rem ; 
	font-weight:bold
}
.housemiddle a {
	display: block;
	padding: 1rem 0;
	font-size: 1.8rem;
	letter-spacing: -.1rem;
	line-height: 1.2;
	font-weight: 600;
}
.houselast p:first-child {
	color: #000;
}
.houselast p:last-child {
	padding-top: .6rem;
	font-size: 1.5rem;
	color: #666;
}