@charset "utf-8";
/* 宿泊案内
---------------------------------------------------------------------*/
.acc-info-tbl {
	width: calc(100% - 44px);
	max-width: 98%;
	margin: 10px auto 40px;
	font-size: 0.9em;
}
.acc-info-tbl th {
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}
.reserve-btn {
	max-width: 500px;
	width: 90%;
}
