@charset "UTF-8";
/*-------------------------------------------------------------
メインビジュアル　高さ　画像の位置　PC
-------------------------------------------------------------*/
.bg-switcher {
    width: 100%;
    height: 88px;
    background-position: center top;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0;
	padding: 0;
	}


@media (max-width: 1024px) {
/*-------------------------------------------------------------
メインビジュアル　高さ　画像の位置　SP
-------------------------------------------------------------*/
.bg-switcher {
    width: 100%;
    height: 80px;
    background-position: center top;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0;
	padding: 0;
	}	
	
	
	
}