@charset "utf-8";
/* CSS Document */


/*/////////// MV ////////////*/
.mv2 .wrap {
	background-color: rgba(255,255,255,0.00);
}

.mv2 h1 {
	color: #222 !important;
}


/*/////////// セクション1 ////////////*/
.sec1 .container {
	max-width: 960px;
}

.housing-list {
	margin-bottom: 50px;
}

.housing-list:last-child {
	margin-bottom: 0px;
}

.housing-list .title {
	border-top: 2px solid #24657c;
	border-bottom: 2px solid #24657c;
	padding: 10px 5px;
}

.housing-list h1 {
	font-size: 1.7em;
	line-height: 1.2em;
	text-align: left;
	color: #24657c;
	margin-bottom: 10px;
}

.housing-list h1 span {
	font-size: 0.7em;
	display: inline-block;
	margin-left: -0.4em; 
}

.housing-list .title .select1, .housing-list .title .select2, .housing-list .title .land1, .housing-list .title .land2 {
	background-color: #d04747;
	color: #fff;
	font-size: 0.75em;
	width: 12em;
	text-align: center;
	display: inline-block;
}

.housing-list .title .land1 {
	background-color: #72AA3F;
}

.housing-list .title .select2, .housing-list .title .land2 {
	background-color: #ccc;
}

.housing-list .title .land1, .housing-list .title .land2 {
	margin-left: 6px;
}

.housing-list h2 {
	font-size: 1.4em;
}

.housing-list .price span {
	font-size: 1.8em !important;
	font-weight: bold;
	color: #d04747;
}

.housing-list .text-wrap .list1 {
	width: 27%;
	padding-right: 0;
}

.housing-list .text-wrap .list2 {
	width: 73%;
	padding-left: 0;
	margin-bottom: 4px;
}

.housing-list .text-wrap .list2:last-child {
	margin-bottom: 0;
}

.housing-list .btn1 a {
	color: #fff;
	border: none;
	background-color: #646A70;
}

.housing-list .btn1 a:hover {
	color: #fff !important;
	background-color: #A9DAFA;
	text-decoration: none;
	transition-duration: 0.3s;
	border: none;
}

@media (min-width: 576px) {
	.housing-list {
		margin-bottom: 60px;
	}

	.housing-list .title {
		padding: 15px 5px;
	}

	.housing-list h1 {
		margin-bottom: 7px;
	}

	.housing-list .title .land1 {
		background-color: #72AA3F;
	}

	.housing-list .text-wrap .list1 {
		width: 20%;
	}

	.housing-list .text-wrap .list2 {
		width: 80%;
	}
}

@media (min-width: 768px) {
	.housing-list {
		margin-bottom: 70px;
	}
	
	.housing-list h1 {
		margin-bottom: 0;
	}
	
	.housing-list .title .select1, .housing-list .title .select2, .housing-list .title .land1, .housing-list .title .land2 {
		width: 11.5em;
	}
	
	.housing-list .title .land1, .housing-list .title .land2 {
		margin-left: 8px;
	}
	
	.housing-list .text-wrap .list1 {
		width: 25%;
	}

	.housing-list .text-wrap .list2 {
		width: 75%;
		margin-bottom: 2px;
	}
}

@media (min-width: 992px) {
	.housing-list {
		margin-bottom: 90px;
	}
	
	.housing-list h1 {
		font-size: 1.8em;
	}
	
	.housing-list h2 {
		font-size: 1.5em;
	}
	
	.housing-list .text-wrap .list1 {
		width: 20%;
	}

	.housing-list .text-wrap .list2 {
		width: 80%;
	}
	
	.housing-list .price span {
		font-size: 2em !important;
	}	
}

@media (min-width: 1200px) {
	.housing-list {
		margin-bottom: 100px;
	}
}

@media (min-width: 1400px) {
	.housing-list {
		margin-bottom: 110px;
	}
}
	
	
	

/*/////////// エリアで探す ////////////*/
.area h1 {
	color: #25678c;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
	font-size: 1.6em;
	font-weight: normal;
		text-indent: -0.5em !important;
}

.area h1 img {
	width: 1.0em;
	display: inline-block;
	margin-right: 5px;
	vertical-align: -0.3rem;
}

.area .btn1 {
	width: 100% !important;
	max-width: 700px !important;
	margin-left: auto;
	margin-right: auto;
}

.area .btn1 a {
	border-radius: 6px;
	color: #25678c;
	width: 100%;
	padding: 5px 0;
	border: 1px solid #25678c;
	padding-left: 0;
}

.area .choice {
	background-color: #25678c;
	color: #fff !important;
}
