.site-logo {
	width: 58% ;
}
/* ------------------------------　　
	トップメインビジュアル
------------------------------ */
@media screen and (max-width: 480px){
	.main-visual.acms-show-sp{
		height: 265px;
		padding: 0px 5px;
		background: #fff no-repeat center;
		background-size: contain;
	}
}

/* PC表示のヘッダーナビ行間調整 */
@media screen and (min-width: 768px){
	.navbar-side{
		z-index: 999;
	}
	.navbar li ul{
		top: 0;
	}
	.headerNav_outer{
		margin-top: 30px !important;
	}
	.headerNav_outer li:nth-child(7), .headerNav_outer li:nth-child(8), .headerNav_outer li:nth-child(9){
		margin-top: 7px !important;
	}
	.main-visual{
		margin-top: 10px;
	}
	.page-title-wrapper{
		margin-top: 13px !important;
	}
}
