/* $main-color: #008080; */
/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*	sec01
* --------------------------------------------------------------------------------------------------*/
.sec01 {
  padding: 15rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .sec01 {
    padding-top: 4rem;
  }
}

.facility_list {
  margin-top: 8.5rem;
}
@media screen and (max-width: 767.98px) {
  .facility_list {
    margin-top: 0;
  }
}

.facility_item {
  padding: 5rem 0 19rem;
}
@media screen and (max-width: 767.98px) {
  .facility_item {
    padding: 5rem 0;
  }
}

.facility_img {
  margin-right: calc(50% - 50vw);
  height: 68rem;
}
@media screen and (max-width: 767.98px) {
  .facility_img {
    height: auto;
    margin-left: calc(50% - 50vw);
  }
}
.facility_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.facility_body {
  display: flex;
  padding-top: 11.4rem;
}
@media screen and (max-width: 767.98px) {
  .facility_body {
    display: block;
    padding-top: 3rem;
  }
}
.facility_body .txt {
  margin-top: 5.2rem;
  font-size: 1.6rem;
  line-height: 2.5;
  width: 47rem;
}
@media screen and (max-width: 767.98px) {
  .facility_body .txt {
    margin-top: 2rem;
    width: auto;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.facility_body .txt + .txt {
  margin-top: 2.5em;
}
@media screen and (max-width: 767.98px) {
  .facility_body .txt + .txt {
    margin-top: 1em;
  }
}
.facility_body .note {
  margin-top: 3.5rem;
  font-size: 1.4rem;
  line-height: 2.8571428571;
  width: 47rem;
}
@media screen and (max-width: 767.98px) {
  .facility_body .note {
    width: auto;
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 1rem;
  }
}

.facility_detail {
  margin-right: 2rem;
}

.facility_name .en {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .facility_name .en {
    font-size: 2.6rem;
  }
}
.facility_name .en.ls {
  letter-spacing: 0.02em;
}
.facility_name .en.ls-w {
  letter-spacing: 0.45em;
}
.facility_name .jp {
  font-size: 1.4rem;
  display: block;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .facility_name .jp {
    margin-top: 0;
    font-size: 1rem;
  }
}

.facility_thumb {
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .facility_thumb {
    width: 80%;
    margin-top: 2rem;
    margin-right: auto;
  }
}

.hour {
  margin-top: 5rem;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .hour {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
}
.hour.mt {
  margin-top: 12rem;
}
@media screen and (max-width: 767.98px) {
  .hour.mt {
    margin-top: 3rem;
  }
}
.hour th {
  font-weight: 400;
  vertical-align: top;
  text-align: left;
}
.hour .heading th {
  padding-bottom: 1rem;
}
.hour .line th {
  width: 9em;
}
@media screen and (max-width: 767.98px) {
  .hour .line th {
    width: 6em;
  }
}
.hour .line th,
.hour .line td {
  padding: 1.25rem 0;
  border-bottom: 0.1rem solid #efefef;
}

.slider03 {
  width: 44rem;
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 767.98px) {
  .slider03 {
    margin: 3rem 0;
    height: auto;
    width: 100%;
  }
}

.slide-dots {
  display: flex;
  position: absolute;
  bottom: 2rem;
  left: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .slide-dots {
    bottom: 1rem;
    left: 1rem;
  }
}
.slide-dots li {
  margin: 0 1rem;
}
.slide-dots button {
  position: relative;
  top: 0;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.slide-dots button::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  width: 0.7rem;
  height: 0.7rem;
  top: 0;
  left: 0;
  border: 0.1rem solid #fff;
}
.slide-dots .slick-active button::before {
  background-color: #fff;
}

.slider_content {
  background-color: #f2f2f2;
  padding: 12.8rem 0;
}
@media screen and (max-width: 767.98px) {
  .slider_content {
    padding: 4rem 0;
  }
}
.slider_content .slider {
  height: 44rem;
}
@media screen and (max-width: 767.98px) {
  .slider_content .slider {
    height: auto;
  }
}
.slider_content .key-slider,
.slider_content .slick-list,
.slider_content .slick-track {
  height: 100%;
}
.slider_content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider_content .slider_inner {
  padding: 0 1rem;
  height: 100%;
}

/* ----------------------------------------------------------------------------------------------------
*	sec02 information
* --------------------------------------------------------------------------------------------------*/
.sec02 {
  padding: 19rem 0 20rem;
}
@media screen and (max-width: 767.98px) {
  .sec02 {
    padding: 4rem 0;
  }
}

.infrmation_ttl {
  font-size: 4.2rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .infrmation_ttl {
    font-size: 3.6rem;
  }
}

.information_table {
  font-size: 1.6rem;
  line-height: 2.5;
  margin: 8.3rem 0 0 12.5rem;
}
@media screen and (max-width: 767.98px) {
  .information_table {
    font-size: 1.4rem;
    margin: 3rem 0 0;
    line-height: 1.8;
  }
}
.information_table th {
  vertical-align: top;
  font-weight: 400;
  text-align: left;
  width: 16.5em;
}
@media screen and (max-width: 767.98px) {
  .information_table th {
    width: auto;
    white-space: nowrap;
    padding-right: 1.5rem;
  }
}
.information_table th,
.information_table td {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
@media screen and (max-width: 767.98px) {
  .information_table th,
.information_table td {
    letter-spacing: 0.05em;
  }
}
/*# sourceMappingURL=facilities.css.map */