@charset "utf-8";
#upper h1 {
  margin: 0 0 0 100px !important;
}

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

#address_area h3 img {
  max-height: none !important;
  height: 105px !important;
}


.feature_foot_area+#address_area, #bridge-tax_area+#address_area {
 border-top: 1px solid #eee !important;
}

@media only screen and (max-width: 1000px) {

  #upper h1 {
    margin: 5px auto !important;
  }

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

  #address_area h3 img {
    height: 13.75vw !important;
  }
}

@media only screen and (max-width: 480px) {

  #upper h1 {
    margin: 1.84375vw auto !important;
   }

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

  #address_area h3 img {
    height: 21.25vw !important;
  }
	#address_area h3 {
		margin: 12.5vw auto;
	}

}