@charset "utf-8";

/*一覧表示部分 */
#favorite_Area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0 20px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.results_Ttl {
	color: #000;
	font-size: min(5vw, 24px);
	text-align: center;
}

/* タブ切り替え */
#result_Tab_Area {
	/* max-width: 1000px;
	width: 100%;
	margin: 0 auto; */
}

/*

.tab_Btn.sp {
	display: none;
}

.tab_Btn {
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
	width: calc(100% - (350px + 20px));
}

.tab_Btn>li {
	position: relative;
	width: calc((100% - 20px) /2);
	padding: 0 10px;
	color: #25579F;
	background-color: #E5E8F3;
	border-radius: 20px 20px 0 0;
	box-sizing: border-box;
}

.tab_Btn>li div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.tab_Btn>li i {
	display: block;
	width: 3em;
	height: 3em;
}

.tab_Btn>li p {
	display: block;
	color: #333;
	font-size: min(3vw, 16px);
	line-height: 1.5;
	text-align: left;
}

.tab_Btn>li>p {
	display: block;
	margin-top: 10px;
	color: #333;
	font-size: min(3vw, 16px);
	line-height: 1.5;
	text-align: center;
}

.tab_Btn>li p small {
	display: block;
	width: 100%;
	color: #333;
	font-size: min(3vw, 14px);
	font-weight: 600;
	text-align: center;
}

.tab_Btn>li p em {
	display: inline-block;
	background-image: linear-gradient(to bottom, transparent 80%, #fff100 80%);
	font-size: min(6vw, 40px);
	font-style: normal;
	line-height: 1;
}

.tab_Btn>li i {
	filter: invert(1);
}

.tab_Btn>li.active {
	background-color: #25579F;
}

.tab_Btn>li.active i {
	filter: invert(0);
}

.tab_Btn>li.active p {
	color: #fff;
	font-weight: 600;
}

.tab_Btn>li.active p em {
	text-shadow: 0 0 3px #25579F;
}

.tab_Btn>li.active p small {
	color: #fff;
}
*/

.tab_Box {
	/*display: none;*/
}

.tab_Box.active {
	display: block;
	/* width: 100%;
	padding: 20px; */
	background-color: #fff;
	box-sizing: border-box;
	margin-bottom: 40px;
}

/* 建物詳細 */
.favorite_Box {
	padding: 0px;
	background-color: #fff;
	/*border: 10px solid #0055a2;*/
	box-sizing: border-box;
	margin-bottom: 50px;
	position: relative;
}

.favorite_Box .check_plz {
	color: #0055a2;
	font-weight: 600;
	padding-bottom: 10px;
	position: relative;
	display: inline-block;
	border-bottom: solid 2px #0055a2;
}

.favorite_Box .check_plz:before,
.favorite_Box .check_plz:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 7%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.favorite_Box .check_plz:before {
	border: solid 12px transparent;
	border-top: solid 12px #0055a2;
}

.favorite_Box .check_plz:after {
	border: solid 14px transparent;
	border-top: solid 14px #fff;
	margin-top: -5px;
}

.build_Detail {
	justify-content: flex-start;
	align-items: flex-start;
	gap: 50px;
	margin-bottom: 10px;
}

.build_Detail .build_Main {
	width: 50%;
}

.build_Detail .build_Detail_List {
	width: calc(100% - (50% + 50px));
}

.build_Detail .build_Detail_List>li {
	padding: 5px 0;
	border-bottom: 1px dotted #555;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	box-sizing: border-box;
}

.special_Btn {
	display: block;
	max-width: 700px;
	width: 100%;
	margin: 0 auto 20px;
	padding: 20px;
	color: #fff;
	background-color: #a20000;
	border-radius: 50px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
}

/* .build_Btn {
	justify-content: center;
	align-items: center;
	gap: 50px;
	max-width: 700px;
	width: 100%;
	margin: 0 auto 50px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
}

.build_Btn>li {
	width: calc((100% - 50px) / 2);
}

.build_Btn>li a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	width: 100%;
	padding: 20px;
	border-radius: 50px;
	box-sizing: border-box;
}

.build_Btn>li.btn_01 a {
	color: #fff;
	background-color: #0055a2;
	border: 2px solid #0055a2;
}

.build_Btn>li.btn_02 a {
	background-color: #fff;
	border: 2px solid #0055a2;
}

.build_Btn>li a i {
	width: 1.5em;
} */

/* 建物リスト */
/* .other_List:not(:first-child) {
	margin-top: 50px;
} */

/* .floor_Ttl {
	display: block;
	margin-bottom: 20px;
	font-size: min(8vw, 22px);
	text-align: center;
	box-sizing: border-box;
}

.other_Block {
	justify-content: flex-start;
	align-items: stretch;
	position: relative;
	height: 100%;
	border-bottom: 1px solid #888;
}

.hidden {
	display: none;
}

.other_Block:first-of-type {
	border-top: 1px solid #888;
}

.other_Block::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	border-top: 2px solid #941D12;
	border-right: 2px solid #941D12;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}

.other_Block:hover::after {
	right: -5px;
	opacity: .6;
}

.other_Block>a {
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

.other_Block>a figure {
	width: 40%;
}

.other_Block>a figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.check_Box {
	position: relative;
	width: 50px;
	padding: 10px;
	background-color: #ddd;
	box-sizing: border-box;
}

.check_Box>label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.check_Box input {
	width: 20px;
	height: 20px;
	margin: 0 auto;
}

.detail_Box {
	width: calc(100% - (40% + 20px));
	height: fit-content;
	margin: auto 0;
	padding: 10px 0;
}

.detail_Box>p {
	font-size: 16px;
	line-height: 1.8;
}

.detail_Box>p.price {
	color: #941D12;
	font-size: 40px;
}

.detail_Box>p.price small {
	font-size: 15px;
} */

.more-button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	max-width: 400px;
	width: 90%;
	margin: 10px auto 0;
	padding: 10px 0;
	border: 1px solid #888;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
	transition: .3s;
	cursor: pointer;
}

.more-button:hover {
	opacity: .6;
}

.more-button::before {
	display: block;
	content: '';
	position: relative;
	width: 1.5em;
	height: 1.5em;
	background-color: #a20000;
	border-radius: 50px;
	order: 2;
}

.more-button::after {
	display: block;
	content: '';
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.3em;
	margin-left: -1.6em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(135deg);
	transition: .3s;
	order: 2;
	z-index: 2;
}

.more-button.active::after {
	margin-top: 0.5em;
	transform: rotate(315deg);
	transition: .3s;
}

@media only screen and (max-width: 900px) {

	/* ページ見せ方 */
	/* 特集 */
	#main_Vis.feature {
		margin-bottom: 30px;
	}

	#main_Vis.feature .main_Box {
		padding: 10px;
	}

	#main_Vis.feature .main_Ttl>figure {
		opacity: .5;
	}

	#main_Vis.feature .main_Box h3 {
		padding: 15px;
		text-align: left;
		box-sizing: border-box;
	}

	#main_Vis.feature .main_Box h3::before {
		right: 15px;
		width: 30px;
		height: 30px;
	}


	/*一覧表示部分 */
	/* #favorite_Area {
		width: 100%;
	} */

	/* タブ切り替え */
	#result_Tab_Area {
		max-width: 1000px;
		width: 100%;
		margin: 30px auto;
	}

	.tab_Btn {
		gap: 5px;
		width: 100%;
		margin: 0 auto;
	}

	.tab_Btn>li {
		width: calc((100% - 5px) / 2);
		padding: 10px;
		border-radius: 0 0;
	}

	.tab_Btn>li>p {
		margin-top: 0;
	}

	.tab_Btn>li i {
		width: 1.5em;
		height: 1.5em;
	}

	/* 建物詳細 */
	.favorite_Box {
		padding: 20px;
		background-color: #fff;
		box-sizing: border-box;
	}

	.build_Detail {
		justify-content: flex-start;
		align-items: flex-start;
		gap: 10px;
		margin-bottom: 0;
	}

	.build_Detail .build_Detail_List {
		width: calc(100% - (50% + 10px));
	}

	.build_Detail .build_Detail_List>li {
		font-size: 14px;
	}

	.special_Btn {
		margin-bottom: 10px;
		padding: 15px 0;
		font-size: 16px;
	}

	.more-button {
		padding: 10px 0;
	}

	.more-button::before {
		width: 1em;
		height: 1em;
	}

	.more-button::after {
		width: 0.3em;
		height: 0.3em;
		margin-top: -2px;
		margin-left: -20px;
	}

	.more-button.active::after {
		margin-top: 0.2em;
	}

	.favorite_Box .check_plz {
		font-size: 15px;
	}
}

/* レイアウト変更 */
#favorite_Wrap {
	position: relative;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.favorite_Box {
	/*width: calc(100% - (350px + 20px));*/
	width: 100%;
	height: fit-content;
}

/* #favorite_Area {
	width: calc(100vw - (45vw + 20px));
} */

/*#side_Search {
	display: block;
	max-width: 350px;
	width: 100%;
	background-color: #f0f0f0;
	border-radius: 20px 20px 0 0;
	box-sizing: border-box;
}

#side_Search h5 {
	display: block;
	width: 100%;
	padding: 20px 10px;
	color: #fff;
	background-color: #0055a2;
	border-radius: 20px 20px 0 0;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
}*/



/* サイド検索条件 */
/* .search_list_Block {
	padding: 20px;
	box-sizing: border-box;
}

.search_list_Block p {
	display: block;
	margin-bottom: 1em;
	padding: 10px;
	border-left: 5px solid #0055a2;
	border-bottom: 2px solid #0055a2;
	font-size: 18px;
	font-weight: 600;
	box-sizing: border-box;
	box-sizing: border-box;
}

.search_list_Block select,
.search_list_Block label {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	font-size: 14px;
	line-height: 1.2;
	box-sizing: border-box;
}

.search_list_Block label {
	display: inline-block;
}

.search_list_Block input {
	margin-right: 0.5em;
}

.search_list_Block select {
	-webkit-appearance: auto;
	appearance: auto;
}

.frm_dropdown,
.frm_check,
.frm_check_large {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
}

.frm_check_large,
.frm_check_large label {
	width: 100%;
}

.frm_check_large.area_all:not(:first-child) {
	margin-top: 10px;
}

.frm_check_large.area_all label {
	background-color: #d0d5e2;
}

.frm_dropdown {
	align-items: center;
}

select,
label {
	display: block;
}

.frm_dropdown select {
	width: calc((100% - (1.2em + 20px)) / 2);
}

.frm_check {
	align-items: stretch;
}

.frm_check label {
	width: calc((100% - 10px) / 2);
	text-indent: -1.5em;
	padding-left: 2em;
}

.frm_dropdown+.frm_check {
	margin-top: 10px;
}

.submit_btn {
	display: block;
	width: 80%;
	margin: 20px auto;
	padding: 20px 0;
	background-color: #b12a2a;
	border-radius: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
} */

/* 住所 */
/* .address_Box:not(:first-child) {
	margin-top: 10px;
}

.address_Box:last-child {
	margin-bottom: 10px;
}

.toggle_middle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
}

.toggle_middle label {
	width: 100%;
	padding-right: 40px;
	box-sizing: border-box;
}

label span {
	display: inline-block;
	margin-left: 5px;
	padding: 3px 5px;
	background-color: #FBF253;
	border-radius: 3px;
	font-size: 12px;
	box-sizing: border-box;
}

.acc_open_search {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 20px;
	background: url(/image/search/icon_plus_acc.svg) no-repeat center center;
	background-size: cover;
	transition: .3s;
	transform: translateY(-50%);
	cursor: pointer;
}

.acc_open_search.acc_active {
	background: url(/image/search/icon_close_acc.svg) no-repeat center center;
	transform: translateY(-50%) rotate(180deg);
}

.toggle_middle+.view_Box {
	margin-top: 10px;
}

.toggle_middle input>div {
	display: flex;
	justify-content: space-between;
} */

@media only screen and (max-width: 900px) {
	#favorite_Wrap {
		width: 100%;
	}

	.favorite_Box {
		width: 100%;
		height: fit-content;
	}

	#side_Search {
		display: none;
		max-width: 100%;
		width: 100%;
		border-radius: 0;
	}

	#side_Search h5 {
		display: none;
	}
}

.select_Box {
	/*transform: translateY(-30px);*/
	/*margin-top: -30px;*/
	margin-right: 0;
	margin-left: auto;
}

.select_Box select {
	display: block;
	margin: 0 0 0 auto;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #555;
	font-size: 15px;
	line-height: 1.2;
	box-sizing: border-box;
	-webkit-appearance: auto;
	appearance: auto;
}

@media only screen and (max-width: 900px) {

	.select_Box {
		transform: translateY(0);
		margin-top: 0;
		padding-bottom: 20px;
		margin-right: 20px;
	}
}