.reservation_title{
	display: block;
	position: relative;

	box-sizing: border-box;

	width: 100%;
	height: 47px;

	border-bottom: 1px solid #f9f9f9;
}

.reservation_title>span{
	font-size: 22px;
	font-weight: 400;
	color: #474747;
}

.reservation_title>div{
	display: inline-block;
	position: absolute;
	
	top: 10px;
	right: 10px;

	font-size: 14px;
	font-weight: 400;
	
	color: #9e6c60;
}

.caution {
	font-size: 16px;
	font-weight: 400;	
	color: #9e6c60;
	padding-bottom:30px;
}
