@charset "utf-8";
#page-title {
	margin-bottom: 30px;

}
#middle-search{
	width: 1000px;
	background-color:transparent;
	padding: 0;
}
#middle-search ul{
	display: flex;
	flex-wrap: wrap;
}
/*詳細検索*/
#detail-search{
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 30px 20px;
	margin-bottom: 50px;
}
#detail-search .head{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
#detail-search .head span{
	border-left: 6px solid #be0000;
	display: inline-block;
	padding: 1px 0 3px 5px;
	line-height: 1;
}

#detail-search .content-head{
	margin-bottom: 22px;
	padding-bottom: 7px;
	border-bottom: 2px solid #be0000;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
#detail-search h2{
	font-size: 24px;
	font-weight: bold;
}
#detail-search .count-hit-wrap{
	font-size: 15px;
}
#detail-search .count-hit{
	color: #f21818;
	font-size: 30px;
	line-height: 1;
	vertical-align: -1px;
	padding: 0 2px;
	font-weight: bold;
	display: inline-block;
}

#railway-select{
	padding-bottom: 10px;
	margin-bottom:20px;
	border-bottom: 1px solid #dcdcdc;
}
#railway-select .wrap{
	margin-bottom:16px;

}
#railway-select .sub-head{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
#railway-select .sub-head span{
	padding: 0 8px 6px 8px;
	position: relative;
	display: inline-block;
}
#railway-select .sub-head span:before{
	content: "";
	position: absolute;
	top: .2em;
	bottom: .45em;
	left: 0;
	width: 4px;
	border-radius: 3px;
	background-color: #687e94;
}

#railway-select .parent_list{
	display:inline-block;
	background:#fff;
	margin:0 2px 6px 0;
}
.parent_list a{
	transition:none;
	border-radius: 3px;
	border: 2px solid #6aa1d8;
	display:inline-block;
	padding:5px 10px 4px;
	font-size:15px;
	font-weight:bold;
	color:#323232;
	box-shadow: #eee 0 -2px 0 inset;
}
.parent_list a:hover{
	color:#0080ff;
}
.parent_list a span{
	display:none;
	}
/*沿線オープン　駅*/
#railway-select .wrap dt:first-of-type{
	margin-top: 12px;
}
#railway-select .wrap dt{
	display: flex;
	align-items:center;
	justify-content:space-between;
	width:100%!important;
	border-left: 1px solid #193c54;
	border-right: 1px solid #193c54;
	background: #193c54;
	font-weight: bold;
	padding:6px 10px 6px;
	font-size:14px;
	overflow: hidden;
}
#railway-select .wrap dt strong{
	color: #fff;
	display:inline-block;
}
#railway-select .wrap dt div{
	font-size:14px;
	text-align: right;
	font-size: 0;
}
#railway-select .wrap div a{
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	background: #fff;
	margin-left: 5px;
	box-shadow: 0 -1px 0 #c0c0c0 inset;
	padding:5px 15px;
	border-radius: 3px;
}
#railway-select .wrap dd{
	background:#fff;
	padding:10px 10px 4px;
	overflow:hidden;
	border: 1px solid #dcdcdc;
	margin-bottom: 15px;

}
#railway-select .wrap dd:last-of-type{
	margin-bottom: 35px;
}
#railway-select .wrap label span{
	display:none;
}
/*駅チェックボックス*/
label {
	display: inline-block;
	margin: 0 10px 5px 0;
}
#railway-select label {
	display: inline-block;
	position: relative;
	min-width:14%;
}

input[type="checkbox"]{
	-webkit-appearance: none;
	border:1px solid #bcbcbc;
	position:relative;
	border-radius:3px;
	box-sizing:border-box;
	width:24px;
	height:24px;
	background:#fff;
	font-size: 100%;
	vertical-align:-.5em;
	box-shadow: 0 -1px 0 #f0f0f0 inset;
}
input[type="checkbox"]:checked{
	background:#0080ff;
	border: 2px solid #193c54;
	box-shadow: none;
}
input[type="checkbox"]:checked:before{
	position:absolute;
	left: 1px;
	top: 13px;
	display:block;
	content:"";
	width:8px;
	height:3px;
	background:#fff;
	-webkit-transform:rotate(45deg);
	-webkit-transform-origin:right center;
}
input[type="checkbox"]:checked:after{
	display:block;
	position:absolute;
	left: 9px;
	top: 11px;
	content:"";
	width:11px;
	height:3px;
	background:#fff;
	-webkit-transform:rotate(-53deg);
	-webkit-transform-origin:left center;
}
/*絞り込み条件エリア*/
#other-select dl {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #dcdcdc;
}
/*こだわり条件ラベル*/
.kodawari label {
	min-width: 20%;
}
/*送信ボタン枠*/
.submit-wrap{
	position: relative;
	background: #e3ebf2;
	padding: 10px 15px;
	border-radius: 6px;
}
.submit-wrap .count-hit-wrap{
	top: 50%;
	transform: translate(0,-50%);
	position: absolute;
}
/*送信ボタン*/
.submit input{
	width:420px;
	margin:0 auto;
	display:block;
	margin:0 auto;
	border:none;
	padding:18px 10px;
	border-radius: 0.4rem;
	color: #fff;
	background: url(/sp/img/index/icon_arrow-w.png) no-repeat #065eb6;
	background-position: right 0.5rem top 50%;
	background-size: 2%;
	box-shadow: rgba(3,58,112,1)0 -1px 0 inset;
	font-size: 18px;
}


/*-------------▽▽検索ページ追加▽▽-------------*/
#breadcrumb {
	margin: 0 auto;
	position: absolute;
	top: 0;
}
#breadcrumb li::after {
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(
45deg);
	transform: rotate(
45deg);
}
#breadcrumb li a{
	color: #fff;
}
#top-title{
	background: #1e1e1e;
	color: #fff;
	margin-bottom: 40px;
}
#top-title .back-img{
	background: url(/img/rent/title_back.jpg) no-repeat center;
	background-size: cover;
	max-width: 1400px;
    margin: 0 auto;
}
.shop #top-title .back-img{
	background: url(/img/rent/title_back_shop.jpg) no-repeat center;
	background-size: cover;
}
#top-title .inner{
	width: 1000px;
	margin:  0 auto;
	padding: 20px 0;
	position: relative;
}
#top-title .inner .flex-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#top-title h1{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: .08em;
	line-height: 1;
	margin-bottom: 15px;
}
#top-title .title p{
	font-size: 16px;
	font-weight: bold;
}
#top-title .image{
	width: 400px;
	height: 230px;
}
#top-title .image img{
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

/*-------------▽▽検索ページ変更▽▽-------------*/
#middle-search .of li a{
	display: flex;
	border: 1px solid #d2d2d2;
	background: #fff;
	width: 220px;
}
#middle-search ul li{
	float: none;
	margin-bottom: 10px;
}
#middle-search ul li:nth-child(2n){
	margin-right: 0;
}
#middle-search .of li a .image{
	width: 80px;
	height: auto;
}
#middle-search .of li a .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
#middle-search .of li a p{
	font-size: 13px;
	color: #000;
	font-weight: bold;
	padding: 20px 10px;
	flex: 1;
}
#middle-search .of li a p span{
	font-size: 16px;
	background: #fff;
	color: #1e1e1e;
	display: inline-block;
	text-align: center;
	line-height: 1.2em;
	font-weight: bold;
	padding: 0 0 3px;
}
.map-quick {
	margin: 20px auto 20px;
}
