@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap);
.p-grm-reservation-calendar {
  margin-top: 80px;
}
.p-grm-reservation-calendar__body__cel.--is-full .p-grm-reservation-calendar-contents {
  cursor: auto;
}
.p-grm-reservation-calendar__body__cel.--is-full .p-grm-reservation-calendar-contents:hover {
  background-color: #fff;
}

.p-grm-reservation-guest-only {
  display: none;
}

.p-grm-reservation-successfully {
  margin-bottom: 80px;
  padding-top: 40px;
  text-align: center;
}
.p-grm-reservation-successfully__hd {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.p-grm-reservation-successfully p {
  font-size: 1rem;
}

.p-grm-reservation-unsuccessfully {
  margin-bottom: 80px;
  padding-top: 40px;
  text-align: center;
}
.p-grm-reservation-unsuccessfully__hd {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.p-grm-reservation-unsuccessfully p {
  font-size: 1rem;
}
@media screen and (max-width: 1272px){ /**/
}
@media screen and (max-width: 767px){ /**/
  .p-grm-reservation-calendar {
    margin-top: 12.8vw;
  }
}
/*# sourceMappingURL=front-style.css.map */
