/*
Theme Name:     Lightning-child
Description:    Lightningの子テーマ
Author:         login_user
Template:       lightning

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/* ========================================
   Lightning-child
   このファイルには「テーマ共通の調整だけ」を置く
   自治会プラグイン専用のCSSはプラグイン側 assets/style.css へ移動
======================================== */

/* -----------------------------
	改行
----------------------------- */

.hidden {
	display: none;
}

.hidden.pcBlock {
	display: inline;
}

@media screen and (max-width: 640px) {
	.hidden.pcBlock {
		display: none;
	}

	.hidden.spBlock {
		display: inline;
	}
}

/*スマホcenter⇒left*/
@media screen and (max-width: 800px) {
	.mobile-left {
		text-align:left;
	}
}

/* -----------------------------
	汎用
----------------------------- */

.clear {
    clear:both;
}

.floatL{
	float:left;
	margin: 0;
}

.floatR{
	float:right;
	margin: -15px 0 0 20px;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

.underline {
    text-decoration:underline;
}

strong {
	font-weight:bold;
}

em {
	font-weight:bold;
}

.font-bold {
	font-weight:bold;
}

.font-normal {
	font-weight:normal;
}

.indent-1 {
	margin:0 0 0 1em;
	text-indent: -1em;
}

.indent1 {
	text-indent: 1em;
}




/* =====================================================
   スマート予約アシスト 販売ページ
===================================================== */

.sba-sales-page {
  color: #1e293b;
  line-height: 1.8;
}

.sba-sales-page * {
  box-sizing: border-box;
}

.sba-sales-page h1,
.sba-sales-page h2,
.sba-sales-page h3,
.sba-sales-page p,
.sba-sales-page ul {
  margin-top: 0;
}

.sba-sales-page a {
  text-decoration: none;
}

.sba-sales-hero {
  padding: 70px 20px;
  background: linear-gradient(135deg, #e0f2fe, #f0f9ff 55%, #ffffff);
  border-radius: 28px;
  margin-bottom: 36px;
}

.sba-sales-hero-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.sba-sales-label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 16px;
  border-radius: 999px;
  background: #dbeafe;
  color: #0369a1;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.sba-sales-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.3;
  color: #0f172a;
}

.sba-sales-lead {
  max-width: 860px;
  margin: 0 auto 28px;
  font-size: 17px;
  color: #334155;
}

.sba-sales-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.sba-sales-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  transition: 0.2s ease;
}

.sba-sales-btn:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

.sba-sales-btn-primary {
  background: #0ea5e9;
  color: #fff;
}

.sba-sales-btn-secondary {
  background: #ffffff;
  color: #0369a1;
  border: 1px solid #7dd3fc;
}

.sba-sales-section {
  max-width: 1080px;
  margin: 0 auto 34px;
  padding: 34px 24px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(14, 165, 233, 0.06);
}

.sba-sales-section h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: clamp(24px, 3vw, 32px);
  color: #0f172a;
}

.sba-sales-center-text {
  text-align: center;
  font-size: 16px;
  color: #334155;
}

.sba-sales-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sba-sales-card {
  padding: 24px;
  background: #f8fdff;
  border: 1px solid #cfeeff;
  border-radius: 18px;
}

.sba-sales-card h3 {
  margin-bottom: 10px;
  color: #0369a1;
  font-size: 20px;
}

.sba-sales-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sba-sales-feature {
  padding: 24px;
  background: #f8fdff;
  border: 1px solid #dbeafe;
  border-radius: 18px;
}

.sba-sales-feature h3 {
  margin-bottom: 10px;
  color: #0284c7;
  font-size: 20px;
}

.sba-sales-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.sba-sales-chip-list span {
  display: inline-block;
  padding: 10px 16px;
  background: #e0f2fe;
  color: #075985;
  border-radius: 999px;
  font-weight: 700;
}

.sba-sales-before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sba-sales-ba-box {
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #dbeafe;
  background: #f8fdff;
}

.sba-sales-ba-box h3 {
  margin-bottom: 12px;
  color: #0369a1;
  font-size: 22px;
}

.sba-sales-ba-box ul {
  margin: 0;
  padding-left: 20px;
}

.sba-sales-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.sba-sales-step {
  padding: 24px 18px;
  text-align: center;
  background: #f8fdff;
  border: 1px solid #dbeafe;
  border-radius: 18px;
}

.sba-sales-step-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #0ea5e9;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.sba-sales-step h3 {
  margin-bottom: 10px;
  color: #0369a1;
  font-size: 19px;
}

.sba-sales-price-box {
  max-width: 760px;
  margin: 0 auto;
  padding: 34px 26px;
  text-align: center;
  background: linear-gradient(135deg, #e0f7ff, #ffffff);
  border: 1px solid #7dd3fc;
  border-radius: 24px;
}

.sba-sales-price-label {
  margin-bottom: 8px;
  color: #0369a1;
  font-weight: 700;
}

.sba-sales-price-main {
  margin-bottom: 10px;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.2;
  color: #0f172a;
  font-weight: 800;
}

.sba-sales-price-sub {
  margin-bottom: 18px;
  color: #475569;
}

.sba-sales-price-list {
  display: inline-block;
  margin: 0 0 24px;
  padding-left: 20px;
  text-align: left;
}

.sba-sales-faq {
  display: grid;
  gap: 14px;
}

.sba-sales-faq-item {
  padding: 22px;
  background: #f8fdff;
  border: 1px solid #dbeafe;
  border-radius: 16px;
}

.sba-sales-faq-item h3 {
  margin-bottom: 8px;
  color: #0369a1;
  font-size: 19px;
}

.sba-sales-cta {
  text-align: center;
  background: linear-gradient(135deg, #e0f2fe, #f8fdff);
}

.sba-sales-cta p {
  margin-bottom: 22px;
  color: #334155;
}

@media (max-width: 900px) {
  .sba-sales-card-grid,
  .sba-sales-feature-grid,
  .sba-sales-before-after,
  .sba-sales-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .sba-sales-hero {
    padding: 52px 16px;
    border-radius: 20px;
  }

  .sba-sales-section {
    padding: 26px 16px;
    border-radius: 18px;
  }

  .sba-sales-btn {
    width: 100%;
    text-align: center;
  }
}

/* =====================================================
   このプラグインでできること
===================================================== */

.sba-sales-can-do {
  background: linear-gradient(180deg, #ffffff, #f0f9ff);
}

.sba-sales-can-do-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.sba-sales-can-do-card {
  position: relative;
  padding: 24px 22px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #bae6fd;
  box-shadow: 0 12px 28px rgba(2, 132, 199, 0.08);
}

.sba-sales-can-do-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #0284c7;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.sba-sales-can-do-card h3 {
  margin: 0 0 10px;
  color: #075985;
  font-size: 18px;
  line-height: 1.5;
}

.sba-sales-can-do-card p {
  margin: 0;
  color: #334155;
  line-height: 1.8;
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .sba-sales-can-do-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 640px) {
  .sba-sales-can-do-grid {
    grid-template-columns: 1fr;
  }

  .sba-sales-can-do-card {
    padding: 22px 18px;
  }
}