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