@charset "UTF-8";
   #comingSoon{
    font-size: 8vw;
    text-align: center;
    padding: 5vw 0;
    font-weight: 600;
    font-style: italic;
   }
#topContent > img{
  height: auto;
}
.mapButtons {
  background: #FFF;
  color: #000;
  width: 30vw;
  height: 20vw;
  font-size: 10vw;
  border-radius: 1vw;
  margin: 10px;
  box-shadow: .5vw 1vw 1vw -.5vw #000;
  cursor: pointer;
  transition: all .3s;
}

.mapButtons.nonView {
  background: #444;
  box-shadow: 0 .2vw 1vw -.5vw #000;
}

#topContent {
  height: auto;
}

#topContentMsg {
  position: absolute;
  width: 100vw;
  height: 33vh;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #FFF;
  justify-content: center;
  height: 100%;
}

#topContentMsg>h2 {
  text-shadow: 0px 0px 20px #000;
  margin-top: 4.9vw;
  font-size: 6.8vw;
  font-weight: 500;
}

#mainV {
  height: auto;
  width: 100vw;
}
  .mainV{
    width: 100%;
  }

.swiper.centeredSlider img,
.swiper.centeredSlider .swiper-slide {
  max-width: initial;
  width: 71.63vw;
}
.swiper-next, .swiper-prev {
  width: 14.2vw;
}
main h3 {
  font-size: 6.4vw;
  text-align: center;
  padding: 0 0 9.9vw;
  font-weight: bold;
  line-height: 9vw;
}

main h3 img {
  display: block;
  margin: 10.18vw auto 7.5vw;
  width: 10.51vw;
}
.innerContent .mapText {
  font-size: 3.75vw;
  padding: 10.5vw 9.63vw 8.74vw;
  line-height: 6.25vw;
}

.map {
  /* overflow-x: scroll;
  height: 100vh; */
  width: 100%;
}

.mapImg {
  display: block;
  /* height: 180.34vw;
  width: 290.81vw;
  height: 100vh;
  width: auto; */
  background-color: #000;
  max-width: none;
  width: 100%;
  height: 100%;
}

.map p{
  font-size: 3.75vw;
  margin: 0 0 6vw 2vw;
  line-height: 5vw;
}

