@charset "utf-8";
/**
 * reserve
 */
#mvArea .imageMv img {
	top:-10vw;
}
.mvtitle {
	width: 43.5%;
}
.info_reserve {
	/*text-align: center;*/
	margin-bottom: 4em;
}
.info_reserve h3 {
	font-size: 2.1em;
	margin-bottom: 20px;
	text-align: center;
}
.info_reserve ul li  {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
	#mvArea .imageMv img {
	width: 230%;
	top:-1vw;
	}
	.mvtitle {
	width: 57.8%;
	}
	.info_reserve h3 {
	font-size: 4.1vw;
	}
	.info_reserve ul li  {
	font-size: 3.2vw;
	}
}
