@charset "utf-8";
@import url("root.css");

/***************************************
-------------- PURCHASE --------------
***************************************/

.about_Wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  .about_txt {
    width: 60%;
  }
  .about_slider_wrap {
    width: 36%;
  }
}

@media (max-width: 599.98px) {
  .about_Wrap {
    .about_txt {
      width: 100%;
      order: 2;
    }
    .about_slider_wrap {
      width: 100%;
      order: 1;
      margin-bottom: clamp(10px, 2vw, 20px);
    }
  }
}

.about_slider_thumb .slick-track {
  transform: unset !important;
}

.access_map {
  width: 100%;
  height: min(56.25vw, 400px);
  iframe {
    width: 100%;
    height: 100%;
  }
}

/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
}

/* =======================
  TABLET
======================== */
@media screen and (max-width: 1199px) {
}

/* =======================
  SP
======================== */
