/* ===============================
   standing-overview: 立食プランのご案内（スペック表）
   =============================== */

.standing-overview {
	padding-block: var(--space-5) var(--space-4);
}

/* ---- 見出し（飾り罫＋菱形） ---- */

.standing-overview__heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-3);
	font-size: var(--fs-h2-mobile);
	font-weight: var(--fw-medium);
	letter-spacing: 0.12em;
	line-height: var(--lh-tight);
}

.standing-overview__orn {
	flex: none;
	display: flex;
	align-items: center;
	gap: var(--space-1);
}

.standing-overview__orn::before {
	content: "";
	width: var(--space-7);
	border-top: 1px solid var(--color-accent);
}

.standing-overview__orn::after {
	content: "";
	width: var(--space-2);
	height: var(--space-2);
	border: 1px solid var(--color-accent);
	transform: rotate(45deg);
}

.standing-overview__orn--r {
	flex-direction: row-reverse;
}

/* ---- スペック表 ---- */

.standing-overview__table {
	margin-top: var(--space-6);
	border: 1px solid var(--color-border);
}

.standing-overview__row {
	display: grid;
	grid-template-columns: 41% 1fr;
	align-items: center;
	column-gap: var(--space-3);
	padding: var(--space-3) var(--space-4);
}

.standing-overview__row + .standing-overview__row {
	border-top: 1px solid var(--color-border);
}

.standing-overview__label {
	display: flex;
	align-items: center;
	gap: var(--space-2);
	font-size: var(--fs-body);
	font-weight: var(--fw-medium);
	line-height: var(--lh-tight);
}

.standing-overview__value {
	font-size: var(--fs-body);
	line-height: var(--lh-body);
}

/* ---- 金色ラインアイコン（CSS mask + currentColor） ---- */

.standing-overview__icon {
	flex: none;
	width: var(--space-5);
	height: var(--space-5);
	color: var(--color-accent);
	background-color: currentColor;
}

.standing-overview__icon--people {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3.2'/%3E%3Cpath d='M3.5 19c.6-3.2 2.8-5 5.5-5s4.9 1.8 5.5 5'/%3E%3Ccircle cx='16.8' cy='9' r='2.5'/%3E%3Cpath d='M16.3 14.3c2.3.2 3.8 1.7 4.3 4.2'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3.2'/%3E%3Cpath d='M3.5 19c.6-3.2 2.8-5 5.5-5s4.9 1.8 5.5 5'/%3E%3Ccircle cx='16.8' cy='9' r='2.5'/%3E%3Cpath d='M16.3 14.3c2.3.2 3.8 1.7 4.3 4.2'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.standing-overview__icon--building {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 20V4h9v16M14 9h5v11M3 20h18M8 8h3M8 11.5h3M8 15h3M16.5 12.5h.01M16.5 16h.01'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 20V4h9v16M14 9h5v11M3 20h18M8 8h3M8 11.5h3M8 15h3M16.5 12.5h.01M16.5 16h.01'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.standing-overview__icon--pin {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21S5.5 15.7 5.5 11a6.5 6.5 0 0 1 13 0C18.5 15.7 12 21 12 21Z'/%3E%3Ccircle cx='12' cy='10.8' r='2.4'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21S5.5 15.7 5.5 11a6.5 6.5 0 0 1 13 0C18.5 15.7 12 21 12 21Z'/%3E%3Ccircle cx='12' cy='10.8' r='2.4'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.standing-overview__icon--glass {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.5 3h9c0 5.2-2 8.5-4.5 8.5S7.5 8.2 7.5 3Z'/%3E%3Cpath d='M12 11.5V20M8.5 20.5h7'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.5 3h9c0 5.2-2 8.5-4.5 8.5S7.5 8.2 7.5 3Z'/%3E%3Cpath d='M12 11.5V20M8.5 20.5h7'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.standing-overview__icon--speaker {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10v4h3.2L12 18V6l-4.8 4H4Z'/%3E%3Cpath d='M15.3 9.7a3.6 3.6 0 0 1 0 4.6M17.8 7.6a6.8 6.8 0 0 1 0 8.8'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10v4h3.2L12 18V6l-4.8 4H4Z'/%3E%3Cpath d='M15.3 9.7a3.6 3.6 0 0 1 0 4.6M17.8 7.6a6.8 6.8 0 0 1 0 8.8'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.standing-overview__icon--calc {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='3' width='12' height='18' rx='1.5'/%3E%3Cpath d='M9 7h6M9.5 12h.01M12 12h.01M14.5 12h.01M9.5 15h.01M12 15h.01M14.5 15h.01M9.5 18h.01M12 18h.01M14.5 18h.01'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='3' width='12' height='18' rx='1.5'/%3E%3Cpath d='M9 7h6M9.5 12h.01M12 12h.01M14.5 12h.01M9.5 15h.01M12 15h.01M14.5 15h.01M9.5 18h.01M12 18h.01M14.5 18h.01'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.standing-overview__icon--clipboard {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='5' width='12' height='16' rx='1.5'/%3E%3Crect x='9.5' y='3' width='5' height='3.5' rx='1'/%3E%3Cpath d='M9 11.5h6M9 14.5h6M9 17.5h4'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='5' width='12' height='16' rx='1.5'/%3E%3Crect x='9.5' y='3' width='5' height='3.5' rx='1'/%3E%3Cpath d='M9 11.5h6M9 14.5h6M9 17.5h4'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

/* ---- 下部リンク（SP: アウトラインボタン） ---- */

.standing-overview__link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: var(--space-6);
	padding: var(--space-4);
	border: 1px solid var(--color-primary);
	border-radius: var(--radius-sm);
	color: var(--color-primary);
	font-size: var(--fs-body);
	font-weight: var(--fw-medium);
	letter-spacing: 0.1em;
	line-height: var(--lh-tight);
	transition: opacity var(--duration-fast);
}

.standing-overview__link::after {
	content: "";
	position: absolute;
	right: var(--space-5);
	width: var(--space-2);
	height: var(--space-2);
	border-top: 1px solid var(--color-primary);
	border-right: 1px solid var(--color-primary);
	transform: rotate(45deg);
}

.standing-overview__link:hover {
	opacity: 0.75;
}

@media (min-width: 768px) {
	.standing-overview {
		padding-block: var(--space-11);
	}

	.standing-overview__heading {
		font-size: var(--fs-h2);
		gap: var(--space-4);
	}

	.standing-overview__orn::before {
		width: var(--space-11);
	}

	.standing-overview__table {
		margin-top: var(--space-8);
	}

	.standing-overview__row {
		grid-template-columns: 25% 1fr;
		column-gap: 0;
		padding: 0;
	}

	/* PC版はアイコンを出さない（項目名のみ・中央揃え） */
	.standing-overview__icon {
		display: none;
	}

	.standing-overview__label {
		justify-content: center;
		align-self: stretch;
		border-right: 1px solid var(--color-border);
		padding: var(--space-5) var(--space-4);
		font-size: var(--fs-body-pc);
	}

	.standing-overview__value {
		padding: var(--space-5) var(--space-7);
		font-size: var(--fs-body-pc);
	}

	/* PCはボタン枠なしの中央テキストリンク */
	.standing-overview__link {
		width: fit-content;
		margin-inline: auto;
		margin-top: var(--space-8);
		padding: 0;
		border: none;
		border-radius: 0;
		display: flex;
		gap: var(--space-3);
		font-size: var(--fs-body-pc);
	}

	.standing-overview__link::after {
		position: static;
	}
}
