@charset "UTF-8";
/* ----------------------------------------
   ■ timetable.css
---------------------------------------- */
/* Main
---------------------------------------- */
main {
  position: relative;
  width: 100%;
  padding-top: 70px;
  background: #071224;
  z-index: 10;
}

#container main .image {
  width: 100%;
}
#container main .image.i1 {
  height: 400px;
  background-image: url("../img/timetable/img_01.jpg");
}

#container main .contents > section.detail {
  padding: 0 20px 120px;
}
#container main .contents > section.detail article {
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
}
#container main .contents > section.detail .h2Area {
  margin-bottom: 40px;
}
#container main .contents > section.detail .h2Area h2 {
  margin-bottom: 0;
  font-size: 3rem;
}
#container main .contents > section.detail .h2Area h2 + p {
  margin-top: 0.5em;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.9rem;
}

#day1 {
  padding-bottom: 100px;
}

#day2 {
  padding-bottom: 120px;
}

#pdf {
  padding: 0 20px 170px;
}
#pdf p.btn {
  max-width: 400px;
  margin: 0 auto;
}
#pdf p.btn a {
  display: block;
  padding: 20px;
  border: 2px solid #fff;
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
#pdf p.btn a:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* @media : PC
---------------------------------------- */
/* @media : SP
---------------------------------------- */
@media screen and (max-width: 768px) {
  main {
    padding-top: 50px;
  }

  #day1, #day2 {
    padding-bottom: 50px;
  }

  #pdf {
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 480px) {
  #container main .contents > section.detail .h2Area {
    margin-bottom: 20px;
  }

  #container main .contents > section.detail {
    padding-right: 10px;
    padding-left: 10px;
  }
}
