﻿@charset "utf-8";

#contents{
	padding-top: 300px;
	min-height: calc(100vh - 300px);
}
.back{
	margin-top: 5em;
}
.back a{
	display: inline-block;
	color: #0088d8;
	text-decoration: underline;
}
@media screen and (min-width: 751px){

}
@media screen and (max-width: 750px){
	#contents{
		padding-top: 150px;
		min-height: calc(100vh - 150px);
	}
	.reservation{
		padding: 0 20px;
	}
	.reservation .message br{
		display: none;
	}
	.back{
		margin-top: 3em;
	}
}