.page-title {
  background: no-repeat top center/cover;
}
@media print, screen and (min-width: 768px) {
  .page-title {
    background-image: -webkit-image-set(url("../img/facility/mv-img.webp") type("image/webp"), url("../img/facility/mv-img.jpg") type("image/jpeg"));
    background-image: image-set(url("../img/facility/mv-img.webp") type("image/webp"), url("../img/facility/mv-img.jpg") type("image/jpeg"));
  }
}
@media only screen and (max-width: 767px) {
  .page-title {
    background-image: -webkit-image-set(url("../img/facility/sp/mv-img.webp") type("image/webp"), url("../img/facility/sp/mv-img.jpg") type("image/jpeg"));
    background-image: image-set(url("../img/facility/sp/mv-img.webp") type("image/webp"), url("../img/facility/sp/mv-img.jpg") type("image/jpeg"));
  }
}

.pankuzu {
  margin: 0.7rem auto 5.5rem;
}

.facility-content {
  background: url("../img/facility/page-bg.svg") no-repeat top right/cover;
  padding: 7rem 0 15rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .facility-content {
    padding-top: 0;
    background: url("../img/facility/sp/page-bg.svg") no-repeat bottom right/106%;
  }
}
.facility-content::before {
  content: "";
  background: no-repeat right top/cover;
  background-image: -webkit-image-set(url("../img/facility/page-bottom.webp") type("image/webp"), url("../img/facility/page-bottom.png") type("image/png"));
  background-image: image-set(url("../img/facility/page-bottom.webp") type("image/webp"), url("../img/facility/page-bottom.png") type("image/png"));
  width: 68.6rem;
  height: 51.4rem;
  position: absolute;
  bottom: -2rem;
  right: -19.5rem;
}
@media only screen and (max-width: 767px) {
  .facility-content::before {
    display: none;
  }
}
.facility-content .inner {
  margin: 0 auto 15rem;
}
@media print, screen and (min-width: 768px) {
  .facility-content .inner {
    width: 110rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-content .inner {
    position: relative;
    padding: 0 4rem 25rem;
    margin-bottom: 0;
  }
  .facility-content .inner::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 49.2rem;
    height: 36rem;
    z-index: 1;
    background: no-repeat right bottom/49.2rem;
    background-image: -webkit-image-set(url("../img/facility/sp/page-bottom.webp") type("image/webp"), url("../img/facility/sp/page-bottom.png") type("image/png"));
    background-image: image-set(url("../img/facility/sp/page-bottom.webp") type("image/webp"), url("../img/facility/sp/page-bottom.png") type("image/png"));
  }
}
.facility-content dl {
  position: relative;
  border-top: 1px solid #ccc;
  padding: 3.6rem 0 3.7rem;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .facility-content dl {
    padding: 4rem 0 3.6rem;
  }
}
.facility-content dl:last-of-type {
  border-bottom: 1px solid #ccc;
}
.facility-content dl:last-of-type::after {
  display: block;
  top: auto;
  bottom: -1px;
}
.facility-content dl::before, .facility-content dl::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 15rem;
  height: 1px;
  background: #ff0014;
}
@media only screen and (max-width: 767px) {
  .facility-content dl::before, .facility-content dl::after {
    width: 17rem;
  }
}
.facility-content dl::after {
  display: none;
}
.facility-content dl dt {
  width: 20rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #ff0014;
}
@media only screen and (max-width: 767px) {
  .facility-content dl dt {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    width: 20.8rem;
  }
}
.facility-content dl dd {
  width: calc(100% - 20rem);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .facility-content dl dd {
    width: calc(100% - 21rem);
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    line-height: 1.85;
  }
}
.facility-content .page-nav {
  width: 120rem;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .facility-content .page-nav {
    width: 68.7rem;
  }
}
.facility-content .page-nav::before {
  content: "";
  background: url("../img/facility/page-nav-bg.svg") no-repeat center/cover;
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .facility-content .page-nav::before {
    background: url("../img/facility/sp/page-nav-bg.svg") no-repeat center/cover;
  }
}
.facility-content .page-nav ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 1.5rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .facility-content .page-nav ul {
    gap: 2.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .facility-content .page-nav ul {
    flex-wrap: wrap;
    padding: 4.7rem 0 0;
  }
}
.facility-content .page-nav ul li {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .facility-content .page-nav ul li {
    width: 50%;
    margin-bottom: 4.7rem;
  }
  .facility-content .page-nav ul li:first-of-type {
    border-right: 1px solid #595757;
  }
}
.facility-content .page-nav ul li:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 2rem;
  background: #ccc;
  display: block;
  margin-left: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .facility-content .page-nav ul li:not(:last-of-type)::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .facility-content .page-nav ul li.wide {
    width: 100%;
  }
}
.facility-content .page-nav ul li a {
  display: flex;
  align-items: center;
  word-break: keep-all;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 768px) {
  .facility-content .page-nav ul li a {
    padding: 2.8rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .facility-content .page-nav ul li a {
    font-size: 2.7rem;
    width: 100%;
    justify-content: center;
    line-height: 1;
  }
}
.facility-content .page-nav ul li a::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  margin-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .facility-content .page-nav ul li a::after {
    width: 1.75rem;
    height: 1.75rem;
    margin: 0.5rem 0 0 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .cta {
    margin-top: 0;
  }
}