/**************************** ヘッダー画像 横幅一杯処理 画像幅 80% ****************************/ .navbar-header .navbar-brand { 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; } /**************************** ここまで ****************************/ /**************************** ヘッダー画像 横幅一杯処理 画像幅 100% ****************************/ .navbar-header .navbar-brand { margin-left: calc(50% - 50vw) !important; width: 100vw !important; margin-bottom: 0.5em !important; } .navbar-brand img { max-height: none; max-width: 100%; } .siteHeader_logo { margin: 0px !important; padding: 0px !important; } /**************************** ここまで ****************************/