.offme-hall-archive-main {
	width: min(1000px, calc(100% - 32px));
}

.offme-hall-archive-hero h1 {
	overflow-wrap: anywhere;
	text-wrap: wrap;
	word-break: keep-all;
}

.offme-hall-filter {
	margin-top: 24px;
	padding: 18px;
	border: 1px solid #dedede;
	border-radius: 5px;
	background: #f7f7f7;
}

.offme-hall-filter > h2 {
	margin: 0 0 14px;
	color: #222;
	font-size: 17px;
	line-height: 1.4;
}

.offme-hall-filter-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.offme-hall-filter-grid label {
	display: grid;
	min-width: 0;
	gap: 4px;
	color: #555;
	font-size: 12px;
	font-weight: 700;
}

.offme-hall-filter-grid select,
.offme-hall-filter-grid input {
	width: 100%;
	min-width: 0;
	height: 42px;
	padding: 7px 9px;
	border: 1px solid #bbb;
	border-radius: 3px;
	background: #fff;
	color: #222;
	font: inherit;
	font-size: 14px;
}

.offme-hall-filter-grid select:disabled {
	background: #eee;
	color: #777;
}

.offme-hall-filter-grid select:focus-visible,
.offme-hall-filter-grid input:focus-visible {
	outline: 3px solid rgba(27, 101, 168, .25);
	outline-offset: 1px;
	border-color: #1b65a8;
}

.offme-hall-filter-keyword {
	grid-column: span 2;
}

.offme-hall-filter-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	margin-top: 14px;
}

.offme-hall-filter-actions button {
	min-height: 42px;
	padding: 9px 24px;
	border: 0;
	border-radius: 3px;
	background: #924a94;
	color: #fff;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.offme-hall-filter-actions button:hover,
.offme-hall-filter-actions button:focus-visible {
	background: #733575;
}

.offme-hall-filter-actions a {
	font-size: 12px;
	font-weight: 700;
}

.offme-hall-result-summary {
	margin: -5px 0 12px;
	padding: 9px 11px;
	border-left: 4px solid #924a94;
	background: #f8f1f9;
	color: #4d3450;
	font-size: 12px;
}

.offme-hall-range {
	margin: -5px 0 12px;
	color: #666;
	font-size: 12px;
	text-align: right;
}

.offme-hall-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.offme-hall-list > li {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(230px, .75fr) minmax(142px, .38fr);
	align-items: stretch;
	min-width: 0;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
	overflow: hidden;
}

.offme-hall-card-main {
	min-width: 0;
	padding: 14px 16px;
}

.offme-hall-card-area {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 8px;
	margin: 0 0 4px;
	color: #666;
	font-size: 11px;
	line-height: 1.4;
}

.offme-hall-card-area a {
	display: inline-flex;
	padding: 2px 7px;
	border-radius: 2px;
	background: #eaf3fb;
	color: #1b65a8;
	font-weight: 800;
}

.offme-hall-card-area span {
	align-self: center;
}

.offme-hall-card-main h2 {
	margin: 0;
	padding: 0;
	background: none;
	color: #222;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.5;
	text-align: left;
	text-wrap: wrap;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

.offme-hall-card-main h2 a {
	display: inline;
	color: #1b436a;
}

.offme-hall-card-station,
.offme-hall-card-address {
	margin: 5px 0 0;
	color: #666;
	font-size: 11px;
	line-height: 1.55;
}

.offme-hall-card-station::before {
	margin-right: 4px;
	color: #924a94;
	content: "●";
	font-size: 7px;
	vertical-align: 1px;
}

.offme-hall-card-address {
	color: #777;
}

.offme-hall-machine-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-content: center;
	gap: 5px;
	min-width: 0;
	margin: 0;
	padding: 12px;
	border-left: 1px solid #eee;
	background: #fafafa;
}

.offme-hall-machine-stats > div {
	min-width: 0;
	padding: 7px 3px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	background: #fff;
	text-align: center;
}

.offme-hall-machine-stats dt {
	color: #666;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.3;
}

.offme-hall-machine-stats dd {
	margin: 1px 0 0;
	color: #222;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.25;
	white-space: nowrap;
}

.offme-hall-machine-stats dd span {
	margin-left: 1px;
	font-size: 9px;
	font-weight: 700;
}

.offme-hall-card-action {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 12px;
	border-left: 1px solid #eee;
	background: #fcfcfc;
}

.offme-hall-latest-report {
	display: grid;
	gap: 1px;
	margin-bottom: 9px;
	color: #555 !important;
	font-size: 10px;
	line-height: 1.4;
}

.offme-hall-latest-report time {
	color: #1b65a8;
	font-size: 11.5px;
	font-weight: 800;
}

.offme-hall-detail-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 7px 9px;
	border-radius: 3px;
	background: #924a94;
	color: #fff !important;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.35;
	text-align: center;
	text-decoration: none !important;
}

.offme-hall-detail-link:hover,
.offme-hall-detail-link:focus-visible {
	background: #733575;
}

.offme-empty {
	margin: 0;
	padding: 18px;
	border: 1px solid #ddd;
	background: #fafafa;
	color: #555;
}

.offme-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 24px;
}

.offme-page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.offme-page-number,
.offme-page-direction {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	min-height: 38px;
	padding: 7px 10px;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	background: #fff;
	color: #333 !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
}

.offme-page-number:hover,
.offme-page-number:focus-visible,
.offme-page-direction:hover,
.offme-page-direction:focus-visible {
	border-color: #924a94;
	color: #924a94 !important;
}

.offme-page-number.current {
	border-color: #924a94;
	background: #924a94;
	color: #fff;
}

.offme-page-ellipsis {
	min-width: 22px;
	color: #777;
	text-align: center;
}

.offme-prefecture-groups {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.offme-prefecture-groups > section {
	min-width: 0;
	padding: 11px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
}

.offme-prefecture-groups h3 {
	margin: 0 0 7px;
	padding-bottom: 5px;
	border-bottom: 2px solid #eee;
	color: #333;
	font-size: 13px;
}

.offme-prefecture-groups ul {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 10px;
	margin: 0;
	padding: 0;
	font-size: 11.5px;
	list-style: none;
}

.offme-prefecture-groups a {
	display: inline-flex;
	align-items: baseline;
	gap: 3px;
}

.offme-prefecture-groups a span {
	color: #777;
	font-size: 9px;
}

.offme-prefecture-groups a[aria-current="page"] {
	color: #733575;
	font-weight: 900;
	text-decoration: underline;
}

@media (max-width: 860px) {
	.offme-hall-filter-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.offme-hall-filter-keyword {
		grid-column: span 2;
	}

	.offme-hall-list > li {
		grid-template-columns: minmax(0, 1fr) minmax(220px, .65fr);
	}

	.offme-hall-machine-stats {
		border-left: 1px solid #eee;
	}

	.offme-hall-card-action {
		grid-column: 1 / -1;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		gap: 12px;
		padding: 9px 12px;
		border-top: 1px solid #eee;
		border-left: 0;
	}

	.offme-hall-latest-report {
		margin: 0 auto 0 0;
	}
}

@media (max-width: 640px) {
	.offme-hall-archive-main {
		width: 100%;
	}

	.offme-hall-archive-hero h1 {
		font-size: clamp(20px, 6vw, 25px);
		line-height: 1.45;
	}

	.offme-hall-filter {
		margin-top: 18px;
		padding: 14px;
	}

	.offme-hall-filter-grid,
	.offme-prefecture-groups {
		grid-template-columns: 1fr;
	}

	.offme-hall-filter-keyword {
		grid-column: span 1;
	}

	.offme-hall-filter-actions {
		align-items: stretch;
	}

	.offme-hall-filter-actions button {
		width: 100%;
	}

	.offme-hall-list > li {
		display: block;
	}

	.offme-hall-card-main {
		padding: 13px 14px;
	}

	.offme-hall-card-main h2 {
		font-size: 16px;
		line-height: 1.55;
	}

	.offme-hall-machine-stats {
		padding: 10px 12px;
		border-top: 1px solid #eee;
		border-left: 0;
	}

	.offme-hall-machine-stats dd {
		font-size: 14px;
	}

	.offme-hall-card-action {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 10px 12px;
		border-top: 1px solid #eee;
	}

	.offme-hall-latest-report {
		margin: 0 auto 0 0;
	}

	.offme-hall-detail-link {
		min-height: 36px;
	}

	.offme-pagination {
		flex-wrap: wrap;
		gap: 10px;
	}

	.offme-page-numbers {
		order: 3;
		width: 100%;
	}
}

@media (max-width: 400px) {
	.offme-hall-machine-stats {
		gap: 4px;
		padding: 9px 10px;
	}

	.offme-hall-machine-stats dd {
		font-size: 13px;
	}

	.offme-hall-card-action {
		align-items: stretch;
		flex-direction: column;
	}

	.offme-hall-latest-report {
		margin: 0;
	}
}
