@charset "utf-8";

/* --------------------------------------------------------------------------------
	contact
-------------------------------------------------------------------------------- */
#contact .btn-omakase a{
	display: block;
	background: #ffeb4c;
	width: 500px;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	margin: 30px auto 30px;
}
#contact iframe{
	height:1000px;
}

