@charset "UTF-8";

/*
 * Keep the text logo readable at every breakpoint.
 * Each phrase is non-breaking, while the break itself is intentional.
 */
.c-headLogo.-txt .c-headLogo__link {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.08em;
	line-height: 1.08;
	text-align: left;
}

.wakayama-site-title__line {
	display: block;
	white-space: nowrap;
}

@media (max-width: 374px) {
	.c-headLogo.-txt .c-headLogo__link {
		font-size: 17px;
	}
}
