@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
@media print {
	.full {
		margin: 0;
		width: 100%;
	}
}
/*パンくず*/
.sec_pankuzu{
	padding: 0 0 15px 0;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}

/**/
.common_end {
	padding: clamp(30px, 5vw, 100px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*背景（各ページで変えることも可）*/
.combg-01{
	background-image: url(../img/bg_03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.common_end p {
	font-size: clamp(15px,1.5vw,16px);
	line-height: 1.5;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.bgfit{
	background-color: #3e2b22a3;
	max-width: 970px;
	padding: 50px 20px 20px 20px;
	margin: 0 auto;
	/*border-radius: 13px;*/
}

/**/
.spot__heading03 {
	position: relative; /* 親要素を相対位置に設定 */
}
.spot__heading03 h3 {
	font-size: clamp(14px,1.5vw,16px);
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	padding-top: 25px;
}
.spot__heading03 span {
	position: absolute;
	font-family: "Corinthia", cursive;
	margin: 0;
	font-size: clamp(50px,5vw,60px);
	text-align: center;
	top: -0.65em; /* 調整が必要かもしれません */
	left: 50%;
	transform: translateX(-50%);
	/*transform-origin: left top;*/
	pointer-events: none;
	/*white-space: nowrap;*/
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #fff4d1;
	opacity: 0.8;
	z-index: 2;
}
@media only screen and (max-width: 868px) {
	.spot__heading03 h3 {
		text-align: justify;
	}
}
/*印刷用*/
@media print{
	.spot__heading03 h3 {
		font-size: clamp(14px,1.5vw,16px);
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
		line-height: 1.5;
		font-family: 'Noto Serif JP', serif;
		margin-bottom: 15px;
		font-weight: 600;
		text-align: center;
		color: #fff;
		padding-top: 25px;
	}
}

/*フッターバナー：簡素版*/
.footerbnr2 {
	padding: clamp(25px, 3vw, 50px) 0;
	position: relative;
	z-index: 1;
	background-color: #FFF;
}
/**/
.subColor{
	color: var(--sub-color1);
}


/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: var(--v-space3) 0 clamp(20px, 4vw, 30px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url("../img/bg_gr.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
/*冒頭一文*/
p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.5;
	margin: 0 auto;
	width: fit-content;
	color: var(--main-color);
	font-family: 'Noto Serif JP', serif;
}
/*catchphrase*/
.catchphrase{
	padding: 40px 0;
	background-image: url(../img/bg_08.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/**/
.wrap {
	text-align: center;
}
.vertical {
	writing-mode: vertical-rl;
	display: inline-block;
	text-align: initial;
}
.vertical h2 {
	margin: 0;
	color: #51493d;
}
/**/
.greeting-haba {
	margin: 0 auto;
	max-width: 950px;
	padding: 0;
}
/*サブキャッチ補足文章*/
.lead-p {
	line-height: 1.4;
	font-size: clamp(19px, 2vw, 23px);
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	margin: 5px auto 10px auto;
}
/*
@media (max-width: 568px) {
	.lead-p {
		text-align: justify;
	}
}
*/
.line2{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #444;
	margin: 1% auto;
}
/**/
.grp2{
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.7;
	font-family: 'Noto Serif JP', serif;
	text-align: justify;
}

/*お問い合わせバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 10px;
}
@media only screen and (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 10px;
	}
}

/*選ばれる理由*/
.top_sec1{
	padding: var(--v-space2) 0 clamp(20px, 3vw, 40px) 0;
	background-color: #ffffff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url("../img/bg_09.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* ▼ グリッドレイアウト（3列） */
.reason-feature-grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	margin-top: 40px;
}
/* ▼ 個別のカード */
.reason-feature-item {
	background: #fff;
	padding: 15px 30px 10px 30px;
	border-left: 6px solid var(--main-color);
	border-radius: 6px;
	position: relative;
	box-shadow: 0 6px 18px rgba(0,0,0,0.06);
	background-image: url(../img/bg_07.jpg);
	background-size: cover;
	background-position: center;
}
/* ▼ タイトル */
.reason-feature-title {
	font-size: 1.25rem;
	color: var(--main-color);
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 10px;
	line-height: 1.5;
}
/* ▼ 本文 */
.reason-feature-item p {
	color: var(--sub-color1);
	line-height: 1.5;
	font-size: 0.95rem;
}


/**/
.topbnr_sec{
	padding: clamp(35px, 5vw, 50px) 0 clamp(55px, 5vw, 70px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*各ページ遷移バナー*/
/* グリッド全体 */
.link-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	/*padding: 20px;*/
	box-sizing: border-box;
}
/* 各カード */
.link-card {
	position: relative;
	overflow: hidden;
}
/* リンク全体 */
.link-card-inner {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
}
/* 画像 */
.link-image img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.4s ease;
}
/* テキスト（画像の上に左下寄せ） */
.link-text {
	position: absolute;
	bottom: 16px;
	left: 16px;
	right: 16px;
	color: #fff;
	z-index: 2;
	pointer-events: none; /* テキスト上でもhover有効にする */
	text-align: justify;
}
.overlay-en {
	letter-spacing: 1px;
	font-size: clamp(12px, 1.2vw, 14px);
	/*text-transform: uppercase;*/
	margin-bottom: 2px;
	font-weight: normal;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
	color: #dee6a8;
}
.overlay-title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Noto Serif JP', serif;
	font-size: clamp(18px, 1.9vw, 25px);
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 12px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.overlay-desc {
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.4;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* ホバー時の画像拡大 */
.link-card-inner:hover img {
	transform: scale(1.05);
}
/* レスポンシブ対応 */
@media (max-width: 1068px) {
	.link-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.link-image {
		position: relative;
		width: 100%;
		height: 300px; /* 任意の高さ。調整可能 */
		overflow: hidden;
	}

	.link-text {
		background-color: #00000057;
		margin: -16px;
		padding: 12px;
	}
	.overlay-en {
		font-size: 13px;
	}
	.overlay-title {
		font-size: 25px;
	}
	.link-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center; /* 上下中央を表示 */
		transition: transform 0.4s ease;
	}
	/* の画像だけ上寄せに */
	.link-image img.crop-top {
		object-position: top;
	}
	.link-image img.crop-bottom {
		object-position: bottom;
	}
}
@media (max-width: 600px) {
	.link-grid {
		grid-template-columns: 1fr;
	}
}

/* デフォルトでは改行なし（1068px以下） */
.overlay-title br {
	display: none;
}

/* 1068px以上では改行あり */
@media screen and (min-width: 1068px) {
	.overlay-title br {
		display: inline;
	}
}


/*店舗案内*/
.info_sec1{
	padding: var(--v-space2) 0 var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url("../img/bg_05-a.png");
	background-repeat: repeat;
	background-position: center;
	background-size: 17%;
}
@media (max-width: 1168px) {
	.info_sec1{
		background-size: 17%;
	}
}
@media (max-width: 868px) {
	.info_sec1{
		background-size: 25%;
	}
}
@media (max-width: 568px) {
	.info_sec1{
		background-size: 40%;
	}
}

/*印刷用*/
@media print{
	.info_sec1{
		padding: var(--v-space3) 0;
		background-color: #fff;
		position: relative; /* sectionの位置を相対的にする*/
		z-index: 1; /* 背景画像より上に表示 */
		background-image: url("../img/bg_05-a.png");
		background-repeat: repeat;
		background-position: center;
		background-size: 17%;
	}
}

/* 全体コンテナ */
.info_haba {
	max-width: 930px;
	margin: 50px auto 0 auto;
	background-color: #ffffffb5;
	padding: 15px 25px;
	/*border: 1px #d8e6e4 solid;*/
	box-shadow: 0 4px 10px rgba(132, 132, 132, 0.1);
}
/**/
@media screen and (max-width: 568px) {
	.info_haba {
		padding: 15px 15px;
	}
}
/* テーブルデザイン */
.info_container {
	display: grid;
	grid-template-columns: 1fr;
	font-family: 'Noto Serif JP', serif;
}
.info_container .item {
	border-bottom: 1px solid #cad5d3;
	/*background-color: #ffffff85;*/
	padding: 8px 5px;
	display: grid;
	grid-template-columns: 12.5em 1fr;
	align-items: stretch;
	gap: 20px;
}
.info_container .label {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #353535;
	white-space: nowrap;
	padding: 5px;
	font-size: clamp(15px, 1.6vw, 16px);
}
.info_container .content {
	display: flex;
	align-items: center;
	color: #333;
	padding: 5px;
	font-size: clamp(14px, 1.6vw, 16px);
}

/**/
@media screen and (max-width: 568px) {
	.info_container .item {
		grid-template-columns: 1fr;
		padding: 8px 1px;
		gap: 0;
	}
	.info_container .label {
		line-height: 1.6;
		background-color: #f0e3dfa8;
	}
	.info_container .content {
		display: block;
		font-size: 15px;
		line-height: 1.4;
		padding: 10px 5px 5px 5px;
		text-align: justify;
	}
}


/*アクセス*/
.access-sec{
	padding: var(--v-space2) 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*カードレイアウト*/
.access_sec1_subcontainer {
	margin: 30px 0 0 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}
.access_sec1_card {
	padding: 20px 20px 15px 20px;
	box-shadow: 0 2px 11px rgba(142, 142, 142, 0.1);
	border-radius: 5px;
	background-color: #fffffff0;
}

/**/
.access_sec1_card h3 {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 7px;
	color: var(--main-color);
	border-bottom: solid 2px #d9d9d9;
	padding-bottom: 0.2em;
	position: relative;
}
.access_sec1_card h3::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px var(--accent-color1);
	padding-bottom: 0.2em;
	width: 25%;
}

.access_sec1_card p {
	margin-top: 5px;
	margin-bottom: 10px;
}






/*======= お墓の建立・修理ページ ======*/
.construction-repair_sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*任意のみ表示*/
@media screen and (max-width: 967px) {
	.nini967{
		display:none;
	}
}
/**/
.construction-repair_sec2 {
	padding: var(--v-space) 0 var(--v-space3) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.c-r-sec2-item-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	max-width: 1200px;
	margin: 30px auto;
}
.c-r-sec2-item{
	position: relative;
	max-width: 350px;
	width: 100%;
}
@media (max-width: 468px) {
	.c-r-sec2-item {
		max-width: 100%;
	}
}
/*印刷用*/
@media print{
	.c-r-sec2-item{
		position: relative;
		max-width: 280px;
		width: 100%;
	}
}
/**/
.c-r-sec2-item h3 {
	font-size: clamp(19px, 1.9vw, 23px);
	font-weight: 600;
	color: #fff;
	text-shadow: #000 1px 0 10px;
	font-family: 'Noto Serif JP', serif;
	padding: 7px 0;
	line-height: 1;
}
.c-r-sec2-item p {
	font-size: clamp(12px, 1.3vw, 13px);
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	color: #dfc79c;
	text-shadow: #000 1px 0 10px;
	letter-spacing: 1px;
	width: max-content;
	padding: 1px 10px;
}

.bgcha{
	background-color: #442121;
}
.bgmid{
	background-color: #10431a;
}
/*-----各項目ボタン背景-----*/
/*お墓をお持ちの方*/
.crbg_01{
	background-image: url(../img/c-r-sec2bg_01.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}
/*お墓をお探しの方*/
.crbg_02{
	background-image: url(../img/c-r-sec2bg_02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}
/*----------------------*/
/*各項目ボタン枠*/
.boxtlcc3 {
	padding: 2em 1.5em;/*内側の余白*/
	border: 3px solid #cacaca;
	position: relative;
	z-index: 0;
	background-color: rgba(244, 244, 244, 0.5);
}
.boxtlcc3:before {
	border-top:3px solid var(--accent-color1);
	border-left:3px solid var(--accent-color1);
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 25px;
	height: 25px;
	z-index: 1;
}
.boxtlcc3:after {
	border-bottom:3px solid var(--accent-color1);
	border-right:3px solid var(--accent-color1);
	content: '';
	display: block;
	position: absolute;
	bottom: -3px;
	right: -3px;
	width: 25px;
	height: 25px;
	z-index: 1;
}


/*ブリッジ*/
.bridge01 {
	padding: clamp(25px, 2vw, 60px) 0;
	position: relative;
	z-index: 1;
}
.bridge01::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #0000009e;
	outline: 1px solid #ac9688;
	outline-offset: -10px;
}
.cr01 {
	background-image: url(../img/bg_01.jpg);
	background-size: cover;
	background-position: 100% 15%;
	background-repeat: no-repeat;
}
.bridge01,.bridge02 h3{
	text-align: center;
	font-size: clamp(18px, 2vw, 23px);
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #fff;
	text-shadow: #000 1px 0 5px;
	margin-bottom: 10px;
}
.bridge01,.bridge02 p{
	font-size: clamp(15px, 1.6vw, 16px);
	color: #fff;
	text-shadow: #000 1px 0 5px;
	line-height: 1.4;
}

/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(37px, 4vw, 60px);
	line-height: 1;
	font-style: italic;
	text-align: center;
	font-family: "Corinthia", cursive;
	/*font-family: 'Noto Serif JP', serif;*/
	text-shadow: #000 1px 0 5px;
}
.line{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #fff;
	margin: 1% auto;
}
/*文字シャドウ*/
.tx-sha2 {
	text-shadow: #000 1px 0 5px;
}

/*お墓をお持ちの方へ（墓石のご相談）*/
.construction-repair_sec3 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*カード*/
.card__item{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:20px;
	margin: 40px 0;
}
@media only screen and (max-width: 968px) {
	.card__item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 568px) {
	.card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.card__item div.kakomi{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	/*ここまで*/

	background-color: #fff;
	box-sizing: border-box;
	z-index: 1;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1); /*薄めの影*/
}
.card__item div.cardtext {
	padding: 0 20px;
}
.card__item H4{
	padding: 5px 0 20px 0;
	font-size: clamp(18px, 1.8vw, 19px);
	line-height: 1.5;
	text-align: center;
	border-bottom: 2px dotted var(--main-color);
	letter-spacing: 0.05em;
	font-family: 'Noto Serif JP', serif;
}
.card__item p{
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
	text-align: justify;
	padding: 20px 0 5px 0;
}
.card__item img {
	z-index: 0;  /* 画像は背面に */
}
.card__item .image-wrap {
	position: relative;
	overflow: hidden;
}
.card__item .image-wrap .img {
	margin: 0;
}
.card__item .image-wrap img {
	display: block;
	width: 100%;
	height: auto;
}

.card__item .triangle-badge {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 85px;
	background-color: #452222cc;
	color: #fff;
	font-size: clamp(18px, 2vw, 25px);
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	text-shadow: #452222 1px 0 5px;
	text-align: left;
	padding: 7px 0 0 20px;
	box-sizing: border-box;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	line-height: 1.6;
	letter-spacing: 0.05em;
}

@media only screen and (max-width: 968px) {
	.card__item .triangle-badge {
		width: 70px;
		height: 75px;
		font-size: 18px;
		padding: 7px 0 0 15px;
	}
}

/*お墓をお探しの方（墓地・霊園選び）*/
.construction-repair_sec4 {
	padding: var(--v-space3) 0 var(--v-space2) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*ブリッジ*/
.bridge02 {
	padding: clamp(25px, 2vw, 60px) 0;
	position: relative;
	z-index: 1;
}
.bridge02::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #10421a9e;
	outline: 1px solid #ac9688;
	outline-offset: -10px;
}
.cr02 {
	background-image: url(../img/bg_02.jpg);
	background-size: cover;
	background-position: 100% 15%;
	background-repeat: no-repeat;
}

/* 見出し装飾 */
.puti2 {
	font-size: clamp(25px, 2.5vw, 28px);
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 30px auto;  /* ← ページ中央寄せ */
	display: flex;             /* ← これで中央寄せが効く */
	align-items: center;       /* ← 縦方向中央揃え（アイコンと文字） */
	justify-content: center;   /* ← 中身（アイコン＋文字）も中央に */
	gap: 0.3em;                /* アイコンと文字の間隔 */
}
/* アイコン擬似要素 */
.puti2:before,
.puti2:after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* 左アイコン */
.puti2:before {
	background-image: url("../icon/arrow_left2.svg");
}
.puti2:after {
	background-image: url("../icon/arrow_left2.svg");
	transform: scaleX(-1);
}
/* スマホ対応 */
@media (max-width: 568px) {
	.puti2 {
		text-align: center;
	}
}
/**/
.reason-list{
	max-width: 1150px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
/**/
.reason-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}
/**/
.reason-card {
	background-color: #f1f4ea;
	padding: 25px;
	transition: 0.3s ease;
	width: calc(25% - 15px);
	min-width: 230px;
	box-sizing: border-box;
	outline: 2px solid #fff;
	outline-offset: -0.8rem;
	position: relative;
	z-index: 1;
	border: 1px solid #c5ceb0;
}
@media (max-width: 1068px) {
	.reason-card {
		width: calc(50% - 20px); /* 2列 */
	}
}
@media (max-width: 568px) {
	.reason-card {
		width: 100%; /* スマホは1列 */
	}
}
/*印刷時*/
@media print{
	.reason-card {
		background-color: #f1f4ea;
		padding: 25px;
		transition: 0.3s ease;
		width: calc(25% - 15px);
		min-width: 230px;
		box-sizing: border-box;
		outline: 2px solid #fff;
		outline-offset: -0.8rem;
		position: relative;
		z-index: 1;
		border: 1px solid #c5ceb0;
	}
}
.reason-card:hover {
	background-color: #e0e6d4;
}
.reason-icon {
	text-align: center;
}
.reason-icon img {
	width: 160px;
	height: 100px;
	margin: 0 auto 10px auto;
}
.reason-card h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(14px, 1.4vw, 19px);
	color: #10431a;
	margin-bottom: 10px;
	text-align: center;
}
@media (max-width: 968px) {
	.reason-card h4 {
		font-size: clamp(16px, 1.7vw, 19px);
	}
}
.reason-card p {
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.4;
	color: #555;
	text-align: justify;
}




/*お墓の修理・リフォーム*/
.construction-repair_sec5 {
	padding: var(--v-space) 0 var(--v-space2) 0;
	background-color: #452222;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*flexで*/
.c-r-sec5-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 30px 0;
	box-sizing: border-box;
}
.c-r-sec5-container article {
	width: calc((100% - 40px) / 3);
	min-width: 250px; /* スマホで潰れすぎ防止 */
	padding: 15px;
	border-radius: 8px;
	background-color: #00000040;
	box-shadow: 0 8px 18px rgba(121, 121, 121, 0.1);
	box-sizing: border-box;
}

/* タブレット対応：2カラム */
@media only screen and (max-width: 1068px) {
	.c-r-sec5-container article {
		width: calc((100% - 20px) / 2);
	}
}

/* スマホ対応：1カラム */
@media only screen and (max-width: 668px) {
	.c-r-sec5-container {
		justify-content: center;
	}
	.c-r-sec5-container article {
		width: 100%;
	}
}

/* 印刷用 */
@media print {
	.c-r-sec5-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin: 30px 0;
		box-sizing: border-box;
	}
	.c-r-sec5-container article {
		width: calc((100% - 40px) / 3);
		box-sizing: border-box;
	}
}
.fuz-tit {
	margin: 10px auto;
	padding: 5px 10px 0 10px;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(16px, 1.7vw, 18px);
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}
.c-r-sec5-container p{
	font-size: clamp(13px, 1.4vw, 14px);
	font-weight: 400;
	line-height: 1.4;
	text-align: justify;
	padding: 5px 10px;
	color: #fff;
}

/* グリッド（3列 → 2列 → 1列） */
.kakomi-grid01 {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3列 */
	gap: 10px;
	width: 99%;
	margin: 20px auto;
}
.kakomi-grid01 p {
	background-color: #fff;
	padding: 4px 7px;
	font-size: clamp(14px, 1.3vw, 15px);
	text-align: center;
	border-radius: 7px;
	box-sizing: border-box;
}

/* --- ブレークポイント --- */

/* 968px以下 → 2列 */
@media (max-width: 968px) {
	.kakomi-grid01 {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* 568px以下 → 1列 */
@media (max-width: 568px) {
	.kakomi-grid01 {
		grid-template-columns: 1fr;
	}
}

/* 印刷時（3列固定） */
@media print {
	.kakomi-grid01 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		width: 99%;
		margin: 20px auto;
	}
}



/*リフォームキャンペーン*/
.promotional_sec{
	padding: 50px 0;
	background-image: url("../img/bg_06.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
.promotional_sec::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #00000085;
}

/*Check!*/
.spot_heading07 {
	position: relative; /* 親要素を相対位置に設定 */
}
.spot_heading07 span {
	position: absolute;
	font-family: "Corinthia", cursive;
	margin: 0;
	font-size: clamp(50px,10vw,80px);
	text-align: left;
	top: -20px; /* 調整が必要かもしれません */
	left: 0;
	transform-origin: left top;
	pointer-events: none;
	white-space: nowrap;
	font-weight: normal;
	color: #fff;
	opacity: 0.85;
	transform: rotate(-10deg);
	z-index: 3;
	-webkit-text-stroke: 5px #000;
	text-stroke: 5px #fff;
	paint-order: stroke;
}

/* トピックスの全体デザイン */
.topics-container {
	width: 100%;
	margin: 20px auto;
	padding: 20px;
	box-sizing: border-box;
	max-width: 1200px; /* 最大幅 */
	display: flex;
	justify-content: center;
}
/* トピックスボックス */
.topics-box {
	background-color: #000000a3;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
	width: 100%;
}
.topics-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
/* レスポンシブデザイン: スマホなど小さい画面向け */
@media (max-width: 768px) {
	.topics-container {
		padding: 10px;
	}
	.topics-box {
		padding: 20px 15px;
	}
}
/*印刷用*/
@media print{

}

/* タイトル */
.topics-title {
	font-size: clamp(23px, 2.5vw, 35px);
	font-weight: bold;
	color: #c1952d;
	margin-bottom: 12px;
	line-height: 1.3;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}

/* 親要素 */
.special-offer {
	display: flex;
	align-items: center;     /* 上下中央 */
	justify-content: center; /* 左右中央にまとめて配置 */
	padding: 20px;
	gap: 20px;               /* bubble と本文の間隔 */
	flex-wrap: wrap;
}
/* 吹き出し */
.bubble {
	background-color: #ff7f50;
	color: white;
	font-weight: bold;
	padding: 7px 17px;
	border-radius: 25px;
	font-size: 18px;
	line-height: 1.3;
	white-space: nowrap;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* 本文 */
.con {
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.3;
	color: #fff;
}

/* レスポンシブ（スマホは縦並び） */
@media (max-width: 768px) {
	.special-offer {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	.bubble {
		font-size: 15px;
	}
}

/*印刷時*/
@media print{

}



/*4つ*/
.general-item-container4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin: 30px 0;
}
@media (max-width: 868px) {
	.general-item-container4 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.general-item-container4 {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.general-item-container4 {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
		margin: 10px 0;
	}
}
.general-item4{
	background-color: #fff;
	border-radius: 7px;
	padding: 10px;
}
.general-item4 h4{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(16px, 1.7vw, 17px);
	line-height: 1.4;
	text-align: center;

	/* ★高さを固定して中央寄せする */
	height: 3.6em;
	display: flex;
	align-items: center;
	justify-content: center;

	/* ★上下のボーダー */
	border-top: 1px solid var(--accent-color2);
	border-bottom: 1px solid var(--accent-color2);
	padding: 4px 5px;

	margin: 10px 0;
}

.general-item4 p{
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.4;
	color: #555;
	text-align: justify;
}
.general-item4 p.f-12{
	font-size: 12px;
}




/*======= 墓じまい・お墓の引越しページ ======*/
.grave-relocation_sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*墓じまいとは*/
.grave-relocation_sec2 {
	padding: var(--v-space) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/**/
.trouble-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	max-width: 1200px;
	margin: 30px auto 30px auto;
}
.trouble-bubble {
	background: #ffffffe8;
	border-radius: 15px;
	padding: 1rem 1.2rem;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	position: relative;
	max-width: 280px;
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(15px, 1.7vw, 17px);
	font-weight: 600;
	color: var(--main-color);
	text-align: center;
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}
.trouble-bubble.show {
	animation: fadeSlideUp 0.8s ease-out forwards;
}
/* 順番にディレイをかける */
.trouble-bubble.show:nth-child(1) { animation-delay: 0.1s; }
.trouble-bubble.show:nth-child(2) { animation-delay: 0.2s; }
.trouble-bubble.show:nth-child(3) { animation-delay: 0.3s; }
.trouble-bubble.show:nth-child(4) { animation-delay: 0.4s; }
.trouble-bubble.show:nth-child(5) { animation-delay: 0.5s; }
.trouble-bubble.show:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeSlideUp {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/* レスポンシブ対応 */
@media (max-width: 568px) {
	.trouble-bubble {
		max-width: 100%;
	}
}
/*印刷対応*/
@media print {
	/* アニメーションやトランジションを無効化 */
	.trouble-bubble {
		opacity: 1 !important;
		transform: none !important;
		animation: none !important;
		transition: none !important;
	}
	/* IntersectionObserverでclass付与されていなくても表示されるように */
	.trouble-bubble:not(.show) {
		opacity: 1 !important;
		transform: none !important;
	}
}

/*一般的な墓じまいの流れ*/
.grave-relocation_sec3 {
	padding: 0 0 clamp(15px, 2vw, 20px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/**/
.spot-heading09{
	text-align: center;
	position: relative;
	top:-50px;
	display: block;
	z-index: 3;
	margin-bottom: -60px;
}

.spot-heading09 .heading-line {
	width: 1px;
	height: 100px;
	background-color: var(--main-color);
	margin: 0 auto;
}

.spot-heading09 p {
	position: relative;
	font-size: 33px;
	font-family: "Corinthia", cursive;
	line-height: 1.2;
	color: #96a8769e;
	margin: 5px 0;
}

.spot-heading09 h3 {
	position: relative;
	top:-13px;
	font-size: clamp(23px, 2.5vw, 27px);
	color: #444;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 25px;
}

h3.heading-decoration span.hnum {
	font-family: "WindSong", serif;
	font-size: clamp(50px, 6vw, 75px);
	font-weight: 400;
	line-height: 0.65;
	margin-right: 1vw;
	color: var(--accent-color2);
	opacity: 0.5;
}


/*納骨先の決定*/
.grave-relocation_sec4 {
	padding: 0 0 var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*flexで*/
.service-summary-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin: 30px 0;
	box-sizing: border-box;
}

.service-summary-container article {
	width: calc((100% - 60px) / 5); /* gap分引いた上で4分割 */
	min-width: 220px; /* スマホで潰れすぎ防止 */
	padding: 15px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 8px 18px rgba(121, 121, 121, 0.1);
	box-sizing: border-box;
	transition: transform 0.3s ease;
}
.service-summary-container article:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* タブレット対応：3カラム */
@media only screen and (max-width: 1268px) {
	.service-summary-container article {
		width: calc((100% - 30px) / 3);
	}
}
/* タブレット対応：2カラム */
@media only screen and (max-width: 868px) {
	.service-summary-container article {
		width: calc((100% - 15px) / 2);
	}
}
/* スマホ対応：1カラム */
@media only screen and (max-width: 568px) {
	.service-summary-container {
		justify-content: center;
	}
	.service-summary-container article {
		width: 100%;
	}
}

/* 印刷用 */
@media print {
	.service-summary-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
		margin: 30px 0;
		box-sizing: border-box;
	}
	.service-summary-container article {
		width: calc((100% - 60px) / 5);
		box-sizing: border-box;
	}
}
.service-summary-container p{
	font-size: clamp(13px, 1.4vw, 14px);
	font-weight: 400;
	line-height: 1.4;
	text-align: justify;
	padding: 5px 10px;
}


/*行政手続き*/
.grave-relocation_sec5 {
	padding: clamp(25px, 3vw, 40px) 0 var(--v-space3) 0;
	background-color: #f2f4ef;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*テーブル*/
table.tbl02 {
	margin: 10px 0 5px 0;
	box-sizing: border-box;
}
table.tbl02 tbody{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 20px;
}
@media (max-width: 868px) {
	table.tbl02 tbody{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}
}
table.tbl02 tbody tr{
	display: table;
	width: 100%;
}
table.tbl02 tr th {
	text-align: left;
	font-size: clamp(12px, 1.2vw, 13px);
	line-height: 1.4;
	padding: 5px 5px 5px 7px;
	border-bottom: 1px solid #d9d9d9;
	width: 10em;
	box-sizing: border-box;
}
table.tbl02 tr td {
	text-align: left;
	font-size: clamp(12px, 1.2vw, 13px);
	line-height: 1.4;
	padding: 5px;
	border-bottom: 1px solid #d9d9d9;
	box-sizing: border-box;
}
@media screen and (max-width: 568px) {
	table.tbl02 tr th {
		display: block;
		width: 100%;
		background-color: rgba(181, 181, 181, 0.25);
	}
	table.tbl02 tr td {
		display: block;
		width: 100%;
	}
}
/*印刷用*/
@media print{
	table.tbl02 tbody{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0 20px;
	}
}

/*閉眼供養（魂抜き）とお骨の取り出し*/
.grave-relocation_sec6 {
	padding: clamp(25px, 3vw, 40px) 0 var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*墓石の撤去と更地返還*/
.grave-relocation_sec7 {
	padding: clamp(25px, 3vw, 40px) 0 var(--v-space3) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*お墓のお引越し*/
.grave-relocation_sec8 {
	padding: var(--v-space) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}


/*ご相談の流れ*/
.flow_sec {
	padding: 0 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
	background-size: 6px 6px;
	background-image: repeating-linear-gradient(0deg, #9fc4a529, #9fc4a529 1px, #fff 1px, #fff);
}

/*======= FLOW ======*/
/* 各ステップ */
.step {
	display: flex;
	align-items: flex-start;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
	position: relative;
	margin-bottom: 20px;
}

/* ステップ番号 */
.step-number {
	font-size: 24px;
	font-weight: bold;
	color: var(--sub-color1);
	/*background-color: #007acc;
	width: 40px;
	height: 40px;*/
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	flex-shrink: 0;
	font-family: 'Noto Serif JP', serif;
	color: var(--accent-color1);
	line-height: 1;
}

/* コンテンツ */
.step-content {
	display: flex;
	flex-direction: column;
}

.step-content h4 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}

/* PC 横並び対応 */
@media(min-width: 769px) {
	.haba {
		flex-direction: column;
	}
	.step {
		display: flex;
		align-items: center;
	}
	.step-content {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}
	.step-content h4 {
		min-width: 250px; /* 最大文字幅＋余白でp開始位置を揃える */
		margin: 0;
	}
	.step-content p {
		margin: 0 0 0 20px; /* 左マージンで読みやすさ確保 */
		flex: 1;
	}
}

/* スマホ対応 */
@media(max-width: 768px) {
	.step {
		flex-direction: row;
	}
	.step-number {
		margin-right: 15px;
	}
	.step-content {
		flex-direction: column;
	}
	.step-content h4 {
		margin-bottom: 10px;
	}
	.step-content p {
		margin: 0;
	}
}





/*======= よくある質問ページ ======*/
.faq_sec {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
div.faq-in{
	padding: 0;
}
/*枠付きデザイン*/
.onecours{
	background-color: #f2f2f296;
	padding: 15px 25px 15px 20px;
	margin: 0 0 17px 0;
	font-size: clamp(15px, 1.5vw, 16px);
	/*border: 1px #f0efdd solid;*/
	font-family: 'Noto Serif JP', serif;
}
.faq-item {
	display: grid;
	grid-template-columns: 1.5em 1fr;
	column-gap: 10px;
	row-gap: 10px;
}
.faq-label {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.5;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
	align-self: start;	/* lavelを上揃えに */
	padding: 0 1px 3px 1px;
}
.faq-label.q {
	/*background-color: #71a49d;*/
	color: #607932;
}
.faq-label.a {
	/*background-color: var(--accent-color3);*/
	color: var(--accent-color3);
}
.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.5;
	text-align: justify;
}
.faq-question {
	font-weight: bold;
	color: var(--main-color);
}
.faq-answer {
	color: #555;
}
hr.faqHr{
	height: 0px;
	border-bottom: 1px dotted #7b7b7b;
	margin: 10px auto;
}



