.access {
  margin-bottom: 3rem;
}

.access .gMap {
  margin: 2rem 0;
}

.access .accessTable th,
.access .accessTable td {
  border: 1px solid #333;
}

.access .accessTable th {
  width: 5rem;
  text-align: left;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .access .gMap {
    margin: 4rem 0;
  }
  .access .accessTable th {
    width: 8rem;
  }
}

.movie {
  text-align: center;
  margin: 3rem 0;
}

.movie p {
  font-size:1.5em;
  margin-bottom: 1rem;
}

/* .movie .youtube{
  width:23rem;
  margin:0 auto;
} */

.movie .youtube-box {
  position: relative;
  padding-top: 56.25%;
}

.movie .youtube-box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .movie {
    margin: 5rem 0 8rem;
    text-align: center;
  }
  .movie video {
    width: 30rem;
  }
}
/*# sourceMappingURL=access.css.map */