@charset "UTF-8";
/* ヘッダーバナー */
.headerbanner a {
  display: block;
  background: url(https://www.seikatsuzacca.com/common/img/bar_zacca.png);
  background-size: contain;
  height: 45px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.headerbanner2 a {
  display: block;
  background: url(https://www.seikatsuzacca.com/common/img/bar_zacca.png);
  background-size: contain;
  height: 45px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 750px) {

  .headerbanner a {
    background: url(https://www.seikatsuzacca.com/common/img/bar_zacca.png) no-repeat center center;
    display: block;
    background-size: cover;
    height: 0;
    padding-top: 13.5%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .headerbanner2 a {
    background: url(https://www.seikatsuzacca.com/common/img/bar_zacca.png) no-repeat center center;
    display: block;
    background-size: cover;
    height: 0;
    padding-top: 13.5%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

}