@charset "UTF-8";
/*
    2025/07/25追加 wakasugi
------------------------------*/
.entrance-info-contact {
  border-radius: 0 0 10px 10px;
}
.entrance-info-reserve {
  border-radius: 0 0 0 10px;
  background-color: #df3838;
}
.entrance-info-reserve::before {
  content: none;
}
.page-footer-contact-link {
  display: flex;
  justify-content: flex-end;
}
.page-footer-contact-link li:nth-of-type(n+2) {
  margin-left: 16px;
}
.page-footer-reserve {
  max-width: 270px;
}
.page-footer-tel {
  margin-top: 27px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-footer-tel-note {
    padding-right: 17px;
  }
}
/*   SP
------------------------------------ */
@media screen and (max-width: 767px) {
  .entrance-info-contact {
    border-radius: 10px !important;
  }
  .entrance-footer .entrance-info {
    margin-bottom: 20px;
  }
  .page-footer-contact-link {
    flex-direction: column;
    align-items: center;
  }
  .page-footer-contact-link li:nth-of-type(n+2) {
    margin: 25px auto 0;
  }
  .page-footer-tel {
    text-align: center;
  }
}