@charset "utf-8";
/*==================================================
	【料金案内】ページ固有のスタイル
==================================================*/
#price h3.sub span {
	display: block;
	margin: 0;
}
#price h4 {
	background-color: #fff;
	display: inline-block;
	font-size: 30px;
	font-weight: 500;
	padding: 0.2em 0.5em;
	margin-bottom: 1em;
}
#price h5 {
	font-size: 140%;
	margin-bottom: 0.5em;
	background-image: url("../img/price/num_1.png");
	background-repeat: no-repeat;
	background-size: 23px;
	background-position: left;
	padding-left: 28px;
}
#price h5.num2 {
	background-image: url("../img/price/num_2.png");
}
#price h5.num3 {
	background-image: url("../img/price/num_3.png");
}
#price .tbl01 {
	width: 100%;
	border: 1px solid #ccc;
	font-size: 110%;
}
#price .tbl01 th {
	width: 20%;
	background-color: rgba(77, 188, 106, 0.5);
	border-bottom: 1px solid #f7f0e2;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.5em 0.5em 0.5em 1em;
}
#price .tbl01 tr:last-of-type th {
	border-bottom: 1px solid #ccc;
}
#price .tbl01 td {
	border-bottom: 1px solid #CCC;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0.5em 0.5em;
}
#price .tbl02 {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #ccc;
	font-size: 110%;
	border-collapse: collapse;
	margin: 0.3em 0 1em;
}
#price .tbl02 th {
	text-align: center;
	background-color: rgba(77, 188, 106, 0.5);
	border-bottom: 1px solid #f7f0e2;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.5em 0.5em;
}
#price .tbl02 th.yellow {
	background-color: #efec8f;
}
#price .tbl02 th.blue {
	background-color: #9fdce2;
}
#price tbody .tr02:last-of-type th {
	border-bottom: 1px solid #ccc;
}
#price .tbl02 th span {
	display: block;
}
#price .tbl02 thead .tr02 th {
	border-left: 1px solid #f7f0e2;
}
#price .tbl02 thead .tr02 th:first-of-type  {
	border-left: 1px solid #ccc;
}
#price .tbl02 td {
	text-align: center;
	border: 1px solid #ccc;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0.5em 0.5em;
}
#price ul.shikaku li {
	position: relative;
	padding-left: 1em;
}
#price ul.shikaku li::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: var(--color-primary);
	top: 9px;
	left: 0;
	display: inline-block;
}
#price ul.kome li {
	position: relative;
	padding-left: 1.25em;
}
#price ul.kome li::before {
	position: absolute;
	content: "※";
	margin-left: -1.25em;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#price h4 {
		font-size: 22px;
	}
	#price h5 {
		font-size: 120%;
	}
	#price h5 {
		background-size: 20px;
		background-position: left top 60%;
		padding-left: 25px;
	}
	#price .tbl01 {
		font-size: 105%;
	}
	#price .tbl01 th {
		padding: 0.5em;
	}
	#price .tbl02 {
		font-size: 105%;
	}
	#price .tbl02 th{
		font-size: 90%;
		padding: 0.2em 0.2em;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#price h4 {
		font-size: 125%;
	}
	#price h5 {
		font-size: 110%;
	}
	#price h5 {
		background-size: 19px;
		background-position: left;
		padding-left: 23px;
	}
	#price .tbl01 {
		width: 100%;
		font-size: 100%;
	}
	#price .tbl01 th {
		width: 34%;
	}
	#price .box_tbl02 {
		overflow-x: auto;
	}
	#price .tbl02 {
		width: 100%;
		min-width: 600px;
		font-size: 100%;
	}
	#price .tbl02 th{
		font-size: 90%;
		padding: 0.2em 0.2em;
	}
}