main div.main_cont {
  margin-top: 100px;
}

section.facility_about {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.facility_about h4 {
  font-size: 1.9rem;
}
section.facility_about div.about_cont {
  max-width: 50%;
  padding-right: 40px;
}

section.menu h5,
section.access h5 {
  margin-bottom: 50px;
}

section.access div.google_map {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-top: 30px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  overflow: hidden;
}
section.access div.google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  section.facility_about {
    width: 100%;
    flex-direction: column;
  }
  section.facility_about div.about_cont {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
/* =========================
   Splide
========================= */
button.splide__arrow {
  background-color: #ffffff;
}

#about_image_slide.splide {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
  display: block;
}
#about_image_slide.splide .splide__slide img {
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}

#menu_slide.splide {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}
#menu_slide.splide .splide__slide {
  max-width: 360px;
  width: 100%;
  height: 100%;
}
#menu_slide.splide .splide__slide img {
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

#menu_slide.splide.pc_slide_none {
  width: 100%;
  margin: 0;
}
#menu_slide.splide.pc_slide_none .splide__list {
  display: flex;
  justify-content: space-evenly;
}
#menu_slide.splide.pc_slide_none .splide__list .splide__slide {
  width: 31.5%;
}

@media screen and (max-width: 768px) {
  #about_image_slide.splide {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
  #about_image_slide.splide .splide__slide img {
    width: 100vw;
    height: 400px;
    border-radius: 0;
  }
}/*# sourceMappingURL=facility.css.map */