.hero-cutpic img {
	height: auto;
}

/**************************************************************** 
 レンタル料金 */
 
.rental-price-table-wrap {
    width: 88%;
    margin-inline: auto;
    border: 1px solid #000;
}
.rental-price-table {
	border-collapse: collapse;
	border: 1px solid #777;
	table-layout: fixed;
	width: 100%;
}
.rental-price-table .col-category {
	width: 6%;
}
.rental-price-table .col-content {
	width: 22%;
}
.rental-price-table .col-price {
	width: 18%;
}

.rental-price-table .th-content,
.rental-price-table thead tr:last-child th,
.rental-price-table tbody tr:nth-child(3) > th,
.rental-price-table tbody tr:nth-child(3) > td {
	border-bottom: 1px solid #000;
}
.rental-price-table th, .rental-price-table td {
	border: 1px solid #ccc;
	padding: 12px 10px;
	text-align: right;
	vertical-align: middle;
}

.rental-price-table .th-single-fee {
	writing-mode: vertical-rl;
	text-orientation: upright;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}

/* SP */
.rental-price-label {
	font-size: 14px;
}

.rental-price-card .col-6 + .col-6 {
	border-left: 1px solid #adb5bd;
}