/* event-report 単一投稿用。ここから指示に従って追加 */

.single-event-report {
	background-color: #fcefdf;
	padding-top: 120px;
}

.single-event-report-inner {
	box-sizing: border-box;
}

/* タイトル・投稿日・下線をアイキャッチと同じ幅にするラッパー（800px で統一） */
.single-event-report-width-wrap {
	width: 100% !important;
	max-width: 800px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box;
}

.single-event-report-eyecatch-wrap {
	width: 100%;
	margin: 0 0 24px;
}

.single-event-report-eyecatch {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background-color: #f0f0f0;
	box-sizing: border-box;
}

.single-event-report-eyecatch-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.single-event-report-title {
	margin: 8px 0 0;
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
}

.single-event-report-date-wrap {
	display: flex;
	align-items: center;
	margin: 8px 0 0;
	width: 100%;
}

.single-event-report-date-icon {
	margin-right: 6px;
	color: #214d1d;
	font-size: 14px;
}

.single-event-report-date {
	margin: 0;
	font-size: 14px;
	color: #666;
}

.single-event-report-line {
	margin: 16px 0 32px;
	width: 100%;
	border: none;
	height: 1px;
	background-color: #cfcfcf;
}

/* 本文も同じ 800px 幅に揃える */
.single-event-report-body {
	width: 100% !important;
	max-width: 800px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 64px;
	box-sizing: border-box;
}

.single-event-report-body h2 {
	border-bottom: 0px solid #214d1d;
    border-left: 5px solid #214d1d;
    border-right: 0px solid #214d1d;
    border-top: 0px solid #214d1d;
    font-family: var(--s-font-58bd5539);
    font-weight: 900;
    letter-spacing: 0.05em;
    padding: 0px 0px 5px 5px;
	margin: 32px 0;
}

.single-event-report-body p {
	padding: 25px 0!important;
}


/* イベントレポート本文：太字は現在のフォントサイズより 2px 大きく */
.single-event-report-body strong,
.single-event-report-body b,
.single-event-report-body .wp-block-paragraph strong {
	font-size: calc(1em + 2px) !important;
}

/* イタリック */
.single-event-report-body em,
.single-event-report-body i {
	background: #dcefe4;
	color: #214d1d;
	font-family: var(--s-font-bf93c44b, "Zen Kaku Gothic New", sans-serif);
	font-size: 17px;
	font-style: normal;
	line-height: 2;
	padding: 0 5px;
}

.single-event-report-body blockquote {
	background: #f0f0f0;
	border-left: 3px solid rgba(0,0,0,.15);
	font-family: var(--s-font-bf93c44b);
	font-style: normal;
	line-height: 1.9;
	margin: 10px 0;
	padding: 10px 15px;
	box-sizing: border-box;
}
.single-event-report-body p + blockquote,
.single-event-report-body figure + blockquote,
.single-event-report-body .wp-block-image + blockquote {
	margin-top: 25px;
}
.single-event-report-body blockquote + p,
.single-event-report-body blockquote + figure,
.single-event-report-body blockquote + .wp-block-image {
	margin-top: 25px;
}


.single-event-report-body a strong {
	color: #214d1d;
	text-decoration: underline #214d1d;
}
.single-event-report-body a {
	color: #214d1d;
	text-decoration: underline #214d1d;
}

/* イベントレポート本文内の画像はここで制御（他ページには影響しない） */
.single-event-report-body img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* WRITER セクション（800px 幅に揃え） */
.single-event-report-writer {
	width: 100% !important;
	max-width: 800px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-bottom: 64px;
	box-sizing: border-box;
}

.single-event-report-writer-heading {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 20px;
	font-weight: 700;
	line-height: 1.4;
	color: #214d1d;
}

/* Studio 相当：Material Icons「check_box」（WRITER 見出し用） */
.single-event-report-writer-heading-icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	color: #214d1d;
	font-family: "Material Icons", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "liga";
}

.single-event-report-writer-heading-text {
	color: #333;
    font-family: var(--s-font-bf93c44b);
    font-size: 20px;
    font-weight: 400;
    height: auto;
    line-height: 1.4;
    margin: 0px 0px 0px 16px;
    text-align: center;
    width: auto;
    max-width: calc(100% - 16px);
    justify-content: center;
}

.single-event-report-writer-inner {
	display: flex;
	flex-direction: row; /* 画像左・概要右で横並び */
	flex-wrap: nowrap;   /* PC では折り返さない */
	align-items: flex-start;
	gap: 24px;
	margin-left: 32px;
}

.single-event-report-writer-image-wrap {
	flex-shrink: 0;
}

.single-event-report-writer-image {
	width: 120px;
	height: 120px;
	object-fit: cover;
	display: block;
}

.single-event-report-writer-description {
	flex: 1;
	min-width: 0;
	font-size: 14px;
	line-height: 1.7;
	color: #333;
}

.single-event-report-writer-description p {
	margin: 0 0 0.75em;
}

.single-event-report-writer-description p:last-child {
	margin-bottom: 0;
}

/* レスポンシブ：inner に余白（幅ラッパー・本文はその中で 100%） */
@media (max-width: 1024px) {
	.single-event-report-inner {
		padding-left: 24px;
		padding-right: 24px;
	}
	.single-event-report-writer-inner {
		gap: 20px;
	}
	.single-event-report-writer-image {
		width: 100px;
		height: 100px;
	}
	.single-event-report-body p + blockquote,
	.single-event-report-body figure + blockquote,
	.single-event-report-body .wp-block-image + blockquote {
		margin-top: 25px;
	}
	.single-event-report-body blockquote + p,
	.single-event-report-body blockquote + figure,
	.single-event-report-body blockquote + .wp-block-image {
		margin-top: 25px;
	}

}

@media (max-width: 768px) {
	.single-event-report-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.single-event-report-writer-heading {
		margin-bottom: 16px;
	}
	.single-event-report-writer-heading-text {
		font-size: 16px;
	}
	.single-event-report-writer-heading-icon {
		font-size: 20px;
	}
	.single-event-report-writer-inner {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		margin-left: 0;
		gap: 16px;
	}
	.single-event-report-writer-image {
		width: 88px;
		height: 88px;
	}
	.single-event-report-writer-description {
		flex: none;
		width: 100%;
		max-width: 100%;
		text-align: center;
		font-size: 13px;
	}
	.single-event-report-body p + blockquote,
	.single-event-report-body figure + blockquote,
	.single-event-report-body .wp-block-image + blockquote {
		margin-top: 25px;
	}
	.single-event-report-body blockquote + p,
	.single-event-report-body blockquote + figure,
	.single-event-report-body blockquote + .wp-block-image {
		margin-top: 25px;
	}

}

@media (max-width: 425px) {
	.single-event-report-inner {
		padding-left: 16px;
		padding-right: 16px;
	}
	/* 768px 以下で既に縦並び・中央揃え（ここでは gap のみ上書き） */
	.single-event-report-writer-heading {
		margin-bottom: 12px;
	}
	.single-event-report-writer-heading-text {
		font-size: 15px;
	}
	.single-event-report-writer-heading-icon {
		font-size: 18px;
	}
	.single-event-report-writer-inner {
		gap: 12px;
	}
	.single-event-report-writer-image {
		width: 72px;
		height: 72px;
	}
	.single-event-report-writer-description {
		font-size: 13px;
	}
	.single-event-report-body p + blockquote,
	.single-event-report-body figure + blockquote,
	.single-event-report-body .wp-block-image + blockquote {
		margin-top: 25px;
	}
	.single-event-report-body blockquote + p,
	.single-event-report-body blockquote + figure,
	.single-event-report-body blockquote + .wp-block-image {
		margin-top: 25px;
	}

}

@media (max-width: 375px) {
	.single-event-report-inner {
		padding-left: 12px;
		padding-right: 12px;
	}
	.single-event-report-writer-image {
		width: 64px;
		height: 64px;
	}
	.single-event-report-body p + blockquote,
	.single-event-report-body figure + blockquote,
	.single-event-report-body .wp-block-image + blockquote {
		margin-top: 25px;
	}
	.single-event-report-body blockquote + p,
	.single-event-report-body blockquote + figure,
	.single-event-report-body blockquote + .wp-block-image {
		margin-top: 25px;
	}

}

@media (max-width: 320px) {
	.single-event-report-inner {
		padding-left: 8px;
		padding-right: 8px;
	}
	.single-event-report-writer-heading-text {
		font-size: 14px;
	}
	.single-event-report-writer-heading-icon {
		font-size: 18px;
	}
	.single-event-report-writer-image {
		width: 56px;
		height: 56px;
	}
	.single-event-report-writer-description {
		font-size: 12px;
	}
	.single-event-report-body p + blockquote,
	.single-event-report-body figure + blockquote,
	.single-event-report-body .wp-block-image + blockquote {
		margin-top: 25px;
	}
	.single-event-report-body blockquote + p,
	.single-event-report-body blockquote + figure,
	.single-event-report-body blockquote + .wp-block-image {
		margin-top: 25px;
	}

}

.wp-block-image figcaption {
	font-size: 14px;
	line-height: 1.6;
}
@media (max-width: 840px) {
	.wp-block-image figcaption {
		font-size: 13px;
	}
}
@media (max-width: 425px) {
	.wp-block-image figcaption {
		font-size: 12px;
	}
}
