@charset "UTF-8";

/* ================================================== */
/* hero-area */
/* ================================================== */
#hero-area {
  background: url(../images/bg_hero-area_top.jpg) #EFCA50 no-repeat center bottom;
  background-size: cover;
}

#hero-area h1 {
  font-size: 4.2rem;
}

@media screen and (max-width: 767px) {
  #hero-area h1 {
    font-size: 3rem;
  }
}
