@charset "UTF-8";
.side_bnr {
  position: fixed;
  right: 0;
  z-index: 30;
}
.side_bnr a:not([class]) img, .side_bnr a.swipebox img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.side_bnr a:not([class]):hover img, .side_bnr a.swipebox:hover img {
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .side_bnr {
    z-index: 2;
    top: 200px;
    width: 80px;
  }
  .side_bnr li:not(:first-child) {
    margin-top: 10px;
  }
  .side_bnr li img {
    -webkit-box-shadow: 0 0 10px rgba(89, 89, 89, 0.3);
            box-shadow: 0 0 10px rgba(89, 89, 89, 0.3);
  }
}
@media only screen and (max-width: 767px) {
  .side_bnr {
    bottom: 0;
    width: 100%;
  }
  .side_bnr .side_bnr_block {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .side_bnr .side_bnr_block li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.totop {
  bottom: 10px;
  display: none;
  position: fixed;
  right: 10px;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(89, 89, 89, 0.3);
          box-shadow: 0 0 10px rgba(89, 89, 89, 0.3);
  border-radius: 50%;
}
.totop:hover {
  cursor: pointer;
  opacity: 0.8;
}
.totop .totop_inner {
  background: #133881;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.totop .totop_inner svg {
  width: 15px;
  fill: #fff;
}
@media only screen and (max-width: 767px) {
  .totop {
    width: 50px;
    bottom: 17vw;
    bottom: calc(17vw + env(safe-area-inset-bottom));
  }
  .totop .totop_inner {
    width: 50px;
    height: 50px;
  }
}

.sec_facility {
  padding: clamp(40px, 9.6vw, 120px) 0;
}
.sec_facility .img_slider .img_slide_main .img_slider_title {
  font-size: clamp(18px, 1.76vw, 22px);
  padding: 13px 10px;
}
.sec_facility .img_slider .img_slide_main .slick-arrow {
  width: clamp(15px, 1.84vw, 23px);
  height: clamp(37px, 4.56vw, 57px);
}
.sec_facility .img_slider .img_slide_main .slick-arrow:before {
  content: "";
  background: url(../img/slider_arrow.png) no-repeat center/cover;
  width: clamp(15px, 1.84vw, 23px);
  height: clamp(37px, 4.56vw, 57px);
  display: block;
}
.sec_facility .img_slider .img_slide_main .slick-next:before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (min-width: 1000px) {
  .sec_facility .img_slider .img_slide_main .slick-next {
    right: -55px;
  }
  .sec_facility .img_slider .img_slide_main .slick-prev {
    left: -55px;
  }
}


.home .footer {
  border-top: none;
}

footer {
  padding: clamp(40px, 9.6vw, 120px) 0 0;
  background: url(../img/footer_bg.jpg) no-repeat center/cover;
}
footer .ftr_logo {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
footer .ftr_info {
  width: 100%;
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
footer .ftr_info th,
footer .ftr_info td {
  vertical-align: top;
  line-height: 1.5;
  border-top: solid 1px #cbc1b4;
  padding: 25px 0;
}
footer .ftr_info th {
  width: 80px;
  color: #143c89;
  text-align: left;
}
footer .ftr_info tr:last-child th,
footer .ftr_info tr:last-child td {
  border-bottom: solid 1px #cbc1b4;
}
footer .image:not(:last-child) {
  margin-bottom: clamp(15px, 2vw, 25px);
}
footer .db_bnr {
  width: 200px;
  margin: 0 auto 40px;
}
footer .googlemap {
  height: 500px;
  padding-top: 0;
}
@media (max-width: 767px) {
  footer .ftr_logo img {
    max-width: 85%;
  }
  footer .footer_container .col:not(:last-child) {
    margin-bottom: 30px;
  }
  footer .googlemap {
    height: 400px;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  footer .footer_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 5%;
  }
  footer .table_timetable thead th:first-child {
    width: clamp(130px, 12.8vw, 160px);
  }
  footer .table_timetable thead th:last-child {
    width: clamp(50px, 8vw, 100px);
    text-align: left;
    padding-left: clamp(5px, 1vw, 20px);
  }
  footer .table_timetable tbody th:last-child, footer .table_timetable tbody td:last-child {
    width: clamp(50px, 8vw, 100px);
    text-align: left;
    padding-left: clamp(5px, 1vw, 20px);
  }
}

.copyright {
  background: #133881;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 10px 0 17%;
  }
}