@charset "utf-8";
/*------------------------------
出発駅入力画面
------------------------------*/
body {color: #333;}
.route_h2 {border-bottom: 1px solid #ccc;padding: 20px 0;}
.route_h2 h2 {
	width: 80%;
  height: 80px;
  margin: 0 auto;
  border: 2px solid #0068b7;
  background: linear-gradient(to right, #6eb8ef, #0380cf);
  color: white;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.route_h2 h2 span {
	font-size: 10px;
  margin-left: 10px;
  border: 1px solid white;
  padding: 1px 5px 0;
}
main {width: 80%;margin: 20px auto;text-align: center;}
main * {box-sizing: border-box;margin: 0;padding: 0;}
.route_search_box {border: 2px solid #0068b7;border-radius: 8px;}
.route_search_box + .route_search_box {margin-top: 20px;}
.route_h3 {
	background: #0068b7;
	padding: 10px 20px;
	color: white;
	font-weight: bold;
	font-size: 16px;
}
.input_wrap {padding: 20px;position: relative;}
main input[type="text"] {
  border: 1px solid #ccc;
  outline: none;
  padding: 10px 15px;
  width: 60%;
}
.arrow {background: url(../images/n_station/allow.gif) no-repeat center top;padding-top: 40px;margin-top: 20px;margin-bottom: 10px;}
.destination {font-size: 16px;font-weight: bold;}
#condition {display: inline-block;background: url(../images/n_station/icon_01.jpg) no-repeat left center;padding-left: 24px;height: 28px;}
.input_wrap #condition {position: absolute;right: 30px;bottom: 30px;}
#condition a {color: #1072b8;text-decoration: underline;transition: .2s linear;}
#condition a:hover {opacity: .6;}
main .btn {
	display: block;
	background: #eee;
  border: 1px solid #aaa;
  padding: 8px;
  cursor: pointer;
  width: 200px;
  font-size: 18px;
  letter-spacing: 2px;
  border-radius: 3px;
	transition: .2s linear;
	color: #333;
	margin: 0 auto;
	text-align: center;
}
main .btn:hover {background: #222;color: white;text-decoration: none;}
footer {border-bottom: 2px solid #0068b7;text-align: center;padding: 20px 0;}
/*------------------------------
出発駅候補選択画面
------------------------------*/
select {outline: none;}
/*------------------------------
結果画面
------------------------------*/
main.result,
main.icon {text-align: left;}
.search_num {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.route_search_box.result .route_h3 {text-align: left;}
.input_wrap .row {
	display: flex;
	mix-blend-mode: multiply;
	border-bottom: 3px solid white;
	font-size: 12px;
}
.row div:nth-child(1) {width: 15%;}
.row div:nth-child(2) {flex: 1;}
.row div:nth-child(3) {width: 15%;}
.row div:nth-child(4) {width: 15%;}
.special .exp_chargeDetail .exp_chargeCost {width: 100%;}
.row div:nth-child(1),.row div:nth-child(3),.row div:nth-child(4) {text-align: center;}
.gray_container {background: #f2f2f2;}
.green_container {background: #e2f8ee;}
.orange_container {background: #f8edde;}
.yellow_container {background: #fff9cc;}
.blue_container {background: #ccefff;}
.d_blue_container {background: #cce2ff;}
.red_container {background: #ffe5e6;}
.ttl_box .time, .ttl_box .fare, .ttl_box .special {background: #f5f5f5; font-weight: bold;}
.row > div {padding: 10px;}
.b_gray_detail > p, .gray_detail > p {padding-left: 40px;}
.green_detail > p, .orange_detail > p, .yellow_detail > p, .blue_detail > p, .d_blue_detail > p, .red_detail > p {
  padding-left: 55px;
  height: 100%;
  display:flex;
  align-items:center;
}
.row > div + div {border-left: 2px solid white;}
.gray_container .time, .gray_container .fare, .gray_container .special {background: #eaeaea;}
.green_container .time, .green_container .fare, .green_container .special {background: #deefe7;}
.orange_container .time, .orange_container .fare, .orange_container .special {background: #efe8de;}
.yellow_container .time, .yellow_container .fare, .yellow_container .special {background: #f5f0cc;}
.blue_container .time, .blue_container .fare, .blue_container .special {background: #cce8f5;}
.d_blue_container .time, .d_blue_container .fare, .d_blue_container .special {background: #ccdef5;}
.red_container .time, .red_container .fare, .red_container .special {background: #f5dfe1;}
.gray_container .time {border-left: 10px solid #f2f2f2;}
.ttl_box .time {border-left: 10px solid white;}
.green_container .time {border-left: 10px solid #e2f8ee;}
.orange_container .time {border-left: 10px solid #f8efe2;}
.yellow_container .time {border-left: 10px solid #fff9cc;}
.blue_container .time {border-left: 10px solid #ccefff;}
.d_blue_container .time {border-left: 10px solid #cce2ff;}
.red_container .time {border-left: 10px solid #ffe5e6;}
.gray_container .special {border-right: 10px solid #f2f2f2;}
.ttl_box .special {border-right: 10px solid white;}
.green_container .special {border-right: 10px solid #e2f8ee;}
.orange_container .special {border-right: 10px solid #f8efe2;}
.yellow_container .special {border-right: 10px solid #fff9cc;}
.blue_container .special {border-right: 10px solid #ccefff;}
.d_blue_container .special {border-right: 10px solid #cce2ff;}
.red_container .special {border-right: 10px solid #ffe5e6;}
.b_gray_detail {background: url(../images/n_station/icon_circle.png) no-repeat left 5px center;}
.gray_detail {background: url(../images/n_station/icon_circle_s.png) no-repeat left 10px center;}
.gray_detail_extend {background: url(../images/n_station/icon_go.gif) no-repeat left 10px center;}
.gray_detail_back {background: url(../images/n_station/icon_return.gif) no-repeat left 10px center;}
.ttl_box  + .gray_container .gray_detail {background: url(../images/n_station/icon_circle.png) no-repeat left 10px center;}
.green_detail {background: url(../images/n_station/icon_01.png) no-repeat left 18px center/ 35px; color: #339933;}
.orange_detail {background: url(../images/n_station/icon_02.png) no-repeat left 18px center/ 35px; color: #FF6904;}
.yellow_detail {background: url(../images/n_station/icon_04.png) no-repeat left 18px center/ 35px; color: #cc9900;}
.blue_detail {background: url(../images/n_station/icon_05.png) no-repeat left 18px center/ 35px; color: #146eff;}
.d_blue_detail {background: url(../images/n_station/icon_06.png) no-repeat left 18px center/ 35px; color: #003399;}
.red_detail {background: url(../images/n_station/icon_03.png) no-repeat left 18px center/ 35px; color: #FF3300;}
.right {text-align: right;}
.exp_fare .time, .exp_fare .fare, .green_container .time, .green_container .fare, .yellow_container .time, .yellow_container .fare,
.blue_container .time, .d_blue_container .fare, .d_blue_container .time {display: grid;place-items: center;}
.exp_resultHeader.exp_clearfix {font-size: 15px;}
/* 料金 ポップアップ */
.exp_menu.exp_chargeWindow div, .exp_menu.exp_fareWindow div {width: 100%;}
.exp_menu.exp_chargeWindow, .exp_menu.exp_fareWindow {
  display: block;
  position: relative;
  z-index: 100;
  border: 1px solid #a0aab4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ecf0f3;
  font-weight: normal;
  min-width: 20em;
  width: auto !important;
  left: calc(100% - 20em);
}
.exp_menu.exp_chargeWindow .exp_header.exp_clearfix, .exp_menu.exp_fareWindow .exp_header.exp_clearfix {height: 2.4em;}
.exp_menu.exp_chargeWindow .exp_clearfix:after, .exp_menu.exp_fareWindow .exp_clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  font-size: 0;
}
.exp_menu.exp_chargeWindow .exp_title, .exp_menu.exp_fareWindow .exp_title {
  display: block;
  float: left;
  margin-top: 0.5em;
  margin-left: 0.5em;
  text-shadow: 0px 1px 0px rgba(255,255,255,1);
  font-weight: bold;
}
.exp_menu.exp_chargeWindow .exp_close a, .exp_menu.exp_fareWindow .exp_close a {
  display: block;
  float: right;
  margin-top: 0.3em;
  margin-right: 0.5em;
  padding: 0 0.3em 0 0.3em;
  border: 1px solid #8a939c;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: -moz-linear-gradient(bottom, #FFFFFF, #dbdee3 10%, #ebeef2 0.67, #f9fafb);
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff),color-stop(0.05, #dbdee3),color-stop(0.67, #ebeef2), to(#f9fafb));
  box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
  color: #384556;
  text-decoration: none;
  font-weight: bold;
  font-size: small;
}
.exp_menu.exp_chargeWindow .exp_costList, .exp_menu.exp_fareWindow .exp_costList {float: right;padding-right: 1em;font-weight: bold;}
.exp_menu.exp_chargeWindow .exp_list, .exp_menu.exp_fareWindow .exp_list {margin-bottom: 1em;}
.exp_menu.exp_chargeWindow .exp_list .exp_odd, .exp_menu.exp_fareWindow .exp_list .exp_odd {border: solid 1px #a3aeb8;background-color: #ffffff;}
.exp_menu.exp_chargeWindow .exp_list .exp_even, .exp_menu.exp_fareWindow .exp_list .exp_even {border: solid 1px #a3aeb8;background-color: #f9f9f9;}
.exp_menu.exp_chargeWindow .exp_item, .exp_menu.exp_fareWindow .exp_item {
  margin: 0 0.7em;
  padding: 0.7em;
  list-style-type: none;
  font-weight: normal;
  text-align: left;
  width: auto;
}
.row div.direct {
  text-align: center;
  font-weight: bold;
  color: #666666;
  width: 100%;
  font-size: 12px;
}
/*------------------------------
検索条件
------------------------------*/
.condition_table {
	width: 90%;
  background: #F0F0F0;
  margin: 0 auto;
  border: 5px solid #F0F0F0;
}
.condition_table th, .condition_table td {
	background: white;
  border: 5px solid #F0F0F0;
  padding: 5px;
  text-align: left;
}
.condition_table input[type="radio"] {margin-right: 5px;}
.btn_box {
	display: flex;
	justify-content: space-around;
	width: 90%;
	margin: 20px auto 0;
}
/*------------------------------
探索結果について
------------------------------*/
main.icon p,
ul.indent li {font-size: 12px;margin-left: 2em;}
.notice_h2 {font-size: 18px;font-weight: bold;margin: 10px 0;}
.notice_h3 {font-size: 14px;font-weight: bold;margin: 10px 0;}
.icon_table {margin-left: 2em;}
.icon_table td img {width: 35px;vertical-align: middle;margin: 0 5px 5px 0;}
.icon_table + .notice_h3 {margin-top: 20px;}
/*------------------------------
デバイス別
------------------------------*/
@media (max-width: 900px) {
	main .btn {width: 140px;}
}
@media (max-width: 720px) {
	.route_h2 h2 {font-size: 18px;padding: 5px;box-sizing: border-box;height: auto;}
}
@media (max-width: 650px) {
  .btn_box {display: block;}
  .btn_box a {width: 100%;}
  .btn_box a + a {margin-top: 10px;}
	.route_h2 h2 {width: 90%;}
  .input_wrap {padding: 10px;}
  .condition_table, .btn_box {width: 100%;}
  main {width: 90%;}
}