/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* Column記事 本文見出し・画像 */
.lig-content-inner h2 {
  font-size: 26px;
  line-height: 1.6;
  font-weight: 700;
  margin: 80px 0 20px;
  color: #222222;
  scroll-margin-top: 140px;
}
.lig-content-inner h3 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  margin: 32px 0 12px;
  color: #333333;
  scroll-margin-top: 140px;
}
.lig-content-inner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .lig-content-inner img { border-radius: 5px; }
}

/* アイキャッチ画像（AI着用イメージ）左右余白なく全幅表示 */
.single-column .post-thumb-img-content img.wp-post-image,
.single-column .post-thumb img.wp-post-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

body.single-column .pecamobi-toc-wrap {
  margin: 60px 0 40px !important;
}

body.single-column .pecamobi-toc-wrap li {
  font-size: 15px !important;
  line-height: 1.8 !important;
  margin-bottom: 6px !important;
}

body.single-column .toc-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

body.single-column #toc-list {
  padding-left: 0 !important;
}

body.single-column #toc-list li {
  list-style: none;
}

body.single-column #toc-list .toc-h2 {
  font-weight: 700;
  margin-top: 14px;
}

body.single-column #toc-list .toc-h3 {
  padding-left: 18px;
  font-size: 14px !important;
  opacity: 0.75;
  margin-bottom: 4px;
}
/* Columnアーカイブ カードホバー */
.jet-listing-grid__item {
  transition: transform .3s ease;
}
.jet-listing-grid__item:hover {
  transform: translateY(-6px);
}
.jet-listing-grid__item img {
  transition: transform .4s ease;
}
.jet-listing-grid__item:hover img {
  transform: scale(1.03);
}
/* 特集カード */
.pm-featured {
  position: relative;
  background: #ffffff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 12px !important;
  padding: 20px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06) !important;
  overflow: hidden !important;
  transition: all 0.3s ease;
}
.pm-featured::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 10px;
  background: linear-gradient(90deg, #f08a24 0%, #f6b26b 100%);
}
.pm-featured > .e-con-inner,
.pm-featured > .elementor-element,
.pm-featured > .elementor-widget-wrap,
.pm-featured .elementor-widget-container,
.pm-featured .e-child { background: transparent !important; }
.pm-featured:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* ボタンフォーカスリング */
.elementor-button:focus,
.elementor-button:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(27, 123, 129, 0.2) !important;
}

/* スマホ専用改行クラス */
.sp-only { display: none; }
@media (max-width: 767px) {
  .sp-only { display: inline; }
}
.pc-only { display: inline; }
@media (max-width: 767px) {
  .pc-only { display: none; }
}

/* ========================================
   ヘッダー A案 — シンプル・スタイリッシュ
   ======================================== */

/* ヘッダー全体 */
.site-header,
.elementor-location-header {
  background: #fff !important;
  border-bottom: 1px solid #EFE6DC;
  box-shadow: 0 1px 12px rgba(0,0,0,.05);
}

/* ロゴエリア */
.site-header .site-branding,
.elementor-widget-theme-site-logo {
  display: flex;
  align-items: center;
}

/* ナビゲーション — 全体 */
.elementor-nav-menu {
  display: flex;
  align-items: center;
  gap: 0;
}

/* ナビゲーション — 各リンク */
.elementor-nav-menu > li > a,
.elementor-nav-menu--main .elementor-item {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: .06em !important;
  color: #2C2C2A !important;
  padding: 8px 16px !important;
  position: relative;
  transition: color .2s ease !important;
  text-decoration: none !important;
}

/* ナビゲーション — ホバー時 */
.elementor-nav-menu--main .elementor-item:hover,
.elementor-nav-menu--main .elementor-item:focus,
.elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: #1B7B81 !important;
}

/* ホバーアンダーライン */
.elementor-nav-menu--main .elementor-item::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 16px;
  right: 16px;
  height: 1px;
  background: #1B7B81;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.elementor-nav-menu--main .elementor-item:hover::after,
.elementor-nav-menu--main .elementor-item.elementor-item-active::after {
  transform: scaleX(1);
}

/* CTAボタン */
.elementor-location-header .elementor-button,
.elementor-location-header a.elementor-button {
  background: #E07449 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  padding: 11px 24px !important;
  border-radius: 999px !important;
  border: none !important;
  transition: background .2s ease, transform .15s ease !important;
  white-space: nowrap;
}
.elementor-location-header .elementor-button:hover,
.elementor-location-header a.elementor-button:hover {
  background: #c46839 !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 1024px) {
  .elementor-nav-menu--main .elementor-item {
    padding: 8px 10px !important;
  }
}