@charset "UTF-8";

/*
*******************************************************************************************************
# facility 検索結果
*******************************************************************************************************
*/

/*-----------------------------
	module
-------------------------------*/
.module_content_head {
	font-size: 16px;
	font-weight: bold;
	color: #003899;
}

/* アイコンがついてるタイトル */
.module_icon_title {
	font-size: 16px;
	font-weight: bold;
	padding-left: 31px;
	background-position: 0 .2em;
	background-repeat: no-repeat;
	line-height: 1.7;
}
.module_icon_title.module_icon_title_book {
	background-image: url(/static/sp/campus_renew/img/common/icon_book.png);
	-webkit-background-size: 19px 15px;
	background-size: 19px 15px;
	background-position: 0 5px;
}
.module_icon_title.module_icon_title_university {
	background-image: url(/static/sp/campus_renew/img/common/icon_university.png);
	-webkit-background-size: 16px 22px;
	background-size: 16px 22px;
	background-position: 3px 0;
}
.module_icon_title.module_icon_title_gojuon {
	background-image: url(/static/sp/campus_renew/img/common/icon_gojuon.png);
	-webkit-background-size: 17px 21px;
	background-size: 17px 21px;
	background-position: 3px 2px;
}
.module_icon_title.module_icon_title_hat {
	background-image: url(/static/sp/campus_renew/img/common/icon_hat.png);
	-webkit-background-size: 20px 17px;
	background-size: 20px 17px;
	background-position: 2px 4px;
}

input[type="text"] {
	box-sizing: border-box;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 13px;
	font-size: 12px;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 0px inset;
	display: table-cell;
	vertical-align: middle;
	color: #616161;
	transform: scale(1, 1);
	width: 100%;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(10, 63, 148);
	border-image: initial;
}

/*------------------------------------------------------------------
		▲共通と思われる部分 END
--------------------------------------------------------------------*/



/* -------------▼▼▼▼▼▼ 学校検索物件一覧スタイル ▼▼▼▼▼▼------------ */
/*-----------------------------
	wrp_maincontent_header
-------------------------------*/
.wrp_maincontent_header {
	padding-bottom: 18px;
	background-color: #e6e8ec;
}
.maincontent_header_inner {
	display:table;
	position: relative;
	width: 100%;
}
.maincontent_header_inner .module_content_head {
	margin: 10px 0;
	display: table-cell;
	vertical-align: middle;
}
.maincontent_header_text {
	display: table;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	font-size: 16px;
}
.maincontent_header_inner .re_search {
	display: table-cell;
	vertical-align: middle;
	width: 7em;
	margin-left: auto;
	margin-right: 0;
	text-align: right;
	text-decoration: underline;
	font-size: 10px;
}
.maincontent_header_lead {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11px;
	line-height: 1.6;
}




/*-----------------------------
	上部パンくず
-------------------------------*/
.wrp_breadcrumb {
	padding: 10px;
	background-color: #e6e8ec;
	line-height: 1.7;
}
.wrp_breadcrumb a {
	position: relative;
	margin-right: 23px;
	font-size: 11px;
	display: inline-block;
	color: #111111;
}
.wrp_breadcrumb a:after {
	position: absolute;
	content: '＞';
	top: 50%;
	right: -18px;
	color: #111111;
	font-size: 10px;
	text-indent: 0;
	line-height: 0;
}
.wrp_breadcrumb span {
	font-size: 11px;
	display: inline-block;
}

#contentHeader {
	background-color: #fff;
}
.searched_title {
	padding: 14px 10px;
	background-color: #003899;
	color: #fff;
	line-height: 1.5;
	font-weight: bold;
	font-size: 14px;
}

.searched_title {
	padding: 14px 10px;
	background-color: #003899;
	color: #fff;
	line-height: 1.5;
	font-weight: bold;
	font-size: 14px;
}
/*-----------------------------
	条件を変更する
-------------------------------*/
.change_conditions {
	margin-top: 7px;
	margin-bottom: 7px;
}
.change_conditions_inner {
	display: table;
	width: 100%;
	font-size: 12px;
}
.change_conditions_inner .btn_change_conditions,
.change_conditions_inner .btn_back {
	display: table-cell;
	vertical-align: middle;
}
.change_conditions_inner .btn_back {
	background-color: #003899;
	color: #fff;
	font-weight: bold;
}
.change_conditions_inner .btn_back a {
	color: #fff;
	text-align: center;
	text-decoration: underline;
}
.change_conditions_inner .btn_change_conditions .inner_text:after {
	position: relative;
	display: inline-block;
	content: '';
	left: 20px;
/*	position: absolute;
	top: 50%;
	margin-top: -4px;
	*/
	width: 0;
	height: 0;
	border-style: solid;
	border-width:5px 0 5px 6px;
	border-color: transparent transparent transparent #003899;
}
.change_conditions_inner .btn_change_conditions {
	width: 81%;
}
.change_conditions_inner .btn_change_conditions .mod_btn_l {
	border-radius: 0;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	border-left: 0;
}
.change_conditions_inner .btn_change_conditions .inner_text {
	position: relative;
	font-weight: bold;
	right: 10px;
}

/*-----------------------------
	処理結果メッセージ
-------------------------------*/
.map_search_msg {
	margin: 7px 10px 7px 10px;
	border-style: solid;
	border-width:2px 2px 2px 2px;
	border-color: #ff0000;
	padding: 13px 10px 13px 10px;
	text-align: center;
	color: #ff0000;
	display: none;
	line-height: 1.2;
}

/*-----------------------------
	地図のサークルエリア部分のチェックボックス
-------------------------------*/
.map_change_area_inner {
	padding: 10px;
	background-color: #d4e4ff;
	display: inline-block;
	display: table;
	width: 300px;
	margin-left: auto;
}
.map_change_area {
	text-align: right;
	font-size: 10px;
}
.map_change_area .map_change_area_title,.wrp_map_change_area_lists {
	display: table-cell;
	vertical-align: middle;
}
.map_change_area input[type="checkbox"] {
	margin-left: 20px;
	margin-right: 6px;
}
.map_change_area_lists {
	display: table;
	width: 100%;
}
.map_change_area_lists li {
	display: table-cell;
	width: 33.3%;
}
.map_change_area_lists li > p {
	display: table;
	width: 100%;
}
.map_change_area_lists li > p input,
.map_change_area_lists li > p label {
	display: table-cell;
	vertical-align: middle;
}


/*-----------------------------
	地図
-------------------------------*/
.wrp_bukkenSearchMap {
	position: relative;
	width: 100%;
	height: 516px;
	background-color: #e8e8e8;
}
#bukkenSearchMap {
	height: 100%;
	width: 100%;
}
.wrp_bukkenSearchMap .morezoom {
	display: none;
}
.wrp_bukkenSearchMap .morezoom.show {
	display: block;
	padding: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}


/*-----------------------------
	ショップ一覧
-------------------------------*/
.shop_lists {
	position: absolute;
	left:0;
	width: 100%;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	background-color: #fff;
}
.shop_lists.show {
	z-index: 1;
	opacity: 1;
}

.shop_lists .map_close {
	position: absolute;
	top: -32px;
	right: 0;
	padding: 9px;
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background-color: #003899;
	border-radius: 3px 0 0 0;
	line-height: 1;
}
.shop_lists .map_close span {
	display: inline-block;
	padding-left: 5px;
}
.shop_lists .map_close.close {
	display: none;
}
.shop_lists .map_close:before {
	position: relative;
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	background: url(/static/sp/facility/img/common/map/icon_close.png) no-repeat 0 0;
	background-size: 8px 8px;
}
/*.shop_lists {
	position: relative;
}*/
.wrp_sec_article_info_area{
	position: relative;
	border-top: 3px solid #003899;
	border-bottom: 1px solid #cccccc;
}

.sec_article_info_area {
	float: left;
	/*width: 100% !important;*/
}
.article_outline {
	padding: 15px 32px;
	font-size: 12px;
	padding-top: 0px;
}
.article_outline .pic_room,.article_outline .txt_supplement {
	display: table-cell;
	vertical-align: middle;
}
.article_outline .txt_supplement {
	line-height: 1.5;
}
.article_outline .txt_supplement li {
	margin-top: 0;
	font-size: 15px;
}
.article_outline .txt_supplement li span {
	font-weight: bold;
	color: #ff48b0;
}
.article_outline .pic_room {
	width: 85px;
	padding-right: 9px;
}
.article_outline .pic_room p {
	border: 1px solid #E2E2E2;
	padding: 2px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.article_outline_inner {
	display: table;
	width: 100%;
	padding-top: 15px;
}
.article_outline .pic_room p img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.article_outline .bukkentype {
	display: inline-block;
	padding: 3px 9px;
	margin-right: 3px;
	color: #ffffff;
	background: #013b96;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
}
.article_outline .wrp_walking_time {
	margin-top: 10px;
	line-height: 1.5;
}

/*-----------------------------
	地図検索物件情報枠 2018/12/04追加
-------------------------------*/
.article_outline a.bukkenn_border {
	padding: 0px 14px 7px 14px;
    margin-top: 7px;
	border: 1px solid #e2e2e2;
    box-shadow: 2px 2px 3px #e2e2e2;
}

/*-----------------------------
	施設チェックボックス
-------------------------------*/
.public_facilities {
	padding-bottom: 22px;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.8;
}
.wrp_public_facilities_lists {
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ebebeb;
}
.public_facilities_lists {
	box-sizing: border-box;
	width: 50%;
	float: left;
	font-size: 10px;
}
.public_facilities_lists.first {
	padding-right: 10px;
}
.public_facilities_lists.second {
	padding-left: 10px;
}
.public_facilities_lists li {
	display: table;
	width: 100%;
	margin-top: 10px;
	line-height: 1.5;
}
.public_facilities_lists .checkbox {
	padding-top: 5px;
	width: 3em;
	text-align: center;
	height: 2em;
}
.public_facilities_lists .checkbox,
.public_facilities_lists .checkbox_text {
	display: table-cell;
	vertical-align: top;

}
.public_facilities_lists .checkbox_icon {
	position: relative;
	/*left: 13px;*/
	display: inline-block;
	margin-left: 3em;
	margin-top: 4px;
}
.public_facilities_lists .checkbox_icon:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	left: -25px;
	width: 18px;
	height: 17px;
	background: url(/static/sp/facility/img/common/icon_check_prefectural.png) 0 0 no-repeat;
	background-size: 18px 17px;
}
.public_facilities_lists .checkbox_icon.icon_school:before {
	background-image: url(/static/sp/facility/img/common/icon_check_school.png);
}
.public_facilities_lists .checkbox_icon.icon_library:before {
	background-image: url(/static/sp/facility/img/common/icon_check_library.png);
}
.public_facilities_lists .checkbox_icon.icon_hospital:before {
	background-image: url(/static/sp/facility/img/common/icon_check_hospital.png);
}
.public_facilities_lists .checkbox_icon.icon_park:before {
	background-image: url(/static/sp/facility/img/common/icon_check_park.png);
}
.public_facilities_lists .checkbox_icon.icon_convenience:before {
	background-image: url(/static/sp/facility/img/common/icon_check_convenience.png);
}

.public_facilities_lists .checkbox {
	margin-top: 7px;
	vertical-align: top;
}
.public_facilities .mod_btn_all_s {
	margin-top: 25px;
	display: block;
	width: 148px;
	margin-left: auto;
	margin-right: auto;
}
.public_facilities .more_info {
	font-size: 11px;
}

.slick-track {
	/*width: 100% !important;*/
	height: 100% !important;
}
.slick-prev {
	left: 12px;
	right: auto;
}
.slick-next {
	right: 12px;
	left: auto;
}
.slick-prev:before, .slick-next:before {
	content: none;
}
.slick-prev {
	background: url(/static/sp/facility/img/common/map/arrow_left.png) 0 0 no-repeat;
	background-size: 10px 22px;
}
.slick-next {
	background: url(/static/sp/facility/img/common/map/arrow_right.png) 0 0 no-repeat;
	background-size: 10px 22px;
}
.slick-prev, .slick-next {
	width: 10px;
	height: 22px;
	z-index: 50;
}
/*.slick-prev, .slick-next {
	z-index: 50;
	background-color: #000;
}*/
.slick-counter {
	padding-top: 14px;
	/* padding-top: 25px; */
	text-align: center;
	color: #5d5d5d;
	font-size: 11px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {

}
