/*
Theme Name: p-shima-lite
Theme URI: https://p-shima.com/
Author: 株式会社クレスコム
Description: 電ねっとシマ（p-shima.com）専用の自己完結テーマ。Elementor / Elementor Pro を使わず、移行前と同一の見た目を自前のアセットだけで再現する。
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: p-shima-lite
*/

/* 読み上げ専用（見出し補完用） */
.psh-sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* キーボード操作時だけ見えるスキップリンク */
.skip-link {
	position: absolute;
	left: -9999px;
	z-index: 100000;
}
.skip-link:focus {
	left: 6px;
	top: 6px;
	padding: 8px 16px;
	background: #fff;
	color: #111;
}

/* お問い合わせフォーム（自前実装）の補助スタイル */
.psh-hp {
	position: absolute !important;
	left: -9999px !important;
}
.psh-form-error {
	margin: 0 0 1em;
	padding: .8em 1em;
	border: 1px solid #c00;
	background: #fff5f5;
	color: #c00;
}
.psh-form-field-error {
	display: block;
	margin-top: .3em;
	color: #c00;
	font-size: .85em;
}
