@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#bochi {
	font-size: 110%;
}
#bochi .fs {
	font-size: 90%;
}
#bochi .ttl {
	font-size: 24px;
	color: #7F1084;
	position: relative;
	padding-left: 20px;
}
#bochi .ttl::before {
	content: "\25C6";
	font-size: 10px;
	color: #7F1084;
	position: absolute;
	top: 15px;
	left: 0;
}
#bochi .box {
	margin-bottom: 80px;
}
#bochi_about table,
#bochi_price table {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 50px;
}
#bochi .box.family .info table, #bochi .box.jimai table {
	margin-bottom: 20px;
}
#bochi .box.other table {
	width: 385px;
	margin-bottom: 25px;
}
#bochi_about table tr,
#bochi_price table tr {
	border-top: 1px solid #ccc;
}
#bochi_about table tr.bg_gray,
#bochi_price table tr.bg_gray {
	background: #f8f3f9;
}
#bochi_about table tr:last-of-type,
#bochi_price table tr:last-of-type {
	border-bottom: 1px solid #ccc;
}
#bochi_about table tr th,
#bochi_price table tr th {
	width: 200px;
	text-align: center;
}
#bochi .box.family .info table tr th {
	width: 300px;
}
#bochi .box.other table tr th, #bochi .box.jimai table tr th {
	width: 120px;
}
#bochi_about table tr th,
#bochi_price table tr td {
	padding: 20px 0;
}
#bochi ul.chk li {
	padding-left: 20px;
	background: url("../img/chk01.png") no-repeat left top 8px;
}
#bochi .cmn_contact ul {
	margin-top: 40px;
	justify-content: center;
}
#bochi .box .info {
	width: 540px;
}
#bochi .box .img .border {
	border: 1px solid #ccc;
}
#bochi .box .img p {
	background: #f2f2f2;
	padding: 15px;
}
#bochi_about .list {
	margin: 30px 0 50px;
}
#bochi_about .list dl {
	width: 33.3%;
	background: url("../img/bochi/bg.png") no-repeat top center;
	padding-top: 30px;
	padding-bottom: 20px;
}
#bochi_about .list dl:nth-of-type(2) {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#bochi_about .list dl dt {
	text-align: center;
	font-size: 18px;
	color: var(--color-purple);
	margin-bottom: 15px;
}
#bochi_about .list dl dd {
	text-align: center;
}
#bochi_special_notes ol {
	margin-left: 20px;
	margin-bottom: 30px;
}
#bochi_special_notes ol li {
	margin-bottom: 20px;
}
#bochi_special_notes ol li::marker {
	color: var(--color-purple);
}
#bochi_history ul {
	margin-bottom: 30px;
	list-style: disc;
	margin-left: 1em;
}
#bochi_history p.mb,
#bochi_reason p.mb,
#bochi_reason02 p.mb {
	margin-bottom: 30px;
}
#bochi_reason ol li {
	margin-left: 1em;
	margin-bottom: 5px;
}
#treasure {
	margin: 30px auto;
	max-width: 680px;
}
#treasure li {
	width: 31%;
	margin-bottom: 20px;
	text-align: center;
	list-style: none;
}
@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) {  /* タブレット以下 */
	#bochi .ttl {
		font-size: 125%;
	}
	#bochi .ttl::before {
		top: 9px;
	}
	#bochi .box {
		margin-bottom: 50px;
	}
	#bochi .box .info {
		width: 100%;
	}
	#bochi .box .img {
		margin: 0 auto;
	}
	#bochi .box.other table {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#bochi_about .list dl {
		width: 280px;
		min-height: 215px;
		margin: 0 auto;
	}
	#bochi_about .list dl:nth-of-type(2) {
		border: none;
	}
	#bochi_about table tr th,
	#bochi_price table tr th,
	#bochi_about table tr td,
	#bochi_price table tr td {
		display: block;
		padding: 15px;
		padding-left: 0;
		padding-right: 0;
	}
	#bochi_about table tr th,
	#bochi_price table tr th {
		width: 100%;
		text-align: left;
		padding-bottom: 0;
	}
	#bochi .box .img {
		width: 230px;
	}
}