@charset "UTF-8";

/* ===============================
   floorguide
=============================== */
#floorguide {
  position: relative;
}
#floorguide::before {
  content: "";
  display: block;
  width: 100%;
  background: var(--l-gray3);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 30%;
}

#floorguide img {
  @media (min-width: 992px) {
    width: 51.18em;
  }
}
