.bg03 {
  position: relative;
  background-image: url(../img/facility/facility_bg_left.png), url(../img/facility/facility_bg_right.png);
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  background-position: left top, right;
  background-color: #fbfbf9;
}
@media (max-width: 1280px) {
  .bg03 {
    background-size: cover;
    background-image: url(../img/facility/facility_bg_sp.png);
    background-position: center 4%;
  }
}

div#contents-facility {
  padding-top: 17.5rem;
}
@media (max-width: 767px) {
  div#contents-facility {
    padding-top: 9rem;
  }
}

.facility-cando_container {
  max-width: 120rem;
  margin: 0 auto;
}

.facility_container--box {
  text-align: center;
  margin-top: 4rem;
  font-size: 2.1rem;
  line-height: 2.6;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .facility_container--box {
    font-size: 1.6rem;
    margin-top: 3.5rem;
  }
}

.facility_container {
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .facility_container {
    padding-inline: 1.6rem;
    padding-bottom: 4rem;
  }
}

.facility_container-text {
  text-align: center;
  line-height: 2.6;
}
@media (max-width: 767px) {
  .facility_container-text {
    text-align: left;
    line-height: 2.1;
    padding-inline: 1.4rem;
    width: fit-content;
    margin-inline: auto;
  }
}

.facility_title p {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .facility_title p {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.facility_title-img {
  display: block;
  margin: 0 auto;
  width: 30rem;
}
@media (max-width: 767px) {
  .facility_title-img {
    width: 25rem;
  }
}

.facility_title, h1 {
  text-align: center;
}

.facility-cando_container {
  margin-top: 19rem;
}
@media (max-width: 767px) {
  .facility-cando_container {
    margin-top: 9.5rem;
    padding-bottom: 22rem;
  }
}

.facility-cando_list {
  margin-top: 7.2rem;
  padding-inline: 3rem;
  display: flex;
  flex-flow: column;
  gap: 13rem;
}
@media (max-width: 767px) {
  .facility-cando_list {
    padding-inline: 1.6rem;
    gap: 5rem;
    margin: 7.4rem auto 0;
    max-width: 45rem;
  }
}

.facility-cando_container p {
  text-align: center;
}

.facility-cando_container h2 {
  text-align: center;
  margin-top: 2rem;
  font-weight: 700;
  font-size: 2.3rem;
}
@media (max-width: 767px) {
  .facility-cando_container h2 {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}

.facility-cando_subtext {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767px) {
  .facility-cando_subtext {
    font-size: 1.9rem;
    display: flex;
    justify-content: center;
  }
}

.facility-cando-title_img {
  width: 63rem;
}
@media screen and (max-width: 767px) {
  .facility-cando-title_img {
    width: 32rem;
  }
}

.facility-cando_list-item {
  display: flex;
  gap: 4rem;
  position: relative;
}
@media (max-width: 1024px) {
  .facility-cando_list-item {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .facility-cando_list-item {
    flex-flow: column;
  }
}

.facility-cando_list-item:nth-of-type(2) {
  align-items: center;
}

.facility-cando_list-item:nth-of-type(1) .facility-cando_subtext::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 98px;
  background-image: url(../img/facility/work_title_left_2deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: calc(50% - 13rem);
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(1) .facility-cando_subtext::before {
    left: calc(50% - 13.4rem);
  }
}
.facility-cando_list-item:nth-of-type(1) .facility-cando_subtext::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 98px;
  background-image: url(../img/facility/work_title_right_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc(50% + 5rem);
  left: calc(50% + 17rem);
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(1) .facility-cando_subtext::after {
    left: calc(50% + 12.8rem);
  }
}
.facility-cando_list-item:nth-of-type(1) .facility-cando_img {
  flex: 1;
  margin-left: -1rem;
  position: relative;
  left: -2rem;
}
@media (max-width: 1024px) {
  .facility-cando_list-item:nth-of-type(1) .facility-cando_img {
    top: 7rem;
  }
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(1) .facility-cando_img {
    top: 0rem;
    width: 97%;
    margin: 2rem auto 0;
    left: 0rem;
  }
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(1) p.facility-cando_text {
    font-size: 1.6rem;
    line-height: 1.75;
    padding-inline: 1rem;
    position: relative;
    margin-top: 2.5rem;
    padding-inline: 1rem;
  }
}

.facility-cando_list-item:nth-of-type(2) .facility-cando_subtext::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 98px;
  background-image: url(../img/facility/tosyo_title_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: calc(50% - 19rem);
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(2) .facility-cando_subtext::before {
    top: calc(50% - 0.2rem);
    left: 2.5rem;
  }
}
.facility-cando_list-item:nth-of-type(2) .facility-cando_subtext::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 98px;
  background-image: url(../img/facility/tosyo_title_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc(50% + 2rem);
  left: calc(50% + 21rem);
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(2) .facility-cando_subtext::after {
    left: calc(50% + 16.8rem);
  }
}
.facility-cando_list-item:nth-of-type(2) p.facility-cando_text {
  padding-left: 7rem;
  padding-top: 1.5rem;
  padding-right: 0.1rem;
}
@media (max-width: 1024px) {
  .facility-cando_list-item:nth-of-type(2) p.facility-cando_text {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(2) p.facility-cando_text {
    padding-inline: 1rem;
    padding-top: 0;
    margin-top: 2rem;
    line-height: 1.8;
  }
}
.facility-cando_list-item:nth-of-type(2) .facility-cando_img {
  position: relative;
  left: 3rem;
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(2) .facility-cando_img {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}

.facility-cando_list-item:nth-of-type(3) .facility-cando_subtext::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 98px;
  background-image: url(../img/facility/work_title_left_2deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: calc(50% - 15.5rem);
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(3) .facility-cando_subtext::before {
    left: calc(50% - 16rem);
  }
}
.facility-cando_list-item:nth-of-type(3) .facility-cando_subtext::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 98px;
  background-image: url(../img/facility/work_title_right_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc(50% + 5rem);
  left: calc(50% + 20.4rem);
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(3) .facility-cando_subtext::after {
    left: calc(50% + 16rem);
  }
}
.facility-cando_list-item:nth-of-type(3) .facility-cando_text-box {
  position: relative;
  padding-top: 4.5rem;
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(3) .facility-cando_text-box {
    padding-top: 3.5rem;
  }
}
.facility-cando_list-item:nth-of-type(3) .facility-cando_text-box h3 {
  margin-top: 2rem;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(3) .facility-cando_text-box h3 {
    padding-left: 0rem;
  }
}
.facility-cando_list-item:nth-of-type(3) p.facility-cando_subtext {
  text-align: left;
  display: inline;
  padding-left: 5rem;
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(3) p.facility-cando_subtext {
    display: flex;
    padding-left: 0;
  }
}
.facility-cando_list-item:nth-of-type(3) p.facility-cando_text {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(3) p.facility-cando_text {
    margin-top: 1.5rem;
    line-height: 1.8;
  }
}
.facility-cando_list-item:nth-of-type(3) .facility-cando_img {
  flex: 1;
  margin-left: -1rem;
  position: relative;
  left: -1rem;
  top: -2rem;
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(3) .facility-cando_img {
    margin-left: 0;
    left: 0;
    top: 0;
  }
}

p.facility-cando_subtext {
  text-align: left;
  display: inline;
  padding-left: 4rem;
}
@media (max-width: 767px) {
  p.facility-cando_subtext {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
}

.facility_ceco01 {
  position: absolute;
  top: calc(50% - 10rem);
  left: calc(50% + 19rem);
  transform: translate(-50%, -50%);
  width: 12rem;
}

.facility_ceco02 {
  position: absolute;
  top: calc(50% + 17rem);
  left: calc(50% + 15rem);
  transform: translate(-50%, -50%);
  width: 9rem;
}
@media (max-width: 1150px) {
  .facility_ceco02 {
    top: calc(50% + 20rem);
  }
}
@media (max-width: 1024px) {
  .facility_ceco02 {
    top: calc(50% + 25.5rem);
    width: 8rem;
    left: calc(50% + 26rem);
  }
}
@media (max-width: 767px) {
  .facility_ceco02 {
    top: 8.4rem;
    left: calc(50% - 17rem);
    width: 8rem;
  }
}

.facility_ceco03 {
  position: absolute;
  top: calc(50% + 19rem);
  left: calc(50% + 31rem);
  transform: translate(-50%, -50%);
  width: 12rem;
}
@media (max-width: 1024px) {
  .facility_ceco03 {
    top: auto;
    left: -2.4rem;
    width: 10rem;
    bottom: -11.5rem;
  }
}

.facility_ceco04 {
  position: absolute;
  top: calc(50% + 24rem);
  left: calc(50% - 46rem);
  transform: translate(-50%, -50%);
  width: 24.5rem;
}

.facility_ceco05 {
  position: absolute;
  top: calc(50% + 12rem);
  right: calc(50% - 121rem);
  transform: translate(-50%, -50%);
  width: 23rem;
}
@media (max-width: 1280px) {
  .facility_ceco05 {
    top: calc(50% + 23rem);
    right: calc(50% - 108rem);
    transform: translate(-50%, -50%);
    width: 21rem;
  }
}

.book_ceco01 {
  position: absolute;
  top: calc(50% - 20rem);
  left: calc(50% + 7rem);
  transform: translate(-50%, -50%);
  width: 9rem;
}
@media (max-width: 1070px) {
  .book_ceco01 {
    top: calc(50% - 24rem);
    left: calc(50% + 3rem);
  }
}
@media (max-width: 767px) {
  .book_ceco01 {
    top: 23rem;
    left: calc(50% + 17rem);
  }
}

.book_ceco02 {
  position: absolute;
  top: calc(50% + 16rem);
  left: calc(50% + 48rem);
  transform: translate(-50%, -50%);
  width: 10rem;
}
@media (max-width: 1024px) {
  .book_ceco02 {
    display: none;
  }
}
@media (max-width: 480px) {
  .book_ceco02 {
    top: 51rem;
    left: 0;
    width: 9.5rem;
    z-index: 1;
    display: block;
  }
}

.book_ceco03 {
  position: absolute;
  top: calc(50% + 10rem);
  left: calc(50% + 67rem);
  transform: translate(-50%, -50%);
  width: 23rem;
}
@media (max-width: 1280px) {
  .book_ceco03 {
    top: calc(50% + 28rem);
    left: calc(50% + 52rem);
    transform: translate(-50%, -50%);
    width: 19rem;
  }
}

.kids_ceco01 {
  position: absolute;
  top: calc(50% - 17rem);
  left: calc(50% - 11rem);
  transform: translate(-50%, -50%);
  width: 10rem;
}
@media (max-width: 1050px) {
  .kids_ceco01 {
    left: calc(50% + 3rem);
    top: calc(50% - 25rem);
    width: 8rem;
  }
}
@media (max-width: 767px) {
  .kids_ceco01 {
    top: 48.5rem;
    left: calc(50% + 16rem);
    width: 7rem;
  }
}

.kids_ceco02 {
  position: absolute;
  top: calc(50% + 11rem);
  left: calc(50% - 6rem);
  transform: translate(-50%, -50%);
  width: 10rem;
}
@media (max-width: 1280px) {
  .kids_ceco02 {
    left: calc(50% - 1rem);
    top: calc(50% + 15rem);
  }
}
@media (max-width: 1024px) {
  .kids_ceco02 {
    top: calc(50% + 28rem);
  }
}
@media (max-width: 767px) {
  .kids_ceco02 {
    top: 17rem;
    left: calc(50% - 15rem);
    width: 7rem;
  }
}

.kids_ceco03 {
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% + 73.5rem);
  transform: translate(-50%, -50%);
  width: 32rem;
}
@media (max-width: 1280px) {
  .kids_ceco03 {
    position: absolute;
    left: calc(50% + 46.5rem);
    transform: translate(-50%, -50%);
    width: 24rem;
    top: calc(50% + 36rem);
  }
}
@media (max-width: 767px) {
  .kids_ceco03 {
    top: calc(50% + 53rem);
    left: calc(50% + 5.5rem);
    transform: translate(-50%, -50%);
    width: 18rem;
    top: 118%;
  }
}

.kids_ceco04 {
  position: absolute;
  top: calc(50% + 19rem);
  left: calc(50% - 71rem);
  transform: translate(-50%, -50%);
  width: 18rem;
}
@media (max-width: 767px) {
  .kids_ceco04 {
    left: calc(50% - 10rem);
    width: 10rem;
    top: 120%;
  }
}

.facility-cando_text-box {
  width: 60rem;
  position: relative;
  padding-top: 9rem;
}
@media (max-width: 1024px) {
  .facility-cando_text-box {
    width: 45rem;
  }
}
@media (max-width: 767px) {
  .facility-cando_text-box {
    width: 100%;
    padding-top: 0;
  }
}

.facility-cando_list-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.facility-cando_list-item:nth-of-type(even) .facility-cando_button {
  padding-left: 8rem;
}
@media screen and (max-width: 1024px) {
  .facility-cando_list-item:nth-of-type(even) .facility-cando_button {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(even) {
    flex-flow: column;
  }
}

.facility-cando_text-box h3 {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .facility-cando_text-box h3 {
    display: flex;
    justify-content: center;
    margin-top: 1.2rem;
  }
}

.facility-cando_work-title {
  width: 27.6rem;
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .facility-cando_work-title {
    width: 21.8rem;
    margin-left: 0;
  }
}

p.facility-cando_subtext.type2 {
  padding-inline: 4rem 2rem;
}
@media (max-width: 767px) {
  p.facility-cando_subtext.type2 {
    padding-inline: 0;
  }
}

.facility-cando_tosyo {
  text-align: end;
  margin-left: auto;
  width: 53rem;
}
@media (max-width: 1024px) {
  .facility-cando_tosyo {
    width: 42rem;
  }
}
@media (max-width: 767px) {
  .facility-cando_tosyo {
    margin-right: auto;
    width: 25.1rem;
  }
}

.facility-cando_img.sp-only {
  margin-top: 2rem;
}

.facility-cando_text-box.type2 {
  text-align: right;
  padding-top: 4rem;
}

.facility-cando_kids-title {
  width: 31rem;
}
@media (max-width: 767px) {
  .facility-cando_kids-title {
    width: 26rem;
  }
}

.facility-cando_img {
  flex: 1;
  margin-left: -1rem;
  transform: scale(0.5);
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.facility-cando_img.show {
  opacity: 1;
  transform: scale(1);
  animation: bounceIn 0.6s forwards;
}
@media (max-width: 767px) {
  .facility-cando_img {
    text-align: center;
  }
}

p.facility-cando_text {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  p.facility-cando_text {
    font-size: 1.6rem;
    line-height: 1.7;
    padding-inline: 1rem;
    position: relative;
  }
}

.facility-cando_button {
  margin-top: 3.7rem;
  padding-left: 4.4rem;
}
@media (max-width: 767px) {
  .facility-cando_button {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    padding-left: 0rem;
  }
}

.c-button-link {
  background: url(../img/facility/button_bg.png) no-repeat center/contain;
  position: relative;
  width: 36rem;
  height: 8.5rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  justify-content: center;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .c-button-link {
    font-size: 1.4rem;
    width: 31rem;
    padding-left: 0;
    padding-right: 1rem;
  }
}
@media (hover: hover) {
  .c-button-link:hover {
    opacity: 0.8;
  }
}

.c-button-link::before {
  content: "";
  display: inline-block;
  width: 11px;
  aspect-ratio: 20/17;
  background-image: url(../img/facility/button_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  right: 3rem;
}

a.facility-cando_button-link.type1 {
  font-size: 1.8rem;
  width: 35rem;
  padding-right: 2rem;
  padding-left: 8rem;
}
@media (max-width: 767px) {
  a.facility-cando_button-link.type1 {
    padding-left: 0;
  }
}

a.facility-cando_button-link.type2 {
  font-size: 1.6rem;
  width: 35rem;
  padding-right: 2rem;
  padding-left: 6rem;
}
@media (max-width: 767px) {
  a.facility-cando_button-link.type2 {
    padding-left: 0;
    font-size: 1.4rem;
    width: 31rem;
  }
}

.facility_ceco01 {
  position: absolute;
  top: calc(50% - 10rem);
  left: calc(50% + 19rem);
  transform: translate(-50%, -50%);
  width: 12rem;
}
@media (max-width: 1024px) {
  .facility_ceco01 {
    left: calc(50% + 23rem);
  }
}
@media (max-width: 767px) {
  .facility_ceco01 {
    top: 41rem;
    left: calc(50% + 15rem);
    width: 9rem;
  }
}

.floor_map {
  padding-block: 21rem 17.5rem;
}
@media (max-width: 767px) {
  .floor_map {
    padding-block: 15rem 8rem;
  }
}

hgroup.floor_map-title, h2 {
  text-align: center;
}

hgroup.floor_map-title p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1rem;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  hgroup.floor_map-title p {
    margin-top: 1.6rem;
    margin-left: -1rem;
  }
}

hgroup.floor_map-title img {
  width: 42rem;
}
@media (max-width: 767px) {
  hgroup.floor_map-title img {
    width: 32rem;
  }
}

.swiper-slide img {
  height: auto;
  width: 57%;
}
@media (max-width: 767px) {
  .swiper-slide img {
    width: 95%;
  }
}

.swiper-pagination {
  position: unset !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 33px 20px 0;
}

.swiper-pagination-bullet {
  width: 2.2rem;
  height: 2.2rem;
}

.swiper-pagination-bullet {
  opacity: unset !important;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

.facility-bottom {
  position: relative;
  padding-top: 2rem;
}

.facility-bottom-img {
  text-align: center;
}

.facility-bottom-img img {
  width: 62%;
  max-width: 591px;
}

.decoration_facilityt--1 {
  position: absolute;
  top: 86%;
  left: 16%;
  width: 9.5%;
  max-width: 172px;
}
@media (max-width: 1280px) {
  .decoration_facilityt--1 {
    top: 121%;
    left: 10%;
    width: 12%;
    max-width: 172px;
  }
}

.decoration_facilityt--2 {
  position: absolute;
  top: 82%;
  right: 10%;
  width: 15.9%;
  max-width: 302px;
}
@media (max-width: 1280px) {
  .decoration_facilityt--2 {
    top: 118%;
    right: 2%;
    width: 20.9%;
    max-width: 302px;
  }
}
@media (max-width: 767px) {
  .decoration_facilityt--2 {
    right: 33%;
    top: 35%;
    width: 31.9%;
  }
}

.floor_map {
  width: 100%;
  text-align: center !important;
}

.floor_map-link-box {
  display: flex;
  gap: 6.7rem;
  justify-content: center;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .floor_map-link-box {
    gap: 1rem;
    margin-top: 5rem;
  }
}

.floor_map-link {
  color: #f1f8ab;
  padding-block: 1rem;
  border-radius: 5.3rem;
  font-weight: 700;
  position: relative;
  font-size: 2.3rem;
  width: 22.6rem;
  display: block;
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .floor_map-link:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .floor_map-link {
    font-size: 2rem;
    width: unset;
  }
}

.floor_map-link::before {
  content: "";
  display: inline-block;
  width: 10.5px;
  aspect-ratio: 20/17;
  background-image: url(../img/facility/button_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 0.4rem);
  z-index: 1;
  transform: translate(0, -50%);
  right: 3.2rem;
  rotate: 90deg;
}
@media (max-width: 767px) {
  .floor_map-link::before {
    width: 9px;
    right: 2.7rem;
  }
}

@media (max-width: 767px) {
  .floor_map-link-wrap.--02 .floor_map-link::before {
    right: 2rem;
  }
}

.map_wrap {
  margin-top: 9.5rem;
}
@media (max-width: 767px) {
  .map_wrap {
    margin-top: 6.5rem;
  }
}

.floor_map-link-wrap.--01 .floor_map-link {
  background-color: #e85e78;
}
@media (max-width: 1280px) {
  .floor_map-link-wrap.--01 .floor_map-link {
    padding-block: 0.5rem;
  }
}
@media (max-width: 767px) {
  .floor_map-link-wrap.--01 .floor_map-link {
    padding-inline: 6.8rem 7rem;
    padding-block: 0.6rem 0.9rem;
  }
}

.floor_map-link-wrap.--02 .floor_map-link {
  background-color: #545da1;
}
@media (max-width: 1280px) {
  .floor_map-link-wrap.--02 .floor_map-link {
    padding-block: 0.5rem;
  }
}
@media (max-width: 767px) {
  .floor_map-link-wrap.--02 .floor_map-link {
    padding-inline: 6.5rem 6.5rem;
    padding-block: 0.6rem 0.9rem;
  }
}

.floor_map-img01-wrapper,
.floor_map-img02-wrapper {
  width: 145rem;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 52px;
  margin: 0 auto;
  padding-inline: 12rem 1.6rem;
}
@media screen and (max-width: 1240px) {
  .floor_map-img01-wrapper,
  .floor_map-img02-wrapper {
    padding-inline: 2rem;
  }
}
.floor_map-img01-wrapper .simplebar-track.simplebar-horizontal,
.floor_map-img02-wrapper .simplebar-track.simplebar-horizontal {
  display: none;
}
@media screen and (max-width: 767px) {
  .floor_map-img01-wrapper .simplebar-track.simplebar-horizontal,
  .floor_map-img02-wrapper .simplebar-track.simplebar-horizontal {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .floor_map-img01-wrapper.--02 .simplebar-track.simplebar-horizontal {
    margin-top: 3.4rem !important;
  }
}

.floor_map-img02-wrapper {
  padding-bottom: 57px;
  margin: 4.5rem auto 0;
  padding-inline: 8rem 6.6rem;
}
@media (max-width: 1240px) {
  .floor_map-img02-wrapper {
    padding-inline: 2rem;
  }
}

@media (max-width: 767px) {
  .floor_map-img01-wrapper,
  .floor_map-img02-wrapper {
    display: block;
    width: 90vw;
    max-width: 127rem;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-inline: 0rem;
  }
}
.floor_map-img01,
.floor_map-img02 {
  display: inline-block;
}
@media (max-width: 767px) {
  .floor_map-img01,
  .floor_map-img02 {
    min-width: max-content;
  }
}

.floor_map-img01 img {
  width: 127rem;
}
@media (max-width: 767px) {
  .floor_map-img01 img {
    width: 92rem;
  }
}

.floor_map-img02 img {
  width: 127rem;
}
@media (max-width: 767px) {
  .floor_map-img02 img {
    width: 94rem;
  }
}

@media (max-width: 767px) {
  .floor_map-img01 {
    width: 76%;
    margin: 0 auto;
    width: 103rem;
    white-space: nowrap;
  }
  .floor_map-img02 {
    width: 76%;
    margin: 0 auto;
    width: 103rem;
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .floor_map-contents .floor_map-contentsWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
    width: unset;
    max-width: 120rem;
    margin: 0 auto;
    padding-inline: 2rem;
  }
}
@media (max-width: 1280px) {
  .floor_map-contents .floor_map-contentsWrap {
    gap: 3rem;
  }
}

.floor_map-content-textBox {
  margin-top: 2rem;
}

.floor_map-content-textBox p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 0.7rem;
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 0;
  padding-inline: 1rem;
}
@media (max-width: 1280px) {
  .floor_map-content-textBox p {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .floor_map-content-textBox p {
    margin-top: 0.1rem;
    padding-inline: 0.8rem;
  }
}

.floor_map-content-head {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  padding-inline: 1.5rem;
}
@media (max-width: 1280px) {
  .floor_map-content-head {
    padding-inline: 0;
    gap: 0.1rem;
  }
}
@media (max-width: 767px) {
  .floor_map-content-head {
    padding-inline: 0.8rem;
    gap: 1.3rem;
  }
}

.floor_map-content-head h3 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.476;
}
@media (max-width: 1280px) {
  .floor_map-content-head h3 {
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .floor_map-content-head h3 {
    font-size: 2.1rem;
  }
}

.simplebar-track.simplebar-horizontal {
  background: #ececd2;
  height: 35px !important;
  border-radius: 30px !important;
  margin-top: 3rem !important;
  position: relative;
  top: 1rem;
}
@media (max-width: 767px) {
  .simplebar-track.simplebar-horizontal {
    top: -1.5rem;
    margin-top: 4.6rem !important;
  }
}

.simplebar-scrollbar::before {
  background: #e8647c !important;
  border-radius: 30px !important;
  height: 35px !important;
  opacity: 1;
  top: -0.1rem;
}

@media (max-width: 767px) {
  .floor_map-container {
    margin-top: 4rem;
  }
}

@media (max-width: 767px) {
  .floor_map-01 {
    width: 23.4rem;
    padding-left: 1.6rem;
  }
}

@media (max-width: 767px) {
  .floor_map-img01-wrapper {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .floor_map-02 {
    width: 20.4rem;
    margin-left: 1.8rem;
    padding-right: 0rem;
    margin-top: 5.2rem;
  }
}

@media (max-width: 767px) {
  .floor_map {
    width: 100%;
    text-align: center;
    padding-block: 12.5rem 7.4rem;
  }
  .floor_map-img02-wrapper {
    margin-top: -1rem;
  }
  .floor_map-img01,
  .floor_map-img02 {
    display: inline-block;
    max-width: 100%;
  }
  .floor_map-img01-wrapper::-webkit-scrollbar,
  .floor_map-img02-wrapper::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  .simplebar-content-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
}
@keyframes bounceIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.simplebar-content-wrapper {
  position: relative;
}
.simplebar-content-wrapper::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10.3rem;
  height: 10.3rem;
  background: url("../img/facility/icon_swipe.png") no-repeat center/contain;
  z-index: 1;
  transition: opacity 0.2s;
  pointer-events: none;
}
.simplebar-content-wrapper.is-swipe::before {
  opacity: 0;
}

.floor_map-content img {
  width: 100%;
}

.floor_map-content-head img {
  width: 4.6rem;
}
@media (max-width: 1280px) {
  .floor_map-content-head img {
    width: 3.5rem;
  }
}
@media (max-width: 767px) {
  .floor_map-content-head img {
    width: 4.3rem;
  }
}

@media (max-width: 767px) {
  .swiper2 {
    margin-top: 8px;
    padding-left: 4vw;
    padding-right: 20px;
  }
}
.swiper-pagination-bullet {
  display: inline-block;
  border-radius: 100%;
  background: #ede7a9;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #01cd01 !important;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .swiper2 .swiper-pagination-bullet {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .swiper2 .swiper-pagination {
    position: relative !important;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .swiper2 .swiper-wrapper {
    padding-bottom: 2.5rem;
    gap: 0rem;
  }
}/*# sourceMappingURL=facility.css.map */