@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#mainvisual {
  background: url(../images/schedule/mainvisual.jpg) no-repeat center;
  background-size: cover;
}

#schedule {
  padding-bottom: 70px;
}
#schedule .section__title--wrap {
  padding: 40px 10px 15px;
}
#schedule .schedule__section {
  position: relative;
  width: 100%;
}
#schedule .schedule__section > div {
  position: relative;
  padding: 30px 25px 20px 20px;
  border: 2px solid;
  box-sizing: border-box;
  z-index: 5;
}
#schedule .schedule__section:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#schedule .schedule__section .schedule__title {
  margin: -70px auto 20px;
  text-align: center;
}
#schedule .schedule__section .schedule__box {
  position: relative;
  padding-bottom: 20px;
}
#schedule .schedule__section .schedule__box:not(:last-child):before {
  content: "";
  position: absolute;
  left: 22px;
  top: 10px;
  display: block;
  width: 0;
  height: 100%;
  border-left: 2px dashed #ec6868;
}
#schedule .schedule__section .schedule__box .box__text {
  position: relative;
  padding-top: 5px;
  padding-left: 60px;
}
#schedule .schedule__section .schedule__box .box__text .text__num {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 43px;
  padding-top: 8px;
  background: url(../images/schedule/baby_icon.png) no-repeat;
  background-size: 100%;
  color: #fff;
  font-size: 26rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, "游ゴシック", YuGothic, "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
  text-align: center;
}
#schedule .schedule__section .schedule__box .box__text .text__text {
  margin-bottom: 0;
  font-size: 20rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}
#schedule .schedule__section .schedule__box .box__pic {
  margin-top: 15px;
  text-align: center;
}
#schedule .schedule__section .schedule__box .box__pic > img {
  max-width: 100%;
  height: auto;
}
#schedule .schedule__section .schedule__box .box__pic img + img {
  margin-top: 10px;
}
#schedule #baby > div {
  background: #ffe9e9;
  border-color: #ec6868;
}
#schedule #baby:before {
  background: #ec6868;
}
#schedule #kinder > div {
  background: #dff0fa;
  border-color: #47b1de;
}
#schedule #kinder:before {
  background: #47b1de;
}
#schedule #kinder .schedule__box:not(:last-child):before {
  border-color: #47b1de;
}
#schedule #kinder .schedule__box .box__text .text__num {
  background: url(../images/schedule/kinder_icon.png) no-repeat;
  background-size: 100%;
}

#season {
  padding: 70px 0 50px;
}
#season .detail-picts .detail-picts-pic {
  max-width: 740px;
  margin: 20px auto 0;
  padding: 0;
}
#season .detail-picts .detail-picts-pic .slick-list {
  width: 100%;
}
#season .detail-picts .detail-picts-pic .slick-list img {
  height: auto;
}
#season .detail-picts .detail-picts-pic .pic__list {
  width: 100%;
}
#season .detail-picts .detail-picts-pic .pic__list .list__item {
  padding-top: 56.75%;
  background: no-repeat center;
  background-size: contain;
}
#season .detail-picts .detail-picts-pic .pic__list .slick-prev,
#season .detail-picts .detail-picts-pic .pic__list .slick-next {
  z-index: 10;
  width: 30px;
  height: 30px;
  z-index: 10;
}
#season .detail-picts .detail-picts-pic .pic__list .slick-prev:before,
#season .detail-picts .detail-picts-pic .pic__list .slick-next:before {
  background: url(../images/common/icons/left-arrow.svg) no-repeat center;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
}
#season .detail-picts .detail-picts-pic .pic__list .slick-prev {
  left: -40px;
}
#season .detail-picts .detail-picts-pic .pic__list .slick-next {
  right: -40px;
}
#season .detail-picts .detail-picts-pic .pic__list .slick-next:before {
  background: url(../images/common/icons/right-arrow.svg) no-repeat center;
  background-size: contain;
}
#season .detail-picts .detail-picts-thumb {
  margin: 20px 30px 0 30px;
}
#season .detail-picts .detail-picts-thumb .slick-slide {
  padding: 0 5px;
}
#season .detail-picts .detail-picts-thumb .thumb__item {
  background: #eee no-repeat center;
  background-size: cover;
  margin: 0 10px;
  width: 100%;
  height: 100%;
  padding-top: 100%;
}
#season .detail-picts .detail-picts-thumb .slick-prev,
#season .detail-picts .detail-picts-thumb .slick-next {
  height: 100%;
  background: #6f5748;
  z-index: 10;
}
#season .detail-picts .detail-picts-thumb .slick-prev:before,
#season .detail-picts .detail-picts-thumb .slick-next:before {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../images/common/icons/left-arrow_w.svg) no-repeat center;
  background-size: 30%;
}
#season .detail-picts .detail-picts-thumb .slick-prev {
  left: -30px;
}
#season .detail-picts .detail-picts-thumb .slick-next {
  right: -30px;
}
#season .detail-picts .detail-picts-thumb .slick-next:before {
  background: url(../images/common/icons/right-arrow_w.svg) no-repeat center;
  background-size: 30%;
}
#season .season__event {
  margin-top: 60px;
  text-align: left;
}
#season .season__event .event__col {
  width: 25%;
  padding: 15px 15px 5px;
}
#season .season__event .event__col .col__title {
  margin: 0 auto 15px;
  min-height: 55px;
  padding: 14px 10px 12px;
  color: #fff;
  font-size: 26rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, "游ゴシック", YuGothic, "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
#season .season__event .event__col .col__month {
  margin-bottom: 15px;
  padding: 5px 15px 5px;
  background: #fff;
  border-radius: 6px;
  font-size: 15rem;
}
#season .season__event .event__col .col__month:last-of-type {
  margin-bottom: none;
}
#season .season__event .event__col .col__month .month__num {
  margin: 10px 0 5px;
  font-size: 19rem;
  font-weight: bold;
}
#season .season__event .event__col.col01 {
  background: #ffe9e9;
}
#season .season__event .event__col.col01 .col__title {
  background: url(../images/schedule/season_icon01.png) no-repeat center top;
  background-size: 200px;
}
#season .season__event .event__col.col01 .month__num {
  color: #ec6868;
}
#season .season__event .event__col.col02 {
  background: #fff6c6;
}
#season .season__event .event__col.col02 .col__title {
  background: url(../images/schedule/season_icon02.png) no-repeat center top;
  background-size: 200px;
}
#season .season__event .event__col.col02 .month__num {
  color: #ecba0a;
}
#season .season__event .event__col.col03 {
  background: #ffe7d0;
  border-color: #f16823;
}
#season .season__event .event__col.col03 .col__title {
  background: url(../images/schedule/season_icon03.png) no-repeat center top;
  background-size: 200px;
}
#season .season__event .event__col.col03 .month__num {
  color: #f16823;
}
#season .season__event .event__col.col04 {
  background: #dff0fa;
  border-color: #47b1de;
}
#season .season__event .event__col.col04 .col__title {
  background: url(../images/schedule/season_icon04.png) no-repeat center top;
  background-size: 200px;
}
#season .season__event .event__col.col04 .month__num {
  color: #47b1de;
}

@media screen and (max-width: 768px) {
  #schedule {
    padding-bottom: 30px;
  }
  #schedule .section__title--wrap {
    padding: 30px 10px 10px;
  }
  #schedule .schedule__section {
    width: 100%;
  }
  #schedule .schedule__section > div {
    padding: 15px 10px 0 10px;
  }
  #schedule .schedule__section:before {
    top: 4px;
    left: 4px;
  }
  #schedule .schedule__section .schedule__title {
    margin: -45px auto 10px;
  }
  #schedule .schedule__section .schedule__box:not(:last-child):before {
    left: 22px;
    top: 10px;
  }
  #schedule .schedule__section .schedule__box .box__text .text__text {
    font-size: 18rem;
  }
  #schedule .schedule__section .schedule__box .box__pic {
    margin-top: 10px;
  }
  #schedule .schedule__section .schedule__box .box__pic > img {
    max-width: 80%;
    margin: 10px 0;
  }
  #schedule .schedule__section .schedule__box .box__pic img + img {
    margin-top: 5px;
  }

  #season {
    padding: 30px 0 0;
  }
  #season .detail-picts .detail-picts-pic {
    margin: 0 auto;
  }
  #season .detail-picts .detail-picts-pic .pic__list {
    width: 100%;
  }
  #season .detail-picts .detail-picts-pic .pic__list .list__item {
    padding-top: 56.75%;
  }
  #season .detail-picts .detail-picts-pic .pic__list .slick-prev {
    left: 2%;
  }
  #season .detail-picts .detail-picts-pic .pic__list .slick-next {
    right: 2%;
  }
  #season .detail-picts .detail-picts-thumb .slick-slide {
    padding: 0 3px;
  }
  #season .season__event {
    display: block;
    margin-top: 40px;
  }
  #season .season__event .event__col {
    width: 100%;
    margin-top: 20px;
    padding: 15px 10px 5px;
  }
  #season .season__event .event__col .col__month {
    margin-bottom: 10px;
    padding: 10px 15px 0;
    font-size: 13rem;
    overflow: hidden;
  }
  #season .season__event .event__col .col__month .month__num {
    margin: 0;
    font-size: 16rem;
  }
}
