@charset "UTF-8";
/* CSS Document */

/** mv
/*--------------------------------------------------------------------*/
main .mv{
	margin: 0;
	height: 300px;
	background: url(/mercuryinn/img/mercuryinn_bg.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
main .mv h2{
	width: 100%;
	text-align: center;
	font-family: allotrope, sans-serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	font-size: 60px;
	color: #fff;
	margin: 80px 0 0 0;
	filter: drop-shadow(0 5px 10px rgba(0,0,0,0.6));
}
@media (max-width: 992px) {
	main .mv{
		height: 200px;
	}
	main .mv h2{
		font-size: 36px;
		margin: 60px 0 0 0;
	}
}

#kitchencar h4 img{
	width: 200px;
	margin: 0 auto 20px auto;
}

#kitchencar .call{
	margin: 20px 0 0;
}
#kitchencar .call a {
	text-decoration: none;
	background: url(/common/img/ico_call_K.svg) left no-repeat;
	background-size: contain;
	font-size: 22px;
	padding: 5px 0 0 40px;
}
#kitchencar .call a span {
	color: #000;
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 800;
	font-style: normal;
}

