.life#kate .intro {
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .life#kate .intro {
      margin-bottom: 30px; } }
  .life#kate .intro__rt {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .life#kate .intro__rt {
        text-align: left; } }
.life#kate .summary__list {
  margin-left: -36px;
  margin-bottom: -50px; }
  @media only screen and (max-width: 767px) {
    .life#kate .summary__list {
      margin-left: -1.5%; } }
  .life#kate .summary__list__item {
    width: 130px;
    margin-bottom: 50px;
    display: inline-block;
    margin-left: 36px; }
    @media only screen and (max-width: 767px) {
      .life#kate .summary__list__item {
        width: 22%;
        margin-left: 1.5%;
        margin-bottom: 20px; } }
    .life#kate .summary__list__item__anchor {
      text-align: center;
      background-color: #FCF2F9;
      border: 10px solid #F3E3F3;
      border-radius: 28px;
      text-decoration: underline;
      aspect-ratio: 1;
      display: flex;
      align-items: center;
      justify-content: center; }
      .life#kate .summary__list__item__anchor:hover {
        text-decoration: none; }

.provisions {
  width: 100%;
  height: 570px;
  padding-right: 10px;
  overflow: auto; }
  @media only screen and (max-width: 767px) {
    .provisions {
      height: 70vh; } }
  .provisions::-webkit-scrollbar {
    width: 5px;
    background-color: #EBF0F2; }
  .provisions:-webkit-scrollbar-track {
    background-color: darkgrey; }
  .provisions::-webkit-scrollbar-thumb {
    background: #C777C6; }
  .provisions__day {
    text-align: center;
    color: #E86D9E;
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 10px; }
  .provisions__eachTime[data-time="morning"] {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #EBF0F2; }
  .provisions__eachTime__when {
    color: #E86D9E;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px; }
  .provisions__eachTime__lyrics {
    display: flex;
    justify-content: center;
    margin-bottom: 40px; }

.remodal-overlay {
  background-color: rgba(255, 242, 249, 0.7); }

.remodal {
  padding: 60px;
  border-radius: 24px;
  max-width: 1156px;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .remodal {
      padding: 40px 20px; } }

.remodal-close {
  left: auto;
  top: 10px;
  right: 10px; }
  @media only screen and (max-width: 767px) {
    .remodal-close {
      top: 0;
      right: 0; } }

/*# sourceMappingURL=kate.css.map */
