@charset "UTF-8";

/*
 * 動的ページ用
 */

.a-h100pct {
  height: 100%;
}

.a-link-bl {
  color: #184f9f;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
}

.a-link-bk {
  color: #535353;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
}

.a-btn-bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: #184f9f;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-btn-bl--border {
  border: 2px solid #184f9f;
  background: #f2f2f2;
  color: #184f9f;
}

.a-btn-bl__content {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.a-btn-bl-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-btn-bl-large-area {
  margin-top: 20px;
}

.a-btn-bl-large__content {
  color: #184f9f;
  font-size: 16px;
  font-weight: 700;
}

.a-btn-bl-large.is-done {
  background: #d0d0d0;
}

.a-btn-bl-large.is-done .a-btn-bl-large__content {
  color: #b4b4b4;
}

.a-btn-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-btn-tabs__content {
  font-size: 15px;
  font-weight: 700;
}

.a-btn-tabs.is-active {
  position: relative;
  background: #fff;
}

.a-btn-tabs.is-active::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #184f9f;
  content: "";
}

.a-btn-mini {
  display: inline-block;
  width: 100%;
  padding: 5px;
  border-radius: 4px;
  background: #184f9f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}

.a-header-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 50px;
  border-top: 1.4px solid #e4e4e4;
  border-bottom: 1.4px solid #e4e4e4;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-header-simple__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  width: 10px;
  height: 20px;
  margin: auto;
  background-image: url("../img/app_parts/arrow_header_back.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.a-header-simple__route {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background-image: url("../img/app_parts/icon_route_bl.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.a-header-simple__route_eng {
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    width: 28px;
    height: 28px;
    margin: auto;
    background-image: url("../img/app_parts/icon_route_bl_eng.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.a-header-simple__content {
  font-weight: 700;
}

.a-header-simple__close {
  position: absolute;
  top: 10px;
  left: 11px;
  width: 28px;
  height: 28px;
  background-image: url("../img/app_parts/btn_close_w28.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px 28px;
  background-size: contain;
}

.a-header-simple-search {
  position: absolute;
  top: 1.1em;
  right: 10px;
  font-size: 14px;
  letter-spacing: 0.01em;
}

.a-header-simple-search__content {
  color: #184f9f;
}

.a-footer-navitime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  padding-right: 14px;
  background: #f2f2f2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*.a-footer-navitime__logo {
  width: 153.5px;
}*/

.a-footer-navitime-wrap {
  width: 100%;
}

.a-googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 120%;
}

.a-googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.a-popup {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  padding-right: 10px;
  padding-left: 10px;
  cursor: default;
}

.a-popup-bk {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(201, 201, 201, 0.3);
  cursor: pointer;
}

.a-popup-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 25px;
  padding-left: 15px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.a-popup-head__close {
  width: 28px;
  height: 28px;
  background-image: url("../img/app_parts/btn_close_w28.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px 28px;
  background-size: contain;
}

.a-popup-head__title {
  color: #535353;
  font-size: 18px;
  font-weight: 700;
}

.a-popup-head__arrow {
  width: 15px;
  height: 21px;
  background-image: url("../img/app_parts/arrow_popup_up.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 21px;
  background-size: contain;
}

.a-popup-body {
  overflow: visible;
  border-top: 1.4px solid #e4e4e4;
  background: #fff;
}

.a-popup-body__icon {
  width: 136px;
  margin-right: auto;
  margin-left: auto;
}

.a-popup-body__title {
  margin-top: 25px;
  padding-right: 1em;
  padding-left: 1em;
  color: #184f9f;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.a-popup-body-inner {
  overflow-y: auto;
  padding: 50px 10px 30px;
}

.a-popup-btn {
  max-width: 480px;
  width: calc(100% - 40px);
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.a-popup-btn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  margin-top: 10px;
  border-radius: 28px;
  background: #184f9f;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-popup-btn__item_double {
    display: flex;
    flex-flow: column;
}

.a-popup-btn__content {
  color: #fff;
  font-weight: 700;
}

.a-popup-btn__content_small{
    font-size:13px;
    font-weight:lighter;
}

.a-popup.is-up .a-popup-head__arrow {
  background-image: url("../img/app_parts/arrow_popup_down.svg");
}

.a-popup.is-down .a-popup-head__arrow {
  background-image: url("../img/app_parts/arrow_popup_up.svg");
}

.a-popup.is-down .a-popup-body-inner {
  height: 252px;
}

.a-coupon {
  overflow: visible;
  position: relative;
  width: 100%;
  height: 90%;
  padding-top: 30px;
  padding-bottom: 40px;
  border-radius: 16px;
  cursor: default;
}

.a-coupon-bk {
  width: 100%;
  height: 100%;
  background: rgba(201, 201, 201, 0.3);
  cursor: pointer;
}

.a-coupon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-coupon-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  background-image: url("../img/app_parts/btn_close_w25.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
  background-size: contain;
}

.a-coupon-close--wh {
  border: 1px solid #fff;
  border-radius: 4px;
}

.a-coupon--info {
  background: #fff;
}

.a-coupon--bl {
  background: #184f9f;
}

.a-coupon__content {
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 500px;
  width: calc(100% - 40px);
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.a-modal-title {
    margin-top: 15px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.a-modal-title--bl {
    color: #184f9f;
}

.a-modal-title--wh {
    color: #fff;
}

.a-coupon-title {
  margin-top: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.a-coupon-title--bl {
  color: #184f9f;
}

.a-coupon-title--wh {
  color: #fff;
}

.a-coupon-intro {
    margin-top: 15px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.a-coupon-intro--bl {
    color: #184f9f;
}

.a-coupon-intro--wh {
    color: #fff;
}

.a-coupon-text {
  margin-top: 10px;
  font-size: 14px;
}

.a-coupon-text--wh {
  color: #fff;
  line-height: 1.666;
}

.a-coupon-tbl {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #535353;
  font-size: 12px;
}

.a-coupon-tbl thead tr th {
  padding: 8px;
  border-right: 1px solid #535353;
  border-bottom: 1px solid #535353;
  background: #555;
  color: #fff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.a-coupon-tbl thead tr th:first-child {
  border-left: 1px solid #535353;
}

.a-coupon-tbl tbody {
  border-left: 1px solid #535353;
}

.a-coupon-tbl tbody tr td,
.a-coupon-tbl tbody tr th {
  padding: 8px;
  border-right: 1px solid #535353;
  border-bottom: 1px solid #535353;
  background: #fff;
  vertical-align: middle;
}

.a-coupon-tbl tbody tr th {
  width: 80px;
  background: #edf7f8;
  font-weight: 700;
  text-align: center;
}

.a-coupon-tbl-area {
  margin-top: 15px;
}

.a-coupon-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: -5px;
  margin-left: -5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.a-coupon-col-item {
  width: calc(50% - 10px);
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
}

.a-coupon-col-item--long {
  width: calc(100% - 10px);
}

.a-coupon-panel {
  margin-top: 10px;
}

.a-coupon-panel__border {
  padding: 3px;
  background: #ff347b;
}

.a-coupon-panel__main {
  padding: 20px 15px 15px;
  background: #fff;
}

.a-coupon-panel__title {
  color: #ff347b;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.a-coupon-panel__discount {
  color: #ff347b;
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
}

.a-coupon-panel__price {
  margin-right: 0.1em;
  font-size: 48px;
  line-height: 1;
}

.a-coupon-panel__note {
  padding: 10px 15px;
  background: #f2f2f2;
  color: #ff347b;
}

.a-coupon-panel__note li {
  font-size: 12px;
}

.a-coupon-panel__note li:not(:first-child) {
  margin-top: 3px;
}

.a-coupon-panel-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-coupon-panel-data__left {
  margin-right: 5px;
}

.a-coupon-panel-data__right {
  margin-left: 5px;
}

.a-coupon-panel.is-done {
  position: relative;
  z-index: 1;
}

.a-coupon-panel.is-done .a-coupon-panel__border {
  opacity: 0.5;
}

.a-coupon-panel.is-done::before {
  position: absolute;
  z-index: 2;
  right: -1px;
  bottom: -10px;
  width: 101px;
  height: 101px;
  background-image: url("../img/app_parts/icon_coupon_done.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 101px 101px;
  content: "";
}

.a-immunity {
  position: relative;
  max-width: 480px;
  width: 81.125%;
  border-radius: 10px;
  background: #fff;
  cursor: default;
}

.a-immunity-bk {
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.9);
  cursor: pointer;
}

.a-immunity-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-immunity-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background-image: url("../img/app_parts/btn_close_w25.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
  background-size: contain;
}

.a-immunity__content {
  padding: 50px 30px;
  font-size: 14px;
  line-height: 1.817;
}

.a-immunity-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  margin-right: -3px;
  margin-left: -3px;
}

.a-immunity-btn-item {
  width: calc(50% - 6px);
  margin-top: 6px;
  margin-right: 3px;
  margin-left: 3px;
}

.a-multi-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1.4px solid #e4e4e4;
}

.a-multi-tabs__item {
  width: 50%;
  height: 49px;
}

.a-multi-tabs-main {
  padding-top: 20px;
  padding-bottom: 115px;
}

.a-multi-dest {
  margin-top: -7px;
}

.a-multi-dest-item {
  padding-right: 40px;
  padding-left: 33px;
}

.a-multi-dest-item--replace {
  position: relative;
}

.a-multi-dest-input {
  width: 100%;
  height: 28px;
  padding-bottom: 3px;
  padding-left: 14px;
  border-radius: 4px;
  background: #f2f2f2;
  font-size: 14px;
}

.a-multi-dest-input-box {
  position: relative;
  margin-top: 7px;
}

.a-multi-dest-input-box::before {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}

.a-multi-dest-input-box--replace::before {
  top: -10.5px;
  left: -17.96px;
  width: 5px;
  height: 26px;
  background-image: url("../img/app_parts/icon_dest_point.svg");
}

.a-multi-dest-input-box--start::before {
  top: 6px;
  left: -20.786px;
  width: 12px;
  height: 12px;
  background-image: url("../img/app_parts/icon_dest_start.svg");
}

.a-multi-dest-input-box--end::before {
  bottom: 2px;
  left: -22.318px;
  width: 14px;
  height: 37px;
  background-image: url("../img/app_parts/icon_dest_end.svg");
}

.a-multi-dest-btn-change {
  position: relative;
  top: 4.5px;
  right: -10px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.a-multi-dest-btn-change--plus {
  background-image: url("../img/app_parts/icon_dest_plus.svg");
}

.a-multi-dest-btn-change--minus {
  background-image: url("../img/app_parts/icon_dest_plus.svg");
}

.a-multi-dest-btn-delete {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  background-image: url("../img/app_parts/icon_dest_delete.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.a-multi-dest-btn-replace {
  position: relative;
  top: 0;
  right: -10px;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  background-image: url("../img/app_parts/icon_dest_replace.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.a-multi-date {
  max-width: calc(100% - 40px);
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.a-multi-date--w100 {
  max-width: 100%;
}

.a-multi-date__title {
  font-size: 14px;
}

.a-multi-date-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

.a-multi-date-select__item {
  position: relative;
  height: 30px;
  border-top: 1.15px solid #f2f2f2;
  border-bottom: 1.15px solid #f2f2f2;
  border-left: 1.15px solid #f2f2f2;
}

.a-multi-date-select__item:not(:first-child) {
  width: 17.215%;
}

.a-multi-date-select__item:first-child {
  width: 18.34%;
}

.a-multi-date-select__item:nth-child(2) {
   width: 30.415%;
}

.a-multi-date-select__item:last-child {
  border-right: 1.15px solid #f2f2f2;
}

.a-multi-date-select__item::before {
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  width: 10px;
  height: 5px;
  margin: auto;
  background-image: url("../img/app_parts/arrow_date_down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}

.a-multi-date-select__item_day_eng {
    margin-right: 10px;
}

.a-multi-date-select__item_hour_eng, .a-multi-date-select__item_minute_eng {
    width: 18% !important;
}

.a-multi-date-select-menu {
  width: 100%;
  padding-left: 5%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.a-multi-date-select-menu--start {
  padding-left: 15%;
}

.a-multi-method {
  position: relative;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.a-multi-method__head {
  font-size: 13px;
}

.a-multi-method__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-right: -4px;
  margin-left: -4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.a-multi-method__item {
  width: calc(25% - 8px);
  height: 55px;
  margin-top: 8px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 3px;
  background: #f2f2f2;
}

.a-multi-method-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 4px;
  color: #b4b4b4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-multi-method-label::before {
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
  width: 36px;
  height: 30px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  content: "";
}

.a-multi-method-label--train::before {
  background-image: url("../img/app_parts/icon_method_train_gr.svg");
}

.a-multi-method-label--bus::before {
  background-image: url("../img/app_parts/icon_method_bus_gr.svg");
}

.a-multi-method-label--taxi::before {
  background-image: url("../img/app_parts/icon_method_taxi_gr.svg");
}

.a-multi-method-label--car::before {
  background-image: url("../img/app_parts/icon_method_car_share_gr.svg");
}

.a-multi-method-label--paid::before {
  background-image: url("../img/app_parts/icon_method_paid_train_gr.svg");
}

.a-multi-method-label--high::before {
  background-image: url("../img/app_parts/icon_method_high_speed_bus_gr.svg");
}

.a-multi-method-label--bicycle::before {
  background-image: url("../img/app_parts/icon_method_bicycle_gr.svg");
}

.a-multi-method-label--ship::before {
  background-image: url("../img/app_parts/icon_method_ship_gr.svg");
}

.a-multi-method-label--shinkansen::before {
  background-image: url("../img/app_parts/icon_method_shinkansen_gr.svg");
}

.a-multi-method-label--airplane::before {
  background-image: url("../img/app_parts/icon_method_airplane_gr.svg");
}

.a-multi-method-label_en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 4px;
    color: #b4b4b4;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .a-multi-method-label_en::before {
        position: absolute;
        top: 3px;
        right: 0;
        left: 0;
        width: 36px;
        height: 30px;
        margin: auto;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        content: "";
    }

.a-multi-method__checkbox {
  display: none;
}

    .a-multi-method__checkbox:checked + .a-multi-method-label, .a-multi-method__checkbox:checked + .a-multi-method-label_en {
        color: #184f9f;
    }

.a-multi-method__checkbox:checked + .a-multi-method-label--train::before {
  background-image: url("../img/app_parts/icon_method_train_bl.svg");
}

.a-multi-method__checkbox:checked + .a-multi-method-label--bus::before {
  background-image: url("../img/app_parts/icon_method_bus_bl.svg");
}

.a-multi-method__checkbox:checked + .a-multi-method-label--taxi::before {
  background-image: url("../img/app_parts/icon_method_taxi_bl.svg");
}

.a-multi-method__checkbox:checked + .a-multi-method-label--car::before {
  background-image: url("../img/app_parts/icon_method_car_share_bl.svg");
}

.a-multi-method__checkbox:checked + .a-multi-method-label--paid::before {
  background-image: url("../img/app_parts/icon_method_paid_train_bl.svg");
}

.a-multi-method__checkbox:checked + .a-multi-method-label--high::before {
  background-image: url("../img/app_parts/icon_method_high_speed_bus_bl.svg");
}

.a-multi-method__checkbox:checked + .a-multi-method-label--bicycle::before {
  background-image: url("../img/app_parts/icon_method_bicycle_bl.svg");
}

.a-multi-method__checkbox:checked + .a-multi-method-label--ship::before {
  background-image: url("../img/app_parts/icon_method_ship_bl.svg");
}

.a-multi-method__checkbox:checked + .a-multi-method-label--shinkansen::before {
  background-image: url("../img/app_parts/icon_method_shinkansen_bl.svg");
}

.a-multi-method__checkbox:checked + .a-multi-method-label--airplane::before {
  background-image: url("../img/app_parts/icon_method_airplane_bl.svg");
}

.a-multi-search {
  position: fixed;
  z-index: 5;/*100;*/
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 480px;
  width: calc(100% - 40px);
  margin: auto;
}

.a-multi-search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background: #184f9f;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-multi-search-btn__content {
  position: relative;
  padding-left: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.a-multi-search-btn__content::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 19px;
  height: 19px;
  margin: auto;
  margin-right: 5px;
  background-image: url("../img/app_parts/icon_search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
}

.a-multi-search-btn.is-disabled {
  background: #b4b4b4;
}

.a-result {
  padding-top: 15px;
  padding-bottom: 15px;
}

.a-result-footer {
  padding-bottom: 42px;
}

.a-result-wrap {
  position: relative;
}

.a-result__content {
  width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
}

.a-result-destination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 17px;
}

.a-result-destination:not(:first-child),.vias-result-destination {
  margin-top: 4px;
  padding-right: 17px;
}

.a-result-destination__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 3px;
  background: #184f9f;
  color: #fff;
  font-size: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-result-destination__icon_eng {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 20px;
    margin-right: 6px;
    border-radius: 3px;
    background: #184f9f;
    color: #fff;
    font-size: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.a-result-destination__name {
  font-size: 14px;
}

.a-result-route {
  margin-top: 8px;
}

.a-result-route-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 30px;
  border: 1.15px solid #f2f2f2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-result-route-btn::before {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  width: 5px;
  height: 10px;
  margin: auto;
  background-image: url("../img/app_parts/arrow_right_bl.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: content;
  content: "";
}

.a-result-route-btn__content {
  font-size: 13px;
  font-weight: 700;
}

.a-result-filtering {
  width: 93.5714%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.a-result-filtering__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.a-result-filtering-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 27px;
  padding-right: 6.785%;
  padding-left: 4.285%;
  border: 1px solid #535353;
  border-radius: 13.5px;
  background: #f2f2f2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-result-filtering-btn-item {
  position: relative;
  height: 15px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
}

.a-result-filtering-btn_eng {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 37px;
    padding-right: 6.785%;
    padding-left: 4.285%;
    border: 1px solid #535353;
    border-radius: 13.5px;
    background: #f2f2f2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.a-result-filtering-btn-item_eng {
    position: relative;
    height: 15px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.a-result-filtering-btn-item::before, .a-result-filtering-btn-item_eng::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    border-radius: 7.5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    content: "";
}

.a-result-filtering-btn-item--fast::before {
  background-image: url("../img/app_parts/icon_filtering_fast_gr.svg");
}

.a-result-filtering-btn-item--reasonable::before {
  background-image: url("../img/app_parts/icon_filtering_reasonable_gr.svg");
}

.a-result-filtering-btn-item--ease::before {
  background-image: url("../img/app_parts/icon_filtering_ease_gr.svg");
}

.a-result-filtering-btn.is-active,.a-result-filtering-btn_eng.is-active {
  border-color: #184f9f;
  color: #184f9f;
  font-weight: 700;
}

.a-result-filtering-btn.is-active .a-result-filtering-btn-item--fast::before,
.a-result-filtering-btn_eng.is-active .a-result-filtering-btn-item--fast::before{
  background-image: url("../img/app_parts/icon_filtering_fast_bl.svg");
}

.a-result-filtering-btn.is-active
  .a-result-filtering-btn-item--reasonable::before,
.a-result-filtering-btn_eng.is-active
  .a-result-filtering-btn-item--reasonable::before{
  background-image: url("../img/app_parts/icon_filtering_reasonable_bl.svg");
}

.a-result-filtering-btn.is-active .a-result-filtering-btn-item--ease::before,
.a-result-filtering-btn_eng.is-active .a-result-filtering-btn-item--ease::before{
  background-image: url("../img/app_parts/icon_filtering_ease_bl.svg");
}

.a-result-section {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1.4px solid #e4e4e4;
}

.a-result-section--first {
  margin-top: 20px;
}

.a-result-section--btn-has .a-result-method {
  position: relative;
}

.a-result-section--btn-has .a-result-method::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 14px;
  background-image: url("../img/app_parts/arrow_right_bl.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}

.a-result-section--btn-none {
  position: relative;
}

.a-result-section--btn-none::before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 8px;
  height: 14px;
  margin: auto;
  background-image: url("../img/app_parts/arrow_right_bl.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}

.a-result-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-result-col__left {
  width: 70%;
  padding-right: 8px;
}

.a-result-col__right {
  width: 30%;
}

.a-result-col-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 21px;
  border: 1px solid #184f9f;
  border-radius: 10.5px;
  background: #f2f2f2;
  font-size: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-result-col-btn:not(:first-child) {
  margin-top: 6px;
}

.a-result-col-btn__content {
  color: #184f9f;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.a-result-col-btn_eng {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 36px;
    border: 1px solid #184f9f;
    border-radius: 10.5px;
    background: #f2f2f2;
    font-size: 11px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .a-result-col-btn_eng:not(:first-child) {
        margin-top: 6px;
    }

.a-result-time {
  margin-top: -2px;
}

.a-result-time__detail {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.a-result-time__wave {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 16px;
}

.a-result-time__total {
  display: inline-block;
  padding-left: 6px;
  font-size: 10.5px;
}

.a-result-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-result-info__item:not(:last-child) {
  margin-right: 15px;
}

.a-result-info__title {
  font-size: 14px;
}

.a-result-info__number {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.a-result-info__unit {
  font-size: 13px;
  font-weight: 700;
}

.a-result-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding-right: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.a-result-method-item {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.01em;
}

.a-result-method-item:not(:last-child) {
  position: relative;
  margin-right: 20px;
}

.a-result-method-item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -14px;
  bottom: 0;
  width: 5px;
  height: 12px;
  margin: auto;
  background-image: url("../img/app_parts/arrow-right-gl.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.a-result-method-icon {
  width: 20px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.a-result-method-icon--high-bl {
  background-image: url("../img/app_parts/icon-mini-high-bl.svg");
}

.a-result-method-icon--taxi-bl {
  background-image: url("../img/app_parts/icon-mini-taxi-bl.svg");
}

.a-result-method-icon--train-ol {
  background-image: url("../img/app_parts/icon-mini-train-ol.svg");
}

.a-result-method-icon--bus-bl {
  background-image: url("../img/app_parts/icon-mini-bus-bl.svg");
}

.a-result-method-icon--bus-gr {
  background-image: url("../img/app_parts/icon-mini-bus-gr.svg");
}

.a-result-method-icon--bicycle-rd {
  background-image: url("../img/app_parts/icon-mini-bicycle-rd.svg");
}

.a-result-method-icon--car-rd {
  background-image: url("../img/app_parts/icon-mini-car-rd.svg");
}

.a-result-method-icon--high-ol {
  background-image: url("../img/app_parts/icon-mini-high-ol.svg");
}

.a-result-method-icon--ship-hb {
  background-image: url("../img/app_parts/icon-mini-ship-hb.svg");
}

.a-result-method-icon--shinkansen-bl {
  background-image: url("../img/app_parts/icon-mini-shinkansen-bl.svg");
}

.a-result-method-icon--airplane-pr {
  background-image: url("../img/app_parts/icon-mini-airplane-pr.svg");
}

.a-result-method-icon--walk-gr {
  background-image: url("../img/app_parts/icon-mini-walk-gr.svg");
}

.a-result-outing-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1200px;
  width: 100%;
  height: 42px;
  margin: auto;
  background: #184f9f;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-result-outing-btn__content {
  position: relative;
  padding-left: 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.a-result-outing-btn__content::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 16px;
  margin: auto;
  background-image: url("../img/app_parts/icon_outing_wh.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}

.a-route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 10px 10px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.a-route-time {
  width: 75.863%;
  padding-right: 1em;
}

.a-route-time__hm {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.a-route-time__wave {
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
  font-size: 13.19px;
}

.a-route-time__total {
  display: inline-block;
  padding-left: 6px;
  font-size: 12px;
}

.a-route-info {
  width: 75.863%;
  padding-right: 1em;
  font-size: 13px;
}

.a-route-info__transfer {
  display: inline-block;
  padding-right: 10px;
}

.a-route-discount {
  width: 24.137%;
}

.a-route-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 10px 6px 20px;
  background: #e9e9e9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-route-head-time {
  width: 22.413%;
  font-size: 13px;
}

.a-route-head-time__item {
  display: inline-block;
  padding-right: 4px;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.a-route-head__title {
  width: 43.448%;
  font-size: 15px;
  font-weight: 700;
}

.a-route-head__btn {
  width: 34.139%;
}

.a-route-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-route-body-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 8px solid #e4e4e4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-route-body-line--bl {
  border-color: #1f609f;
}

.a-route-body-line--dots {
  border-right: none;
  background-image: url("../img/app_parts/pattern_dotted_h.svg");
  background-repeat: repeat-y;
  background-position: right center;
  background-size: 5px 10px;
}

.a-route-body-line--ol {
  border-color: #ff8900;
}

.a-route-body-line--gr {
  border-color: #40be09;
}

.a-route-body-line--rd {
  border-color: #f80010;
}

.a-route-body-line--ye {
  border-color: #f8bc00;
}

.a-route-body-line--hb {
  border-color: #19bcd1;
}

.a-route-body-line--pr {
  border-color: #a005d8;
}

.a-route-body-line--shinkansen-bl {
  border-color: #001af6;
}

.a-route-body-icon {
  width: 34px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.a-route-body-icon--train-bl {
  background-image: url("../img/app_parts/icon-mini-train-bl.svg");
}

.a-route-body-icon--high-bl {
  background-image: url("../img/app_parts/icon-mini-high-bl.svg");
}

.a-route-body-icon--taxi-bl {
  background-image: url("../img/app_parts/icon-mini-taxi-bl.svg");
}

.a-route-body-icon--train-ol {
  background-image: url("../img/app_parts/icon-mini-train-ol.svg");
}

.a-route-body-icon--bus-gr {
  background-image: url("../img/app_parts/icon-mini-bus-gr.svg");
}

.a-route-body-icon--bicycle-rd {
  background-image: url("../img/app_parts/icon-mini-bicycle-rd.svg");
}

.a-route-body-icon--bicycle-ye {
  background-image: url("../img/app_parts/icon-mini-bicycle-ye.svg");
}

.a-route-body-icon--car-rd {
  background-image: url("../img/app_parts/icon-mini-car-rd.svg");
}

.a-route-body-icon--high-ol {
  background-image: url("../img/app_parts/icon-mini-high-ol.svg");
}

.a-route-body-icon--ship-hb {
  background-image: url("../img/app_parts/icon-mini-ship-hb.svg");
}

.a-route-body-icon--shinkansen-bl {
  background-image: url("../img/app_parts/icon-mini-shinkansen-bl.svg");
}

.a-route-body-icon--airplane-pr {
  background-image: url("../img/app_parts/icon-mini-airplane-pr.svg");
}

.a-route-body-icon--walk-gr {
  background-image: url("../img/app_parts/icon-mini-walk-gr.svg");
}

.a-route-body-time {
  display: inline-block;
  margin-top: 2px;
  font-size: 13px;
  letter-spacing: 0;
}

.a-route-body-route {
  width: 18px;
  height: 18px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.a-route-body-route--gr {
  background-image: url("../img/app_parts/icon_route_gr.png");
}

.a-route-body-route--bl {
  background-image: url("../img/app_parts/icon_route_bl.png");
}

.a-route-body-route--gr_eng {
    background-image: url("../img/app_parts/icon_route_gr_eng.png");
}

.a-route-body-route--bl_eng {
    background-image: url("../img/app_parts/icon_route_bl_eng.png");
}

.a-route-body-info {
  width: calc(100% - 65px);
  padding: 15px 20px;
}

.a-route-body-info--fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.a-route-body-info__inner {
  width: 55%;
}

.a-route-body__title {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.a-route-body__sub_title {
  margin-top: 4px;
  color: #b4b4b4;
  font-size: 12px;
}

.a-route-body__note {
  margin-top: 4px;
  color: #b4b4b4;
  font-size: 12px;
}

.a-route-body__label {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  background: #edf7f8;
  font-size: 14px;
}

.a-route-body__fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: calc(100% - 62px);
  font-size: 13px;
  letter-spacing: 0.05em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.a-route-body__fee.empty{
    height:0px;
}

.a-route-body-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 34px;
  border-radius: 17px;
  background: #535353;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-route-body-btn-box {
  width: 100%;
  margin-top: 10px;
}

.a-route-body-btn__content {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.a-route-body-btn--bl {
  background: #1f609f;
}

.a-route-body-btn--rd {
  background: #f80010;
}

.a-route-body-btn--ye {
  background: #f8bc00;
}

.a-route-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.a-route-pagination__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 24px;
  padding-left: 6px;
  background-image: url("../img/app_parts/arrow_pagination_prev.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #184f9f;
  font-size: 12.5px;
  line-height: 1.5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-route-pagination__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 24px;
  padding-right: 6px;
  background-image: url("../img/app_parts/arrow_pagination_next.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #184f9f;
  font-size: 12.5px;
  line-height: 1.5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-route-pagination__prev_eng {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 73px;
    height: 29px;
    padding-left: 6px;
    background-image: url("../img/app_parts/arrow_pagination_prev.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #184f9f;
    font-size: 12.5px;
    line-height: 1.5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.a-route-pagination__next_eng {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 73px;
    height: 29px;
    padding-right: 6px;
    background-image: url("../img/app_parts/arrow_pagination_next.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #184f9f;
    font-size: 12.5px;
    line-height: 1.5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.a-route-pagination-bnr {
  max-width: 300px;
  width: 47.142%;
}

.a-route-pagination-bnr__content {
  display: block;
}

.a-map-info {
  padding-top: 12px;
}

.a-map-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.a-map-info-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
}

.a-map-info-start-bar {
  display: inline-block;
  width: 50%;
  height: 10px;
  margin-right: -20px;
  margin-left: -3px;
  border-radius: 5px;
}

.a-map-info-start-bar--ol {
  background: #ff8900;
}

.a-map-info-start-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 60px;
  width: 50%;
  letter-spacing: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-map-info-start-circle__item {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 4.5px;
  background: #b4b4b4;
}

.a-map-info-start-circle__text {
  margin-top: 8px;
  font-size: 12px;
}

.a-map-info-start__walk {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  width: 35px;
  height: 30px;
  margin: auto;
  padding-bottom: 5px;
}

.a-map-info-remaining {
  width: 28.437%;
  margin-right: 10px;
  margin-left: 10px;
  border-top: 5px solid #ccc;
  text-align: center;
}

.a-map-info-remaining--bl {
  border-color: #1f609f;
}

.a-map-info-remaining--dots {
  padding-top: 3px;
  border-top: none;
  background-image: url("../img/app_parts/pattern_dotted_w.svg");
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 10px 5px;
}

.a-map-info-remaining--ol {
  border-color: #ff8900;
}

.a-map-info-remaining--gr {
  border-color: #40be09;
}

.a-map-info-remaining--rd {
  border-color: #f80010;
}

.a-map-info-remaining--ye {
  border-color: #f8bc00;
}

.a-map-info-remaining--hb {
  border-color: #19bcd1;
}

.a-map-info-remaining--pr {
  border-color: #a005d8;
}

.a-map-info-remaining--shinkansen-bl {
  border-color: #001af6;
}

.a-map-info-remaining__minutes {
  margin-top: 8px;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.a-map-info-remaining__unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
}

.a-map-info-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 25%;
  margin-top: -10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-map-info-end__icon {
  width: 14px;
  height: 17px;
}

.a-map-info-end__text {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0;
}

.a-map-info-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-map-info-dots-item {
  width: 5.6px;
  height: 5.6px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 2.8px;
  background: #b4b4b4;
}

.a-map-info-dots-item.is-active {
  background: #184f9f;
}

.a-route-popup {
  position: relative;
  width: 100%;
  border-radius: 16px;
  background: #fff;
}

.a-route-popup .a-header-simple {
  border-top: none;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.a-route-popup .a-footer-navitime {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.a-route-popup .a-congestion-footer-square {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.a-route-popup-bk {
  width: 100%;
  min-height: 100vh;
  background: rgba(201, 201, 201, 0.3);
  cursor: pointer;
}

.a-route-popup-bk--pt10 {
  padding-top: 10px;
}

.a-route-popup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  cursor: default;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-route-popup .a-multi-method__head {
  margin-top: -5px;
  font-weight: 700;
}

.a-setting-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background: #f2f2f2;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-setting-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1.5px solid #e4e4e4;
}

.a-setting-body--bb {
  border-bottom: 1.5px solid #e4e4e4;
}

.a-setting-body__left {
  width: 60px;
}

.a-setting-body__right {
  width: calc(100% - 60px);
}

.a-setting-body-icon {
  display: block;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px 28px;
}

.a-setting-body-icon--bicycle {
  background-image: url("../img/app_parts/icon_setting_bicycle.svg");
}

.a-setting-body-icon--route {
  background-image: url("../img/app_parts/icon_setting_route.svg");
}

.a-setting-accordion-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-setting-accordion-head-icon {
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 28px 28px;
}

.a-setting-accordion-head-icon--walk {
  background-image: url("../img/app_parts/icon_setting_walk.svg");
}

.a-setting-accordion-head-icon--on {
  background-image: url("../img/app_parts/icon_setting_on.svg");
}

.a-setting-accordion-head-icon--off {
  background-image: url("../img/app_parts/icon_setting_off.svg");
}

.a-setting-accordion-head::before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 13px;
  height: 7px;
  margin: auto;
  background-image: url("../img/app_parts/arrow_accordion_down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}

.a-setting-accordion-head.is-open::before {
  background-image: url("../img/app_parts/arrow_accordion_up.svg");
}

.a-setting-accordion-head__title {
  color: #184f9f;
  font-size: 11px;
}

.a-setting-accordion-head__current {
  font-size: 14px;
}

.a-setting-accordion-body-item {
  border-top: 1.5px solid #e4e4e4;
}

.a-setting-accordion-body-item--toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding-right: 8px;
  padding-left: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.a-setting-accordion-body-link {
  padding: 15px 15px 20px;
  border-top: 1.5px solid #e4e4e4;
  font-size: 13px;
  text-align: right;
}

.a-setting-check-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 45px;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-setting-check-radio::after {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 14px;
  height: 10px;
  margin: auto;
  background-image: url("../img/app_parts/icon_checkbox_bl.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  content: "";
}

.a-setting-check-radio--pl {
  padding-left: 45px;
}

.a-setting-toggle {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 26px;
  border-radius: 13px;
  background: #f2f2f2;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.a-setting-toggle::after {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  content: "";
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.a-setting-toggle-text {
  font-size: 14px;
}

.a-setting-radio {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 45px;
  padding: 5px 30px;
  cursor: pointer;
}

.a-setting-radio::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border: 1px solid #535353;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.a-setting-radio::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  background: #184f9f;
  opacity: 0;
  content: "";
}

.a-setting-input {
  display: none;
}

.a-setting-input:checked + .a-setting-check-radio::after,
.a-setting-input:checked + .a-setting-radio::after {
  opacity: 1;
}

.a-setting-input:checked + .a-setting-toggle {
  background-color: #184f9f;
}

.a-setting-input:checked + .a-setting-toggle::after {
  left: 20px;
}

.a-search-dest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.a-search-dest-wrap {
  width: 100%;
  min-height: 100vh;
}

.a-search-dest-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  border-bottom: 1.4px solid #e4e4e4;
  background: #f2f2f2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-search-dest-search__arrow {
  width: 7px;
  height: 13px;
  margin-right: 5%;
  background-image: url("../img/app_parts/arrow_header_back.svg");
}

.a-search-dest-search__input {
  width: 75%;
  height: 38px;
  padding: 12px;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  line-height: 1;
}

.a-search-dest-search__input::-webkit-input-placeholder {
  color: #b4b4b4;
}

.a-search-dest-search__input::-moz-placeholder {
  color: #b4b4b4;
}

.a-search-dest-search__input:-ms-input-placeholder {
  color: #b4b4b4;
}

.a-search-dest-search__input::-ms-input-placeholder {
  color: #b4b4b4;
}

.a-search-dest-search__input::placeholder {
  color: #b4b4b4;
}

.a-search-dest-item {
  border-bottom: 1.4px solid #e4e4e4;
}

.a-search-dest-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-right: 25px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-search-dest-item__link.is-active {
  background: #184f9f;
  color: #fff;
}

.a-search-dest-attention {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  text-align: center;
}

.a-search-dest-closest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.a-search-dest-closest-icon {
  position: relative;
  width: 85%;
  padding-left: 35px;
  font-size: 15px;
  line-height: 1.3;
}

.a-search-dest-closest-icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
  content: "";
}

.a-search-dest-closest-icon--full {
  width: 100%;
}

.a-search-dest-closest-icon--bus-stop::before {
  background-image: url("../img/app_parts/icon_dest_bus_stop.svg");
}

.a-search-dest-closest-icon--station::before {
  background-image: url("../img/app_parts/icon_dest_station.svg");
}

.a-search-dest-closest-icon--spot::before {
  background-image: url("../img/app_parts/icon_dest_spot.svg");
}

.a-search-dest-closest-distance {
  color: #b4b4b4;
  font-size: 14px;
}

.a-station-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.a-station__content {
  padding: 25px 20px;
}

.a-station-title {
  color: #184f9f;
  font-size: 16px;
  font-weight: 700;
}

.a-station-sub-title {
  margin-top: 5px;
  font-size: 14px;
}

.a-station-list {
  margin-top: 25px;
}

.a-station-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-station-list li:not(:last-child) .a-station-list__time {
  padding-bottom: 30px;
}

.a-station-list li:not(:last-child) .a-station-list__time::before {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 0;
  width: 2px;
  height: 100%;
  background: #184f9f;
  content: "";
}

.a-station-list__time {
  display: inline-block;
  position: relative;
  width: 65px;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.a-station-list__time::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -6px;
  width: 14px;
  height: 14px;
  border: 2px solid #184f9f;
  border-radius: 7px;
  background: #fff;
  content: "";
}

.a-station-list__name {
  display: inline-block;
  width: calc(100% - 65px);
  margin-top: -0.15em;
  padding-bottom: 30px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1;
}

.a-seat-change {
  padding-top: 14px;
}

.a-seat-change-text {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.a-seat-change-item {
  border-bottom: 1.4px solid #e4e4e4;
}

.a-seat-change-item--first {
  margin-top: 15px;
  border-top: 1.4px solid #e4e4e4;
}

.a-seat-change-radio {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 45px;
  padding-right: 20px;
  padding-left: 50px;
  font-size: 14px;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-seat-change-radio::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 16px;
  height: 16px;
  margin: auto;
  border: 1px solid #535353;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.a-seat-change-radio::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  background: #184f9f;
  opacity: 0;
  content: "";
}

.a-seat-change-input {
  display: none;
}

.a-seat-change-input:checked + .a-seat-change-radio {
  background: #edf7f8;
}

.a-seat-change-input:checked + .a-seat-change-radio::after {
  opacity: 1;
}

.a-congestion {
  padding-top: 15px;
  padding-bottom: 30px;
}

.a-congestion-popup {
  min-height: 100vh;
}

.a-congestion-text {
  padding-left: 20px;
  font-size: 14px;
}

.a-congestion-graf {
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.a-congestion-note {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

.a-congestion-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  margin-top: 10px;
  border-radius: 20px;
  background: #184f9f;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-congestion-btn-box {
  max-width: 480px;
  width: calc(100% - 60px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 30px;
}

.a-congestion-btn__content {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

#language {
    display: none;
}

.language-toggle {
    display: flex;
    gap: 10px;
    margin: 10px;
    align-items: center;
    cursor: pointer;
}

    .language-toggle .toggle-point {
        width: 40px;
        height: 20px;
        border: 1px solid #AAA;
        border-radius: 20px;
        padding: 2px;
        font-size: 0;
    }

        .language-toggle .toggle-point::before {
            content: '';
            display: inline-block;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: red;
        }

.a-result-taxi {
    text-align: center;
    margin: 10px 20px;
}

.a-result-telNo {
    background-color: green;
    color: white !important;
    border: 1px, solid, black;
    margin: 10px;
    padding: 5px 20px;
    border-radius: 14px;
    display: inline-flex;
}

@media screen and (min-width: 768px) {
  .a-btn-bl {
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }

  .a-btn-bl:hover {
    opacity: 0.7;
  }

  .a-btn-bl-large:not(.is-done) {
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }

  .a-btn-bl-large:not(.is-done):hover {
    opacity: 0.7;
  }

  .a-btn-mini {
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }

  .a-btn-mini:hover {
    opacity: 0.7;
  }

  .a-header-simple {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .a-googlemap--w1200 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50%;
  }

  .a-popup {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .a-popup-btn__item {
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }

  .a-popup-btn__item:hover {
    opacity: 0.7;
  }

  .a-coupon {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .a-coupon__content {
    max-height: 800px;
  }

  .a-multi-tabs {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .a-multi-tabs-main {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .a-multi-search-btn:not(.is-disabled) {
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }

  .a-multi-search-btn:not(.is-disabled):hover {
    opacity: 0.7;
  }

  .a-result {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .a-result-footer {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .a-result-filtering-btn {
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }

  .a-result-filtering-btn:hover {
    opacity: 0.7;
  }

  .a-result-col-btn {
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }

  .a-result-col-btn:hover {
    opacity: 0.7;
  }

  .a-result-outing-btn {
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }

  .a-result-outing-btn:hover {
    opacity: 0.7;
  }

  .a-route-wrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .a-route-body-btn {
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }

  .a-route-body-btn:hover {
    opacity: 0.7;
  }

  .a-route-pagination-bnr__content {
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }

  .a-route-pagination-bnr__content:hover {
    opacity: 0.7;
  }

  .a-map-info {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .a-route-popup {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .a-search-dest {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .a-coupon__content {
    max-height: 600px;
  }
}
