@charset "UTF-8";

/*
 * コースイベント一覧専用
 * 共通写真を使うバスパックは、開催日とコース名を主役にする。
 */
.event_card .course_img {
	height: 165px;
	object-fit: cover;
}

.buspack_card_body {
	padding: 0 4%;
	margin-bottom: 10px;
}

.event_title_row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.oc_list_buspack .event_title_row {
	margin: 12px 0 10px;
}

.oc_list_report .event_title_row {
	gap: 8px;
	margin: 10px 4% 15px;
}

.oc_list_upcoming .event_title_row {
	gap: 8px;
	margin: 12px 4% 10px;
}

.event_title_row .event_host_label,
.event_title_row .event_name {
	margin: 0;
}

.event_name {
	padding: 0;
	color: #555;
	font-size: .95rem;
	font-weight: 600;
	line-height: 1.4;
}

.event_host_label .tz_box {
	padding: 4px 6px;
	font-size: .75rem;
	white-space: nowrap;
}

.buspack_event_info {
	display: block;
	margin-top: 10px;
}

.event_date_badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	display: flex;
	align-items: baseline;
	margin: 0;
	padding: 8px 18px;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #f28c00;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .35);
	color: #fff;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
}

.event_date_num {
	display: inline;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: .02em;
}

.event_date_day {
	display: inline;
	margin-left: 2px;
	font-size: .82rem;
	font-weight: 700;
}

.buspack_course {
	min-width: 0;
}

.event_course_name {
	margin: 0;
	padding: 0;
	color: #00704b;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.45;
}

.oc_list_buspack .grand-pgm-label {
	display: block;
	margin: 4px 0 0;
	font-size: .72em;
}

.event_report_section {
	margin-top: 48px;
}

.event_report_lead {
	margin: -2px 0 20px;
	color: #555;
	font-size: .9rem;
}

.oc_list_report {
	border-top: 4px solid #00633f;
}

.event_course {
	margin: 10px 4%;
}

.oc_list > .btn {
	margin-top: auto;
}

@media screen and (max-width: 768px) {
	.event_card {
		width: 92%;
		max-width: 520px;
	}

	.event_card .course_img {
		height: clamp(150px, 45vw, 220px);
	}

	.event_report_section {
		margin-top: 36px;
	}

	.event_report_lead {
		padding: 0 4%;
	}

	.event_title_row {
		display: block;
	}

	.event_title_row .event_name {
		margin-top: 10px;
	}

}
