.wrapper--prince:before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-image: url(../../img/prince/img_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 499px) {
  .wrapper--prince:before {
    display: none;
  }
}
.wrapper--prince:after {
  content: "";
  display: block;
  background: url(../../img/prince/logo_bg.png) no-repeat center center;
  background-size: 320px 273px;
  position: fixed;
  top: -79px;
  left: calc(50% - 50vw);
  width: calc((100vw - 500px) / 2);
  height: 100vh;
}

.prince {
  background: rgb(212, 240, 244);
  background: linear-gradient(90deg, rgb(212, 240, 244) 0%, rgb(217, 223, 244) 100%);
  -webkit-font-smoothing: antialiased;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 499px) {
  .prince {
    border-radius: 0;
  }
}
.prince__body {
  padding: 40px 25px;
}

.prince-kv img {
  width: 100%;
}

.prince-intro {
  width: 100%;
  padding: 0 25px;
  background: rgb(173, 211, 228);
  background: linear-gradient(90deg, rgb(173, 211, 228) 50%, rgb(196, 224, 236) 100%);
  border-radius: 12px;
  padding-bottom: 30px;
  position: relative;
}
.prince-intro:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 16px 13px 0 13px;
  border-color: #add3e4 transparent transparent;
  translate: -50% 100%;
}
.prince-intro__lead {
  z-index: 10;
  text-align: center;
}
.prince-intro__lead img {
  width: 100%;
  max-width: 325px;
  margin-top: -10px;
}
.prince-intro__text {
  font-size: 13px;
  color: #25566c;
  margin-top: 0;
  line-height: 1.6;
  margin-top: 4px;
}

.section {
  padding-top: 10px;
}

.prince-facility-list {
  margin-top: 40px;
}
.prince-facility-list__item {
  position: relative;
  background: #fff;
  border-radius: 12px;
}
.prince-facility-list__item + .prince-facility-list__item {
  margin-top: 35px;
}
.prince-facility-list__link {
  display: block;
}
.prince-facility-list__img {
  margin: 0 auto;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.prince-facility-list__img img {
  width: 100%;
}
.prince-facility-list__tag {
  font-size: 10px;
  line-height: 1;
  color: #3f758e;
  font-weight: 700;
  position: absolute;
  top: -10px;
  left: -5px;
  padding: 7px 29px;
  border-radius: 13px;
  background: #fedff4;
  border: 1px solid #3f758e;
}
.prince-facility-list__detail {
  padding: 15px 25px 25px;
  color: #25566c;
}
.prince-facility-list__date-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.prince-facility-list__period {
  color: #b2379e;
  border: 1px solid #b2379e;
  line-height: 1.2;
  font-size: 10px;
  padding: 7px 8px;
  font-weight: 700;
  width: 60px;
  flex-shrink: 0;
}
.prince-facility-list__date {
  line-height: 1.3;
  font-size: 14px;
  font-weight: 700;
}
.prince-facility-list__date span {
  font-size: 10px;
  display: block;
}
.prince-facility-list__description {
  margin-top: 10px;
}

.prince-banner {
  margin: 40px -15px 0;
}
.prince-banner img {
  width: 100%;
}