@charset "UTF-8";
.facilities_section {
  margin-top: 60rem;
}
.facilities_section + .facilities_section {
  margin-top: 100rem;
}
.facilities_section .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.facilities_section .content_wrap .img_wrap {
  width: 55%;
}
.facilities_section .content_wrap .img_wrap > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facilities_section .content_wrap .img_wrap .swiper_wrap {
  position: relative;
  height: 100%;
}
.facilities_section .content_wrap .img_wrap .swiper_wrap .swiper {
  height: 100%;
}
.facilities_section .content_wrap .img_wrap .swiper_wrap .swiper .swiper-wrapper {
  height: 100%;
}
.facilities_section .content_wrap .img_wrap .swiper_wrap .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.facilities_section .content_wrap .img_wrap .swiper_wrap .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facilities_section .content_wrap .img_wrap .swiper_wrap .swiper-pagination {
  bottom: -20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10rem;
}
.facilities_section .content_wrap .img_wrap .swiper_wrap .swiper-pagination span {
  margin: 0;
  display: block;
  width: 8rem;
  height: 8rem;
  opacity: 1;
  background-color: #ccc;
}
.facilities_section .content_wrap .img_wrap .swiper_wrap .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #9c9c9c;
}
.facilities_section .content_wrap .text_area {
  width: 45%;
  padding: 20rem 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fbf7ee;
}
.facilities_section .content_wrap .text_area .text h2 {
  line-height: 1.2;
  font-size: 30rem;
  letter-spacing: 1rem;
}
.facilities_section .content_wrap .text_area .text h2.long_ttl {
  font-size: 22rem;
  line-height: 1.4;
}
.facilities_section .content_wrap .text_area .text h3 {
  margin-top: 5rem;
  font-size: 20rem;
}
.facilities_section .content_wrap .text_area .text p.t_description {
  margin-top: 20rem;
  line-height: 2;
  font-size: 15rem;
}
.facilities_section .content_wrap .text_area .text p.t_description.long_text {
  font-size: 14rem;
}
.facilities_section .content_wrap .text_area .text .table_wrap {
  margin-top: 30rem;
}
.facilities_section .content_wrap .text_area .text .table_wrap table {
  width: 100%;
}
.facilities_section .content_wrap .text_area .text .table_wrap table tr th,
.facilities_section .content_wrap .text_area .text .table_wrap table tr td {
  padding: 20rem 20rem 10rem;
  border-bottom: 1px solid #333;
}
.facilities_section .content_wrap .text_area .text .table_wrap table tr th {
  text-align: left;
}
.facilities_section .content_wrap .text_area .text .list_wrap {
  margin-top: 20rem;
  padding-top: 20rem;
  border-top: 1px solid;
}
.facilities_section .content_wrap .text_area .text .list_wrap .list_content + .list_content {
  margin-top: 15rem;
}
.facilities_section .content_wrap .text_area .text .list_wrap .list_content ul {
  margin-top: 5rem;
  font-size: 14rem;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 6rem 10rem;
}
.facilities_section .content_wrap .text_area .text .list_wrap .list_content ul li {
  position: relative;
  padding-left: 1em;
}
.facilities_section .content_wrap .text_area .text .list_wrap .list_content ul li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.facilities_section .content_wrap.reverse .img_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.facilities_section .content_wrap.reverse .text_area {
  background-color: #fff;
  padding: 20rem 40rem 20rem 20rem;
}

@media screen and (min-width: 681px) {
  .top_art {
    margin-top: 100rem;
    padding-top: 100rem;
  }
  .top_art .facilities_art {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top_art .facilities_art .swiper_wrap {
    width: 50%;
  }
  .top_art .facilities_art .art_text {
    margin-top: 0;
    width: 45%;
  }
  .top_art .facilities_art .art_text .m_ttl {
    font-size: 32rem;
  }
  .top_art .facilities_art .art_text .m_ttl + .sub_ttl {
    margin-top: 20rem;
  }
  .top_art .facilities_art .art_text .sub_ttl {
    font-size: 20rem;
  }
  .top_art .facilities_art .art_text .t_description {
    margin-top: 30rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 680px) {
  .top_art {
    margin-top: 80rem;
    padding-top: 80rem;
  }
  .facilities_section {
    margin-top: 50rem;
  }
  .facilities_section + .facilities_section {
    margin-top: 80rem;
  }
  .facilities_section .content_wrap {
    display: block;
  }
  .facilities_section .content_wrap .img_wrap {
    width: auto;
  }
  .facilities_section .content_wrap .img_wrap .swiper_wrap {
    background-color: #fbf7ee;
    padding-bottom: 16rem;
  }
  .facilities_section .content_wrap .img_wrap .swiper_wrap .swiper {
    height: auto;
  }
  .facilities_section .content_wrap .img_wrap .swiper_wrap .swiper .swiper-wrapper {
    height: auto;
  }
  .facilities_section .content_wrap .img_wrap .swiper_wrap .swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .facilities_section .content_wrap .img_wrap .swiper_wrap .swiper .swiper-wrapper .swiper-slide img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .facilities_section .content_wrap .img_wrap .swiper_wrap .swiper-pagination {
    bottom: 0;
  }
  .facilities_section .content_wrap .img_wrap .swiper_wrap .swiper-pagination span {
    width: 8rem;
    height: 8rem;
  }
  .facilities_section .content_wrap .text_area {
    width: auto;
    padding: 16rem 18rem;
    display: block;
  }
  .facilities_section .content_wrap .text_area .text h2 {
    font-size: 21rem;
    letter-spacing: 1rem;
  }
  .facilities_section .content_wrap .text_area .text h2.long_ttl {
    font-size: 21rem;
    line-height: 1.4;
  }
  .facilities_section .content_wrap .text_area .text h3 {
    margin-top: 5rem;
    font-size: 15rem;
  }
  .facilities_section .content_wrap .text_area .text p.t_description {
    margin-top: 16rem;
    line-height: 2;
    font-size: 13rem;
  }
  .facilities_section .content_wrap .text_area .text p.t_description.long_text {
    font-size: 13rem;
  }
  .facilities_section .content_wrap .text_area .text .table_wrap {
    margin-top: 20rem;
  }
  .facilities_section .content_wrap .text_area .text .table_wrap table tr th,
  .facilities_section .content_wrap .text_area .text .table_wrap table tr td {
    padding: 14rem 14rem 10rem;
  }
  .facilities_section .content_wrap .text_area .text .list_wrap {
    margin-top: 20rem;
    padding-top: 16rem;
  }
  .facilities_section .content_wrap .text_area .text .list_wrap .list_content + .list_content {
    margin-top: 10rem;
  }
  .facilities_section .content_wrap .text_area .text .list_wrap .list_content ul {
    width: auto;
    gap: 6rem 10rem;
    font-size: 13rem;
  }
  .facilities_section .content_wrap.reverse .text_area {
    padding: 16rem 18rem;
  }
}/*# sourceMappingURL=facilities.css.map */