@charset "utf-8";
/* CSS Document */

/*========================================================
変数
========================================================*/
:root {
  --cont-width: 1000px; /*コンテンツ幅*/
  --main-color: #39434f;
  --sub-color: #f58e59;
  --menu-gradation: linear-gradient(#fafafa, #eaeaea); /*gNaviのグラデ*/
  --top-bg: #fff; /*トップページの背景色*/
  /*以下は個人で自由に設定可*/
  --cont-bg: #f6f6f6;
  --under-line: #f4bfa4;
  --title-fontSize: 24px;
  --font-L: 20px;
  --font-M: 18px;
  --font-S: 12px;
}


/*-----------------------------------------共通(コピペ)-----------------------------------------*/
/*========================================================
全ページ共通設定
========================================================*/
/*body
============================*/
body {
  -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
body * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
  vertical-align:top;
}

/*初期デザインの削除とコンテンツ幅の設定
============================*/
#wrapper {
	background: #fff !important;
	padding: 0;
}
#g01 .indexCornerWrap01 {
	display: none;
}
.sectionWrap,
.h2WrapBtm,
.h2WrapTop,
.h2WrapMid,
.sectionBtm,
.section,
.sectionIn {
	background: none;
  padding: 0;
  margin: 0 auto;
}
.sectionWrap {
	z-index: auto;
}
#g01 #contents {
  width: 100%;
  /*トップページの背景色*/
  background-color: var(--top-bg);
}
#main {
  padding: 50px 0;
}
#g01 #main {
  padding: 50px 0 0 0;
}
#g04 .indexGalleryWrap01 {
	padding: 0;
}
#map_canvas {
	width: 880px !important;
	margin: 0 auto !important;
}
.accessSec01 {
	width: 880px;
}
#g01 a {
  text-decoration: none;
}

/*header
============================*/
#headerWrap {
	width: 100%;
	background: #fff;
}
#header {
	background: none;
	padding: 0 0 10px 0;
	margin: 0 auto;
  width: auto;
  max-width: var(--cont-width);
}
#headerCategoryList, #headerBtm, .mt12 {
 	display: none;
}
#headerStoreWrap {
 	padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#headerStoreWrap::after {
  display: none;
}
#headerStore {
 	width: auto;
 	margin: 0;
}
#headerStore .kana {
  display: none;
}
#headerStore .name {
	font-size: var(--font-S);
	color: var(--main-color);
}
#headerStore .name a {
	color: var(--main-color);
}
#headerStoreContact img {
  display: none;
}
#headerStoreDialWrap {
  background: none;
}
#headerStoreDial {
	padding: 0;
	background: none;
}
#headerStoreDial .number {
  padding-left: 0;
  text-align: right;
  color: var(--main-color);
  background: none;
}
.header_mgn01 {
	display: none !important;
}
#headerIconList {
	margin-top: 0;
}

/*gNavi
============================*/
#gNaviWrap {
	margin: 0;
	clear: both;
}
#gNaviIn {
	width: auto;
	margin: 0px auto;
	background: var(--menu-gradation);
	padding: 0px 10px;
  border-bottom: solid 1px #ccc;
}
#gNavi ul {
	max-width: var(--cont-width);
	height: 50px;
	margin: 0 auto;
	padding: 0;
	border-bottom: none;
	display: flex;
  z-index: 99;
}
#gNavi li {
	padding-bottom: 0;
	width: auto;
	height: 50px;
	flex: 1 1 0px;
	justify-content: center;
	align-items: center;
	position: static;
  z-index: 99;
}
#g01 #gNavi li#gNav01 a, #g02 #gNavi li#gNav02 a, #g03 #gNavi li#gNav03 a, #g04 #gNavi li#gNav04 a,
#g05 #gNavi li#gNav05 a, #g06 #gNavi li#gNav06 a, #g07 #gNavi li#gNav07 a {
	background: var(--menu-gradation);
  color: #000;
}
#gNavi li a {
	width: auto;
	height: 50px;
	background: var(--menu-gradation);
	border-left: 1px solid #ccc;
  color: #000;
  font-weight: normal;
  padding: 0;
  line-height: 50px;
}
#gNavi li:last-child a {
	border-right: 1px solid #ccc;
}
#gNavi li a:hover {
  background: linear-gradient(#ededed, #dbdbdb);
	color: #000;
  font-weight: normal;
}

/*footer
============================*/
#footer {
  padding: 0 0 80px 0;
}
#footerTop {
  background: #fff;
  border-top: 2px solid var(--main-color);
  padding: 0;
}
#footerTopLink,
#footerCopy {
  font-weight: normal;
}
#footerTopIn {
  width: 100%;
  margin: 0 auto;
}
#footerTopLink {
  padding: 30px 0;
}
#footerTopLink ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: auto;
  float: none;
  left: unset;
}
#footerTopLink ul li {
  padding-right: 20px;
  margin-right: 0;
  float: none;
  left: unset;
}
#footerTopLink ul li.last {
  float: none;
  left: unset;
}
#footerTopLink ul li a {
  color: #333;
}
#footerCopy {
  font-size: 12px;
  padding: 15px 0;
  margin-top: 0;
  text-align: center;
  background-color: var(--main-color);
}
#footerBtm {
  background: #c2c2c2;
}
#footerBtmIn {
  padding: 20px 0;
}

/*オーナーからのメッセージ
============================*/
#g01 #main > .sectionWrap:nth-child(1) {
  width: var(--cont-width);
  margin: 0 auto 50px;
}
#g01 .h2WrapMid h2 {
  font-size: 16px;
  color: #333;
  background: #e7e7e7;
  padding: 0 0 0 10px;
}
.topMessageDetail, .topMessageSec01, .topMessageSec02 {
  margin: 0 auto;
  padding: 0;
}
.topMessageDetail {
  height: auto;
  padding: 10px;
  background-color: #fff;
}
.topMessageSec01 {
  font-size: var(--font-S);
}
.h3_basic01, .topMessageSec02 {
  text-align: left;
  padding: 0;
}
.h3_basic01 {
  font-size: 16px;
}
.topMessageDetail .detailAnchor {
  margin: 10px 0 0 0;
  padding: 0;
}
.topMessageDetail .detailAnchor a {
  color: var(--main-color);
  background: none;
}
.topMessageDetail .detailAnchor a::before {
  content: '▶︎';
}

/*メインビジュアル
============================*/
#mainimg {
    width: auto;
    height: 600px;
    margin: 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ecf7f9;
}
#mainimgIn {
    background: url(https://img.localplace.jp/releaseimg/t100718840/t100718840_202603130591045439) top left no-repeat;
    /* width: 100%; */
    background-size: contain;
}
#mainimgIn {
    background-image: url(https://cms.locoplace.biz/storeimg/71/718840/20260313_0928461.png) !important;
    height: 600px;
    width: var(--cont-width);
}

/*indexCopy01
============================*/
.indexCopy01 {
  max-width: var(--cont-width);
  background-color: #fff;
  padding: 40px 50px;
  text-align: center;
  font-size: var(--font-L);
  margin: 0 auto;
}

/*最下部基本情報
============================*/
#dlpoC_D .indexBasicInfoL01 {
  margin-top: 30px;
}
#dlpoC_D .section {
  width: var(--cont-width);
  margin: 0 auto 100px;
}
#dlpoC_D .sns {
  background-color: transparent !important;
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0 !important;
}
#dlpoC_D .sns::before {
  content: 'シェアする';
  font-size: 6px;
}
#dlpoC_D .sns p.flL {
  display: none !important;
}
#dlpoC_D .indexBasicInfoL01 table td {
  background-color: #fff;
}
/*pageTop
============================*/
.pageTop {
  right: 15px;
  z-index: 100;
  position: fixed;
  bottom: 100px;
  top: auto;
  border-width: 30px;
  border-style: solid;
  border-radius: 50% !important;
  border-color: var(--main-color);
  width: 0px !important;
  height: 0px !important;
}
.pageTop img {
  visibility: hidden;
  margin-top: 0px !important;
  width: 60px !important;
  height: 60px !important;
}
.pageTop a {
  display: block;
  width: 60px;
  height: 60px !important;
  margin-top: -30px;
  margin-left: -30px !important;
}
.pageTop:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 55%;
  left: -6px;
  margin-top:-5px;
}

/*-----------------------------------------共通(コピペ)ここまで-----------------------------------------*/


/*-----------------------------------------html記述部分-----------------------------------------*/

/* ============ Base ============ */
:root{
  --cf-bg:#ffffff;
  --cf-ink:#0e1b2a;
  --cf-muted:#5a6b7f;
  --cf-line:#d7e3f3;
  --cf-soft:#f4f8ff;

  /* coat-f系の清潔感を残しつつ、色味を変える（青緑×ネイビー） */
  --cf-main:#0b4d6e;
  --cf-main2:#0e7a86;
  --cf-accent:#00a3b0;

  --cf-radius:16px;
  --cf-shadow:0 10px 28px rgba(14,27,42,.10);
  --cf-shadow2:0 6px 16px rgba(14,27,42,.08);
}

.cf-body{
  margin:0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  color:var(--cf-ink);
  background:var(--cf-bg);
  line-height:1.75;
}

a{ color:inherit; text-decoration:none; }
img{ max-width:100%; height:auto; vertical-align:middle; }

.cf-container{
  width:min(1120px, calc(100% - 40px));
  margin:0 auto;
}

/* ============ Header ============ */
.cf-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.88);
  backdrop-filter:saturate(160%) blur(10px);
  border-bottom:1px solid var(--cf-line);
}

.cf-headerInner{
  width:min(1120px, calc(100% - 40px));
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:12px 0;
}

.cf-brand{ display:flex; flex-direction:column; gap:2px; }
.cf-brandMark{
  font-weight:900;
  letter-spacing:.06em;
  font-size:18px;
  color:var(--cf-main);
}
.cf-brandSub{
  font-size:12px;
  color:var(--cf-muted);
}

.cf-nav{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.cf-navLink{
  font-size:13px;
  color:var(--cf-muted);
  padding:8px 10px;
  border-radius:999px;
}
.cf-navLink:hover{
  background:var(--cf-soft);
  color:var(--cf-ink);
}

.cf-navCta{
  font-size:13px;
  font-weight:700;
  padding:10px 14px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--cf-main), var(--cf-main2));
  color:#fff;
  box-shadow:0 10px 18px rgba(11,77,110,.20);
}

/* ============ Hero ============ */
.cf-hero{
  padding:34px 0 10px;
  background:
    radial-gradient(900px 420px at 18% 15%, rgba(0,163,176,.18), transparent 55%),
    radial-gradient(820px 420px at 88% 12%, rgba(11,77,110,.18), transparent 55%),
    linear-gradient(180deg, rgba(244,248,255,.85), #fff 70%);
}

.cf-heroInner{
  width:min(1120px, calc(100% - 40px));
  margin:0 auto;
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:22px;
  align-items:stretch;
}

.cf-heroText{
  padding:26px 0 30px;
}

.cf-heroKicker{
  display:inline-block;
  padding:6px 10px;
  border:1px solid var(--cf-line);
  background:rgba(255,255,255,.8);
  border-radius:999px;
  color:var(--cf-main);
  font-weight:700;
  font-size:12px;
}

.cf-heroTitle{
  margin:12px 0 8px;
  font-size:42px;
  line-height:1.2;
  letter-spacing:.02em;
}

.cf-heroLead{
  margin:0;
  color:var(--cf-muted);
  font-size:16px;
}

.cf-heroBadges{
  margin:16px 0 18px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.cf-badge{
  font-size:12px;
  padding:7px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--cf-line);
  box-shadow:var(--cf-shadow2);
}

.cf-heroCtas{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}

.cf-ctaPrimary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:46px;
  padding:0 18px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--cf-main), var(--cf-main2));
  color:#fff;
  font-weight:800;
  box-shadow:0 12px 22px rgba(11,77,110,.22);
  transform:translateY(0);
  transition:transform .18s ease, box-shadow .18s ease;
}
.cf-ctaPrimary:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 30px rgba(11,77,110,.26);
}

.cf-ctaGhost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:46px;
  padding:0 16px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--cf-line);
  color:var(--cf-ink);
  font-weight:700;
  transform:translateY(0);
  transition:transform .18s ease, box-shadow .18s ease;
}
.cf-ctaGhost:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 30px rgba(11,77,110,.26);
}
.cf-miniCta br {
    display: none;
}
.cf-heroNote{
  margin-top:10px;
  font-size:12px;
  color:var(--cf-muted);
}

.cf-heroVisual{
  display:flex;
  align-items:stretch;
}

.cf-heroCard{
  width:100%;
  border-radius:var(--cf-radius);
  border:1px solid var(--cf-line);
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.78)),
    radial-gradient(600px 300px at 80% 20%, rgba(0,163,176,.16), transparent 60%);
  box-shadow:var(--cf-shadow);
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:240px;
}

.cf-heroCardTitle{
  color:var(--cf-main);
  font-weight:800;
  letter-spacing:.06em;
  font-size:13px;
}
.cf-heroCardBig{
  margin-top:8px;
  font-size:28px;
  font-weight:900;
  line-height:1.25;
}
.cf-heroCardSmall{
  margin-top:10px;
  color:var(--cf-muted);
  font-size:13px;
}

/* ============ Sections ============ */
.cf-sectionAlt{
  padding:64px 0;
  background:linear-gradient(180deg, var(--cf-soft), #fff 72%);
  border-top:1px solid var(--cf-line);
  border-bottom:1px solid var(--cf-line);
}
.cf-h2 {
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 24px;
    color: #0e1b2a;
    position: relative;
}
.cf-h2:after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    background: linear-gradient(135deg, #0e7a86, #00a3b0);
    margin: 10px auto 0;
    border-radius: 999px;
}
#about-coating .cf-h2 {
    font-size: 26px;
    font-weight: 800;
    padding: 6px 12px;
    background: rgba(0, 163, 176, 0.08);
    border-radius: 8px;
    color: #0e1b2a;
    margin-bottom: 20px;
    text-align: center;
}
#how-to-choose .cf-h2 {
    font-size: 26px;
    font-weight: 800;
    padding: 6px 12px;
    background: rgba(0, 163, 176, 0.08);
    border-radius: 8px;
    color: #0e1b2a;
    margin-bottom: 20px;
    text-align: center;
}
#siaa .cf-h2 {
    font-size: 26px;
    font-weight: 800;
    padding: 6px 12px;
    background: rgba(0, 163, 176, 0.08);
    border-radius: 8px;
    color: #0e1b2a;
    margin-bottom: 20px;
    text-align: center;
}
#about-coating .cf-h2:after {
    display: none;
}
#how-to-choose .cf-h2:after {
    display: none;
}
#siaa .cf-h2:after {
    display: none;
}
.cf-lead{
  margin:0 0 22px;
  color:var(--cf-muted);
}

/* Problems */
.cf-problems{
  display:grid;
  gap:12px;
  margin:16px 0 16px;
}
.cf-problem{
  border:1px solid var(--cf-line);
  background:#fff;
  border-radius:12px;
  padding:14px 14px;
  box-shadow:var(--cf-shadow2);
  position:relative;
}
.cf-problem:before{
  content:"";
  position:absolute;
  left:14px;
  top:18px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:linear-gradient(135deg, var(--cf-accent), var(--cf-main2));
}
.cf-problem{
  padding-left:34px;
  font-size: 16px;
}

.cf-copy{
  border:1px solid var(--cf-line);
  background:#fff;
  border-radius:var(--cf-radius);
  box-shadow:var(--cf-shadow2);
  padding:16px 16px;
  font-size: 16px;
}
.cf-text{ margin:10px 0; color:var(--cf-ink); line-height: 2; }

/* Inline CTA */
.cf-inlineCta{ margin-top:18px; }
.cf-inlineCtaBox{
  border:1px solid var(--cf-line);
  background:linear-gradient(180deg, rgba(255,255,255,.9), rgba(244,248,255,.95));
  border-radius:var(--cf-radius);
  box-shadow:var(--cf-shadow);
  padding:18px;
  margin-bottom: 30px;
}
.cf-inlineCtaTitle{
  font-weight:900;
  color:var(--cf-ink);
  margin-bottom:12px;
  text-align: center;
  font-size: 18px;
}
.cf-inlineCtaRow{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
  align-items:stretch;
  text-align: center;
}
.cf-inlineTel{
  border-radius:14px;
  border:1px solid rgba(0,163,176,.28);
  background:linear-gradient(180deg, rgba(0,163,176,.10), rgba(255,255,255,.9));
  padding:14px;
  box-shadow:var(--cf-shadow2);
  transform: translateY(0);
  transition: transform .18s ease, box-shadow .18s ease;
}
.cf-inlineTel:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(11, 77, 110, .26);
}
.cf-inlineTelTop{ font-weight:900; color:var(--cf-main); font-size: 18px; }
.cf-inlineTelSub{ margin-top:2px; font-size:15px; color:var(--cf-muted); }

.cf-inlineForm{
  border-radius:14px;
  border:1px solid rgba(11,77,110,.28);
  background:linear-gradient(135deg, rgba(11,77,110,.95), rgba(14,122,134,.95));
  padding:14px;
  box-shadow:0 18px 30px rgba(11,77,110,.22);
  color:#fff;
  transform: translateY(0);
  transition: transform .18s ease, box-shadow .18s ease;
}
.cf-inlineForm:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(11, 77, 110, .26);
}
.cf-inlineFormTop{ font-weight:900; font-size: 18px; }
.cf-inlineFormSub{ margin-top:2px; font-size:15px; opacity:.92; }

.cf-inlineCtaNote{ 
	margin-top:10px; 
	font-size:16px; 
	color:var(--cf-muted);
	text-align: center;
}

/* About split */
.cf-split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:18px;
  align-items:start;
}
.cf-evidence{
  margin-top:16px;
  border:1px dashed rgba(11,77,110,.35);
  background:#fff;
  border-radius:var(--cf-radius);
  padding:16px;
}
.cf-evidenceTitle{ font-size:14px; font-weight:900; color:var(--cf-main2); letter-spacing:.08em; }
.cf-evidenceBig{ margin-top:6px; font-size:20px; font-weight:900; }
.cf-evidenceText{ margin-top:8px; color:var(--cf-muted); font-size:14px; }

.cf-featureGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
  top: 5px;
  position: relative;
}
.cf-feature{
  border:1px solid var(--cf-line);
  background:rgba(255,255,255,.92);
  border-radius:var(--cf-radius);
  padding: 13px 16px;
  box-shadow:var(--cf-shadow2);
}
.cf-featureTitle{ font-weight:900; color:var(--cf-main); font-size: 16px; text-align: center; }
.cf-featureText{ margin-top:6px; color:var(--cf-muted); font-size:14px; }

img.cf-aboutImg {
    width: 33%;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}
/* Reasons */
.cf-reasonGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
.cf-reason{
  border:1px solid var(--cf-line);
  border-radius:var(--cf-radius);
  background:#fff;
  box-shadow:var(--cf-shadow2);
  padding:16px;
  position:relative;
}
.cf-reasonTop{
  padding-left:18px;
  font-weight:900;
  font-size: 16px;
  text-align: center;
  color: var(--cf-main);
}
.cf-reasonTop h3 {
    font-size: 20px;
    font-weight: bold;
}
.cf-reasonText{
  margin-top:8px;
  color:var(--cf-muted);
  font-size:16px;
  line-height: 2;
}

.cf-miniCta{
  margin-top:18px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  font-size: 16px;
}

/* Types */
.cf-typeGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
.cf-type{
  border:1px solid var(--cf-line);
  background:#fff;
  border-radius:var(--cf-radius);
  box-shadow:var(--cf-shadow2);
  padding:16px;
}
.cf-typeHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
}
.cf-typeName{ 
	font-weight:900;
	color:var(--cf-ink);
	font-size: 16px;
}
.cf-typeName h3 {
    font-size: 20px;
    font-weight: bold;
}
.cf-typeTag{
  font-size:13px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(0,163,176,.10);
  border:1px solid rgba(0,163,176,.22);
  color:var(--cf-main2);
  font-weight:800;
}
.cf-typeText{ color:var(--cf-muted); font-size:16px; line-height: 2; }

/* Services */
.cf-serviceGrid{
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
.cf-service{
  border:1px solid var(--cf-line);
  background:#fff;
  border-radius:var(--cf-radius);
  box-shadow:var(--cf-shadow2);
  padding:16px;
}
.cf-serviceTitle{
  font-weight:900;
  color:var(--cf-main);
  margin-bottom:10px;
}
.cf-serviceList{
  display:grid;
  gap:8px;
}
.cf-serviceItem{
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--cf-line);
  background:linear-gradient(180deg, rgba(244,248,255,.7), #fff);
  font-size:13px;
}

/* Flow */
.cf-stepGrid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
}
.cf-miniCta-flow {
    justify-content: center;
    align-items: stretch;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.cf-step{
  border:1px solid var(--cf-line);
  background:#fff;
  border-radius:var(--cf-radius);
  box-shadow:var(--cf-shadow2);
  padding:16px;
}
.cf-stepNo{
  font-weight:1000;
  color:#fff;
  background:linear-gradient(135deg, var(--cf-main), var(--cf-main2));
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  font-size:13px;
}
.cf-stepTitle{
  margin-top:10px;
  font-weight:900;
  font-size:14px;
}
.cf-stepTitle h3 {
    font-size: 20px;
    font-weight: bold;
}
.cf-stepText{
  margin-top:6px;
  color:var(--cf-muted);
  font-size:16px;
  line-height: 2;
}

/* FAQ */
.cf-faq{
  display:grid;
  gap:10px;
}
.cf-qa{
  border:1px solid var(--cf-line);
  background:#fff;
  border-radius:var(--cf-radius);
  box-shadow:var(--cf-shadow2);
  padding:14px 16px;
}
.cf-q{
	font-weight:900; 
	color:var(--cf-main);
	font-size: 20px;
}
.cf-a{ margin-top:6px; color:var(--cf-muted); font-size:16px; }

/* Cases / Voices */
.cf-caseGrid{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:12px;
}
.cf-case{
  border:1px solid var(--cf-line);
  background:#fff;
  border-radius:var(--cf-radius);
  box-shadow:var(--cf-shadow2);
  padding:16px;
}
.cf-caseTitle{ font-weight:900; font-size: 16px; }
.cf-caseMeta{ margin-top:6px; color:var(--cf-main2); font-size:15px; font-weight:800; }
.cf-caseText{ margin-top:8px; color:var(--cf-muted); font-size:16px; line-height: 2; }
.cf-caseTitle h3 {
    font-size: 20px;
    font-weight: bold;
}

.cf-voiceGrid{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:12px;
}
.cf-voice{
  border:1px solid var(--cf-line);
  background:#fff;
  border-radius:var(--cf-radius);
  box-shadow:var(--cf-shadow2);
  padding:16px;
}
.cf-voiceTitle{ font-weight:900; color:var(--cf-ink); font-size: 16px; }
.cf-voiceText{ margin-top:8px; color:var(--cf-muted); font-size:16px; line-height: 2; }

.cf-voiceTitle h3 {
    font-size: 20px;
    font-weight: bold;
}
.cf-caseMore{
  margin-top:14px;
  display:flex;
  justify-content:center;
}
.cf-linkBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:46px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid var(--cf-line);
  background:#fff;
  box-shadow:var(--cf-shadow2);
  font-weight:800;
  font-size: 16px;
}

/* Contact */
.cf-contact{
  padding:66px 0;
  background:
    radial-gradient(900px 420px at 22% 12%, rgba(0,163,176,.22), transparent 58%),
    radial-gradient(820px 420px at 88% 18%, rgba(11,77,110,.20), transparent 58%),
    linear-gradient(180deg, #fff, var(--cf-soft));
  border-top:1px solid var(--cf-line);
}
.cf-contactBox{
  border:1px solid var(--cf-line);
  border-radius:calc(var(--cf-radius) + 4px);
  background:rgba(255,255,255,.92);
  box-shadow:var(--cf-shadow);
  padding:22px;
}
.cf-contactTitle{ font-size:22px; font-weight:1000; text-align: center; }
.cf-contactLead{ margin-top:6px; color:var(--cf-muted); text-align: center; font-size: 16px; }

.cf-contactRow{
  margin-top:14px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
  text-align: center;
}
.cf-contactTel{
  border-radius:16px;
  border:1px solid rgba(0,163,176,.28);
  background:linear-gradient(180deg, rgba(0,163,176,.10), rgba(255,255,255,.9));
  padding:16px;
  box-shadow:var(--cf-shadow2);
  transform: translateY(0);
  transition: transform .18s ease, box-shadow .18s ease;
}
.cf-contactTelTop{ font-weight:1000; color:var(--cf-main); font-size: 18px; }
.cf-contactTelSub{ margin-top:2px; font-size:15px; color:var(--cf-muted); }

.cf-contactForm{
  border-radius:16px;
  border:1px solid rgba(11,77,110,.28);
  background:linear-gradient(135deg, rgba(11,77,110,.96), rgba(14,122,134,.96));
  padding:16px;
  box-shadow:0 22px 34px rgba(11,77,110,.22);
  color:#fff;
  transform: translateY(0);
  transition: transform .18s ease, box-shadow .18s ease;
}
.cf-contactTel:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(11, 77, 110, .26);
}
.cf-contactForm:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(11, 77, 110, .26);
}
.cf-contactFormTop{ font-weight:1000; font-size: 18px; }
.cf-contactFormSub{ margin-top:2px; font-size:15px; opacity:.92; }
.cf-contactNote{ margin-top:10px; font-size:16px; color:var(--cf-muted); text-align: center; }

/* Footer */
.cf-footer{
  border-top:1px solid var(--cf-line);
  background:#fff;
  padding:22px 0;
}
.cf-footerInner{
  width:min(1120px, calc(100% - 40px));
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  color:var(--cf-muted);
  font-size:12px;
}
.cf-footerBrand{ font-weight:900; color:var(--cf-ink); }

/* ============ Responsive ============ */
@media (max-width: 960px){
  .cf-heroInner{ grid-template-columns: 1fr; }
  .cf-split{ grid-template-columns: 1fr; }
  .cf-featureGrid{ grid-template-columns: 1fr; }
  .cf-reasonGrid{ grid-template-columns: 1fr; }
  .cf-typeGrid{ grid-template-columns: 1fr; }
  .cf-serviceGrid{ grid-template-columns: 1fr; }
  .cf-stepGrid{ grid-template-columns: 1fr 1fr; }
  .cf-caseGrid{ grid-template-columns: 1fr; }
  .cf-voiceGrid{ grid-template-columns: 1fr; }
}

@media (max-width: 560px){
  .cf-heroTitle{ font-size:32px; }
  .cf-inlineCtaRow{ grid-template-columns: 1fr; }
  .cf-contactRow{ grid-template-columns: 1fr; }
  .cf-stepGrid{ grid-template-columns: 1fr; }
}
/* =========================
   COAT-F Service Section
   ========================= */
.cf-services {
    margin: 0 auto;
    padding: 40px 0px 0;
    color: #0f172a;
    line-height: 1.9;
    font-size: 16px;
}
.cf-services > p{
  margin: 0 0 26px;
  color: #334155;
}

/* 大見出し（一般家庭向け / 店舗・オフィス・施設向け） */
.cf-services h3{
  font-size: 18px;
  font-weight: 800;
  margin: 32px 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbeafe;
  color: #0f172a;
}

/* 各メニュータイトル */
.cf-services h4{
  font-size: 16px;
  font-weight: 800;
  margin: 18px 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0f172a;
}
.cf-services h4::before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #fff;
}

/* 各メニュー説明 */
.cf-services h4 + p{
  margin: 0 0 14px;
  border-radius: 12px;
  color: #334155;
}

/* 施設向けリスト */
.cf-services ul{
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.cf-services li{
  padding: 14px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15,23,42,.06);
  color: #334155;
}

/* リストの先頭を強調（"飲食店："部分を太字っぽく） */
.cf-services li strong{
  color: #0f172a;
  font-weight: 800;
}

/* スマホ調整 */
@media (max-width: 640px){
  .cf-services{
    padding: 28px 14px 44px;
    font-size: 15px;
  }
  .cf-services h2{ font-size: 20px; }
  .cf-services h3{ font-size: 17px; }
}

/* ダーク背景に置かれても読みやすく（任意） */
@media (prefers-color-scheme: dark){
  .cf-services{
    color: #e5e7eb;
  }
  .cf-services li{
    color: #cbd5e1;
  }
  .cf-services h3{
    border-bottom-color: rgba(59,130,246,.25);
  }
  .cf-services li{
    background: rgba(2,6,23,.25);
    border-color: rgba(148,163,184,.18);
    box-shadow: none;
  }
}
/* =========================
   Service Grid Cards
   ========================= */

.cf-services .svc-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 14px;
}

.cf-services .svc-card{
  border-radius: 16px;
  padding: 18px 18px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 10px 28px rgba(15,23,42,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.cf-services .svc-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(15,23,42,.12);
}

.cf-services .svc-card h4{
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cf-services .svc-card h4::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.cf-services .svc-card p{
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #475569;
}

/* SPは1列 */
@media (max-width: 768px){
  .cf-services .svc-grid{
    grid-template-columns: 1fr;
  }
}
/* 施設向けの最後（外壁）をPCで横幅いっぱいにする（任意） */
@media (min-width: 769px){
  .cf-services .cf-services .svc-grid .svc-card:last-child{
    grid-column: 1 / -1;
  }
}
/* 施設向けのh3直下のgridだけ少し落ち着いた配色に（任意） */
.cf-services h3 + .cf-services .svc-grid .svc-card{
  border-color: #e2e8f0;
}
/* =========================
   Card icon (Emoji)
   ========================= */
.cf-services .svc-card h4{
  position: relative;
  padding-left: 32px; /* アイコン分 */
}

.cf-services .svc-card h4::before{
  content: "🧴"; /* デフォルト */
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  line-height: 1;
}

/* 一般家庭：6メニュー（順番で割り当て） */
.cf-serviceGrid > div > div:nth-child(2) > div:nth-child(1) > h4:before{ content:"🏠"; } /* 空室 */
.cf-serviceGrid > div > div:nth-child(2) > div:nth-child(2) > h4:before{ content:"🛋️"; } /* 居住中 */
.cf-serviceGrid > div > div:nth-child(2) > div:nth-child(3) > h4:before{ content:"🚿"; } /* 水まわり */
.cf-serviceGrid > div > div:nth-child(2) > div:nth-child(4) > h4:before{ content:"🍳"; } /* キッチン */
.cf-serviceGrid > div > div:nth-child(2) > div:nth-child(5) > h4:before{ content:"🧼"; } /* サニタリー */
.cf-serviceGrid > div > div:nth-child(2) > div:nth-child(6) > h4:before{ content:"🪟"; } /* ベランダ窓 */

/* 施設向け：h3の後のsvc-grid（2つ目のgrid） */
.cf-serviceGrid > div > div:nth-child(4) > div:nth-child(1) > h4:before{ content:"🍽️"; } /* 飲食店 */
.cf-serviceGrid > div > div:nth-child(4) > div:nth-child(2) > h4:before{ content:"🏢"; } /* オフィス */
.cf-serviceGrid > div > div:nth-child(4) > div:nth-child(3) > h4:before{ content:"🏨"; } /* ホテル */
.cf-serviceGrid > div > div:nth-child(4) > div:nth-child(4) > h4:before{ content:"🚆"; } /* 交通機関 */
.cf-serviceGrid > div > div:nth-child(4) > div:nth-child(5) > h4:before{ content:"🏗️"; } /* 外壁 */


/* =========================
   Article Style (same tone)
   ========================= */

.cf-services-article{
  margin-top: 60px;
}

.article-card{
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  padding: 24px 24px;
  margin-top: 20px;
  box-shadow: 0 12px 30px rgba(15,23,42,.08);
}

.article-card h3{
  font-size: 17px;
  font-weight: 800;
  margin: 24px 0 8px;
  padding-left: 10px;
  border-left: 3px solid #3b82f6;
}

.article-card p{
  margin: 10px 0;
  color: #334155;
  line-height: 1.9;
}

.article-point{
  background: linear-gradient(180deg, rgba(59,130,246,.05), rgba(45,212,191,.05));
  border: 1px solid rgba(59,130,246,.18);
  border-radius: 12px;
  padding: 14px 16px;
  margin: 12px 0;
  font-size: 14px;
}

.article-highlight{
  margin: 18px 0;
  padding: 16px;
  border-radius: 12px;
  background: linear-gradient(135deg,#3b82f6,#0ea5e9);
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.article-cta{
  margin-top: 20px;
  text-align: center;
}

.article-cta-text{
  font-weight: 700;
  margin-top: 16px;
}

/* ===== Articles (readable) ===== */

.cf-article{
  margin-top: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(18,74,166,.10);
  margin-bottom: 25px;
}

.cf-articleLead{
  font-weight: 900;
  color: #08243d;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}
.cf-articleLead h3 {
    font-weight: bold;
    font-size: 18px;
}
.cf-articleBody{
  color: #153a55;
  font-size: 15px;
  line-height: 1.95;
}

.cf-articleSub{
  font-weight: 900;
  color: #08243d;
  margin: 14px 0 6px;
}
.cf-articleSub h3 {
    font-weight: bold;
    font-size: 20px;
}
.cf-articleSub h4 {
    font-weight: bold;
    font-size: 15px;
}

.cf-section {
  padding: 64px 20px;
  background: #f8f8f8;
  /*background: linear-gradient(180deg, var(--cf-soft), #fff 72%);*/
}

.cf-container {
  max-width: 1200px;
  margin: 0 auto;
}

.cf-lead {
  margin: 0 auto 50px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.9;
  color: #555;
}

.cf-service h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--cf-ink);
    margin: 0 0 24px;
    padding-left: 16px;
    line-height: 1.5;
    border-bottom: solid 3px #0c5a76;
}

.cf-service h3 + .cf-services .svc-grid {
  margin-bottom: 50px;
}

.cf-services .svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 20px;
}

.cf-services .svc-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 28px 22px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cf-services .svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.cf-services .svc-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  margin: 0 0 14px;
  line-height: 1.6;
}

.cf-services .svc-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #555;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .cf-services .svc-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .cf-section {
    padding: 64px 20px;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .cf-section {
    padding: 64px 16px;
  }

  .cf-lead {
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 40px;
  }

  .cf-service h3 {
    font-size: 1.2rem;
    margin-bottom: 18px;
    padding-left: 12px;
  }

  .cf-services .svc-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cf-services .svc-card {
    padding: 22px 18px;
    border-radius: 12px;
  }

  .cf-services .svc-card h4 {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .cf-services .svc-card p {
    font-size: 0.92rem;
    line-height: 1.8;
  }
}
.cf-articleBody p {
    margin-bottom: 10px;
}

/* Sticky CTA (mobile-first) */
.cf-stickyInner {
    justify-content: center !important;
}
.cf-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 10px 12px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.92);
  border-top: 1px solid #dbeafe;
  box-shadow: 0 -14px 30px rgba(11,46,79,.12);
  backdrop-filter: blur(8px);
}

.cf-stickyInner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.cf-stickyTel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #f7fffb);
  border: 1px solid #bfead6;
  color: #063b24;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 22px rgba(6,59,36,.10);
}

.cf-stickyForm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(11, 77, 110, .95), rgba(14, 122, 134, .95)) ;
    border: 1px solid #197989;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 34px rgb(139 238 255);
    background: linear-gradient(135deg, var(--cf-main), var(--cf-main2));
}
.cf-stickyTel:before { content: "☎"; }
.cf-stickyForm:before { content: "✉"; }

.cf-stickyForm:hover { filter: brightness(1.03); }
.cf-stickyTel:hover { filter: brightness(0.99); }

@media (min-width: 901px) {
  .cf-sticky {
    padding: 12px;
    padding-bottom: 12px;
  }
  .cf-stickyInner {
    grid-template-columns: 320px 320px;
    justify-content: end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cf-stickyForm { animation: none; }
  .cf-stickyForm:after { animation: none; }
}
.point {
  background: linear-gradient(transparent 60%, #ffe082 60%);
  font-weight: 700;
}
.cf-miniCta-flow a {
    width: 230px;
}
p.link-p a {
    color: #0b5472;
}