@charset "utf-8";
/* CSS Document */
/*========================
共通
========================*/
h1,h2,h3,h4,h5,p,a,li,dt,dd,strong,small,span,div,button {
	color: #222;
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
}
span.under {
	background: linear-gradient(transparent 60%,#ff9 60%);
	font-weight: 700;
	padding: 0 2px;
}
strong {
	font-weight: bold;
}
.sp_block {
	display: none!important;
}
.right_txt {
	text-align: right;
	font-size: 14px;
	margin-top: 5px;
	color: #666;
}
p {
	margin: 0;
}
/*========================
FV
========================*/
#fv {
	padding: 30px;
	margin-top: 2em;
	background:#fff7fa;
	background-image: url("../img2/fv_bg.png");
	background-position: top right;
	background-repeat: no-repeat;
}
#fv .fv_con {
	width: 60%;
}
#fv h1 {
	font-family: "Noto Serif JP", serif;
	font-size: 33px;
	font-weight: 700;
	line-height: 1.3;
	color:#db5e81;
}
#fv .fv-sub-txt,
#fv .fv-sub-txt2 {
	font-size: 18px;
	line-height: 1.8;
	color: #555;
	margin-top: 1em;
}
#fv .fv-sub-txt2 {
	margin-top: 0.5em;
}
#fv_cta {
	margin-top: 1.5em;
	padding: 2em 1.8em;
	border: 10px solid #f5e9ee;
	border-radius:12px;
	background:#fff7fa;
}
#fv_cta .cate-txt {
	margin-bottom: 1.3em;
	text-align: center;
	font-size: 18px;
}
#fv_cta .flexbox {
	margin-top: 0;
	flex-wrap: wrap;
	gap: 20px;
}
#fv_cta .flexbox div {
	width: calc(50% - 20px);
	text-align: center;
}
#fv_cta .flexbox div a {
	display: block;
	padding: 15px 10px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	transition: all 0.25s ease;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
#fv_cta .flexbox .item-btn a {
	background:#db5e81;
	border:2px solid #db5e81;
	color:#fff;
}
#fv_cta .flexbox .flow-btn a {
	background:#fff;
	border:2px solid #db5e81;
	color:#db5e81;
}
#fv_cta .flexbox div a:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}

/*========================
メインコンテンツ
========================*/
.contents_box {
	margin: 1em auto;
	padding: 1.5em;
	border: 1px solid #ccc;
}
.cate {
	margin-bottom: 2em;
}
h2.cate-title {
	border: none;
	border-radius: 0;
	background: none;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #222;
	padding: 0 0 5px 0;
}
.cate .txt-source {
	margin:0;
	padding: 0 0 0.5em;
	line-height: 1.75;
}
.cate .cate-txt {
	margin: 0;
	padding: 0 0 0.5em;
	line-height: 1.75;
}

/*========================
こんなお悩みありませんか
========================*/
.worries-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.worries-card {
	width: calc((100% - 60px) / 4);
	padding: 24px 16px;
	border: 1px solid #eee;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
	text-align: center;
	transition: .3s;
}
.worries-card:hover {
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.worries-icon {
	width: 128px;
	height: 128px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: #fff5f8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.worries-icon img {
	width: 92px;
	height: 92px;
}
.worries-card-txt {
	text-align: center;
	line-height: 1.8;
	font-size: 14px;
}
#worries .cate-txt {
	margin-top: 1.5em;
	padding: 15px 20px;
	border-radius: 10px;
	border: 4px dashed #e8dfe2;
	position: relative;
	z-index: 0;
}
#worries .cate-txt::before {
	content: url("../img2/bg_icon.png");
	width: 80px;
	shape-margin: 80px;
	position: absolute;
	bottom: 0;
	right: 30px;
	z-index: -1;
}

/*========================
選ばれる理由
========================*/
.reason-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 26px;
}
.reason-card {
	width: calc((100% - 52px) / 3);
	background: #fff;
	border-radius: 20px;
	padding: 34px 24px;
	text-align: center;
	box-shadow: 0 6px 16px rgba(0,0,0,0.05);
	transition: all 0.25s ease;
	position: relative;
}
.reason-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 28px rgba(0,0,0,0.10);
}
.reason-icon {
	width: 140px;
	height: 140px;
	margin: 0 auto 16px;
	background: rgba(219, 94, 129, 0.10);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.reason-icon img {
	width: 100px;
	height: 100px;
}
.reason-title {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	margin-bottom: 10px;
}
.reason-txt {
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	color: #555;
}
.reason-txt br {
	line-height: 2;
}
.reason-txt span {
	font-size: 20px;
	font-weight: 700;
	color: #db5e81;
}
.reason-card:hover .reason-icon {
	background: rgba(219, 94, 129, 0.18);
	transform: scale(1.03);
	transition: all 0.25s ease;
}
.achievements {
	margin-top: 1em;
	background: rgba(219, 94, 129, 0.18);
	border-top: 1px solid #db5e81;
	border-bottom: 1px solid #db5e81;
	text-align: center;
	padding: 20px 16px;
}
.achievements .main-txt {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}
.achievements .main-txt span {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0 4px;
}
.achievements .sub-txt {
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 5px;
	margin-bottom: 0;
}

/*========================
料金について
========================*/
#price .flexbox {
	align-items: stretch;
	gap: 20px;
}
#price .flexbox .cate-box {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(50% - 20px);
	text-align: center;
	padding: 20px 20px 30px 20px;
	border: 2px solid #f0d7df;
}
#price .box-txt {
	text-align: center;
	font-size: 18px;
}
#price .price-txt {
	text-align: center;
	color: #db5e81;
	font-size: 24px;
	line-height: 1;
	margin-top: 5px;
}
#price .price-txt strong {
	font-size: 2.3em;
	font-weight: bold;
	color: #db5e81;
}
.included-box {
	margin-top: 2em;
	padding: 25px 20px 20px;
	position: relative;
	border-radius: 10px;
	border: 4px dashed #e8dfe2;
}
.included-title {
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	font-weight: bold;
	color: #555;
	font-size: 18px;
	position: absolute;
	top: -18px;
	left: 10px;
}
.included-box ul {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.included-box ul li {
	width: calc((100% - 96px) / 5);
	margin: 0;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #eaeaea;
}
.included-box figure {
	margin: 0;
}
.included-box img {
	max-width: 80px;
	width: 100%;
	margin: 0 auto;
}
.included-box figcaption {
	margin-top: 5px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #db5e81;
}
.c-txt {
	font-size: 14px;
	margin-top: 10px;
	color: #555;
}

/*========================
お支払いについて
========================*/
.paymant {
	background-color: #f9f9f9;
	padding: 1em;
}
.paymant .available-title {
	margin: 0;
	text-align: center;
	font-size: 1.4rem;
	padding: 0 0 .5em;
}
.paymant .flexbox div {
	width: calc(96% / 3);
	background-color: #fff;
	border-radius: 6px;
	padding: .75em 1em;
}
.paymant .flexbox div h3 {
	padding: 0;
	border-radius: 0;
	background: none;
	border: none;
	text-align: center;
	font-size: 1.1rem;
	margin: 0 0 5px 0;
}
.paymant .flexbox div p {
	text-align: center;
}
.paymant .flexbox div p a {
	color: blue;
}
.paymant .flexbox div p a:hover {
	color: #333;
}

/*========================
申込から供養までの流れ
========================*/
#flow .flow-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
#flow .flow-card {
	width: calc((100% - 90px) / 3);
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #efc8d3;
	transition:.25s;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
#flow .flow-card:not(:nth-child(3)):not(:nth-child(6))::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	margin: auto;
	background-color: rgba(219,94,129,0.8);
	width: 25px;
	height: 25px;
	clip-path: polygon(40% 0, 90% 50%, 40% 100%, 30% 90%, 70% 50%, 30% 10%);
}
#flow .flow-card:hover {
	transform:translateY(-4px);
	border-color:#db5e81;
}
#flow .catch {
	display: inline-block;
	margin: 0 0 15px;
	padding: 5px 14px;
	background: #db5e81;
	border-radius: 999px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
#flow .flow-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}
#flow img {
	max-width: 80px;
	width: 100%;
}
#flow .flow-txt {
	margin-top: 15px;
	font-size: 14px;
	color: #555;
	text-align: center;
	line-height: 1.8;
}
#flow .sub-txt {
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}

/*========================
当日準備するもの
========================*/
#preparation {
	margin-top: 2em;
}
#preparation .p-item-list {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
#preparation .p-card {
	width: calc((100% - 60px) / 4);
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #f0d5de;
	box-shadow: 0 3px 10px rgba(0,0,0,0.04);
	text-align: center;
	transition:.25s;
}
#preparation .p-card:hover {
	transform:translateY(-3px);
	box-shadow:0 8px 18px rgba(0,0,0,.08);
}
#preparation .p-card img {
	max-width: 80px;
	width: 100%;
	margin: 0 auto;
}
#preparation .p-card .p-txt {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #555;
	line-height: 1.8;
}
#preparation .caution-box {
	margin-top: 20px;
	background-color: #fff7f9;
	border: 1px solid #f4d6df;
	border-radius: 10px;
	padding: 20px 24px;
}
#preparation .c-title {
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 600;
}
#preparation .c-list {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}
#preparation .c-list li {
	width: calc(50% - 20px);
	position:relative;
	padding-left: 25px;
	line-height:1.8;
}
#preparation .c-list li::before {
	content:"\2714";
	position:absolute;
	left:0;
	top:-2px;
	font-size:18px;
	font-weight:700;
	color:#db5e81;
}

/*========================
FAQ
========================*/
.faq-accordion .item {
	border-bottom: 1px solid #ddd;
}
.faq-accordion .question {
	width: 100%;
	padding: 20px 20px 20px 60px;
	background: none;
	border: none;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.faq-accordion .icon {
	font-size: 24px;
	line-height: 1;
	transition: transform 0.3s ease;
	flex-shrink: 0;
	margin-left: 10px;
}
.faq-accordion .answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}
.faq-accordion .answer-inner {
	padding: 0 20px 20px 60px;
	line-height: 1.8;
	position: relative;
}
.faq-accordion .question::before,
.faq-accordion .answer-inner::before {
	content: "";
	width: 35px;
	height: 35px;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	left: 10px;
}
.faq-accordion .question::before {
	content: "Q";
	top: 20px;
	background-color: #fff7fa;
	color: #222;
}
.faq-accordion .answer-inner::before {
	content: "A";
	top: 0;
	background-color: #db5e81;
	color: #fff;
}
.faq-accordion .item.active .question {
	color: #333;
}
.faq-accordion .answer-inner a {
	text-decoration: underline;
	text-underline-offset: 2px;
}
.faq-accordion .answer-inner a:hover {
	opacity: .75;
}
.common_footer .flex_box {
	justify-content: center;
	gap: 20px;
}

@media screen and (max-width: 480px) {
	.sp_none {
		display: none!important;
	}
	.sp_block {
		display: block!important;
	}
	h1, h2, h3, h4, h5, p, a, li, dt, dd, strong, small, span, div, button {
		font-size: 18px;
	}
	a {
		text-decoration: none;
	}
	.head-title {
		font-size: 16px;
		text-align: center;
		font-weight: 600;
		color: #fff;
		background-color: #7d2349;
	}
	.right-txt {
		text-align: right;
	}
	img {
		display: block;
	}
	.breadcrumb a,
	.breadcrumb span,
	.breadcrumb li::after{
		font-size: 14px;
	}
	.right_txt {
		font-size: 14px;
		margin-top: 10px;
		margin-right: 20px;
		text-align: right;
	}
	#fv {
		margin-top: 0;
		padding: 0;
		background-position: 70% top;
		background-size: cover;
		position: relative;
	}
	#fv::before {
		content: "";
		position: absolute;
		inset: 0;
		background: rgba(255,255,255,0.6);
	}
	#fv .fv_con {
		width: 100%;
		padding: 50px 20px;
		position: relative;
		z-index: 1;
	}
	#fv .fv-sub-txt,
	#fv .fv-sub-txt2 {
		color: #333;
	}
	#fv_cta {
		padding: 1.5em 1em;
	}
	#fv_cta .cate-txt {
		font-size: 20px;
		font-weight: 500;
	}
	#fv_cta .flexbox div {
		width: calc(50% - 10px);
	}
	.contents_box {
		margin: 1em 20px auto;
		padding: 1em 10px;
	}
	h2.cate-title {
		font-size: 1.4em;
	}
	.worries-card {
		width: calc((100% - 20px) / 2);
	}
	.worries-card-txt {
		font-size: 16px;
	}
	.reason-list {
		gap: 10px;
	}
	.reason-card {
		width: calc(50% - 10px);
		padding: 10px;
		border-radius: 5px;
		border: 1px solid #e7e0d6;
	}
	.reason-txt {
		font-size: 16px;
	}
	#price .flexbox {
		flex-wrap: wrap;
	}
	#price .flexbox .cate-box {
		width: 100%;
	}
	.included-box ul li {
		width: calc((100% - 24px) / 2);
	}
	.included-box figcaption {
		font-size: 16px;
	}
	.included-title {
		top: -19px;
		font-size: 20px;
	}
	#flow .flow-card {
		width: 100%;
	}
	#flow .flow-card:not(:nth-child(3)):not(:nth-child(6))::before {
		background: transparent;
	}
	#flow .flow-card:not(:nth-child(6))::after {
		content:"";
		position:absolute;
		left:50%;
		bottom:-18px;
		width:12px;
		height:12px;
		border-right:3px solid #db5e81;
		border-bottom:3px solid #db5e81;
		transform:translateX(-50%) rotate(45deg);
	}
	#flow .catch {
		font-size: 16px;
	}
	#flow .flow-title {
		font-size: 22px;
	}
	#flow .flow-txt {
		font-size: 16px;
	}
	#flow .sub-txt {
		text-align: left;
	}
	#preparation .p-card {
		width: calc((100% - 20px) / 2);
	}
	#preparation .p-card .p-txt {
		font-size: 16px;
	}
	#preparation .c-title {
		font-size: 22px;
		text-align: center;
	}
	#preparation .c-list li {
		width: 100%;
	}
	#faq {
		margin-bottom: 0;
	}
	.paymant .available-title {
		font-size: 1.1em;
	}
	.paymant .flexbox {
		flex-wrap: wrap;
	}
	.paymant .flexbox div {
		width: 100%;
		margin-bottom: 0.5em;
	}
	.portrait {
		max-width: 200px;
		width: 100%;
		margin: 0 auto 10px;
	}
	.common_footer {
		background-color: #517d99;
		padding-bottom: 62px;
	}
	.common_footer a {
		display: block;
		padding: 15px 20px;
		color: #fff;
		border-top: 1.5px solid #fff;
	}
	.common_footer li:last-child a {
		border-bottom: 1px solid #fff;
	}
	.common_footer a:hover {
		color: yellow;
	}
}