@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap);
body {
  margin: 0;
}

#grm-reservation-plugin-front-page {
  padding: 24px;
}

#grm-reservation-plugin-form {
  padding: 24px;
}

#grm-reservation-plugin-settings {
  padding: 24px;
}

.p-grm-reservation-my-page__items {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  margin-bottom: -1em;
  margin-top: 40px;
}

.p-grm-reservation-my-page-item {
  align-items: flex-start;
  border-top: 1px solid #ccc;
  display: flex;
  margin-top: 2em;
  padding-top: 2em;
  position: relative;
}
.p-grm-reservation-my-page-item:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.p-grm-reservation-my-page-item__cancelable {
  flex-shrink: 0;
  margin-top: auto;
  text-align: right;
}
.p-grm-reservation-my-page-item__cancelable .c-grm-members-btn-02 {
  font-size: 0.875rem;
  height: 32px;
  line-height: 32px;
  min-width: auto;
  padding-bottom: 0;
  padding-top: 0;
}
.p-grm-reservation-my-page-item__cancelable p {
  font-size: 0.75rem;
  margin-bottom: 8px;
}
.p-grm-reservation-my-page-item__cancelable span {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 32px;
}
.p-grm-reservation-my-page-item__date {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-right: 1.5em;
  width: 4.5em;
}
.p-grm-reservation-my-page-item__date__item {
  align-items: center;
  background-color: #fff;
  border-radius: 0.25em;
  box-shadow: inset 0 0 0 1px #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  padding: 0.5em 0;
  position: relative;
  width: 100%;
}
.p-grm-reservation-my-page-item__date__item.--is-holiday span:nth-child(1) {
  color: #000;
}
.p-grm-reservation-my-page-item__date__item.--is-holiday span:nth-child(2), .p-grm-reservation-my-page-item__date__item.--is-holiday span:nth-child(3) {
  color: #ff0000;
}
.p-grm-reservation-my-page-item__date__item.--is-saturday span:nth-child(1) {
  color: #000;
}
.p-grm-reservation-my-page-item__date__item.--is-saturday span:nth-child(2), .p-grm-reservation-my-page-item__date__item.--is-saturday span:nth-child(3) {
  color: #0076ec;
}
.p-grm-reservation-my-page-item__date__item:nth-child(n+2) {
  margin-top: 16px;
}
.p-grm-reservation-my-page-item__date__item:nth-child(n+2)::after {
  background-color: #000;
  bottom: 100%;
  content: "";
  display: block;
  height: 16px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0%);
  width: 4px;
}
.p-grm-reservation-my-page-item__date__item span:nth-child(1) {
  display: none;
  font-size: 1em;
}
.p-grm-reservation-my-page-item__date__item span:nth-child(2) {
  font-size: 1em;
  font-weight: 700;
  padding-bottom: 0.125em;
  padding-top: 0.125em;
}
.p-grm-reservation-my-page-item__date__item span:nth-child(3) {
  display: none;
  font-size: 1em;
}
.p-grm-reservation-my-page-item__date__item:first-child span {
  display: block;
}
.p-grm-reservation-my-page-item__date__item:first-child span:nth-child(2) {
  font-size: 2em;
}
.p-grm-reservation-my-page-item__date__item:last-child span {
  display: block;
}
.p-grm-reservation-my-page-item__date__item:last-child span:nth-child(2) {
  font-size: 2em;
}
.p-grm-reservation-my-page-item__col {
  width: 100%;
}
.p-grm-reservation-my-page-item__col__category {
  font-size: 0.875em;
  font-weight: 700;
}
.p-grm-reservation-my-page-item__col__label {
  font-size: 1.125em;
  font-weight: 700;
}
.p-grm-reservation-my-page-item__col__options {
  display: flex;
  flex-wrap: wrap;
}
.p-grm-reservation-my-page-item__col__options dl {
  align-items: center;
  background-color: #fafafa;
  border-radius: 100vh;
  box-shadow: inset 0 0 0 1px #ccc;
  display: flex;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 8px;
  margin-right: 8px;
  padding: 4px 16px;
}
.p-grm-reservation-my-page-item__col__options dl dt {
  font-weight: 700;
}
.p-grm-reservation-my-page-item__col__options dl dt::after {
  content: ":";
}
.p-grm-reservation-my-page-item__col__options dl dd {
  margin-left: 8px;
}
.p-grm-reservation-my-page-item__col__pre-order-menu {
  margin-top: 8px;
}
@media screen and (max-width: 1272px){ /**/
}
@media screen and (max-width: 767px){ /**/
  .p-grm-reservation-my-page__items {
    font-size: 4.2666666667vw;
    margin-top: 24px;
  }
  .p-grm-reservation-my-page-item {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-grm-reservation-my-page-item__cancelable {
    flex-shrink: 0;
    margin-top: 16px;
    width: 100%;
  }
  .p-grm-reservation-my-page-item__date {
    margin-right: 0;
  }
  .p-grm-reservation-my-page-item__col {
    width: calc(100% - 4.5em - 16px);
  }
}
/*# sourceMappingURL=my-page-style.css.map */
