/*-------------
mv
--------------*/
.mv {
  background: url("../images/mv_bg.jpg") no-repeat top center/cover;
  color: #fff;
}

/*-------------
info
--------------*/
.mv__bottom .middle__text {
  text-align: center;
  margin-top: 145px;
  font-size: 20px;
}

/*-------------
map
--------------*/
.map .contents__ttl {
  margin-top: 113px;
}
.map .map__area {
  position: relative;
  width: 100%;
  padding-top: 30.7467%;
  margin-top: 45px;
}
.map .map__area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map .cite {
  text-align: center;
  margin-top: 20px;
}

/*-------------
root
--------------*/
.root .contents__ttl {
  margin-top: 113px;
}
.root ol {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 34px;
}
.root li {
  width: 31.25%;
}
.root li p {
  margin-top: 16px;
}

.parking p {
  margin-top: 50px;
  text-align: center;
}/*# sourceMappingURL=access.css.map */