@charset "utf-8";
.main_title_wrapper
{
	background-image : url(../img/bg_image.png);
	background-repeat: no-repeat;
    background-position: right;
}
#FAVORITE #SEARCH_RESULT
{
	width: 100%;
}
/* アイキャッチ */
#SEARCH_EYECATCH {
	height: 30vw;
	max-height: 230px;
	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;
	background-color: var(--color-white);
	position: relative;
}
.sp_search_menu{
	display: none;
}

#SEARCH_LIST {
	width: calc(100% - 300px);
	padding-right: 50px;
}

.search_title {
	font-size: 14px;
	display: block;
	width: 100%;
	padding-top: 5px;
	margin-bottom: 5px;
	color: var(--color-darkgray);
	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-white);
	padding: 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: 100%;
	padding: 15px;
	background-color: var(--color-palegray);
}

.sub_search_list {
	width: 100%;
	padding: 15px;
	columns: 3;
	column-width: 180px;
}

.sub_search_tile label {
	display: block;
	cursor: pointer;
	margin : 5px;
}

.sub_search_tile input[type="checkbox"] {
	appearance: checkbox;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
}

.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 - 60px);
	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 {
	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;
	background-color: var(--color-white);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 5;
	border-bottom: 1px solid #bababa;
    padding-bottom: 20px;
}

#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: #bababa;
}

#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;
}
#SEARCH_SORT + div
{
	width: 100%;
	text-align: left;
    margin: 20px 0px 0px 0px;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
物件所在地・沿線駅モーダル
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
#CITY_LIST,
#STATION_LIST
{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	/*grid-template-rows: repeat(auto-fill, minmax(auto, 30px));*/
	align-content: baseline;
	gap: 10px;
}
#CITY_LIST div[data-city],
#STATION_LIST div[data-station]
{
	display: grid;
	grid-template-columns: auto auto 1fr;
	/*
	height: 25px;*/
}
#CITY_LIST div[data-city]
{
	margin-left: 10px;
}
#CITY_LIST div[data-city] > div:nth-last-of-type(1) label,
#STATION_LIST div[data-station] > div:nth-last-of-type(1) label
{
	font-size: 0.8rem;
}
#CITY_LIST div[data-city] > div:nth-last-of-type(1) label::before,
#STATION_LIST div[data-station] > div:nth-last-of-type(1) label::before
{
	content: "(";
}
#CITY_LIST div[data-city] > div:nth-last-of-type(1) label::after,
#STATION_LIST div[data-station] > div:nth-last-of-type(1) label::after
{
	content: ")";
}
#CITY_LIST div[data-prefecture],
#STATION_LIST div[data-line]
{
	background-color: var(--color-palegrayline);
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: auto 1fr;
	padding: 10px;
	height: 50px;
}
#CITY_LIST div[data-prefecture]:not(:nth-of-type(1)),
#STATION_LIST div[data-line]:not(:nth-of-type(1))
{
	margin-top: 30px;
}
#CITY_LIST [type="checkbox"],
#STATION_LIST [type="checkbox"]
{
	width: 20px;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
駅選択モーダル
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/*
#SELECT_STATIONS
{

}
#STATION_LIST
{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(0, 250px));
	gap: 16px;
}
#STATION_LIST div[data-station]
{
	display: grid;
	grid-template-columns: 20px 1fr 30px;
	background-color: #efefef;
}
#STATION_LIST div[data-line]
{
	grid-column: 1 / -1;
	background-color: #ffefef;
	display: grid;
	grid-template-columns: 20px 1fr;
}
*/
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
物件タイル
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
#SEARCH_RESULT article:first-child
{
	padding-top: 10px;
}
.estate_tile {
	border-bottom: 1px solid #bababa;
	position: relative;
}
.estate_tile:has([class="favorite_button active"])
{
	background-color: #eefcff;
}
.estate:first-of-type{
	padding-top: 0;
}
.photo_container,
.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: grid;
	grid-template-columns: 1fr 1.1fr;
	width: 100%;
	height: 100%;
	gap: 0px 40px
}
.estate_title > div:nth-of-type(1)
{
	display: contents;/*
	display: contents;
	grid-template-columns: 50px 1fr;
	border-bottom: 1px solid var(--color-palegrayline);*/
/*	padding: 0px 0px 5px 0px;
	margin-bottom: 15px;

	position: absolute;
	top: 40px;
	z-index: 10;
	left: 10px;*/
}
.estate_title > div:nth-of-type(2)
{
	grid-column: 1 / -1;
}
#SEARCH_LIST label:has(input[type="checkbox"])
{
	display: inline-block;
}
#SEARCH_LIST input[type="checkbox"],
.estate_title > div:nth-of-type(1) input[type="checkbox"]
{
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin: 0px 5px 0px 0px;
    border: 2px solid var(--color-lightgray);
    appearance: none;
    border-radius: 3px;
}
#SEARCH_LIST label:has(input[type="checkbox"]),
.estate_title > div:nth-of-type(1) label
{
	margin-top: -5px;
	position: relative;
}
#SEARCH_LIST input[type="checkbox"]:checked,
.estate_title > div:nth-of-type(1) input[type="checkbox"]:checked
{
    background-color: var(--color-orange);
}
#SEARCH_LIST label:has(input[type="checkbox"]:checked)::after,
.estate_title > div:nth-of-type(1) label:has(:checked)::after {
	position: absolute;
    top: 7px;
    left: 6px;
    transform: rotate(45deg);
    width: 8px;
    height: 12px;
    border: solid var(--color-white);
    border-width: 0 3px 3px 0;
    content: '';
}

.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);
}

.estate_date {
	width: 210px;
	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: 40%;
}

.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;
	line-height: 1em;
	word-break: keep-all;
	font-weight: bold;
	font-size: 2rem;
	    line-height: 1rem;
}
.estate_container label
{
	color: var(--color-black);
}
/*.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{
	padding: 10px;
	line-height: 1em;
}
.links_container .button_style:hover
{
	opacity : 0.8;
}
.estate_link
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 10px;
}
.estate_link a{
	/*width: 90px;*/
	height: 45px;
	align-items: center;
}
.estate_link a.btn_border_gray
{
	background-color: var(--color-white);
}
.estate_link a:nth-of-type(1)
{
	margin: 0px 0px 10px 0px;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ スタッフコメント */
/* スタッフコメント */
.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;
    bottom: calc(100% + 10px);
    right: 50%;
    font-size: 12px;
    padding: 15px;
    min-width: 260px;
    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-palered);
	border : solid 2px var(--color-red);
}
.favorite_entry{
	color : var(--color-red);
	background-color : var(--color-palered);
	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;
}
/* 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;
}
#CONTACT_BUTTON
{
	position: fixed;
    bottom: 0px;
    z-index: 10000;
    width: 100%;
    background-color: rgba(240, 51, 51, 0.8);
    padding: 10px;
    text-align: center;
	color: #ffffff;
	font-size: 14px;
}
#CONTACT_BUTTON button
{
	border-radius: var(--base-radius);
    background-color: var(--color-white);
    border: 0px none;
    padding: 10px 30px 10px 30px;
	margin-left: 20px;
	border: 1px var(--color-lightblack) solid;
	font-size: 14px;
}
#CONTACT_BUTTON > span:nth-of-type(1)
{
	font-size: 1.4rem;
    font-weight: bold;
}
#CONTACT_BUTTON button span:nth-of-type(1)
{
	font-size: 0.75rem;
}
#CONTACT_BUTTON img
{
	height: 11px;
    margin: 0px 5px 0px 0px;
}
#LINK a
{
	border: 2px solid var(--color-palegrayline);
	text-align: center;
	font-size: min(1.5rem, 5vw);
	display: block;
    padding: 30px;
}
#LINK a:hover
{
	border-color: var(--color-blue);
    background-color: var(--color-paleblue);
    color: var(--color-blue);
}
#LINK a svg
{
	width: 30px;
	height: 30px;
	position: relative;
    top: 7px;
	transform: scale(-1, 1);
}
#LINK a svg path
{
	fill: var(--color-red);
}
#LINK a:hover svg path
{
	fill: var(--color-blue);
}
.sp_view
{
	display: none;
}
/* ----------------------------------------------------------------------------- */
/* 1200px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 1200px) {

	/* 物件タイル */
	.estate_tile {
		position: relative;
	}
	
}

/* ----------------------------------------------------------------------------- */
/* 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;

		background-color: var(--color-deeporange);
		color: var(--color-white);
		float: right;
		padding: 0px 10px 0px 10px;
		cursor: pointer;
	}

	#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;
		opacity: 1.0;
		z-index: 100;
	}

	#SEARCH_MENU_SWITCH:checked+#SEARCH_MENU_SWITCH_BUTTON {
		bottom: calc(100% - 80px - 50px);
		width: 100%;
		opacity: 1.0;
	}
	html:has(#SEARCH_MENU_SWITCH:checked)
	{
		overflow: hidden;
	}

	#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;
	}
	#SEARCH #FOOTER_COPYRIGHT
	{
		margin-bottom: 45px;
	}
}

/* ----------------------------------------------------------------------------- */
/* 950px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 950px) {
	
	#SEARCH_MENU {
		height: calc(100% - 65px - 50px);
	}

	#SEARCH_MENU_SWITCH:checked+#SEARCH_MENU_SWITCH_BUTTON {
		bottom: calc(100% - 65px - 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;
    }
}

/* ----------------------------------------------------------------------------- */
/* 768px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 768px)
{
	.main_title_wrapper
	{
		background-image: none !important;
        margin-top: min(0px, 8vw) !important;
        margin-bottom: min(20px, 8vw) !important;
		padding-bottom: 0px !important;
	}
	/*.estate_title > div:nth-of-type(1) input[type="checkbox"]
	{
		width: 30px;
		height: 30px;
	}*/
	/* 沿線・駅から検索 */
	.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%;
		padding-top: 10px;
		max-height: 100%;
	}
	.estate_title {
		/*grid-template-columns: 1fr;*/
		place-items: center;
		width: 100%;
		height: 100%;	
	}
	.estate_link{
		grid-column: 1;
    	grid-row: auto;
		padding-right: 0px;
	}
	.media_padding {
		padding-bottom: 5px;
	}
	.estate_link{
		grid-column: 1 / -1;
		max-width: 100%;
		grid-template-columns: auto auto;
		gap: 7px;
		padding-right: 0px;
	}
	.estate_link a{
		width: 100%;
	}
	.photo_container,
	.infomation_container {
		display: block;
	}
	.estate_title > div:nth-of-type(1), .estate_title > div:nth-of-type(2), .estate_title > div:nth-of-type(3)
	{
		width: 100%;
	}
	.estate_title > div:nth-of-type(1)
	{
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: 1fr auto;
	}
	.estate_title > div:nth-of-type(1) label
	{
		position: relative;
		margin-left: 0px;
		margin-top: -2px;
	}
	.sp_view
	{
		display: block;
	}
	#SEARCH_LIST_HEADER + div
	{
		width: 100%;
		margin: 20px auto auto auto;
	}
	#SEARCH_LIST .estate_image ul li:nth-of-type(2), #SEARCH_LIST .estate_image ul li:nth-of-type(3)
	{
		display: none;
	}
	.estate_title {
        position: relative;
        grid-template-columns: 1fr 2fr;
		gap: 10px;
		margin-bottom: 10px;
    }
	#SEARCH_LIST .estate_image ul
	{
		grid-template-columns: 1fr !important;
		align-items: start !important;
		height: auto !important;
	}
	#SEARCH_LIST .estate_image img
	{
		object-fit: contain;
	}
	.estate_content dl
	{
		grid-template-columns: 70px 1fr !important;
	}
	.estate_header .estate_link, #SEARCH_LIST .estate_image > div
	{
		display: none;
	}
	.estate_image span
	{
		background-color: var(--color-black);
        color: var(--color-white);
        display: block;
        border-radius: 20px;
        text-align: center;
        margin: 3px 0px 0px 0px;
		cursor: pointer;
	}
	.image_list
	{
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		margin: 0px 0px 5px 0px;
	}
	.image_list ul
	{
		display: flex;
		gap: 5px;
    	width: max-content;
	}
	.image_list ul li
	{
		/*flex: 0 0 130px;*/
		height: 90px;
		box-sizing: border-box;
	}
	/*
	.estate_title .estate_image, .estate_title .estate_header
	{
		grid-column: 1 / 3;
	}
	*/
	.infomation_container {
		padding-left: 0;
	}

	.photo_container {
		width: 100%;
	}
	#CONTACT_BUTTON
	{
		padding: 10px 10px 15px 10px;
	}
	#CONTACT_BUTTON button
	{
		display: block;
    	margin: 10px auto auto auto;
		width: 80%;
	}
	.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;
    }
}
/* ----------------------------------------------------------------------------- */
/* 450px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 450px) {
	.price {
		width: 130px;
		padding-right: 15px;
	}
	.price:before {
		right: 10px;
	}
}