/*
 * 
 * css_group searchbox
 * 
 */



.ezm_sbox_container {
	display: flex;
	flex-wrap: wrap;
	margin: 2em 0;
}
.ezm_sbox_item {
	flex: 1 1 0;
	margin: 0.5em;
	max-width: 30em;
	min-width: 14em;
}
.ezm_sbox_item select,
.ezm_sbox_item input[type=text],
.ezm_sbox_item input[type=date]
{
	height: 2.55em;
	width: 100%;
}



/*
 * 
 * css_group map
 * 
 */



.ezm_map_box {
	height: 500px;
	width: 100%;
}



/*
 * 
 * css_group searchgrid
 * 
 */



#ezm_searchresults_grid_map_container{
	height: 500px;
	width: 100%;
}

@media screen and (max-width: 430px) {
	#ezm_searchresults_map_container {
		height: 300px;
	}
}

.ezm_searchresults_grid_container{
	display: flex;
	flex-wrap: wrap;
	margin: 2em 0;
	padding-top: 3em;
/* 	justify-content: center; */
}

.ezm_searchresults_grid_item{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15), 0 2px 10px 0 rgba(0,0,0,0.15);
	flex: 1 1 0;
	margin: 0.5em;
	max-width: 32em;
	min-width: 16em;
	padding: 1em;
}

.ezm_searchresults_grid_img_container{
	display: inline-block;
	position: relative;
	width: 100%;
}

.ezm_searchresults_grid_aspect{
	padding-top: 75%;
}

.ezm_searchresults_img_src{
	display: block;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.ezm_searchresults_price{
	padding: 0;
}

.ezm_searchresults_grid_details{
	margin: 0;
	padding: 0px 7px 0px 7px;
	text-align: left;
}

.ezm_searchresults_grid_button{
	padding: 0;
	text-align: center;
	width: 100%;
}

.ezm_searchresults_address,
.ezm_searchresults_city,
.ezm_searchresults_office_name{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ezm_searchresults_open_house{
	background-color:#FF0000;
	font-weight:bold;
	color:#FFFFFF;
	margin:1px;
	padding:5px;
}

.ezm_searchresults_contract_date{
	background-color:#306EAC;
	font-weight:bold;
	color:#FFFFFF;
	margin:1px;
	padding:5px;
}

.ezm_page_nav_box {
	margin: 1.5em 0;
	text-align: center;
}

.ezm_page_nav_box > * {
	height: 2.5em;
}

.ezm_page_nav_box .ezm_page_num {
	padding: 0 2em;
}



/*
 * 
 * css_group searchdetails
 * 
 */



.ezm_searchdetails_slider_map_container{
	display: flex;
	flex-wrap: wrap;
}

.ezm_searchdetails_slider_map_column{
	flex: 1 1 0;
	min-width: 15em;
}

.ezm_searchdetails_group_label{
	margin: 30px 0px 10px 0px;
}

.ezm_searchdetails_feature_item{
	display: inline-block;
	padding: 5px 0px 5px 0px;
	vertical-align: top;
	width: 200px;
}

.ezm_searchdetails_feature_label{
	font-weight: bold;
}

.ezm_searchdetails_title{
	margin: 20px 0px 20px 0px;
}

#ezm_searchdetails_slider_map_container{
	width: 100%;
}

#ezm_searchdetails_map_container{
	height: 100%;
}





.ezm_searchdetails_slider_map_column{
	padding: 10px;
	vertical-align:top;
}

.ezm_searchdetails_aspect_container{
	position: relative;
}

.ezm_searchdetails_aspect_pad{
	padding-top: 93.75%; /* 3/4 = 0.9375 * 0.8 */
}

.ezm_searchdetails_aspect_content{
	display: block;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
/* 	width: 100%; */
}

.ezm_searchdetails_arrow_lbar,
.ezm_searchdetails_arrow_rbar{
	background: black;
	font-size: xx-large;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	text-align: center;
	width: 10%;
	z-index: 1;
}

.ezm_searchdetails_arrow_lbar:hover,
.ezm_searchdetails_arrow_rbar:hover{
	cursor: pointer;
}


#ezm_searchdetails_img_container:hover .ezm_searchdetails_arrow_lbar,
#ezm_searchdetails_img_container:hover .ezm_searchdetails_arrow_rbar{
	opacity: 0.3;
}


.ezm_searchdetails_arrow_lbar{
	left: 0;
}

.ezm_searchdetails_arrow_rbar{
	right: 0;
}

.ezm_searchdetails_arrow_icon{
	color: white;
	font-weight: bold;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.ezm_searchdetails_aspect_content_img{
	display: none;
}

#ezm_searchdetails_img_container{
	border: 1px solid;
	overflow: hidden;
}

#ezm_searchdetails_slider_img_count{
	padding: 10px;
	text-align: center;
}



/*
 * 
 * css_group query
 * 
 */



.xxdf_ddf_spinner {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 400;
}
.xxdf_ddf_spinner_active:before {
	content: '';
	border-radius: 50%;
	border: 0.3em solid rgba(0,0,0,0.3);
	border-top-color: rgba(0,0,0,1);
	box-sizing: border-box;
	position: absolute;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	height: 2em;
	width: 2em;
	animation: xxdf_ddf_spinner_active 0.75s linear infinite;
}
@keyframes xxdf_ddf_spinner_active {
	to {transform: rotate(360deg);}
}

.display_none {
	display: none;
}
.xxdf_ddf_user_agree_background {
	background: black;
	bottom: 0;
	left: 0;
	opacity: 0.9;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100000;
}
.xxdf_ddf_user_agree_frame {
	margin: auto;
	position: absolute;
	top: 5%;
	z-index: 100001;
}
.xxdf_ddf_user_agree_box {
	margin: auto;
	width: 90%;
}
.xxdf_ddf_user_agree_box * {
	color: white;
}



/*
 * 
 * css_group grid
 * 
 *



.xxdf_grid_box {
	display: flex;
	flex-wrap: wrap;
}
.xxdf_grid_item {
	border: 1px solid #aaaaaa;
	flex: 1 1 0;
	margin: 0.5em;
	max-width: 40rem;
	min-width: 20rem;
}
.xxdf_img_box {
	box-sizing: border-box;
	position: relative;
	padding-top: 75%;
	max-height: 20em;
	width: 100%;
}
.xxdf_img_tag {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}
.xxdf_grid_item hr {
	border-color: #aaaaaa;
	border-bottom: none;
}
.xxdf_openhouse_box {
	background: white;
	border: 1px solid black;
	opacity: 0;
	padding: 0.25em;
	position: absolute;
	transition: opacity 0.3s;
	top: 0;
	left: 0;
	z-index: 1;
}
.xxdf_openhouse_box .xxdf_openhouse_title {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.25em;
}
.xxdf_img_box:hover .xxdf_openhouse_box {
	opacity: 1;
}

.xxdf_spec_box > div:nth-child(odd) {
	background-color: #e8e8e8;
}
.xxdf_spec_box .xxdf_spec_field {
	display: flex;
	flex-wrap: wrap;
	padding: 0.2em 0.4em;
	white-space: nowrap;
}
.xxdf_spec_box .xxdf_spec_field .xxdf_spec_part {
	flex: 1 1 0;
	flex-basis: 50%;
	font-size: 90%;
	min-width: 10rem;
	overflow: hidden;
	padding: 0.1em 0;
	text-overflow: ellipsis;
}
.xxdf_spec_box .xxdf_spec_field .xxdf_spec_part:nth-child(1) {
	font-weight: bold;
}
.xxdf_office_name {
	font-size: 80%;
	overflow: hidden;
	padding: 1em 0.4em 0.2em 0.4em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xxdf_details_box {
	padding: 0.5em;
}
.xxdf_details_link {
	text-decoration: none;
}
.xxdf_details_btn {
	border: 1px solid #666666;
	background: linear-gradient(#dddddd,#aaaaaa);
	border-radius: 0.2em;
	box-sizing: border-box;
	padding: 0.1em;
	text-align: center;
	width: 100%;
}
.xxdf_details_btn:hover {
	border-color: #777777;
	background: linear-gradient(#eeeeee,#bbbbbb);
}

.xxdf_page_nav_box {
	margin: 1.5em 0;
	text-align: center;
}
.xxdf_page_nav_box > * {
	height: 2.5em;
}
.xxdf_page_nav_box .xxdf_page_num {
	padding: 0 2em;
}
*/
