input.prev {
	border: none;
	background: #b1e1f0;
	padding: 5px 15px;
	cursor: pointer;
	border-radius: 10px;
	font-weight: bold;
	color: #fff;
	font-size:2.0rem;

}

input.next {
	border: none;
	background: #b1e1f0;
	padding: 5px 15px;
	cursor: pointer;
	border-radius: 10px;
	font-weight: bold;
	color: #fff;
	font-size:2.0rem;

}

input.month {
	border: none;
	background: #59d4b8;
	padding: 8px 24px;
	cursor: pointer;
	border-radius: 10px;
	font-weight: bold;
	color: #fff;
	margin: 0 24px;
	font-size:2.4rem;
}

.cal {
	width: 100%;
	margin-bottom: 15px;
}

.cal th {
	padding: 8px;
	color: #fff;
	border: solid 1px #fff;
}

.cal tr:nth-child(odd) {
	background: #fcd9c4;
}

.cal tr:nth-child(even) {
	background: #fce8c2;
}

.cal td {
	border: solid 1px #fff;
	text-align: center;
	padding: 15px 0;
	color: #633;
}

.cal td a {
	color: #633;
	text-decoration: underline;
	font-size:1.3em;
	font-weight:600;
}

.cal td a:hover {
	color: #966;
}

.cen {
	text-align: center;
}




.reserve th {
	/* border-bottom: solid 1px #888;
	border-right: solid 1px #888; */
	text-align: left;
	font-weight: normal;
	padding: 20px;
	vertical-align: top;
	width: 35%;
	line-height: 1.5;
	background:#ccc;
	text-align:center;
	font-weight:600;

}

.reserve tr:nth-child(even) {
	background: #f5f5f5;
}


/* .reserve table {
	width: 100%;
	margin: 20px 0 0 0;
	border: solid 1px #888;
}

.reserve {
	width: 100%;
	border-top: solid 1px #888;
	font-size: 14px;
	margin: 20px 0;
}




.reserve td {
	border-bottom: solid 1px #888;
	padding: 20px;
	vertical-align: top;
	line-height: 1.2;
}

.reserve td span {
	font-size: 80%;
	color: #555;
} */

.con01 {
	width: 75%;
	height: 18px;
}

.con02 {
	width: 50px;
	height: 18px;
}

.con03 {
	width: 25%;
	height: 18px;
}

.con04 {
	width: 90%;
	height: 50px;
}

.con05 {
	width: 90%;
	height: 100px;
}

.con06 {
	width: 90%;
	height: 180px;
}

.submit {
	padding: 0 0 30px 240px;
}




article .btn_return.btn-more {
	-webkit-justify-content : flex-start;
-ms-flex-pack :  flex-start;
justify-content :  flex-start;
}







@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
	.cen {
		-webkit-justify-content : center;
		-ms-flex-pack : justify;
		justify-content : center;
		-webkit-align-items : center;
		-ms-flex-align : center;
		align-items : center;
		display : -webkit-flex;
		display :-ms-flexbox;
		display : flex;
		-webkit-flex-wrap : wrap;
		-ms-flex-wrap : wrap;
		flex-wrap : wrap;
	}

	input.prev,
	input.next,
	input.month {
		width:30%;
		margin:0 1%;
	}



}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}









