@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*! ___pjtName___ v___pkgVersion___ ___pkgLicense___ by ___pkgAuthorName___ */
/*! Type: ___fontName___ - Based on ___fontBase___ */
@font-face {
  font-family: "___fontName___";
  font-style: normal;
  font-weight: ___weights___;
  font-display: swap;
  src: url("../fonts/___fontFile___/___fontFile___-.eot");
  src: url("../fonts/___fontFile___/___fontFile___-.woff2") format("woff2"), url("../fonts/___fontFile___/___fontFile___-.woff") format("woff");
  unicode-range: ___unicode___;
}
.schedule-top {
  width: 100%;
  height: 10px;
}

.section-timeshedule {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 72px 16px;
}
@media screen and (max-width: 840px) {
  .section-timeshedule .content {
    width: 100%;
    margin: 0 auto;
  }
}
.section-timeshedule .content .box-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
.section-timeshedule .content .box-date .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c14c1d;
  margin-right: 57px;
  padding: 0 20px;
}
@media screen and (max-width: 840px) {
  .section-timeshedule .content .box-date .label {
    margin-right: 0;
  }
}
.section-timeshedule .content .box-date .label .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 153px;
}
.section-timeshedule .content .box-date .list-event {
  max-width: 694px;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .section-timeshedule .content .box-date .list-event {
    max-width: 100%;
  }
}
.section-timeshedule .content .box-date .list-event .event {
  border-bottom: 1px solid #ffffff;
}
.section-timeshedule .content .box-date .list-event .event .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
}
.section-timeshedule .content .box-date .list-event .event .link .date {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: inline-block;
  background-color: #c14c1d;
  color: #ffffff;
  font-size: 18px;
  line-height: 0.9;
  letter-spacing: 0.08em;
  max-width: 124px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 45px;
}
.section-timeshedule .content .box-date .list-event .event .link .title {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 18px;
  margin-right: 24px;
}
.section-timeshedule .content .box-date .list-event .event .link .icon {
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
}

@media (max-width: 840px) {
  .section-timeshedule {
    padding: 32px 16px 76px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section-timeshedule .section-title {
    width: 100%;
  }
  .section-timeshedule .section-title .image {
    width: 340px;
  }
  .section-timeshedule .box-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .section-timeshedule .box-date .label {
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px;
  }
  .section-timeshedule .box-date .label .image {
    max-width: 70px;
  }
  .section-timeshedule .box-date .list-event {
    margin-bottom: 12px;
  }
  .section-timeshedule .box-date .list-event .event {
    position: relative;
  }
  .section-timeshedule .box-date .list-event .event .link {
    padding: 16px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-timeshedule .box-date .list-event .event .link .date {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .section-timeshedule .box-date .list-event .event .link .title {
    font-size: 14px;
    margin-right: 54px;
  }
  .section-timeshedule .box-date .list-event .event .link .icon {
    top: 25px;
  }
}