@charset "UTF-8";
/**
 * SCHEDULE
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap");
#contents.static .section-lead {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .col {
    flex-direction: column-reverse;
  }
}

#contents.static .section-lead .col-left {
  position: relative;
  width: 310px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .col-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
}

#contents.static .section-lead .col-right {
  flex: 1;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .col-right {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

#contents.static .section-lead .img {
  position: relative;
  width: 80%;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .img {
    width: 48vw;
  }
}

#contents.static .section-lead .img:nth-of-type(2) {
  margin: -25px 0 0 auto;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .img:nth-of-type(2) {
    position: absolute;
    top: 5vw;
    right: 0;
    margin: 0;
  }
}

#contents.static .section-lead .img img {
  width: 100%;
  height: auto;
  margin: 0;
}

#contents.static .section-lead h2, #contents.static .section-lead em {
  font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media all and (-ms-high-contrast: none) {
  #contents.static .section-lead h2, #contents.static .section-lead em {
    font-family: "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

#contents.static .section-lead em {
  color: #7bb01a;
  font-weight: bold;
}

#contents.static .section-lead p {
  overflow: hidden;
}

#contents.static .section-lead p:last-of-type {
  margin-bottom: 0;
}

#contents.static .section-1st .schedule {
  position: relative;
  margin: 30px 0;
  padding: 35px 40px 25px;
  border: 1px dashed #b5a070;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-1st .schedule {
    margin: 25px 0;
    padding: 22px 15px 15px;
    border-radius: 7px;
  }
}

#contents.static .section-1st .schedule:first-of-type {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-1st .schedule:first-of-type {
    margin-top: 35px;
  }
}

#contents.static .section-1st .schedule::after {
  display: block;
  content: '';
  clear: both;
}

#contents.static .section-1st .schedule .time {
  position: absolute;
  top: -21px;
  left: 40px;
  color: #b5a070;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
  letter-spacing: .03em;
  height: 41px;
  width: 100px;
  background-color: #fff;
  border: 2px solid #b5a070;
  border-radius: 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #contents.static .section-1st .schedule .time {
    top: -15px;
    line-height: 26px;
    font-size: 1.2em;
    height: 29px;
    width: 80px;
    left: 15px;
  }
}

#contents.static .section-1st .schedule .img {
  float: left;
  width: 225px;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-1st .schedule .img {
    float: right;
    width: 128px;
    margin-right: 0;
    margin-left: 20px;
    margin-bottom: 10px;
  }
}

#contents.static .section-1st .schedule .img img {
  border-radius: 5px;
}

#contents.static .section-1st .schedule .img img:nth-of-type(n+2) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-1st .schedule .img img:nth-of-type(n+2) {
    margin-top: 15px;
  }
}

#contents.static .section-1st .schedule h3 {
  color: #b5a070;
  font-size: 1.25em;
  font-weight: normal;
  font-weight: 450;
  margin-bottom: 5px;
  padding: 0;
  border: 0;
}

#contents.static .section-1st .schedule h3:nth-of-type(n+2) {
  margin-top: 15px;
}

#contents.static .section-1st .schedule p {
  margin: 0;
}

#contents.static .section-1st .schedule ul {
  font-size: .875em;
  list-style: none;
  padding-left: 1em;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  #contents.static .section-1st .schedule ul {
    margin: 10px 0 0;
    font-size: 1em;
  }
}

#contents.static .section-1st .schedule ul li {
  margin: 0;
}

#contents.static .section-1st .schedule ul li::before {
  content: '※';
  margin-left: -1em;
}

#contents.static .section-1st .notes {
  font-size: .875em;
  text-align: right;
  margin-top: -20px !important;
}

#contents.static .section-3rd .box {
  position: relative;
  padding: 20px 40px;
  background-image: url(../img/bg-1.png);
  border: 5px solid #dfd7ca;
}

@media screen and (max-width: 767px) {
  #contents.static .section-3rd .box {
    padding: 15px;
  }
}

#contents.static .section-3rd .box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  border: 1px solid #fff;
}

#contents.static .section-3rd .box h4 {
  display: block;
  position: relative;
  color: #349200;
  font-size: 1.2em;
  text-align: left;
  padding: 7px 0 0;
  margin-bottom: 14px;
  background: none;
  border-radius: 0;
  overflow: visible;
}

@media screen and (max-width: 767px) {
  #contents.static .section-3rd .box h4 {
    display: block;
    font-size: 1.1em;
    padding-top: 6px;
    margin-bottom: 6px;
  }
}

#contents.static .section-3rd .box h4 a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.9em;
  padding: 9px 15px;
}

#contents.static .section-3rd .images {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #contents.static .section-3rd .images {
    flex-direction: column;
  }
}

#contents.static .section-3rd .images li {
  font-size: .9em;
  line-height: 1.5;
  list-style: none;
  width: 31%;
  margin: 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #contents.static .section-3rd .images li {
    width: 100%;
    margin-top: 10px;
  }
}

#contents.static .section-3rd .images a {
  display: block;
  color: #726a56;
  line-height: 1.4;
  text-decoration: none;
  height: 100%;
  padding: 12px;
  border: 1px solid #dfd7ca;
  opacity: 1;
  transition: all .2s;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #contents.static .section-3rd .images a {
    padding: 10px;
  }
}

#contents.static .section-3rd .images a:hover {
  opacity: .8;
}

#contents.static .section-3rd .images a strong {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-3rd .images a strong {
    width: auto;
  }
}

#contents.static .section-3rd .images a .more {
  display: inline-block;
  width: 100%;
  color: #7bb01a;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  margin-top: 3px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-3rd .images a .more {
    display: block;
    text-align: right;
  }
}

#contents.static .section-3rd .images img {
  display: block;
  padding: 1px;
  margin-bottom: 8px;
  width: calc(100% - 4px);
  border: 1px solid #dfd7ca;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #contents.static .section-3rd .images img {
    float: left;
    width: 38%;
    margin: 0 15px 0 0;
  }
}

#contents.static .section-4th p:last-of-type {
  color: #7bb01a;
  font-weight: bold;
}

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