/*----------------------------------------------

----------------------------------------------*/
#header {
  background-color: #e9d5a0;
}

/*----------------------------------------------

----------------------------------------------*/
#head_bar {
  position: relative;
}
#head_bar::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../../yes_css-top/design/announcement_banner_pc.jpg?251226_2);
  padding-top: 10%;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 601px) {
  #head_bar::after {
    padding-top: 60px;
    background-size: auto 60px;
    background-repeat: repeat-x;
  }
}/*# sourceMappingURL=design.css.map */