.page_nav__list {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.page_nav__list li {
  margin: 0 .5em;
}

.page_nav__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem;
  background-color: #143382;
  color: #fff;
  border-radius: .3rem;
  text-decoration: none;
}

.page_nav__list li a:after {
  content: ">";
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-left: 1.5rem;
  line-height: 1.2;
  text-align: center;
  color: #143382;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50%;
  transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .page_nav {
    margin: 4rem 0;
  }
  .page_nav__list li a {
    width: 18em;
    padding: 1.5em;
    border-radius: .5em;
  }
}

.studio {
  margin-bottom: 4rem;
}

.studio .p-default_table {
  margin-top: 2rem;
}

.program__category {
  margin-bottom: 4rem;
}

.sunday_program {
  border-bottom: 1px solid #F5F9FE;
  border-right: 1px solid #F5F9FE;
  border-left: 1px solid #F5F9FE;
}

.sunday_program + .sunday_program {
  margin-top: 2rem;
}

.sunday_program__header {
  background-color: #3576CA;
  color: #fff;
  display: flex;
  text-align: center;
}

.sunday_program__header__lower {
  width: 100%;
}

.sunday_program__header__content01 {
  display: flex;
}

.sunday_program__month, .sunday_program__header__time, .sunday_program__header__content, .sunday_program__header__instructor, .sunday_program__day, .sunday_program__ttl, .sunday_program__instructor {
  padding: .5em;
}

.sunday_program__month {
  width: 4em;
}

.sunday_program__header__content {
  width: calc(100% - 6em);
}

.sunday_program__header__instructor {
  width: 6em;
}

.sunday_program__day_block {
  display: grid;
  grid-template-columns: 4em auto;
  grid-template-rows: 5em auto;
  gap: 0;
  align-items: center;
}

.sunday_program__day_block:nth-of-type(even) {
  background-color: #F5F9FE;
}

.sunday_program__day {
  padding-right: 1em;
  grid-column: 1;
  grid-row: 1/3;
  text-align: right;
}

.sunday_program__time {
  display: block;
  font-size: .8em;
}

.sunday_program__content01 {
  display: flex;
  grid-column: 2;
  align-items: center;
}

.sunday_program__content02 {
  display: flex;
  grid-column: 2;
  align-items: center;
  border-top: 1px solid #F5F9FE;
}

.sunday_program__ttl {
  width: calc(100% - 6em);
  border-left: 1px solid #F5F9FE;
  border-right: 1px solid #F5F9FE;
}

.sunday_program__instructor {
  width: 6em;
  text-align: center;
}

.sunday_program__close {
  width: calc(100% - (4em + 4px));
  text-align: center;
  border-left: 1px solid #F5F9FE;
}

@media screen and (min-width: 768px) {
  .sunday_program {
    margin-top: 2rem;
  }
  .sunday_program__month {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .sunday_program__header {
    display: grid;
    grid-template-columns: 5em auto;
    align-items: center;
  }
  .sunday_program__header__upper {
    display: flex;
    grid-column: 2/3;
    grid-row: 1/2;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .sunday_program__header__lower {
    display: flex;
    grid-column: 2/3;
    grid-row: 2/3;
    border-left: 1px solid #fff;
  }
  .sunday_program__header__content01, .sunday_program__header__content02 {
    display: flex;
    justify-content: space-between;
    width: 50%;
  }
  .sunday_program__header__content01 {
    border-right: 1px solid #fff;
  }
  .sunday_program__header__time {
    width: 50%;
  }
  .sunday_program__header__time:not(:last-of-type) {
    border-right: 1px solid #fff;
  }
  .sunday_program__header__instructor {
    width: 6em;
  }
  .sunday_program__header__instructor:not(:last-of-type) {
    border-right: 1px solid #fff;
  }
  .sunday_program__header__content {
    width: calc(100% - 6em);
  }
  .sunday_program__header__content:not(:last-of-type) {
    border-right: 1px solid #fff;
  }
  .sunday_program__day_block {
    display: flex;
  }
  .sunday_program__day {
    width: 5em;
    border-right: 1px solid #E3E3E3;
  }
  .sunday_program__content01, .sunday_program__content02 {
    display: flex;
    justify-content: space-between;
    width: calc((100% - 5em) /2);
  }
  .sunday_program__content01 {
    border-right: 1px solid #E3E3E3;
  }
  .sunday_program__time {
    display: none;
  }
  .sunday_program__instructor {
    border-left: 1px solid #E3E3E3;
  }
}

.pool .p-default_table {
  margin-top: 2rem;
}
/*# sourceMappingURL=fitness-free.css.map */