@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  .page-title-wrap .container > p {
    margin-top: 1em;
  }
}
.page-title-wrap .movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
}
.page-title-wrap .movie::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.facilities-wrap {
  padding: 8rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .facilities-wrap {
    padding: 5rem 0;
    display: block;
  }
}
.facilities-wrap .contents {
  width: 55%;
}
@media screen and (max-width: 767.98px) {
  .facilities-wrap .contents {
    width: auto;
  }
}
.facilities-wrap .contents .facilities-title {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 1em;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .facilities-wrap .contents .facilities-title {
    font-size: 2.4rem;
  }
}
.facilities-wrap .contents p {
  font-size: 1.8rem;
  line-height: 2.2;
  text-align: justify;
}
@media screen and (max-width: 767.98px) {
  .facilities-wrap .contents p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.facilities-wrap .image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .facilities-wrap .image {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 2rem;
  }
}
.facilities-wrap .image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.facilities-category {
  color: #fff;
  font-size: 2.4rem;
  background-color: #00A040;
  text-align: center;
  margin-bottom: 1em;
  padding: 0.7rem 0;
}
@media screen and (max-width: 767.98px) {
  .facilities-category {
    font-size: 2rem;
  }
}

.facilities-list figure {
  margin-bottom: 3rem;
}
.facilities-list figure figcaption {
  text-align: center;
  margin-top: 0.5em;
}
.facilities-list figure img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.tbl-facilities {
  width: 100%;
}
.tbl-facilities th, .tbl-facilities td {
  padding: 1.5rem 3rem;
}
@media screen and (max-width: 767.98px) {
  .tbl-facilities th, .tbl-facilities td {
    padding: 1.2rem 1rem;
  }
}
.tbl-facilities thead th {
  background-color: #7D7D7D;
  color: #fff;
  text-align: center;
}
.tbl-facilities thead tr th:first-child {
  width: 28%;
}
.tbl-facilities thead tr th:last-child {
  width: 15%;
}
@media screen and (max-width: 575.98px) {
  .tbl-facilities thead tr th:last-child {
    width: 60px;
  }
}
.tbl-facilities thead tr th:not(:last-child) {
  border-right: 1px solid #fff;
}
.tbl-facilities tbody tr:nth-child(even) {
  background-color: #F3F3F3;
}
.tbl-facilities tbody tr td:not(:last-child) {
  border-right: 1px solid #ddd;
}
.tbl-facilities tbody tr .cell-num {
  text-align: center;
}