/* -------- ページ全体 -------- */
.main-contents {
	max-width: 1100px;
	width: 85vw;
	margin: 0 auto;
	font-size: 18px;
}
main button {
	cursor: pointer;
}
main button:focus-visible {
	outline: 2px solid;
	outline-offset: 1px;
	border-radius: 2px;
}
.page-title {
	color: #303030;
}

/* -------- 資料請求バナー -------- */
.plan-bnr {
	display: block;
	margin: 100px auto 80px auto;
	max-width: 490px;
}
.plan-bnr-image {
	display: block;
}

/* -------- 葬儀料金プラン一覧（外側タイトル部分） -------- */
.plan-list-outer-title {
	margin-bottom: 30px;
	font-size: 40px;
	color: #303030;
}
.plan-list-outer-dl {
	margin-bottom: 70px;
}
.plan-list-outer-dl-item {
	display: inline-flex;
	margin-right: 1em;
}
.plan-list-outer-dt {
	flex-shrink: 0;
}

/* -------- 葬儀料金プラン一覧（一覧本体部分） -------- */
.plan-list-section {
	margin-bottom: 70px;
}
.plan-list-head-block {
	display: flex;
	gap: 25px;
	align-items: center;
	margin-bottom: 20px;
}
.plan-list-section-title {
	font-size: 30px;
}
.plan-list-section-title-text{
	display: flex;
}
.plan-list-tag-list {
	display: flex;
	gap: 8px;
}
.plan-list-tag {
	display: inline-block;
	border: 2px solid;
	border-radius: 6px;
	padding: 0 9px;
	font-size: 20px;
	font-weight: bold;
}
.plan-list-detail-block {
	display: flex;
	gap: 80px;
}
.plan-list-detail-block::before {
	content: "";
	display: block;
	width: 420px;
	height: 280px;
	background-size: cover;
	flex-shrink: 0;
}
.plan-list-detail-block.-kazokuso::before {
	background-image: url("/sougi/wp-content/themes/kuratomo2022/plan/img/kazokuso-list-image-pc.webp");
}
.plan-list-detail-block.-ippanso::before {
	background-image: url("/sougi/wp-content/themes/kuratomo2022/plan/img/ippanso-list-image-pc.webp?v=20250901");
}
.plan-list-detail-block.-chokuso::before {
	background-image: url("/sougi/wp-content/themes/kuratomo2022/plan/img/chokuso-list-image-pc.webp?20241002");
}
.plan-list-detail-col {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.plan-list-p {
	margin-bottom: 15px;
	line-height: 1.8;
}
.plan-list-price-dl-item {
	display: flex;
	align-items: baseline;
	font-size: clamp(20px , 1.7vw , 26px);
	font-weight: bold;
	margin-bottom: 20px;
}
.plan-list-price-members{
	margin-top: -10px;
}
.plan-list-price-dt {
	flex-shrink: 0;
	min-width: 125px;
}
.plan-list-price-members-large{
	font-weight: bold;
}
.plan-list-price-members{
	font-weight: bold;
}
.plan-list-price-bold {
	margin-bottom: 3px;
	font-weight: bold;
}
.plan-list-price-tax {
	font-size: 16px;
}
.plan-list-link-block {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
}
.plan-list-cv-link {
	display: inline-block;
	position: relative;
	padding: 8px 25px;
	border-radius: 5px;
	background-color: #00a532;
	color: #fff !important;
}
.plan-list-cv-link::after {
	content: "";
	position: absolute;
	top: 15px;
	right: 13px;
	width: 0;
	height: 0;
	border-left: 6px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

/* -------- 葬儀プラン比較表 -------- */
.plan-table-title {
	margin-top: 110px;
	margin-bottom: 15px;
	font-size: 40px;
	color: #303030;
	text-align: center;
}
.plan-table-p {
	margin-bottom: 45px;
	color: #303030;
	text-align: center;
}
.plan-table {
	margin: 0 auto;
	table-layout: fixed;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
.plan-table-cell {
	padding: 6px 0;
	border: 1px solid #cacaca;
	vertical-align: middle;
}
.plan-table-td {
	color: #145c8e;
}
.plan-thead-th {
	background-color: #f6f6f6;
	color: #303030;
	padding: 9px 0;
	font-size: 18px;
}
.plan-thead-th:first-child {
	background-color: #156a9a;
	color: #fff;
	width: 203px;
}
.plan-thead-th:nth-child(n+2) {
	width: 125px;
}
.plan-tbody-th {
	padding-left: 15px;
	text-align: left;
}
.plan-table-row:nth-child(even) {
	background-color: #f6f6f6;
}
.plan-table-th-pc-text {
	display: inline !important;
}
.plan-table-td:nth-child(3) ,
.plan-table-td:nth-child(4) {
	color: #82141b;
}
.plan-table-td:nth-child(2) {
	color: #d08000;
}
.plan-table-cell a{
	text-decoration: underline;
}
.plan-table-cell a.plan-list-cv-link-in-table{
	margin: 0 10px;
	text-decoration: none;
	padding: 5px 25px 5px 15px;
	line-height: 1.2;
}
.plan-table-to-contact-small{
	font-size: 14px;
}

/* -------- 葬儀の流れ -------- */
.sougi-flow-section {
	margin-top: 110px;
	text-align: center;
}
.sougi-flow-title {
	margin-bottom: 30px;
	font-size: 40px;
	letter-spacing: 0.1em;
	color: #303030;
}
.sougi-flow-image {
	display: block;
	width: 600px;
	margin: 0 auto;
}
.sougi-flow-link {
	margin-top: 30px;
}

/* -------- 葬儀費用について知る -------- */
.sougi-cost-title {
	margin-top: 110px;
	font-size: 40px;
	letter-spacing: 0.1em;
	color: #303030;
	text-align: center;
}
.sougi-cost-pc-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 50px;
}
.sougi-cost-subsection {
	width: 47%;
	flex-shrink: 0;
	margin-top: 30px;
}
.sougi-cost-subtitle {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
}
.sougi-cost-subtitle-accent {
	font-size: 40px;
	font-weight: bold;
	color: #6f1e87;
	margin-right: 5px;
}
.sougi-cost-subtitle-large {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
}
.sougi-cost-flex {
	margin-top: 10px;
	display: flex;
	align-content: flex-start;
	gap: 18px;
}
.sougi-cost-image {
	flex-shrink: 0;
	width: 170px;
}
.sougi-cost-p {
	flex-grow: 1;
}
.sougi-cost-link {
	display: inline-block !important;
	margin-top: 20px;
}
.sougi-cost-bottom-link {
	display: block;
	width: fit-content;
	margin: 0 auto;
	margin-top: 35px;
}

/* -------- 斎場を探す -------- */
.find-saijou-title {
	margin-top: 110px;
	font-size: 40px;
	letter-spacing: 0.1em;
	color: #303030;
	text-align: center;
}
.find-saijou-p {
	margin-top: 25px;
	line-height: 2;
	color: #303030;
	text-align: center;
}
.find-saijou-counts {
	display: inline-block;
	margin: 0 5px;
	font-size: 30px;
	font-weight: bold;
	color: #6f1e87;
}
.find-saijou-tags {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 14px;
	color: #303030;
}
.find-saijou-tag {
	position: relative;
	border: 1px solid #515151;
	width: 8em;
	flex-shrink: 0;
	padding: 4px 0;
	text-align: center;
}
.find-saijou-tag::before, .find-saijou-tag::after {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	top: 6px;
	bottom: 6px;
	background-color: #fff;
}
.find-saijou-tag::before {
	left: -1px;
}
.find-saijou-tag::after {
	right: -1px;
}
.find-saijou-outer-flex {
	margin-top: 80px;
	display: flex;
	justify-content: space-around;
}
.find-saijou-freeword-pref {
	width: calc(180px * 3 + 10px * 2);
}
.find-saijou-chokuei-map {
	width: 360px;
}
.find-saijou-section {
	margin-bottom: 70px;
	min-height: 104px;
}
.find-saijou-section-head {
	margin-bottom: 15px;
	padding-left: 33px;
	background-repeat: no-repeat;
	font-size: 20px;
	color: #303030;
}
.find-saijou-section-head.FREEWORD {
	background-image: url("/sougi/wp-content/themes/kuratomo2022/header/img/expand__megane.png.webp");
	background-size: 18px 18px;
	background-position: 3px 6px;
}
.find-saijou-section-head.PREF {
	background-image: url("/sougi/wp-content/themes/kuratomo2022/header/img/expand__area.png.webp");
	background-size: 24px 23px;
	background-position: 0 5px;
}
.find-saijou-section-head.CHOKUEI {
	background-image: url("/sougi/wp-content/themes/kuratomo2022/header/img/expand__chokuei.png.webp");
	background-size: 23px 16px;
	background-position: 0 7px;
}
.find-saijou-section-head.MAP {
	background-image: url("/sougi/wp-content/themes/kuratomo2022/header/img/expand__mapicon.png.webp?v=20230421");
	background-size: 16px 24px;
	background-position: 7px 2px;
}
.find-saijou-freeword-form {
	display: flex;
	height: 60px;
	border: 1px solid #b9b9b9;
}
.find-saijou-freeword-input {
	flex-grow: 1;
	border: 0;
	border-radius: 0;
	padding: 0 15px;
	background-color: #ededed;
	border-right: 1px solid #b9b9b9;
	font-size: 18px;
	appearance: none; /* Safari */
	width: 100%; /* Safari */
}
.find-saijou-search-button {
	flex-shrink: 0;
	width: 60px;
	margin: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	padding: 0;
}
.find-saijou-search-image {
	display: block;
	width: 100%;
	height: 100%;
}
.find-saijou-pref-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.find-saijou-pref-item {
	width: 180px;
}
.find-saijou-link {
	display: inline-block;
	width: 100%;
	border: 1px solid #cbcbcb;
	border-radius: 6px;
	padding: 12px 0;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.find-saijou-link::after {
	content: "";
	position: absolute;
	top: 19px;
	right: 10px;
	width: 0;
	height: 0;
	border-left: 6px solid #505050;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.top-members-link {
	margin-top: 1em;
}
@media (max-width:1150px) {
	.plan-list-detail-block{
		flex-direction: column;
	}
}