/*
 * ASPRI 活動紹介ページ専用スタイル
 * page-activity.php で使用
 */

/* ---- メインコンテンツ ---- */
.aspri-activity-content {
	max-width: 740px;
	margin: 0 auto;
	padding: 56px 24px 80px;
}
.aspri-activity-content--wide {
	max-width: 920px;
}
.aspri-activity-content--wide .act-title,
.aspri-activity-content--wide .act-subtitle,
.aspri-activity-content--wide .act-body,
.aspri-activity-content--wide .act-section {
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}

/* ページタイトル */
.act-title {
	font-size: clamp(20px, 3.5vw, 28px);
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: .03em;
	margin: 0 0 8px;
	text-align: center;
}

/* 英語サブタイトル */
.act-subtitle {
	font-size: 13px;
	color: var(--aspri-sub);
	letter-spacing: .06em;
	margin: 0 0 56px;
	text-align: center;
}

/* ポスター画像 */
.act-poster {
	max-width: 360px;
	margin: 40px auto 56px;
	text-align: center;
}
.act-poster img {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: 0 4px 20px rgba(0,0,0,.12);
}
.act-poster figcaption {
	font-size: 12px;
	color: var(--aspri-sub);
	margin-top: 14px;
	letter-spacing: .06em;
}
.act-poster--lg {
	max-width: 100%;
}

/* 本文 */
.act-body {
	font-size: 15px;
	line-height: 2.2;
	color: var(--aspri-ink);
}
.act-body p {
	margin: 0 0 2em;
	text-indent: 1em;
}
.act-body p:last-child { margin-bottom: 0; }

/* ---- セクション見出し ---- */
.act-section {
	margin-top: 48px;
}
.act-section-title {
	font-size: 16px;
	font-weight: 900;
	margin: 0 0 20px;
	letter-spacing: .04em;
}
.act-section-title-center {
	text-align: center;
	font-size: 20px;
	margin-bottom: 32px;
}

/* ---- 箇条書き ---- */
.act-bullet-list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 2;
}
.act-bullet-list li::before {
	content: '・';
}

/* ---- フィーチャーボックス ---- */
.act-feature-box {
	margin-top: 40px;
	padding: 28px 32px;
	background: #f5f5f5;
	border-radius: 2px;
}
.act-feature-title {
	font-size: 16px;
	font-weight: 900;
	margin: 0 0 16px;
	letter-spacing: .03em;
}
.act-feature-box p {
	font-size: 14px;
	line-height: 2;
	margin: 0 0 .8em;
}
.act-feature-box p:last-child { margin-bottom: 0; }

/* ---- 写真グリッド（2列） ---- */
.act-img-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin: 40px 0;
}
.act-img-item img {
	width: 100%;
	height: auto;
	display: block;
}
.act-img-item figcaption {
	font-size: 11px;
	color: var(--aspri-sub);
	margin-top: 8px;
	line-height: 1.7;
}

/* ---- 建築視察ツアー: ワイドポスター ---- */
.act-poster-wide {
	max-width: 100%;
	margin-top: 0;
}

/* ---- 視察先候補地 ---- */
.act-destination {
	max-width: 480px;
	margin: 0 auto 48px;
	text-align: center;
}
.act-dest-title {
	font-size: 16px;
	font-weight: 900;
	letter-spacing: .1em;
	margin: 0 0 12px;
}
.act-dest-divider {
	border-top: 1px solid #ccc;
	margin: 0 auto 20px;
	width: 60px;
}
.act-destination .act-bullet-list {
	text-align: left;
	display: inline-block;
}
.act-dest-note {
	font-size: 13px;
	color: var(--aspri-sub);
	margin: 8px 0 0;
}

/* ---- レスポンシブ ---- */
@media (max-width: 768px) {
	.act-poster { max-width: 280px; }
	.act-poster--lg { max-width: 100%; }
	.act-img-grid { grid-template-columns: 1fr; gap: 16px; }
	.act-feature-box { padding: 20px; }
}
