@charset "UTF-8";
/*全体設定*/
* html body{
    overflow: hidden;
    height:100%;
	}

/*--------------------------------------
ページヘッダー
--------------------------------------*/
.page-header {
  width: 100%;
  height: 162px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
	padding: 0 32px;
  background: url('../img/renewal/area/header-bg.jpg') no-repeat center center;
  background-size: cover;
	box-sizing: border-box;
}

.page-title {
	font-family: 'Noto Sans JP', sans-serif;
  font-size: calc(20px /(393 / 640));
	font-weight: bold;
}

/*--------------------------------------
パンくずリスト
--------------------------------------*/
.breadcrumb{
	width:640px;
	margin:0 auto;
	font-size: calc(11px / (393 / 640));
	padding: 15px 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
	box-sizing: border-box;
}
.breadcrumb li{
	display:inline-block;
	position: relative;
	vertical-align:bottom;
}
.breadcrumb li:after{
	content:'';
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 35%;
	right: -18px;
}
.breadcrumb li:last-child:after{
	content:'';
	display: none;
}

/*--------------------------------------------

　　　area_kansai.php

---------------------------------------------*/
/*検索軸中身*/
#route_kansai_wrap{
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	background-color: #fff;
}

#route_kansai_wrap .area_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	background-color: #F5F5F5;
	padding: 20px 30px;
	box-sizing: border-box;
}

#route_kansai_wrap .area_title .return{
	display: inline-block;
	background-color: #5BBCC9;
	padding: 20px 30px;
	border-radius: 8px;
	box-sizing: border-box;
}


#route_kansai_wrap .area_title .return a{
	text-decoration:none;
	font-size: calc(14px / (393 / 640));
	font-weight: bold;
	line-height: 1;
	color: #FFF;
}

#route_kansai_wrap .area_title .title_txt{
	font-size: calc(16px / (393 / 640));
	font-weight: bold;
	line-height: 1;
	color: #222;
}

#route_kansai_wrap .route_raile_content{
	width: 580px;
	background-color: #fff;
	margin: 0 auto;
}

/*路線_ナビゲーション*/
#route_kansai_wrap .menu-list_nav-city{
	width:100%;
	margin:0 auto;
	padding:30px 0;
	background-color:#fff;
	}

#route_kansai_wrap .menu-list_nav-city img{
	display:block;
	margin:0 auto;
	text-align:center;
	}

/*エリア選択*/
#route_kansai_wrap .route_raile_content ul{
	width: 100%;
  	max-width: 640px;
  	min-width: 320px;
  	border: 1px solid #222;
  	margin:30px 0;
  	padding:0;
  	list-style: none;
	border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
 	}

#route_kansai_wrap .route_raile_content ul li{
  	margin:0;
  	padding:0;
  	list-style: none;
 }

#route_kansai_wrap .route_raile_content .kasnai_area_list{
  	width: 580px;
  	font-size: calc(16px / (393 / 640));
  	font-weight: bold;
  	text-align: left;
  	box-sizing: border-box;
  	-webkit-transition: background-color 0.2s linear;
  	transition: background-color 0.2s linear;
  	position: relative;
  	display: inline-block;
  	margin: 0;
  	padding: 28px 0 30px 15px;
  	background-color: #fff;
  	background-image:url(../img/renewal/chevron_db_circle.png);
  	background-repeat: no-repeat;
  	background-size:30px;
  	background-position: 95% 50%;
  	border-bottom: 1px solid #222;
  	vertical-align: middle;
  	cursor: pointer;
		color: #000;
	}
#route_kansai_wrap .route_raile_content ul a:first-child .kasnai_area_list {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
#route_kansai_wrap .route_raile_content ul a:last-child .kasnai_area_list {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	border-bottom: none;
}

#route_kansai_wrap .route_raile_content .kasnai_area_list:hover {
  background-color: #9eecf3;
}

/*--------------------------------------------

　　　area_city_osaka.php

---------------------------------------------*/
#area_city_wrap{
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	background-color: #fff;
}

#area_city_wrap .area_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	background-color: #F5F5F5;
	padding: 20px 30px;
	box-sizing: border-box;
}

#area_city_wrap .area_title .return{
	display: inline-block;
	background-color: #5BBCC9;
	padding: 20px 30px;
	border-radius: 8px;
	box-sizing: border-box;
}

#area_city_wrap .area_title .return a{
	text-decoration:none;
	font-size: calc(14px / (393 / 640));
	font-weight: bold;
	line-height: 1;
	color: #FFF;
}

#area_city_wrap .area_title .title_txt{
	font-size: calc(16px / (393 / 640));
	font-weight: bold;
	line-height: 1;
	color: #222;
}

#area_city_wrap .other_title{
	width: 100%;
	height:70px;
	max-width: 640px;
	min-width: 320px;
	font-size:26px;
	background-image:url(../img/area/facility_title.jpg);
	background-repeat:no-repeat;
	text-align: center;
	z-index: 10;
}

#area_city_wrap .other_title .return{
	width:40%;
	color:#1baab7;
	background-color:#d3f9fc;
	padding:10px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	position:relative;
	top:22px;
	right:265px;
	}

#area_city_wrap .other_title .return a{
	text-decoration:none;
	color:#1baab7;
	}

#area_city_wrap .other_title .title_txt{
	width:60%;
	position:relative;
	top:0;
	right:30px;}

#area_city_wrap .area_city_count{
	text-align:right;
	padding:15px 10px 15px 0;
	background-color:#fff;
	border-top:#4cd8e5 solid 3px;
	border-bottom:#4cd8e5 solid 1px;
	}

#search_number{
	color:#FE4958;
	font-size:18px;
	margin-right:10px;
	font-weight:800;
	}
#area_city_wrap .area_city_content,
#area_city_wrap .area_shisetsu_content,
#area_city_wrap .area_other_content{
	width: 580px;
	background-color: #fff;
	margin: 30px auto;
	border: 1px solid #222;
	border-radius: 16px;
}

/*路線_ナビゲーション*/
#area_city_wrap .menu-list_nav-city{
	width:100%;
	margin:0 auto;
	padding:30px 0;
	background-color:#fff;
	}
#area_city_wrap .menu-list_nav-city ul{
	margin:0 0 0 50px;
	padding:0;
	list-style:none;
	}

#area_city_wrap .menu-list_nav-city li{
	margin:0;
	padding:0;
	float:left;
	display:inline;
	}

#area_city_wrap .menu-list_nav-city li img{
	display:block;}

/*チェックボックス*/
  input[type=checkbox] {
  display: none;
}

.area_city_content .checkbox,
.area_shisetsu_content .checkbox,
.area_other_content .checkbox{
  width: 100%;
  display: block;
	font-size: calc(16px / (393 / 640));
	font-weight: bold;
	line-height: 1.4;
	color: #222;
	background-color: #fff;
  box-sizing: border-box;
  position: relative;
  padding: 24px 0px 24px 76px;
  border-bottom: 1px solid #222;
  vertical-align: middle;
  cursor: pointer;
}

.area_city_content ul li:first-child .checkbox,
.area_shisetsu_content ul li:first-child .checkbox,
.area_other_content ul li:first-child .checkbox{
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.area_city_content ul li:last-child .checkbox,
.area_shisetsu_content ul li:last-child .checkbox,
.area_other_content ul li:last-child .checkbox{
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	border-bottom: none;
}

.area_city_content .checkbox ul li:first-child,
.area_shisetsu_content .checkbox,
.area_other_content .checkbox {
  position: relative;
}

.area_city_content .checkbox ul li:first-child:after,
.area_shisetsu_content .checkbox:after,
.area_other_content .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: calc(50% - 15px);
  left: -46px;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #bbb;
  border-radius: 6px;
  content: '';
}

.area_shisetsu_content .checkbox:after,
.area_other_content .checkbox:after {
  left: 30px;
}

.area_city_content input[type=checkbox]:checked + .checkbox ul li:first-child:after,
.area_shisetsu_content input[type=checkbox]:checked + .checkbox:after,
.area_other_content input[type=checkbox]:checked + .checkbox:after {
  border: 1px solid #5BBCC9;
	background-color: #5BBCC9;
}

.area_city_content .checkbox ul li:first-child:before,
.area_shisetsu_content .checkbox:before,
.area_other_content .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 20%;
  left: -36px;
  display: block;
  width: 9px;
  height: 16px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
	z-index: 1;
}

.area_shisetsu_content .checkbox:before,
.area_other_content .checkbox:before {
  top: 36%;
  left: 40px;
}

.area_city_content input[type=checkbox]:checked + .checkbox ul li:first-child:before,
.area_shisetsu_content input[type=checkbox]:checked + .checkbox:before,
.area_other_content input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
	z-index: 1;
}

/*決定ボタン*/
#submit_wrap{
	width: 640px;
	height: 128px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed !important;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	padding: 26px 32px;
	box-sizing: border-box;
}

/*カウンター*/
.submit_count_in{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.submit_btn_in{
  display: flex;
	justify-content: flex-end;
}

/* .submit_count_in .goukei{
	font-size:50px;
} */

.submit_count_in .timer-a{
	font-size: calc(31px / (393 / 640));
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	font-family: 'Inter', sans-serif;
	min-width: 100px;
}

.submit_count_in .counter{
	color: #fff;
	font-size: calc(16px / (393 / 640));
	font-weight: bold;
	line-height: 1.4;
	margin-left: 10px;
	transform:translateY(-10px);
}

.submit_btn_in .submit_btn,
.other .submit_btn {
	width:320px;
	height: 74px;
	display:block;
	font-size:calc(15px / (393 / 640));
	font-weight:bold;
	color:#fff;
	background-color: #FE4958;
	border-radius: 10px;
}

.area_city_content ul.lar li:first-child{
	float:left;
}
.area_city_content ul.lar li:last-child{
	float:right;
	margin-right:13px;
}
.area_city_content ul.lar li.city_flg{
	margin-left: 30px;
}

.other {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
