  .l-header {
  position: absolute;
}
#Dirpath {
  visibility: hidden;
}
#Dirpath ul {
  display: none;
}

.virtual_tour_contetns {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.virtual_tour_contetns::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media screen and (min-width: 668px) and (max-width: 1025px) {
  .virtual_tour_contetns {
    height: 75vw;
    max-height: 75vw;
  }
}
@media screen and (max-width: 667px) {
  .virtual_tour_contetns {
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 667px) {
  .virtual_tour_contetns {
    aspect-ratio: auto;
    width: 100%;
    height: calc(100vh - 90px);
    height: calc(100svh - 18vw);
  }
}
@media screen and (max-width: 667px) {
  .virtual_tour_contetns {
    margin-top: 18vw;
  }
}
.virtual_tour_contetns iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=vt_iframe.css.map */
