#emergency-btn {
  display: block;
  border-radius: 9px;
  width: 100%;
  max-width: 300px;
  height: 100px;
  max-height: 400px;
  font-size: 0.8rem;
  font-weight: 100;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  background-color: #d60b29;
  color: #fff !important;
}

p.tel-num {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto;
}

.support-svg {
  width: 2rem;
  height: 2rem;
}

.f-menu {
  display: inline-block;
  text-align: center;
  font-size: 10px;
}
.f-menu a {
  color: #7e7f73;
  text-decoration: none;
  vertical-align: bottom;
}

a img {
  text-align: center;
}

.bar {
  height: 3px;
  width: 100%;
  background-color: #7e7f73;
}

#top {
  margin-bottom: 5px;
}

#center {
  margin-bottom: 5px;
}

.menubar {
  margin: 0 auto;
  height: 30px;
  width: 30px;
}

#map {
  display: flex;
  width: 100%;
  height: calc(100vh - 6.5rem);
}

#reserve-data {
  z-index: 1;
}

#gps {
  color: orange;
}

#car-detail {
  z-index: 1985;
}
#car-detail #car-detail-table {
  border-collapse: collapse;
  border: 2px solid rgba(180, 180, 180, 0.5);
  margin: 1px auto;
}
#car-detail #car-detail-table td {
  padding-left: 12px;
  white-space: nowrap;
  border: 2px solid rgba(180, 180, 180, 0.5);
}
#car-detail #reservation-table {
  border-collapse: collapse;
  border: 1px solid gray;
}
#car-detail #reservation-table td {
  text-align: center;
  border: 1px solid gray;
  font-size: small;
}
#car-detail #reservation-table .empty {
  width: 33%;
}
#car-detail #reservation-table .reservation-possible {
  width: 33%;
  background-color: orange;
}
#car-detail #reservation-table .reservation-impossible {
  width: 33%;
  background-color: #dcdcdc;
}

#time-line-table {
  text-align: center;
  overflow: scroll;
}
#time-line-table table {
  border-collapse: collapse;
  border: 2px solid rgba(180, 180, 180, 0.5);
  margin: 1px auto;
}
#time-line-table td.time {
  border-collapse: collapse;
  border: 2px solid rgba(180, 180, 180, 0.5);
  font-size: smaller;
}
#time-line-table tr.cell > td {
  border-collapse: collapse;
  border: 2px solid rgba(180, 180, 180, 0.5);
  width: 5px;
}

.info {
  align-items: center;
}
.info #info-card {
  /* place-items: center; */
  position: fixed;
  left: 0;
  bottom: 5px;
  z-index: 1986;
  width: 100%;
  background-color: rgba(100, 100, 100, 0.5);
}
.info #info-card * {
  min-height: 0;
  min-width: 0;
}
.info #info-card .board {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 30px;
}
.info #info-card .board .content {
  font-size: small;
}
.info #info-card .board .content .table tr {
  font-size: 10px;
}
.info #info-card .board button {
  border-radius: 20px;
  width: 5rem;
  height: 2rem;
  color: #fff;
  background-color: #10dc60;
  border: #10dc60;
  margin: 1px;
}
.info #info-card .board button.disabled {
  background-color: #989aa2;
  border: #989aa2;
}
.info #info-card .board button.OK {
  background-color: #3171e0;
  border: #3171e0;
}
.info #info-card .board .btn-reserve,
.info #info-card .board .btn-area {
  align-self: center;
  justify-self: center;
  margin: 0;
  padding: 0;
}
.info #info-card .board .btn-reserve .OK,
.info #info-card .board .btn-area .OK {
  background-color: #3880ff;
  border: #3880ff;
}
.info #info-card .board .btn-reserve .NG,
.info #info-card .board .btn-area .NG {
  background-color: #ccc;
  border: #ccc;
}

.prev-arrow {
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 1;
  background-color: #10dc60;
  height: 100%;
}

.next-arrow {
  position: absolute;
  top: 0%;
  right: 0;
  z-index: 1;
  background-color: #10dc60;
  height: 100%;
}

.slick-disabled {
  display: none !important;
}

.map-header-base {
  margin: 0 auto;
  padding: 0.5rem;
  text-align: center;
  background-color: #7e7f73;
}
.map-header-base input {
  color: #7e7f73;
  background-color: #fff;
  border-radius: 10px;
  cursor: -webkit-grab;
  cursor: grab;
  padding: 5px;
  text-align: center;
}
.map-header-base .total {
  color: #fff;
  text-align: right;
}

ul.picker-list li {
  margin: 0 auto;
}

@media screen and (max-width: 320px) {
  .info #info-card {
    z-index: 1984;
  }
  #time-line-table {
    font-size: 8px;
  }
}
@media screen and (min-width: 640px) {
  section.yakkan {
    border: solid 1px;
    height: 330px;
    margin: 1rem 0 2rem;
    overflow: scroll;
    white-space: normal;
  }
}
#top-return {
  background: #419acf;
  color: #fff !important;
  padding: 10px;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
}

#support-top {
  background: #93d500;
  color: #fff !important;
  padding: 10px;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
}

#submit.btn-green {
  display: block;
  border-radius: 9px;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  background-color: #93d500;
  color: #fff !important;
}

#submit.btn-disabled {
  display: block;
  border-radius: 9px;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  background-color: #888;
  color: #aaa !important;
}

#border-title {
  border-left: 10px solid #0898a0;
  padding-left: 12px;
  font-weight: 700;
  margin: 1.8rem 0 20px;
}

#border-title2 {
  border-left: 10px solid #93d500;
  padding-left: 12px;
  font-weight: 700;
  text-align: left;
}

#border-title3 {
  border-left: 10px solid #93d500;
  padding-left: 12px;
  font-weight: 700;
  margin: 6rem 0 20px;
  text-align: left;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  padding: 20px 50px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
}

section {
  color: #555;
}

h1 {
  font-size: 17px;
  font-weight: 700;
}

h1,
h2 {
  color: #7e7f73;
}

h3 {
  color: #555;
  font-size: 1rem;
  text-align: center;
}

h4 {
  color: #555;
}

ol,
li {
  margin: 10px 15px;
}

ul li {
  list-style-type: none;
}

ol ol li {
  list-style-type: upper-roman;
}

.upper-roman {
  list-style-type: upper-roman;
}

.lower-alpha {
  list-style-type: lower-alpha;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.center {
  margin: 0 auto;
}

.text-center {
  text-align: center !important;
}

.no-decoration {
  text-decoration: none;
  color: #666;
}

.mt-3rem {
  margin-top: 3rem;
}

.admission {
  text-align: right;
}

.fixed-top {
  position: fixed;
  top: 0%;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  background-color: rgba(126, 127, 115, 0.8);
  color: #fff;
}

.agree {
  color: red;
  text-align: center;
  margin: 0 auto 2rem !important;
}

p.cation {
  color: red;
}

.navbar {
  padding: 4% 4% 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.navbar-modal h1 {
  width: 100%;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 12px;
}

a.backbtn {
  display: block;
  position: absolute;
  z-index: 9999;
}

.container-fluid {
  padding-bottom: 50px;
}

#news a {
  text-decoration: none;
}

#news-date {
  color: greenyellow;
}

#img-cell {
  text-align: center;
  vertical-align: middle;
}

#green-arrow {
  width: auto;
  height: auto;
}

.btn-link div div {
  text-align: center;
  vertical-align: middle;
}

.shadow-btn {
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.15);
}

.img-btn {
  max-width: 100%;
  height: auto;
}

.right {
  text-align: right;
}

.shadow-btn {
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.15);
}

.img-btn {
  max-width: 100%;
  height: auto;
}

#map-guidance.map {
  width: 100%;
  height: 100vh;
}

.fixed-top {
  position: fixed;
  z-index: 9999;
  top: 0px;
  opacity: 85%;
}

.fixed-bottom {
  position: fixed;
  z-index: 9999;
}

.md .fixed-bottom.station-info {
  position: fixed;
  bottom: 54px;
}

.ios .fixed-bottom.station-info {
  position: fixed;
  bottom: 54px;
}

@-moz-document url-prefix() {
  .md .fixed-bottom.station-info {
    position: fixed;
    bottom: 57px;
  }
}
#panelCard {
  border-radius: 5px;
  margin: 24px 16px;
  max-height: 200px;
  background-color: #fff;
  overflow: scroll;
  position: absolute;
  z-index: 1;
}

#directionsPanel {
  flex-basis: 15rem;
  flex-grow: 1;
  padding: 1rem;
  max-width: 100%;
  height: 50%;
  font-size: small;
  box-sizing: border-box;
  overflow: auto;
}

#map-back-button {
  opacity: 100%;
  position: fixed;
  top: 9%;
  left: 2%;
  border: solid 2px darkgrey;
  border-radius: 100px;
}

.fixed-bottom.station-info {
  width: 100%;
}
.fixed-bottom.station-info .outer-box {
  background-color: #7e7f73;
  width: 98%;
  padding: 10px;
}
.fixed-bottom.station-info .inner-box {
  border-radius: 10px;
  padding: 7px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixed-bottom.station-info .inner-box-l {
  line-height: 1.3;
  font-size: 0.8rem;
}
.fixed-bottom.station-info .inner-box-l strong {
  margin-top: 0;
  font-size: 1rem;
}
.fixed-bottom.station-info .item-native,
.fixed-bottom.station-info .item-inner {
  -webkit-padding-start: unset !important;
  padding-inline-start: unset !important;
  -webkit-padding-end: unset !important;
  padding-inline-end: unset !important;
  padding: 0;
}
.fixed-bottom.station-info .icon {
  right: 2%;
  position: absolute;
  --background-activated: unset;
  --background: unset;
  --padding-start: 0;
  --padding-end: 0;
}
.fixed-bottom.station-info .navigation_icon {
  left: 2%;
  bottom: -60px;
  position: absolute;
  --background-activated: unset;
  --background: unset;
}

#buttontest {
  background-color: #f4f5f8; /* Green */
  border: none;
  color: rgb(0, 0, 0);
  padding: 8px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: 20px;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  border-radius: 40px;
  left: 2%;
  bottom: 5vh;
}

:host-context(.md) ion-item .item-native,
:host-context(.md) ion-item .item-inner {
  -webkit-padding-start: unset !important;
  padding-inline-start: unset !important;
  -webkit-padding-end: unset !important;
  padding-inline-end: unset !important;
  padding: 0 !important;
}

.total-time {
  text-align: center;
  color: white;
}

.map-header {
  padding: 4px 8px 10px;
  background-color: #7e7f73;
}
@media screen and (max-width: 510px) {
  .map-header .bg-white ion-col:first-child {
    padding-bottom: 0;
  }
}
.map-header ion-grid {
  padding: 0;
}
.map-header ion-row {
  background-color: #7e7f73;
}
.map-header ion-col {
  padding: 4px;
}
.map-header ion-col h1 {
  font-size: 26px;
  color: #fff;
  margin-top: 4px;
  text-align: center;
}
.map-header ion-col ion-datetime,
.map-header ion-col ion-select {
  padding: 4px;
  background-color: #fff;
  color: #7e7f73;
  border-radius: 10px;
  text-align: center;
}
.map-header ion-col ion-datetime .select-placeholder,
.map-header ion-col ion-select .select-placeholder {
  opacity: 1 !important;
}

#show_result {
  background-color: #dddddd;
  padding: 0 10px;
}

#late {
  opacity: 0;
  -webkit-animation: appeare 0s ease 5s 1 normal forwards running;
          animation: appeare 0s ease 5s 1 normal forwards running;
}

@-webkit-keyframes appeare {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes appeare {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*!
 * Picker.js v1.2.1
 * https://fengyuanchen.github.io/pickerjs
 *
 * Copyright 2016-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-02-18T13:08:09.658Z
 */
:root {
  --gray: #999;
  --blue: #0074d9;
  --color: #333;
  --background-color: #fff;
  --border: 1px solid #eee;
}

.picker {
  background-color: rgba(0, 0, 0, 0.5);
  color: #333;
  color: var(--color);
  direction: ltr;
  display: none;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  touch-action: none;
  transition: opacity 0.15s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.picker-fixed {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1986;
}

.picker-fixed > .picker-dialog {
  bottom: -100%;
  left: 0;
  max-height: 100%;
  position: absolute;
  right: 0;
  transition: bottom 0.3s;
}

.picker-fixed .picker-header {
  display: block;
}

.picker-fixed .picker-footer {
  display: table;
}

.picker-open {
  display: block;
  opacity: 0;
}

.picker-opened {
  opacity: 1;
}

.picker-opened > .picker-dialog {
  bottom: 0;
}

.picker-dialog {
  background-color: #fff;
  background-color: var(--background-color);
  border: 1px solid #eee;
  border: var(--border);
}

.picker-header {
  border-bottom: 1px solid #eee;
  border-bottom: var(--border);
  display: none;
  padding: 0.875rem 1.25rem;
  position: relative;
}

.picker-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25rem;
  margin: 0;
}

.picker-close {
  background-color: transparent;
  border-width: 0;
  color: #999;
  color: var(--gray);
  cursor: pointer;
  font-size: 1.75rem;
  height: 3rem;
  opacity: 0.75;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
}

.picker-close:focus,
.picker-close:hover {
  opacity: 1;
  outline: none;
}

.picker-body {
  overflow: hidden;
}

.picker-grid {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.picker-cell {
  display: table-cell;
  position: relative;
}

.picker-cell::before,
.picker-cell::after {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 3;
}

.picker-cell::before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  bottom: 50%;
  margin-bottom: 1rem;
  top: 0;
}

.picker-cell::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  bottom: 0;
  margin-top: 1rem;
  top: 50%;
}

.picker-cell + .picker-cell {
  border-left: 1px solid #eee;
  border-left: var(--border);
}

.picker-headers .picker-cell::before {
  margin-bottom: 0;
}

.picker-headers .picker-cell::after {
  margin-top: 2rem;
}

.picker-single:not(.picker-controls):not(.picker-headers) .picker-cell::before,
.picker-single:not(.picker-controls):not(.picker-headers) .picker-cell::after {
  display: none;
}

.picker-cell__header {
  color: #999;
  color: var(--gray);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin: 0;
  overflow: hidden;
  padding: 0.25rem 0.5rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.picker-cell__control {
  cursor: pointer;
  height: 2rem;
  padding: 0.25rem 0.5rem;
  position: relative;
  z-index: 4;
}

.picker-cell__control::before {
  border: 0 solid #ccc;
  content: "";
  display: block;
  height: 0.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 0.5rem;
}

.picker-cell__control:hover::before {
  border-color: var(--primary);
}

.picker-cell__control--prev::before {
  border-right-width: 1px;
  border-top-width: 1px;
  margin-top: 2px;
}

.picker-cell__control--next::before {
  border-bottom-width: 1px;
  border-left-width: 1px;
  margin-bottom: 2px;
}

.picker-cell__body {
  overflow: hidden;
  position: relative;
}

.picker-cell__body::before,
.picker-cell__body::after {
  content: "";
  height: 2rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.picker-cell__body::before {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  top: 0;
}

.picker-cell__body::after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  bottom: 0;
}

.picker-single .picker-cell__body::before,
.picker-single .picker-cell__body::after {
  display: none;
}

.picker-list {
  list-style: none;
  margin: -2rem 0;
  padding: 0;
  position: relative;
}

.picker-item {
  color: #999;
  color: var(--gray);
  padding: 0.25rem 0.5rem;
  text-align: center;
  white-space: nowrap;
}

.picker-picked {
  color: #0074d9;
  color: var(--blue);
  font-size: 1.125em;
  line-height: 1.5rem;
}

.picker-footer {
  border-top: 1px solid #eee;
  border-top: var(--border);
  display: none;
  width: 100%;
}

.picker-cancel,
.picker-confirm {
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
  display: table-cell;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  width: 50%;
}

.picker-cancel:focus,
.picker-cancel:hover,
.picker-confirm:focus,
.picker-confirm:hover {
  background-color: #fcfcfc;
  outline: none;
}

.picker-confirm {
  color: #0074d9;
  color: var(--blue);
}

.slick-list {
  overflow: unset;
}
