.schd-checkbox {
  cursor: pointer;
  position: relative;
}
.schd-checkbox input[type=checkbox] {
  display: none;
}
.schd-checkbox::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/icons/unchecked.svg") no-repeat center center;
  background-size: contain;
  margin-right: 0.5em;
  vertical-align: middle;
  margin-top: -2px;
}
.schd-checkbox.is-checked::before {
  background-image: url("../images/icons/checked.svg");
}

.schd-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .schd-footer {
    flex-direction: column;
    padding-right: 26px;
    padding-left: 26px;
  }
  .schd-footer .schd-link-border {
    width: 100%;
  }
}

.schd-hero {
  width: 100%;
  height: 500px;
  background: url("../images/season_all.jpg") no-repeat center center;
  background-size: cover;
}
.schd-hero.season-0 {
  background-image: url("../images/season_0.jpg");
}
.schd-hero.season-1 {
  background-image: url("../images/season_1.jpg");
}
.schd-hero.season-2 {
  background-image: url("../images/season_2.jpg");
}
.schd-hero.season-3 {
  background-image: url("../images/season_3.jpg");
}

@media screen and (max-width: 768px) {
  .schd-hero {
    display: none;
  }
  .bl_main .free_html div:not(.markup2022) .schd-hero:not(.full-width):not(.disable-max-width):not(.el_icon):not(.sp-full-width):not(.searchFormGs .form):not(.searchFormGs input.button):not(.searchFormGs input.field) {
    height: 200px !important;
  }
}
.schd-hero-sp {
  display: none;
}
.schd-hero-sp img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .schd-hero-sp {
    display: block;
  }
}

.schd-link {
  display: inline-block;
  border: 1px solid #2b2b2b;
  background: #2b2b2b;
  padding: 0.5em 1.75em 0.5em 1em;
  line-height: 1.5;
  color: #fff;
  position: relative;
}
.schd-link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/icons/chevron-right-white.svg") no-repeat center center;
  vertical-align: middle;
  margin-top: 0;
  margin-left: 1em;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
.schd-link:hover {
  text-decoration: none;
  background-color: #fff;
  color: #2b2b2b;
}
.schd-link:hover::after {
  background-image: url("../images/icons/chevron-right.svg");
}

.schd-link-border {
  display: inline-block;
  border: 1px solid #2b2b2b;
  padding: 0.5em 1.75em 0.5em 1em;
  line-height: 1.5;
  color: #2b2b2b;
  position: relative;
}
.schd-link-border::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/icons/chevron-right.svg") no-repeat center center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
.schd-link-border:hover {
  text-decoration: none;
  background-color: #2b2b2b;
  color: #fff;
}
.schd-link-border:hover::after {
  background-image: url("../images/icons/chevron-right-white.svg");
}

.schd-list-img {
  margin-bottom: 50px;
}
.schd-list-img li {
  display: flex;
  gap: 0 40px;
  border-top: 1px solid #d2d2d2;
  margin-bottom: 40px;
}
.schd-list-img .schd-img {
  width: 25%;
}
.schd-list-img .schd-img-box {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #EAE8E9;
  margin-bottom: 20px;
}
.schd-list-img .schd-img-box img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.schd-list-img .schd-caption {
  font-size: 1.4rem;
}
.schd-list-img .schd-txt {
  width: 75%;
}
.schd-list-img .schd-title {
  font-size: 2.6rem;
}
.schd-list-img .schd-date {
  font-weight: bold;
}
.schd-list-img .schd-room {
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .schd-list-img li {
    flex-direction: column;
    border-top: none;
  }
  .schd-list-img .schd-img {
    width: 100%;
  }
  .schd-list-img .schd-txt {
    width: 100%;
  }
}

.bl_main .free_html div:not(.markup2022) *:not(.full-width):not(.disable-max-width):not(.el_icon):not(.sp-full-width):not(.searchFormGs .form):not(.searchFormGs input.button):not(.searchFormGs input.field) .schd-list-img .schd-img-box img {
  height: 100% !important;
}

.schd-list-special li {
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #d2d2d2;
  gap: 0 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .schd-list-special li {
    border-top: none;
  }
}
.schd-list-special .schd-img {
  width: 400px;
}
.schd-list-special .schd-img-box {
  aspect-ratio: 1/1;
  background-color: #EAE8E9;
}
.schd-list-special .schd-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .schd-list-special .schd-img-box {
    margin-right: -26px;
    margin-left: -26px;
    margin-bottom: 1em;
  }
}
.schd-list-special .schd-caption {
  margin-top: 0.75em;
  font-size: 1.4rem;
  padding-left: 40px;
}
.schd-list-special .schd-text {
  width: calc(100% - 400px);
  padding-right: 40px;
}
.schd-list-special .schd-title {
  font-size: 2.6rem;
}
.schd-list-special .schd-date {
  font-weight: bold;
}
.schd-list-special .schd-room {
  font-weight: bold;
  margin-bottom: 1em;
}
.schd-list-special .schd-link-wrap {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .schd-list-special li {
    flex-direction: column;
  }
  .schd-list-special .schd-img {
    width: 100%;
  }
  .schd-list-special .schd-text {
    width: 100%;
  }
  .schd-list-special .schd-title {
    margin: 1em 0 0.5em;
  }
  .schd-list-special .schd-room {
    margin-bottom: 1.25em;
  }
  .schd-list-special .schd-caption {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 0;
    border-bottom: 1px solid #d2d2d2;
  }
  .schd-list-special .schd-link-wrap {
    text-align: center;
  }
}
.schd-list-special ._sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .schd-list-special ._sp {
    display: block;
  }
  .schd-list-special ._pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .full-width .schd-list-special {
    padding-right: 26px;
    padding-left: 26px;
  }
}

.bl_main .free_html div:not(.markup2022) *:not(.full-width):not(.disable-max-width):not(.el_icon):not(.sp-full-width):not(.searchFormGs .form):not(.searchFormGs input.button):not(.searchFormGs input.field) .schd-list-special .schd-img-box {
  max-width: initial !important;
}
.bl_main .free_html div:not(.markup2022) *:not(.full-width):not(.disable-max-width):not(.el_icon):not(.sp-full-width):not(.searchFormGs .form):not(.searchFormGs input.button):not(.searchFormGs input.field) .schd-list-special .schd-img-box img {
  height: 100% !important;
}

.schd-list-tile {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 40px;
}
.schd-list-tile li {
  width: calc((100% - 120px) / 5);
  box-sizing: border-box;
  border-top: 1px solid #d2d2d2;
  padding-top: 1em;
  padding-right: 1em;
  padding-left: 1em;
}
.schd-list-tile .schd-img {
  aspect-ratio: 1/1;
  background-color: #EAE8E9;
}
.schd-list-tile .schd-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: top;
}
.schd-list-tile .schd-date {
  font-weight: bold;
  line-height: 1.5;
}
.schd-list-tile .schd-date .schd-all {
  height: 3em;
}
.schd-list-tile .schd-room {
  font-weight: bold;
  margin-bottom: 1.25em;
}
.schd-list-tile .schd-info {
  margin-top: 0.75em;
  font-size: 1.4rem;
}
.schd-list-tile .schd-info > span {
  margin-right: 1em;
}
@media screen and (max-width: 1200px) {
  .schd-list-tile li {
    width: calc((100% - 90px) / 4);
  }
}
@media screen and (max-width: 900px) {
  .schd-list-tile li {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .schd-list-tile li {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .schd-list-tile .schd-date br {
    display: none;
  }
  .schd-list-tile .schd-date .schd-all {
    height: auto;
  }
}

.full-width .schd-list-tile {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .full-width .schd-list-tile {
    padding-right: 26px;
    padding-left: 26px;
  }
}

.bl_main .free_html div:not(.markup2022) *:not(.full-width):not(.disable-max-width):not(.el_icon):not(.sp-full-width):not(.searchFormGs .form):not(.searchFormGs input.button):not(.searchFormGs input.field) .schd-list-tile .schd-img img {
  height: 100% !important;
}

.schd-not-found {
  text-align: center;
  padding: 2em;
}

.schd-read-more {
  position: relative;
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.schd-read-more._is_open {
  height: auto;
}
.schd-read-more._is_disabled {
  height: 8em;
}

.schd-wrap-btn {
  width: 100%;
  padding: 2.5em 0 0.5em;
  text-align: center;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  position: absolute;
  bottom: 0;
  left: 0;
}

.schd-btn {
  display: inline-block;
  padding: 0.25em 0.75em;
  background: #fff;
  border: 1px solid #2b2b2b;
  font-size: 1.6rem;
  font-family: inherit;
  color: #2b2b2b;
}

@media screen and (max-width: 768px) {
  .schd-read-more-table._is-close > li:nth-child(n+5) {
    display: none;
  }
}
.schd-read-more-table-wrap-btn {
  display: none;
  width: 100%;
  padding: 0.5em 0 0.5em;
  text-align: center;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}
.schd-read-more-table-wrap-btn .schd-dot {
  writing-mode: vertical-rl;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1em;
  margin-top: -1em;
}
.schd-read-more-table-wrap-btn .schd-btn {
  display: inline-block;
  padding: 0.25em 0.75em;
  background: #fff;
  border: 1px solid #2b2b2b;
  font-size: 1.6rem;
  font-family: inherit;
  color: #2b2b2b;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .schd-read-more-table-wrap-btn {
    display: block;
  }
}
#app {
  min-height: 100vh;
}

.schd-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.schd-head p {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.schd-head .schd-head__date {
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .schd-head {
    flex-direction: column;
  }
  .schd-head p {
    font-size: 1.5rem;
  }
}

.lists {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 30px;
}
.lists > li {
  width: calc((100% - 60px) / 3);
  box-sizing: border-box;
  padding: 20px;
  background-color: #efefef;
}

.lists-1 > li {
  width: 100%;
}

.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.table th, .table td {
  padding: 1em;
  border: 1px solid #000;
}

.lists,
.fade-table {
  position: relative;
}
.lists-move, .lists-enter-active, .lists-leave-active,
.fade-table-move,
.fade-table-enter-active,
.fade-table-leave-active {
  transition: all 0.4s ease-in-out;
}
.lists-leave-active,
.fade-table-leave-active {
  position: absolute;
}
.lists-enter-from, .lists-leave-to,
.fade-table-enter-from,
.fade-table-leave-to {
  transform: translateY(30px);
  opacity: 0;
}
.schd-section__0 {
  padding-right: 30px;
  padding-left: 30px;
}

.schd-search {
  padding: 0 0 50px;
}

.schd-search__season {
  padding: 10px 30px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  gap: 20px;
}
.schd-search__season .schd-checkbox {
  flex-grow: 1;
  background-color: #048d48;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .schd-search__season {
    flex-wrap: wrap;
    padding: 20px 0;
    gap: 15px;
  }
  .schd-search__season .schd-checkbox {
    width: calc((100% - 15px) / 2);
    padding: 0;
    background: none;
    color: #000;
    font-size: 1.5rem;
  }
  .schd-search__season .schd-checkbox::before {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .bl_main .free_html div:not(.markup2022) .schd-search__season .schd-checkbox:not(.full-width):not(.disable-max-width):not(.el_icon):not(.sp-full-width):not(.searchFormGs .form):not(.searchFormGs input.button):not(.searchFormGs input.field) {
    max-width: calc((100% - 15px) / 2) !important;
  }
}
.schd-search__category {
  padding: 10px 50px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.schd-search__category .schd-checkbox {
  flex-grow: auto;
  background-color: #e6e6e6;
  padding: 0.5em 1em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .schd-search__category {
    padding: 20px 0;
    gap: 10px 15px;
  }
  .schd-search__category .schd-checkbox {
    padding: 0;
    background: none;
    font-size: 1.5rem;
  }
  .schd-search__category .schd-checkbox::before {
    margin-right: 0.25em;
  }
}

.schd-x {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .schd-x {
    font-size: 2.5rem;
  }
}

.schd-search__action {
  margin-top: 1em;
  display: grid;
  grid-template-columns: 30% 40% 30%;
  grid-template-areas: "areaLeft areaCenter areaRight";
}
@media screen and (max-width: 768px) {
  .schd-search__action {
    margin-top: 2em;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 0;
    grid-template-areas: "areaCenter" "areaRight" "areaLeft";
  }
}

.schd-search__areaCenter {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  padding: 10px 0;
  grid-area: areaCenter;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schd-search__areaRight {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  padding: 10px 0;
  grid-area: areaRight;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .schd-search__areaRight {
    justify-content: center;
  }
}

.schd-search__clear {
  background: none;
  border: 1px solid #2b2b2b;
  padding: 1em 1.5em;
  line-height: 1.2;
  font-weight: bold;
  font-family: inherit;
  font-size: 1.6rem;
  color: #2b2b2b;
  cursor: pointer;
  transition-duration: 0.2s;
}
.schd-search__clear::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background: url("../images/icons/clear_check.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .schd-search__clear {
    width: 100%;
  }
}
.schd-search__clear.is-hover {
  background-color: #2b2b2b;
  color: #fff;
}
.schd-search__clear.is-hover::before {
  background-image: url("../images/icons/clear_check_hover.svg");
}

.schd-search__submit {
  display: inline-block;
  padding: 1em 3em;
  background-color: #2b2b2b;
  border: 1px solid #2b2b2b;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: inherit;
  cursor: pointer;
  transition-duration: 0.2s;
}
@media screen and (max-width: 768px) {
  .schd-search__submit {
    font-size: 1.6rem;
    width: 100%;
  }
}
.schd-search__submit.is-hover {
  background-color: #fff;
  color: #2b2b2b;
}

.schd-section-head {
  margin-top: 40px;
  padding: 40px 0;
  display: grid;
  grid-template-columns: 20% 1fr 20%;
  grid-template-areas: "areaLeft areaTitle areaLink";
}
.schd-section-head._special {
  margin-top: 0;
}
.schd-section-head .schd-title {
  margin: 0;
}
.schd-section-head .schd-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .schd-section-head {
    display: block;
  }
  .schd-section-head .schd-links .schd-link-border {
    width: 100%;
  }
}

.full-width .schd-section-head {
  padding-right: 60px;
  padding-left: 60px;
}

.schd-section-head__areaTitle {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: areaTitle;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.schd-section-head__areaLink {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: areaLink;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .schd-search__areaCenter {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .schd-search__areaRight {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 768px) {
  .schd-section-head__areaLink {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .full-width .schd-section-head {
    padding-right: 26px;
    padding-left: 26px;
  }
}
.schd-section__2 {
  margin-top: 60px;
}

.schd-table__head {
  display: flex;
  background-color: #1B854D;
  color: #fff;
}
.schd-table__head > * {
  padding: 0.5em 1em;
  border-right: 1px solid #fff;
}

.schd-table__body {
  display: flex;
  border-bottom: 1px solid #d2d2d2;
}
.schd-table__body > * {
  padding: 0.5em 1em;
}

.schd-table-1 .schd-title {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .schd-table-1 .schd-title {
    width: auto;
  }
}
.schd-table-1 .schd-room {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .schd-table-1 .schd-room {
    width: auto;
  }
}
.schd-table-1 .schd-date {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .schd-table-1 .schd-date {
    width: auto;
  }
}

.schd-table-4 .schd-property {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .schd-table-4 .schd-property {
    width: auto;
  }
}
.schd-table-4 .schd-title {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .schd-table-4 .schd-title {
    width: auto;
  }
}
.schd-table-4 .schd-info {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .schd-table-4 .schd-info {
    width: auto;
  }
}
.schd-table-4 .schd-room {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .schd-table-4 .schd-room {
    width: auto;
  }
}
.schd-table-4 .schd-date {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .schd-table-4 .schd-date {
    width: auto;
  }
}

.schd-table-5 .schd-title,
.schd-table-6 .schd-title,
.schd-table-7 .schd-title {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .schd-table-5 .schd-title,
  .schd-table-6 .schd-title,
  .schd-table-7 .schd-title {
    width: auto;
  }
}
.schd-table-5 .schd-room,
.schd-table-6 .schd-room,
.schd-table-7 .schd-room {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .schd-table-5 .schd-room,
  .schd-table-6 .schd-room,
  .schd-table-7 .schd-room {
    width: auto;
  }
}
.schd-table-5 .schd-date,
.schd-table-6 .schd-date,
.schd-table-7 .schd-date {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .schd-table-5 .schd-date,
  .schd-table-6 .schd-date,
  .schd-table-7 .schd-date {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .schd-table__head {
    flex-direction: column;
    background: none;
    border-top: 2px solid #2b2b2b;
    margin-bottom: 2em;
    color: #2b2b2b;
    font-weight: bold;
  }
  .schd-table__head > div {
    border-bottom: 1px solid #d2d2d2;
    padding-right: 0;
    padding-left: 0;
  }
  .schd-table__body {
    flex-direction: column;
    border-top: 2px solid #2b2b2b;
    margin-bottom: 2em;
    border-bottom: none;
  }
  .schd-table__body > div {
    border-bottom: 1px solid #d2d2d2;
    padding-right: 0;
    padding-left: 0;
  }
}
.schd-section-title-sub {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  ._schd_u_pc {
    display: none;
  }
}

._schd_u_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  ._schd_u_sp {
    display: block;
  }
}

