@charset "utf-8";
#upper h1 {
margin: 5px 0 0 100px!important;
}
#upper h1 img {
    height: 36px!important;
}
#address_area h3 img {
    width: auto;
    max-height: 42px!important;
}
.feature_foot_area+#address_area, #bridge-tax_area+#address_area {
 border-top: 1px solid #eee !important;
}





/*見出しサイズ
====================*/
.feature_articles_area .textconts h1{
  font-size: 24px;
  font-weight: normal;
}

.feature_articles_area .textconts h2 {
  font-size: 20px;
  font-weight: normal;
}

.feature_articles_area .textconts h3 {
  font-size: 16px;
  font-weight: normal;
}

.feature_articles_area .textconts h4 {
  font-size: 12px;
  font-weight: normal;
}

.feature_articles_area .textconts h5 {
  font-size: 10px;
  font-weight: normal;
}

.feature_articles_area .textconts h6 {
  font-size: 8px;
  font-weight: normal;
}


.feature_articles_area .imgbox {
    margin: 0 40px 32px 2px;
}





@media only screen and (max-width: 1000px){
	#upper h1 img {
		height: 30px!important;
	}
	#upper h1, .woocommerce #upper h1 {
		margin: 10px auto!important;
	}

.feature_articles_area .imgbox {
    margin: 0 3.75vw 0 0;
}


}
@media only screen and (max-width: 480px){
	#upper h1 img {
		height: 7.34375vw!important;
	}
	#upper h1 {
		margin: 4.0625vw auto!important;
	}
	#address_area h3 img {
    height: 8.125vw!important;
   
}
}