@charset "UTF-8";
/* ***********************************
 *  保有設備スタイル設定
 *
 *  〜799px：SP
 *  800px〜：PC
 *  800px～1099px：タブレット/小型PC(状況に応じて対応)
 * ***********************************
 *  2025.6.19 新規作成
 *
 * *********************************** */

.contents.facility-contents {
  padding-bottom: 200px;
}

.facility-wrapper {
  margin-top: 100px;
}
.table-container {
  margin: 0 auto;
  overflow-x: auto;
  width: 100%;
  max-width: 1100px;
}

/* テーブル自体のスタイル */
.table-container table {
  width: 100%;
  min-width: 1100px;
  border-collapse: collapse;
}

.table-container th,
.table-container td {
  padding: 12px 15px;
  border: 1px solid #c8c8c8;
  text-align: left;
}

.table-container th {
  background-color: #1e1e1e;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 14px 15px;
  line-height: 1.55;
  white-space: nowrap;
}

.table-container td {
  font-size: 18px;
  padding: 25px 15px 25px 25px;
  letter-spacing: 0;
  vertical-align: middle;
}
.table-container .two-lines td {
  padding: 11px 15px 11px 25px;
}

.table-container th:nth-of-type(1) {
  width: 24%;
}
.table-container th:nth-of-type(2) {
  width: 18%;
}
.table-container th:nth-of-type(3) {
  width: 16.5%;
}
.table-container th:nth-of-type(4) {
  width: 7%;
}

.table-container td:nth-of-type(4) {
  text-align: center;
}

.table-container th:nth-of-type(1),
.table-container td:nth-of-type(1) {
  border-left: none;
}
.table-container th:nth-last-of-type(1),
.table-container td:nth-last-of-type(1) {
  border-right: none;
}

.table-container td:nth-of-type(4) {
  padding: 0;
}

.scroll-hint-icon {
  top: 180px;
  background: rgba(0, 0, 0, .6);
}

.scroll-hint-icon:before {
  background-image: url(../images/icon_scroll_pointer.svg);
}
.scroll-hint-icon:after {
  background-image: url(../images/icon_scroll_arrow.svg);
  transform: translateX(-50%);
  margin-left: 0;
  top: 20%;
  width: 60px;
  height: 12px;
}


@media screen and (max-width:799px) {
  .contents.facility-contents {
    padding-bottom: 25vw;
  }

  .facility-section {
    margin: 0 4vw;
  }

  .table-container table {
    min-width: 180vw;
  }

  .table-container th {
    font-size: 4vw;
    padding: 3.4vw 2.5vw;
  }
  .table-container td {
    font-size: 4vw;
    padding: 5.6vw 3.2vw 5.6vw 5vw;
  }
  .table-container .two-lines td {
    padding: 3.2vw 3.2vw 3.2vw 5vw;
  }

  .scroll-hint-icon {
    top: 40vw;
    width: 30vw;
    transform: scale(1.2);

  }

  .scroll-hint-text {
    font-size: 2.4vw;
    white-space: nowrap;
    font-weight: bold;
    margin-top: 1.6vw;
  }

  .scroll-hint-icon:before {
    width: 8vw;
    height: 8vw;
  }
  .scroll-hint-icon:after {
    width: 13vw;
    height: 2.6vw;
  }
}