@charset "utf-8";
#SEARCH_MENU_SWITCH,
#SEARCH_MENU_SWITCH_BUTTON{
	display: none;
}
#SEARCH_MENU{
	width : 250px;
	margin-right: 30px;
	position: relative;
}
.search_menu_content{
	font-size : 0px;
}
.manipulation_prohibited > *{
	pointer-events: none;
	opacity: 0.5;
}
.search_title{
	display: block;
	color : #3C7CF1;
	font-size : 0.875rem;
}
.search_menu_content input[type="radio"],
.search_menu_content input[type="checkbox"]{
	display: none;
}
.search_menu_content input[type="text"]{
	background: #fff;
	border : 1px solid #989898;
	line-height: 40px;
	padding : 0px 5px;
}
.search_menu_content input[name="freeword"]{
	padding-right: 45px;
	height : 42px;
	width : 100%;
}
#BLOCK_FREEWORD,
#BLOCK_STATION{
	position :relative;
}
.select_wide{
	width : 100%;
	padding : 5px;
}
.select_mini{
	width : calc((100% - 2em) / 2);
	padding : 5px;
}
.wave_dash{
	font-size : 1rem;
	margin : 0.4rem;
}
.freeword_search_button{
	position : absolute;
	top : 0;
	right : 0px;
	font-size : 0px;
	width : 42px;
	height : 42px;
	background-color : #3C7CF1;
	border : none;
	background-image : url(../img/icon_search_wh.png);
	background-repeat: no-repeat;
	background-size : 20px;
	background-position: center;
}
#SEARCH_LIST{
	width : calc(100% - 280px);
}
#SEARCH_LIST_HEADER{
	border-bottom : 1px solid #989898;
	padding-bottom : 20px;
	text-align: right;
}
.estate_count{
	font-size : 1.5em;
	color : #3C7CF1;
}
#SORT{
	padding : 5px;
}

.estate_tile{
	border-bottom : 1px solid #989898;
	padding : 20px 0;
	position : relative;
}
.estate_title{
	width : 100%;
	padding-left : 30px;
	position : relative;
}
.estate_name{
	font-size : 1.125rem;
	max-height : 3em;
	display: block;
	overflow: hidden;
}

.estate_image{
	width : 200px;
}
.estate_text{
	width : calc(100% - 200px);
	padding-left : 20px;
}
.estate_link .button_style{
	width : calc(50% - 0.5em);
	min-width : 0;
	vertical-align: middle;
	min-height : 50px;
}
#SELECT_CATEGORY_WRAPPER{
	position : fixed;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	background: rgba(0,0,0,0.5);
	z-index: 100;
}
#SELECT_CATEGORY{
	background : #fff;
	padding : 20px;
	position : absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width : calc(100% - 40px);
	max-width : 500px;
	height : calc(100% - 100px);
	max-height : 320px;
}
/* 会員物件タイル */
.member_entry_wrapper{
	padding : 0;
	border : 1px solid #EE6A1D;
	background-color: #fce7db;
	margin : 20px 0;
}
.member_entry_wrapper .estate_title{
	padding : 10px;
	background : #EE6A1D;
	color : #ffffff;
	margin-bottom : 0;
}
.member_entry_wrapper .estate_content{
	padding : 20px;
}
.member_entry_title span{
	font-size :  0.75rem;
}
.member_entry_wrapper .favorite_button{
	display: none;
}
.member_entry_text{
	background : #ffffff;
	padding : 15px;
	padding-top : 10px;
}
.member_entry_text h4{
	font-size : 1.5rem;
	color : #EE6A1D;
	font-weight: bold;
}
.member_entry_text ul{
	margin : 5px 0 10px;
}
.member_entry_text ul li{
	line-height: 1em;
}
.member_entry_text .button_style.material_yellow{
	font-weight: bold;
	min-height: 30px;
    line-height: 50px;
	margin-bottom : 3px;
}
.member_entry_wrapper .estate_details{
	margin-top : 0;
}
/* 終了物件タイル */
.end_estate_content{
	background-color : #CBCBCB;
	padding : 20px;
}
.end_estate_tile{
	padding : 10px 0;
	border-bottom : 1px solid #989898;
}

#THEME_TITLE{
	overflow: hidden;
    width: 100%;
	padding : 50px 20px;
    position: relative;
    background-color: rgba(132, 132, 132, 0.3);
}
#THEME_TITLE_IMG{
	position: absolute;
    top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-height : 100%;
	min-width: 100%;
	max-width: 150%;
	z-index: -1;
}
@supports (object-fit: cover){
	#THEME_TITLE_IMG{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

}
#SEARCH_SELECT_TEXT{
	border : 3px solid #cdcdcd;
	padding : 10px;
}
#SEARCH_SELECT_TEXT dl{
	font-size : 0;
}
#SEARCH_SELECT_TEXT dt{
	display: inline-block;
	width : 120px;
	position : relative;
	
}#SEARCH_SELECT_TEXT dd{
	display: inline-block;
	width : calc(100% - 120px);
}

#SEARCH_SELECT_TEXT dt::after{
	content : ":";
	margin : 0 2px;
	position : absolute;
	right : 0;
}
.search_banner_wrapper .search_banner{
	display: none;
}
.search_banner_wrapper .pc_display{
	display: block;
}
.not_found_more_estate{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding : 20px 30px;
	border: 2px #3C7CF1 solid;
	background-color: #dbf0ff;
}
.not_found_more_estate_img{
	width : 100px;
	margin-right: 30px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-align-items : center; /* IE10 */
	align-items : center;
}
.not_found_more_estate_text{
	width : calc(100% - 100px - 30px);
}
/* popup */
#POPUP {
    position: fixed;
    top: calc(50% + 35px);
    left: 50%;
	width: 400px;
	max-width : calc(100% - 40px);
    background: #fff;
    z-index: 200;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	-webkit-animation: rolldown 1s ease-in forwards;
	animation: rolldown 1s ease-in forwards;
	border: 3px solid #3c7cf1;
}
#POPUP_WRAPPER{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 100;
	top: 0;
    left: 0;
	-webkit-animation: fadein 1s ease-in forwards;
	animation: fadein 1s ease-in forwards;
}
@-webkit-keyframes fadein {
	0%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadein {
	0%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes rolldown {
	0%{
		top: -50%;
	}
	50%{
		top: -50%;
	}
	100% {
		top: calc(50% + 35px);
	}
}
@keyframes rolldown {
	0%{
		top: -50%;
	}
	50%{
		top: -50%;
	}
	100% {
		top: calc(50% + 35px);
	}
}
#POPUP_CLOSE{
	position: absolute;
    line-height: 1em;
    padding: 10px;
    border-radius: 50%;
    background-color: #3C7CF1;
    color: #fff;
    top: -20px;
    right: -20px;
    cursor: pointer;
	border: 2px #3C7CF1 solid;
	z-index: 1;
}
#POPUP_IMAGE_WRAPPER {
    height: 200px;
    width: 100%;
    position: relative;
    background: #fef22a;
}
.popup_present_img{
	position : absolute;
	height : calc(100% + 20px);
	bottom : 10px;
	left : 0;
	right : 0;
	margin: auto;
	filter: drop-shadow(0px 10px 10px rgba(0,0,0,0.3));
}
#POPUP_TEXT_WRAPPER {
	padding : 20px;
	text-align: center;
}
#POPUP_TEXT_WRAPPER p{
	line-height: 1.1em;
	text-align: center;
}
#POPUP_TEXT_WRAPPER p span{
	line-height: inherit;
}
#POPUP_MEMBER_ENTRY{
	text-align: center;
	display: block;
	background: #3C7CF1;
	color: #ffffff;
	padding: 15px;
	width: 50%;
}
#POPUP_LOGIN{
	text-align: center;
	display: block;
	background: #000000;
	color: #fff;
	padding: 15px;
	width: 50%;
}
/*----------------------------------------------------- */
/* 1100px以下 */
/*----------------------------------------------------- */
@media screen and (max-width : 1100px){
	.member_entry_text h4{
		font-size : 1.3rem;
	}
}
/*----------------------------------------------------- */
/* 950px以下 */
/*----------------------------------------------------- */
@media screen and (max-width : 950px){
	#SEARCH_MENU{
		display : none;
		position : fixed;
		width : 100%;
		height : 50%;
		bottom : 0px;
		left : 0;
		right : 0;
		margin: auto;
		background : rgba(0,0,0,0.8);
		z-index: 1000;
		padding : 20px;
		overflow-y : scroll;
	}
	.search_menu_content{
		background: #fff;
		padding : 20px;
		border-radius: 10px;
	}
	#SEARCH_MENU_SWITCH_BUTTON{
		display: inline-block;
		position : fixed;
		bottom : 10px;
		left : 0;
		right: 0;
		margin: auto;
		z-index: 10;
		overflow-y: auto;
		width : calc(100% - 20px);
		border : 2px solid #ffffff;
	}
	#SEARCH_MENU_SWITCH:checked + #SEARCH_MENU_SWITCH_BUTTON{
		bottom : 50%;
		width : 100%;
		border-width: 0;
	}
	#SEARCH_MENU_SWITCH:checked + #SEARCH_MENU_SWITCH_BUTTON + #SEARCH_MENU{
		display: block;
	}
	#SEARCH_LIST{
		width : 100%;
	}
	#FOLLOWING_BANNER.search_following_banner{
		right: 10px;
		left: auto;
		bottom : 75px;
		max-width: calc(100% - 20px);
	}
	#FOLLOWING_BANNER_SWITCH:checked+#FOLLOWING_BANNER{
		bottom : -80px;
	}
	.search_banner_wrapper .pc_display{
		display: none;
	}
	.search_banner_wrapper .tablet_display{
		display: block;
	}
}

/*----------------------------------------------------- */
/* 750px以下 */
/*----------------------------------------------------- */
@media screen and (max-width : 750px){
	.estate_tile{
		padding-bottom : 90px;
		position : relative;
	}
	.estate_link{
		position : absolute;
		bottom : 20px;
		left : 0;
		width : 100%;
	}
	.member_entry_wrapper{
		padding-bottom : 150px;
	}
	.member_entry_text{
		position : absolute;
		bottom : 0px;
		left : 0;
		width : 100%;
	}
}
/*----------------------------------------------------- */
/* 650px以下 */
/*----------------------------------------------------- */
@media screen and (max-width : 650px){
	.estate_image{
		width : 150px;
	}
	.estate_text{
		width : calc(100% - 150px);
		padding-left : 10px;
	}
	.estate_details span{
		width : 100%;
		margin-right : 0;
	}
	.end_estate_tile{
		position : relative;
	}
	.end_estate_content {
		position: absolute;
		width: 100%;
		height: 100%;
		top : 0;
		left : 0;
		background : rgba(0,0,0,0.5);
	}
	.end_estate_content p{
		color : #fff;
	}
	.end_estate_content span{
		display : none;
	}
	.search_banner_wrapper .tablet_display{
		display: none;
	}
	.search_banner_wrapper .sp_display{
		display: block;
	}
	.not_found_more_estate_img{
		width : 70px;
	}
	.not_found_more_estate_text{
		width : calc(100% - 30px - 70px);
	}
	/* popup */
	#POPUP_IMAGE_WRAPPER{
		height : 150px;
    }
    #SELECT_CATEGORY{
        padding : 20px;
    }
}
/*----------------------------------------------------- */
/* 450px以下 */
/*----------------------------------------------------- */
@media screen and (max-width : 450px){
	.estate_link .button_style{
		width : calc(50% - 0.2em);
		font-size : 1em;
		line-height : 1em;
		padding-top: 15px;
		padding-bottom: 15px;
		min-height: 40px;
	}
	.estate_tile{
		padding-bottom : 50px;
	}
	.member_entry_wrapper{
		padding-bottom : 150px;
	}

	.member_entry_wrapper .estate_content{
		padding : 10px
	}
	.member_entry_text h4 {
		font-size: 1.2rem;
	}
	.member_entry_text .button_style.material_yellow{
		line-height: 1.2em;
    	min-height: 0;
	}
	.estate_image{
		width : 110px;
	}
	.estate_text{
		width : calc(100% - 110px);
	}
	.estate_details{
		margin-top : 0px;
	}
	.estate_link{
		bottom : 10px;
	}
	#FOLLOWING_BANNER.search_following_banner{
		left: 5px;
	}
	.not_found_more_estate{
		padding : 20px;
		padding-top : 0;
	}
	.not_found_more_estate_img{
		margin: auto;
		-ms-justify-content : center; /* IE10 */
		justify-content : center;
	}
	.not_found_more_estate_text{
		width : 100%;
	}
}