/*
Theme Name: Chocomaru
Theme URI: https://chocomaru-kaitori.com/
Description: 「買取のちょこまる」公式サイトのオリジナルテーマ。静的HTMLサイト（chocomaru_TEST）をWordPress化したものです。デザイン・CSSは元サイトのものをそのまま使用しています。
Author: chocomaru
Version: 2.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chocomaru
Tags: business, custom-menu, translation-ready
*/

/*
 * 実際のデザインは assets/css/style.css / sp.css / meanmenu.css / theme-extra.css を
 * functions.php から読み込んでいます。
 * ここには WordPress 特有の要素に対する調整のみを書きます。
 */

/* --- WordPress の管理バー表示時に追従ヘッダーが隠れないように --- */
.admin-bar .mean-bar {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .mean-bar {
		top: 46px;
	}
}

/* --- 投稿・固定ページ本文（エディタで書いた内容）の基本設定 --- */
.entry-content img,
.wp-block-image img {
	max-width: 100%;
	height: auto;
}

.wp-block-image figcaption {
	font-size: 1.4rem;
	color: #6b7891;
}

/* --- 検索フォーム --- */
.search-form .search-field {
	padding: 0.5em;
	border: 1px solid #2A3C59;
	border-radius: 0.4em;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

/* --- ページ送り --- */
.pagination .nav-links {
	display: flex;
	gap: 0.6em;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 1.6rem;
}

/* --- お問い合わせフォームの送信結果メッセージ --- */
.cm-form-message {
	margin: 1.5em auto;
	padding: 1em 1.2em;
	border-radius: 0.6em;
	font-size: 1.6rem;
	line-height: 1.8;
}

.cm-form-message.is-success {
	background: #eaf7ee;
	border: 1px solid #4f9d69;
	color: #245c37;
}

.cm-form-message.is-error {
	background: #fdeeee;
	border: 1px solid #c0504d;
	color: #8c2f2c;
}

.cm-form-message ul {
	margin: 0.5em 0 0 1.4em;
}

/* --- ボット対策用の項目（人間には見せない） --- */
.cm-form-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
