@charset "UTF-8";
/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/






* {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
}
/*.site-body {
font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}*/
.site-body {
    font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.site-body {
	padding: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
  margin-top: 0;
  margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
	font-weight: 600;
}

h1 {
	border-bottom: none;
}


h3 {
  border-bottom: none;
}

h3:after {
  border-bottom: none;
}
h4 {
  background-color: transparent;
}
/*.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  display: none;
}*/
.swiper-pagination {
  display: none;
}
.entry-title--post-type--page, h2 {
  border-top: none;
  border-bottom: none;
}

a {
  text-decoration: none !important;
  color: #000;
}
a:hover {
	text-decoration: none;
  color: inherit;
	cursor: pointer;
  opacity: .9;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/*ちらつき（一瞬見える現象）の解決*/
.wow {
    visibility: hidden;
}
/*ちらつき（一瞬見える現象）の解決*/
/*投稿タイトル下線色****************************************************/
.entry-header {
    border-bottom: 1px solid #021887;
}
/*投稿タイトル下線色****************************************************/
/*パンくずの下の線****************************************************/
.breadSection {
  border-top: none;
  border-bottom: none;
}
/*パンくずの下の線****************************************************/

/*パンくずのicon消す****************************************************/
.fa-solid, .fas {
  display: none !important;
}
/*パンくずのicon消す****************************************************/
/*パンくずの区切り変更**********************/
.breadcrumb-list li:after {
  content: ">";
}
/*パンくずの区切り変更**********************/
/*モバイルナビボタン*/

.vk-mobile-nav-menu-btn {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 2100;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background: transparent;
    text-indent: -9999px;

    border-radius: 50%;
    border: 1px solid #ffffff; 

    /* 背景色に応じて枠線ごと「黒 ⇄ 白」に自動反転 */
    mix-blend-mode: difference;
    
    /* 拡大縮小のアニメーションを滑らかに */
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 0.4s ease;
}

/* 2. 円の中央にある2本線（通常時） */
.vk-mobile-nav-menu-btn::before,
.vk-mobile-nav-menu-btn::after {
    content: "";
    position: absolute;
    left: 14px;
    width: 18px;
    height: 1px;
    background-color: #ffffff;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* 通常時の線の位置 */
.vk-mobile-nav-menu-btn::before { top: 19px; }
.vk-mobile-nav-menu-btn::after {  top: 25px; }

/* メニューが開いた時（.menu-open）の変化 */
.vk-mobile-nav-menu-btn.menu-open {
    /* 開いた瞬間、円のフレームが一回り大きく*/
    transform: scale(1.1); 
  /*defa変更*/
  background: transparent;
  border-color: #fff;
}

.vk-mobile-nav-menu-btn.menu-open::before {
    top: 22px;
    transform: rotate(45deg);
}
.vk-mobile-nav-menu-btn.menu-open::after {
    top: 22px;
    transform: rotate(-45deg);
}
  

@media (max-width: 768px) {
  .vk-mobile-nav-menu-btn {
   
    top: 10px;
    left: 10px;
    
}
  

}






/*モバイルナビボタン*/
/*上に戻るボタンカスタマイズ****************************************************/
.page_top_btn {
  /*right: 80px;
  bottom: 18px;*/
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /*background-color: var(--vk-color-primary);*/
  background-color: #021887;
  box-shadow: none;
  /*background-image: url("変更したいアイコンのURL");*/
}
/*上に戻るボタンカスタマイズ****************************************************/

/*ヘッダー*************************************************/
/*下線*/
.gMenu>li:before {
	border-bottom: none;
}
/*ロゴ上下余白*/
@media (min-width: 992px) {
#site-header #site-header-container .site-header-logo {
	padding-top: 8px!important;
	margin-bottom: 8px!important;
	}
}
/*ヘッダー*************************************************/
/*フッター*************************************************/
.siteFooter {
    border-top: 1px solid #e40012;
    background-color: transparent;
}

.footer-nav {
    border-bottom: none;
	width: 800px;
    margin: 0 auto;
}
.footer-nav li {
    padding: 0 1.2em;
}
.footer-nav .nav li a, nav li a {
    line-height: 2;
}

.footer-nav-list li:first-child {
	border: none;
}
.footer-nav-list li {
	border: none;
}



@media (max-width: 767.98px) {
    .footer-nav-list li {
        border-bottom: none;
    }
	.footer-nav-list li a {
        padding-top: .4em;
        padding-bottom: .4em;
		font-size: 13px!important;
    }
	
}
/*フッター*************************************************/
/*下層ページ共通h1領域defaからの変更*****************************/
:is(.business,.company,.history,.shop-list) .page-header {
    color: #000;
    background-color: transparent;
}

:is(.business,.company,.history,.shop-list) .page-header-title {
    font-size: 50px;
    text-align: left;
    margin-top: 100px;
}



.breadcrumb {
    border-top: none;
    border-bottom: none;
}
:is(.business,.company,.history,.shop-list) .breadcrumb-list {
    margin: 0;
    padding: 50px 0 0;
}

/*下層ページ共通h1領域defaからの変更*****************************/


/* ===================================================
   下層ページ【page nav】セクション↓↓
   =================================================== */

.sec_page_acc {
  position: relative;
  top: -210px;
      width: 50%;
    margin: 0 0 0 auto;
  z-index: 100;
}


.page_accordion-nav {
  width: 100%;
  max-width: 600px;
  padding: 0 4px 0 0;
  box-sizing: border-box;
}
.page_accordion-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page_accordion-nav li a {
  text-decoration: none;
  color: #000;
  display: inline-flex;
  align-items: center;
  line-height: 2;
}
.page_accordion-nav li:nth-child(5) a {
  line-height: 1.3;
}

.page_accordion-nav li a:hover {
  opacity: .8;
}
.page_accordion-item {
  margin-bottom: 0;
}
.page_accordion-item input[type="checkbox"] {
  display: none;
}
/* タイトル部分 */
.page_acc_menu-title-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.page_acc_tree-line {
  font-size: 20px;
  margin-right: 5px;
}
.page_acc_bg-black {
  background-color: #000;
  color: #fff;
  padding: 2px 8px;
  font-size: 18px;
  font-weight: bold;
}
.page_acc_menu-title-btn-large {
  display: flex;
  align-items: center;
  font-size: 18px;
  
}
/* ==========================
   【スマホ時の設定】基本はたたむ
　　======================== */
/* 初期状態：子メニューを隠す */
.page_accordion-item .page_acc_sub-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-left: 12px;
  transition: all 0.3s ease-in-out;
}
/* スマホ用の矢印アイコン（下向き） */
.page_acc_arrow-icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  margin-left: 15px;
  transition: transform 0.2s ease;
}
/* タップされてチェックが入ったら展開する */
.page_accordion-item input[type="checkbox"]:checked ~ .page_acc_sub-menu {
  max-height: 400px; /* メニューが収まる高さ */
  opacity: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* タップされたら矢印を上向きにする */
.page_accordion-item input[type="checkbox"]:checked ~ .page_acc_menu-title-btn .page_acc_arrow-icon {
  transform: rotate(-135deg);
}

.page_acc_sub-menu li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 14px;
}
.page_acc_sub-menu li::before {
  content: "ー";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* =============================
　　【PC時の設定】画面幅768px以上では強制的に全部開く
============================= */
@media (min-width: 768px) {
  /* チェックの有無に関わらず、強制的に常時表示 */
  .page_accordion-item .page_acc_sub-menu {
    max-height: none !important;
    opacity: 1 !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* PCではクリックする必要がないため、矢印を消す */
  .page_acc_arrow-icon {
    display: none !important;
  }
  /* PC用の文字サイズ拡大調整 */
  .page_acc_bg-black {
    font-size: 24px;
  }
  .page_acc_sub-menu li {
    font-size: 20px;
  }
  .page_acc_menu-title-btn-large {
    font-size: 24px;
    font-weight: 600;
  }

  .no-pointer {
  cursor: default;
  pointer-events: none;
}
}
/*ホバー時リンク移動（PCのみ適用） */
@media (min-width: 768px) {
    .page_acc_sub-menu li a.hover-image-btn, .page_accordion-item a.hover-image-btn{
        width: 100%;
        transition: all 0.3s ease;
    }
    .page_acc_sub-menu li a.hover-image-btn:hover, .page_accordion-item a.hover-image-btn:hover {
        color: #001f8f;     /* ホバー時のテキストカラー（任意に変更してください） */
        padding-left: 15px; /* 右に少しずれる動き */
    }
}
/* ===================================================
   下層ページ【page nav】セクション↑↑
   =================================================== */




/*更新日を非表示　投稿者名を非表示*/
.entry-meta-item-updated {
	display:none;
}
.entry-meta-item-author {
	display:none;
}
/*更新日を非表示　投稿者名を非表示*/
/*表示非表示*************************************************************/
.add_pc {
  display: block;
}
.add_sp {
  display: none;
}
.add2_pc {
  display: block;
}
.add2_tab {
  display: none;
}
@media screen and (max-width: 834px) {
  .add2_pc {
  display: none;
}
.add2_tab {
  display: block;
}
}
@media screen and (max-width: 480px) {
  .add_pc {
    display: none;
  }
  .add_sp {
    display: block;
  }
}
/*表示非表示*************************************************************/

/*マーカーアニメーション*************************************************************/
.marker-animation.active {
  background-position: -100% 0.1em;
}
.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, #fff134 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #fff134 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #fff134 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #fff134 50%);
  background-image: linear-gradient(left, transparent 50%, #fff134 50%);
  background-repeat: repeat-x;
  background-size: 200% 1.1em;
  background-position: 0 0.1em;
  transition: all 2s ease;
}
/*マーカーアニメーション*************************************************************/







/*共通*********************************************************/
.t-inner {
  width: 970px;
  margin: 0 auto;
}
.p-inner {
  width: 900px;
  margin-left: auto;
	margin-right: auto;
}

section {
	margin-left: auto;
	margin-right: auto;
}

.font_mincho {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}
.bg_grada {
  background: linear-gradient(
  90deg,
  rgba(2, 24, 95, 1) 0%,
  rgba(2, 22, 104, 1) 5.3%,
  rgba(1, 13, 152, 1) 36.02%,
  rgba(0, 6, 186, 1) 63.15%,
  rgba(0, 2, 207, 1) 85.4%,
  rgba(0, 0, 215, 1) 100%
);
}
/*トップページのh2*/
.ttl_large {
  font-size: 80px;
  line-height: 1.2;
}
.ttl_large span {
  font-size: 18px;
  display: block;
  align-items: center;
}
/*下層ページのh2*/
.ttl_middle_page {
  font-size: 50px;
    font-weight: 600;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
  color: #000;
}

.subtitle_m_page {
  font-size: 14px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
    opacity: 0.7;
  text-align: center;
  color: #000;
}

/*紺ボタン*************************/
.u_btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.u_custom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #021887;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px 10px 30px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(2, 24, 135, 0.3);
  z-index: 1;
}


.u_btn-text {
  margin-right: 20px;
}

.u_btn-icon_w {
  width: 14px;
  height: auto;
  transition: transform 0.3s ease;
}

.u_custom-btn::before {
  content: "";
  position: absolute;
  top: 0;

  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: all 0.5s;
  z-index: -1;
}



.u_custom-btn:hover {
  background-color: #0a25b0; /* 少し明るい紺に */
  box-shadow: 0 6px 20px rgba(2, 24, 135, 0.5);
  transform: translateY(-2px); /* 少し上に浮く */
  color: #fff;
}

/* アイコンが右に動く */
.u_custom-btn:hover .u_btn-icon_w {
  transform: translateX(5px);
}

/* 光の筋が通り抜ける */
.u_custom-btn:hover::before {
  left: 100%;
}

/* クリックした時の沈む動き */
.u_custom-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(2, 24, 135, 0.3);
}
/*紺ボタン*************************/
/*白ボタン*************************/
.u_btn-wrapper .u_custom-btn_w {
  background-color: #fff;
  color: #021887;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
/* 光の筋（白ボタン用） */
.u_custom-btn_w::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(2, 24, 135, 0.1), 
    rgba(255, 255, 255, 0.8),
    transparent
  );
  transition: all 0.5s;
  z-index: -1;
}

/* ホバー時の挙動 */
.u_custom-btn_w:hover {
  background-color: #f0f4ff; 
  color: #021887;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

/* 光の筋が通り抜ける */
.u_custom-btn_w:hover::before {
  left: 100%;
}

/* アイコンの動き */
.u_custom-btn_w:hover .u_btn-icon_w {
  transform: translateX(5px);
}

/* クリック時 */
.u_custom-btn_w:active {
  transform: translateY(0);
  background-color: #e5eaff;
}

/* テキストとアイコンの共通パーツ（必要に応じて） */
.u_custom-btn_w .u_btn-text {
  margin-right: 20px;
}

.u_custom-btn_w .u_btn-icon_w {
  width: 14px;
  height: auto;
  transition: transform 0.3s ease;
  /* アイコンがSVGなどの場合、色が変わるよう調整が必要であればここに追加 */
}
/*白ボタン*************************/
/* 青い丸と三角のアイコン**************/
.cir_arr-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1.5px solid #021887;
  border-radius: 50%;
  margin-left: 4px;
  position: relative;
  vertical-align: middle;
}
.cir_arr-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #021887;
}
@media (min-width: 768px) {
  .cir_arr-icon {
    width: 20px;
    height: 20px;
  }
  .cir_arr-icon::after {
    border-width: 5px 0 5px 8px;
  }
  .cir_acc_large {
    width: 32px;
    height: 32px;
  }
  .cir_acc_large::after {
    border-width: 8px 0 8px 12px;
  }
}

.cir_acc_large {
  width: 26px;
  height: 26px;
  margin-left: 10px;
}
.cir_acc_large::after {
  border-width: 6px 0 6px 9px;
}
/* 青い丸と三角のアイコン**************/
/*共通*********************************************************/


/****************************************************/
/***************共通 media queries *******************/
/****************************************************/
/********************************************/
/************ max-width: 1100px *************/
/********************************************/
@media screen and (max-width: 1100px) {
	
	/*共通*********************************************************/
 .ttl_middle_page {
    font-size: 40px;
}
	/*共通*********************************************************/
}

/********************************************/
/************ max-width: 1000px *************/
/********************************************/
@media screen and (max-width: 1000px) {
	
	/*共通*********************************************************/
	.t-inner {
    width: 90vw;
  }
	
	/*共通*********************************************************/
}
/********************************************/
/************ max-width: 1024px *************/
/********************************************/
/*タブレット横*/
@media screen and (max-width: 1024px) {
	 
}

/********************************************/
/************ max-width: 834px *************/
/********************************************/
/*タブレット縦*/
@media screen and (max-width: 834px) {
/*共通*********************************************************/
.ttl_middle_page {
    margin: 0;
}
/*共通*********************************************************/
}

/********************************************/
/************ max-width: 768px *************/
/********************************************/
/*タブレット縦*/
@media screen and (max-width: 768px) {
  /*site-header-logo*******************************************/
      .site-header-logo img {
        max-height: 40px;
    }
/*site-header-logo*******************************************/
  /*共通*********************************************************/
	 .ttl_large {
  font-size: 60px;
}
.ttl_large span {
  font-size: 16px;
}
  /*共通*********************************************************/


/*下層ページ共通h1領域defaからの変更*****************************/

:is(.business,.company,.history,.shop-list) .page-header-title {
  font-size: 46px;
    margin-top: 40px;
  }

:is(.business,.company,.history,.shop-list) .breadcrumb-list {
    padding: 30px 0 0;
}

/*下層ページ共通h1領域defaからの変更*****************************/
    /* ===================================================
   下層ページ【page nav】セクション↓↓
   =================================================== */
  .sec_page_acc {
    top: -120px;
    width: 54%;
}
  /* ===================================================
   下層ページ【page nav】セクション↑↑
   =================================================== */
}

/********************************************/
/************ max-width: 480px *************/
/********************************************/
/*スマホ縦*/
@media screen and (max-width: 480px) {
    /*site-header-logo*******************************************/
      .site-header-logo img {
        max-height: 30px;
    }
/*site-header-logo*******************************************/
	/*下層ページ共通h1領域defaからの変更*****************************/

:is(.business,.company,.history,.shop-list) .page-header-title {
  font-size: 34px;
    margin-top: 40px;
  }

:is(.business,.company,.history,.shop-list) .breadcrumb-list {
    padding: 30px 0 0;
}

/*下層ページ共通h1領域defaからの変更*****************************/

	 /*共通*********************************************************/
	.t-inner {
    width: 94vw;
  }
		 .ttl_large {
  font-size: 54px;
  line-height: 1;
}
.ttl_large span {
  font-size: 14px;
  padding-top: 8px;
}

  .ttl_middle_page {
    font-size: 32px;
}
	/*共通*********************************************************/
}