/*
 Theme Name: Lightning Child
 Template: lightning
 Description: Child theme for Lightning
*/



/* ===============================
   Header
=============================== */
#site-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 48px;
  padding-right: 48px;
}

.global-nav-name {
  font-size: 16px;
}



/* ===============================
   Footer
=============================== */

.site-footer {
  border-top: 0 !important;
}

.footer{
  background-image: url('/wp-content/themes/lightning-child/images/footer-wave.svg') !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  color: #fff !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
  text-align: center !important;
}

.footer-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.footer-logo{
  width: 260px;
  margin: 0 auto 24px;
}

.footer-logo img{
  display: block;
  width: 100%;
  height: auto;
}

.custom-footer-nav{
  width: 100%;
}

.footer-menu{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li{
  margin: 0;
  padding: 0;
}

.footer-menu a{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.8;
  transition: opacity .3s ease;
}

.footer-menu a:hover{
  opacity: .7;
}

.footer-sns{
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 16px auto 0;
}

.footer-sns a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.footer-sns img{
  display: block;
  width: 100%;
  height: auto;
}

.footer-copy{
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  opacity: .8;
}

.site-footer-copyright,
.site-footer-powered,
.copySection,
.prSection,
.footer-widget-area{
  display: none !important;
}

/* ===============================
   Heading
=============================== */
.wp-block-heading{
  border: none !important;
  margin-bottom: 4px !important;
  line-height: 1.3 !important;
}

.wp-block-heading::before,
.wp-block-heading::after{
  display: none !important;
  content: none !important;
}

.h2-subtitle{
  display: block;
  margin-top: 0;
  font-size: 13px;
  color: #1C4066;
  letter-spacing: 0.08em;
}


/* ===============================
   Buttons
=============================== */
.vk_button{
  display: flex;
  justify-content: center;
}

.vk_button_link{
  width: 350px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #333333;
  color: #333333;
  text-decoration: none;
  transition: all .25s ease;
}

.vk_button_link_txt{
  font-size: 14px;
  letter-spacing: 0.05em;
}

.vk_button_link i{
  margin-left: 8px;
  color: inherit;
  transition: all .25s ease;
}

.vk_button_link:hover{
  background: #333333;
  color: #1C4066;
}

.vk_button_link:hover i{
  color: #1C4066;
}

/* ===============================
   Blog cards
=============================== */
.wp-block-post-date{
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}

.taxonomy-category.wp-block-post-terms{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.taxonomy-category.wp-block-post-terms a{
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border: 1px solid #1C4066;
  border-radius: 999px;
  font-size: 12px;
  color: #1C4066;
  text-decoration: none;
}

.wp-block-post-terms__separator{
  display: none;
}



/* ===============================
   ブログ一覧
=============================== */
.vk_post_title_new {
  display: none !important;
}

.vk_post_imgOuter_singleTermLabel {
  background-color: #65AADD !important;
  color: #fff !important;
  left: 10px !important;
  right: auto !important;
  top: 10px !important;
  padding: 4px 8px !important;
  font-size: 12px !important;
  border-radius: 4px !important;
}

.vk_post_btn {
  background-color: #008CC6 !important;
  border-color: #008CC6 !important;
  color: #fff !important;
}

.widget_media .vk_post_imgOuter_singleTermLabel {
  display: none !important;
}


/* ===============================
   カテゴリータグ
=============================== */

/* タグ一覧 */
.blogtag{
  display: flex;
  flex-wrap: nowrap;      /* 横一列 */
  gap: 16px;              /* タグ間16px */
  list-style: none;
  padding: 0;
  margin: 12px 0 20px;
}

/* li の ・ を消す */
.blogtag li{
  list-style: none;
  margin: 0;
}

/* リンク */
.blogtag a{
  text-decoration: none !important; /* 波線削除 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid #666;
  border-radius: 999px;
  font-size: 11px;
  color: #333;
  background: #fff;
  white-space: nowrap;
}


/* 投稿者名を非表示 */
.wp-block-post-author,
.entry-meta .author,
.post-author,
.vk_postAuthor,
.entry-meta_item-author{
  display: none !important;
}


/* NEW / 新着マークを非表示 */
.post-new,
.new,
.vk_post_new,
.entry-meta_item-new,
.entry-meta .new{
  display: none !important;
}



/* ===============================
   Responsive
=============================== */
@media (max-width: 768px){
  .wp-block-post-template.is-layout-grid{
    grid-template-columns: 1fr !important;
  }

  .wp-block-post-template.is-layout-grid > li{
    width: 100% !important;
    margin: 0 0 24px !important;
  }

  .home .program-section,
  .front-page .program-section{
    margin-left: 0 !important;
    width: 100% !important;
  }

  .home .program-section img,
  .front-page .program-section img{
    height: auto;
    min-height: auto;
  }

	
	
	  .wp-block-heading{
    font-size: 14px !important;
    margin-bottom: 4px !important;
    line-height: 1.25 !important;
  }

  .h2-subtitle{
    margin-top: 0 !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
    letter-spacing: 0.04em !important;
  }
	
	
	
	
	
  .vk_button_link{
    width: 100%;
    height: 48px;
  }

  .vk_button_link_txt{
    font-size: 13px;
  }

  .footer-inner{
    gap: 16px;
  }

  .footer-logo{
    width: 180px;
  }

  .footer-menu{
    gap: 14px;
  }

  .footer-menu a{
    font-size: 11px;
  }

  .footer-copy{
    font-size: 9px;
  }
}