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

.contents_area{
	margin: 2% auto;
}
.contents_area img{
	width: 60%;
	max-width: 400px;
	margin:3% auto;
}
.reserv{
	background-color: rgba(0,0,0,0.6);
	padding: 2%;
	padding-top: 10vw;
	padding-bottom: 10vw;
}
.reserv h2{
	background: linear-gradient(170deg, #fff 0%, lemonchiffon 30%, red 90%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 120%;
	line-height: 1.5;
}
.reserv h2 br.sp{
	display: none;
}
.reserv p{
	text-align: left;
	text-indent: 2vw;
	line-height: 1.3;
	margin: 2%;
}
.reserv a{
	display: inline-block;
	margin: 3%;
	padding: 2% 4%;
}
.reserv a.day{
	background-color: #E15901;
}
.reserv a.night{
	background-color: #6699cc;
}

@media screen and (max-width:410px){
	.reserv h2 br.sp{
		display: inherit;
	}
}