@charset "utf-8";

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

#upper .logo img {
    height: 58px;
}

#address_area .foot_cont .foot_logo img {
    height: 116px;
}
#address_area h3 img {
    max-height: 116px;
}

.bottom_area .site_logo_seofoot img {
    height: 80px;
}
.bottom_area h3 img {
    max-height: 80px;
}

/*NEWSエリア：背景色*/
.jrp_C-1 {
    background: rgba(255, 255, 255, 0.8);
}
/*NEWSエリア：閉じるボタン色*/
#btn_delete {
    background: #0e5b3a;
}

#map iframe {
    filter: grayscale(0) !important;
    -webkit-filter: grayscale(0) !important;
}


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

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

	#map iframe {
    filter: grayscale(0) !important;
    -webkit-filter: grayscale(0) !important;
}

#upper .logo img {
    height: 10vw;
}
	#address_area .foot_cont .foot_logo img {
    height: 25vw;
}
}