@charset "utf-8";

/* api css */
/* first */

#main_content {margin-top: 1.5rem;}

.sel_wrap {
	padding: 1rem;
	margin: 0 1rem;
	background-color: #d8d9d9;
	border-radius: .5rem;
}
.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%;
}

.houseinfo{
	background:#fff;
	/* padding-top: 4rem; */
}
.housefirst{
    display:flex; 
    align-items:center; 
    margin: 2rem 0 0.5rem 0; 
    padding: 0 1rem;
	font-size: 1.3rem;
}
.housefirst p:nth-child(1){
    background: #8dc01e; 
    color: #fff; 
    padding: 0.5rem 1rem;
    border-radius: 1.2rem; 
    margin-right: 0.5rem;
	    font-size: 1.5rem;
}
.housefirst p:nth-child(2){
	color: #444;
	font-weight: 900;
	font-size: 1.5rem;
}

/* middle */
.housemiddle{
    display:flex; 
    margin-bottom: 1rem; 
    padding: 1rem;
}
.housemiddle a{
    color: #000; 
    font-size: 2rem; 
    font-weight: bold;
	line-height: 1.3;

}
/* last */
.houselast{
    display:flex; 
    font-size: 1.4rem; 
    border-bottom:2px solid #efefef;
    align-items:center; 
    padding: 0 1rem 2rem 1rem;
}
.houselast p:nth-child(1){
    padding: 0.25rem; 
    color: #fff; 
    margin-right: 0.5rem;
    background: #225a9f;
    padding: 0.5rem 1rem;
	border-radius: 1.2rem;
}
.houselast p:nth-child(2){color: #666;    font-size: 1.5rem;}

.none {
	font-size: 1.5rem;
	text-align: center;
	padding: 3rem 1.2rem;
}