@charset "UTF-8";
/* ------------------------------------------------------------------
   mihon.css ｜ 株式会社Playgreen（No.115）ご提案専用サンプル
   役割：提案注釈のデザインと、見本としての安全設定だけを持つ。
        現行ページの見た目は変えない（PCでの表示は現行と同じになるように）
------------------------------------------------------------------ */

/* 端末の自動ダークモードで配色が反転しないように固定する */
:root {
	color-scheme: only light;
}

/* --- ご提案専用サンプルの注釈（ページ上下） --- */
.mh-note {
	max-width: 1000px;
	margin: 10px auto;
	padding: 12px 16px;
	border: 1px solid #9c8f77;
	background: #fdf9ee;
	color: #4f3a14;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	box-sizing: border-box;
}

.mh-note p {
	margin: 0;
}

.mh-note strong {
	font-weight: bold;
}

/* --- スマホ用の部品（PCでは出さない） --- */

/* ヘッダー上部ボタン・メニューの文字版 */
.mh-ut,
.mh-mt {
	display: none;
}

/* 画面下の電話ボタン */
.mh-telbar {
	display: none;
}
