@charset "utf-8";
/* CSS Document */
:root {
	--accent: #946243;
}
.fv-img {
	width: 31%;
}
.fv-catch {
	background: var(--accent);
}
.sec-title span {
	color: var(--accent);
}
.cate {
	padding: 60px 0;
}
.cate-txt {
	font-size: 16px;
	line-height: 1.8;
}

#about,
#price,
#related {
	background-color: var(--bg-gray);
}


/*=========================
こんなお悩みありませんか？
=========================*/
#concerns {
	margin-top: 40px;
	background-color: #f5f5f5;
}
#concerns .flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
#concerns .concerns-card {
	width: calc((100% - 60px) / 3);
	padding: 24px 20px;
	border-radius: 4px;
	background-color: #fff;
	transition: .3s;
}
#concerns .concerns-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0,0,0,.08);
}
#concerns .icon-img {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 120px;
	width: 100%;
	height: auto;
	margin: 0 auto 15px;
	overflow: auto;
	border-radius: 0;
	border: none;
	box-shadow: none;
}
#concerns .icon-img img {
	display: block;
	width: 120px;
	object-fit: contain;
}
#concerns .card-txt {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	color: #555;
	letter-spacing: 0.5px;
}
#concerns .concerns-main-txt {
	margin-top: 40px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
}

/*=========================
お仏壇の引越しとは
=========================*/
#about .cate-txt {
	text-align: center;
}
#about .cate-box {
	margin-top: 40px;
	padding: 24px 20px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background-color: #fff;
}
#about h3 {
	font-size: 22px;
	font-weight: bold;
	color: var(--main-color);
	padding-bottom: 10px;
	border-bottom: 2px solid var(--accent);
	margin-bottom: 20px;
}
#about .cate-box .flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
#about .cate-box .flexbox .main-txt {
	width: calc(68% - 30px);
	line-height: 1.8;
}
#about .cate-box .flexbox .img-box {
	width: 32%;
}
#about .cate-box .about-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px;
}
#about .cate-box .about-card {
	width: calc((100% - 48px) / 3);
	padding: 24px 20px;
	border-radius: 4px;
	border: 1px solid #ddd;
}
#about .cate-box .about-card h4 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: var(--main-color);
	margin-bottom: 15px;
}
#about .cate-box .about-card .img-icon {
	max-width: 120px;
	width: 100%;
	margin: 0 auto;
}
#about .cate-box .about-card .about-card-txt {
	margin-top: 20px;
	font-size: 14px;
	color: #555;
	line-height: 1.7;
}
#about .about-check-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 24px;
	padding: 30px;
	border-radius: 4px;
	background: #f8f4f1;
}
#about .about-check-list li {
	width: calc(50% - 12px);
	padding: 0 0 10px 30px;
	border-bottom: 1px dashed var(--accent);
	position: relative;
}
#about .about-check-list li::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url("../img/check-icon.svg") no-repeat center / contain;
	position: absolute;
	top: 3px;
	left: 0;
}

#about .box-txt {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
}

/*=========================
実績紹介
=========================*/
#history .cate-txt {
	text-align: center;
}
.history-table {
	width: 90%;
	border-collapse: collapse;
	margin: 40px auto 0;
}
.history-table th,
.history-table td {
	padding: 18px 20px;
	border: 1px solid #ddd;
	text-align: left;
	vertical-align: middle;
	line-height: 1.7;
}
.history-table th {
	background-color: #f5eee9;
	font-weight: 600;
	text-align: center;
}
.history-table td:first-child {
	width: 150px;
	text-align: center;
	white-space: nowrap;
}
.history-table td:last-child {
	width: 180px;
	white-space: nowrap;
	text-align: center;
}

/*=========================
料金について
=========================*/
#price .cate-txt {
	text-align: center;
}
#price .price-box {
	margin-top: 40px;
	padding: 24px 20px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #ddd;
}
#price h3 {
	font-size: 22px;
	font-weight: bold;
	color: var(--main-color);
	padding-bottom: 10px;
	border-bottom: 2px solid var(--accent);
	margin-bottom: 15px;
}
#price .box-txt {
	line-height: 1.8;
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
}
.price-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.price-table {
	min-width: 700px;
	width: 100%;
	border-collapse: collapse;
}
.price-table th,
.price-table td {
	border: 1px solid #ddd;
	padding: 15px;
	text-align: center;
	line-height: 1.7;
}
.price-table thead th {
	background-color: var(--accent);
	color: #fff;
	font-weight: bold;
}
.price-table tbody th {
	background-color: #f8f8f8;
	font-weight: bold;
	color: var(--main-color);
}
.price-table td span {
	font-size: 1.5em;
	font-weight: bold;
	color: #d9534f;
}
.price-b {
	font-size: 1.3em;
	padding: 0 3px;
}
.price-red {
	font-size: 1.5em;
	color: #d9534f;
	padding-right: 3px;
}
.price-check-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 24px;
	padding: 15px 30px 30px 30px;
	border-radius: 4px;
	background: #f8f4f1;
}
.price-check-list li {
	width: calc(50% - 12px);
	padding: 8px 0 15px 30px;
	border-bottom: 1px dashed var(--accent);
	position: relative;
	font-size: 15px;
}
.price-check-list li::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url("../img/check-icon.svg") no-repeat center / contain;
	position: absolute;
	top: 10px;
	left: 0;
}

/*=========================
関連サービス
=========================*/
#related .cate-txt {
	text-align: center;
}
#related .related-list {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px;
}
#related .related-list li {
	width: calc((100% - 48px) / 3);
}
#related .related-list li a {
	display: block;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background-color: #fff;
	transition: .3s;
	text-align: center;
}
#related .related-list li a:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
#related .related-img {
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}
#related .related-img img {
	transition: .3s;
}
#related .related-list li a:hover .related-img img {
	transform: scale(1.05);
}
#related .related-title {
	margin-top: 10px;
	font-size: 22px;
	font-weight: bold;
	color: var(--main-color);
}
#related .related-txt {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
	font-size: 15px;
	color: #555;
}

#related .more-btn {
	display: inline-block;
	padding: 12px 50px;
	border-radius: 999px;
	background-color: var(--accent);
	color: #fff;
	font-weight: bold;
	transition: .3s;
	border: 2px solid var(--accent);
	position: relative;
}
#related .more-btn::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin: auto;
	background-color: #fff;
	width: 15px;
	height: 15px;
	clip-path: polygon(40% 0, 90% 50%, 40% 100%, 30% 90%, 70% 50%, 30% 10%);
	transform: translateY(-50%);
	transition: transform .25s ease;
}
#related .related-list li a:hover .more-btn {
	background-color: #fff;
	color: var(--accent);
}
#related .related-list li a:hover .more-btn::before {
	background-color: var(--accent);
}

/*=========================
涙そうそうが選ばれる理由
=========================*/
#reason .reason-box {
	display: flex;
	align-items: center;
	gap: 60px;
	margin-top: 40px;
	padding: 40px 50px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
}
#reason .reason-box:nth-of-type(even) {
	flex-direction: row-reverse;
}
#reason .txt-box {
	flex: 1;
}
#reason .txt-box .reason-number {
	font-weight: bold;
	color: var(--accent);
	font-size: 3em;
	line-height: 1.2;
}
#reason .txt-box .reason-title {
	font-size: 24px;
}
#reason .txt-box .reason-txt {
	font-size: 16px;
	line-height: 1.8;
}
#reason .img-box {
	width: 300px;
	flex-shrink: 0;
}
#reason .img-box img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 4px;
}

/*=========================
お仏壇の引越しで確認しておきたいこと
=========================*/
#points .cate-txt {
	text-align: center;
}
#points .point-box {
	margin-top: 40px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 40px 50px;
	display: flex;
	align-items: center;
	gap: 60px;
}
#points .point-box:nth-of-type(even) {
	flex-direction: row-reverse;
}
#points .point-box .txt-box {
	flex: 1;
}
#points .point-box .txt-box .point-title {
	font-size: 24px;
	font-weight: bold;
	color: var(--main-color);
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid var(--accent);
	line-height: 1.5;
}
#points .point-box .txt-box .point-txt {
	font-size: 16px;
	line-height: 1.8;
}
#points .point-box .point-img {
	width: 300px;
	flex-shrink: 0;
	border-radius: 4px;
	overflow: hidden;
}

/*=========================
ご利用の流れ
=========================*/
#flow .cate-txt {
	text-align: center;
}
#flow .flow-content-box {
	padding-top: 40px;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 30px;
}
#flow .flow-content-box::before {
	content: "";
	width: 1px;
	height: 100%;
	border-left: 1px dashed #999;
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 0;
}
#flow .flow-content-box:first-of-type::before {
	height: calc(100% - 40px);
	top: 40px;
}
#flow .flow-content-box:last-of-type::before {
	height: 40px;
}
#flow .step-number {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background-color: var(--accent);
	position: relative;
	z-index: 1;
}
#flow .flow-inner {
	width: calc(100% - 90px);
	padding: 24px 20px;
	border-radius: 4px;
	border: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px;
	background-color: #fff;
}
#flow .flow-inner .img-box {
	width: 40%;
	aspect-ratio: 16 / 9;
	border-radius: 4px;
	overflow: hidden;
	order: 2;
}
#flow .flow-inner .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#flow .flow-inner .txt-box {
	width: calc(60% - 24px);
}
#flow .step-label {
	display: inline-block;
	padding: 8px 20px 5px;
	border-radius: 999px;
	color: #fff;
	background: var(--accent);
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}
#flow .flow-title {
	margin-top: 10px;
	font-size: 22px;
	color: var(--main-color);
	padding-bottom: 10px;
	border-bottom: 2px solid var(--accent);
}
#flow .flow-txt {
	margin-top: 20px;
	line-height: 1.8;
}


/*=========================
よくある質問
=========================*/
.faq-icon::before,
.faq-icon::after {
	background-color: var(--accent);
}
.faq-item summary::before {
	color: var(--accent);
}

/*=========================
CTA
=========================*/
.cta {
	padding: 40px 0 0 0;
}

/* =====================================
SP
===================================== */
@media screen and (max-width:768px){
	.fv-img {
		width: 90%;
	}
	.sec-title {
		font-size: 24px;
	}
	#concerns .flexbox {
		justify-content: flex-start;
		gap: 20px;
	}
	#concerns .concerns-card {
		width: calc(50% - 10px);
	}
	#concerns .card-txt {
		font-size: 14px;
		letter-spacing: 0;
	}
	#concerns .concerns-main-txt {
		margin-top: 20px;
		font-size: 18px;
		letter-spacing: 0;
	}
	#reason .reason-box {
		display: block;
		padding: 24px 20px;
		margin-top: 30px;
	}
	#reason .txt-box .reason-txt {
		margin-bottom: 20px;
	}
	.hikkoshi-support-list {
		grid-template-columns: 1fr;
	}
	#about .cate-txt {
		text-align: left;
	}
	#about .cate-box .flexbox .main-txt {
		width: 100%;
		order: 2;
	}
	#about .cate-box .flexbox .img-box {
		width: 100%;
		order: 1;
	}
	#about .cate-box .about-card {
		width: 100%;
	}
	#about .about-check-list {
		padding: 15px;
	}
	#about .about-check-list li {
		width: 100%;
	}
	#history .cate-txt {
		text-align: left;
	}
	.history-table {
		display: block;
		width: 100%;
		margin-top: 25px;
	}
	.history-table thead {
		display: none;
	}
	.history-table tbody,
	.history-table tr,
	.history-table td {
		display: block;
		width: 100%;
	}
	.history-table tr {
		margin-bottom: 20px;
		border: 1px solid #ddd;
		border-radius: 10px;
		overflow: hidden;
		background-color: #fff;
	}
	.history-table td {
		border: none;
		padding: 10px;
		font-size: 14px;
		border-bottom: 1px solid #ddd;
	}
	.history-table td:last-child {
		border-bottom: none;
	}
	.history-table td::before {
		display: block;
		font-size: 14px;
		font-weight: 600;
		color: #946243;
		margin-bottom: 5px;
	}
	.history-table td:nth-child(1)::before {
		content: "対応年月";
	}
	.history-table td:nth-child(2)::before {
		content: "処分・供養内容";
	}
	.history-table td:nth-child(3)::before {
		content: "対応地域";
	}
	.history-table td:first-child,
	.history-table td:last-child {
		width: auto;
		text-align: left;
		white-space: normal;
	}
	
	#price .cate-txt {
		text-align: left;
	}
	.price-table th,
	.price-table td {
		padding: 12px 10px;
		font-size: 14px;
	}
	.price-table td span {
		font-size: 1.4em;
	}
	.price-check-list {
		padding: 10px;
	}
	.price-check-list li {
		width: 100%;
	}
	#price .box-txt {
		text-align: left;
	}
	#flow .cate-txt {
		text-align: left;
	}
	#flow .flow-content-box {
		gap: 10px;
	}
	#flow .flow-inner {
		width: calc(100% - 60px);
	}
	#flow .flow-inner .img-box {
		width: 100%;
		order: inherit;
	}
	#flow .flow-inner .txt-box {
		width: 100%;
	}
	#flow .step-number {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	#related .cate-txt {
		text-align: left;
	}
	#related .related-list li {
		width: 100%;
	}
	#points .cate-txt {
		text-align: left;
	}
	#points .point-box {
		display: block;
		padding: 24px 20px;
		margin-top: 30px;
	}
	#points .txt-box .point-txt {
		margin-bottom: 20px;
	}
}