@charset "utf-8";
/*
 * 運営法人ハブ (operator=gkids) 専用スタイル。
 * サイトの TCD 配色に合わせる: teal #3f7375 / 濃 #2f4f50 / muted #5c7a7a / 淡 #eef4f3,#f6faf9,#dbe8e7 / 星 #d8a800
 * このCSSは /operator/gkids/ でのみ読み込まれる。
 */

.hoiku-op { color: #2f4f50; padding: 8px 0 24px; }
/* パンくず: テーマの .c-breadcrumb を使わず独自クラスで完結(絶対配置/負マージンを使わずH1と重ねない)。 */
.hoiku-op__breadcrumb { position: static; margin: 6px 0 28px; }
.hoiku-op__crumbs { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 4px 6px; font-size: 12px; padding: 0; margin: 0; }
.hoiku-op__crumb { display: inline-flex; align-items: center; color: #5c7a7a; }
.hoiku-op__crumb:not(:first-child)::before { content: '›'; color: #90a3a3; margin: 0 6px 0 2px; }
.hoiku-op__crumb a { color: #5c7a7a; text-decoration: none; }
.hoiku-op__crumb a:hover { text-decoration: underline; }

.hoiku-op__title { font-size: 22px; line-height: 1.4; font-weight: 700; color: #2f4f50; margin: 0 0 6px; }
.hoiku-op__disclaimer { font-size: 12px; color: #7f8f8f; line-height: 1.8; margin: 0 0 12px; background: #f6faf9; border: 1px solid #dbe8e7; border-radius: 8px; padding: 10px 12px; }
.hoiku-op__subtitle { font-size: 13.5px; color: #5c7a7a; line-height: 1.7; margin: 0 0 16px; }

/* ページ内ナビ(PC=横並び / SP=横スクロール) */
.hoiku-op__pagenav { margin: 0 0 24px; }
.hoiku-op__pagenav-list { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; }
.hoiku-op__pagenav-link { display: inline-flex; align-items: center; gap: 6px; border: 1px solid #cddedd; background: #f6faf9; color: #3f7375; border-radius: 999px; font-size: 12.5px; font-weight: 700; padding: 7px 14px; text-decoration: none; line-height: 1; white-space: nowrap; }
.hoiku-op__pagenav-link::before { content: '#'; color: #90a3a3; font-weight: 400; }
.hoiku-op__pagenav-link:hover { background: #eef4f3; }
.hoiku-op__pagenav-link:focus-visible { outline: 2px solid #3f7375; outline-offset: 2px; }

/* 固定ヘッダーで見出しが隠れないよう、アンカー先に余白を確保 */
#operator-rating, #operator-about, #operator-facilities, #op-list-h { scroll-margin-top: 84px; }
/* スムーズスクロール(このCSSはgkidsページのみ読込)。動きを減らす設定は尊重する。 */
@media (prefers-reduced-motion: no-preference) {
	html:has(.hoiku-op) { scroll-behavior: smooth; }
}

.hoiku-op__section { margin: 0 0 28px; }
.hoiku-op__section:last-of-type { margin-bottom: 0; }
.hoiku-op__h2 { font-size: 17px; font-weight: 700; color: #2f4f50; border-left: 4px solid #3f7375; padding-left: 10px; margin: 0 0 12px; line-height: 1.4; }
.hoiku-op__lead { font-size: 13.5px; line-height: 1.9; color: #3a4a4a; margin: 0; }
.hoiku-op__note { font-size: 12px; color: #7f8f8f; line-height: 1.7; margin: 8px 0 0; }

/* 法人概要 */
.hoiku-op__profile { margin: 0; border: 1px solid #dbe8e7; border-radius: 10px; overflow: hidden; background: #fff; }
.hoiku-op__profile-row { display: flex; border-bottom: 1px solid #eef4f3; }
.hoiku-op__profile-row:last-child { border-bottom: 0; }
.hoiku-op__profile-row dt { flex: 0 0 130px; background: #f6faf9; color: #2f4f50; font-weight: 700; font-size: 13px; padding: 10px 12px; margin: 0; }
.hoiku-op__profile-row dd { flex: 1 1 auto; margin: 0; padding: 10px 12px; font-size: 13px; color: #3a4a4a; min-width: 0; word-break: break-word; }
.hoiku-op__profile-row dd a { color: #3f7375; }

/* 集計 */
.hoiku-op__stats { display: flex; flex-wrap: wrap; gap: 10px; }
.hoiku-op__stat { flex: 1 1 130px; min-width: 120px; background: #eef4f3; border: 1px solid #dbe8e7; border-radius: 10px; padding: 14px 12px; text-align: center; }
.hoiku-op__stat-num { display: block; font-size: 26px; font-weight: 700; color: #3f7375; line-height: 1.1; font-variant-numeric: tabular-nums; }
.hoiku-op__stat-label { display: block; font-size: 12px; color: #5c7a7a; margin-top: 6px; line-height: 1.4; }
.hoiku-op__stat-sub { display: block; font-size: 10.5px; color: #90a3a3; }
.hoiku-op__meta-dates { display: flex; flex-direction: column; gap: 2px; font-size: 11.5px; color: #7f8f8f; margin: 10px 0 0; }

/* レイアウト: サイドバー + 本文 */
.hoiku-op__layout { display: flex; gap: 22px; align-items: flex-start; }
.hoiku-op__filter { flex: 0 0 256px; width: 256px; border: 1px solid #dbe8e7; border-radius: 10px; background: #fff; padding: 14px; position: sticky; top: 16px; }
.hoiku-op__filter-head { display: none; }
.hoiku-op__main { flex: 1 1 auto; min-width: 0; }

.hoiku-op__field { border: 0; margin: 0 0 14px; padding: 0; }
.hoiku-op__field-label { display: block; font-size: 12.5px; font-weight: 700; color: #2f4f50; margin: 0 0 6px; padding: 0; }
.hoiku-op__search { width: 100%; box-sizing: border-box; border: 1px solid #cddedd; border-radius: 6px; padding: 8px 10px; font-size: 14px; color: #2f4f50; }
.hoiku-op__check { display: flex; align-items: center; gap: 6px; font-size: 12.5px; color: #3a4a4a; padding: 4px 0; cursor: pointer; line-height: 1.4; }
.hoiku-op__check input { flex: 0 0 auto; }
.hoiku-op__cnt { color: #90a3a3; font-size: 11.5px; }
.hoiku-op__scrollbox { max-height: 190px; overflow-y: auto; -webkit-overflow-scrolling: touch; padding-right: 4px; }
.hoiku-op__clear, .hoiku-op__apply { appearance: none; width: 100%; border-radius: 6px; font-size: 12.5px; font-weight: 700; padding: 9px 12px; cursor: pointer; margin-top: 6px; }
.hoiku-op__clear { border: 1px solid #cddedd; background: #f6faf9; color: #3f7375; }
.hoiku-op__clear:hover { background: #eef4f3; }
.hoiku-op__apply { border: 0; background: #3f7375; color: #fff; display: none; }
.hoiku-op__apply:hover { background: #356163; }

/* ツールバー */
.hoiku-op__toolbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; margin: 0 0 10px; }
.hoiku-op__result { font-size: 13px; font-weight: 700; color: #2f4f50; margin: 0; }
.hoiku-op__sortwrap { display: inline-flex; align-items: center; gap: 6px; }
.hoiku-op__sort-label { font-size: 12px; color: #5c7a7a; }
.hoiku-op__sort { border: 1px solid #cddedd; border-radius: 6px; padding: 6px 8px; font-size: 12.5px; color: #2f4f50; background: #fff; }

/* 選択チップ */
.hoiku-op__chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 10px; }
.hoiku-op__chips:empty { display: none; }
.hoiku-op__chip { display: inline-flex; align-items: center; gap: 6px; background: #eef4f3; border: 1px solid #cddedd; color: #2f4f50; border-radius: 999px; font-size: 12px; padding: 4px 6px 4px 10px; }
.hoiku-op__chip button { appearance: none; border: 0; background: #cddedd; color: #2f4f50; width: 16px; height: 16px; border-radius: 50%; line-height: 1; cursor: pointer; font-size: 11px; }
.hoiku-op__chip button:hover { background: #b7cbca; }
.hoiku-op__chip--clear { background: #fff; }

/* 空状態 */
.hoiku-op__empty { border: 1px dashed #cddedd; border-radius: 10px; padding: 24px 16px; text-align: center; color: #5c7a7a; font-size: 13px; }
.hoiku-op__empty .hoiku-op__clear { max-width: 260px; margin: 10px auto 0; }

/* 施設カード(画像なし・コンパクト) */
.hoiku-op__cards { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 7px; }
/* カード全体を1つのリンクに(1施設1リンク)。口コミ無しは施設名/所在地/種別のみ。 */
/* 縦方向をコンパクトに(上下padding 10px=計20px)。ホバーは背景+枠色をわずかに変化(位置は動かさない)。 */
.hoiku-op-card { border: 1px solid #dbe8e7; border-radius: 10px; background: #fff; }
.hoiku-op-card[hidden] { display: none; }
.hoiku-op-card:hover { border-color: #b7cbca; }
.hoiku-op-card__link { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px; text-decoration: none; color: inherit; border-radius: 10px; }
.hoiku-op-card__link:hover { background: #f6faf9; }
.hoiku-op-card__link:hover .hoiku-op-card__name { color: #3f7375; text-decoration: underline; }
.hoiku-op-card__link:hover .hoiku-op-card__chev { color: #3f7375; }
.hoiku-op-card__link:focus-visible { outline: 2px solid #3f7375; outline-offset: 2px; }
.hoiku-op-card__body { min-width: 0; flex: 1 1 auto; display: block; }
.hoiku-op-card__name { display: block; font-size: 14.5px; font-weight: 700; color: #2f4f50; line-height: 1.4; }
.hoiku-op-card__meta { display: flex; flex-wrap: wrap; gap: 4px 10px; margin: 4px 0 0; font-size: 12px; color: #5c7a7a; }
.hoiku-op-card__type { color: #6a8382; }
.hoiku-op-card__side { flex: 0 0 auto; display: flex; flex-direction: column; align-items: flex-end; text-align: right; line-height: 1.15; }
.hoiku-op-card__rating-num { font-size: 18px; font-weight: 700; color: #2f4f50; font-variant-numeric: tabular-nums; }
.hoiku-op-card__rating-num::before { content: '★ '; color: #d8a800; font-size: 13px; }
.hoiku-op-card__rating-cnt { font-size: 11px; color: #90a3a3; margin-top: 2px; }
/* クリック可能を示すシェブロン(装飾・別リンクではない)。評価値とは gap で分離し重ならない。 */
.hoiku-op-card__chev { flex: 0 0 auto; color: #b0c2c1; font-size: 20px; line-height: 1; font-weight: 400; }

/* ===== 運営法人から探す(/operator/ 一覧ページ) ===== */
.hoiku-op-index__tools { margin: 8px 0 14px; }
.hoiku-op-index__tools .hoiku-op__search { max-width: 360px; }
.hoiku-op-index__kana { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0 0; }
.hoiku-op-index__kana-btn { appearance: none; border: 1px solid #cddedd; background: #fff; color: #3f7375; border-radius: 999px; font-size: 12.5px; font-weight: 700; padding: 6px 12px; cursor: pointer; line-height: 1; }
.hoiku-op-index__kana-btn:hover { background: #eef4f3; }
.hoiku-op-index__kana-btn.is-active { background: #3f7375; border-color: #3f7375; color: #fff; }
.hoiku-op-index__kana-btn:focus-visible { outline: 2px solid #3f7375; outline-offset: 2px; }
.hoiku-op-index__list { list-style: none; margin: 10px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.hoiku-op-index__item[hidden] { display: none; }
.hoiku-op-index__link { display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid #dbe8e7; border-radius: 10px; background: #fff; padding: 12px 14px; text-decoration: none; color: inherit; }
.hoiku-op-index__link:hover { background: #f6faf9; }
.hoiku-op-index__link:hover .hoiku-op-index__name { color: #3f7375; text-decoration: underline; }
.hoiku-op-index__link:focus-visible { outline: 2px solid #3f7375; outline-offset: 2px; }
.hoiku-op-index__name { font-size: 14px; font-weight: 700; color: #2f4f50; line-height: 1.4; min-width: 0; }
.hoiku-op-index__counts { flex: 0 0 auto; display: flex; flex-direction: column; align-items: flex-end; gap: 2px; font-size: 11.5px; color: #5c7a7a; white-space: nowrap; }
.hoiku-op-index__count b { color: #3f7375; font-variant-numeric: tabular-nums; }
.hoiku-op-index__empty { border: 1px dashed #cddedd; border-radius: 10px; padding: 24px 16px; text-align: center; color: #5c7a7a; font-size: 13px; }
/* 情報源・確認日 */
.hoiku-op__source { display: flex; flex-wrap: wrap; gap: 4px 16px; font-size: 12px; color: #7f8f8f; margin: 10px 0 0; }
.hoiku-op__source a { color: #3f7375; }

/* フィルタ開閉ボタン(SPのみ) */
.hoiku-op__filter-toggle { display: none; }

/* フォーカス表示(キーボード操作) */
.hoiku-op a:focus-visible,
.hoiku-op button:focus-visible,
.hoiku-op input:focus-visible,
.hoiku-op select:focus-visible,
.hoiku-op summary:focus-visible { outline: 2px solid #3f7375; outline-offset: 2px; border-radius: 4px; }

/* 市区町村 折りたたみ(PC) / さらに表示 */
.hoiku-op__cities.is-collapsed .hoiku-op__city-item:nth-child(n+9):not(:has(:checked)) { display: none; }
.hoiku-op__more-cities { appearance: none; background: none; border: 0; color: #3f7375; font-size: 12px; font-weight: 700; padding: 4px 0; margin-top: 2px; cursor: pointer; text-decoration: underline; }
.hoiku-op__more-wrap { text-align: center; margin: 16px 0 0; }
/* 「さらに表示」が非表示のとき(全件表示済み)は下の余白を作らない */
.hoiku-op__more-wrap:has(.hoiku-op__more[hidden]) { margin-top: 0; }
.hoiku-op__more { appearance: none; border: 1px solid #3f7375; background: #fff; color: #3f7375; font-size: 13px; font-weight: 700; border-radius: 8px; padding: 11px 28px; cursor: pointer; }
.hoiku-op__more:hover { background: #f2f8f7; }
.hoiku-op__more-rest { color: #90a3a3; font-weight: 400; font-size: 12px; margin-left: 4px; }

/* ===== 保育士の口コミから見る法人評価セクション ===== */
.hoiku-op-visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.hoiku-op-eval__summary { display: flex; flex-wrap: wrap; gap: 10px; margin: 6px 0 8px; }
.hoiku-op-eval__card { flex: 1 1 150px; min-width: 130px; background: #eef4f3; border: 1px solid #dbe8e7; border-radius: 10px; padding: 14px 12px; text-align: center; }
.hoiku-op-eval__updated { font-size: 11.5px; color: #7f8f8f; margin: 0 0 2px; }
.hoiku-op-eval__updated:empty { display: none; }
.hoiku-op-eval__scopenote { font-size: 11.5px; color: #90a3a3; line-height: 1.7; margin: 0 0 14px; }
.hoiku-op-eval__num { display: block; font-size: 26px; font-weight: 700; color: #3f7375; line-height: 1.1; font-variant-numeric: tabular-nums; }
.hoiku-op-eval__num--date { font-size: 16px; }
.hoiku-op-eval__max { font-size: 13px; color: #90a3a3; font-weight: 400; }
.hoiku-op-eval__unit { font-size: 13px; color: #5c7a7a; font-weight: 400; margin-left: 2px; }
.hoiku-op-eval__clabel { display: block; font-size: 12px; color: #5c7a7a; margin-top: 6px; line-height: 1.4; }

.hoiku-op-eval__chartwrap { display: flex; gap: 20px; align-items: center; margin: 4px 0 14px; }
.hoiku-op-eval__radar { flex: 0 0 300px; max-width: 300px; }
.hoiku-op-radar__svg { width: 100%; height: auto; display: block; }
.hoiku-op-eval__table { flex: 1 1 auto; min-width: 0; width: 100%; border-collapse: collapse; font-size: 13px; }
.hoiku-op-eval__table thead th { text-align: left; font-size: 11.5px; font-weight: 700; color: #5c7a7a; border-bottom: 1px solid #dbe8e7; padding: 4px 8px; }
.hoiku-op-eval__table thead th:nth-child(2) { width: 46%; }
.hoiku-op-eval__table thead th:last-child, .hoiku-op-eval__cnt { text-align: right; width: 56px; color: #90a3a3; }
.hoiku-op-eval__table tbody th { text-align: left; font-weight: 500; color: #2f4f50; padding: 7px 8px; white-space: nowrap; }
.hoiku-op-eval__table tbody td { padding: 7px 8px; border-bottom: 1px solid #eef4f3; }
.hoiku-op-eval__table tbody tr:last-child td, .hoiku-op-eval__table tbody tr:last-child th { border-bottom: 0; }
.hoiku-op-eval__scorecell { display: flex; align-items: center; gap: 8px; }
.hoiku-op-eval__bar { flex: 1 1 auto; height: 8px; background: #eef4f3; border-radius: 4px; overflow: hidden; min-width: 40px; }
.hoiku-op-eval__barfill { display: block; height: 100%; background: #3f7375; border-radius: 4px; }
.hoiku-op-eval__score { flex: 0 0 auto; font-weight: 700; color: #2f4f50; font-variant-numeric: tabular-nums; width: 36px; text-align: right; }

.hoiku-op-eval__note { margin-top: 4px; }
.hoiku-op-eval__more { margin: 12px 0 0; }
.hoiku-op-eval__morelink { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: #3f7375; text-decoration: none; border: 1px solid #cddedd; border-radius: 8px; padding: 9px 16px; }
.hoiku-op-eval__morelink::after { content: '↓'; }
.hoiku-op-eval__morelink:hover { background: #f2f8f7; text-decoration: underline; }
.hoiku-op-eval__morelink:focus-visible { outline: 2px solid #3f7375; outline-offset: 2px; }

/* ===== レスポンシブ ===== */
@media (max-width: 900px) {
	.hoiku-op__filter { flex-basis: 220px; width: 220px; }
}
@media (max-width: 767px) {
	.hoiku-op__title { font-size: 19px; }
	.hoiku-op__filter-toggle {
		display: inline-flex; align-items: center; gap: 6px;
		appearance: none; border: 1px solid #3f7375; background: #fff; color: #3f7375;
		font-size: 13px; font-weight: 700; border-radius: 8px; padding: 9px 16px; cursor: pointer; margin: 0 0 12px;
	}
	.hoiku-op__layout { display: block; }
	/* SP: サイドバーは常時表示せず、ドロワーで開く */
	.hoiku-op__filter {
		position: fixed; top: 0; right: 0; bottom: 0; left: auto;
		width: 86%; max-width: 340px; z-index: 100000; border-radius: 0;
		overflow-y: auto; box-shadow: -4px 0 24px rgba(0,0,0,.2);
		transform: translateX(100%); transition: transform .2s ease; display: none;
	}
	.hoiku-op__filter.is-open { display: block; transform: translateX(0); }
	.hoiku-op__filter-head { display: flex; align-items: center; justify-content: space-between; margin: 0 0 12px; }
	.hoiku-op__filter-title { font-size: 15px; font-weight: 700; color: #2f4f50; }
	.hoiku-op__filter-close { appearance: none; border: 0; background: none; font-size: 24px; line-height: 1; color: #5c7a7a; cursor: pointer; padding: 0 4px; }
	.hoiku-op__apply { display: block; }
	.hoiku-op__scrollbox { max-height: none; }
	body.hoiku-op-lock { overflow: hidden; }
	.hoiku-op__filter-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.4); z-index: 99999; }
	.hoiku-op__filter-backdrop[hidden] { display: none; }
	.hoiku-op-card__link { padding: 9px 12px; }
	.hoiku-op-card__name { font-size: 14px; }
	.hoiku-op-card__chev { font-size: 18px; }
	.hoiku-op-index__list { grid-template-columns: 1fr; }
	.hoiku-op__stat { flex-basis: calc(50% - 5px); min-width: 0; }
	/* 評価: スマホは数値表を優先し、レーダーは表の下・縮小(装飾) */
	.hoiku-op-eval__chartwrap { flex-direction: column; align-items: stretch; gap: 12px; }
	.hoiku-op-eval__table { order: 1; }
	.hoiku-op-eval__radar { order: 2; flex-basis: auto; max-width: 280px; margin: 0 auto; }
	.hoiku-op-eval__summary { display: grid; grid-template-columns: 1fr 1fr; }
	.hoiku-op-eval__card { flex: initial; min-width: 0; padding: 12px 8px; }
	.hoiku-op-eval__num { font-size: 22px; }
	.hoiku-op-eval__num--date { font-size: 15px; }
	.hoiku-op__profile-row { flex-direction: column; }
	.hoiku-op__profile-row dt { flex-basis: auto; }
	/* SPドロワーでは市区町村は折りたたまず全件表示。展開ボタンは出さない(適用・クリアで完結)。 */
	.hoiku-op__cities.is-collapsed .hoiku-op__city-item { display: flex; }
	.hoiku-op__more-cities { display: none; }
}
