@charset "utf-8";

/* font */
.lh13{ line-height: 1.3!important;}
.lh15{ line-height: 1.5!important;}
.nt_srf_m{font-family: "Noto Serif JP", serif; font-weight: 500;}
.nt_sns_m{font-family: "Noto Sans JP", sans-serif; font-weight: 500;}
.nt_sns_b{font-family: "Noto Sans JP", sans-serif; font-weight: 700;}
.znmg_m{font-family: "Zen Maru Gothic", serif; font-weight: 500;}
.znmg_b{font-family: "Zen Maru Gothic", serif; font-weight: 700;}

/* レコメンド対応 */
div#app-recommend{ width: 100%;}


#bread-crumb {
	background-color: #fff;
}
#funeral-content-wrap {
	width: 100%;
}
#funeral-content-main {
	background-color: #fff;
	color: #000;
}
#funeral-content-main h1 {
	padding: 0;
}
#funeral-content-main .row {
	padding: 20px 10px;
	max-width: 700px;
}
.red {
	color: #CF000D;
}

.main_visual {
	text-align: center;
	background-color: #cdcdcd;
}
.contents {
	background-color: #F2ECD1;
}
.lead {
	padding: 80px 10px;
	text-align: center;
}
.section {
	padding: 80px 0;
	border-bottom: 1px dashed #CF000D;
}
.section:nth-of-type(6),
.section:last-of-type {
	border-bottom: none;
}
.title_wrap {
	display: flex;
	margin-bottom: 40px;
	align-items: center;
}
.title_wrap_name {
	width: 145px;
	height: 145px;
	align-content: center;
	margin-right: 20px;
	color: #fff;
	font-size: 20px;
	position: relative;
	z-index: 0;
}
.title_wrap_name:before {
	content: "";
	position: absolute;
	width: 145px;
	height: 145px;
	background-color: #CF000D;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	z-index: -1;
}
.title_wrap_text {
	width: calc(100% - 165px);
}
.img {
	margin-bottom: 40px;
}
.img_cap {
	max-width: 450px;
	margin: 40px auto;
}
.osusume {
	background-color: #fff;
	padding: 40px;
}
.osusume_title {
	padding-bottom: 20px;
	border-bottom: 1px dashed #CF000D;
}
.osusume .title_wrap {
	padding-top: 40px;
}
.osusume .title_wrap_name,
.osusume .title_wrap_name:before {
	width: 110px;
	height: 110px;
}
.osusume .title_wrap_text {
	width: calc(100% - 110px);
}
.comment {
	display: flex;
	justify-content: center;
	padding-bottom: 80px;
	max-width: 600px;
	margin: 0 auto;
}
.comment_img {
	width: 30%;
	text-align: center;
	margin-right: 20px;
}
.comment_text {
	width: 70%;
}
.comment_title {
	margin-top: 100px!important;
	margin-bottom: 100px;
	font-size: 22px;
	position: relative;
	z-index: 0;
}
.comment_title:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 200px;
	background: url(/tsuhanseikatsu/202405-funeral/assets/images/fukidashi.png) no-repeat center top;
	background-size: 100% 100%;
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.btn>* {
	background-color: #CF000D;
	margin: 40px 0 0;
}


@media screen and (max-width: 767px) {
	.lead {
		text-align: left;
		padding: 40px 20px;
	}
	#funeral-content-main .row {
		padding: 0 20px;
	}
	.section {
		padding: 40px 0;
	}
	.title_wrap {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.title_wrap_text {
		width: 100%;
		padding-top: 10px;
	}
	.title_wrap_name {
		width: 115px;
		height: 115px;
		font-size: 16px;
		margin-right: 0;
	}
	.title_wrap_name:before {
		width: 115px;
		height: 115px;
	}
	.img_cap {
		width: 80%;
		margin: 20px auto;
	}
	.img {
		margin-bottom: 20px;
	}
	.osusume {
		padding: 20px;
	}
	.osusume_title {
		padding-bottom: 10px;
	}
	.osusume .title_wrap {
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.osusume .title_wrap_text {
		width: 100%;
	}
	.osusume .title_wrap_name,
	.osusume .title_wrap_name:before {
		width: 100px;
		height: 100px;
	}
	.comment {
		max-width: 400px;
		align-items: center;
		padding-bottom: 40px;
	}
	.comment_img {
		margin-bottom: 10px;
	}
	.comment_title {
		padding: 0 10px;
		margin-top: 30px!important;
		margin-bottom: 30px;
		font-size: 18px;
	}
	.comment_title:before {
		width: 110%;
		height: 120px;
	}
	.btn>* {
		margin-top: 10px;
	}
}
@media screen and (max-width: 499px){
	

}

