@charset "UTF-8";
/* 一日の流れページ用CSS */

/* ベースフォント設定 */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

/* 基本フォント設定 */
.schedule-page {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  line-height: 1.8;
  color: #655346;
}

.schedule-page * {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.scheduleInner,
.scheduleInner * {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

/* ヘッダービジュアル設定 */
#detailHd .visual-container {
  position: relative;
  width: 100%;
  height: 206px;
}

#detailHd .visual-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#detailHd h2 {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin-top: 30px;
}

/* セクションヘッダー */
.secHd {
  margin-bottom: 30px;
  text-align: center;
}

/* スケジュールリスト */
#scheduleList {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 120px;
  overflow: hidden;
}

#scheduleList li {
  width: 46%;
  padding: 0 2%;
  float: left;
  list-style-type: none;
}

.scheduleHd {
  width: auto;
  max-width: 320px;
  padding: 0 10px;
  margin: 0 auto 30px !important;
}

.tableWrap {
  width: auto;
  border: 3px solid;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}

.style1 .tableWrap {
  border-color: #F2ABB9;
}

.style2 .tableWrap {
  border-color: #AFDCF2;
}

.tableWrap:before {
  display: block;
  content: "";
  position: absolute;
  top: -18px;
  z-index: 2;
}

.style1 .tableWrap:before {
  width: 50px;
  height: 102px;
  right: 34px;
  background: url(../img/schedule/img-schedule01.png) no-repeat;
}

.style2 .tableWrap:before {
  width: 112px;
  height: 102px;
  right: 22px;
  background: url(../img/schedule/img-schedule03.png) no-repeat;
}

.scheduleTbl {
  width: 100% !important;
  color: #655346 !important;
  font-size: 117% !important;
  height: 890px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.scheduleTbl th, 
.scheduleTbl td {
  border: none !important;
}

.scheduleTbl th {
  width: 90px !important;
  padding-top: 12px !important;
  padding-right: 10px !important;
  padding-bottom: 12px !important;
  padding-left: 40px !important;
  text-align: left !important;
  font-weight: bold !important;
  line-height: 1.8 !important;
}

.style1 .scheduleTbl th {
  background-image: url(../img/schedule/bg-schedule01.png) !important;
  background-repeat: repeat !important;
}

.style2 .scheduleTbl th {
  background-image: url(../img/schedule/bg-schedule02.png) !important;
  background-repeat: repeat !important;
}

.scheduleTbl th span {
  display: block !important;
  width: 75px !important;
  text-align: center !important;
  line-height: 22px !important;
  margin-left: -20px !important;
  color: #fff !important;
  font-weight: bold !important;
  border-radius: 11px !important;
}

.style1 .scheduleTbl th span {
  background: #F2A1AF !important;
}

.style2 .scheduleTbl th span {
  background: #98CEE9 !important;
}

.scheduleTbl td {
  padding: 12px 10px 12px 40px !important;
  line-height: 1.8 !important;
  background: #fff !important;
  text-align: left;
}

.scheduleTbl .top th,
.scheduleTbl .top td {
  padding-top: 30px !important;
}

.scheduleTbl .top td {
  text-indent: -1em !important;
}

.scheduleTbl .bottom th,
.scheduleTbl .bottom td {
  padding-bottom: 30px !important;
}

.img1 {
  width: 100%;
  max-width: 264px;
  float: right;
}

.img2 {
  width: 100%;
  max-width: 234px;
  float: right;
}

/* エントリーコンテンツのリストスタイル上書き */
.schedule-page .entry-content ul li {
  list-style: none;
}

/* レスポンシブ対応 */
@media screen and (max-width: 788px) {
  #scheduleList li {
    width: auto;
    padding: 0 10%;
    float: none;
  }

  .img1 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 560px) {
  #scheduleList {
    padding-bottom: 60px;
  }

  .scheduleHd {
    max-width: 160px;
    margin-bottom: 20px;
  }

  #scheduleList li {
    padding: 0 10px;
  }

  .tableWrap:before {
    top: -9px;
  }

  .style1 .tableWrap:before {
    width: 25px;
    height: 51px;
    right: 17px;
    background-size: 25px 51px;
  }

  .style2 .tableWrap:before {
    width: 56px;
    height: 51px;
    right: 11px;
    background-size: 56px 51px;
  }

  .scheduleTbl {
    font-size: 109%;
  }

  .scheduleTbl th {
    width: 70px;
    padding: 10px 10px 10px 30px;
    line-height: 1.6;
  }

  .scheduleTbl th span {
    margin-left: -15px;
  }

  .scheduleTbl td {
    padding: 10px 10px 10px 30px;
    line-height: 1.6;
  }

  .img1 {
    max-width: 132px;
  }

  .img2 {
    max-width: 117px;
  }

  /* モバイル用のdetailHd設定 */
  #detailHd {
    margin-bottom: 25px;
    background-size: 12px 12px;
  }

  #detailHd .visual-container {
    height: 120px;
  }

  #detailHd h2 {
    max-width: 173px;
    margin: 0 auto;
    padding: 15px 0;
  }
}

.schedule-page .scheduleTbl .top td {
  padding-top: 30px !important;
  text-indent: -1em !important;
}

.schedule-page .scheduleTbl .bottom td {
  padding-bottom: 30px !important;
} 