@charset "UTF-8";
/* CSSリセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

ul {
  list-style: none;
}

/* コンテンツ幅 */
/* color */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: #333;
  min-width: 1240px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
    font-size: 15px;
  }
}

p {
  color: #333;
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

a:hover {
  opacity: 0.9;
}

.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

header {
  padding: 50px 0 100px;
}
header .kv img {
  display: block;
  height: 300px;
  margin: 0 auto;
}

.content_wrap {
  width: 90%;
  margin: 0 auto;
}

.wrap_wide {
  width: 100% !important;
}

.content_wrap form .input_entryno {
  margin-bottom: 50px;
}
.content_wrap form .input_entryno p {
  margin-bottom: 10px;
  text-align: center;
}
.content_wrap form .input_entryno input {
  display: table;
  margin: 0 auto;
  padding: 10px 20px;
  background: #f7f7f7;
  border: 0;
  font-size: 20px;
  max-width: 8em;
}
.content_wrap form input[type=submit] {
  border: 0;
  padding: 20px 30px;
  display: block;
  margin: 0 auto;
  background: #C6E8F9;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
}

.gps_start_kv {
  position: fixed;
  top: 60px;
  left: 10px;
  z-index: 9;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.gps_start_kv img {
  width: 80px;
  height: auto;
}

#map {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #ccc;
  overflow: hidden;
}
#map iframe {
  height: 100%;
}

.user_information {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F5F5F5;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.user_information h2 {
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #474747;
  padding: 20px 0;
}
.user_information h2 span + span {
  padding-left: 1em;
}
.user_information .time {
  margin: 20px 0;
  font-size: 16px;
  padding: 5px 20px;
  background: #88bc4c;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.user_information .time span {
  font-size: 25px;
}
.user_information .btn {
  display: flex;
  justify-content: space-between;
}
.user_information .btn #gps_stop {
  padding: 20px;
  background: #F9C6C8;
  border-radius: 10px;
  display: table;
}
.user_information .btn #gps_map_reset {
  background: #C6E8F9;
  border-radius: 10px;
  display: table;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

#display_wait {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.7803921569);
  top: 0;
  left: -100vw;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.marker_label {
  padding: 4px 6px;
  background: rgba(255, 0, 0, 0.8392156863);
  color: #ffffff !important;
}/*# sourceMappingURL=style.css.map */