/**********************************************
	料金
**********************************************/
.boatImage {
	margin-bottom:2rem;
}

.boatInfoTable {
	margin-bottom:2rem;
	width:100%;
	border-top:1px solid #999;
}

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

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

.gisouPhoto {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:start;
	align-items:stretch;
	gap:1rem;
}
.gisouPhotoBlock {
	width:calc(33.333% - 2rem / 3);
}

.gisouText {
	text-align:center;
}

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

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

	.gisouPhotoBlock {
		width:calc(50% - 1rem / 2);
	}

	.gisouText {
		text-align:left;
		font-size:0.85rem;
	}
}
