/* ============================================================
   共通フッター専用CSS（ks-footer2）最終統合版
   配置: /wp-content/themes/kurosaki/assets/css/kurosaki-footer.css
   全ページで読み込む（functions.php で enqueue）
   構成: ロゴ白角丸パネル＋会社情報（左）
         ／ ドクターエコ事業部カード＋ACCEL JAPANバナー横並び（右）
         ／ MENU一列（SPは2列グリッド）／ コピーライト
   ============================================================ */

/* ---- フッター全体 ---- */
.ks-footer2 {
  background: #0F2540 !important;
  color: #fff !important;
  margin-top: 0 !important;
}
.ks-footer2__inner {
  max-width: 1080px !important;
  margin: 0 auto !important;
  padding: 48px 20px 28px !important;
}

/* ---- 上段：左＝会社情報 / 右＝カード2枚 ---- */
.ks-footer2__top {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 40px !important;
}

/* ---- 左：ロゴ（白角丸パネル）＋会社情報 ---- */
.ks-footer2__brand {
  flex: 1 1 340px !important;
  min-width: 0 !important;
}
.ks-footer2__logo {
  display: inline-block !important;
  background: #fff !important;
  padding: 10px 16px !important;
  border-radius: 10px !important;
  line-height: 0 !important;
  margin-bottom: 20px !important;
}
.ks-footer2__logo-img {
  width: 220px !important;
  height: auto !important;
  display: block !important;
}
.ks-footer2__info {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}
.ks-footer2__info-row {
  display: flex !important;
  align-items: flex-start !important;
  padding: 4px 0 !important;
}
.ks-footer2__info dt {
  flex: 0 0 6.5em !important;
  font-weight: 600 !important;
  color: rgba(255,255,255,0.7) !important;
}
.ks-footer2__info dd {
  margin: 0 !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}
.ks-footer2__tel {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}
.ks-footer2__tel:hover {
  color: #E8772E !important;
}

/* ---- 右：エコカード（左）＋バナー（右）横並び ---- */
.ks-footer2__side {
  flex: 0 1 auto !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  gap: 16px !important;
}

/* 事業部カード（バナーと同寸 300x150） */
.ks-footer2__eco {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px !important;
  width: 300px !important;
  height: 150px !important;
  padding: 12px 18px !important;
  box-sizing: border-box !important;
  background: #fff !important;
  border-radius: 8px !important;
  text-decoration: none !important;
}
.ks-footer2__eco:hover {
  opacity: 0.88 !important;
}
.ks-footer2__eco-label {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  color: #0F2540 !important;
  border: 1px solid rgba(15,37,64,0.35) !important;
  border-radius: 999px !important;
  padding: 2px 12px !important;
  line-height: 1.5 !important;
}
.ks-footer2__eco-img {
  width: 210px !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}
.ks-footer2__eco-note {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #E8772E !important;
  line-height: 1.4 !important;
}

/* ACCEL JAPANバナー */
.ks-footer2__partner {
  text-align: right !important;
}
.ks-footer2__partner-link {
  display: inline-block !important;
  line-height: 0 !important;
}
.ks-footer2__partner-img {
  width: 300px !important;
  max-width: 100% !important;
  height: auto !important;
  display: inline-block !important;
  border-radius: 8px !important;
}
.ks-footer2__partner-note {
  margin: 8px 0 0 !important;
  font-size: 11px !important;
  color: rgba(255,255,255,0.6) !important;
}

/* ---- MENU：一列（折り返しなし） ---- */
.ks-footer2__navrow {
  margin-top: 36px !important;
  width: 100% !important;
}
.ks-footer2__menu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
}
.ks-footer2__menu li {
  border-right: 1px solid rgba(255,255,255,0.3) !important;
  padding: 0 12px !important;
  line-height: 1.2 !important;
}
.ks-footer2__menu li:last-child {
  border-right: none !important;
}
.ks-footer2__menu a {
  color: #fff !important;
  font-size: 13px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}
.ks-footer2__menu a:hover {
  color: #E8772E !important;
  text-decoration: underline !important;
}

/* ---- 下段：コピーライト ---- */
.ks-footer2__bottom {
  margin-top: 20px !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(255,255,255,0.15) !important;
  text-align: center !important;
}
.ks-footer2__copy {
  margin: 0 !important;
  font-size: 12px !important;
  color: rgba(255,255,255,0.6) !important;
}

/* ---- SP（767px以下） ---- */
@media (max-width: 767px) {
  .ks-footer2__inner {
    padding: 36px 20px 24px !important;
  }
  .ks-footer2__top {
    flex-direction: column !important;
    gap: 28px !important;
  }
  .ks-footer2__brand {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
  .ks-footer2__info dt {
    flex: 0 0 6em !important;
  }
  .ks-footer2__side {
    flex: 0 0 auto !important;
    width: 100% !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
  }
  .ks-footer2__eco {
    width: 100% !important;
    max-width: 420px !important;
    height: auto !important;
    min-height: 150px !important;
  }
  .ks-footer2__eco-img {
    width: 62% !important;
  }
  .ks-footer2__partner {
    width: 100% !important;
    text-align: center !important;
  }
  .ks-footer2__partner-img {
    width: 100% !important;
    max-width: 420px !important;
  }
  /* MENU：2列グリッド */
  .ks-footer2__navrow {
    margin-top: 28px !important;
  }
  .ks-footer2__menu {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 4px 16px !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .ks-footer2__menu li {
    border-right: none !important;
    padding: 0 !important;
  }
  .ks-footer2__menu a {
    font-size: 13px !important;
    display: inline-block !important;
    padding: 6px 0 !important;
  }
  /* 固定CTAバーとコピーライトの重なり回避（body側で確保済みなら削除可） */
  .ks-footer2 {
    padding-bottom: 72px !important;
  }
}
