@layer style {
  .p-dayspa-details__table {
    width: 100%;
    line-height: 1.2;
    border-collapse: collapse;
    background: #fff;
    border-spacing: 0;
  }
  .p-dayspa-details__table th, .p-dayspa-details__table td {
    border: 1px solid #d9d9d9;
    padding: 2.3rem 2.3rem 2rem 2.3rem;
    vertical-align: middle;
    text-align: center;
    line-height: 1.2;
  }
  @media screen and (max-width: 767px) {
    .p-dayspa-details__table th, .p-dayspa-details__table td {
      padding: 1rem 0.3rem 0.8rem 0.3rem;
    }
  }
  .p-dayspa-details__table th {
    background-color: #f5f5f5;
    font-weight: normal;
  }
  .p-dayspa-details__table th.p-dayspa-details__table__heading {
    width: 20%;
    padding: 1.3rem;
  }
  @media screen and (max-width: 767px) {
    .p-dayspa-details__table th.p-dayspa-details__table__heading {
      padding: 1rem 0.3rem;
    }
  }
  .p-dayspa-details__table th.p-dayspa-details__table__label {
    text-align: left;
  }
  @media screen and (max-width: 767px) {
    .p-dayspa-details__table th.p-dayspa-details__table__label {
      padding: 1rem 0.8rem;
    }
  }
  @media screen and (max-width: 484px) {
    .p-dayspa-details__table th.p-dayspa-details__table__label {
      padding: 1rem 0.3rem;
    }
  }
  .p-dayspa-details__table_data-s {
    font-size: 1.2rem;
    color: #777;
  }
  @media screen and (max-width: 767px) {
    .p-dayspa-details__table_data-s {
      font-size: 1.1rem;
    }
  }
  .p-dayspa-details__yen {
    font-size: 1.2rem;
  }
  .p-dayspa-details__note {
    padding-top: 1.3rem;
    line-height: 1.6;
    color: #777;
  }
  .p-dayspa-details__note p {
    margin-bottom: 0.5rem;
  }
  .p-dayspa-details__note p:last-child {
    margin-bottom: 0;
  }
  .p-dayspa-details__table_data-br {
    display: none;
  }
  @media screen and (max-width: 610px) {
    .p-dayspa-details__table_data-br {
      display: block;
    }
  }
  .p-dayspa-details__price__child {
    padding-top: 0.2em;
    font-size: 90%;
    color: #555;
  }
}