@charset "UTF-8";

:root {
	--hover_anime: all .2s ease-in-out;
	--font_normal: YakuHanJP, "Inter", "Gothic Medium BBB", sans-serif;
	--font_bold: YakuHanJP, "Inter", "Gothic MB101", sans-serif;
	--font_serif: YakuHanMP, "A1 Mincho", serif;
	--font_serif-bold: YakuHanMP, "Ryumin Bold KL", serif;
	--font-phone:  "Arsenal", sans-serif;
}

body {
	font-family: var(--font_normal);
}

h1:not(.serif),
h2:not(.serif),
h3:not(.serif),
h4:not(.serif),
h5:not(.serif),
h6:not(.serif),
strong {
	font-family: var(--font_bold);
	font-weight: bold !important;
	font-feature-settings: "palt";
}



.serif {
	font-family: var(--font_serif);
	font-optical-sizing: auto;
	font-feature-settings: "palt";
}

.cta-phone {
	font-family: var(--font-phone);
	letter-spacing: 3px;
	color: #8B1B46;
}

.c-entry__content.p-entry-content {
	text-align: justify;
	word-break: break-all;
}

@media ( max-width: 768px ) {
	:root {
		--_global--font-family: var(--font-family);
		--_global--font-size-px: 13px;
	}

	.sp_align_l {
		text-align:justify;
		word-break:break-all; 
		text-justify:inter-ideograph;
		text-justify:inter-character;
		word-wrap:break-word;
		overflow-wrap:break-word;
	}
}


a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	pointer-events: none;
	cursor: default;
}


@media (hover: hover) {
	a[href^="tel:"] {
		pointer-events: none !important;
		text-decoration: none;
		color: inherit;
	}
}








.funeral-plans-slider-container {
		margin: 0 auto;
		padding: 3em 0 1.5em;
}

.funeral-plans-slider .splide__list {
		display: flex;
}

.plan-card {
		background-color: #fff;
		border-radius: 8px;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
		overflow: hidden;
		display: flex;
		flex-direction: column;
		height: 100%;
		padding: 20px;
}

.plan-title {
		font-family: var(--font_bold);
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
		margin: 0 0 15px;
}

.plan-image {

}

.plan-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
}

.plan-location {
		color: #555;
		text-align: center;
		margin: 5px 0;
		height: 1em;
}

.plan-price {
		text-align: center;
		font-weight: bold;
		margin: 20px 0;
}

.price-number {
		font-size: 2.25rem;

}

.price-currency,
.price-tax {

}

.plan-button {
	font-family: var(--font_bold);
	background-color: var(--accent-color);
	color: white;
	text-align: center;
	padding: 15px 20px;
	border-radius: 4px;
	text-decoration: none;
	display: block;
	margin-top: auto;
	transition: var(--hover_anime);
	font-size: 1.125rem;
	font-weight: bold;
}

.plan-button:hover {
		filter: brightness(80%);
		color: white;
		text-decoration: none;
}

.plan-note {
		font-size: 14px;
		color: #666;
		text-align: center;
		margin-top: 20px;
		line-height: 1.6;
}

@media ( min-width: 769px ) {
	.splide__track {
		overflow: unset;
	}
}
@media ( min-width: 1024px ) {
	.splide__arrow--prev {
		left: -4em;
	}
	.splide__arrow--next {
		right: -4em;
	}
}


@media (max-width: 768px) {
		.funeral-plans-slider-container {
				padding: 10px;
		}
		
		.plan-card {
				padding: 15px;
		}
		
		.plan-title {
				font-size: 20px;
		}
		
		.plan-image {
				height: 160px;
		}
		
		.price-number {
				font-size: 28px;
		}
		
		.price-currency, .price-tax {
				font-size: 14px;
		}
		
		.plan-button {
				padding: 12px 15px;
				font-size: 13px;
		}
}