/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 04 2026 | 04:06:11 */
/* トップページ */
.p-mainVisual__slideTitle {
	line-height: 1.3;
	letter-spacing: 0.02em;
	font-size: 60px;
	text-shadow: 0 0 2px var(--color_deep01), 0 0 4px var(--color_deep01), 0 0 8px var(--color_deep01), 0 0 12px var(--color_deep01);
	font-weight: bold;
}
.p-mainVisual__slideTitle * {
	font-family: 'Zen Maru Gothic', sans-serif !important;
}
@media (max-width: 959px) {
	.p-mainVisual__slideTitle {
		font-size: clamp(24px, 6vw, 60px)
	}
}

/* お気軽にお問い合わせください */
.top-contact {
	padding-top: 0!important;
}
.top-contact h2 {
	font-size: 36px;
}
@media (max-width: 599px) {
	.top-contact h2 {
		font-size: 24px;
	}
}
.top-contact .content .item .wp-block-group {
	justify-content: center;
}
@media (max-width: 959px) {
	.top-contact .content .item .wp-block-group {
		justify-content: space-between;
		width: 400px;
		margin: 0 auto;
	}
	.top-contact .content .item .wp-block-group p {
		width: 100%;
	}
}
@media (max-width: 599px) {
	.top-contact .content .item .wp-block-group {
		width: 300px;
	}
}
.top-contact .content .item figure {
	width: max(30%, 150px);
	margin-right: 10px;
}
@media (max-width: 599px) {
	.top-contact .content .item figure {
		width: 80px!important;
	}
}
.top-contact .content .item p {
	font-size: 24px;
}
@media (max-width: 599px) {
	.top-contact .content .item p {
		font-size: 18px;
	}
}

/* アクセス情報 */
.top-access th {
	border-bottom: 1px solid var(--color_main);
	font-weight: normal;
}
@media (min-width: 960px) {
	.top-access tr:first-of-type th {
		border-top: 1px solid var(--color_main);
	}
	.top-access th {
		width: 200px!important;
		min-width: auto!important;
	}
}
@media (max-width: 959px) {
	.top-access th {
		background-color: #eee;
		border-left: 4px solid #aaa;
		color: #333;
		padding: 5px;
	}
	.top-access td {
		border-top: 2px solid var(--color_main);
	}
}
@media (max-width: 959px) {
	.top-access iframe {
		width: 100%;
		height: 240px;
	}
}