@charset "utf-8";
/* CSS Document */


/*==========
色指定
==========*/
:root {
	--body_color: #FFF;
	--btn_color: #8e3df9;
	--btn_hover_color: #ff9408;
	--section_link_hover_color: #e2e2e2;
	--section_title_color: #9949da;
	--font_color: #323232;
	--a_color: #4792ef;
	--a_hover_color: #ff9408;
	--border_color: #dcdcdc;
	--border_table_color: #dcdcdc;
}


/* .site_header_reserve_btn {
	color: #333;
}

.section_reserve_btn {
	color: #333;
}

.section_reserve_btn::after {
	border-top: solid 2px #333;
	border-right: solid 2px #333;
}

.contact_btn_tel {
	color: #333;
} */


/*==========
料金表
==========*/
.price_title {
	font-size: 1.8rem;
	font-weight: 900;
}

.price_caution {
	margin: 6px 0 18px;
}

.price_table2 {
	width: 100%;
	border: 1px solid #dcdcdc;
	margin-bottom: 30px;
}

.price_table2 caption {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 6px;
	background: #e2aeff;
	padding: 1px 6px;
}

.price_table2 th,
.price_table2 td {
	border: 1px solid #dcdcdc;
	padding: 18px 9px;
}

.price_table2 th {
	background: #f9f9f9;
	font-size: 1.35rem;
	font-weight: 400;
}

.price_table2 td {
	font-size: 1.35rem;
	font-weight: 600;
	vertical-align: middle;
}

@media (min-width: 900px) {
	.price_table2 {
		width: 80%;
		margin-bottom: 54px;
	}

	.price_table2 caption {
		font-size: 1.6rem;
		margin-bottom: 9px;
	}

	.price_table2 th,
	.price_table2 td {
		padding: 24px 12px;
	}

	.price_table2 th {
		font-size: 1.3rem;
	}

	.price_table2 td {
		font-size: 1.5rem;
	}
}
