@charset "utf-8";
/* ===================================================================
CSS
 file name  :  search.css
=================================================================== */
/* =====================================
検索ページタイトル
======================================== */
h1 span.area{
	background: url("../images/sch/icon_area.png") no-repeat;
}
h1 span.station{
	background: url("../images/sch/icon_station.png") no-repeat;
}
h1 span.map{
	background: url("../images/sch/icon_map.png") no-repeat;
}
h1 span.school{
	background: url("../images/sch/icon_school.png") no-repeat;
}
h1 span.area,
h1 span.station,
h1 span.map,
h1 span.school{
	min-height: 40px;
	background-position: left center;
	background-size: 40px auto;
	padding: 0 0 0 60px;
}
@media screen and (max-width: 768px) {
	h1 span.area,
	h1 span.station,
	h1 span.map,
	h1 span.school{
		min-height: 30px;
		background-size: 30px auto;
		padding: 0 0 0 40px;
	}
}
@media screen and (max-width: 480px) {
	h1 span.area,
	h1 span.station,
	h1 span.map,
	h1 span.school{
		min-height: 24px;
		background-size: 24px auto;
		padding: 0 0 0 34px;
	}
}
/* =====================================
会員誘導
======================================== */
.member_induction{
	max-width: 920px;
	margin: 50px auto auto;
	padding: 0 40px;
}
.member_induction .ribbon{
	display: block;
	position: relative;
}
.member_induction .ribbon::before {
	content: '';
	position: absolute;
	width: 3em;
	height: 3.5em;
	bottom: -0.6em;
	left: -2em;
	z-index: -2;
	border-top: 1px solid #202466;
	border-bottom: 1px solid #202466;
	background: #FFF;
}
.member_induction .ribbon::after {
	content: '';
	position: absolute;
	width: 3em;
	height: 3.5em;
	bottom: -0.6em;
	right: -2em;
	z-index: -2;
	border-top: 1px solid #202466;
	border-bottom: 1px solid #202466;
	background: #FFF;
}
.member_induction .ribbon p.lead::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 15px #202466;
}
.member_induction .ribbon p.lead::after {
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-left: solid 15px #202466;
}
.member_induction .ribbon p.lead{
	position: relative;
	text-align: center;
	color: #202466;
	font-size: 2.4rem;
	font-weight: 500;
	border-top: 1px solid #202466;
	border-bottom: 1px solid #202466;
	background: #FFF;
	padding: 0.3em 0;
	line-height: 1.8;
}
.member_induction p.lead .gold{
	color: #B1A444;
}
.member_induction p.lead .underline{
	background: linear-gradient(transparent 70%, #D5C971 70%);
}
@media print, screen and (min-width: 769px) {
	.member_induction .bkn_num_area{
		margin-top: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
		font-size:1.6rem;
	}
	.member_induction .bkn_num_area .g_n_wrap{
		display: flex;
		align-items: center;
	}
}
.member_induction .bkn_num_area .g_n_wrap .subttl_general{
	padding: 0.7em 1em;
	color: #202466;
	background: #E5ECF6;
	border-radius: 100px;
}
.member_induction .bkn_num_area .g_n_wrap .g_num{
	color: #202466;
	font-weight: 700;
	margin-left: 1em;
}
.member_induction .bkn_num_area .g_n_wrap .g_num span{
	font-size: 3.8rem;
}
.member_induction .bkn_num_area .arrow{
	width: 134px;
	margin: 0 1.5em;
}
.member_induction .bkn_num_area .m_n_wrap{
	background: #FFE9E3;
	border-radius: 100px;
	padding: 1em 1.5em;
	color: #9A1E00;
	display: flex;
	justify-content: center;
	align-items: center;
}
.member_induction .bkn_num_area .m_n_wrap .subttl_member{
	border: 1px solid #9A1E00;
	border-radius: 100px;
	padding: 0.7em 1em;
}
.member_induction .bkn_num_area .m_n_wrap .m_num{
	font-weight: 700;
	margin-left: 1em;
	margin-top: -5px;
}
.member_induction .bkn_num_area .m_n_wrap .m_num span{
	font-size: 4.6rem;
}
.member_induction .member_btn_area{
	margin: 40px auto auto;
	max-width: 480px;
}
@media screen and (max-width: 768px) {
	.member_induction{
		max-width: 640px;
		margin: 40px auto auto;
		padding: 0 40px;
	}
	.member_induction .ribbon::before{
		width: 3em;
		height: 6em;
		bottom: -0.7em;
		left: -2em;
	}
	.member_induction .ribbon::after{
		width: 3em;
		height: 6em;
		bottom: -0.7em;
		right: -2em;
	}
	.member_induction .ribbon p.lead{
		font-size: 1.6rem;
	}
	.member_induction .bkn_num_area{
		margin-top: 20px;
		font-size:1.2rem;
		text-align: center;
	}
	.member_induction .bkn_num_area .g_n_wrap{
		display: block;
	}
	.member_induction .bkn_num_area .g_n_wrap .g_num span{
		font-size: 2.8rem;
	}
	.member_induction .bkn_num_area .arrow{
		display: block;
		width: 120px;
		margin: 1em auto;
	}
	.member_induction .bkn_num_area .m_n_wrap{
		padding: 0.5em 1em;
	}
	.member_induction .bkn_num_area .m_n_wrap .subttl_member{
		padding: 0.5em 1em;
	}
	.member_induction .bkn_num_area .m_n_wrap .m_num{
		margin-top: -5px;
	}
	.member_induction .bkn_num_area .m_n_wrap .m_num span{
		font-size: 3.2rem;
	}
	.member_induction .member_btn_area{
		margin: 30px auto auto;
	}
}
@media screen and (max-width: 480px) {
	.member_induction .ribbon::before{
		width: 3em;
		height: 5em;
		bottom: -0.7em;
		left: -2em;
	}
	.member_induction .ribbon::after{
		width: 3em;
		height: 5em;
		bottom: -0.7em;
		right: -2em;
	}
	.member_induction .ribbon p.lead{
		font-size: 1.4rem;
	}
}
/* =====================================
エリア・沿線条件
======================================== */
.search_wrap{
	margin-top: 80px;
	padding: 80px 40px 150px 80px;
}
.search_tab{
	margin: auto;
	max-width: 1080px;
}
.search_tab ul.sch_kind{
	display: flex;
	justify-content: space-between;
}
.search_tab ul.sch_kind li{
	width: 32%;
	padding-bottom: 7px;
}
.search_tab ul.sch_kind li.active{
	background: #FFF;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.search_tab ul.sch_kind li a{
	display: block;
	color: #202466;
	font-weight: 700;
	text-decoration: none;
}
.search_tab ul.sch_kind li a span{
	background: #E5ECF6;
	display: block;
	border-radius: 5px;
	padding: 1em;
	text-align: center;
}
.search_tab ul.sch_kind li:hover a span{
	background: #202466;
	color: #FFF;
}
.search_tab ul.sch_kind li.active a span{
	background: #FFF;
	color: #202466;
	border-top: 3px solid #202466;
}
.seach_select{
	max-width: 1160px;
	margin: auto;
	padding: 40px 40px 80px 40px;
	background: #FFF;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	position: relative;
	z-index: 2;
}
p.seach_select_subtitle{
	background: #E5ECF6;
	padding: 1em 2em;
	color: #202466;
	font-weight: 500;
}
@media print, screen and (min-width: 769px) {
	ul.sch_area_name,
	ul.sch_line_name{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	ul.sch_area_name li{
		width: 25%;
		margin-top: 30px;
	}
	ul.sch_line_name li{
		width: 33.333%;
		margin-top: 30px;
	}
}
ul.sch_area_name li a,
ul.sch_line_name li a{
	color: #333;
	font-weight: 700;
	text-decoration: none;
}
ul.sch_area_name li a .text,
ul.sch_line_name li a .text{
	text-decoration: underline;
}
ul.sch_area_name li a:hover .text,
ul.sch_line_name li a:hover .text{
	color: #417FCE;
}
.seach_select .blue{
	color: #417FCE;
}
.sch_results{
	font-weight: 500;
	text-align: center;
}
.sch_results span{
	font-size: 2.4rem;
}
.sch_results p{
	font-weight: normal;
}
.search_btn_area{
	max-width: 480px;
	margin: 50px auto auto;
}
.search_btn_area .btn::before{
	background: url("../images/sch/icon_search.png") no-repeat;
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 1em 0 0;
	background-size: contain;
	vertical-align: middle;
}
h2.sch_subtitle{
	margin-top: 80px;
	color: #202466;
	font-size: 2.0rem;
	text-align: center;
	font-weight: 700;
}
h2.sch_subtitle::before{
	background: url("../images/sch/icon_condition.png") no-repeat;
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 1em 0 0;
	background-size: contain;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.search_wrap{
		margin-top: 50px;
		padding: 50px 0 0 0;
	}
	.search_tab{
		margin: auto;
		padding: 0 10px;
	}
	.search_tab ul.sch_kind li{
		padding-bottom: 3px;
	}
	.seach_select{
		padding: 30px 0 100px 0;
		box-shadow: none;
	}
	ul.sch_area_name,
	ul.sch_line_name{
		margin-top: 10px;
		margin-bottom: 30px;
		padding: 0 20px;
	}
	ul.sch_area_name li,
	ul.sch_line_name li{
		border-top: 1px solid #E5ECF6;
		border-right: 1px solid #E5ECF6;
		border-left: 1px solid #E5ECF6;
		padding: 1em;
	}
	ul.sch_area_name li:last-child,
	ul.sch_line_name li:last-child{
		border-bottom: 1px solid #E5ECF6;
	}
	.sch_results{
		padding: 0 20px;
	}
	.sch_results span{
		font-size: 1.8rem;
	}
	.sch_results p{
		font-size: 1.0rem;
	}
	.search_btn_area{
		margin: 30px auto auto;
		padding: 0 20px;
	}
	.search_btn_area .btn::before{
		width: 18px;
		height: 18px;
	}
	h2.sch_subtitle{
		margin-top: 50px;
		font-size: 1.4rem;
	}
	h2.sch_subtitle::before{
		width: 18px;
		height: 18px;
	}
}
/* =====================================
検索条件
======================================== */
.sch_joken{
	margin-top: 30px;
}
.sch_joken table{
	width: 100%;
	border-bottom: 1px solid #E5ECF6;
}
.sch_joken table th{
	width: 20%;
	border-top: 1px solid #E5ECF6;
	text-align: left;
	color: #202466;
	padding: 20px 10px;
	vertical-align: middle;
}
.sch_joken table td{
	width: 80%;
	border-top: 1px solid #E5ECF6;
	padding: 20px 10px;
}
.sch_joken ul.list_col3,
.sch_joken ul.list_col4{
	display: flex;
	flex-wrap: wrap;
}
.sch_joken ul.list_col3 li{
	width: 33.333%;
	margin: 0.5em 0;
}
.sch_joken ul.list_col4 li{
	width: 25%;
	margin: 0.5em 0;
}
.sch_joken .select_wrap{
	width: 200px;
}
@media screen and (max-width: 768px) {
	.sch_joken table th{
		display: block;
		width: 100%;
		padding: 1em 20px;;
		background: #E5ECF6;
	}
	.sch_joken table td{
		display: block;
		width: 100%;
		padding: 1em 20px;;
	}
	.sch_joken ul.list_col4 li{
		width: 50%;
		margin: 10px 0;
	}
	.sch_joken .select_wrap{
		width: 45%;
		max-width: 250px;
	}
}
/* =====================================
地図検索
======================================== */
@media print, screen and (min-width: 769px) {
	.map_search_wrap{
		margin-top: 80px;
		padding: 40px 0 150px 0;
	}
	.map_search_option{
		max-width: 1160px;
		margin: auto;
		padding: 0 40px;
		display: flex;
		justify-content: center;
	}
	.map_search_option .keyword_box{
		justify-content: flex-end;
	}
	.map_search_option .price_box{
		padding-left: 10px;
	}
}
.map_search_option .keyword_box,
.map_search_option .price_box{
	display: flex;
	align-items: center;
	width: 50%;
}
.map_search_option .keyword_box .keyword_input{
	max-width: 280px;
	margin-left: 10px;
}
.map_search_option .keyword_box .keyword_sch_btn{
	width: 90px;
	margin-left: 10px;
}
.map_search_option .keyword_box .keyword_sch_btn .btn{
	font-size: 1.4rem;
	padding: 0.3em;
}
.map_search_option .price_box .select_wrap{
	width: 100%;
	max-width: 180px;
}
.map_icon_box{
	margin-top: 30px;
}
.map_icon_box ul{
	display: flex;
	justify-content: center;
}
.map_icon_box ul li{
	padding: 0 2em;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.map_icon_box ul li img{
	width: 40px;
	margin-right: 1em;
}
.map_area{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 600px;
	margin: 30px auto auto;
}
.map_area .map iframe{
	width: 100%;
	height: 600px;
}
.map_area .map #map-canvas{
	width: 100%;
	height: 600px;
}
@media print, screen and (min-width: 769px) {
	.map_area .map_bkn_list_wrap{
		background: #FFF;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 320px;
		overflow-y: scroll;
	}
}
.map_area .map_bkn_list_wrap .btn_close{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 26px;
	cursor: pointer;
}
.map_area .map_bkn_list_wrap h2{
	position: relative;
	padding: 1em 50px 1em 20px;
}
ul.map_bkn_list{
	border-top: 1px solid #9AA0A9;
}
ul.map_bkn_list li{
	border-bottom: 1px solid #9AA0A9;
}
ul.map_bkn_list li .bkn,
ul.map_bkn_list li .bkn_btn_area{
	padding: 10px;
	display: flex;
}
ul.map_bkn_list li .bkn .photo,
ul.map_bkn_list li .bkn .outline,
ul.map_bkn_list li .bkn_btn_area > div{
	width: 50%;
	padding: 10px;
}
ul.map_bkn_list li .bkn .photo a:hover{
	opacity: 0.7;
}
ul.map_bkn_list li .bkn .photo{
	height:100px;
}
ul.map_bkn_list li .bkn .photo img{
	width: 100%;
	height:100px;
	object-fit:cover;
}
ul.map_bkn_list li .bkn .outline .price{
	font-weight: 700;
	line-height: 1.2;
}
ul.map_bkn_list li .bkn .outline .price span{
	color: #202466;
	font-size: 2.0rem;
}
ul.map_bkn_list li .bkn_btn_area a.btn{
	background: #FFF;
	color: #202466;
	font-size: 1.2rem;
	padding: 0.5em;
}
ul.map_bkn_list li .bkn_btn_area a.btn:hover{
	background: #202466;
	color: #FFF;
}
@media screen and (max-width: 768px) {
	.map_search_wrap{
		margin-top: 40px;
		padding: 20px 0 100px 0;
	}
	.map_search_option{
		margin: auto;
		padding: 0 20px;
		max-width: 480px;
	}
	.map_search_option .keyword_box,
	.map_search_option .price_box{
		width: 100%;
	}
	.map_search_option .keyword_box .form_subttl{
		display: none;
	}
	.map_search_option .price_box .form_subttl{
		white-space: nowrap;
	}
	.map_search_option .price_box{
		margin-top: 10px;
	}
	.map_search_option .keyword_box .keyword_input{
		max-width: 100%;
		margin-left: 0px;
	}
	.map_search_option .keyword_box .keyword_sch_btn{
		width: 80px;
	}
	.map_search_option .keyword_box .keyword_sch_btn .btn{
		font-size: 1.2rem;
	}
	.map_icon_box{
		margin-top: 10px;
	}
	.map_icon_box ul li{
		padding: 0 0.5em;
	}
	.map_icon_box ul li img{
		width: 30px;
	}
	.map_area{
		height: inherit;
		margin: 30px auto auto;
	}
	.map_area .map iframe{
		height: 360px;
	}
	.map_area .map #map-canvas{
		height: 360px;
	}
	.map_area .map_bkn_list_wrap{
		background: #FFF;
		position: relative;
		height: inherit;
		padding: 0 20px 30px 20px;
	}
	.map_area .map_bkn_list_wrap .btn_close{
		top: 15px;
		right: 20px;
		width: 20px;
	}
	.map_area .map_bkn_list_wrap h2{
		padding: 1em 50px 1em 0;
	}
	ul.map_bkn_list li .bkn,
	ul.map_bkn_list li .bkn_btn_area{
		padding: 10px 0;
	}
	ul.map_bkn_list li .bkn .photo,
	ul.map_bkn_list li .bkn .outline,
	ul.map_bkn_list li .bkn_btn_area > div{
		width: 50%;
		padding: 5px;
	}
	ul.map_bkn_list li .bkn .photo{
		height:180px;
	}
	ul.map_bkn_list li .bkn .photo img{
		height:180px;
	}
}
@media screen and (max-width: 768px) {
	ul.map_bkn_list li .bkn .photo{
		height:120px;
	}
	ul.map_bkn_list li .bkn .photo img{
		height:120px;
	}
}

/* =====================================
物件一覧
======================================== */
@media print, screen and (min-width: 769px) {
	.sch_list_wrap{
		margin: 80px auto auto;
		max-width: 1260px;
		padding: 0 40px 150px 40px;
		display: flex;
		justify-content: space-between;
	}
	.sch_list_wrap .bkn_list_wrap{
		width: 65%;
	}
	.sch_list_wrap .sch_option_wrap{
		width: 35%;
		padding-left: 50px;
	}
}

.bkn_list_wrap h1.list_title{
	color: #202466;
	font-size: 2.0rem;
	font-weight: 500;
	border-bottom: 1px solid #202466;
	padding-bottom: 1em;
}
.bkn_list_wrap .sch_results{
	margin-top: 1em;
	font-weight: 500;
	text-align: left;
}
.bkn_list_wrap .sch_results span{
	font-size: 2.4rem;
}
.bkn_list_wrap .blue{
	color: #417FCE;
}
.bkn_list_wrap .list_navi{
	margin-top: 1em;
	display: flex;
	justify-content: space-between;
}
.bkn_list_wrap .list_navi .bkn_num span{
	font-weight: 500;
	font-size: 2.0rem;
}
.bkn_list_wrap .check_btn_area{
	margin-top: 20px;
	display: flex;
	align-items: center;
	background: #E5ECF6;
	padding: 10px 20px;
	position: relative;
}
.bkn_list_wrap .check_btn_area.top::before{
	content: "";
	position: absolute;
	bottom: -28px;
	left: 3%;
	border: 14px solid transparent;
	border-top: 14px solid #E5ECF6;
}
.bkn_list_wrap .check_btn_area.bottom::before{
	content: "";
	position: absolute;
	top: -28px;
	left: 3%;
	border: 14px solid transparent;
	border-bottom: 14px solid #E5ECF6;
}
.bkn_list_wrap .check_btn_area .check_navi{
	padding-left: 2em;
	background: url("../images/sch/img_check.png") no-repeat left center;
	background-size: 18px auto;
}
@media print, screen and (min-width: 641px) {
	.bkn_list_wrap .check_btn_area div,
	.bkn_list_wrap .bkn_footer div{
		width: 30%;
		margin-left: 1em;
	}
	.bkn_list_wrap .check_btn_area a.btn,
	.bkn_list_wrap .bkn_footer a.btn{
		font-size: 1.4rem;
		padding: 0.5em;
		max-width: 220px;
	}
}
.bkn_list_wrap .check_btn_area a.btn.request,
.bkn_list_wrap .bkn_footer a.btn.request{
	border: 1px solid #B79752;
	background: #B79752;
}
.detail_wrap a.btn.request{
	border: 1px solid #F4434B;
	background: #FFFFFF;
    color: #F4434B;
}
.bkn_list_wrap .check_btn_area a.btn.request:hover,
.bkn_list_wrap .bkn_footer a.btn.request:hover{
	border: 1px solid #C4B753;
	background: #C4B753;
}
.detail_wrap a.btn.request:hover{
	/*background: #F4434B;
    color: #FFFFFF;*/
    opacity: 0.6;
}
.bkn_list_wrap .check_btn_area a.btn.favorite,
.bkn_list_wrap .bkn_footer a.btn.favorite,
.detail_wrap .detail_header a.btn.favorite{
	border: 1px solid #60004E;
	color: #60004E;
	background: #FFFFFF;
}
.bkn_list_wrap .check_btn_area a.btn.favorite:hover,
.bkn_list_wrap .bkn_footer a.btn.favorite:hover,
.detail_wrap .detail_header a.btn.favorite:hover{
	background: #F5E4F2;
}
.detail_wrap a.btn.reserve{
	border: 1px solid #F77C00;
	background: #F77C00;
	color: #FFFFFF;
}
.detail_wrap a.btn.reserve:hover{
	/*background: #FFFFFF;
	color: #F77C00;*/
    opacity: 0.6;
}
.bkn_list_wrap .bkn_footer a.btn.detail::before{
	background: url("../images/sch/icon_search.png") no-repeat;
	width: 1.4em;
	height: 1.4em;
	margin: -2px 1em 0 0;
}
.bkn_list_wrap .check_btn_area a.btn.request::before,
.bkn_list_wrap .bkn_footer a.btn.request::before{
	background: url("../images/sch/icon_request.png") no-repeat;
	width: 1.4em;
	height: 1.4em;
	margin: -3px 1em 0 0;
}
.detail_wrap a.btn.request::before{
	background: url("../images/sch/icon_request_red.png") no-repeat;
	width: 1.4em;
	height: 1.4em;
	margin: -3px 1em 0 0;
}
/*
.detail_wrap a.btn.request:hover::before{
	background: url("../images/sch/icon_request.png") no-repeat;
	width: 1.4em;
	height: 1.4em;
	margin: -3px 1em 0 0;
}
*/
.bkn_list_wrap .check_btn_area a.btn.favorite::before,
.bkn_list_wrap .bkn_footer a.btn.favorite::before,
.detail_wrap .detail_header a.btn.favorite::before{
	background: url("../images/sch/icon_favorite.png") no-repeat;
	width: 16px;
	height: 14px;
	margin: 0 1em 0 0;
}
.bkn_list_wrap .check_btn_area a.btn.favorite.on::before,
.bkn_list_wrap .bkn_footer a.btn.favorite.on::before,
.detail_wrap .detail_header a.btn.favorite.on::before{
	background: url("../images/sch/icon_favorite_delete.png") no-repeat;
	width: 16px;
	height: 14px;
	margin: 0 1em 0 0;
}
.detail_wrap a.btn.reserve::before{
	background: url("../images/sch/icon_reserve_w.png") no-repeat;
	width: 1.4em;
	height: 1.4em;
	margin: -3px 1em 0 0;
}
/*
.detail_wrap a.btn.reserve:hover::before{
	background: url("../images/sch/icon_reserve.png") no-repeat;
	width: 1.4em;
	height: 1.4em;
	margin: -3px 1em 0 0;
}
*/
.bkn_list_wrap .check_btn_area a.btn.request::before,
.bkn_list_wrap .check_btn_area a.btn.favorite::before,
.bkn_list_wrap .bkn_footer a.btn.request::before,
.bkn_list_wrap .bkn_footer a.btn.favorite::before,
.bkn_list_wrap .bkn_footer a.btn.detail::before,
.detail_wrap .detail_header a.btn.favorite::before,
.detail_wrap a.btn.request::before,
.detail_wrap a.btn.request:hover::before,
.detail_wrap a.btn.reserve::before,
.detail_wrap a.btn.reserve:hover::before{
	content: "";
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
}
/*物件コマ*/
.bkn_list li{
	margin-top: 30px;
	border: 1px solid #CCCCCC;
	position: relative;
}
.bkn_list .bkn_header{
	padding: 25px 20px 20px 60px;
}
.bkn_list .bkn_header .check_area{
	position: absolute;
	top: 0;
	left :0;
	width: 40px;
	height: 100%;
	border-right: 1px solid #CCCCCC;
	background: #F5F7F9;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bkn_list .bkn_header .check_area .check_only{
	margin-top: -20px;
	margin-left: -20px;
}
.bkn_list .bkn_header .check_area img.lock{
	width: 19px;
}
/*アイコン 一覧詳細共通*/
.icons{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.icons .kind{
	background: #E5ECF6;
	border-radius: 30px;
	color: #202466;
	text-align: center;
	font-size: 1.2rem;
	padding: 0.5em 0.8em;
	line-height: 1;
	margin-bottom: 0.5em;
}
.icons .icon_new,
.icons .icon_recommend,
.icons .icon_price,
.icons .icon_exclusive{
	border: 1px solid #9A1E00;
	border-radius: 30px;
	color: #9A1E00;
	font-size: 1.2rem;
	padding: 0.3em 0.8em;
	line-height: 1;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}
.icons .icon_new::before{
	background: url("../images/sch/icon_new.png") no-repeat;
}
.icons .icon_recommend::before{
	background: url("../images/sch/icon_recommend.png") no-repeat;
}
.icons .icon_price::before{
	background: url("../images/sch/icon_price.png") no-repeat;
}
.icons .icon_exclusive::before{
	background: url("../images/sch/icon_exclusive.png") no-repeat;
}
.icons .icon_new::before,
.icons .icon_recommend::before,
.icons .icon_price::before,
.icons .icon_exclusive::before{
	content: "";
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	margin: -2px 0.3em 0 0;
}
.icons .icon_store{
	background: #f7e668;
	border-radius: 30px;
	color: #202466;
	text-align: center;
	font-size: 1.2rem;
	padding: 0.5em 0.8em;
	line-height: 1;
    margin-left: 0.5em;
	margin-bottom: 0.5em;
}
h3.bkn_name a{
	color: #202466;
	font-size: 1.8rem;
	font-weight: 500;
	text-decoration: none;
}
@media print, screen and (min-width: 641px) {
	.bkn_list .bkn_body{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		padding: 0px 20px 20px 60px;
	}
	.bkn_list .bkn_body .outline_wrap{
		width: calc(100% - 240px);
		padding-right: 20px;
	}
	.bkn_list .bkn_body .photo_wrap{
		width: 240px;
	}
}
.bkn_list .bkn_body .outline dl{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #CCCCCC;
	padding: 0.7em 0;
}
.bkn_list .bkn_body .outline dl.price{
	border-top: 1px solid #CCCCCC;
}
.bkn_list .bkn_body .outline dl.price .price_num{
	color: #202466;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	margin-right: 0.2em;
}
.bkn_list .bkn_body .outline dl dt{
	width: 90px;
	color: #405E96;
}
.bkn_list .bkn_body .outline dl dd{
	width: calc(100% - 90px);
}
.bkn_list .bkn_body .outline .half{
	display: flex;
	justify-content: space-between;
}
.bkn_list .bkn_body .outline .half dl{
	width: 100%;
	max-width: 48%
}
.bkn_list .bkn_body .outline_wrap p.update{
	font-size: 1.2rem;
	margin-top: 1em;
}
.bkn_list .bkn_body .outline_wrap p.exclusive_text{
	border-top: 1px solid #CCC;
	padding-top: 1em;
	font-weight: 500;
}
.bkn_list .bkn_body .outline_wrap p.exclusive_text span{
	color: #417FCE;
	font-size: 2.2rem;
}
.bkn_list .bkn_body .outline_wrap .exclusive_btn{
	margin-top: 1em;
}
.bkn_list .bkn_body .outline_wrap .exclusive_btn .btn span{
	color: #D5C971;
}
.bkn_list .bkn_body .photo_wrap .thumbnail{
	display: none;
	transition: all .3s;
	width: 240px;
	height: 300px;
}
.bkn_list .bkn_body .photo_wrap .thumbnail img{
	width: 100%;
	height: 300px;
	object-fit:contain;
	object-position: top;
}
.bkn_list .bkn_body .photo_wrap .thumbnail.show {
	display: block;
}
.bkn_list .bkn_body .photo_wrap .thumbnail.exclusive{
	display: block;
	height: 160px;
}
.bkn_list .bkn_body .photo_wrap .thumbnail.exclusive img{
	height: 160px;
}
.bkn_list .bkn_body .photo_wrap .thumbnail-tab{
	display: flex;
	align-items: center;
}
.bkn_list .bkn_body .photo_wrap .thumbnail-tab .tab-btn{
	width: 50%;
	padding: 5px 0.1em;
}
.bkn_list .bkn_body .photo_wrap .thumbnail-tab .tab-btn div{
	text-align: center;
	background: #E6E6E6;
	color: #333333;
	padding: 0.5em;
	border-radius: 3px;
	cursor: pointer;
	transition: all .3s;
}
.bkn_list .bkn_body .photo_wrap .thumbnail-tab .tab-btn.show div{
	background: #4D4D4D;
	color: #FFFFFF;
}
@media print, screen and (min-width: 641px) {
	.bkn_list .bkn_footer{
		padding: 0px 20px 30px 60px;
		display: flex;
		flex-wrap: wrap;
	}
}
.bkn_list .bkn_footer p.exclusive_text2{
	background: #E3EFFF;
	color: #202466;
	text-align: center;
	border-radius: 3px;
	padding: 1em;
	width: 100%;
}
/*ページャー*/
.list_pagenav_wrap{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	justify-content: center;
}
.list_pagenav_wrap .pager a{
	padding: 5px;
	margin: 0 0.2em;
	color: #333;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 1.2;
}
.list_pagenav_wrap .pager a.page_link{
	border: 1px solid #585858;
	height: 30px;
    min-width: 30px;
    border-radius: 30px;
}
.list_pagenav_wrap .pager a.page_link:hover,
.list_pagenav_wrap .pager a.page_link.on{
	color: #FFF;
	background: #585858;
}
.list_pagenav_wrap .pager a.arrow{
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.sch_list_wrap{
		margin: 50px auto auto;
		padding: 0 0px 50px 0px;
	}
	.sch_list_wrap .bkn_list_wrap{
		padding: 20px;
	}
	.sch_list_wrap .sch_option_wrap{
		padding: 20px;
	}
	.bkn_list_wrap h1.list_title{
		font-size: 1.8rem;
	}
	.bkn_list_wrap .sch_results{
		padding: 0;
	}
	.bkn_list_wrap .sch_results span{
		font-size: 1.8rem;
	}
	.bkn_list_wrap .list_navi .bkn_num span{
		font-size: 1.8rem;
	}
	/*物件コマ*/
	.bkn_list li{
		margin-top: 25px;
	}
	/*アイコン 一覧詳細共通*/
	.icons .kind{
		font-size: 1.0rem;
	}
	.icons .icon_new,
	.icons .icon_recommend,
	.icons .icon_price,
	.icons .icon_exclusive{
		font-size: 1.0rem;
	}
	h3.bkn_name a{
		font-size: 1.6rem;
	}
	.bkn_list .bkn_body .outline_wrap p.exclusive_text span{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 640px) {
	.bkn_list_wrap h1.list_title{
		font-size: 1.4rem;
	}
	.bkn_list_wrap .check_btn_area{
		margin-top: 20px;
		display: inherit;
		padding: 10px 20px;
		text-align: center;
	}
	.bkn_list_wrap .check_btn_area.top::before{
		content: none;
	}
	.bkn_list_wrap .check_btn_area.bottom::before{
		content: none;
	}
	.bkn_list_wrap .check_btn_area .check_navi{
		margin: auto;
	}
	.bkn_list_wrap .check_btn_area div,
	.bkn_list_wrap .bkn_footer div{
		margin: 10px auto auto;
		width: 100%;
		max-width: 360px;
	}
	.bkn_list_wrap .check_btn_area a.btn,
	.bkn_list_wrap .bkn_footer a.btn{
		font-size: 1.4rem;
		padding: 0.8em 0.5em;
	}
	/*物件コマ*/
	.bkn_list li{
		margin-top: 20px;
	}
	.bkn_list .bkn_header{
		padding: 15px 10px 15px 45px;
		position: relative;
		border-bottom: 1px solid #CCCCCC;
	}
	.bkn_list .bkn_header .check_area{
		top: 0;
		left :0;
	}
	.bkn_list .bkn_header .check_area .check_only{
		margin-left: -18px;
	}
	.bkn_list .bkn_header .check_area img.lock{
		width: 16px;
	}
	h3.bkn_name a{
		font-size: 1.2rem;
	}
	.bkn_list .bkn_body{
		padding: 20px 0;
	}
	.bkn_list .bkn_body .photo_wrap{
		width: 300px;
		margin: auto;
	}
	.bkn_list .bkn_body .outline{
		margin-top: 20px;
		padding: 0 10px;
	}
	.bkn_list .bkn_body .outline dl.price .price_num{
		font-size: 1.8rem;
	}
	.bkn_list .bkn_body .outline dl dt{
		width: 65px;
	}
	.bkn_list .bkn_body .outline dl dd{
		width: calc(100% - 65px);
	}
	.bkn_list .bkn_body .outline_wrap p.update{
		font-size: 1.0rem;
		padding: 0 10px;
	}
	.bkn_list .bkn_body .outline_wrap p.exclusive_text{
		border-top: none;
		padding: 1em 10px 0 10px;
		text-align: center;
	}
	.bkn_list .bkn_body .outline_wrap p.exclusive_text span{
		font-size: 1.8rem;
	}
	.bkn_list .bkn_body .outline_wrap .exclusive_btn{
		margin: 1em auto auto;
		padding: 0 20px;
		max-width: 480px;
	}
	.bkn_list .bkn_body .photo_wrap .thumbnail{
		width: 300px;
		height: auto;
	}
	.bkn_list .bkn_body .photo_wrap .thumbnail img{
		width: 100%;
		height: auto;
	}
	.bkn_list .bkn_body .photo_wrap .thumbnail.exclusive{
		height: 190px;
	}
	.bkn_list .bkn_body .photo_wrap .thumbnail.exclusive img{
		height: 190px;
	}
	.bkn_list .bkn_footer{
		padding: 0px 20px 20px 20px;
	}
	/*ページャー*/
	.list_pagenav_wrap{
		margin-top: 30px;
	}
	.list_pagenav_wrap .pager a{
		padding: 6px;
		margin: 0 0.2em;
	}
}

/* =====================================
高級物件一覧 20250522追加
======================================== */
.comment_luxury{
	background: #000;
	padding: 1em;
	text-align: center;
	color: #A59270;
	margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
	.comment_luxury{
		margin-bottom: 35px;
	}
}
.bkn_list_wrap.luxury_list_wrap h1.list_title{
	color: #000000;
	border-bottom: 1px solid #000000;
}
.bkn_list_wrap.luxury_list_wrap .gold{
	color: #A59270;
}
.bkn_list_wrap.luxury_list_wrap .check_btn_area{
	background: #DBDBDB;
}
.bkn_list_wrap.luxury_list_wrap .check_btn_area.top::before{
	border-top: 14px solid #DBDBDB;
}
.bkn_list_wrap.luxury_list_wrap .check_btn_area.bottom::before{
	border-bottom: 14px solid #DBDBDB;
}
.bkn_list_wrap.luxury_list_wrap .check_btn_area .check_navi{
	background: url("../images/sch/img_check_gold.png") no-repeat left center;
	background-size: 18px auto;
}
.bkn_list_wrap.luxury_list_wrap .bkn_footer a.btn.detail{
	border: 1px solid #000000;
	background: #000000;
}
.bkn_list_wrap.luxury_list_wrap .bkn_footer a.btn.detail:hover{
	background: #4D4D4D;
}
/*物件コマ*/
.bkn_list.luxury_list li{
	border: 1px solid #888888;
	background: #DBDBDB;
}
.bkn_list.luxury_list .bkn_header .check_area{
	border-right: 1px solid #888888;
	background: #333333;
}
/*アイコン*/
.bkn_list.luxury_list .icons .kind{
	background: #A59270;
	color: #FFFFFF;
}
.bkn_list.luxury_list .icons .icon_new,
.bkn_list.luxury_list .icons .icon_recommend,
.bkn_list.luxury_list .icons .icon_price,
.bkn_list.luxury_list .icons .icon_exclusive{
	border: 1px solid #A59270;
	color: #A59270;
	background: #FFFFFF;
}
.bkn_list.luxury_list .icons .icon_new::before{
	background: url("../images/sch/icon_new_gold.png") no-repeat;
}
.bkn_list.luxury_list .icons .icon_recommend::before{
	background: url("../images/sch/icon_recommend_gold.png") no-repeat;
}
.bkn_list.luxury_list .icons .icon_price::before{
	background: url("../images/sch/icon_price_gold.png") no-repeat;
}
.bkn_list.luxury_list .icons .icon_exclusive::before{
	background: url("../images/sch/icon_exclusive_gold.png") no-repeat;
}
.bkn_list.luxury_list .icons .icon_new::before,
.bkn_list.luxury_list .icons .icon_recommend::before,
.bkn_list.luxury_list .icons .icon_price::before,
.bkn_list.luxury_list .icons .icon_exclusive::before{
	content: "";
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	margin: -2px 0.3em 0 0;
}
.bkn_list.luxury_list h3.bkn_name a{
	color: #000000;
}
.bkn_list.luxury_list .bkn_body .outline dl.price .price_num{
	color: #B79752;
}
.bkn_list.luxury_list .bkn_body .outline dl dt{
	color: #A59270
}
.bkn_list.luxury_list .bkn_body .outline_wrap p.exclusive_text span{
	color: #B79752;
}
.bkn_list.luxury_list .bkn_body .outline_wrap .exclusive_btn .btn{
	background: #000000;
	border: 1px solid #000000;
}
.bkn_list.luxury_list .bkn_body .outline_wrap .exclusive_btn .btn:hover{
	background: #4D4D4D;
	border: 1px solid #4D4D4D;
}
.bkn_list.luxury_list .bkn_footer p.exclusive_text2{
	background: #FFFFFF;
	color: #333333;
}

/* =====================================
物件一覧　検索条件
======================================== */
.current_option{
	background: #E5ECF6;
	padding: 20px 20px 30px 20px;
}
.current_option h3{
	color: #202466;
	font-size: 1.6rem;
	font-weight: 700;
}
.current_option p.current_text{
	margin-top: 10px;
}
.current_option .btn.save,
.condition_wrap .btn.search{
	margin: 20px auto auto;
	font-size: 1.4rem;
	padding: 0.7em;
	max-width: 260px;
}
.condition_wrap .btn.search.bottom{
	margin: 30px auto auto;
	
}
.current_option .btn.save::before{
	background: url("../images/sch/icon_save.png") no-repeat;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -3px 1em 0 0;
	background-size: contain;
	vertical-align: middle;
}
.condition_wrap .btn.search::before{
	background: url("../images/sch/icon_search.png") no-repeat;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -3px 1em 0 0;
	background-size: contain;
	vertical-align: middle;
}
.sch_option_wrap h3.option_change{
	margin-top: 30px;
	color: #202466;
	font-size: 1.6rem;
	font-weight: 700;
}
.sch_option_wrap h3.option_change::before{
	background: url("../images/sch/icon_condition.png") no-repeat;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 1em 0 0;
	background-size: contain;
	vertical-align: middle;
}
.condition_wrap{
	margin-top: 10px;
	border: 5px solid #E5ECF6;
	padding: 10px 15px 30px 15px;
}
.condition_wrap h4{
	margin-top: 2em;
	color: #202466;
	font-weight: 700;
	padding: 0.8em 0;
	border-top: 1px solid #E5ECF6;
	border-bottom: 1px solid #E5ECF6;
}
.condition_wrap ul li{
	margin-top: 1.2em;
}
 .condition_wrap ul.list_col2{
	display: flex;
	flex-wrap: wrap;
}
.condition_wrap ul.list_col2 li{
	width: 50%;
}
.condition_wrap .scroll_box{
	max-height: 220px;
	overflow-y: scroll;
}
.condition_wrap .range_control{
	margin: 2em 10px;
}
.condition_wrap .price_text_wrap{
	display: flex;
	white-space: nowrap;
	align-items: center;
	margin-top: 10px;
}
.condition_wrap .price_text_wrap.price_first{
	padding-left: 1em;
}
.condition_wrap .price_text_wrap input[type="text"]{
	margin: 0 0.5em;
	max-width: 240px;
}
.condition_wrap .range_text_wrap{
	display: flex;
	white-space: nowrap;
	align-items: center;
}
.condition_wrap .range_text_wrap span{
	padding: 0 0.5em;
}
.condition_wrap p.attention{
	text-align: right;
	font-size: 1.2rem;
	margin-top: 1em;
}

/* =====================================
高級物件物件一覧　検索条件 20250522追加
======================================== */
.luxury_option_wrap .current_option{
	background: #DBDBDB;
}
.luxury_option_wrap .current_option h3{
	color: #A59270;
}
.luxury_option_wrap .current_option .btn.save,
.luxury_option_wrap .condition_wrap .btn.search{
	border: 1px solid #000000;
	background: #000000;
}
.luxury_option_wrap .current_option .btn.save:hover,
.luxury_option_wrap .condition_wrap .btn.search:hover{
	border: 1px solid #4D4D4D;
	background: #4D4D4D;
}
 .sch_option_wrap.luxury_option_wrap h3.option_change{
	color: #A59270;
}
 .sch_option_wrap.luxury_option_wrap h3.option_change::before{
	background: url("../images/sch/icon_condition_gold.png") no-repeat;
	background-size: contain;
}
.luxury_option_wrap .condition_wrap{
	border: 5px solid #C4C4C4;
}
.luxury_option_wrap .condition_wrap h4{
	color: #A59270;
}
/*チェックボックス*/
.bkn_list.luxury_list label.check input[type="checkbox"]:checked + span::before,
.luxury_option_wrap label.check input[type="checkbox"]:checked + span::before {
	background-color: #A59270;
	border: 1px solid #A59270;
}
/*ラジオボタン*/
.luxury_option_wrap label.radio input[type="radio"]:checked + span::before {
	border: 6px #A59270 solid;
}

/* =====================================
物件詳細
======================================== */
.detail_wrap{
		margin: 80px auto auto;
		max-width: 1160px;
		padding: 0 40px 150px 40px;
}
.detail_header{
	border-bottom: 1px solid #202466;
	padding-bottom: 1em;
}
.detail_header h1{
	margin-top: 10px;
	color: #202466;
	font-weight: 700;
	font-size: 1.8rem;
}
.detail_header h1 .price{
	color: #333;
}
.detail_header h1 .price .blue{
	color: #417FCE;
	font-size: 2.4rem;
}
@media print, screen and (min-width: 769px) {
	.detail_header{
		position: relative;
		padding-right: 220px;
	}
	.detail_header .favorite_btn_area{
		position: absolute;
		top: 0;
		right: 0;
		width: 200px;
	}
	.detail_header .favorite_btn_area .btn{
		font-size: 1.4rem;
		padding: 0.7em 0.7em;
	}
}
.detail_catch{
	margin-top: 40px;
	padding: 30px 40px;
	background: #F5F7F9;
}
@media print, screen and (min-width: 769px) {
	.detail_photo_upper{
		display: flex;
		justify-content: space-between;
		margin-top: 70px;
	}
	.detail_photo_upper .photo_box{
		width: 48%;
		border: 5px solid #E5ECF6;
		padding: 20px;
	}
	.detail_photo_upper .photo_box .photo{
		height: 340px;
	}
	.detail_photo_upper .photo_box .photo img{
		width: 100%;
		height: 340px;
		object-fit:contain;
	}
	.detail_photo_upper .photo_box p{
		margin-top: 1em;
		word-break: break-all;
	}
	ul.detail_photo_list{
		display: flex;
		flex-wrap: wrap;
		margin-left: -40px
	}
	ul.detail_photo_list li{
		margin-top: 40px;
		width: 25%;
		padding-left: 40px;
	}
	ul.detail_photo_list.detail_photo_list_surround li{
		margin-top: 10px;
	}
	ul.detail_photo_list li img{
		width: 100%;
		height: 185px;
		object-fit:contain;
	}
	.detail_photo_sp{
		display: none;
	}
}
.detail_btn_area{
	margin: 70px auto auto;
	max-width: 540px;
}
.detail_btn_area a.btn{
	font-size: 2.0rem;
	padding: 1em;
}
@media screen and (min-width: 769px) {
    .detail_btn_area {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }
    .detail_btn_area a.btn.request{
        width:480px;
        margin:0 5px;
    }
    .detail_btn_area a.btn.reserve{
        width:480px;
        margin:0 5px;
    }
}
.detail_box{
	margin-top: 30px;
}
h2.detail_subtitle{
	margin-top: 100px;
	background: #E5ECF6;
	padding: 0.8em 2em;
	font-size: 1.6rem;
	color: #202466;
	font-weight: 700;
}
/*物件概要*/
.detail_wrap .outline dl{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #CCCCCC;
	padding: 1em 0;
}
.detail_wrap .outline dl dt{
	width: 150px;
	color: #405E96;
}
.detail_wrap .outline dl dd{
	width: calc(100% - 150px);
}
@media print, screen and (min-width: 769px) {
	.detail_wrap .outline .half{
		display: flex;
		justify-content: space-between;
	}
	.detail_wrap .outline .half dl{
		width: 100%;
		max-width: 48%
	}
}
.detail_wrap .outline dl.name{
	border-top: 1px solid #CCCCCC;
}
.detail_wrap .outline dl.name dd{
	color: #202466;
	font-weight: 700;
	font-size: 1.8rem;
}
.detail_wrap .outline dl.price dd{
	font-size: 1.6rem;
	font-weight: 700;
}
.detail_wrap .outline dl.price .price_num{
	color: #417FCE;
	font-size: 2.2rem;
	line-height: 1;
	margin-right: 0.2em;
}
.detail_wrap .simulation_btn{
	display: inline-block;
	text-decoration: none;
	border: 1px solid #202466;
	border-radius: 50px;
	padding: 0.2em 1.3em;
	font-size: 1.2rem;
	color: #202466;
	font-weight: 400;
	margin-left: 2em;
}
.detail_wrap .simulation_btn:hover{
	background: #202466;
	color: #FFF;
}
.detail_wrap .simulation_btn::before{
	background: url("../images/sch/icon_simulation.png") no-repeat;
	content: "";
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	margin: -1px 0.5em 0 0;
	background-size: contain;
	vertical-align: middle;
}
.detail_wrap .simulation_btn:hover::before{
	background: url("../images/sch/icon_simulation_white.png") no-repeat;
	content: "";
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	margin: -1px 0.5em 0 0;
	background-size: contain;
	vertical-align: middle;
}
.detail_wrap .loan_wrap{
	border: 5px solid #E5ECF6;
}
@media print, screen and (min-width: 769px) {
	.detail_wrap .loan_form{
		display: flex;
	}
	.detail_wrap .loan_form > div{
		width: 50%;
		padding: 40px 40px 20px 40px;
	}
}
.detail_wrap .loan_form dl{
	display: flex;
	padding-bottom: 20px;
}
.detail_wrap .loan_form dt{
	border-right: 1px solid #202466;
	width: 30%;
	color: #202466;
	font-weight: 500;
	padding: 0.3em 1em;
}
.detail_wrap .loan_form dd{
	width: 70%;
	padding: 0.3em 1em 0.3em 2em;
}
.detail_wrap .loan_form dd.price{
	font-size: 1.6rem;
	font-weight: 700;
}
.detail_wrap .loan_form dd.price .price_num{
	font-size: 2.4rem;
	color: #417FCE;
	line-height: 1;
}
.detail_wrap .loan_form .price_text_wrap,
.detail_wrap .loan_form .rate_text_wrap{
	display: flex;
	white-space: nowrap;
	align-items: center;
}
.detail_wrap .loan_form .price_text_wrap input[type="text"]{
	margin: 0 0.5em 0 0;
	max-width: 200px;
}
.detail_wrap .loan_form .rate_text_wrap input[type="text"]{
	margin: 0 0.5em 0 0;
	max-width: 120px;
}
.detail_wrap .loan_form p.rate_text{
	margin-top: 1em;
	color: #417FCE;
}
.detail_wrap .loan_form p.attention{
	font-size: 1.2rem;
}
.detail_wrap .loan_btn{
	margin: auto;
	max-width: 420px;
}
.detail_wrap .loan_btn .btn{
	padding: 1em;
}
.detail_wrap .loan_btn .btn::before{
	background: url("../images/sch/icon_simulation_white.png") no-repeat;
	content: "";
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	margin: -1px 1em 0 0;
	background-size: contain;
	vertical-align: middle;
}
.detail_wrap .loan_result{
	margin-top: 40px;
	background: #E5ECF6;
	padding: 20px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
}
.detail_wrap .loan_result .result_title{
	color: #202466;
	font-weight: 500;
	margin-right: 2em;
	margin-left: 2em;
}
.detail_wrap .loan_result .price{
	font-weight: 700;
}
.detail_wrap .loan_result .price span{
	color: #9A1E00;
	font-size: 3.6rem;
}
.detail_wrap p.simulation_attention{
	margin-top: 1em;
	font-size: 1.2rem;
	text-align: right;
}
.detail_wrap .box_pr{
	margin-top: 50px;
	background-color: #FFF;
	padding: 2em 3em;
	position: relative;
	border: 2px solid #202466;
	border-radius: 5px;
}
.detail_wrap .box_pr .box_title{
	background-color:#FFF;
	font-size: 1.6rem;
	font-weight:700;
	color: #202466;
	position:absolute;
	top: -1em;
	left: 50%;
	transform: translate(-50%, 0);
	width: 580px;
	text-align: center;
}
@media print, screen and (min-width: 769px) {
	.detail_wrap .store_box{
		margin-top: 70px;
		border: 1px solid #202466;
		padding: 30px;
		display: flex;
	}
	.detail_wrap .store_box .store_info{
		width: 65%;
		padding: 0 25px;
		display: flex;
		flex-direction: row-reverse;
	}
	.detail_wrap .store_box .store_info .text{
		width: 55%;
		padding-left: 25px;
		text-align: center;
	}
	.detail_wrap .store_box .store_info .photo{
		width: 45%;
		padding-right: 25px;
	}
	.detail_wrap .store_box .mail_info{
		width: 35%;
		padding: 0 20px
	}
}
.detail_wrap .store_box .store_info .text .subtitle,
.detail_wrap .store_box .mail_info .subtitle{
	border: 1px solid #202466;
	padding: 0.2em;
	text-align: center;
	color: #202466;
	font-weight: 500;
}
.detail_wrap .store_box .store_info .text p.store_name{
	margin-top: 1em;
	font-size: 1.6rem;
	color: #202466;
	font-weight: 500;
}
.detail_wrap .store_box .store_info .d_tel{
	font-size: 3.2rem;
	color: #202466;
	font-weight: 700;
}
.detail_wrap .store_box .store_info .d_tel::before{
	background: url("../images/sch/icon_tel.png") no-repeat;
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin: -2px 0.2em 0 0;
	background-size: contain;
	vertical-align: middle;
}
.detail_wrap .store_box .mail_info .btn{
	margin-top: 2em;
}
/* 条件に近い物件 */
ul.detail_bkn_list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -3%;
}
ul.detail_bkn_list li{
	margin-top: 30px;
	width: 25%;
	padding-left: 3%;
}
ul.detail_bkn_list li a{
	text-decoration: none;
	color: #333;
}
ul.detail_bkn_list li a:hover .photo{
	opacity: 0.7;
}
ul.detail_bkn_list li .photo{
	width: 100%;
	height:185px;
}
ul.detail_bkn_list li .photo img{
	width: 100%;
	height:185px;
	object-fit:cover;
}
ul.detail_bkn_list li .k_d_wrap{
	display: flex;justify-content: space-between;
	margin-top: 15px;
}
ul.detail_bkn_list li .k_d_wrap .kind{
	color: #202466;
	background: #E5ECF6;
	border-radius: 30px;
	width: 110px;
	text-align: center;
	font-size: 1.2rem;
}
ul.detail_bkn_list li .k_d_wrap .date{
	color: #405E96;
	font-size: 1.2rem;
}
ul.detail_bkn_list li .bkn_name{
	margin-top: 1em;
	font-weight: 700;
	height: 56px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
    overflow: hidden;
}
ul.detail_bkn_list li .access{
	margin-top: 0.5em;
	height: 56px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
    overflow: hidden;
}
ul.detail_bkn_list li .plan_price{
	border-top: 1px solid #CCC;
	margin-top: 1em;
	padding-top: 1em;
    display:flex;
}
ul.detail_bkn_list li .plan{
    width:40%;
}
ul.detail_bkn_list li .price{
	font-weight: 700;
	line-height: 1.2;
    width:60%;
    text-align:right;
}
ul.detail_bkn_list li .price span{
	color: #202466;
	font-size: 2.0rem;
}
@media screen and (max-width: 768px) {
	.detail_wrap{
		margin: 50px auto auto;
		padding: 0 0 100px 0;
	}
	.detail_header_wrap{
		padding: 0 20px 20px 20px;
	}
	.detail_header{
		padding: 0 0 20px 0;
	}
	.detail_header h1{
		font-size: 1.4rem;
	}
	.detail_header h1 .price .blue{
		font-size: 2.0rem;
	}
	.detail_header .favorite_btn_area{
		max-width: 200px;
		margin: 10px auto auto;
	}
	.detail_header .favorite_btn_area .btn{
		padding: 0.7em 0.7em;
	}
	.detail_catch{
		margin-top: 0px;
		padding: 20px 20px;
	}
	.detail_photo_pc{
		display: none;
	}
/*スマホスライド*/
	.detail_photo_sp .detail_slide,
	.detail_photo_sp .detail_thumbnail{
		max-width: 640px;
		margin: 20px auto auto;
	}
	.detail_photo_sp .detail_slide .image_box{
		padding: 0 20px;
	}
	.detail_photo_sp .detail_slide .image_box .image{
		height: 360px;
	}
	.detail_photo_sp .detail_slide .image_box .image img{
		width: auto;
		max-height: 360px;
		margin: auto;
	}
	.detail_photo_sp .detail_thumbnail{
		padding: 0 15px;
	}
	.detail_photo_sp .detail_thumbnail .thumbnail{
		padding: 0 5px;
	}
	.detail_photo_sp .detail_thumbnail .thumbnail img{
		width: 100%;
		height: 120px;
		object-fit:cover;
	}
	.detail_btn_area{
		margin: 30px auto auto;
		padding: 0 20px;
		max-width: 480px;
	}
	.detail_btn_area a.btn{
		font-size: 1.4rem;
		padding: 1.5em 1em;
	}
	.detail_btn_area a.btn.request{
		margin-top: 10px;
	}
	.detail_box{
		margin-top: 20px;
		padding: 0 20px;
	}
	h2.detail_subtitle{
		margin-top: 50px;
		padding: 0.8em 2em;
		font-size: 1.2rem;
	}
/*物件概要*/
	.detail_wrap .outline dl dt{
		width: 100px;
	}
	.detail_wrap .outline dl dd{
		width: calc(100% - 100px);
	}
	.detail_wrap .outline dl.name dd{
		font-size: 1.2rem;
	}
	.detail_wrap .outline dl.price dd{
		font-size: 1.2rem;
	}
	.detail_wrap .outline dl.price .price_num{
		font-size: 1.8rem;
	}
	.detail_wrap .simulation_btn{
		margin-top: 1em;
		padding: 0.5em 1.3em;
		margin-left: 0;
	}
	.detail_wrap .loan_form{
		padding: 10px 0;
	}
	.detail_wrap .loan_form > div{
		padding: 0 10px;
	}
	.detail_wrap .loan_form dl{
		padding-bottom: 10px;
	}
	.detail_wrap .loan_form dt{
		padding: 0.3em 1em 0.3em 0;
	}
	.detail_wrap .loan_form dd{
		padding: 0.3em 0 0.3em 1em;
	}
	.detail_wrap .loan_form dd.price{
		font-size: 1.4rem;
	}
	.detail_wrap .loan_form dd.price .price_num{
		font-size: 1.8rem;
	}
	.detail_wrap .loan_btn{
		padding: 0 10px;
	}
	.detail_wrap .loan_result{
		margin-top: 20px;
		padding: 10px 10px;
		font-size: 1.2rem;
        flex-wrap: wrap;
	}
    .detail_wrap .loan_result .result_title{
        width: calc(50% - 2em);
        margin-left: 2em;
        margin-right: 0;
    }
    .detail_wrap .loan_result .price{
        font-weight: 700;
        width: 50%;
    }
	.detail_wrap .loan_result .price span{
		font-size: 2.2rem;
	}
	.detail_wrap p.simulation_attention{
		text-align: left;
	}
	.detail_wrap .box_pr{
		margin-top: 50px;
		padding: 3em 2em 2em 2em;
	}
	.detail_wrap .box_pr .box_title{
		font-size: 1.2rem;
		top: -2em;
		width: 295px;
	}
	.detail_wrap .store_box{
		margin-top: 50px;
	}
	.detail_wrap .store_box .store_info .text{
		text-align: center;
	}
	.detail_wrap .store_box .store_info .photo{
		margin-top: 20px;
	}
	.detail_wrap .store_box .mail_info{
		margin-top: 30px;
	}
	.detail_wrap .store_box .store_info .text p.store_name{
		font-size: 1.4rem;
	}
	.detail_wrap .store_box .store_info .d_tel{
		font-size: 3.2rem;
		text-decoration: none;
	}
	.detail_wrap .store_box .mail_info .btn{
		margin-top: 20px;
	}
/* 条件に近い物件 */
	.detail_bkn_list_wrap{
		padding: 0 2%;
	}
	ul.detail_bkn_list{
		margin: 0 auto 0 auto;
		max-width: 640px;
	}
	ul.detail_bkn_list li{
		margin-top: 30px;
		width: 50%;
		padding: 0 2%;
	}
	ul.detail_bkn_list li .k_d_wrap .kind{
		width: 100px;
		font-size: 1.0rem;
	}
	ul.detail_bkn_list li .k_d_wrap .date{
		color: #405E96;
		font-size: 1.0rem;
	}
	ul.detail_bkn_list li .bkn_name{
		height: 48px;
	}
	ul.detail_bkn_list li .access{
		height: 48px;
	}
	ul.detail_bkn_list li .price span{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 480px) {
/*スマホスライド*/
	.detail_photo_sp .detail_slide .image_box .image {
		height: 300px;
	}
	.detail_photo_sp .detail_slide .image_box .image img{
		max-height: 300px;
	}
	.detail_photo_sp .detail_slide .image_box p{
		word-break: break-all;
	}
	.detail_photo_sp .detail_thumbnail .thumbnail img{
		height: 90px;
	}
	ul.detail_bkn_list li .photo{
		height:130px;
	}
	ul.detail_bkn_list li .photo img{
		height:130px;
	}
}
.instagram {
    margin-top:30px;
}
.instagram iframe{
    margin:0 auto !important;
}
@media screen and (max-width: 768px) {
	.instagram iframe{
		max-width: 100%;
	}
}

.fixed-btns {
  right: 0;
  top: 32%;
  position: fixed;
  z-index: 111;
}

@media (max-width: 1024px) {
  .fixed-btns {
    display: none;
  }
}

.fixed-btns a {
  background-color: #444;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 13px 20px 17px;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  height: 150px;
  cursor: pointer;
  display: block;
  writing-mode: vertical-rl;
  transition: all .3s;
}

.fixed-btns a.btn-reserve {
	border: 1px solid #F77C00;
	background: #F77C00;
	color: #FFFFFF;
    text-decoration: none;
}
.fixed-btns a.btn-reserve::before {
	background: url("../images/sch/icon_reserve_w.png") no-repeat;
	width: 1.4em;
	height: 1.4em;
	content: "";
	display: inline-block;
	background-size: contain;
	vertical-align: bottom;
}
.fixed-btns a.btn-reserve:hover {
    /*background: #FFFFFF;
	color: #F77C00;*/
    opacity: 0.6;
}
/*
.fixed-btns a.btn-reserve:hover::before {
	background: url("../images/sch/icon_reserve.png") no-repeat;
	width: 1.4em;
	height: 1.4em;
	content: "";
	display: inline-block;
	background-size: contain;
	vertical-align: bottom;
}
*/

.fixed-btns a.btn-request {
	border: 1px solid #F4434B;
	background: #FFFFFF;
    color: #F4434B;
    text-decoration: none;
}
.fixed-btns a.btn-request::before {
	background: url("../images/sch/icon_request_red.png") no-repeat;
	width: 1.4em;
	height: 1.4em;
	content: "";
	display: inline-block;
	background-size: contain;
	vertical-align: bottom;
}
.fixed-btns a.btn-request:hover {
	/*background: #F4434B;
    color: #FFFFFF;*/
    opacity: 0.6;
}
/*
.fixed-btns a.btn-request:hover::before {
	background: url("../images/sch/icon_request.png") no-repeat;
	width: 1.4em;
	height: 1.4em;
	content: "";
	display: inline-block;
	background-size: contain;
	vertical-align: bottom;
}
*/

.loan_pr{
    margin: 50px auto auto;
}
.loan_pr .pr_title{
    text-align: center;
    font-size: 2.0rem;
    color: #202466;
    font-weight: bold;
}
.loan_pr .loan_pr_lead{
    margin: 10px auto auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loan_pr .loan_pr_lead .loan_pr_image{
    width: 166px;
}
.loan_pr .loan_pr_lead p{
    padding-left: 30px;
}
@media print, screen and (min-width: 769px) {
    .loan_support{
        margin: 30px auto auto;
        border: 5px solid #E5ECF6;
        padding: 30px;
        max-width: 880px;
    }
}
.loan_support .loan_support_title{
    text-align: center;
    font-size: 1.6rem;
    color: #202466;
    font-weight: bold;
}
.loan_support .loan_support_wrap{
    margin: 20px auto auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loan_support .loan_support_wrap .loan_support_image{
    max-width: 112px;
    margin-left: 30px;
}
.loan_support_text{
    margin: 30px auto auto;
    text-align: center;
}
.loan_support_btn{
    margin: 30px auto auto;
    max-width: 420px;
}
@media screen and (max-width: 768px) {
    .loan_pr{
        margin: 30px auto auto;
    }
    .loan_pr .pr_title{
        font-size: 1.6rem;
    }
    .loan_support{
        margin: 30px auto auto;
    }
    .loan_support .loan_support_title{
        font-size: 1.4rem;
    }
    .loan_support .loan_support_wrap{
        margin: 10px auto auto;
    }
    .loan_support .loan_support_wrap .loan_support_image{
        margin-left: 20px;
    }
    .loan_support_text{
        margin: 20px auto auto;
    }
    .loan_support_btn{
        margin: 20px auto auto;
    }
}
@media screen and (max-width: 640px) {
    .loan_pr .pr_title{
        font-size: 1.4rem;
    }
    .loan_pr .loan_pr_lead .loan_pr_image{
        width: 150px;
    }
    .loan_pr .loan_pr_lead p{
        padding-left: 30px;
        width: calc(100% - 150px);
    }
    .loan_support .loan_support_title{
        text-align: left;
    }
}
@media screen and (max-width: 480px) {
    .loan_support .loan_support_wrap .loan_support_image{
        display: none;
    }
    .loan_support_text{
        margin: 10px auto auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .loan_support_text p{
        text-align: left;
        padding-right: 10px;
        width: calc(100% - 100px);
    }
    .loan_support_text .loan_support_image2{
        width: 100px;
    }
}
@media screen and (min-width: 481px) {
    .loan_support_text .loan_support_image2{
        display: none;
    }
}

.sch_area_info_text {
    background: #E5ECF6;
    padding: 1em 1em;
    color: #202466;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}
.sch_area_info_text span {
    font-size: 0.9em;
    color: #555;
}
.sch_area_info table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 1em;
}
.sch_area_info th, .sch_area_info td {
    padding: 0.5em;
    text-align: center;
    border: 1px solid #CCC;
}
.sch_area_info th {
    background: #F5F7F9;
    font-weight: 500;
}
.sch_area_info_accordion_title {
    background: #E5ECF6;
    padding: 1em;
    color: #202466;
    font-weight: 500;
    cursor: pointer;
    margin-top: 1em;
}
.sch_area_info_accordion_title::after {
    content: "▼";
    float: right;
}
.sch_area_info_accordion_title.active::after {
    content: "▲";
    float: right;
}
.sch_area_info_accordion_content {
    display: none;
}
.sch_area_info_accordion_content ul {
    list-style: none;
    margin-top: 1em;
    display: grid;
    grid-template-columns: repeat(1,60% 1fr);
    gap: 0.5em 1em;
}

.sch_area_info_accordion_content ul li {
    text-align: center;
    padding: 0.5em;
}
.sch_area_info_accordion_content ul li.price {
    background: #F5F7F9;
}
.kind_count {
    color: #202466;
}