@charset "UTF-8";
/* =========================================================
   フロムパートナークリーン デザイン（Cocoon子テーマ用）
   - ページ本文は標準ブロック。各ブロックの「追加CSSクラス」（fpc-〇〇）で装飾しています。
   - 「body 〜」で始まるセレクタはブロックエディタ内にも反映されます。
   - ブレイクポイント：768px / 1024px
   ========================================================= */

:root {
	--fpc-main: #0B77AD;
	--fpc-main-dark: #075A85;
	--fpc-main-mid: #2A86B8;
	--fpc-main-soft: #D6ECF7;
	--fpc-main-50: #F0F8FC;
	--fpc-beige: #FAF6EF;
	--fpc-yellow: #FFF6DC;
	--fpc-orange: #F2994A;
	--fpc-orange-text: #B8621A;
	--fpc-line: #06C755;
	--fpc-text: #24303A;
	--fpc-muted: #566573;
	--fpc-border: #DDE8EF;
	--fpc-ff: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	--fpc-ff-round: var(--fpc-ff); /* 見出しもゴシック体 */
	--fpc-ff-hand: var(--fpc-ff); /* アクセント（添え書き・吹き出し等）もゴシック体の太字 */
	--fpc-radius: 16px;
	--fpc-shadow: 0 2px 4px rgba(12, 50, 80, .04), 0 8px 24px rgba(12, 50, 80, .06);
	--fpc-shadow-hover: 0 4px 8px rgba(12, 50, 80, .05), 0 16px 32px rgba(12, 50, 80, .10);
	--fpc-gutter: 16px;

	/* アイコン（ボタン・固定バー用） */
	--fpc-i-phone: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h4l2 5-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2'/%3E%3C/svg%3E");
	--fpc-i-mail: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
	--fpc-i-yen: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8.5 6.5 3.5 5 3.5-5M12 11.5v6M9 12h6M9 14.8h6'/%3E%3C/svg%3E");
	--fpc-i-line: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3C6.5 3 2 6.6 2 11c0 3.9 3.5 7.2 8.3 7.9.3.1.8.2.9.5.1.3.1.7 0 1l-.1.9c0 .3-.2 1 .9.5s5.9-3.5 8-6C21.4 14.2 22 12.7 22 11c0-4.4-4.5-8-10-8z'/%3E%3C/svg%3E");
	--fpc-i-check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
	--fpc-i-leaf: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.5 3.5C12 3 5.5 7 5 14c-.2 2.4.6 4.2 1.5 5.2C9 12.5 13 9.5 17 8c-4 2.5-7 6-8.8 11.9 1 .4 2.3.6 3.8.4 6.3-.9 9.3-7.4 8.5-16.8z'/%3E%3C/svg%3E");
	--fpc-i-drop: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.5c-3.3 4.3-6.6 8-6.6 11.9a6.6 6.6 0 0 0 13.2 0c0-3.9-3.3-7.6-6.6-11.9z'/%3E%3C/svg%3E");
	--fpc-i-clock: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3.2 2'/%3E%3C/svg%3E");
	--fpc-i-home: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10.5 12 3l9 7.5'/%3E%3Cpath d='M5 9.5V20h14V9.5'/%3E%3Cpath d='M10 20v-5h4v5'/%3E%3C/svg%3E");
	--fpc-i-pin: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 21s-7-6.2-7-11.5a7 7 0 0 1 14 0C19 14.8 12 21 12 21z'/%3E%3Ccircle cx='12' cy='9.5' r='2.5'/%3E%3C/svg%3E");
}
@media (min-width: 768px) { :root { --fpc-gutter: 32px; } }

/* =========================================================
   1. Cocoon の枠を LP 用に整える（固定ページのみ・フロント表示）
   ========================================================= */
.fpc-lp { background: #fff; }
.fpc-lp #content { margin-top: 0; }
.fpc-lp .content-in,
.fpc-lp .main,
.fpc-lp #main { width: 100%; max-width: none; margin: 0; padding: 0; border: 0; background: none; box-shadow: none; border-radius: 0; }
.fpc-lp .article { margin: 0; padding: 0; }
.fpc-lp .article-header,
.fpc-lp .entry-title,
.fpc-lp .date-tags,
.fpc-lp .eye-catch-wrap,
.fpc-lp .sns-share,
.fpc-lp .sns-follow,
.fpc-lp .article-footer,
.fpc-lp .under-entry-content,
.fpc-lp .footer-meta,
.fpc-lp .author-info,
.fpc-lp .breadcrumb,
.fpc-lp .toc,
.fpc-lp .ad-area,
.fpc-lp .go-to-top { display: none !important; }
.fpc-lp .entry-content { margin: 0; font-family: var(--fpc-ff); font-size: 16px; line-height: 1.85; letter-spacing: .02em; color: var(--fpc-text); }
.fpc-lp .entry-content > .alignfull { width: 100%; max-width: none; margin: 0; }
@media (min-width: 1024px) { .fpc-lp .entry-content { font-size: 17px; } }
@media (max-width: 1023px) { .fpc-lp { padding-bottom: 64px; } }

/* =========================================================
   2. ヘッダー（Cocoon：ロゴ左・メニュー右）
   ========================================================= */
.header-container { background: #fff; border-bottom: 1px solid var(--fpc-border); box-shadow: none; }
.header-container .tagline { display: none; }
.header,
.header-in { background: transparent; }
.logo-header { margin: 0; padding: 0; }
.logo-header .site-name { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-header .site-name::before,
.logo-footer .site-name::before {
	content: ""; flex: none; width: 44px; height: 44px;
	background: url("img/logo-mark.svg") no-repeat center / contain;
}
.logo-header .site-name-text,
.logo-footer .site-name-text {
	font-family: var(--fpc-ff-round); font-weight: 700; color: var(--fpc-main);
	font-size: 22px; letter-spacing: .06em; white-space: nowrap;
}
#navi .navi-in > ul > li > a { color: var(--fpc-text); font-size: 15px; font-weight: 500; padding: 0 12px; transition: color .2s; }
#navi .navi-in > ul > li > a:hover { color: var(--fpc-main); background: none; }
#navi .navi-in > ul > li:not(.fpc-menu-tel) > a { position: relative; }
#navi .navi-in > ul > li:not(.fpc-menu-tel) > a::after {
	content: ""; position: absolute; left: 12px; right: 12px; bottom: 10px; height: 2px; background: var(--fpc-main);
	transform: scaleX(0); transition: transform .2s;
}
#navi .navi-in > ul > li:not(.fpc-menu-tel) > a:hover::after { transform: scaleX(1); }
#navi .navi-in .item-label { white-space: nowrap; }
@media (min-width: 1024px) {
	.header-container-in.hlt-top-menu { max-width: 1160px; margin-inline: auto; padding-inline: var(--fpc-gutter); box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; min-height: 84px; }
	.header-container-in.hlt-top-menu .header { flex: none; }
	.header-container-in.hlt-top-menu #navi { flex: 1; width: auto; }
	#navi .navi-in > ul { flex-wrap: nowrap; justify-content: flex-end; align-items: center; }
	#navi .navi-in > ul > li { width: auto !important; height: 60px; }
	#navi .navi-in > ul > li > a { display: flex; align-items: center; height: 100%; }
}
#navi { background: transparent; }

/* ヘッダーの電話ボタン */
#navi .navi-in > ul > li.fpc-menu-tel { margin-left: 12px; display: flex; align-items: center; }
#navi .navi-in > ul > li.fpc-menu-tel > a {
	display: inline-flex; flex-direction: column; justify-content: center; height: auto; line-height: 1.25;
	padding: 8px 22px 8px 52px; border-radius: 999px; background: var(--fpc-main) no-repeat; color: #fff; position: relative;
	box-shadow: 0 4px 12px rgba(11, 119, 173, .2);
}
#navi .navi-in > ul > li.fpc-menu-tel > a::before {
	content: ""; position: absolute; left: 20px; top: 50%; width: 22px; height: 22px; margin-top: -11px;
	background: #fff; -webkit-mask: var(--fpc-i-phone) center / contain no-repeat; mask: var(--fpc-i-phone) center / contain no-repeat;
}
#navi .navi-in > ul > li.fpc-menu-tel > a:hover { background-color: var(--fpc-main-dark); color: #fff; }
.fpc-menu-tel__label { font-size: 12px; font-weight: 700; }
.fpc-menu-tel__num { font-family: var(--fpc-ff-round); font-size: 19px; font-weight: 700; letter-spacing: .04em; white-space: nowrap; }
@media (min-width: 1024px) and (max-width: 1279px) {
	#navi .navi-in > ul > li > a { padding: 0 8px; font-size: 14px; }
	.logo-header .site-name-text { font-size: 19px; }
	.fpc-menu-tel__num { font-size: 16px; }
}

/* スマホ：Cocoon のヘッダーモバイルボタンは「メニュー」だけ使う */
.logo-header .site-name { display: inline-flex !important; }
@media (max-width: 1023px) {
	/* ロゴ行を上部に固定し、その右端にメニューボタンを重ねる */
	body.mblt-header-mobile-buttons { margin-top: 0 !important; }
	.header-container { position: sticky; top: 0; z-index: 2; }
	#header, #header-in { width: 100% !important; max-width: 100%; box-sizing: border-box; }
	.header-container-in .header-in { min-height: 60px; display: flex; align-items: center; padding-right: 76px; box-sizing: border-box; }
	ul.mobile-header-menu-buttons { top: 0 !important; left: auto; right: 4px; width: 68px; height: 60px; background: transparent !important; border: 0 !important; box-shadow: none !important; z-index: 3; }
	.logo-header { padding: 10px 0; text-align: left; width: auto; }
	.logo-header .site-name { justify-content: flex-start; }
	.logo-header .site-name::before { width: 36px; height: 36px; }
	.logo-header .site-name-text { font-size: 17px !important; white-space: nowrap !important; }
	.header-container-in .header-in { text-align: left; padding-left: var(--fpc-gutter); }
	.mobile-header-menu-buttons { background: #fff; box-shadow: none; border-bottom: 1px solid var(--fpc-border); }
	.mobile-header-menu-buttons > li:not(.navi-menu-button) { display: none !important; }
	.mobile-header-menu-buttons .navi-menu-button { margin-left: auto; }
	.mobile-header-menu-buttons .menu-button-in { color: var(--fpc-main); }
	.mobile-header-menu-buttons .menu-caption { font-weight: 700; }
	.navi-menu-content .menu-drawer a { padding: 14px 16px; font-weight: 700; color: var(--fpc-text); border-bottom: 1px solid var(--fpc-border); }
}

/* =========================================================
   3. フッター
   ========================================================= */
.footer { background: #fff; border-top: 1px solid var(--fpc-border); color: var(--fpc-text); }
.footer a { color: var(--fpc-text); }
.footer a:hover { color: var(--fpc-main); }
.navi-footer-in > .menu-footer li a { font-size: 14px; }
.footer .copyright { font-size: 13px; color: var(--fpc-muted); }
.fpc-lp .mobile-footer-menu-buttons { display: none !important; }

/* スマホ下部の固定バー */
.fpc-fixed-bar {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px;
	padding: 6px 6px calc(6px + env(safe-area-inset-bottom));
	background: rgba(255, 255, 255, .97); border-top: 1px solid var(--fpc-border); box-shadow: 0 -4px 16px rgba(12, 50, 80, .08);
}
.fpc-fixed-bar__btn {
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
	height: 52px; border-radius: 12px; text-decoration: none !important; font-weight: 700; font-size: 13px; line-height: 1.2;
}
.fpc-fixed-bar__btn::before { content: ""; width: 22px; height: 22px; background: currentColor; -webkit-mask: var(--fpc-i-phone) center / contain no-repeat; mask: var(--fpc-i-phone) center / contain no-repeat; }
.fpc-fixed-bar__btn.is-line::before { -webkit-mask-image: var(--fpc-i-line); mask-image: var(--fpc-i-line); }
.fpc-fixed-bar__btn.is-web::before { -webkit-mask-image: var(--fpc-i-mail); mask-image: var(--fpc-i-mail); }
.fpc-fixed-bar__btn.is-tel { background: var(--fpc-main); color: #fff !important; }
.fpc-fixed-bar__btn.is-line { background: var(--fpc-line); color: #fff !important; }
.fpc-fixed-bar__btn.is-web { background: #fff; color: var(--fpc-main) !important; border: 2px solid var(--fpc-main); }
@media (min-width: 1024px) { .fpc-fixed-bar { display: none; } }
@media (max-width: 1023px) { body { padding-bottom: 64px; } }

/* =========================================================
   4. 本文ブロック共通
   方針：主役はトップの写真とメインコピーだけ。ほかは装飾を足さず、
   線と余白と文字の太さで整理する（街のお店の料金表のように）。
   ========================================================= */
body .fpc-section,
body .fpc-hero,
body .fpc-page-header { box-sizing: border-box; font-family: var(--fpc-ff); color: var(--fpc-text); }
body :is(.fpc-section, .fpc-hero, .fpc-page-header) :is(p, h1, h2, h3, figure, ul, ol) { margin: 0; }
body :is(.fpc-section, .fpc-hero, .fpc-page-header) :is(h1, h2, h3) {
	font-family: var(--fpc-ff); font-weight: 700; line-height: 1.4; letter-spacing: .02em;
	background: none; border: 0; padding: 0; color: var(--fpc-text); word-break: keep-all; overflow-wrap: anywhere;
}
body :is(.fpc-section, .fpc-hero, .fpc-page-header) :is(h1, h2, h3)::before,
body :is(.fpc-section, .fpc-hero, .fpc-page-header) :is(h1, h2, h3)::after { content: none; }
body :is(.fpc-section, .fpc-hero) figure.wp-block-image { margin: 0 !important; }
body :is(.fpc-section, .fpc-hero, .fpc-page-header) .wp-block-group,
.fpc-lp .entry-content > .wp-block-group { margin-top: 0 !important; margin-bottom: 0 !important; }
body .fpc-section .wp-block-list { margin: 0; padding: 0; list-style: none; }
body .fpc-section .wp-block-list li { margin: 0; padding: 0; border: 0; }
body .fpc-section .wp-block-list li::before { content: none; }

body .fpc-container { width: 100%; max-width: 1080px; margin-inline: auto; padding-inline: var(--fpc-gutter); box-sizing: border-box; }
body .fpc-container.is-narrow { max-width: 760px; }
body .fpc-section { padding-block: 64px; }
body .fpc-section.is-tint { background: var(--fpc-main-50); }
@media (min-width: 768px) { body .fpc-section { padding-block: 96px; } }

/* セクション見出し：飾りなし。太さと大きさだけで区切る */
body .fpc-section .fpc-section-head { margin-bottom: 32px !important; }
body h2.fpc-section-title { font-size: 26px; font-weight: 900; letter-spacing: .03em; }
body .fpc-section-lead { margin-top: 10px !important; color: var(--fpc-muted); }
@media (min-width: 768px) {
	body .fpc-section .fpc-section-head { margin-bottom: 48px !important; }
	body h2.fpc-section-title { font-size: 34px; }
}

/* ボタン */
body .wp-block-buttons.fpc-center { justify-content: center; }
body .wp-block-button.fpc-btn .wp-block-button__link {
	display: inline-flex; align-items: center; justify-content: center;
	min-height: 54px; padding: 12px 28px; border-radius: 6px; border: 2px solid var(--fpc-main);
	font-weight: 700; font-size: 16px; letter-spacing: .04em; text-decoration: none; box-shadow: none;
}
body .wp-block-button.fpc-btn--primary .wp-block-button__link { background: var(--fpc-main); color: #fff; }
body .wp-block-button.fpc-btn--primary .wp-block-button__link:hover { background: var(--fpc-main-dark); border-color: var(--fpc-main-dark); color: #fff; }
body .wp-block-button.fpc-btn--outline .wp-block-button__link { background: #fff; color: var(--fpc-main); }
body .wp-block-button.fpc-btn--outline .wp-block-button__link:hover { background: var(--fpc-main-50); }

/* =========================================================
   5. ファーストビュー（カバーブロック：写真＋メインコピー）
   ========================================================= */
body .wp-block-cover.fpc-hero {
	position: relative; box-sizing: border-box; margin: 0 !important; padding: 48px 0 56px;
	min-height: calc(100svh - 60px) !important; align-items: flex-end; overflow: hidden;
}
body .wp-block-cover.fpc-hero .wp-block-cover__image-background { object-fit: cover; }
body .wp-block-cover.fpc-hero .wp-block-cover__gradient-background {
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.55) 34%, rgba(255,255,255,.94) 58%, #fff 100%) !important;
}
body .wp-block-cover.fpc-hero .wp-block-cover__inner-container { width: 100% !important; max-width: none; margin: 0 !important; color: var(--fpc-text); }
body .fpc-hero__text { max-width: 560px; }
body h1.fpc-hero__title { font-size: clamp(34px, 9.6vw, 44px); font-weight: 900; line-height: 1.3; letter-spacing: .01em; color: var(--fpc-text); }
body .fpc-hero__lead { margin-top: 20px !important; font-size: 16px; line-height: 1.9; }
body .fpc-hero__cta { display: grid; gap: 10px; margin-top: 28px; }
body .fpc-hero__cta .wp-block-button,
body .fpc-hero__cta .wp-block-button__link { width: 100%; box-sizing: border-box; }
body .fpc-hero__tel { margin-top: 16px !important; font-size: 15px; color: var(--fpc-muted); }
body .fpc-hero__tel a { color: var(--fpc-text); font-weight: 700; font-size: 18px; text-decoration: none; letter-spacing: .03em; }
@media (min-width: 768px) {
	body .fpc-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
	body .fpc-hero__cta .wp-block-button, body .fpc-hero__cta .wp-block-button__link { width: auto; }
	body .fpc-hero__cta .wp-block-button__link { min-width: 200px; }
}
@media (min-width: 1024px) {
	body .wp-block-cover.fpc-hero { min-height: calc(100svh - 84px) !important; padding: 80px 0; align-items: center; }
	/* PC は写真の左（スタッフ）を見せ、右側に白地をつくって文字を置く */
	body .wp-block-cover.fpc-hero .wp-block-cover__gradient-background {
		background: linear-gradient(270deg, #fff 0%, rgba(255,255,255,.96) 38%, rgba(255,255,255,0) 66%) !important;
	}
	body .fpc-hero__inner { display: flex; justify-content: flex-end; }
	body .fpc-hero__text { max-width: 500px; }
	body h1.fpc-hero__title { font-size: 54px; }
	body .fpc-hero__lead { font-size: 17px; }
}

/* =========================================================
   6. お悩み：チェックリスト
   ========================================================= */
body .fpc-worries__list { border-top: 1px solid var(--fpc-border); }
body .fpc-worries__list li {
	position: relative; padding: 16px 0 16px 36px !important; border-bottom: 1px solid var(--fpc-border) !important;
	font-size: 17px; font-weight: 500; line-height: 1.6;
}
body .fpc-worries__list li::before {
	content: "" !important; position: absolute; left: 2px; top: 19px; width: 20px; height: 20px; box-sizing: border-box;
	border: 2px solid var(--fpc-main); border-radius: 3px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230B77AD' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 13px no-repeat;
}
body p.fpc-worries__ok { margin-top: 36px !important; font-size: 24px; font-weight: 900; color: var(--fpc-main); }
@media (min-width: 768px) {
	body .fpc-worries__list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px; border-top: 0; }
	body .fpc-worries__list li:nth-child(-n+2) { border-top: 1px solid var(--fpc-border) !important; }
	body p.fpc-worries__ok { font-size: 30px; }
}

/* =========================================================
   7. お掃除メニューと料金：料金表
   ========================================================= */
body .fpc-menu { border-top: 2px solid var(--fpc-text); }
body .fpc-menu__row { display: grid; grid-template-columns: 1fr auto; gap: 6px 20px; padding: 22px 0; border-bottom: 1px solid var(--fpc-border); }
body h3.fpc-menu__name { font-size: 19px; }
body .fpc-menu__price { grid-row: span 2; align-self: start; text-align: right; font-size: 13px; color: var(--fpc-muted); line-height: 1.5; white-space: nowrap; }
body .fpc-menu__price strong { display: block; font-size: 22px; font-weight: 900; color: var(--fpc-main); letter-spacing: .01em; }
body .fpc-menu__desc { grid-column: 1; font-size: 15px; color: var(--fpc-muted); line-height: 1.8; }
body .fpc-menu__note { margin-top: 20px !important; font-size: 14px; color: var(--fpc-muted); }
body .fpc-menu__note strong { color: var(--fpc-orange-text); font-weight: 700; }
body .fpc-services .wp-block-buttons { margin-top: 32px; }
@media (min-width: 768px) {
	body .fpc-menu__row { grid-template-columns: 240px 1fr 160px; align-items: baseline; gap: 0 32px; padding: 26px 0; }
	body h3.fpc-menu__name { font-size: 20px; }
	body .fpc-menu__desc { grid-column: 2; grid-row: 1; font-size: 16px; }
	body .fpc-menu__price { grid-column: 3; grid-row: 1; }
	body .fpc-menu__price strong { font-size: 26px; }
}

/* =========================================================
   8. 私たちについて：見出し左・本文右
   ========================================================= */
body h2.fpc-about__title { font-size: 26px; font-weight: 900; }
body .fpc-about__body p + p { margin-top: 1em !important; }
body .fpc-section .fpc-about__body { margin-top: 24px !important; }
body .fpc-about__facts { margin-top: 28px !important; border-top: 1px solid var(--fpc-border); }
body .fpc-about__facts li { display: grid; grid-template-columns: 7.5em 1fr; gap: 12px; padding: 12px 0 !important; border-bottom: 1px solid var(--fpc-border) !important; font-size: 15px; }
body .fpc-about__facts li strong { color: var(--fpc-main); }
@media (min-width: 1024px) {
	body .fpc-about__inner { display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; align-items: start; }
	body h2.fpc-about__title { font-size: 34px; }
	body .fpc-section .fpc-about__body { margin-top: 0 !important; font-size: 17px; }
}

/* =========================================================
   9. ご利用の流れ：順番があるので番号付き
   ========================================================= */
body .fpc-flow__list { counter-reset: fpc-step; }
body .fpc-flow__list li {
	counter-increment: fpc-step; position: relative; padding: 0 0 26px 56px !important; font-size: 15px; color: var(--fpc-muted); line-height: 1.7;
}
body .fpc-flow__list li::before {
	content: counter(fpc-step) !important; position: absolute; left: 0; top: -4px; width: 36px; text-align: center;
	font-size: 28px; font-weight: 900; color: var(--fpc-main); line-height: 1;
}
body .fpc-flow__list li:not(:last-child)::after {
	content: ""; position: absolute; left: 17px; top: 32px; bottom: 6px; width: 2px; background: var(--fpc-main-soft);
}
body .fpc-flow__list li strong { display: block; margin-bottom: 2px; font-size: 18px; color: var(--fpc-text); }
body .fpc-flow__lead { margin-top: 8px !important; font-size: 15px; }
@media (min-width: 1024px) {
	body .fpc-flow__list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }
	body .fpc-flow__list li { padding: 52px 0 0 !important; }
	body .fpc-flow__list li::before { top: 0; width: auto; font-size: 34px; }
	body .fpc-flow__list li:not(:last-child)::after { left: 40px; right: -12px; top: 17px; bottom: auto; width: auto; height: 2px; }
	body .fpc-flow__lead { margin-top: 36px !important; }
}

/* =========================================================
   10. 対応エリア
   ========================================================= */
body .fpc-area__inner { border-top: 2px solid var(--fpc-text); padding-top: 28px; }
body h2.fpc-area__title { font-size: 22px; font-weight: 900; }
body .fpc-area__main { margin-top: 12px !important; font-size: 18px; }
body .fpc-area__main strong { color: var(--fpc-main); }
body .fpc-area__note { margin-top: 6px !important; font-size: 15px; color: var(--fpc-muted); }
@media (min-width: 1024px) {
	body .fpc-area__inner { display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; }
	body .fpc-area__main { margin-top: 0 !important; }
}

/* =========================================================
   11. 問い合わせ（CTA）と3つのボタン
   ========================================================= */
body .fpc-cta { background: var(--fpc-main); color: #fff; }
body .fpc-cta h2.fpc-cta__title { color: #fff; font-size: clamp(19px, 5.4vw, 34px); font-weight: 900; line-height: 1.5; }
body .fpc-cta__note { margin-top: 14px !important; font-size: 19px; font-weight: 700; color: #fff; }
body .fpc-cta__note strong { font-weight: 900; }
body .fpc-contact-buttons { margin-top: 32px; }

body .wp-block-buttons.fpc-contact-buttons { display: grid; gap: 10px; }
body .wp-block-button.fpc-cbtn { width: 100%; margin: 0; }
body .wp-block-button.fpc-cbtn .wp-block-button__link {
	display: block; box-sizing: border-box; width: 100%; height: 100%; padding: 16px 20px; border-radius: 6px;
	border: 2px solid transparent; text-align: left; text-decoration: none; font-size: 14px; font-weight: 700; line-height: 1.5;
}
body .wp-block-button.fpc-cbtn .wp-block-button__link strong { display: inline-block; margin-top: 2px; font-size: 22px; font-weight: 900; letter-spacing: .02em; line-height: 1.35; }
body .wp-block-button.fpc-cbtn .wp-block-button__link em { font-style: normal; font-weight: 500; font-size: 13px; opacity: .85; }
body .wp-block-button.fpc-cbtn--tel .wp-block-button__link { background: #fff; color: var(--fpc-text); }
body .wp-block-button.fpc-cbtn--tel .wp-block-button__link strong { color: var(--fpc-main); font-size: 26px; }
body .wp-block-button.fpc-cbtn--line .wp-block-button__link { background: var(--fpc-line); color: #fff; }
body .wp-block-button.fpc-cbtn--web .wp-block-button__link { background: transparent; color: #fff; border-color: #fff; }
body .wp-block-button.fpc-cbtn .wp-block-button__link:hover { filter: brightness(.96); }
@media (min-width: 768px) {
	body .wp-block-buttons.fpc-contact-buttons { grid-template-columns: 1.3fr 1fr 1fr; }
}
/* お問い合わせページ（白背景）では Web ボタンを線に */
body .fpc-contact .wp-block-button.fpc-cbtn--tel .wp-block-button__link { background: var(--fpc-main-50); }
body .fpc-contact .wp-block-button.fpc-cbtn--web .wp-block-button__link { color: var(--fpc-main); border-color: var(--fpc-main); }

/* =========================================================
   13. 下層ページ
   ========================================================= */
body .fpc-page-header { padding: 40px 0 36px; background: var(--fpc-main-50); text-align: center; }
body .fpc-page-header__sub { color: var(--fpc-main-mid); font-family: var(--fpc-ff-round); font-weight: 700; font-size: 14px; letter-spacing: .12em; }
body h1.fpc-page-header__title { font-size: 28px; color: var(--fpc-main); }
@media (min-width: 768px) { body .fpc-page-header { padding: 64px 0 56px; } body h1.fpc-page-header__title { font-size: 36px; } }

body .fpc-entry h2 { margin-top: 2em !important; padding-left: 14px !important; border-left: 5px solid var(--fpc-main) !important; font-size: 22px; }
body .fpc-entry p { margin-top: 1em !important; }

body .fpc-contact__intro { margin-bottom: 20px !important; }
body .fpc-contact__intro strong { font-weight: 900; }
body .fpc-contact-buttons.is-compact { margin-top: 0; }
body .fpc-section .fpc-contact-form { margin-top: 40px !important; padding: 24px 18px; border-radius: var(--fpc-radius); background: #fff; border: 1px solid var(--fpc-border); box-shadow: var(--fpc-shadow); }
body h2.fpc-contact-form__title { font-size: 22px; color: var(--fpc-main); }
body .fpc-contact-form__lead { margin: 8px 0 20px !important; font-size: 15px; color: var(--fpc-muted); }
body .fpc-contact-form__lead strong { display: inline-block; margin-right: 4px; padding: 0 8px; border-radius: 4px; background: var(--fpc-orange); color: #fff; font-size: 12px; line-height: 1.8; }
@media (min-width: 768px) { body .fpc-contact-form { padding: 40px 48px; } }

body .fpc-thanks .fpc-container { text-align: center; }
body .fpc-thanks__icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 16px !important; border-radius: 50%; background: var(--fpc-main-50); }
body .fpc-thanks__icon img { width: 36px; height: 36px; }
body .fpc-thanks__title { font-family: var(--fpc-ff-round); font-size: 24px; font-weight: 700; color: var(--fpc-main); }
body .fpc-thanks__small { margin: 16px 0 28px !important; font-size: 15px; color: var(--fpc-muted); }

/* Contact Form 7 */
.fpc-contact-form .req, .fpc-contact-form .opt { display: inline-block; margin-left: 8px; padding: 1px 8px; border-radius: 4px; font-size: 12px; font-weight: 700; line-height: 1.6; vertical-align: 2px; }
.fpc-contact-form .req { background: var(--fpc-orange); color: #fff; }
.fpc-contact-form .opt { background: #E8EEF3; color: var(--fpc-muted); }
.fpc-contact-form .form-row { padding: 16px 0; border-top: 1px solid var(--fpc-border); }
.fpc-contact-form .form-row:first-of-type { border-top: 0; }
.fpc-contact-form .form-row > label, .fpc-contact-form .form-row__label { display: block; margin: 0 0 8px; font-weight: 700; }
.fpc-contact-form .form-hint { margin: 6px 0 0; font-size: 14px; color: var(--fpc-muted); }
.fpc-contact-form .wpcf7 :is(input[type="text"], input[type="email"], input[type="tel"], textarea) {
	width: 100%; min-height: 52px; padding: 12px 14px; border-radius: 10px; box-sizing: border-box;
	border: 1.5px solid #C5D6E2; background: #FCFDFC; font: inherit; font-size: 16px; color: var(--fpc-text);
}
.fpc-contact-form .wpcf7 textarea { min-height: 160px; resize: vertical; }
.fpc-contact-form .wpcf7 :is(input, textarea):focus { outline: none; border-color: var(--fpc-main); box-shadow: 0 0 0 3px rgba(11, 119, 173, .15); background: #fff; }
.fpc-contact-form .wpcf7-checkbox { display: grid; grid-template-columns: 1fr; gap: 8px; }
@media (min-width: 560px) { .fpc-contact-form .wpcf7-checkbox { grid-template-columns: repeat(2, 1fr); } }
.fpc-contact-form .wpcf7-list-item { margin: 0; }
.fpc-contact-form .wpcf7-checkbox .wpcf7-list-item label { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 10px 14px; border-radius: 10px; border: 1.5px solid #C5D6E2; cursor: pointer; box-sizing: border-box; }
.fpc-contact-form .wpcf7-checkbox .wpcf7-list-item label:has(input:checked) { background: var(--fpc-main-50); border-color: var(--fpc-main); font-weight: 700; }
.fpc-contact-form .wpcf7-list-item input[type="checkbox"] { width: 20px; height: 20px; accent-color: var(--fpc-main); flex: none; }
.fpc-contact-form .form-privacy { margin-top: 8px; padding: 16px; border-radius: 10px; background: var(--fpc-main-50); text-align: center; }
.fpc-contact-form .form-submit { margin-top: 24px; text-align: center; }
.fpc-contact-form .wpcf7-submit {
	min-width: 280px; max-width: 100%; min-height: 60px; padding: 14px 32px; border: 0; border-radius: 999px;
	background: var(--fpc-main); color: #fff; font: inherit; font-weight: 700; font-size: 18px; letter-spacing: .08em; cursor: pointer; box-shadow: 0 4px 12px rgba(11, 119, 173, .22);
}
.fpc-contact-form .wpcf7-submit:hover { background: var(--fpc-main-dark); }
.fpc-contact-form .wpcf7-submit:disabled { opacity: .5; cursor: not-allowed; }
.fpc-contact-form .wpcf7-not-valid { border-color: var(--fpc-orange) !important; background: #FFF9F3 !important; }
.fpc-contact-form .wpcf7-not-valid-tip { margin-top: 6px; color: var(--fpc-orange-text); font-size: 14px; font-weight: 700; }
.fpc-contact-form .wpcf7-spinner { display: block; margin: 12px auto 0; }


/* =========================================================
   16. フッター情報（ウィジェット「フッター左」）
   ========================================================= */
.logo-footer .site-name { display: inline-flex !important; align-items: center; gap: 10px; }
.footer-widgets .fpc-footer-info { font-size: 15px; line-height: 1.8; color: var(--fpc-text); }
.footer-widgets .fpc-footer-info p { margin: 0 0 6px; }
.footer-widgets .fpc-footer-info__desc { color: var(--fpc-muted); margin-bottom: 14px !important; }
.footer-widgets .fpc-footer-info__row { display: grid; grid-template-columns: 7.5em 1fr; gap: 8px; }
.footer-widgets .fpc-footer-info__row strong { position: relative; padding-left: 24px; color: var(--fpc-main); }
.footer-widgets .fpc-footer-info__row strong::before { content: ""; position: absolute; left: 0; top: 50%; width: 18px; height: 18px; margin-top: -9px; background: var(--fpc-main); -webkit-mask: var(--fpc-i-phone) center / contain no-repeat; mask: var(--fpc-i-phone) center / contain no-repeat; }
.footer-widgets .fpc-footer-info__row.is-time strong::before { -webkit-mask-image: var(--fpc-i-clock); mask-image: var(--fpc-i-clock); }
.footer-widgets .fpc-footer-info__row.is-area strong::before { -webkit-mask-image: var(--fpc-i-pin); mask-image: var(--fpc-i-pin); }
.footer-widgets .fpc-footer-info__row a { font-weight: 700; text-decoration: none; }

/* ログイン中（管理バー表示時）のスマホ用メニューボタン位置 */
@media (max-width: 782px) { .admin-bar ul.mobile-header-menu-buttons { top: 46px !important; } }
@media (min-width: 783px) and (max-width: 1023px) { .admin-bar ul.mobile-header-menu-buttons { top: 32px !important; } .admin-bar .header-container { top: 32px; } }


/* スマホ調整：写真はスタッフ寄りに、上側を広く見せる／料金表は説明を全幅に */
@media (max-width: 1023px) {
	body .wp-block-cover.fpc-hero .wp-block-cover__image-background { object-position: 14% 40% !important; }
	body .wp-block-cover.fpc-hero .wp-block-cover__gradient-background {
		background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 26%, rgba(255,255,255,.9) 50%, #fff 100%) !important;
	}
}
@media (max-width: 767px) {
	body .fpc-menu__price { grid-row: auto; }
	body .fpc-menu__desc { grid-column: 1 / -1; }
}

/* 下層ページ：見出しは左寄せ・装飾なし／フォームはカードにせず線で区切る */
body .fpc-page-header { padding: 48px 0 32px; background: var(--fpc-main-50); text-align: left; }
body h1.fpc-page-header__title { font-size: 30px; font-weight: 900; color: var(--fpc-text); }
@media (min-width: 768px) { body .fpc-page-header { padding: 72px 0 48px; } body h1.fpc-page-header__title { font-size: 40px; } }
body .fpc-section .fpc-contact-form { padding: 32px 0 0; border: 0; border-top: 2px solid var(--fpc-text); border-radius: 0; box-shadow: none; background: none; }
body h2.fpc-contact-form__title { color: var(--fpc-text); font-weight: 900; }
body .fpc-entry h2 { border-left: 0 !important; padding-left: 0 !important; font-weight: 900; }
body .fpc-thanks__title { color: var(--fpc-text); font-weight: 900; }
.fpc-contact-form .wpcf7-submit { border-radius: 6px; box-shadow: none; }

/* =========================================================
   作業前と作業後（ビフォー・アフター）
   エアコンを全幅で大きく、残り2つを下に並べる
   ========================================================= */
body .fpc-ba__list { display: grid; gap: 28px; }
body .fpc-ba__item img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 6px; }
body .fpc-ba__item figcaption { margin: 10px 0 0 !important; font-size: 15px; font-weight: 700; color: var(--fpc-text); text-align: left; }
@media (min-width: 768px) {
	body .fpc-ba__list { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
	body .fpc-ba__list > .fpc-ba__item:first-child { grid-column: 1 / -1; }
	body .fpc-ba__item figcaption { font-size: 16px; }
}
body .fpc-ba__note { margin-top: 20px !important; font-size: 14px; color: var(--fpc-muted); }

/* =========================================================
   ランディングページ下部の問い合わせ欄：電話・LINE の下に Web フォーム
   ========================================================= */
@media (min-width: 768px) { body .wp-block-buttons.fpc-contact-buttons { grid-template-columns: 1fr 1fr; max-width: 720px; } }
body .fpc-section.fpc-cta .fpc-contact-form {
	margin-top: 40px !important; padding: 28px 18px 32px; border: 0; border-radius: 6px; background: #fff; color: var(--fpc-text);
}
body .fpc-cta h3.fpc-contact-form__title { font-size: 20px; font-weight: 900; color: var(--fpc-text); scroll-margin-top: 90px; }
body .fpc-cta .fpc-contact-form__lead { margin: 8px 0 12px !important; font-size: 14px; color: var(--fpc-muted); }
body .fpc-cta .fpc-contact-form__lead strong { display: inline-block; margin-right: 4px; padding: 0 8px; border-radius: 4px; background: var(--fpc-orange); color: #fff; font-size: 12px; line-height: 1.8; }
@media (min-width: 768px) {
	body .fpc-section.fpc-cta .fpc-contact-form { max-width: 760px; padding: 40px 48px 44px; }
	body .fpc-cta h3.fpc-contact-form__title { font-size: 24px; }
}
/* 送信完了メッセージ（同じページに表示） */
.fpc-contact-form .wpcf7 form.sent .wpcf7-response-output { border: 0; background: var(--fpc-main-50); color: var(--fpc-main-dark); font-weight: 700; padding: 16px 18px; margin: 20px 0 0; }
.fpc-contact-form .wpcf7 form.invalid .wpcf7-response-output,
.fpc-contact-form .wpcf7 form.failed .wpcf7-response-output { border: 0; background: #FFF4EA; color: var(--fpc-orange-text); padding: 14px 18px; margin: 20px 0 0; }

/* =========================================================
   トップのメインコピー：中央寄せ（全画面幅）
   PC は写真の中央に白い帯をつくって文字を読みやすく（両端の写真は見える）
   ========================================================= */
body .fpc-hero__inner { justify-content: center !important; }
body .fpc-hero__text { margin-inline: auto; text-align: center; }
body .fpc-hero__cta { justify-content: center; }
@media (max-width: 767px) { body .fpc-hero__cta { justify-content: stretch; } }
@media (min-width: 1024px) {
	body .fpc-hero__text { max-width: 720px; }
	body .wp-block-cover.fpc-hero .wp-block-cover__gradient-background {
		background: linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(255,255,255,.88) 30%, rgba(255,255,255,.93) 50%, rgba(255,255,255,.88) 70%, rgba(255,255,255,.15) 100%) !important;
	}
}
