/* ========================================
   貸店舗エリアLP 共通CSS
   file: /css/kashitenpo-area.css
======================================== */


/* ========================================
   外部CSS上書き対策・基本設定
======================================== */

.kashitenpo-area-page{
  color:#2f2a24 !important;
  background:#ffffff;
  line-height:1.9;
}

.kashitenpo-area-page *{
  box-sizing:border-box;
}

.kashitenpo-area-page a{
  color:inherit;
}

.kashitenpo-area-page p,
.kashitenpo-area-page li,
.kashitenpo-area-page td,
.kashitenpo-area-page th,
.kashitenpo-area-page div,
.kashitenpo-area-page span{
  color:#333333;
}

.kashitenpo-area-page h1,
.kashitenpo-area-page h2,
.kashitenpo-area-page h3,
.kashitenpo-area-page h4{
  background:none !important;
  background-image:none !important;
  height:auto !important;
  min-height:0 !important;
  width:auto !important;
  text-indent:0 !important;
  overflow:visible !important;
  white-space:normal !important;
  border:none;
  padding:0;
}


/* ========================================
   ファーストビュー
======================================== */

.kashitenpo-area-hero{
  position:relative;
  padding:86px 20px 78px;
  background:
    linear-gradient(135deg,rgba(40,30,20,0.88),rgba(90,58,31,0.78)),
    url('/picture/top.jpg') center center / cover no-repeat;
  color:#ffffff !important;
  overflow:hidden;
}

.kashitenpo-area-hero::after{
  content:"";
  position:absolute;
  inset:auto -80px -160px auto;
  width:360px;
  height:360px;
  border-radius:50%;
  background:rgba(255,255,255,0.08);
}

.kashitenpo-area-hero-inner{
  position:relative;
  z-index:2;
  max-width:1120px;
  margin:0 auto;
}

.kashitenpo-area-breadcrumb{
  margin:0 0 18px;
  font-size:13px;
  color:rgba(255,255,255,0.86) !important;
}

.kashitenpo-area-breadcrumb *,
.kashitenpo-area-breadcrumb a{
  color:rgba(255,255,255,0.86) !important;
}

.kashitenpo-area-breadcrumb a{
  text-decoration:underline;
  text-underline-offset:3px;
}

.kashitenpo-area-hero-label{
  display:inline-block;
  margin:0 0 18px;
  padding:7px 16px;
  border:1px solid rgba(255,255,255,0.45);
  border-radius:999px;
  background:rgba(255,255,255,0.12);
  color:#ffffff !important;
  font-size:13px;
  font-weight:700;
  letter-spacing:0.04em;
}

.kashitenpo-area-hero h1{
  margin:0 0 20px;
  padding:0 !important;
  font-size:42px;
  line-height:1.35;
  letter-spacing:0.03em;
  color:#ffffff !important;
  text-shadow:0 3px 12px rgba(0,0,0,0.28);
}

.kashitenpo-area-hero-lead{
  max-width:860px;
  margin:0 0 28px;
  font-size:17px;
  line-height:2;
  color:rgba(255,255,255,0.94) !important;
}

.kashitenpo-area-hero-lead *{
  color:rgba(255,255,255,0.94) !important;
}

.kashitenpo-area-hero-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}

.kashitenpo-area-center{
  justify-content:center;
}

.kashitenpo-area-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 24px;
  border-radius:999px;
  font-weight:700;
  text-decoration:none;
  line-height:1.4;
  transition:opacity 0.2s ease, transform 0.2s ease;
}

.kashitenpo-area-btn:hover{
  opacity:0.88;
  transform:translateY(-1px);
}

.kashitenpo-area-btn-primary{
  background:#b1703a;
  color:#ffffff !important;
  box-shadow:0 8px 20px rgba(0,0,0,0.18);
}

.kashitenpo-area-btn-secondary{
  background:#ffffff;
  color:#3b2b1f !important;
}


/* ========================================
   共通セクション
======================================== */

.kashitenpo-area-section{
  padding:72px 20px;
}

.kashitenpo-area-section:nth-of-type(even){
  background:#fbf8f3;
}

.kashitenpo-area-inner{
  max-width:1120px;
  margin:0 auto;
}

.kashitenpo-area-section-label{
  display:inline-block;
  margin:0 0 14px;
  padding:6px 14px;
  border-radius:999px;
  background:#3b2b1f;
  color:#ffffff !important;
  font-size:13px;
  font-weight:700;
}

.kashitenpo-area-section h2{
  margin:0 0 20px;
  padding:0 !important;
  color:#2f241b !important;
  font-size:31px;
  line-height:1.45;
  letter-spacing:0.03em;
}

.kashitenpo-area-section h3{
  margin:0 0 12px;
  padding:0 !important;
  color:#8a552d !important;
  font-size:21px;
  line-height:1.5;
}

.kashitenpo-area-section p{
  margin:0 0 18px;
  color:#333333 !important;
  font-size:16px;
  line-height:1.95;
}


/* ========================================
   強調ボックス
======================================== */

.kashitenpo-area-lead-box{
  margin:28px 0 0;
  padding:28px;
  background:#ffffff;
  border:1px solid #eadfd3;
  border-left:6px solid #b1703a;
  box-shadow:0 8px 22px rgba(52,35,18,0.06);
}

.kashitenpo-area-lead-box p:last-child{
  margin-bottom:0;
}


/* ========================================
   データテーブル
======================================== */

.kashitenpo-area-data-table-wrap{
  margin-top:28px;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

.kashitenpo-area-data-table{
  width:100%;
  min-width:720px;
  border-collapse:collapse;
  background:#ffffff;
  box-shadow:0 8px 22px rgba(52,35,18,0.06);
}

.kashitenpo-area-data-table th,
.kashitenpo-area-data-table td{
  padding:16px 18px;
  border:1px solid #eadfd3;
  text-align:left;
  vertical-align:top;
  font-size:15px;
}

.kashitenpo-area-data-table th{
  width:28%;
  background:#3b2b1f;
  color:#ffffff !important;
  font-weight:700;
}

.kashitenpo-area-data-table td{
  color:#333333 !important;
}

.kashitenpo-area-note{
  margin-top:12px;
  color:#666666 !important;
  font-size:13px;
  line-height:1.7;
}


/* ========================================
   通常カード
======================================== */

.kashitenpo-area-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:30px;
}

.kashitenpo-area-card{
  height:100%;
  padding:26px 22px;
  background:#ffffff;
  border:1px solid #eadfd3;
  border-top:5px solid #b1703a;
  box-shadow:0 8px 22px rgba(52,35,18,0.06);
}

.kashitenpo-area-card p{
  margin-bottom:0;
  font-size:15px;
}


/* ========================================
   業種カード
======================================== */

.kashitenpo-area-business-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
  margin-top:30px;
}

.kashitenpo-area-business-card{
  padding:26px 24px;
  background:#ffffff;
  border:1px solid #eadfd3;
  border-left:6px solid #b1703a;
  box-shadow:0 8px 22px rgba(52,35,18,0.06);
}

.kashitenpo-area-business-card p{
  margin-bottom:0;
  font-size:15px;
}


/* ========================================
   リスト
======================================== */

.kashitenpo-area-list{
  margin:22px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.kashitenpo-area-list li{
  position:relative;
  padding:13px 16px 13px 38px;
  background:#ffffff;
  border:1px solid #eadfd3;
  color:#333333 !important;
  font-size:15px;
  line-height:1.7;
}

.kashitenpo-area-list li::before{
  content:"";
  position:absolute;
  left:16px;
  top:23px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#b1703a;
}


/* ========================================
   エリア別カード
======================================== */

.kashitenpo-area-area-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin-top:30px;
}

.kashitenpo-area-area-item{
  padding:24px 22px;
  background:#ffffff;
  border:1px solid #eadfd3;
  box-shadow:0 8px 22px rgba(52,35,18,0.06);
}

.kashitenpo-area-area-item h3{
  color:#3b2b1f !important;
}

.kashitenpo-area-area-item p{
  margin-bottom:0;
  font-size:15px;
}


/* ========================================
   ポイントボックス
======================================== */

.kashitenpo-area-point-box{
  margin-top:30px;
  padding:30px;
  background:linear-gradient(135deg,#fff8ef,#fff1df);
  border:1px solid #e4c5a5;
  border-left:7px solid #b1703a;
}

.kashitenpo-area-point-box h3{
  color:#3b2b1f !important;
}

.kashitenpo-area-point-box p:last-child{
  margin-bottom:0;
}


/* ========================================
   料金カード
======================================== */

.kashitenpo-area-price-box{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:30px;
}

.kashitenpo-area-price-card{
  padding:28px 20px;
  text-align:center;
  background:#ffffff;
  border:1px solid #eadfd3;
  box-shadow:0 8px 22px rgba(52,35,18,0.06);
}

.kashitenpo-area-price-card span{
  display:block;
  margin-bottom:10px;
  color:#8a552d !important;
  font-size:14px;
  font-weight:700;
}

.kashitenpo-area-price-card strong{
  display:block;
  color:#2f241b !important;
  font-size:28px;
  line-height:1.35;
}


/* ========================================
   関連リンク
======================================== */

.kashitenpo-area-related{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:30px;
}

.kashitenpo-area-related a{
  display:block;
  padding:22px 20px;
  background:#ffffff;
  border:1px solid #eadfd3;
  text-decoration:none;
  color:#2f241b !important;
  font-weight:700;
  box-shadow:0 8px 22px rgba(52,35,18,0.06);
}

.kashitenpo-area-related a:hover{
  background:#fff8ef;
}


/* ========================================
   CTA
======================================== */

.kashitenpo-area-cta{
  padding:76px 20px;
  background:
    linear-gradient(135deg,rgba(47,36,27,0.92),rgba(120,76,37,0.88)),
    url('/picture/top.jpg') center center / cover no-repeat;
  color:#ffffff !important;
  text-align:center;
}

.kashitenpo-area-cta-inner{
  max-width:920px;
  margin:0 auto;
}

.kashitenpo-area-cta h2{
  margin:0 0 18px;
  padding:0 !important;
  color:#ffffff !important;
  font-size:33px;
  line-height:1.45;
}

.kashitenpo-area-cta p{
  margin:0 auto 26px;
  max-width:780px;
  color:rgba(255,255,255,0.94) !important;
  font-size:16px;
  line-height:1.95;
}

.kashitenpo-area-cta-tel{
  margin:18px 0 0;
  font-size:15px;
  color:rgba(255,255,255,0.9) !important;
}

.kashitenpo-area-cta-tel a{
  color:#ffffff !important;
  font-size:24px;
  font-weight:700;
  text-decoration:none;
}


/* ========================================
   ヒーロー・CTA内の文字色保護
======================================== */

.kashitenpo-area-hero,
.kashitenpo-area-hero *,
.kashitenpo-area-cta,
.kashitenpo-area-cta *{
  color:#ffffff !important;
}

.kashitenpo-area-hero .kashitenpo-area-btn-secondary,
.kashitenpo-area-cta .kashitenpo-area-btn-secondary{
  color:#3b2b1f !important;
}


/* ========================================
   スマホ対応
======================================== */

@media screen and (max-width:900px){

  .kashitenpo-area-hero{
    padding:68px 18px 62px;
  }

  .kashitenpo-area-hero h1{
    font-size:34px;
  }

  .kashitenpo-area-grid,
  .kashitenpo-area-price-box,
  .kashitenpo-area-related{
    grid-template-columns:1fr;
  }

  .kashitenpo-area-business-grid,
  .kashitenpo-area-area-list,
  .kashitenpo-area-list{
    grid-template-columns:1fr;
  }
}

@media screen and (max-width:600px){

  .kashitenpo-area-hero{
    padding:54px 16px 50px;
  }

  .kashitenpo-area-hero h1{
    font-size:28px;
  }

  .kashitenpo-area-hero-lead{
    font-size:15px;
  }

  .kashitenpo-area-hero-buttons{
    flex-direction:column;
  }

  .kashitenpo-area-btn{
    width:100%;
  }

  .kashitenpo-area-section{
    padding:50px 16px;
  }

  .kashitenpo-area-section h2{
    font-size:24px;
  }

  .kashitenpo-area-card,
  .kashitenpo-area-business-card,
  .kashitenpo-area-area-item,
  .kashitenpo-area-lead-box,
  .kashitenpo-area-point-box{
    padding:22px 18px;
  }

  .kashitenpo-area-cta{
    padding:56px 16px;
  }

  .kashitenpo-area-cta h2{
    font-size:25px;
  }

  .kashitenpo-area-cta-tel a{
    font-size:22px;
  }
}


/* ========================================
   最終上書き：ラベル文字色の完全修正
   外部CSSより強く効かせるため末尾に配置
======================================== */

.kashitenpo-area-page .kashitenpo-area-section-label,
main.kashitenpo-area-page .kashitenpo-area-section-label,
p.kashitenpo-area-section-label{
  display:inline-block !important;
  margin:0 0 14px !important;
  padding:6px 14px !important;
  border-radius:999px !important;
  background:#3b2b1f !important;
  color:#ffffff !important;
  font-size:13px !important;
  font-weight:700 !important;
  letter-spacing:0.04em !important;
  line-height:1.5 !important;
  text-indent:0 !important;
  opacity:1 !important;
}

.kashitenpo-area-page .kashitenpo-area-hero-label,
main.kashitenpo-area-page .kashitenpo-area-hero-label,
p.kashitenpo-area-hero-label{
  color:#ffffff !important;
}

.kashitenpo-area-page .kashitenpo-area-cta-label,
main.kashitenpo-area-page .kashitenpo-area-cta-label,
p.kashitenpo-area-cta-label{
  color:#ffffff !important;
  background:#3b2b1f !important;
}

/* ========================================
   北区ページ：対応エリア一覧の余白・横幅修正
======================================== */

.kitaku-supported-area-section{
  padding-top:46px !important;
  padding-bottom:46px !important;
}

.kitaku-town-list{
  display:grid !important;
  grid-template-columns:repeat(5,1fr) !important;
  gap:10px 12px !important;
  margin-top:22px !important;
}

.kitaku-town-list span{
  display:block !important;
  padding:10px 12px !important;
  background:#ffffff !important;
  border:1px solid #eadfd3 !important;
  border-radius:8px !important;
  color:#333333 !important;
  font-size:14px !important;
  line-height:1.4 !important;
  text-align:center !important;
  box-shadow:none !important;
}

@media screen and (max-width:900px){
  .kitaku-town-list{
    grid-template-columns:repeat(3,1fr) !important;
  }
}

@media screen and (max-width:600px){
  .kitaku-supported-area-section{
    padding-top:36px !important;
    padding-bottom:36px !important;
  }

  .kitaku-town-list{
    grid-template-columns:repeat(2,1fr) !important;
  }

  .kitaku-town-list span{
    font-size:13px !important;
    padding:9px 8px !important;
  }
}