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

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

　　　route_kansai.php

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

/*--------------------------------------
ページヘッダー
--------------------------------------*/
.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;
}

/*検索軸中身*/
#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: var(--sp-14);
	font-weight: bold;
	line-height: 1;
	color: #FFF;
}

#route_kansai_wrap .area_title .title_txt{
	font-size: var(--sp-16);
	font-weight: bold;
	line-height: 1;
	color: #222;
}

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

/*エリア選択*/
#route_kansai_wrap .route_rail_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_rail_content ul li{
	margin:0;
	padding:0;
	list-style: none;
}

#route_kansai_wrap .route_rail_content .kasnai_area_list{
	width: 580px;
	font-size: var(--sp-16);
	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_rail_content ul a:first-child .kasnai_area_list {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
#route_kansai_wrap .route_rail_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_rail_content .kasnai_area_list:hover {
  background-color: #9eecf3;
}

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

　　　route_rail_osaka.php

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

#route_raile_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_raile_wrap .area_title .return{
	display: inline-block;
	background-color: #5BBCC9;
	padding: 20px 30px;
	border-radius: 8px;
	box-sizing: border-box;
}

#route_raile_wrap .area_title .return a{
	text-decoration:none;
	font-size: var(--sp-14);
	font-weight: bold;
	line-height: 1;
	color: #FFF;
}

#route_raile_wrap .area_title .title_txt{
	font-size: var(--sp-16);
	font-weight: bold;
	line-height: 1;
	color: #222;
}

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

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

#acMenu dt{
	width: 100%;
	font-weight: bold;
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 30px 0 30px 15px;
	background-color: #fff;
	background-image: url(../img/area/chevron_db_up.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	border-bottom: 1px solid #222;
	vertical-align: middle;
	cursor: pointer;
}

#acMenu dt:first-child{
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

/* 最後のアコーディオンを閉じたとき、親にも角丸を適用する */
#acMenu dt:last-of-type.active,
#acMenu dd:last-child,
#acMenu dd:last-child .checkbox:last-of-type {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	border-bottom: none;
}

#acMenu dt .kasnai_area_list{
	font-size: var(--sp-16);
	font-weight: bold;
}

#acMenu dd{
	background:#fff;
	width:100%;
	display:none;
}
#acMenu dt.active{
	background-image:url(../img/area/chevron_db_down.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 常に開いた状態にさせる */
#acMenu .open{
	display:block;
}
/*アコーディオン内チェックボックス*/
input[type=checkbox] {
  display: none;
}
#acMenu .checkbox {
  width: 100%;
  display: block;
	font-size: var(--sp-14);
	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;
}
#acMenu .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #bbb;
  border-radius: 6px;
  content: '';
}
#acMenu input[type=checkbox]:checked + .checkbox:after {
  border: 1px solid #5BBCC9;
	background-color: #5BBCC9;
}
#acMenu .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 36%;
  left: 40px;
  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;
}
#acMenu input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
	z-index: 1;
}
#acMenu ul.lar{
	/* margin-top:15px; */
}
#acMenu ul.lar li:first-child{
	float:left;
}
#acMenu ul.lar li:last-child{
	float:right;
	margin-right:13px;
}

/*決定ボタン*/
#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: var(--sp-32);
	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: var(--sp-16);
	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: var(--sp-15);
	font-weight:bold;
	color:#fff;
	background-color: #FE4958;
	border-radius: 10px;
}

/*共通*/
.clear{
  clear: both;
}
