@charset "utf-8";
/*--------------------------------------------------
  #course
=================================================*/
#course .headTitle {
  background: url("../images/headtitle_course.jpg") no-repeat center center / cover;
}
#course .times {
  font-size: 1.25rem;
}
#course .mapImg{
  text-align: center;
}
@media only screen and (min-width:600px) {/* for PC */
  #course .mainTtl {
    margin-bottom: 25px;
  }
  #course .dmdTtl {
    margin-bottom: 5px;
  }
  #course .dmdTtl:not(:first-of-type) {
    margin-top: 40px;
  }
  #course .mapImg{
    margin-top: 50px;
  }
  #course .allCourse {
    padding: 0 35px;
  }
}
@media (max-width: 599px) { /* SP */
  #course .mainTtl {
    margin-bottom: 4vw;
  }
  #course .dmdTtl {
    margin-bottom: 2vw;
  }
  #course .dmdTtl:not(:first-of-type) {
    margin-top: 8vw;
  }
  #course .mapImg{
    margin-top: 8vw;
  }
}