/* ==========================================
   schedule
   ========================================== */
@charset "utf-8";

.main-visual {
  background-image: none;
}

.main-content {
   position: relative;
   z-index: 0;
   margin: 20px 0 auto;
   padding: 40px 0;
}


#schedule {
   position: relative;
   z-index: 1000;
}

.section-block {
  max-width: 1200px;
  padding: 70px 100px;
  background-color: transparent;
  border: none;
}

@media (max-width: 768px) {
  .section-block {
    max-width: 98%;
    padding: 4%;
  }
}

#schedule {
  & h2.section-title {
    color: #fff;
    padding: 0;
    font-size: 2.125rem;
    font-weight: normal;
    position: relative;
    margin-bottom: 70px;
    text-align: center;
  }

  & h2.section-title::after {
    content: "";
    background-image: url(../../img/neon-line.png);
    width: 60%;
    height: 14px;
    display: block;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.item01 {
   padding-bottom: 80px;
   border-bottom: solid 1px #fff;
}

.item02 {
   padding-top: 80px;
}