/* -------- ページ全体 -------- */
.main-contents {
	padding: 0 calc(30 / 750 * 100vw);
}
main button:focus-visible {
	outline: 2px solid;
	outline-offset: 1px;
	border-radius: 2px;
}
.page-title {
	color: #303030;
}

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

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

/* -------- 葬儀料金プラン一覧（一覧本体部分） -------- */
.plan-list-section {
	margin-bottom: 30px;
	border: 1px solid #cacaca;
	position: relative;
	padding: 100px 5px 20px 5px;
}
.plan-list-section-title {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	display: flex;
	height: 80px;
}
.plan-list-section-title::after {
	content: "";
	display: block;
	width: 175px;
	flex-shrink: 0;
	background-size: cover;
}
.plan-list-section-title.-kazokuso {
	background-color: #82131a;
}
.plan-list-section-title.-kazokuso::after {
	background-image: url("/sougi/wp-content/themes/kuratomo2022/plan/img/kazokuso-list-image-sp.webp");
}
.plan-list-section-title.-ippanso {
	background-color: #04437c;
}
.plan-list-section-title.-ippanso::after {
	background-image: url("/sougi/wp-content/themes/kuratomo2022/plan/img/ippanso-list-image-sp.webp");
}
.plan-list-section-title.-chokuso {
	background-color: #d08000;
}
.plan-list-section-title.-chokuso::after {
	background-image: url("/sougi/wp-content/themes/kuratomo2022/plan/img/chokuso-list-image-sp.webp?20241002");
}
.plan-list-section-title-text {
	display: block;
	flex-grow: 1;
	margin: auto;
	text-align: center;
	font-size: 23px;
	line-height: 1.3;
	color: #fff;
}
.plan-list-price-dl-item dd{
	font-size: 30px;
}
.plan-list-tag-list {
	display: flex;
	gap: 5px;
	margin-bottom: 15px;
}
.plan-list-tag {
	display: inline-block;
	border: 2px solid;
	border-radius: 5px;
	padding: 0 6px;
	font-size: 14px;
	font-weight: bold;
}
.plan-list-p {
	margin-bottom: 11px;
	font-size: 15px;
	line-height: 1.7;
	color: #303030;
}
.plan-list-price-dl-item {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	font-size: 20px;
	font-weight: bold;
	margin-top: 7px;
	text-size-adjust: 100%;
}
.plan-list-price-dt {
	flex-shrink: 0;
	min-width: 100px;
}
.plan-list-price-members{
	flex-wrap: wrap;
	font-weight: bold;
}
.plan-list-price-members-dt{
	font-size: 20px;
}
.plan-list-price-members-dd ,
.plan-list-price-no-members-dd{
	font-size: 20px;
}
.plan-detail-price-tax-extra{
	font-size: 16px;
}
.plan-list-price-bold {
	font-weight: bold;
	font-size: 20px;
}
.plan-list-price-tax {
	font-size: 16px;
}
.top-members-link {
	margin-top: 1em;
}
.cost-right a{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -35px;
	width: max-content;
}
.cost-right a.top-members-link{
	bottom:-80px;
}
.cost-link-style{
	margin-top: 85px;
}
@media (max-width: 374px) {
	.plan-list-price-dt {
		min-width: 85px;
	}
	.plan-list-price-dt ,
	.plan-list-price-members-dt ,
	.plan-list-price-bold  ,
	.plan-list-price-members-dd{
		font-size: 16px;
	}
	.plan-list-price-tax ,
	.plan-list-price-tax-extra {
		font-size: 14px;
	}
	.plan-list-price-dl-item dd{
		font-size: 25px;
	}
}
.plan-list-link-block {
	margin-top: 20px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
}
.plan-list-link {
	font-size: inherit;
}
.plan-list-cv-link {
	display: inline-block;
	position: relative;
	padding: 8px 10px;
	padding-right: 15px;
	border-radius: 5px;
	background-color: #00a532;
	color: #fff !important;
}
.plan-list-cv-link::after {
	content: "";
	position: absolute;
	top: 15px;
	right: 10px;
	width: 0;
	height: 0;
	border-left: 6px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

/* -------- 葬儀プラン比較表 -------- */
.plan-table-title {
	margin-top: 80px;
	margin-bottom: 15px;
	font-size: 30px;
	color: #303030;
	text-align: center;
}
.plan-table-p {
	margin-bottom: 35px;
	font-size: 16px;
	line-height: 1.8;
	color: #303030;
	text-align: center;
}
.plan-table-scroll {
	position: relative;
	overflow: auto;
	height: 60vh;
	border: 1px solid #cacaca;
}
.plan-table {
	width: fit-content;
	table-layout: fixed;
	font-size: 16px;
	line-height: 1.4;
	color: #303030;
	text-align: center;
}
.plan-table-cell {
	padding: 6px 0;
	vertical-align: middle;
}
.plan-table-cell:nth-child(n+2) {
	border-right: 1px solid #cacaca;
}
.plan-table-th {
	position: sticky;
	font-weight: normal;
}
.plan-table-th:first-child {
	left: 0;
	font-size: clamp(14px , 4.1vw ,17px);
	width: 33vw;
}
.plan-table-th:first-child::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: #cacaca;
}
.plan-table-td {
	color: #145c8e;
}
.plan-thead-th {
	top: 0;
	z-index: 1;
	background-color: #f6f6f6;
	padding: 8px 0;
}
.plan-thead-th:first-child {
	z-index: 2;
	background-color: #156a9a;
	color: #fff;
	width: 33vw;
}
.plan-thead-th:nth-child(n+2) {
	width:21vw;
}
.plan-thead-th::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	background-color: #cacaca;
}
.plan-tbody-th {
	padding-left: 8px;
	background-color: #fff;
	text-align: left;
	z-index:1;
}
.plan-table-row:nth-child(even) > .plan-tbody-th {
	background-color: #f6f6f6;
}
.plan-table-row:nth-child(n+2) {
	border-top: 1px solid #cacaca;;
}
.plan-table-row:nth-child(even) {
	background-color: #f6f6f6;
}
.plan-table-td:nth-child(3) ,
.plan-table-td:nth-child(4) {
	color: #82141b;
}
.plan-table-td:nth-child(2) {
	color: #d08000;
}
.plan-table-scroll-hint {
	position: absolute;
	top: 130px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 10px;
	padding: 12px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 13px;
	text-align: center;
	transition: opacity 0.5s ease-in;
	z-index: 1;
}
.plan-table-scroll-hint::before {
	content: "";
	display: block;
	width: 33px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 5px;
	background-image: url("/sougi/wp-content/themes/kuratomo2022/plan/img/scrollable-icon.svg");
	background-size: cover;
}
.plan-table-scroll-hint.hidden {
	opacity: 0;
}
.plan-table-cell a{
	text-decoration: underline;
}
.plan-table-cell a.plan-list-cv-link-in-table{
	margin: 0 2vw;
	text-decoration: none;
	padding: 1vw;
	line-height: 1.2;
	font-size: clamp(12px, 3.6vw, 15px);
}
.plan-table-cell a.plan-list-cv-link-in-table::after{
	display: none;
}
.plan-table-to-contact-small{
	font-size: 14px;
	font-size: clamp(12px, 3.2vw, 16px);
}

/* -------- 葬儀の流れ -------- */
.sougi-flow-section {
	margin-top: 80px;
	text-align: center;
}
.sougi-flow-title {
	margin-bottom: 25px;
	font-size: 30px;
	color: #303030;
}
.sougi-flow-image {
	display: block;
	margin: 0 auto;
}
.sougi-flow-link {
	margin-top: 20px;
}

/* -------- 葬儀費用について知る -------- */
.sougi-cost-title {
	margin-top: 80px;
	font-size: 30px;
	letter-spacing: -1px;
	color: #303030;
	text-align: center;
}
.sougi-cost-subsection {
	margin-top: 20px;
	padding-top: 50px;
}
.sougi-cost-subsection:first-child{
	padding-top: 0;	
}
.sougi-cost-subtitle {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
}
.sougi-cost-subtitle-accent {
	font-size: 32px;
	font-weight: bold;
	color: #6f1e87;
	margin-right: 3px;
}
.sougi-cost-subtitle-large {
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
}
.sougi-cost-flex {
	margin-top: 10px;
	display: flex;
	align-content: flex-start;
	gap: 13px;
	position: relative;
}
.sougi-cost-image {
	flex-shrink: 0;
	width: 45%;
	max-width: 150px;
	object-fit: contain;
	object-position: top;
}
.sougi-cost-p {
	flex-grow: 1;
	font-size: 16px;
}
.sougi-cost-link {
	display: inline-block !important;
	margin-top: 10px;
}
.sougi-cost-bottom-link {
	display: block;
	width: fit-content;
	margin: 0 auto;
	margin-top: 100px;
	text-size-adjust: 100%;
}

/* -------- 斎場を探す -------- */
.find-saijou-title {
	margin-top: 80px;
	font-size: 30px;
	color: #303030;
	text-align: center;
}
.find-saijou-p {
	margin-top: 10px;
	line-height: 2;
	color: #303030;
	text-align: center;
}
.find-saijou-counts {
	display: inline-block;
	margin: 0 4px;
	margin-top: -8px;
	font-size: 27px;
	font-weight: bold;
	color: #6f1e87;
}
.find-saijou-tags {
	margin-top: 13px;
	margin-bottom: 45px;
	display: flex;
	justify-content: center;
	gap: 6px;
	font-size: 16px;
	color: #303030;
}
.find-saijou-tag {
	position: relative;
	border: 1px solid #515151;
	width: 6.5em;
	flex-shrink: 0;
	padding: 1px 0;
	text-align: center;
}
.find-saijou-tag::before, .find-saijou-tag::after {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	top: 4px;
	bottom: 4px;
	background-color: #fff;
}
.find-saijou-tag::before {
	left: -1px;
}
.find-saijou-tag::after {
	right: -1px;
}
.find-saijou-section-head {
	margin-top: 45px;
	margin-bottom: 10px;
	padding-left: 28px;
	background-repeat: no-repeat;
	font-size: 18px;
}
.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: 1px 5px;
}
.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 3px;
}
.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 6px;
}
.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: 3px 2px;
}
.find-saijou-freeword-form {
	display: flex;
	height: 47px;
	border: 1px solid #b9b9b9;
}
.find-saijou-freeword-input {
	flex-grow: 1;
	border: 0;
	border-radius: 0;
	padding: 0 13px;
	background-color: #ededed;
	border-right: 1px solid #b9b9b9;
	font-size: 16px;
	appearance: none; /* Safari */
	width: 100%; /* Safari */
}
.find-saijou-search-button {
	flex-shrink: 0;
	width: 49px;
	margin: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	padding: 0;
}
.find-saijou-search-image {
	display: block;
	width: 100%;
	height: 100%;
}
.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;
}
.find-saijou-pref-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
}
.find-saijou-pref-item {
	width: calc((100% - 14px) / 2);
}
.find-saijou-chokuei-map {
	display: flex;
	flex-direction: column-reverse;
}
.plan-detail-price-members-dt-small{
	font-size: 13px;
}
.plan-list-section-title-text-small{
	font-size: 14px;
	display: block;
}
@media (max-width:374px) {
	.plan-list-section-title-text{
		font-size: 16px;
	}
}