@charset "utf-8";

/* アイキャッチ */
#SEARCH_EYECATCH {
	height: 30vw;
	max-height: 200px;
	background-image: url(/img/search_eyecatch.jpg);
	background-size: cover;
	background-position: center;
}

/* 検索条件 */
#SEARCH_MENU_SWITCH,
#SEARCH_MENU_SWITCH_BUTTON {
	display: none;
}

#SEARCH_MENU {
	width: 300px;
	margin-bottom: 50px;
	padding : 15px;
	background-color: var(--color-palegray);
	position: relative;
}
.sp_search_menu{
	display: none;
}

#SEARCH_LIST {
	width: calc(100% - 300px);
	padding-left: 50px;
}

#SEARCH h4
{
	font-family: var(--title-font);
	font-size: 21px;
	color: var(--color-brown);
}
.search_title {
	font-size: 14px;
	display: block;
	width: 100%;
	padding-top: 5px;
	margin-bottom: 5px;
	color: var(--color-blue);
	border-top: 1px solid var(--color-lightgray);
}

.select_wide {
	width: 100%;
	padding: 7px 5px;
	cursor: pointer;
}

.select_mini {
	width: calc((100% - 2em) / 2);
	padding: 7px 5px;
	cursor: pointer;
}

.wave_dash {
	font-size: 1rem;
}

.search_menu_content input[type="text"] {
	background: var(--color-white);
	border: 2px solid var(--color-palegrayline);
	line-height: 40px;
	padding: 0px 10px;
	width: 100%;
	padding-right: 40px;
}

.search_menu_content input[type="text"].input_disabled {
	background: var(--color-palegray);
}

.search_menu_content input[name="mn"] {
	padding-right: 45px;
	height: 42px;
	width: 100%;
}

#FLOATING_SEARCH_BUTTON {
	position: sticky;
	bottom: 0;
	left: 0;
	width: calc(100%);
	background-color: var(--color-palegray);
	padding: 20px 10px;
}

#FLOATING_SEARCH_BUTTON .button_style {
	width: 100%;
}

.manipulation_prohibited{
	pointer-events: none;
}
.manipulation_prohibited:after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: calc(100% - 50px);
	top: 0;
	left : 0;
	z-index: 1;
	background-color: rgba(255,255,255,0.8);
}

/* 沿線・駅から検索 */
.sub_search_tile:not(:last-of-type) {
	border-bottom: 1px solid var(--color-lightgray);
}

.sub_search_tile .sub_search_title {
	width: 150px;
	padding: 15px;
	background-color: var(--color-palegray);
}

.sub_search_list {
	width: calc(100% - 150px);
	padding: 15px;
	columns: 3;
	column-width: 180px;
}

.sub_search_tile label {
	display: block;
	cursor: pointer;
}

.sub_search_tile input[type="checkbox"] {
	appearance: checkbox;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}

.sub_search_modal_wrapper {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100vw;
	height: 100vh;
	z-index: 2000;
	background-color: rgba(0, 0, 0, 0.8);
}

.sub_search_modal_switch:checked+.sub_search_modal_wrapper {
	display: block;
}

.sub_search_modal {
	position: fixed;
	z-index: 2001;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% - 60px);
	max-width: 950px;
	height: calc(100vh - 200px);
	background-color: var(--color-white);
	padding: 30px;
}

.sub_search_modal_list {
	height: calc(100% - 60px);
	overflow-y: auto;
}

.sub_search_list .text_link {
	display: block;
}

.line_group_name {
	width: 100%;
	padding: 10px;
	background-color: var(--color-lightgray);
	position: sticky;
	top: -1px;
	left: 0;
}
.disactive_label{
	color: var(--color-lightgray);
	pointer-events: none;
}
.button_close {
	z-index: 9999;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	color: #ffffff;
	font-size: 40px;
	line-height: 10px;
	text-align: center;
	background-color: var(--color-black);
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	padding-top: 20px;
	padding-left: 5px;
}
/* 検索条件テキスト */
#SEARCH_SELECT_TEXT_BOX {
	padding: 20px;
	margin-top: 10px;
	background-color: var(--color-palegray);
	border: 1px solid var(--color-palegrayline);
}

#SEARCH_SELECT_TEXT dl {
	font-size: 0;
}

#SEARCH_SELECT_TEXT dt {
	display: inline-block;

}

#SEARCH_SELECT_TEXT dd {
	display: inline-block;
	position: relative;
	margin-right: 10px;
}

#SEARCH_SELECT_TEXT dd::before {
	content: "：";
	margin: 0 2px;
}

/*　絞り込み・件数表示　*/
#SEARCH_LIST_HEADER {
	text-align: right;
	position: sticky;
	top: 80px;
	background-color: var(--color-white);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0;
	z-index: 5;
}

#SEARCH_LIST_HEADER span {
	font-size: 12px;
	display: block;
	line-height: 1.2em;
}

#SEARCH_LIST_HEADER span.estate_count {
	display: inline-block;
	text-align: center;
	font-size: 21px;
}

#SEARCH_LIST_HEADER span#ESTATE_NOW_COUNT {
	font-size: 21px;
	color: var(--color-gray);
}

#SEARCH_LIST_HEADER span#ESTATE_ALL_COUNT {
	font-size: 28px;
	font-weight: bold;
	color: var(--color-black);
}

#SEARCH_COUNT {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: flex-end;
	/* IE10 */
	align-items: flex-end;
}

#SEARCH_COUNT_CURRENT {
	text-align: center;
	margin-right: 30px;
}

#SEARCH_COUNT_OPEN {
	text-align: center;
	margin-right: 30px;
}

#SEARCH_COUNT_MEMBER {
	text-align: center;
}

.estate_count {
	margin-top: 10px;
	letter-spacing: 0;
}

#SEARCH_SORT {
	text-align: left;
}

#SEARCH_SORT select {
	margin-top: 10px;
	cursor: pointer;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
物件タイル
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.estate {
	border-top: 1px solid var(--color-lightgray);
	padding: 30px 0px;
	overflow: unset;
	position : relative;
}
.estate_info {
	display: grid;
	grid-template-columns: 40% 60%;
	width: 100%;
}
.infomation_container {
	display: table-cell;
	vertical-align: top;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ タグ */
.shop_name {
	float: right;
}

.icon_list {
	margin-left: 5px;
}

.icon_list span {
	margin: 0px 5px 5px 0px;
}

.icon_list span:nth-last-of-type(1) {
	margin: 0px 0px 5px 0px;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ 物件名 */
.estate_title {
	position: relative;
	display: -ms-flexbox;
	display: grid;
	grid-auto-flow : column;
	grid-auto-columns: max-content;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap : 20px;
}

.icon_lineup_logo {
	font-size: 0;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	padding: 8px;
	padding-left: 0;
	background-size: calc(100% - 8px);
	background-repeat: no-repeat;
	background-position: left center;
}

.estate_fav {
	width: 50px;
	cursor: pointer;
	text-align: center;
}

.estate_fav svg {
	text-align: center;
	display: block;
	margin: auto;
	margin-bottom: 5px;
}

.estate_fav span {
	font-size: 10px;
	text-align: center;
	display: block;
	line-height: 1em;
	color: var(--color-gray);
}
.favorite
{
	display : inline-block;
	margin-right : 20px;
	position : relative;
}
.estate_name {
	font-size: min(1.25rem, 4.5vw);
	line-height: 1.3em;
	white-space: normal;
	display : inline-block;
}

.estate_date {
	position: relative;
	display: block;
	text-align: right;
	padding-left: 10px;
	color: var(--color-gray);
	font-size: .8rem;
	line-height: 2.5em;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ 物件写真 */

.photo_container
{
	position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: block;
}
.photo_container a
{
	width : 100%;
	height : 100%;
	background-color : var(--color-palegrayline);
}
.photo_container img
{
	width : 100%;
	height : 100%;
	object-fit: contain;
}

.photo_count {
	z-index: 1;
	position: absolute;
	top: 3%;
	right: 2%;
	line-height: 1.3em;
	padding: 5px;
	padding-left: 30px;
	border: 1px solid var(--color-palegrayline);
	border-radius: 3px;
	background: var(--color-palegray) url(/img/photo_album.png) no-repeat 5px center;
	background-size: 20px 20px;
	color: var(--color-gray);
	font-size: .8rem;
}
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ 概要・ボタン */
.infomation_container {
	padding-left: 50px;
}

.estate_summary,
.links_container {
	width: 100%;
}

.estate_summary {
	display: table;
}

.price,
.estate_summary ul {
	display: table-cell;
	vertical-align: middle;
}

.estate_summary li {
	padding: 0 0 8px;
	color: var(--color-gray);
	line-height: 1.2em;
	font-size: 14px;
}

.price {
	position: relative;
	width: 160px;
	padding-right: 20px;
	line-height: 1.3em;
	word-break: keep-all;
}
.price:before {
	display: block;
	position: absolute;
	top: 10%;
	right: 18px;
	bottom: 10%;
	width: 2px;
	background-color: var(--color-palegrayline);
	content: "";
}

.price strong {
	font-size: 1.6rem;
	letter-spacing: 0;
}

.price .price_down_text {
	display: block;
	color: var(--color-red);
	font-size: 0.8em;
	line-height: 0.8em;
	margin-top: 8px;
}

.links_container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	gap: 15px;
}
.links_container .button_style:hover
{
	opacity : 0.8;
}
.favorite .favorite_button{
	height: 1em;
	vertical-align: middle;
	margin-right: 5px;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ スタッフコメント */
/* スタッフコメント */
.staff_comment_wrapper {
	padding: 15px 30px;
	background-color: var(--color-palegray);
	position: relative;
	border-width: 2px 0;
}

.staff_photo {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	overflow: hidden;
	left: 10px;
	top: 50%;
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	border: 4px solid var(--color-white);
}

.staff_photo img {
	object-position: top center;
}
/* お気に入り登録 ポップアップ */

.favorite_popup, .favorite_entry{
	position: absolute;
    display: inline-block;
    left: 0;
    top: -40px;
    font-size: 12px;
    padding: 7px 15px;
    max-width: 100%;
    box-sizing: border-box;
    z-index: 10;
    line-height: 1.1em;
	text-align: center;
}
.favorite_popup{
	color : var(--color-red);
	background-color : var(--color-white);
	border : solid 2px var(--color-red);
    top: -20px;
}
.favorite_entry{
	color : var(--color-red);
	background-color : var(--color-white);
	border : solid 2px var(--color-red);
}
.favorite_popup:after, .favorite_entry:after{
	content: "";
    position: absolute;
    top: calc(100% + 10px);
    left: 30px;
    margin-top: -10px;
    border: 10px solid transparent;
    z-index: 1;
}
.favorite_popup:after{
	border-top : 10px solid var(--color-red);
}
.favorite_entry:after{
	border-top : 10px solid var(--color-red);
}
.favorite_entry span{
	display : block;
	background-color : var(--color-black);
	color : var(--color-white);
	text-align : center;
	width : 30px;
	padding : 8px 5px;
	top : -13px;
	position : absolute;
	right : -15px;
	border-radius : 20px;
	cursor : pointer;
    line-height: 1em;
}
.favorite_entry a{
	text-align : center;
	display : block;
    font-size : 1rem;
	text-decoration : underline;
	margin-top: 10px;
}
/*モザイク物件*/
.mosaic_text {
    background-color: var(--color-lightgray);
    color: var(--color-lightgray);
	font-size: 0.85em;
}
.member_estate_tile .photo_container:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    /* background-image: url(/img/member_estate_img_cover.png); */
    top: 0;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}
.member_estate_tile {
	position: relative;
    background-color: var(--color-palegray);
    padding: 15px;
    padding-bottom: 1px;
	border-top: 10px solid var(--color-deeporange);
}
/*
.member_estate_tile::after{
	content: "";
	position: absolute;
	display: block;
	width : 30px;
	height: 100%;
	right: 0;
	top: 0;
	background-color: var(--color-red);
	background-image: url(/img/member_estate_tile_side.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: top 15px center;
}
*/
.member_estate_tile .icon_lineup_logo{
	padding: 5px;
	padding-left: 0;
}
.display_grid.estate_small_list
{
	grid-template-columns: auto auto auto;
}
/* 物件タイル 小 */
.estate_tile_small{
	position: relative;
	background-color: var(--color-white);
	padding: 10px;
	white-space: normal;
	width : 246px;
	display: inline-block;
	margin : 0px 10px 20px 10px;
}
.estate_tile_small_details {
	display: grid;
	align-content: stretch;
	height: 100%;
	gap: 10px;
	grid-template-rows: 170px auto;
}
.estate_tile_small_img{
	width : 100%;
	height: 170px;
}
.estate_tile_small_img img{
    height: 100%;
    object-fit: cover;
}
.estate_tile_small_text{
    display: grid;
    flex-direction: column;
    height: 100%;
    align-content: space-between;
}
.estate_tile_small_text .price
{
	padding-right : 0px;
}
.estate_tile_small_text .price:before
{
	display : none;
}
.estate_tile_small_text .price strong
{
	font-weight: bold;
}
.estate_tile_small_text li
{
	color: var(--color-gray);
}
.estate_tile_small_details .box_btn_orange {
	margin-left : auto;
}
.estate_tile_small .price{
	width: 100%;
}
.estate_tile_small .estate_name {
	width: 100%;
}
.estate_tile_small .series_icon
{
	position : absolute;
	top: -20px;
    left: 0;
	max-width: 66px;
}
.kakaku strong
{
	color : var(--color-red);
}
/* CTA */
#SEARCH_CTA .cta_img .cta_giftcard
{
	width : 60%;
	bottom : 0px;
	left : unset;
	right : 10px;
}
#SEARCH_CTA .cta_img .cta_message
{
    right: 3%;
    top: 15%;
    width: 80%;
}
#SEARCH_CTA .cta_text > div > img
{
	margin-bottom : 5px;
}
#SEARCH_MERIT
{
	background-color : #FFEADF;
	border : 1px solid var(--color-deeporange);
	padding : 15px;
	width : 85%;
	margin : 20px auto;
}
.cta_container ul li span
{
	font-weight: bold;
}
#SEARCH_MERIT a
{
	margin-top : 20px;
}

/* ----------------------------------------------------------------------------- */
/* 1200px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 1200px) {

	/* 物件タイル */
	.estate_tile {
		padding-bottom: 65px;
		position: relative;
	}

	.estate_link {
		position: absolute;
		bottom: 15px;
		left: 0;
		width: 100%;
	}
}

/* ----------------------------------------------------------------------------- */
/* 1050px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 1050px) {
	#SEARCH_MENU {
		display: none;
		position: fixed;
		width: 100%;
		height: calc(100% - 80px - 50px);
		bottom: 0px;
		left: 0;
		right: 0;
		margin: auto;
		padding: 15px;
		padding-bottom: 0;
		overflow-y: scroll;
		z-index: 100;
	}
	.sp_search_menu{
		display: inline-block;
		color: var(--color-main-orange);
		cursor: pointer;
	}
	#SEARCH_SELECT_TEXT_BOX {
		display : grid;
		grid-template-columns: 1fr auto;
		align-items: center;
	}
	#SEARCH_MENU_SWITCH_BUTTON {
		display: inline-block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 100;
		overflow-y: auto;
		width: 100%;
		text-align: center;
		border-radius: 0;
		padding: 15px;
		border-top : 1px solid var(--color-white);
	}
	#SEARCH_MENU_SWITCH_BUTTON::after
	{
		display : none;
	}

	#SEARCH_MENU_SWITCH:checked+#SEARCH_MENU_SWITCH_BUTTON {
		bottom: calc(100% - 80px - 50px);
		width: 100%;
	}

	#SEARCH_MENU_SWITCH:checked+#SEARCH_MENU_SWITCH_BUTTON+#SEARCH_MENU {
		display: block;
	}

	#SEARCH_LIST {
		width: 100%;
		padding: 0;
	}

	#FLOATING_SEARCH_BUTTON {
		padding: 15px;
	}

	#FLOATING_SEARCH_BUTTON .button_style {
		padding: 15px;
	}
	
	.favorite_popup, .favorite_entry{
		right: auto;
		left: 0;
	}

	.sub_search_modal_wrapper {
		top: unset;
		bottom: 0%;
		left: 0%;
		width: 100vw;
		height: calc(100% - 130px);
		z-index: 50;
		background-color: rgba(0, 0, 0, 0.8);
	}

	.sub_search_modal {
		width: calc(100% - 30px);
        height: calc(100% - 150px);
        padding: 15px;
        margin-top: 60px;
		z-index: 51;
	}
		
}

/* ----------------------------------------------------------------------------- */
/* 950px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 950px) {
	#SEARCH_LIST_HEADER{
		top : 65px;
	}
	#SEARCH_MENU {
		height: calc(100% - 73px - 50px);
	}

	#SEARCH_MENU_SWITCH:checked+#SEARCH_MENU_SWITCH_BUTTON {
		bottom: calc(100% - 78px - 50px);
	}

	.sub_search_modal_wrapper {
		height: calc(100% - 115px);
	}
	#SEARCH_CTA .cta_img .cta_message
	{
		width: 210px;
	}
	#SEARCH_CTA .cta_img .cta_giftcard {
        display: block;
		width : 200px;
		left : 20px;
    }
}

/* ----------------------------------------------------------------------------- */
/* 650px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 650px) {

	/* 沿線・駅から検索 */
	.line_group_name {
		padding: 5px 10px;
		background-color: var(--color-lightgray);
		position: sticky;
		top: -1px;
		left: 0;
		z-index: 1;
	}

	.sub_search_tile {
		position: relative;
	}

	.sub_search_tile .sub_search_title {
		position: sticky;
		top: 0px;
		width: 100%;
		padding: 10px 20px;
	}

	#LINE_LIST .sub_search_tile .sub_search_title {
		top: 30px;
	}

	.sub_search_list {
		width: 100%;
		column-width: 150px;
	}

	/* 物件タイル */
	.estate {
		border-bottom: 3px solid var(--color-palegrayline);
	}
	.estate_info {
		display: block;
		width: 100%;
	}

	.photo_container,
	.infomation_container {
		display: block;
	}

	.infomation_container {
		padding-left: 0;
	}

	.photo_container {
		width: 100%;
	}
	.estate_date {
		width: 100%;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: right;
		align-items : center;
		padding-left: 0;
	}
	.shop_name{
		margin: 0;
		margin-left: 10px;
		order: 2;
	}

	.tag_container {
		clear: both;
	}
	/* 物件タイル 小 */
	.estate_tile_small_img{
		width : 100%;
		height: 170px;
	}
	.estate_tile_small_text{
		width : 100%;
		padding-left: 0px;
	}
	/* CTA */
	#SEARCH_CTA .cta_img .cta_message
	{
		width: 180px;
		top : 10px;
	}
	#SEARCH_CTA .cta_img .cta_giftcard {
		width : 180px;
		left : 0px;
    }
	.estate_title
	{
		grid-template-columns: 1fr;
	}
	.links_container a
	{
		font-size : 14px;
	}
}
/* ----------------------------------------------------------------------------- */
/* 450px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 450px) {
	.price {
		width: 130px;
		padding-right: 15px;
	}
	.price:before {
		right: 10px;
	}
	#SEARCH_SELECT_TEXT_BOX {
		display : grid;
		grid-template-columns: 1fr;
		gap : 10px;
	}
	.sp_search_menu
	{
		text-align : center;
		margin-top : 10px;
	}
}