/*
Theme Name: orion-lite
Theme URI: https://oriondenki.com/
Author: CRESCOM
Description: 電ねっとオリオン（oriondenki.com）専用の軽量テーマ。Elementor / Elementor Pro に依存せず、移行前と同じ見た目・同じURLの振る舞いを保つ。
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: orion-lite
*/

/* ------------------------------------------------------------------ *
 * ここに書くのは「移行で足したぶん」だけ。
 * 本番の見た目そのものは assets/css/ 以下（vendor 化した本番のCSS）が作る。
 * ------------------------------------------------------------------ */

/* 読み上げ専用（h1 が無いページに足した見出し・スキップリンク） */
.orn-sr-only,
.skip-link.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}
.skip-link.screen-reader-text:focus {
	position: fixed !important;
	top: 8px;
	left: 8px;
	z-index: 100000;
	width: auto;
	height: auto;
	margin: 0;
	padding: 12px 20px;
	clip: auto;
	clip-path: none;
	background: #fff;
	color: #111;
	font-size: 16px;
	box-shadow: 0 2px 8px rgba( 0, 0, 0, .3 );
}

/* お問い合わせフォーム：ハニーポット（人には見せず、読み上げもさせない） */
.orn-hp {
	position: absolute !important;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* お問い合わせフォーム：エラー表示（本番には無い＝移行で足した分） */
.orn-form-error {
	margin: 0 0 1em;
	padding: .8em 1em;
	border: 1px solid #c0392b;
	border-radius: 4px;
	background: #fdecea;
	color: #a5281b;
	font-size: .95em;
	line-height: 1.6;
}
.orn-form-field-error {
	display: block;
	margin-top: .3em;
	color: #c0392b;
	font-size: .85em;
	line-height: 1.5;
}

/* 画像キャプションのSP横はみ出し対策は**入れない**（2026-08-11 実測で不要と確認）。
 *
 * 他サイトでは `[caption]` が `<figure style="width:600px">` を吐いて SP で横にはみ出したが
 * （[[project_wp_caption_sp_overflow_2026_08]]）、当サイトは vendor した
 * hello-elementor の `theme.css` が `.wp-caption{max-width:100%}` を持っているため、
 * **本番でもステージングでも 375px ではみ出さない**（`[caption]` を使う記事は2本。実測で
 * 幅315px・右端345px＝画面内）。
 * 🔴 素で `.wp-caption-text` に余白を当てると、Elementor の画像ウィジェットが必ず出す
 *    **空の `<figcaption class="widget-image-caption wp-caption-text">`** にも効いて
 *    ウィジェットが1枚あたり 8px 高くなる（実測: トップで +17px ずれた）。
 */
