@charset "utf-8";
/* CSS Document */
.bg-banner {
	background:url(../img/bg-banner.jpg) center top repeat;
}
.intro p { font-size: 1.1em; font-weight: 100; }
.branch p { margin-bottom: .5em; }
.manufacturing p { margin-bottom: .5em; }
.addr { font-size: .9em; line-height: 1.3; }
h4 { margin-bottom: .5em; }
@media (min-width: 1000px) {
	.bg-stone-01 .container, .branch .container { width: 900px !important; }
}
@media(max-width: 576px) {
	.mainContent img { width: 60%; height:auto; }
	.addr { font-size: .8em; line-height: 1.3; }
	.intro p { font-size: 1em; }
	.branch p { margin-bottom: 0; }
	.branch .mt-5 { margin-top: 4rem !important; }
}