/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/* start */
/* LPテンプレート用 共通スタイル */
.lp-template-page .site-header {
  /* LPでグローバルナビを目立たせたくない場合はコメントアウトを外す */
  /* display: none; */
}

.lp-template-page .site-footer {
  /* フッターをごくシンプルにしたければ調整 */
  /* padding-top: 24px;
  padding-bottom: 24px; */
}

.lp-template-wrap {
  max-width: 100%;
}

.lp-template-main {
  margin: 0;
}

/* 記事内の余白を調整（必要に応じて）*/
.lp-entry__content {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 16px 80px;
}

/* ブロックテンプレで使った lp-section 系class があればここで調整 */
.lp-section {
  margin: 0;
}

.lp-section + .lp-section {
  /* セクション間の余白 */
  margin-top: 0;
}

/* ファーストビュー用など、必要に応じて */
.lp-fv {
  /* background-color: #f0f6ff; など */
}
/* end */



/* start */
/* ━━ LP専用ヘッダー ━━━━━━━━━━━ */
.lp-header {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
  background-color: #ffffff;
}

.lp-header__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-header__logo img {
  max-height: 40px;
  width: auto;
}

.lp-header__logo a {
  text-decoration: none;
  color: inherit;
}

.lp-header__tel {
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}

/* ━━ LP専用コンテンツラッパ ━━━━━━━━━━━ */

.lp-content {
  /* 背景カラー入れたい場合などあればここで */
}

/* ━━ LP専用フッター ━━━━━━━━━━━ */

.lp-footer {
  border-top: 1px solid #eee;
  padding: 16px 0;
  background-color: #ffffff;
}

.lp-footer__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
  font-size: 12px;
  color: #666;
}
/* end */