@charset "UTF-8";
/* アクセス　*/
#access {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1em;
}
.access-box-container {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
img .access-box-container {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.busbox-table {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.busbox-time {
  max-width: 100%;
  margin: 0;
  padding: 12px 0 12px 0;
  border: none;
  background-color: #004ea2;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
}
.busbox-time2 {
  max-width: 100%;
  margin: 0;
  padding: 12px 0 12px 0;
  border: none;
  background-color: #3165df;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
}
.busbox-scroll-box {
  padding-bottom: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.busbox-scroll-box::-webkit-scrollbar {
  height: 10px;
}
.busbox-scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
.busbox-scroll-box::-webkit-scrollbar-thumb {
  border: none;
  background: #aaa;
}
.busbox-scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.busbox-scroll-box table {
  min-width: 600px;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table tr:nth-child(odd) td {
  border: 1px solid #ccc;
  background: #eee;
}
th, td {
  padding: 10px 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
}
th {
  background: #004ea2;
  color: #fff;
}
._sticky {
  position: sticky;
  left: 0;
}
._sticky:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 700px) {
  img .access-box-container {
    margin: 0;
    padding: 0;
    max-width: 50%;
  }
  .busbox-time {
    margin: 50px 0 0 0;
    padding: 12px 0 12px 0;
    border: none;
    background-color: #004ea2;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
  }
  .busbox-time2 {
    margin: 30px 0 0 0;
    padding: 12px 0 12px 0;
    border: none;
    background-color: #3165df;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5em;
  }
}
/*`アクセス*/