/**********************************************
	料金
**********************************************/
.rateTable {
	margin-bottom:2rem;
	width:100%;
}

.rateTable th {
	padding:0.5rem 1rem;
	border-bottom:1px solid #999;
}

.rateTable th.rate {
	text-align:right;
}

.rateTable td {
	padding:0.5rem 1rem;
	border-bottom:1px solid #999;
}

.rateTable td.rate {
	text-align:right;
	font-size:1.2rem;
	font-weight:bold;
	color:#900;
}

.calendarTableBlock {
}

.calendarTable {
	margin-bottom:2rem;
	width:100%;
}

.calendarTable th {
	padding:0.5rem 1rem;
	white-space:nowrap;
	border-bottom:1px solid #999;
}

.calendarTable td {
	padding:0.5rem 1rem;
	white-space:nowrap;
	border-bottom:1px solid #999;
}


@media screen and (max-width:840px) {
	.rateTable th {
		padding:0.5rem 0;
	}

	.rateTable td {
		padding:0.5rem 0;
		font-size:1rem;
	}

	.calendarTableBlock {
		overflow-x:scroll;
		-webkit-overflow-scrolling:touch;
	}
}
