body.focus-page-schedule #schedule_dtl {
  padding-bottom: 2.4em;
}
body.focus-page-schedule #schedule_intro .subpage_subttl {
  display: none;
}
body.focus-page-schedule #schedule_intro .subpage_subttl_txt {
  white-space: nowrap;
  font-size: 0.665rem;
}
@media (max-width: 767px) {
  body.focus-page-schedule #schedule_intro .subpage_subttl_txt {
    white-space: normal;
    font-size: var(--fx-type-page-title);
  }
}
body.focus-page-schedule #schedule_dtl .search_area {
  width: auto;
  max-width: 6.2rem;
  margin: 1.36em auto 0.96em;
  padding: 1.2em 2em 1.36em;
  background: var(--fx-purple);
  background-image: none;
  border-radius: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  body.focus-page-schedule #schedule_dtl .search_area {
    max-width: 100%;
    min-height: 1.37rem;
    margin: 1.6em auto 1.2em;
    padding: 1.12em 1.2em 1.2em;
    border-radius: 0.69rem;
  }
}
body.focus-page-schedule #schedule_dtl .search_area::before,
body.focus-page-schedule #schedule_dtl .search_area::after {
  display: none;
  content: none;
}
body.focus-page-schedule #schedule_dtl .search_area h4 {
  margin: 0 0 0.64em;
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-md);
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  body.focus-page-schedule #schedule_dtl .search_area h4 {
    margin-bottom: 0.72em;
    font-size: var(--fx-type-heading-md);
    line-height: 1.2;
  }
}
body.focus-page-schedule #schedule_dtl .search_area form {
  margin: 0;
}
body.focus-page-schedule #schedule_dtl .search_area .selectbox {
  display: inline-block;
  width: min(100%, 3.2rem);
}
@media (max-width: 767px) {
  body.focus-page-schedule #schedule_dtl .search_area .selectbox {
    width: min(100%, 3.3rem);
  }
}
body.focus-page-schedule #schedule_dtl .search_area .selectbox select {
  width: 100%;
  max-width: none;
  padding: 0.52em 1.36em;
  background: #fff;
  border: 0;
  border-radius: 999px;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-body);
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  body.focus-page-schedule #schedule_dtl .search_area .selectbox select {
    padding: 0.55em 1.2em;
    border-radius: 999px;
    font-size: var(--fx-type-body);
  }
}
body.focus-page-schedule .btn_select {
  display: flex;
  gap: 0.8em;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0.4em 0 0.4em;
}
@media (max-width: 767px) {
  body.focus-page-schedule .btn_select {
    gap: 1.16em;
    margin: 1.2em 0 0.4em;
  }
}
body.focus-page-schedule .btn_select li {
  margin: 0;
}
@media (max-width: 767px) {
  body.focus-page-schedule .btn_select li {
    flex: 1 1 0;
    min-width: 0;
  }
}
body.focus-page-schedule .btn_select a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.8em;
  padding: 0.64em 1.2em;
  border-radius: 999px;
  text-decoration: none;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-button);
  letter-spacing: 0.02em;
  transition: transform 0.15s, opacity 0.15s;
}
@media (max-width: 767px) {
  body.focus-page-schedule .btn_select a {
    width: 100%;
    min-width: 0;
    min-height: 0.87rem;
    padding: 0.5em 1em;
    font-size: var(--fx-type-heading-md);
  }
}
body.focus-page-schedule .btn_select a:hover {
  transform: translateY(-1px);
}
body.focus-page-schedule .btn_select .btn_black {
  background: black;
  color: #fff;
}
body.focus-page-schedule .btn_select .btn_gold {
  background: #c9a3dd;
  color: #fff;
}
body.focus-page-schedule .btn_select a.active {
  box-shadow: 0 0 0 0.03rem rgba(122, 63, 157, 0.25);
}
body.focus-page-schedule #schedule_dtl .flex_column_center {
  display: block;
}
body.focus-page-schedule #schedule_dtl ul.flex_between {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2em 0.96em;
  width: min(100%, 10.3rem);
  margin: 1.36em auto 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  body.focus-page-schedule #schedule_dtl ul.flex_between {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.16em 1.16em;
    margin-top: 1.6em;
  }
}
body.focus-page-schedule #schedule_dtl ul.flex_between::after {
  content: none;
  display: none;
}
body.focus-page-schedule #schedule_dtl ul.flex_between > li {
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: 0 0.06rem 0.16rem rgba(122, 63, 157, 0.16);
}
body.focus-page-schedule #schedule_dtl .companion-card:nth-child(n+4) {
  margin-top: 0;
}
body.focus-page-schedule #schedule_dtl ul.flex_between > li.no-data {
  grid-column: 1/-1;
  box-shadow: none;
  text-align: center;
  color: var(--fx-ink);
  padding: 1.6em 0;
}
body.focus-page-schedule .fx-card__cta {
  display: block;
}

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