/* トップページ */
#home-main-visual
{
	height: 367px!important;
}

#home-main-outer
{
	height: 367px!important;
}

#home-main-visual .top_key_height
{
	height: 367px!important;
}

#home-main-visual .top_key_height > a,
#home-main-visual .top_key_height > span {
	display: block;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
	text-align: left;
	text-indent: -9000px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 1400px 367px;
}
#home-main-visual .top_key_height > a:hover {
	opacity: 0.7;
}

.key_space
{
	padding-top: 45px!important;
}

@media print, screen and (max-width: 480px){
	
	#home-main-visual
	{
		height: 126px!important;
	}
	
	#home-main-outer
	{
		height: 126px!important;
	}
	
	#home-main-visual .top_key_height
	{
		height: 126px!important;
	}
	
	#home-main-visual .top_key_height > a,
	#home-main-visual .top_key_height > span {
		background-size: cover;
	}
	
	#home-main-outer .owl-theme .owl-dots {
		bottom: 7px!important;
		/*bottom: 1.8vw!important;*/
	}
	
	.key_space
	{
		padding-top: 20px!important;
	}
}
