@charset "UTF-8";
/*---------------------------------------
ウィンタースクール
-----------------------------------------*/
.pagetitle_wrap {
    background:url(../img/winter_img/pagetitle_bg.png) center center no-repeat color-mix(in srgb, var(--season-color), white 70%);
    background-size: cover;
}

.flex_box {
  display: flex;
  gap: 15px;
}
.flex_box img {
  width: 100%;
  max-width: calc(33.333% - 10px);
  height: auto;
}
@media (max-width: 768px) {
.flex_box {
    flex-direction: column;
  }
.flex_box img {
    max-width: 100%;
  }
}

#schedule table tr th,
#schedule table tr td{
	display: table-cell !important;
	border-right: 1px solid var(--table-border-color) !important;
}
@media (max-width: 768px) {
  .table-scroll {
    overflow-x: auto;
  }
  .table-scroll table {
    min-width: 600px;
  }
}