@charset "utf-8";
/* CSS Document */
#fv {
	background-image: url(../img/fv_bg.png);
}
.cate-box {
	margin-top: 1.5em;
}
h3.box-title {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	padding: 8px 12px;
	background-color: #fff3f7;
	border-left: 5px solid #db5d81;
	margin-bottom: 15px;
}
.under-yellow {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ff9 60%);
}
.under-pink {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffd0d1 60%);
}

.choose-list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.choose-card {
	width: calc(50% - 10px);
	padding: 24px 10px;
	border-radius: 10px;
	border: 1px solid #f2d7df;
}
.choose-title {
	padding-left: 32px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.5px;
	position: relative;
}
.choose-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #db5e81;
}
.choose-title::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 50%;
	width: 8px;
	height: 5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(-65%) rotate(-45deg);
}
.choose-txt {
	padding-left: 32px;
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}
.merit-list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.merit-card {
	width: calc((100% - 60px) / 4);
	padding: 24px 10px;
	border-radius: 10px;
	border: 1px solid #f2d7df;
	text-align: center;
}
.merit-card .img-box {
	max-width: 80px;
	width: 100%;
	margin: 0 auto;
}
.merit-card .merit-title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #333;
	margin-top: 8px;
}
.merit-card .merit-txt {
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}
#method .flexbox {
	flex-wrap: wrap;
	gap: 20px;
}
#method .cate-box {
	width: calc(50% - 10px);
	border-radius: 10px;
	padding: 15px 20px 20px;
	border: 1px solid #f2d7df;
}
#method h3 {
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.5px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2d7df;
}
#method .img-box {
	margin-top: 10px;
}
#method .box-txt {
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}
#method .box-txt .under-yellow {
	font-size: 14px;
	color: #666;
}
#method .midashi {
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 10px;
	border: 1px solid;
}
#method .cate-box:first-of-type .midashi {
	border-color: #f2d7df;
	background-color: #fff5f5;
}
#method .cate-box:last-of-type .midashi {
	border-color: #37beb0;
	background-color: #eefaf8;
}

#price .flexbox {
	margin-top: 15px;
	align-items: stretch;
	gap: 20px;
}
#price .price-box {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(50% - 10px);
	text-align: center;
	padding: 20px 20px 30px 20px;
	border: 2px solid #f0d7df;
	margin: 0;
}
#price .price-box .box-txt {
	text-align: center;
	font-size: 18px;
}
#price .price-box .price-txt {
	text-align: center;
	color: #db5e81;
	font-size: 24px;
	line-height: 1;
	margin-top: 5px;
}
#price .price-box .price-txt strong {
	font-size: 2.3em;
	font-weight: bold;
	color: #db5e81;
}
#price .price-box .sub-txt {
	text-align: center;
	font-size: 13px;
	color: #666;
	margin-top: 20px;
}
#price .c-txt {
	margin-top: 10px;
	padding-left: 20px;
	font-size: 14px;
	color: #666;
	position: relative;
}
#price .c-txt::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.included-box {
	margin-top:30px;
	padding: 25px 20px 20px;
	position: relative;
	border-radius: 10px;
	border: 4px dashed #e8dfe2;
}
.included-box h3 {
	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 ul li .img-box {
	max-width: 80px;
	width: 100%;
	margin: 0 auto;
}
.included-box ul li .item-title {
	margin-top: 5px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #db5e81;
}
#price .caution-box {
	margin-top: 40px;
	padding: 25px 20px 20px;
	position: relative;
	border: 1px solid #d8d0c2;
	border-radius: 10px;
}
#price .caution-box h3 {
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	font-weight: bold;
	color: #555;
	font-size: 18px;
	position: absolute;
	top: -15px;
	left: 10px;
}
#price .caution-card {
	padding: 10px 0 10px 20px;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	border-bottom: 1px dashed #d8d0c2;
}

#price .caution-card:first-child {
	padding-top: 0;
}
#price .caution-card::before {
	content: "・";
	position: absolute;
	top: 10px;
	left: 0;
}
#price .caution-card:first-child::before {
	top: 0;
}

/* アコーディオン */
.temple-area-content{
	max-height:0;
	overflow:hidden;
	transition:.3s;
}
/* タブ */
.temple-pref-content{
	display:none;
}
.temple-pref-content.active{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}
/* タブボタン */
.temple-pref-btn.active{
	background:#db5e81;
	color:#fff;
}
.temple-pref-btn.disabled{
	background:#eee;
	color:#999;
	cursor:default;
	pointer-events:none;
}
.temple-area-list {
	margin-top: 20px;
}
.temple-area-btn {
	font-family: "Noto Sans JP", sans-serif;
	width: 100%;
	padding: 15px 20px;
	text-align: left;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.5px;
	background-color: #db5e81;
	color: #fff;
	position: relative;
	cursor: pointer;
}
.temple-area-btn span {
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #fff;
}
.temple-pref-tabs{
	display:grid;
	grid-template-columns:repeat(6,1fr);
	gap:10px;
	margin-bottom:25px;
	margin-top: 15px;
}
.temple-pref-btn {
	font-family: "Noto Sans JP", sans-serif;
	border: none;
	min-height: 46px;
	padding: 12px 10px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 6px;
	color: #4c4c4c;
	cursor: pointer;
}
.temple-card {
	width: calc(50% - 10px);
	border-radius: 10px;
	border: 1px solid #eaeaea;
	padding: 1rem 1rem 0.5rem;
}
.temple-card h3 {
	font-size: 1.3rem;
	text-align: center;
	font-weight: 700;
	color: #5b5b5b;
	line-height: 1.1;
	margin-bottom: 10px;
}
.temple-card h3 span {
	font-size: 65%;
	color: #5b5b5b;
	line-height: 1;
}
.temple-card .type-box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 0 8px;
}
.temple-card .type-box li {
	font-size: 14px;
	border: 1px solid;
	padding: 0 7px;
	border-radius: 4px;
}
.temple-card .type-box li.type_01 {
	border-color: #db5e81;
	color: #db5e81;
}
.temple-card .type-box li.type_02 {
	border-color: #37beb0;
	color: #37beb0;
}
.temple-card .type-box li.type_03 {
	border-color: #F08300;
	color: #F08300;
}
.temple-card .type-box li.type_04 {
	border-color: #0080E9;
	color: #0080E9;
}
.temple-card .price-txt {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	color: #db5e81;
	margin-top: 10px;
}
.temple-card .price-txt strong {
	font-size: 1.8em;
	font-weight: 700;
	color: #db5e81;
	padding-right: 3px;
}
.temple-card .entry-btn {
	margin-top: 20px;
	text-align: center;
}
.temple-card .entry-btn a {
	display: block;
	padding: 15px 10px;
	border-radius: 10px;
	background: #db5e81;
	color: #fff;
	font-weight: bold;
	position: relative;
	transition: .25s ease;
}
.temple-card .entry-btn a::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%);
}
.temple-card .entry-btn a:hover {
	opacity: 0.7;
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

.flow-tab {
	margin-top: 25px;
	display:grid;
	grid-template-columns:1fr 1fr;
}
.flow-tab input {
	display:none;
}
.flow-tab label {
	grid-row:1;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	letter-spacing: 0.5px;
	display:block;
	padding:12px 30px;
	background:#eee;
	cursor:pointer;
	text-align: center;
	transition: .3s;
}
.flow-tab label:hover {
	opacity: 0.7;
}
#flow-send:checked + label,
#flow-bring:checked + label {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	letter-spacing: 0.5px;
	background:#db5e81;
	color:#fff;
}
.flow-content {
	grid-column: 1 / 3;
	display:none;
	margin-top:30px;
}
#flow-send:checked ~ .send,
#flow-bring:checked ~ .bring {
	display:block;
}

@media screen and (max-width: 480px) {
	#fv {
		margin-top: 0;
		min-height: 300px;
	}
	#fv .fv-sub-txt,
	#fv .fv-sub-txt2 {
		font-size: 16px;
	}
	#top-service {
		padding: 0!important;
		border: none!important;
	}
	.fv_con {
		width: 100%;
	}
	#method .flexbox {
		gap: 0;
	}
	#price .flexbox {
		flex-wrap: wrap;
	}
	.choose-card,
	#method .cate-box,
	#price .price-box,
	.temple-card {
		width: 100%;
	}
	.merit-card {
		width: calc(50% - 10px);
	}
	.included-box ul li {
		width: calc((100% - 48px) / 3);
	}
	.temple-pref-tabs {
		grid-template-columns: repeat(4,1fr)
	}
}