#head {
  text-align: center;
  padding-top: 17rem;
}

#map {
  margin-bottom: 6.25em;
  text-align: center;
}
#map .gmap_base {
  position: relative;
}
#map .gmap_base::before {
  content: "";
  display: block;
  padding-top: 38.9140271493%;
}
#map .gmap_base {
  background-color: #eee;
}
#map .gmap_base::after {
  content: "loading ...";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
          transform: translate(-50%, -50%) translate3d(0, 0, 0);
}
#map .gmap_base .map_canvas {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#map .address {
  font-size: 0.875em;
  padding-top: 5.7142857143em;
}
#map .bus {
  text-align: left;
  margin-top: 5em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1.5em 1em;
}
#map .bus .time {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #map .gmap_base::before {
    padding-top: 100%;
  }
  #map .address {
    font-size: 1em;
  }
  #map .bus {
    font-size: 0.88em;
  }
}

#traffic {
  padding-bottom: 10.625em;
}
#traffic .t_group:not(:last-child) {
  margin-bottom: 3.4375em;
}
#traffic .t_group .tg_ttl {
  font-size: 1.5em;
  padding-bottom: 0.4166666667em;
  letter-spacing: 0.12em;
}
#traffic .t_group .tg_content {
  border-bottom: 1px solid #000;
}
#traffic .t_group .tg_content .tg_item {
  border-top: 1px solid #000;
  font-size: 0.875em;
  cursor: pointer;
}
#traffic .t_group .tg_content .tg_item .tgi_ttl {
  padding: 1.2857142857em 0.5em;
  padding-right: 2.8571428571em;
  position: relative;
  letter-spacing: 0.12em;
}
#traffic .t_group .tg_content .tg_item .tgi_ttl .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -100%) rotate(-90deg);
          transform: translate(-50%, -100%) rotate(-90deg);
}
#traffic .t_group .tg_content .tg_item .tgi_content {
  padding: 1.2857142857em 0.5em;
  padding-top: 0;
  display: none;
  letter-spacing: 0.12em;
}
#traffic .t_group .tg_content .tg_item.open .tgi_ttl .arrow {
  -webkit-transform: translate(-50%, -100%) rotate(90deg);
          transform: translate(-50%, -100%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  #traffic .t_group .tg_content .tg_item {
    font-size: 0.92em;
  }
}/*# sourceMappingURL=access.css.map */