@charset "UTF-8";
/* =========================================================
timeSchedule
========================================================= */
#timeSchedule .titleWrap {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
@media (max-width: 1024px) {
  #timeSchedule .titleWrap {
    flex-direction: column;
    margin-bottom: 20px;
    align-items: flex-start;
  }
}
#timeSchedule .titleWrap .secTitle02 {
  margin-right: 25px;
  margin-bottom: 0;
  min-width: 137px;
}
@media (max-width: 1024px) {
  #timeSchedule .titleWrap .secTitle02 {
    margin-bottom: 10px;
  }
}
#timeSchedule .titleWrap .caution a,
#timeSchedule .titleWrap .caution .cautionLink {
  display: flex;
  color: #ff0000;
  border: 1px solid #ff0000;
  padding: 8px 15px;
}
@media (max-width: 1024px) {
  #timeSchedule .titleWrap .caution a,
  #timeSchedule .titleWrap .caution .cautionLink {
    width: 100%;
  }
}
#timeSchedule .titleWrap .caution a img,
#timeSchedule .titleWrap .caution .cautionLink img {
  margin-right: 10px;
  height: 1lh;
}
#timeSchedule .calendarList:not(.slick-initialized) > li:not(:first-child) {
  display: none;
}
#timeSchedule .calendarList:not(.slick-initialized) > li:first-child {
  width: 100% !important;
}
#timeSchedule .calendarList:not(.slick-initialized) > li:first-child .jaExc {
  display: none;
}
#timeSchedule .calendarListItem {
  padding: 2px;
}
#timeSchedule table {
  margin-top: 0;
  line-height: 1.3;
}
#timeSchedule table tr.week {
  background-color: #eeeeee;
  border-left: 1px solid #c2c1c1;
}
#timeSchedule table tr.week th {
  border-right: 1px solid #c2c1c1;
}
#timeSchedule table tr.week th div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
}
#timeSchedule table tr.passWeek {
  color: rgba(57, 57, 57, 0.33);
}
#timeSchedule table tr.passWeek td:first-of-type {
  background-color: #fff;
}
#timeSchedule table tr.passWeek td.pass .date,
#timeSchedule table tr.passWeek td.pass .disney,
#timeSchedule table tr.passWeek td.pass .park {
  background-color: rgba(238, 238, 238, 0.35);
}
#timeSchedule table tr.passWeek .date {
  border-bottom: none;
}
#timeSchedule table tr.passWeek .disney,
#timeSchedule table tr.passWeek .park {
  display: none;
}
@media (max-width: 1024px) {
  #timeSchedule table tr.pass {
    display: none;
  }
}
#timeSchedule table tr th,
#timeSchedule table tr td {
  width: 12.5%;
  text-align: center;
  padding: 0;
}
@media (max-width: 1024px) {
  #timeSchedule table tr th,
  #timeSchedule table tr td {
    width: initial;
    display: table-cell;
  }
}
#timeSchedule table tr th:first-of-type,
#timeSchedule table tr td:first-of-type {
  min-width: 150px;
  border-left: 1px solid #c2c1c1;
}
@media (max-width: 1024px) {
  #timeSchedule table tr th:first-of-type,
  #timeSchedule table tr td:first-of-type {
    min-width: initial;
  }
}
#timeSchedule table tr th {
  border-top: 1px solid #c2c1c1;
  border-bottom: 1px solid #c2c1c1;
}
@media (max-width: 1024px) {
  #timeSchedule table tr th {
    width: 100%;
    text-align: left;
    background-color: #fff;
  }
}
#timeSchedule table tr th.month {
  border: none;
  color: #000000;
  font-size: 1.9rem;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  #timeSchedule table tr th.month {
    font-size: 1.5rem;
    border-bottom: 1px solid #c2c1c1;
    text-align: center;
    padding-bottom: 15px;
  }
}
#timeSchedule table tr.weekNumber {
  font-size: 1.5rem;
  border: none;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 15px;
}
#timeSchedule table tr.weekNumber th {
  padding-top: 20px;
  padding-bottom: 15px;
  border: none;
}
#timeSchedule table tr.weekNumber + tr {
  font-weight: bold;
}
#timeSchedule table tr.weekNumber + tr td {
  padding: 5px;
}
#timeSchedule table tr.weekNumber + tr .disney {
  color: #a9884a;
}
#timeSchedule table tr.weekNumber + tr .park {
  color: #142335;
}
#timeSchedule table tr td {
  border-right: 1px solid #c2c1c1;
}
@media (max-width: 1024px) {
  #timeSchedule table tr td {
    width: 43%;
    height: 50px;
    vertical-align: middle;
  }
}
#timeSchedule table tr td:first-of-type {
  font-weight: bold;
  width: 150px;
}
@media (max-width: 1024px) {
  #timeSchedule table tr td:first-of-type {
    width: 14%;
  }
}
#timeSchedule table tr td:first-of-type .disney {
  color: #a9884a;
}
#timeSchedule table tr td:first-of-type .park {
  color: #142335;
}
#timeSchedule table tr td div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  border-bottom: 1px solid #c2c1c1;
  padding: 0 5px;
}
@media (max-width: 1024px) {
  #timeSchedule table tr td div {
    height: auto;
    border-bottom: none;
  }
}
#timeSchedule table tr td a {
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#timeSchedule table tr td.pass {
  color: rgba(57, 57, 57, 0.33);
}
#timeSchedule table tr td.pass .date,
#timeSchedule table tr td.pass .disney,
#timeSchedule table tr td.pass .park {
  background-color: rgba(238, 238, 238, 0.35);
}
#timeSchedule table tr td.dateNone .disney,
#timeSchedule table tr td.dateNone .park {
  background-color: #fff;
}
#timeSchedule table tr .disney {
  background-color: rgba(163, 133, 75, 0.1);
  padding: 0;
}
#timeSchedule table tr .disney.stop {
  color: #ff0000;
  word-break: break-all;
  padding: 0 5px;
}
#timeSchedule table tr .park {
  background-color: rgba(232, 232, 227, 0.5);
  border-bottom: none;
  padding: 0;
}
#timeSchedule table tr .park.stop {
  color: #ff0000;
  word-break: break-all;
  padding: 0 5px;
}
#timeSchedule ul li a:hover {
  opacity: 0.8 !important;
}
#timeSchedule table .sun,
#timeSchedule table .holiday {
  color: #ff0000;
}
#timeSchedule table .sun a:hover,
#timeSchedule table .holiday a:hover {
  color: #ff0000 !important;
}
#timeSchedule table .sat {
  color: #29a9e0;
}
#timeSchedule table .sat a:hover {
  color: #29a9e0 !important;
}
#timeSchedule table .sat.holiday {
  color: #ff0000;
}
#timeSchedule table .sat + .weekNumber th {
  padding-top: 30px;
}
#timeSchedule table .sat.pass + .weekNumber th {
  padding-top: 20px;
}
#timeSchedule table .off {
  color: #ff0000;
}
#timeSchedule table .date {
  height: 40px;
}
@media (max-width: 1024px) {
  #timeSchedule table .date {
    height: 100%;
    width: 100%;
    padding: 5px;
    word-break: break-all;
  }
}
#timeSchedule .calendarList.sp tr td.disney {
  background-color: rgba(163, 133, 75, 0.1);
}
#timeSchedule .calendarList.sp tr td.disney.stop {
  color: #ff0000;
}
#timeSchedule .calendarList.sp tr td.park {
  background-color: rgba(232, 232, 227, 0.5);
  border-bottom: 1px solid #C9C9C9;
}
#timeSchedule .calendarList.sp tr td.park.stop {
  color: #ff0000;
}
#timeSchedule .calendarList.slick-slider .slick-arrow {
  top: 0;
  bottom: initial;
  width: initial;
  height: initial;
  font-size: 1.9rem;
  font-weight: bold;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  text-transform: capitalize;
  z-index: 1;
  font-feature-settings: inherit;
  color: #000;
}
@media (max-width: 1024px) {
  #timeSchedule .calendarList.slick-slider .slick-arrow {
    font-size: 1.5rem;
  }
}
#timeSchedule .calendarList.slick-slider .slick-arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#timeSchedule .calendarList.slick-slider .slick-arrow.slick-next {
  right: 0;
  padding-right: 13px;
  background: #fff;
}
#timeSchedule .calendarList.slick-slider .slick-arrow.slick-next::before {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  right: 3px;
}
#timeSchedule .calendarList.slick-slider .slick-arrow.slick-prev {
  transform: initial;
  left: 0;
  padding-left: 13px;
  background: #fff;
}
#timeSchedule .calendarList.slick-slider .slick-arrow.slick-prev::before {
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  transform: rotate(-45deg);
  left: 3px;
}
#timeSchedule .toTop {
  margin-top: 18px;
}

@media (max-width: 1024px) {
  body.lang_en #timeSchedule table tr th.month,
  body.lang_fr #timeSchedule table tr th.month,
  body.lang_de #timeSchedule table tr th.month,
  body.lang_es #timeSchedule table tr th.month,
  body.lang_th #timeSchedule table tr th.month,
  body.lang_vi #timeSchedule table tr th.month,
  body.lang_it #timeSchedule table tr th.month,
  body.lang_ms #timeSchedule table tr th.month,
  body.lang_id #timeSchedule table tr th.month,
  body.lang_ar #timeSchedule table tr th.month,
  body.lang_ru #timeSchedule table tr th.month {
    padding-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  body.lang_en #timeSchedule .calendarList.slick-slider .slick-arrow,
  body.lang_fr #timeSchedule .calendarList.slick-slider .slick-arrow,
  body.lang_de #timeSchedule .calendarList.slick-slider .slick-arrow,
  body.lang_es #timeSchedule .calendarList.slick-slider .slick-arrow,
  body.lang_th #timeSchedule .calendarList.slick-slider .slick-arrow,
  body.lang_vi #timeSchedule .calendarList.slick-slider .slick-arrow,
  body.lang_it #timeSchedule .calendarList.slick-slider .slick-arrow,
  body.lang_ms #timeSchedule .calendarList.slick-slider .slick-arrow,
  body.lang_id #timeSchedule .calendarList.slick-slider .slick-arrow,
  body.lang_ar #timeSchedule .calendarList.slick-slider .slick-arrow,
  body.lang_ru #timeSchedule .calendarList.slick-slider .slick-arrow {
    top: 23px;
  }
}

body.lang_en #timeSchedule .titleWrap,
body.lang_fr #timeSchedule .titleWrap,
body.lang_de #timeSchedule .titleWrap,
body.lang_es #timeSchedule .titleWrap,
body.lang_vi #timeSchedule .titleWrap,
body.lang_it #timeSchedule .titleWrap,
body.lang_ms #timeSchedule .titleWrap,
body.lang_id #timeSchedule .titleWrap,
body.lang_ru #timeSchedule .titleWrap {
  flex-direction: column;
  margin-bottom: 35px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  body.lang_en #timeSchedule .titleWrap,
  body.lang_fr #timeSchedule .titleWrap,
  body.lang_de #timeSchedule .titleWrap,
  body.lang_es #timeSchedule .titleWrap,
  body.lang_vi #timeSchedule .titleWrap,
  body.lang_it #timeSchedule .titleWrap,
  body.lang_ms #timeSchedule .titleWrap,
  body.lang_id #timeSchedule .titleWrap,
  body.lang_ru #timeSchedule .titleWrap {
    margin-bottom: 20px;
  }
}
body.lang_en #timeSchedule .titleWrap .secTitle02,
body.lang_fr #timeSchedule .titleWrap .secTitle02,
body.lang_de #timeSchedule .titleWrap .secTitle02,
body.lang_es #timeSchedule .titleWrap .secTitle02,
body.lang_vi #timeSchedule .titleWrap .secTitle02,
body.lang_it #timeSchedule .titleWrap .secTitle02,
body.lang_ms #timeSchedule .titleWrap .secTitle02,
body.lang_id #timeSchedule .titleWrap .secTitle02,
body.lang_ru #timeSchedule .titleWrap .secTitle02 {
  margin-right: 0;
  min-width: initial;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  body.lang_en #timeSchedule .titleWrap .secTitle02,
  body.lang_fr #timeSchedule .titleWrap .secTitle02,
  body.lang_de #timeSchedule .titleWrap .secTitle02,
  body.lang_es #timeSchedule .titleWrap .secTitle02,
  body.lang_vi #timeSchedule .titleWrap .secTitle02,
  body.lang_it #timeSchedule .titleWrap .secTitle02,
  body.lang_ms #timeSchedule .titleWrap .secTitle02,
  body.lang_id #timeSchedule .titleWrap .secTitle02,
  body.lang_ru #timeSchedule .titleWrap .secTitle02 {
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=calendar.css.map */