@charset "utf-8";

#upper h1 img {
  height: 32px;
}

.g_nav.fixed .logo_2 img {
  height: 32px !important;
}

#address_area h3 img {
  height: 32px;
}

@media only screen and (max-width: 1000px) {
  #upper h1 {
    margin: 13px auto;
  }

  #upper h1 img {
    height: 24px !important;
  }

  #address_area h3 img {
    height: 7.5vw;
  }
}

@media only screen and (max-width: 480px) {
  #upper h1 {
    margin: 4.0625vw auto;
  }

  #upper h1 img {
    height: 7.5vw !important;
  }
}