@charset "shift_jis";
/*************************************************/
/*  おすすめ物件  */
/*************************************************/
.tokusen_wrap {
	width: 1000px;
	margin: 80px auto 40px;
	display: block;
}
.tokusen_wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tokusen_wrap ul li {
	margin-bottom: 40px;
}
.tokusen_wrap ul li>a {
	display: block;
	width: 480px;
	position: relative;
	overflow: hidden;
	border-radius: 20px 0 0 0;
}
.t_icon {
	position: absolute;
	z-index: 1;
	border-radius: 18px 0 0 0;
	overflow: hidden;
}
.t_img {
	position: relative;
	display: block;
	width: 480px;
	height: 305px;
	overflow: hidden;
	background-color: #ccc;
	border-radius: 20px;
}
.t_img img {
	width: 100%;
	object-fit: contain;
	transition: 0.3s;
}
.t_kakaku {
	display: block;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.2em;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 0;
}
.t_kakaku span {
	font-size: 20px;
	font-weight: bold;
}
.t_ti {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	padding: 15px 0;
	letter-spacing: 0.01em;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.t_text {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.01em;
}
.t_add {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 20px;
	margin-bottom: 5px;
}
.t_btn {
	display: block;
	text-align: center;
	border-bottom: 1px solid #000;
	padding: 0 15px 5px;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 0.01em;
	position: absolute;
	right: 15px;
	bottom: 0;
}
.tokusen_wrap ul li:hover .t_img img {
	transform: scale(1.1);
}
.tokusen_wrap ul li a:hover {}
/* 小さい特選の方 */
.tokusen_small_wrap {
	width: 100%;
	margin: 0px auto 0px;
}
.tokusen_small_wrap h2 {
	font-size: 25px;
	line-height: 1;
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 40px;
	text-align: center;
}
.tokusen_small_wrap h2:after {
	position: absolute;
	bottom: 0;
	content: "";
	width: 70px;
	height: 5px;
	background-color: #82bd4b;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tokusen_small_wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.tokusen_small_wrap li {
	width: 180px;
	list-style-type: none;
	margin-bottom: 10px;
}
.tokusen_small_wrap li>a {
	width: 180px;
	display: block;
	text-decoration: none;
	color: #333;
}
.tokusen_small_wrap .t_kakaku {
	font-size: 10px;
	padding: 5px 10px;
}
.tokusen_small_wrap .t_kakaku span {
	font-size: 15px;
}
.tokusen_small_wrap .t_img {
	width: 100%;
	height: 120px;
	position: relative;
}
.tokusen_small_wrap .t_img a {
	display: block;
	height: 120px;
	position: absolute;
	width: 100%;
	z-index: 999;
}
.tokusen_small_wrap .t_ti {
	font-size: 15px;
	padding: 0;
	margin: 10px 0;
}
.tokusen_small_wrap .t_add {
	margin-bottom: 0;
}
.tokusen_small_wrap .t_text {
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: 0.01em;
	overflow: hidden;
	width: 100%;
	display: block;
}
.tokusen_small_wrap ul li:hover .t_img img {
	transform: scale(1.1);
}
.t_kaiin_bukken a {
	color: #ff0000;
}
.more_btn a {
	display: block;
	width: 400px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	background-color: #82bd4b;
	border-radius: 100px;
	margin: 10px auto 0;
	position: relative;
	font-size: 18px;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	transition: .3s;
}
.more_btn a:before {
	content: "";
	position: absolute;
	left: 20px;
	top: 25px;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	border: 2px solid #333;
	background-color: #f4f0eb;
	box-sizing: border-box;
}
.more_btn a:hover {
	transform: translateY(3px);
	box-shadow: 0 0 0 rgb(0 0 0 / 15%);
	background-color: #64923a;
}
p.notfound_ti {
	font-size: 15px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	font-weight: bold;
	margin: 0 0 10px;
}