@charset "utf-8";
/* CSS Document */
#breadcrumb {
	margin-bottom: 10px;
}

/*トップタイトル部分*/
#page-title::after{
	content:'';
	display:inline-block;
	position:absolute;
	top:10px;
	right:0;
	width:124px;
	height:150px;
	background:url(/sp/img/property/search/index/img_top.png) no-repeat;
	background-size:contain;
	bottom:5px;
}
#page-title h1{
	margin-top:0;
	margin-bottom:8px;
}
#page-title h1 img{
	width:228px;
	height:auto;
}
/*トップタイトル説明*/
#page-title .desc{
	font-size:13px;
	letter-spacing:0.02em;
	line-height:1.3;
	padding-right:122px;
}
#page-title .desc strong{
	color:#e64545;
}
/*デバイス374px未満サイズ*/
@media screen and (max-width:374px){
	#page-title::after{
	right:-14px;
	}
	#page-title h1 img{
		width:204px;
		height:auto;
	}
	#page-title .desc{
		padding-right:100px;
	}
}
/*検索ボタン*/
#contents-navi {
	padding:0;
	margin-top:-6px;
}
#contents-navi ul{
	overflow:hidden;
}
#contents-navi ul li{
	width:50%;
	float:left;
	background:#96d94e;
}
#contents-navi ul li a{
	display:table;
	width:100%;
	padding:14px 0;

	background:#96d94e;
	border-bottom:3px solid #75ba2b;
}
#contents-navi ul li:first-child a{
	border-right:2px solid #75ba2b;
}
#contents-navi ul li:last-child a{
	border-left:2px solid #75ba2b;
}
#contents-navi ul li a .inner{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#contents-navi ul li .icon{
	display:block;
	text-align:center;
	margin-bottom:6px;
	min-height:44px;
}
#contents-navi ul li .icon img{
	width:44px;
	height:44px;
}
#contents-navi ul li p{
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	text-shadow: #fff 2px 0px,#fff -2px 0px,
	#fff 0px -2px, #fff 0px 2px,#fff 2px 2px,
	#fff -2px 2px,#fff 2px -2px,#fff -2px -2px,
	#fff 1px 2px, #fff -1px 2px, #fff 1px -2px,
	#fff -1px -2px, #fff 2px 1px, #fff -2px 1px,
	#fff 2px -1px, #fff -2px -1px;
	background:url(/sp/img/property/search/index/arrow_search.png) no-repeat left center;
	background-size:15px 15px;
	padding-left:25px;
}

/*----戸塚区楽部会員部集中----*/
.content-totsuka-club {
	background: url(/sp/img/common/bg_introduction.png) left top;
	background-size: 120px auto;
	padding:20px 5px;
	margin-bottom:25px;
}
.content-totsuka-club h2{
	text-align:center;
}
.content-totsuka-club h2 img{
	width:300px;
	height:auto;
}
.content-totsuka-club .inner{
	background: url(/sp/img/property/search/index/bg_note.png) left top;
	background-size: 120px auto;
	border:2px solid #a8987b;
	padding:13px 10px 20px;
	border-radius:5px;
}
.content-totsuka-club .about{
	margin-bottom:22px;
}
.content-totsuka-club .about h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:8px;
}
.content-totsuka-club .about h3 span{
	text-shadow: #fff 2px 0px,#fff -2px 0px,
	#fff 0px -2px, #fff 0px 2px,#fff 2px 2px,
	#fff -2px 2px,#fff 2px -2px,#fff -2px -2px,
	#fff 1px 2px, #fff -1px 2px, #fff 1px -2px,
	#fff -1px -2px, #fff 2px 1px, #fff -2px 1px,
	#fff 2px -1px, #fff -2px -1px;
	background: linear-gradient(transparent 60%, #ffb0b0 60%);
	padding:0 3px;
}
.content-totsuka-club .about ul{
	background:#d7f0d3;
	padding:8px 10px 6px;
}
.content-totsuka-club .about li{
	margin-left:1em;
	font-size:12px;
	margin-bottom:3px;
	font-weight:bold;
}
.content-totsuka-club .about p{
	margin-bottom:10px;
	line-height:1.6;
}
.content-totsuka-club .about li:before{
	content:'◎';
	color:#149908;
	margin-left:-1em;

}
/*会員物件速報*/
.members-report{
	margin-bottom:15px;
}
.members-report .title{
	border-bottom: 2px solid #68b336;
	margin-bottom: 7px;
	padding:0 0 4px 2px;
	overflow:hidden;
}
.members-report h3{
	font-size:19px;
	text-align:left;
	display:inline-block;
	font-weight:bold;
}
.members-report h3 b{
	color:#149908;
}
.members-report ul{
	overflow: auto;
	height: 205px;
	padding:5px 0;
	background:#fff;
}
.members-report ul::-webkit-scrollbar {
	background:#ccc;
	width:5px;
}
.members-report ul::-webkit-scrollbar-thumb {
	background:#aaa;
}

.members-report ul li{
	border-bottom:dotted 1px #c8c8c8;
}
.members-report li a{
	display:block;
	padding:7px 0; 
}
.members-report li:first-child a{
	padding-top:0; 
}

.members-report li .date,
.members-report li .category{
	display:inline-block;
	vertical-align:middle;
}
.members-report li .date{
	font-size:11px;
	padding:0 5px 0 5px;
}
.members-report li .category{
	padding: 2px 10px;
	margin-bottom:3px;
	font-size:11px;
	background:#149908;
	color:#fff;
	padding:4px 15px;
}
.members-report li .text{
	display:block;
}
.members-report li .text b{
	color:#cc1400;
}
.members-report li .station{
	display:block;
}
/*ボタン*/
.content-totsuka-club .btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content-totsuka-club .btn div{
	display: flex;
	width:50%;

}
.content-totsuka-club .btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	background:#149908;
	color:#fff;
	width:100%;
	padding:12px 0;
	box-shadow: #0f7306 0 -3px inset;
}
.content-totsuka-club .register a{
	border-radius:4px 0 0 4px;
	border-right:1px solid #0f7306;
}
.content-totsuka-club .register strong{
	font-size:20px;
	line-height:1.1;
}
.content-totsuka-club .login a{
	font-size:16px;
	border-left:1px solid #0f7306;
	border-radius:0 4px 4px 0;
}
.content-totsuka-club .btn a span{
	text-align:center;
}

















