@charset "utf-8";

/* api css */
/* first */
.sel_wrap {
padding: 1rem;
    background-color: #f6f5f2;
    text-align: center;
}
.sel_wrap form {
    display: flex;align-items: center;
}
.search {
    font-size: 1.5rem;
    padding: 0.9rem 1.2rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    color: #aaa;
    margin-left: 0.5rem;
    width:6rem;
}
.sel_wrap form select {
	height: 3.5rem;
	padding: .6rem;
	border: 1px solid #ddd;
	border-radius: .5rem;
	font-size: 1.4rem;
	appearance: auto;
}

.sel_wrap form select:first-of-type {
	width: 40%;
	margin-right: .5rem;
}

.sel_wrap form select:last-of-type {
	width: 43%;
}
.sel_wrap form select {color:#aaa}
.sel_wrap form select option {color:#aaa}
.houseinfo{
	background:#fff;
	/* padding-top: 4rem; */
}
.housefirst{
    display:flex;
    align-items:center;
    margin: 0rem 0 0.5rem 0;
    padding: 2rem 1.5rem 0 1.5rem;
	font-size: 1.3rem;
    border-top: 1px solid #efefef;
}
.housefirst p {font-size: 1.5rem;}
.housefirst p:nth-child(1){
    background: #079164;
    color: #fff;
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
}
.housefirst p:nth-child(2){color: #444;    font-weight: 900;}

/* middle */
.housemiddle{
    display:flex;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem;
}
.housemiddle a{
    color: #000;
    font-size: 2rem;
    font-weight: 400;
	line-height: 1.4;

}
/* last */
.houselast{
    display:flex;
    font-size: 1.4rem;
    /* border-bottom:2px solid #efefef; */
    align-items:center;
    padding: 0 1.5rem 2rem ;
}
.houselast p:nth-child(1){
    padding: 0.25rem;
    color: #fff;
    margin-right: 0.5rem;
    background: #0055a2;
    padding: 0.5rem 1rem;
}
.houselast p:nth-child(2){color: #666;font-size:1.5rem}