@charset "UTF-8";
.page-classes .page-mv {
  background: url("../img/classes/mv-classes.webp") no-repeat center center/cover;
}
@media screen and (max-width: 960px) {
  .page-classes .page-mv {
    background: url("../img/classes/mv-classes-sp.webp") no-repeat center center/cover;
  }
}

.levels {
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  .levels {
    padding-top: 22px;
  }
}

.levels__description {
  margin-top: 32px;
  color: #000;
  text-align: center;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.304px;
}
@media screen and (max-width: 960px) {
  .levels__description {
    margin-top: 24px;
  }
}

.levels__box {
  margin: 24px auto 0;
  max-width: 705px;
  padding: 24px 40px;
  background: #F6F6F6;
}
@media screen and (max-width: 960px) {
  .levels__box {
    padding: 24px;
  }
}
.levels__box .blue {
  color: #0032D8;
}
.levels__box .red {
  color: #E40206;
}

.levels__emphasis {
  color: #E4027F;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.304px;
}

.levels__box-text {
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.304px;
}
@media screen and (max-width: 960px) {
  .levels__box-text {
    margin-top: 8px;
  }
}

.levels__list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 80px 64px;
}
@media screen and (max-width: 960px) {
  .levels__list {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.levels__item {
  margin: 0 auto;
  max-width: 640px;
}
.levels__item:nth-child(1) .levels__title {
  color: #FF7B15;
}
.levels__item:nth-child(2) .levels__title {
  color: #E4027F;
}
@media screen and (min-width: 961px) {
  .levels__item:nth-child(3) {
    grid-area: 2/1/3/3;
  }
}

.levels__img {
  text-align: center;
}

.levels__title {
  margin-top: 16px;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.levels__text {
  margin-top: 16px;
  color: #000;
  font-weight: 400;
  line-height: 150%;
}

.levels__features-list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 16px;
}

.levels__features-item {
  padding-left: 18px;
  position: relative;
}
.levels__features-item::before {
  background: url("../img/common/icon.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 13px;
  height: 15px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .page-classes .section__title .section__title--en {
    font-size: 24px;
  }
}

@media screen and (min-width: 961px) {
  .classes .inner {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.classes-solo .inner,
.classes-business .inner {
  padding-top: 20px;
}

.classes-business .section__title--en,
.classes-chinese-business .section__title--en {
  color: #001867;
}

.classes-kids .section__title--en,
.classes-kids-group .section__title--en,
.classes-kids-solo .section__title--en,
.classes-kids-spring-summer .section__title--en,
.classes-kids-group-lessons .section__title--en,
.classes-kids-solo-classes .section__title--en {
  color: #00AA2A;
}

.classes-kids-group .inner,
.classes-kids-solo .inner,
.classes-kids-spring-summer .inner,
.classes-kids-group-lessons .inner,
.classes-kids-solo-classes .inner {
  padding-top: 20px;
}

.classes-chinese-intro .section__title--en,
.classes-chinese-solo .section__title--en {
  color: #212121;
}

.classes-chinese-solo .inner,
.classes-chinese-business .inner {
  padding-top: 20px;
}

.classes-chinese-business .matrix.blue.w880 .class {
  margin-top: 0;
}

.caption-chinese {
  margin: 8px auto 0;
  background: #212121;
  padding: 6px 9px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.22px;
}

.classes__description {
  margin-top: 24px;
  color: #000;
  text-align: center;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.304px;
}

.classes__box {
  margin: 24px auto 0;
  background: #F6F6F6;
  max-width: 705px;
  padding: 24px 40px;
}
@media screen and (max-width: 960px) {
  .classes__box {
    padding: 24px;
  }
}

.classes__text {
  line-height: 150%;
  letter-spacing: -0.304px;
}

@media screen and (min-width: 961px) {
  .classes__anchor .inner {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.classes__anchor-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 60px;
  border-bottom: 2px solid #DADADA;
}
@media screen and (max-width: 960px) {
  .classes__anchor-links {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    border-bottom: none;
  }
}

.classes__anchor-link {
  padding: 14px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  width: 100%;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 960px) {
  .classes__anchor-link {
    border-radius: 10px;
  }
}
.classes__anchor-link:nth-child(1) {
  background: #E4027F;
}
.classes__anchor-link:nth-child(2) {
  background: #00AA2A;
}
.classes__anchor-link:nth-child(3) {
  background: #212121;
}
.classes__anchor-link svg {
  right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .classes__anchor-link:hover {
    opacity: 0.8;
  }
  .classes__anchor-link:hover svg {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}

.general-lead {
  margin-top: 24px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.304px;
}

.classes__attention {
  margin-top: 16px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.198px;
}
.classes__attention span {
  color: #E4027F;
}

@media screen and (min-width: 961px) {
  .classes-group .inner {
    padding-top: 40px;
  }
}

.matrix {
  margin-top: 16px;
  /* coloring */
}
@media screen and (max-width: 960px) {
  .matrix {
    margin-top: 24px;
  }
}
.matrix .class {
  border: 2px solid #959595;
}
.matrix .class .caption {
  background-color: black;
  text-align: center;
  color: white;
  padding: 24px 0 20px;
  max-height: 96px;
  margin-bottom: 15px;
}
.matrix .class .caption strong {
  display: block;
  font-size: 32px;
  line-height: 100%;
}
.matrix .class .caption strong:after {
  content: "クラス";
  display: none;
  font-size: 0.9rem;
  line-height: 100%;
}
.matrix .class .caption .sub {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 100%;
  display: block;
  letter-spacing: -0.176px;
}
.matrix .class .cc {
  padding: 4px;
  white-space: nowrap;
  width: 129px;
  height: 22px;
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 3px;
  border: 1px solid #E4027F;
  background: #FFF;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.154px;
}
.matrix .class .price {
  text-align: center;
  position: relative;
}
.matrix .class .price b {
  font-size: 32px;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.352px;
}
.matrix .class .price b::after {
  line-height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  content: "円(税込)";
}
.matrix .class .price .per {
  padding-inline: 14px;
  text-align: right;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.154px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.matrix .class .duration {
  text-align: center;
  position: relative;
}
.matrix .class .duration b {
  font-size: 32px;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.352px;
}
.matrix .class .duration b::after {
  line-height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  content: "分";
}
@media screen and (max-width: 960px) {
  .matrix .class .duration b::after {
    content: none;
  }
}
.matrix .class .duration .per {
  text-align: right;
  display: block;
  font-size: 14px;
  font-weight: 600;
  width: 80%;
  margin: 0 auto;
}
.matrix .class .memo {
  padding: 0 4px 24px;
  width: 90%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0 auto;
  color: black;
  letter-spacing: -0.304px;
}
.matrix .class .memo b {
  color: #E4027F;
}
.matrix.purple .class,
.matrix.purple .class:first-child {
  border-color: #E4027F;
}
.matrix.purple .class > div::after,
.matrix.purple .price::after,
.matrix.purple .duration::after,
.matrix.purple .class .caption {
  background-color: #E4027F;
}
.matrix.purple .memo {
  white-space: nowrap;
}
.matrix.purple .price b::after {
  content: none;
}
.matrix.green .class,
.matrix.green .class:first-child {
  border-color: #00AA2A;
}
.matrix.green .class > div::after,
.matrix.green .price::after,
.matrix.green .duration::after,
.matrix.green .class .caption {
  background-color: #00AA2A;
}
.matrix.black .class,
.matrix.black .class:first-child {
  border-color: #212121;
}
.matrix.black .class > div::after,
.matrix.black .price::after,
.matrix.black .duration::after,
.matrix.black .caption {
  background-color: #212121;
}
.matrix.blue {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px auto 0;
  max-width: 1004px;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .matrix.blue {
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.matrix.blue .class {
  max-width: 308px;
  background: #F6F6F6;
}
.matrix.blue.w880 .class {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc((100% - 20px) / 3);
          flex: 1 1 calc((100% - 20px) / 3);
  max-width: calc((100% - 80px) / 3);
}
.matrix.blue .cc {
  width: 152px;
}
.matrix.blue .cc,
.matrix.blue .class,
.matrix.blue .class:first-child {
  border-color: #001867;
}
.matrix.blue .class > div::after,
.matrix.blue .price::after,
.matrix.blue .duration::after,
.matrix.blue .caption {
  background-color: #001867;
}
.matrix.blue .class .price::after {
  margin: 8px;
  width: 95%;
}
.matrix.blue .price .per {
  margin-top: 4px;
  text-align: center;
}

.class-list-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 960px) {
  .class-list-vertical {
    margin-right: calc(50% - 50vw);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .class-list-vertical .class {
    min-width: 208px;
    max-width: 208px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.class-list-vertical.w880 .class {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc((100% - 40px) / 3);
          flex: 1 1 calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
}
.class-list-vertical .class {
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 31px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .class-list-vertical .class {
    margin-top: 14px;
  }
}
.class-list-vertical .class .price::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  margin: 15px auto 15px;
  background-color: black;
}
.class-list-vertical .class .duration::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  margin: 0.5rem auto 1.5rem;
  background-color: black;
}

.class-list-horizontal {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 960px) {
  .class-list-horizontal {
    margin-right: calc(50% - 50vw);
    margin-top: 24px;
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-x: scroll;
  }
}
.class-list-horizontal .class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 10px;
  max-height: 96px;
  background: #F6F6F6;
  border: 2px solid #959595;
  position: relative;
}
@media screen and (max-width: 960px) {
  .class-list-horizontal .class {
    margin: 14px auto 0;
    min-width: 208px;
    max-width: 208px;
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .class-list-horizontal .class > div::after {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    margin: 15px auto 0;
  }
  .class-list-horizontal .class .price,
  .class-list-horizontal .class .duration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .class-list-horizontal .class .price,
  .class-list-horizontal .class .duration {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .class-list-horizontal .class .grouping {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 4px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .class-list-horizontal .class .grouping {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .class-list-horizontal .class .grouping b {
    display: inline;
  }
  .class-list-horizontal .class .grouping .per {
    display: inline;
    text-align: left;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .class-list-horizontal .class .grouping .per {
    padding-left: 48px;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .class-list-horizontal .class .grouping .per::before {
    line-height: 100%;
    font-size: 14px;
    content: "分";
  }
}
.class-list-horizontal .class + .class {
  margin-top: 24px;
}
@media screen and (max-width: 960px) {
  .class-list-horizontal .class + .class {
    margin-top: 14px;
  }
}
.class-list-horizontal .class .cc {
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .class-list-horizontal .class .cc {
    left: 75px;
    -webkit-transform: none;
            transform: none;
  }
}
.class-list-horizontal .class > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.class-list-horizontal .class > div:last-child::after {
  display: none;
}
@media screen and (min-width: 961px) {
  .class-list-horizontal .class > div::after {
    content: "";
    display: block;
    top: 10%;
    right: -5px;
    height: 80%;
    position: absolute;
    bottom: 0;
    width: 2px;
    background-color: black;
  }
}
.class-list-horizontal .class .caption {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  padding: 20px 0;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.class-list-horizontal .class .caption strong {
  margin-bottom: 0.5rem;
}
.class-list-horizontal .class .caption::after {
  display: none;
}
.class-list-horizontal .class .duration {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .class-list-horizontal .class .duration {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.class-list-horizontal .class .duration b,
.class-list-horizontal .class .duration .per {
  display: inline;
}
.class-list-horizontal .class .price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .class-list-horizontal .class .price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.class-list-horizontal .class .price b,
.class-list-horizontal .class .price .per {
  margin: 0 auto;
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 960px) {
  .class-list-horizontal .class .price .per {
    padding-right: 19px;
    width: 100%;
    text-align: right;
  }
}
.class-list-horizontal .class .price b {
  display: block;
}
.class-list-horizontal .class .price b::after {
  content: none;
}
.class-list-horizontal .class .memo {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  width: auto;
  max-width: 324px;
  font-weight: 500;
  white-space: wrap;
  padding: 0;
}
.class-list-horizontal .class .memo .grouping {
  margin: 16px 40px 16px 24px;
}
@media screen and (max-width: 960px) {
  .class-list-horizontal .class .memo .grouping {
    margin-top: 0;
  }
}

.classes-class-levels__labels {
  margin: 24px auto 96px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 705px;
}
@media screen and (max-width: 960px) {
  .classes-class-levels__labels {
    margin: 24px auto 64px;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}

.classes-class-levels__label {
  padding: 15px 5px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  white-space: nowrap;
}

.classes-class-levels__label--orange {
  background: #FF7B15;
}

.classes-class-levels__label--pink {
  background: #E4027F;
}

.classes-class-levels__label--green {
  background: #00AA2A;
}

.timetable {
  margin-top: 32px;
}
@media screen and (max-width: 960px) {
  .timetable {
    margin-right: calc(50% - 50vw);
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.timetable .detail {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.timetable .detail .note .at {
  font-size: 0.8rem;
}
.timetable table {
  border: 0;
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 960px) {
  .timetable table {
    min-width: 940px;
  }
}
.timetable table tr.time th {
  background-color: #F6F6F6;
  width: 150px;
}
.timetable table tr.time td {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.timetable table tr.time td:has(.schedule-flex) {
  padding: 0;
}
.timetable table tr.time td .schedule-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  height: 53px;
}
.timetable table tr.time td .schedule-flex span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem;
}
.timetable table tr.time td .schedule-flex span.cub {
  background: #ee7825;
  color: white;
}
.timetable table tr.time td .schedule-flex span.hub {
  background: #E4027F;
  color: white;
}
.timetable table tr.time td .schedule-flex span.apex {
  background: #E4027F;
  color: white;
}
.timetable table tr.time td .schedule-flex span.kids {
  background: #00AA2A;
  color: white;
}
.timetable table tr.time td .schedule-flex span.none {
  background: transparent;
  color: black;
}
.timetable table tr.time td:has(span.cub):not(:has(.schedule-flex)) {
  background: #ee7825;
}
.timetable table tr.time td:has(span.hub):not(:has(.schedule-flex)) {
  background: #E4027F;
}
.timetable table tr.time td:has(span.kids):not(:has(.schedule-flex)) {
  background: #00AA2A;
}
.timetable table tr.time td:has(span.none) {
  background: transparent;
}
.timetable table tr.time td .none {
  color: #212121;
}
.timetable table tr.title th {
  width: auto;
  background-color: #fff;
  border-left: none;
}
.timetable table tr.title td {
  padding: 12px 0;
  border: 1px solid #D1D1D1;
  background: #F6F6F6;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  text-align: center;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.38px;
}
.timetable table tr:first-child th {
  padding: 12px 0;
  background-color: #C7C7C7;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.timetable table tr:first-child th:first-child {
  border: 0;
  background-color: transparent;
  width: 150px;
}
.timetable table tr th,
.timetable table tr td {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border: 1px solid #D1D1D1;
  padding: 2px;
  height: 53px;
  vertical-align: middle;
}
.timetable table.weekday th,
.timetable table.weekday td {
  width: 16.6666666667%;
}
.timetable table.weekday tr.time th {
  width: 150px !important;
}
.timetable table.weekday tr.time td {
  width: calc((100% - 150px) / 5) !important;
}
.timetable table.weekend {
  margin-top: 32px;
  table-layout: auto;
}
.timetable table.weekend th,
.timetable table.weekend td {
  width: 50%;
}
.timetable table.weekend tr.time th {
  min-width: 180px !important;
}
.timetable table.weekend tr.time td {
  width: auto !important;
}

.timetable__attention {
  margin-top: 16px;
  margin-bottom: 80px;
  text-align: right;
}