@charset "utf-8";
/*
Theme Name: lightning Child
Template: lightning
*/


* {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
}
/*	lightning　Noto Serif JP使用可*/
.site-body {
font-family: "Times New Roman","Noto Serif JP","游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
	color: #000;
}
p {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
	line-height: 1.9em;
}

.home .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;
	content: "";
}

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;
}
.home .site-body .container, .home .site-body .container-lg, .home .site-body .container-md, .home .site-body .container-sm {
  max-width: inherit;
}
.home .site-body .container, .home .site-body .container-fluid, .home .site-body .container-lg, .home .site-body .container-md, .home .site-body .container-sm, .home .site-body .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.home .site-body {
	padding: 0 0 3rem;
}

.page .breadcrumb , .single .breadcrumb , .archive .breadcrumb{
    border-top: none;
    border-bottom: none;
}


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



/*投稿タイトル下線色****************************************************/
.entry-header {
    border-bottom: 1px solid #E40012;
}
/*投稿タイトル下線色****************************************************/
/*パンくずの下の線****************************************************/
.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 {
    background: url(/wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-btn-white.svg) center 50% no-repeat;
}
.vk-mobile-nav-menu-btn.menu-open {
    background: url(/wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-close-white.svg) center 50% no-repeat;
}
.vk-mobile-nav-menu-btn.position-right {
    right: 0;
}
.vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.menu-open {
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-size: 85%;
    background-color: var(--vk-color-primary);
}
/*モバイルナビボタン*/
/*上に戻るボタンカスタマイズ****************************************************/
.page_top_btn {
  width: 40px;
  height: 40px;
	bottom: 90px;
  border-radius: 50%;
  /*background-color: var(--vk-color-primary);*/
  background-color: #e40012;
  box-shadow: none;
  /*background-image: url("変更したいアイコンのURL");*/
}
/*上に戻るボタンカスタマイズ****************************************************/
/*リキャプチャ位置****************************************************/
.grecaptcha-badge {
  z-index: 1000;
	bottom: 10px !important;
}
@media screen and (max-width: 640px) {
	.grecaptcha-badge {
  bottom: 15px!important;
}

}
/*リキャプチャ位置****************************************************/
/*ヘッダー*************************************************/
/*下線*/
.gMenu>li:before {
	border-bottom: none;
}
/*下層ページスマホ時タイトル高さ*/
.page-header {
   min-height: 5rem;
}

/*ロゴ上下余白*/
@media (min-width: 992px) {
#site-header #site-header-container .site-header-logo {
	padding-top: 8px!important;
	margin-bottom: 8px!important;
	margin-right: 1em!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;
}

.ft_insta {
    display: block;
    margin: 0 auto;
    width: 70px;
    margin-bottom: 20px;
}

@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;
    }
	
}
/*フッター*************************************************/
/*更新日を非表示　投稿者名を非表示*/
.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: 640px) {
  .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;
}
/*マーカーアニメーション*************************************************************/

/*複合メニューバー　mediaquery込み**********************************************************/
body {
  padding-bottom: 70px;
}
#ft_fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   /*opacity: 0.9*/;
   z-index: 980;
  box-sizing: border-box;
}

#ft_fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
  justify-content: center;
   align-items: center;
  box-sizing: border-box;
}

#ft_fixed-menu .ft_nav_list01 , #ft_fixed-menu .ft_nav_list02 , #ft_fixed-menu .ft_nav_list03 {
   width: calc((100% - 130px) / 3);
   padding:0;
   margin:0;
   font-size: 18px;
	border-top: 1px solid #fff;
  box-sizing: border-box;
	background: #e40012;
}

#ft_fixed-menu .ft_nav_list04 {
	width: 130px;
	padding:0;
   margin:0;
   font-size: 18px;
	border-top: 1px solid #fff;
  box-sizing: border-box;
	background: #e40012;
}

#ft_fixed-menu li a{
   color: #fff;
   text-align: center;
   display: flex;
  justify-content: center;
  align-items: center;
   width: 100%;
  box-sizing: border-box;
  height: 70px;
}

.ft_nav_list01 {
   
  border-right: 1px solid #fff;
}

.ft_nav_list02 {
   
	border-right: 1px solid #fff;
}

.ft_nav_list03 {
   
	border-right: 1px solid #fff;
}



#ft_fixed-menu li a:hover {
   background: #000;
  color: #fff;
  border: 1px solid #000;
	text-decoration: none;
}



#ft_fixed-menu li a img {
  height: 40px;
	width: fit-content;
  display: block;
  margin-right: 20px;
}

#ft_fixed-menu .ft_nav_list04 a img {
	margin: 0 auto;
}

.ft_nav_det p {
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
}

.ft_nav_det .ft_nav_txt {
  font-size: 28px;
}
.ft_nav_det .ft_nav_telco {
  font-size: 28px;
}

/*キャラ*/
#ft_fixed-menu::after {
	content: "";
	background: url(img/common/logo_chara_l.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 80px;
	height: 120px;
	bottom: 57px;
	left: 10px;
	z-index: 500;
	background-size: 80px;
}
/*キャラ*/

/********************************************/
/** 複合メニューバーmax-width: 1100px *************/
/********************************************/

@media screen and (max-width: 1100px) {
	.ft_nav_det .ft_nav_txt {
  font-size: 20px;
}
.ft_nav_det .ft_nav_telco {
  font-size: 18px;
}
	
	#ft_fixed-menu li a img {
  margin-right: 10px;
}

#ft_fixed-menu .ft_nav_list04 a img {
	margin: 0 auto;
}
/*キャラ*/
#ft_fixed-menu::after {
	width: 60px;
	height: 90px;
	bottom: 60px;
	left: 6px;
	background-size: 60px;
}	
	/*キャラ*/
}
/********************************************/
/** 複合メニューバーmax-width: 834px *************/
/********************************************/

@media screen and (max-width: 834px) {
  body {
  padding-bottom: 100px;
}
  #ft_fixed-menu li a{
  height: 84px;
		flex-wrap: wrap;
		align-items: flex-end;
		padding: 10px 0;
}
	.ft_nav_det {
    width: 100%;
}
	
  #ft_fixed-menu li a img {
    height: 30px;
    margin: 0 auto;
}
	
	#ft_fixed-menu .ft_nav_list01 a img {
    height: 20px;
    margin: 0 auto;
}
	
	#ft_fixed-menu .ft_nav_list02 a {
    padding: 8px 0 4px;
}
	 #ft_fixed-menu .ft_nav_list04 a {
        align-items: center;
    }
  
  .ft_nav_det p {
  line-height: 1.3;
  margin: 0;
}
 .ft_nav_det .ft_nav_txt {
  font-size: 15px;
	 padding-top: 0;
}
  .ft_nav_det .ft_nav_telco {
  font-size: 13px;
		padding-top: 4px;
}
  /*キャラ*/
#ft_fixed-menu::after {
	width: 50px;
  height: 75px;
  bottom: 62px;
  left: 4px;
  background-size: 50px;
}	
	/*キャラ*/
  
}
/********************************************/
/** 複合メニューバーmax-width: 640px *************/
/********************************************/

@media screen and (max-width: 640px) {
		#ft_fixed-menu .ft_nav_list04 a img {
    height: 48px;
}
	#ft_fixed-menu .ft_nav_list01, #ft_fixed-menu .ft_nav_list02, #ft_fixed-menu .ft_nav_list03 {
    width: calc((100% - 70px) / 3);
}
	#ft_fixed-menu .ft_nav_list04 {
		width: 70px;
	}
}
/*複合メニューバー**********************************************************/







/* 記事のNEWの文字**************** */
.top_news_new {
  background-color: #e40012;
  font-size: 12px;
  padding: 0 4px 0 2px;
	color: #fff;
}
/* 記事のNEWの文字**************** */




/* ハンバーガーメニュー表示の画面幅変更********************* */
/* 1190px以上の画面幅でハンバーガーメニューを非表示にする */
@media (min-width: 1190px) {
    /* ハンバーガーメニューのアイコンを非表示 */
    .vk-mobile-nav-menu-btn {
        display: none !important;
    }

    /* 通常のグローバルメニューを表示 */
    #global-nav {
        display: block !important;
    }

}

/* 1189px以下の画面幅で通常のグローバルメニューを非表示にする */
@media (max-width: 1189px) {
    /* ハンバーガーメニューのアイコンを表示*/
    .vk-mobile-nav-menu-btn {
        display: block !important;
    }

    /* 通常のグローバルメニューを非表示 */
    #global-nav {
        display: none !important;
    }
	.site-header-logo a {
		display: inline!important;
	}
	.site-header-logo img {
		margin-left: auto!important;
		margin-right: auto!important;
	}
}


/* モバイルナビの表示非表示*/
@media (max-width: 1189px){
body.device-pc .vk-mobile-nav {
    display: block;
}
}
@media (min-width: 1200px){
body.device-pc .vk-mobile-nav {
    display: none;
}
}
/* ハンバーガーメニュー表示の画面幅変更********************* */






/*共通*********************************************************/
.t-inner {
  width: 1100px;
 margin-left: auto;
	margin-right: auto;
}
.p-inner {
  width: 900px;
  margin-left: auto;
	margin-right: auto;
}
section {
	margin-top: 90px;
	margin-bottom: 90px;
	margin-left: auto;
	margin-right: auto;
}
.f_cl_r {
	color: #e40012;
}

.ttl {
	font-size: 30px;
	
}
.border_l {
	border-left: 1px solid #111;
	padding-left: 25px;
}
.ttl_en {
	color: #E40012;
	font-size: 20px;
	padding-left: 36px;
	font-weight: 300;
}
.ttl_tate {
	font-size: 30px;
	line-height: 1.6;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	text-align: left;
	margin: 0 auto;
}
.sttl_tate {
	font-size: 30px;
	line-height: 1.6;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	
	text-align: left;
	margin: 0 auto;
}

/*ボタン*/
.btn_main {
    background-color: #fff;
    display: block;
    padding: 6px 26px 10px;
    position: relative;
    text-align: center;
    text-decoration: none!important;
	max-width: 280px;
	font-weight: 600;
	font-size: 18px;
	border: 1px solid #000;
	margin: 0 auto;
}
.btn_main::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #E40012;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
	
}
.btn_main:hover {
	color: #fff!important;
	background-color: #000;
	border: 1px solid #fff;
}
.btn_main:hover::after {
	border-color: transparent transparent transparent #fff;
}

/*ボタン*/

/*小さなボタン*/
.btn_bg_red {
	background-color: #e40012;
	padding: 0 6px 1px 6px;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
	font-weight: 300;
}

/*小さなボタン*/
/*共通*********************************************************/





/*nav*********************************************************/
.site-header .container {
	max-width: inherit;
}

.site-header-logo img {
  padding-left: 20px;
    }

.navmenu_tel {
	background-color: #E40012;
}

.nav .navmenu_tel a {
	color: #fff;
}
.device-pc .global-nav-list>.navmenu_tel>a {
        padding: 8px 1em;
    }


.nav_menu_telno {
    font-size: 1.6em;
}
.nav_menu_telno::before {
	content: "";
    display: inline-block;
    background-image: url('img/common/icon_tel.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
	margin-right: 6px;
}

.navmenu_tel_note {
	display: block;
	line-height: 1;
}

.vk-mobile-nav .navmenu_tel a {
	color: #fff;
}


.global-nav-list>li:before {
  
}
/*nav*********************************************************/








/****************************************************/
/****************** media queries *******************/
/****************************************************/

/********************************************/
/************ max-width: 1400px *************/
/********************************************/
@media screen and (max-width: 1400px) {
	
	/*共通*********************************************************/

	
	/*共通*********************************************************/
	/*nav*********************************************************/
	.site-header-logo img {
  padding-left:0;
    }
	    .device-pc .global-nav-list>li>a {
        padding: 14px .8em;
    }
	.nav_menu_telno {
    font-size: 1.4em;
}
	.device-pc .global-nav-list>.navmenu_tel>a {
    padding: 8px .8em;
}
	/*nav*********************************************************/
}



/********************************************/
/************ max-width: 1120px *************/
/********************************************/
@media screen and (max-width: 1120px) {
	
	/*共通*********************************************************/
	.t-inner {
    width: 90vw;
  }
	
	/*共通*********************************************************/
	
}
/********************************************/
/************ max-width: 1000px *************/
/********************************************/
@media screen and (max-width: 1000px) {
	
	/*共通*********************************************************/
	.p-inner {
    width: 90vw;
  }
	
	/*共通*********************************************************/
}

/********************************************/
/************ max-width: 834px *************/
/********************************************/
/*タブレット*/
@media screen and (max-width: 834px) {
	 
}

/********************************************/
/************ max-width: 640px *************/
/********************************************/
/*タブレット*/
@media screen and (max-width: 640px) {
	
p {
	line-height: 1.8em;
}
	 /*共通*********************************************************/
	.t-inner {
  width: 90vw;
}
	.p-inner {
    width: 90vw;
  }
	
	section {
		margin-top: 60px;
	margin-bottom: 60px;
	}
	
	
.ttl {
	font-size: 24px;
	
}
.border_l {
	padding-left: 12px;
}
.ttl_en {
	font-size: 18px;
	padding-left: 16px;
}
	.ttl_tate {
	font-size: 24px;
}
.sttl_tate {
    font-size: 22px;
	}
	/*ボタン*/
.btn_main {
  padding: 8px 10px;
	font-size: 16px;
}
.btn_main::after{
    border-width: 4px 0 4px 4px;
}
/*ボタン*/
	/*共通*********************************************************/
}