@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
.txt-caption {
  text-align: center;
  margin-top: 0.5rem;
}

/*----------------------------------------------------
  一覧
----------------------------------------------------*/
/*動画*/
a.facility-modal {
  color: #222;
  text-decoration: none;
  transition: all 0.2s;
}
a.facility-modal:hover {
  opacity: 0.7;
}
a.facility-modal .thumbnail {
  position: relative;
}
a.facility-modal .thumbnail::after {
  content: "";
  width: 18%;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/ico_play.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.4));
}

video.facility-movie {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

/*モーダル*/
#cboxOverlay {
  background: #000;
}

#cboxLoadedContent {
  padding: 0;
  overflow: auto;
  -moz-box-shadow: 0px 1px 10px #000000;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #cboxTitle {
  top: -30px;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible;
}

#cboxTitle {
  color: #fff;
}

#inline-content { /* インラインを使用する時のみ */
  margin: 20px;
}

/*テーブル*/
table.tbl-facility {
  width: 100%;
  margin-top: 3rem;
}
table.tbl-facility th, table.tbl-facility td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 991.98px) {
  table.tbl-facility th, table.tbl-facility td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  table.tbl-facility th, table.tbl-facility td {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  table.tbl-facility th, table.tbl-facility td {
    font-size: 1.3rem;
  }
}
table.tbl-facility thead th {
  background-color: #222;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
table.tbl-facility thead th:not(:first-of-type) {
  width: 18%;
}
table.tbl-facility thead th:last-of-type {
  width: 12%;
}
table.tbl-facility tbody td {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background-color: #fff;
  word-break: break-all;
}
@media screen and (max-width: 991.98px) {
  table.tbl-facility tbody td {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
table.tbl-facility tbody td:not(:first-of-type) {
  text-align: center;
}
table.tbl-facility tbody tr:nth-child(even) td {
  background-color: #f2f2f2;
}
table.tbl-facility tfoot td {
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #222;
  font-weight: 700;
}
table.tbl-facility tfoot td:first-child {
  text-align: left;
}/*# sourceMappingURL=facility.css.map */