/****************************
ロゴ画像を横幅の80%に設定の場合
****************************/
.navbar-header {
	margin-left: calc(50% - 40vw) !important;
	width: 80vw !important;
	margin-bottom: 0.5em !important; /* ロゴ下のマージンを設定 */
}
.navbar-brand img {
	max-height: none;
	max-width: 100%;
}
.siteHeader_logo {
	margin: 0px !important;
	padding: 0px !important;
}