/*
Theme Name: Lightning Child
Theme URI: https://lightning.vektor-inc.co.jp/en/
Template: lightning
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Description: Lightning is a very simple &amp; easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,block-styles,wide-blocks
Version: 15.32.1.1763124590
Updated: 2025-11-14 21:49:50

*/

/*
スライドの設定
*/
.brand-hero-wrap {
    max-width: 1200px;
    margin: 0 auto 60px;
}

.brand-hero-slider {
    margin: 0;
}

.brand-hero-slider img,
.brand-hero-band img {
    display: block;
    width: 100%;
    height: auto;
}

.brand-hero-band {
    margin: 0;
}

.brand-hero-wrap {
    max-width: 1200px;
    margin: 0 auto 60px;
}

.brand-hero-slider {
    margin: 0;
}

.brand-hero-slider img {
    display: block;
    width: 100%;
    height: auto;
}


/* ================
  ロゴ中央寄せ
  ================ */
/* ▼ ヘッダー全体を縦並び＋中央寄せにする */
header.siteHeader .siteHeadContainer {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

/* ▼ Lightningデフォルトのfloatを殺す */
header.siteHeader .navbar-header,
header.siteHeader #gMenu_outer {
  float: none !important;
  width: 100% !important;
  text-align: center !important;
}

/* ▼ ロゴをど真ん中に */
header.siteHeader .siteHeader_logo {
  margin: 10px auto 0 !important;
}
header.siteHeader .siteHeader_logo img {
  display: block !important;
  margin: 0 auto !important;
}

/* ▼ メニューも中央寄せ（横並び） */
header.siteHeader #gMenu_outer .gMenu {
  display: inline-flex !important;
  justify-content: center !important;
  gap: 2rem; /* メニュー間の余白、お好みで調整 */
  padding-left: 0 !important;
  margin: 10px 0 0 !important;
}
header.siteHeader #gMenu_outer .gMenu li {
  list-style: none !important;
}
body {
  border: 5px solid red !important;
}