.article .wrap a {
  text-decoration: none !important;
  color: #111 !important;
}
.article .wrap a.defaultBtn__link {
  color: #fff !important;
}

.lowVisual {
  display: none;
}

.lowVisual .photo {
  background: url(../../imgs/img-slide-01.jpg) no-repeat center center;
  background-size: cover;
}

.schedullSection {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .schedullSection {
    padding-top: 21.3333333333vw;
  }
}
.schedullSection__block {
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .schedullSection__block {
    margin-top: 8vw;
  }
}
.schedullSection__block form {
  position: absolute;
  top: -50px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .schedullSection__block form {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 5.3333333333vw;
  }
}
.schedullSection__block form select {
  padding: 3px 8px;
  border: none;
}
.schedullSection .defaultBtn__list {
  display: block;
  max-width: 480px;
  margin: 60px auto 0;
}
.schedullSection .defaultBtn__link {
  cursor: pointer;
}

.modal .defaultBtn__list {
  display: block;
  width: 100%;
  margin: 40px auto 0;
}
.modal .defaultBtn__link {
  cursor: pointer;
}

.tblBlock .tblBlock__item {
  white-space: nowrap;
}

.ymd {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000000;
}
@media only screen and (max-width: 768px) {
  .ymd {
    display: block;
    z-index: 9003;
  }
}
.ymd:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4px;
  width: 4px;
  height: auto;
  background: #000000;
}
@media only screen and (max-width: 768px) {
  .ymd .tblBlock .tblBlock__item--ttl {
    line-height: 12px;
  }
}
.ymd .tblBlock .tblBlock__item {
  width: 60px;
}
@media only screen and (max-width: 768px) {
  .ymd .tblBlock .tblBlock__item:first-child {
    opacity: 1;
  }
}

.tblBlock {
  position: static;
  background: #000000;
}
@media only screen and (max-width: 768px) {
  .tblBlock + .tblBlock {
    margin-top: 4px;
  }
}
.tblBlock__group {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .tblBlock__groupInner.is-swipe {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .tblBlock__groupInner.is-swipe::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
  .tblBlock__groupInner.is-swipe .tblBlock {
    width: 146.6666666667vw;
  }
}

.tblBlock.is-hidden, .tblBlock.is-feb, .tblBlock.is-uru {
  display: none;
}
.tblBlock__group {
  overflow: hidden;
}
.tblBlock__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 5px;
}
.tblBlock__item--head {
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .tblBlock__item--head {
    padding: 8px 10px;
    font-size: 12px;
  }
}
.tblBlock__item--ttl {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .tblBlock__item--ttl {
    font-size: 12px;
  }
}
.tblBlock__item--txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.8;
}
.tblBlock__item--txt .text {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .tblBlock__item--txt .text {
    line-height: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .tblBlock__item--txt {
    font-size: 12px;
  }
}
.tblBlock__item--ttl.is-sat, .tblBlock__item--txt.is-sat {
  background-color: #2c3e50;
}
.tblBlock__item--ttl.is-sun, .tblBlock__item--txt.is-sun {
  background-color: #9b0909;
}

.p-stick .inner-wrapper-sticky {
  z-index: 9000;
  display: contents;
}
.p-stick.is-affixed > .inner-wrapper-sticky {
  display: block;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: -32px;
}
.p-stick.is-affixed > .inner-wrapper-sticky::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
.p-stick.is-affixed > .inner-wrapper-sticky .tblBlock {
  position: static;
}
@media only screen and (max-width: 768px) {
  .p-stick.is-affixed > .inner-wrapper-sticky .tblBlock {
    position: relative;
  }
}
.fixNav {
  z-index: 9010;
}

[data-scroll=target] {
  margin-bottom: 4px;
}
/*# sourceMappingURL=style.css.map */