.tensha-translation-page {
	width: min(100% - 3.2rem, 960px);
	margin: 0 auto;
	padding: 8rem 0 10rem;
	color: #1f1b17;
}

.tensha-translation-page__header {
	margin-bottom: 4rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #d7cec2;
}

.tensha-translation-page__title {
	font-size: clamp(2.8rem, 5vw, 4.8rem);
	font-weight: 500;
	line-height: 1.35;
}

.tensha-translation-page__content {
	font-size: 1.7rem;
	line-height: 2;
}

.tensha-translation-page__content > * + * {
	margin-top: 1.8em;
}

.tensha-translation-page__content h2 {
	margin-top: 2.6em;
	font-size: clamp(2.2rem, 3vw, 3.2rem);
	line-height: 1.5;
}

.tensha-translation-page__content h3 {
	margin-top: 2.2em;
	font-size: clamp(1.9rem, 2.5vw, 2.5rem);
	line-height: 1.55;
}

.tensha-translation-page__content a {
	color: #7e261e;
	text-decoration: underline;
	text-underline-offset: .2em;
}

.tensha-translation-page__content ul {
	padding-left: 1.4em;
}

.tensha-translation-page__content li + li {
	margin-top: .6em;
}

.tensha-translation-page__content dl {
	margin: 0;
}

.tensha-translation-page__content dt {
	margin-top: 2em;
	font-weight: 600;
}

.tensha-translation-page__content dd {
	margin: .7em 0 0;
}

.tensha-visit-address span {
	display: block;
}

.tensha-visit-map {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16 / 10;
	margin-top: 2.4rem;
}

.tensha-visit-map iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.tensha-visit-photo img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 2rem;
}

.tensha-visit-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem 2rem;
	margin-top: 2rem;
}

.tensha-translation-note {
	padding: 1.4em 1.6em;
	border-left: 3px solid #9a7d55;
	background: #f7f3ec;
}

.tensha-translation-hero {
	display: grid;
	gap: 3rem;
	align-items: center;
	margin-bottom: 5rem;
}

.tensha-translation-hero img {
	display: block;
	width: 100%;
	height: auto;
}

.tensha-translation-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
	margin-top: 2.4rem;
}

.tensha-translation-card {
	display: block;
	padding: 2.4rem;
	border: 1px solid #d7cec2;
	background: #fff;
	color: inherit !important;
	text-decoration: none !important;
}

.tensha-translation-card strong {
	display: block;
	margin-bottom: .8rem;
	font-size: 1.15em;
}

.tensha-lang-zh-cn,
.tensha-lang-zh-tw,
.tensha-lang-ko {
	word-break: normal;
	line-break: strict;
}

@media screen and (max-width: 768px) {
	.tensha-translation-page {
		width: min(100% - 2.4rem, 960px);
		padding: 5rem 0 7rem;
	}

	.tensha-translation-page__content {
		font-size: 1.55rem;
		line-height: 1.9;
	}

	.tensha-translation-grid {
		grid-template-columns: 1fr;
	}
}
