@charset "UTF-8";

/* 全体文字系 */
h3{
  font-size: 20px;
  font-weight: 600;
  /* padding-top: 80px; */
}
.sp_br {
  display: none;
}
.text{
  margin-top: 40px;
}
.text_bold{
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
}
.text_right{
  text-align: right;
}
.a_white {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px;
}
.one {
  list-style: circle;
}
.two{
  list-style: circle;
  font-size: 1.5rem;
  margin-left: 20px;
}
.slide_text{
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}
.table_title{
  text-align: center;
  font-weight: 600;
  color: #006234;
  border: solid 3px #006234;
  border-radius: 50px;
}
/* 余白用 */
.contents_space{
  margin-left: 15px;
  margin-right: 15px;
}
.space_01{
  padding: 40px;
}
.space_02{
  padding: 20px;
}
.ul_space{
  margin-left: 50px;
}
/* 背景色変わるところの指定 */
.facility_006234{
  width: 100%;
  background-color: #006234;
}

.h3_white{
  font-size: 20px;
  font-weight: 600;
  padding-top: 80px;
  padding-bottom: 5px;
  color: #fff;
}

a {
  color: #fff;
}

.text_white{
  color: #fff;
  margin-top: 30px;
  padding-bottom: 20px;
}

.table_title_white{
  text-align: center;
  font-weight: 600;
  color: #fff;
  border: solid 3px #fff;
  border-radius: 50px;
}

/* 上揃え */
.facility_img{
  max-width: 400px;
  width: 100%;
  aspect-ratio: 4/3;
  /* border-radius: 20px; */
  object-fit: cover;
  object-position: 0px 0px;
  }

  .bg_img{
    object-fit: cover;
    object-position: 0% 30%;
  }

  /* センター */
  .facility_img2{
    max-width: 400px;
    width: 100%;
    aspect-ratio: 4/3;
    /* border-radius: 20px; */
    object-fit: cover;
    }
.img_size{
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 5px;
}

.facility_images{
  display: flex;
  justify-content:space-between;
  gap: 15px;
}
.photo_exp{
  text-align: center;
}
/************ swiper ************/
.swiper{
  max-width: 500px;
  width: 80%;
  margin: 0 auto;
}
.swiper .slide_text{
  font-size: 10px;
  font-weight: 400;
}

.swiper-button-prev::after{
  color: #fff;

}
.swiper-button-next::after{
  color: #fff;
}
.swiper .swiper-slide{
  padding-bottom: 40px ;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next{
  transform: translateY(-40px);
  transition: .2s ease-in-out;
}

.swiper .swiper-button-prev:active,
.swiper .swiper-button-next:active{
  opacity: 0.2;
}
.swiper .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: rgb(255, 255, 255,.5);
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after{
  font-size: 30px;
  /* font-weight: bold; */

}
.contactAddress{
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 640px){
    div .facility_images{
    text-align: center;
    width: 100%;
    display: block;
    }
    .photo_exp{
     margin-bottom: 20px;
    }
    .facility_img{
      margin-top: 20px;
     }

     .bg_img{
      object-fit: cover;
      object-position: 50% 0%;
    }
    .sp_br {
      display: block;
    }

  /* 上揃え */
.facility_img{
  width: 300px;
  height: 200px;
  border-radius: 20px;
  object-fit: cover;
  object-position: 0px 0px;
  }

  /* センター */
  .facility_img2{
    width: 300px;
    height: 200px;
    border-radius: 20px;
    object-fit: cover;
    }
  }

/* table1つ目 */
.facility_t01{
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
}
.facility_t01 tr td{
  border-collapse: collapse;
  border-bottom: solid 1px #D9D9D9;
}

.facility_t01 td{
  /*table内のtdに対して*/
  padding: 20px 40px 20px 20px;
}

.facility_t01 th{
  text-align: left;
  font-weight: 600;
  padding-left: 10px;
  border-collapse: collapse;
  border-bottom: solid 1px #D9D9D9;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 0px;
    width: 100%;
  }
  .facility_t01 {
    width: 100%;
    text-align: center;
    border-bottom: solid 0px;
    padding-top: 10px;
  }
  .facility_t01 th,
  .facility_t01 td {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: solid 1px #D9D9D9;
    display: block;
  }
  .facility_t01 td{
    margin-bottom: 50px;
  }
}

/* table2つ目 */
.facility_t02 {
  /* border-collapse: collapse; */
  margin: auto;
  border-spacing: 0;
  width: 100%;
  max-width: 870px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.facility_t02 .bg_D9D9D9 {
  background-color: #ececec;
}

.facility_t02 th, .facility_t02 td {
  padding: 0.8em;
}
.facility_t02 th {
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

/* ====================================table=>grid */
@media screen and (max-width:620px){
  .facility_t02{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
.facility_t02 tbody{
  display: grid;
  gap: 5px;
}
.facility_t02 tr{
  display: grid;
  gap: 5px;
}
.facility_t02 tr{
  grid-template-columns: repeat(3,1fr);
}
.facility_t02 tr:nth-child(3){
  grid-template-rows: repeat(3,1fr);
}
.facility_t02 tr:nth-child(1) th{
  display: contents;
}
/* 全セル */
.facility_t02 tr,
.facility_t02 tr>*{
  border: none;
  margin: 0;
}
.facility_t02 .t_center02{
  background-color: transparent;
}
.facility_t02 .t_center02>*{
  background-color: #d9d9d9;
}
/* 一段目 */
.facility_t02 tr:nth-child(1) :nth-child(2){
  grid-column: 1/3;
}
.facility_t02 tr:nth-child(1) :nth-child(3){
  grid-column: 3/4;
}
/* 二段目 */
.facility_t02 tr:nth-child(2) :nth-child(1){
  grid-column: 1/2;
}
.facility_t02 tr:nth-child(2) :nth-child(2){
  grid-column: 2/3;
}
.facility_t02 tr:nth-child(2) :nth-child(3){
  grid-column: 3/4;
}
/* 三段目 */
.facility_t02 tr:nth-child(3) :nth-child(1),
.facility_t02 tr:nth-child(5) :nth-child(1){
  grid-column: 1/4;
  grid-row: 1/2;
  width: 100%;
  p{
    display: inline;
    margin-left: 1em;
  }
}
.facility_t02 tr:nth-child(3) :nth-child(2),
.facility_t02 tr:nth-child(5) :nth-child(2){
  grid-column: 1/4;
  grid-row: 2/3;
  width: 100%;
}
.facility_t02 tr:nth-child(3) :nth-child(3),
.facility_t02 tr:nth-child(5) :nth-child(3){
  grid-column: 1/2;
}
.facility_t02 tr:nth-child(3) :nth-child(4),
.facility_t02 tr:nth-child(5) :nth-child(4){
  grid-column: 2/3;
}
.facility_t02 tr:nth-child(3) :nth-child(5),
.facility_t02 tr:nth-child(5) :nth-child(5){
  grid-column: 3/4;
}
/* 四段目 */
.facility_t02 tr:nth-child(4) :nth-child(1),
.facility_t02 tr:nth-child(6) :nth-child(1){
  grid-column: 1/4;
  grid-row: 1/2;
  width: 100%;
}
.facility_t02 tr:nth-child(4) :nth-child(2),
.facility_t02 tr:nth-child(6) :nth-child(2){
  grid-column: 1/2;
  grid-row: 2/3;
}
.facility_t02 tr:nth-child(4) :nth-child(3),
.facility_t02 tr:nth-child(6) :nth-child(3){
  grid-column: 2/3;
  grid-row: 2/3;
}
.facility_t02 tr:nth-child(4) :nth-child(4),
.facility_t02 tr:nth-child(6) :nth-child(4){
  grid-column: 3/4;
  grid-row: 2/3;
}
.facility_t02 tr:nth-child(4) *,
.facility_t02 tr:nth-child(6) *{
  background-color: #d5f0e3;
}
}

.t_center{
  font-weight: bold;
  text-align: center;
  background-color: #006234;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
}

.t_center01{
  font-weight: bold;
  text-align: center;
  background-color: #006234;
  color: #fff;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
  border-radius: 20px;
}

.t_center02{
  font-weight: bold;
  text-align: center;
  background-color: #D9D9D9;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;;

}

.facility_t02 .text_right{
  text-align: right;
}

/* table3つ目 */
.facility_t03 {
  border-collapse: collapse;
  width: 100%;
  max-width: 870px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: auto;
}

.facility_t03 .bg_D9D9D9 {
  background-color: #ececec;
}

.facility_t03 th, .facility_t03 td {
  padding: 0.8em;
}
.facility_t03 th {
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

.t3_center01{
  font-weight: bold;
  text-align: center;
  background-color: #D9D9D9;
  color: #262626;
  border-radius: 20px;
}

.t_center03{
  font-weight: bold;
  text-align: center;
  background-color:#006234;
  color: #fff;
  /* border: 5px solid #fff; */
  border-radius: 20px;
}

.t_center02{
  font-weight: bold;
  text-align: center;
  background-color: #D9D9D9;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .facility_t03 {
    width: 100%;
  }
  .facility_t03 th,
  .facility_t03 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 30%);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
