/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  position: relative;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.header {
  background: #fcf9ff;
  text-align: center;
  padding: 5px;
  padding-top: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #003366;
  position: sticky;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 100;
}
.header h1 {
  font-size: 24px;
  height: 30px;
  height: auto;
  width: 100%;
  max-width: 720px;
  margin: auto;
  padding: 10px;
  line-height: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header h1 {
    padding: 0;
    display: block;
  }
}
.header h1 span {
  display: block;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .header h1 span {
    width: 240px;
    margin: 2vw auto;
  }
  .header h1 span:last-of-type {
    display: none;
  }
}
.header h1 img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
  margin: 0 auto;
}

.footerhead {
  width: 100%;
}
.footerhead img {
  height: auto;
  width: 100%;
  max-width: 720px;
  vertical-align: bottom;
  margin: 0 auto;
  display: block;
}

footer {
  background: #669425;
  text-align: center;
  padding: 30px;
  font-size: 12px;
  font-weight: normal;
  color: #003366;
  width: 100%;
  margin: auto;
}
footer p {
  margin: 0 auto;
  padding: 0;
}
footer p img {
  height: auto;
  width: 90%;
  max-width: 362px;
  vertical-align: bottom;
  margin: 0 auto;
}

.contentarea {
  font-size: 16px;
  width: 100%;
  background: #000;
}
.contentarea div, .contentarea h1 {
  margin: 0 auto;
  text-align: center;
}

.camera {
  width: 100%;
  display: block;
}
.camera #video {
  width: 100%;
  min-height: 50vh;
  height: calc(100vh - 80px);
}

#photo {
  border: 1px solid black;
  width: 320px;
  height: 240px;
}

#canvas {
  display: none;
}

.textlist {
  opacity: 0;
  position: fixed;
  width: 90%;
  margin: auto;
  left: 5%;
  padding: 4%;
  padding-bottom: 4%;
  bottom: 11%;
  background: rgba(255, 255, 255, 0.5);
  text-align: left !important;
  height: calc(100vh - 200px);
  height: -moz-fit-content;
  height: fit-content;
  max-height: 70vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
}
.textlist p {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  padding: 2px 6px;
  margin-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
}
.textlist p.busstop {
  font-size: 18px;
}

.output {
  width: 340px;
  display: none;
  vertical-align: top;
}

.buttonbox {
  z-index: 10;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  bottom: 1px;
  width: 100%;
  height: 90px;
  background-color: rgb(150, 150, 150);
  background-color: #000;
  border: none;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 5px 10px;
}
.buttonbox > button {
  font-size: 20px;
  font-family: "Lucida Grande", "Arial", sans-serif;
  display: block;
  border: none;
  height: 100%;
  font-size: 12px;
  border-radius: 10px;
}
.buttonbox .photo {
  width: 30%;
}
.buttonbox #inputtext {
  height: 30px;
  width: 110px;
  border-radius: 15px !important;
  background: #999;
  color: #fff;
  border: 3px solid rgba(255, 255, 255, 0.6);
}
.buttonbox #startbutton {
  width: 55px;
  height: 55px;
  border-radius: 50% !important;
  padding: 0;
  background: #c99;
  border: 4px solid #eee;
}
.buttonbox #callupload {
  width: 40px;
  height: 40px;
  margin: 0 35px;
  padding: 0;
  background: none;
}
.buttonbox #callupload img {
  width: 100%;
  height: auto;
}

body.busstop #main {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background: #fcfcff;
  padding: 10px;
}
body.busstop #main .direct {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
  font-size: 0.94em;
}
body.busstop #main .direct label {
  display: block;
  margin: 0 0.3em;
  width: 100%;
  height: 100%;
}
body.busstop #main .direct div.dirbutton_ {
  width: 49%;
  padding: 0.8em 0.5em;
  text-align: center;
  border: 1px solid #336699;
  border: 1px solid #cfe1f5;
  border-bottom: none;
  border-radius: 0.5em 0.5em 0 0;
}
body.busstop #main .direct div.dirbutton_.checked {
  border: 1px solid #99ccff;
  background: #99ccff;
  font-weight: bold;
}
body.busstop #main .station_text {
  border: 1px solid #003366;
  border-radius: 10px;
  padding: 3% 2%;
}
body.busstop #main .station_text h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 1em;
}
body.busstop #main .station_text p {
  font-size: 14px;
}
body.busstop #main .stationlist {
  width: 100%;
  padding: 0 0 1em;
  margin-bottom: 0;
}
body.busstop #main .stationlist select {
  width: 100%;
  height: 3em;
  padding: 0.5em 1em;
}
body.busstop #main .stationlist .selectwrap {
  display: none;
}
body.busstop #main .stationlist .selectwrap.selected {
  display: block;
}
body.busstop #main .stopname {
  width: 100%;
  height: auto;
  font-size: 12px;
  text-align: center;
  color: #336699;
  color: #000;
  border: 1px solid #99ccff;
  border-radius: 10px;
  padding: 10px;
  padding-left: 30px;
  background: #f3f6ff url("../img/stop.png") 20px center no-repeat;
  background-size: auto 80%;
  margin-bottom: 8px;
}
body.busstop #main .stopname h1 {
  font-size: 18px;
}
body.busstop #main .trips_status {
  border: 2px solid rgb(180, 234, 255);
  background: #dcf3ff;
  padding: 0.8em 2em;
  border-radius: 10px;
  text-align: center;
}
body.busstop #main .trips_status .trips_status_title {
  font-weight: 700;
  color: #003366;
}
body.busstop #main .trips_status.warning {
  background: #ffccdd;
  border: 2px solid #ff99cc;
}
body.busstop #main .trips_status.warning .trips_status_title {
  font-weight: 700;
  color: #660033;
}
body.busstop #main .buslist {
  width: 100%;
  height: auto;
  font-size: 16px;
  margin-bottom: 8px;
}
body.busstop #main .buslist div.nobus {
  width: 100%;
  padding: 0;
  margin: 0;
  display: none;
}
body.busstop #main .buslist div.nobus p {
  text-align: center;
  background: #ccc;
  color: #000;
  font-weight: bold;
  height: 8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.busstop #main .buslist ul.commingBus {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body.busstop #main .buslist ul.commingBus li.bustoplabel {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: auto;
  position: relative;
}
body.busstop #main .buslist ul.commingBus li.bustoplabel dl {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #99ccff;
  border-radius: 10px;
  padding: 4px;
  padding-left: 30px;
  padding-left: 15%;
  margin: 6px auto 0;
  background: #fff url("../img/bus.png") 5% center no-repeat;
  background-size: auto 30%;
  position: relative;
  z-index: 5;
  font-size: 0.94em;
}
body.busstop #main .buslist ul.commingBus li.bustoplabel dl dt, body.busstop #main .buslist ul.commingBus li.bustoplabel dl dd {
  padding: 2px;
}
body.busstop #main .buslist ul.commingBus li.bustoplabel dl dt {
  width: 70%;
  font-size: 15px;
}
body.busstop #main .buslist ul.commingBus li.bustoplabel dl dt h2.root_goal {
  font-size: 16px;
}
body.busstop #main .buslist ul.commingBus li.bustoplabel dl dd {
  width: 30%;
  text-align: center;
}
body.busstop #main .buslist ul.commingBus ol.waystop {
  padding: 0 5% 0 10%;
  list-style: none;
  margin-bottom: 0%;
  transition: all ease 0.6s;
  height: 0;
  transform: translateY(-30%);
  opacity: 0;
  visibility: hidden;
}
body.busstop #main .buslist ul.commingBus ol.waystop.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-bottom: 10%;
  transform: translateY(0%);
}
body.busstop #main .buslist ul.commingBus ol.waystop.active li {
  margin-top: 20px;
}
body.busstop #main .buslist ul.commingBus ol.waystop li {
  transition: all ease 0.6s;
  padding: 2% 10% 2% 12%;
  border-radius: 5px;
  margin-top: 0;
  position: relative;
  background: #e0f0ff url("/img/bus.png") 10px center no-repeat;
  background-size: auto 40%;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
body.busstop #main .buslist ul.commingBus ol.waystop li.last {
  background: #fff0e0 url("/img/bus.png") 10px center no-repeat;
  background-size: auto 40%;
}
body.busstop #main .buslist ul.commingBus ol.waystop li span {
  margin-left: 20%;
}
body.busstop #main .buslist ul.commingBus ol.waystop li::before {
  content: " ";
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  height: 20px;
  width: 1px;
  border-left: 10px solid #d9e0f0;
}
body.busstop #main .bussdoko {
  text-align: center;
  width: 100%;
  border: 1px solid #99ccff;
  border-radius: 4px;
  margin: 8px auto;
}
body.busstop #main .bussdoko a {
  text-decoration: none;
  color: #99ccff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1em;
  text-decoration: none;
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
}
body.busstop #main .bussnori {
  text-align: center;
  width: 100%;
  border: 1px solid #ffcc99;
  border-radius: 4px;
  margin: 8px auto;
}
body.busstop #main .bussnori a {
  text-decoration: none;
  color: #99ccff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  text-decoration: none;
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
}
body.busstop #main .bussnori img {
  display: inline-block;
  width: 20px;
  margin: 0 20px;
  opacity: 0.3;
}
body.busstop #main .taxi {
  text-align: center;
  width: 100%;
  border: 2px solid rgb(180, 234, 255);
  background: #dcf3ff;
  border-radius: 10px;
  margin: 8px auto;
}
body.busstop #main .taxi a {
  text-decoration: none;
  color: #99ccff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.8em 2em;
  text-decoration: none;
  color: #000;
  font-size: 1em;
  font-weight: bold;
}
body.busstop #main .addlist {
  width: 100%;
  height: auto;
  font-size: 16px;
  margin-top: 6px;
}
body.busstop #main .addlist ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body.busstop #main .addlist ul a {
  text-decoration: none;
  color: #000;
}
body.busstop #main .addlist ul li {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 8px auto;
  background: #f3f6f6;
}
body.busstop #main .addlist ul li p, body.busstop #main .addlist ul li h2 {
  padding: 0px 10px;
  margin: 4px;
}
body.busstop #main .addlist ul li h2 {
  font-size: 18px;
  margin: 10px auto;
  text-align: center;
}
body.busstop #main .addlist ul li p {
  text-align: justify;
  font-size: 13px;
}

div.timetable {
  padding: 1em 0em;
  background: #eaf6f9;
  box-sizing: content-box;
  margin-bottom: 1em;
}
div.timetable h2 {
  font-size: 18px;
  text-align: center;
}
div.timetable dl {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
div.timetable dl dt {
  width: 15%;
  padding: 0.2rem 0;
}
div.timetable dl dt h3 {
  font-size: 16px;
}
div.timetable dl dd {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2em;
  padding: 0.2rem 0;
}
div.timetable dd p {
  margin-right: 10px;
  line-height: 1.4em;
}
div.timetable ul.timetable_list {
  list-style-type: none;
  padding: 0;
  font-size: 14px;
  font-size: 20px;
  margin: 0 auto 1em;
}
@media screen and (max-width: 768px) {
  div.timetable ul.timetable_list {
    font-size: 14px;
  }
}
div.timetable ul.timetable_list > li {
  width: 100%;
  margin: auto;
  list-style-type: none;
  padding: 0 3em;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  div.timetable ul.timetable_list > li {
    padding: 0 1em;
  }
}
div.timetable ul.timetable_list > li:first-of-type {
  padding-top: 1em;
}
div.timetable ul.timetable_list > li:nth-of-type(2n+1) {
  background: #f3fcff;
}
div.timetable ul.timetable_list > li:nth-of-type(2n) {
  background: #d6ecf0;
}
div.timetable ul.timetable_list > li h4 {
  margin-right: 3em;
  min-width: 3em;
}
@media screen and (max-width: 768px) {
  div.timetable ul.timetable_list > li h4 {
    margin-right: 1.5em;
  }
}
div.timetable ul.timetable_list > li ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
div.timetable ul.timetable_list > li ul li {
  padding: 0;
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin-right: 2em;
}
div.timetable ul.timetable_list.holiday > li:nth-of-type(2n+1) {
  background: #fff3f7;
}
div.timetable ul.timetable_list.holiday > li:nth-of-type(2n) {
  background: #feccda;
}

#uploadmodal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  background: #eee;
  width: 90%;
  height: 160px;
  border-radius: 2%;
  padding: 5% 3%;
  box-sizing: border-box;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.6s;
}
#uploadmodal.active {
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}
#uploadmodal input.fileupload {
  width: 100%;
  height: auto;
  border: 1px solid #999;
  margin: 10px auto;
}
#uploadmodal button#upload_file {
  margin: 10px auto;
  width: 100%;
  height: 40px;
  background: #ccc;
  border: 1px solid #999;
  border-radius: 2px;
}

#inputmodal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  background: #eee;
  width: 90%;
  height: 20%;
  height: 180px;
  border-radius: 2%;
  padding: 5% 3%;
  box-sizing: border-box;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.6s;
}
#inputmodal.active {
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}
#inputmodal input#busstopname {
  width: 100%;
  height: 2.4em;
  border: 1px solid #999;
  margin: 10px auto;
  padding: 10px;
}
#inputmodal button#search_name {
  margin: 4px auto;
  width: 100%;
  height: 50px;
  background: #ccc;
  border: 1px solid #999;
  border-radius: 2px;
}

.datecategory_tab {
  width: 100%;
  margin: 1em auto 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.datecategory_tab li.weakday_tab {
  width: 50%;
  text-align: center;
  padding: 0.5em 0;
  border: 2px solid #99ccff;
  border-radius: 0.5em 0.5em 0 0;
  cursor: pointer;
  color: #003366;
}
.datecategory_tab li.weakday_tab.active {
  background: #99ccff;
  font-weight: bold;
}
.datecategory_tab li.holiday_tab {
  width: 50%;
  text-align: center;
  padding: 0.5em 0;
  border: 2px solid #f9d0e0;
  background: #fff0f0;
  border-radius: 0.5em 0.5em 0 0;
  cursor: pointer;
  color: #660033;
}
.datecategory_tab li.holiday_tab.active {
  background: #f9d0e0;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */