/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
/* ===========================================
 * 共通
 * ======================================== */


/* コピーライト
-------------------------*/
.site-footer-copyright p:nth-child(2) {
    display: none;
}

/* 電話リンク
-------------------------*/
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/* パンくずリスト
-------------------------*/
.breadcrumb {
	display:none;
}

/* ホバー無効
-------------------------*/
.vk_button-color-custom a:hover {
	opacity:1;
	box-shadow:none;
}

body .container :is(.is-layout-flow,.is-layout-constrained) p:where(:not(:last-child)) {
	margin-block-end:0;
}

/* 見出し
-------------------------*/
.page-header {
	color:inherit;
	background:#fff;
}

/* site-bodyのパディング
-------------------------*/
    .site-body {
        padding:3rem 0 0; 
    }

/* TOPへ戻るボタン
-------------------------*/
.page_top_btn {
	width:50px;
	height:50px;
	border-radius:50%;
	background-color:#f87700;
	box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
}

/* ハンバーガーメニュー
-------------------------*/
.vk-mobile-nav-menu-btn {
  text-indent: 2px;
  border:none;
  width:50px;
  height:50px;
  padding-top:30px;
  background-size:32px;
  background-position:top;
  text-align:center;
}
.vk-mobile-nav-menu-btn.menu-open {
  border: none;
  background-size:32px;
  background-position:top;
}

.vk-mobile-nav {
  padding-top: 80px;
}

/* スマホメニュー
-------------------------*/

.vk-menu-acc .acc-btn {
	border:none;
}
/* ===========================================
 * ヘッダー
 * ======================================== */

.site-header {
	box-shadow:none;
}

@media (min-width: 992px) {
    .site-header--layout--nav-float .site-header-container {
        max-width: none;
    }
}

	
/* ナビ
-------------------------*/

@media(min-width: 992px) {
.site-header--layout--nav-float .site-header-container {
display: block;
}
.site-header--layout--nav-float .site-header-logo a {
margin: 0 auto;
}
.global-nav--layout--float-right .global-nav-list {
margin-left: auto;
margin-right: auto;
margin-bottom:1rem;	
}
}

/* TEL・お問い合せ */

@media (min-width: 992px) {
  
  .vk-menu-acc > li:nth-last-child(2) > a {
    border-radius: 30px; /* 角丸にしてボタン風に */
  }
  .vk-menu-acc > li:nth-last-child(2) > a {
    background-color: var(--vk-color-primary);
  }

  nav .vk-menu-acc > li:nth-last-child(2) > a {
    color: #fff;
  }

	.vk-menu-acc > li:last-child .global-nav-name {
    font-size: 2em;
  }
}

.global-nav-list>li:last-child:before ,.global-nav-list>li:nth-last-child(2):before  {
	border-bottom:none;
}

.global-nav-list li {
	line-height:initial;
}
@media (min-width: 992px) {
    .device-pc .global-nav-list>li>a {
        padding: 0.5em 1.5em;
    }
}

/* TEL（アイコン） */

.fa-square-phone {
	color: var(--vk-color-primary);
}

/* ===========================================
 * フッター
 * ======================================== */

/* メニュー
-------------------------*/
.widget_nav_menu>div>ul li a {
	border-bottom:none;
	color:#333333;
	font-size:0.875rem;
	padding:0.25rem 0;
}

.widget {
	margin-bottom:0;
}

.site-footer .menu li:before {
	content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #F87700;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
	 position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 0.5rem;          /* 余白指定 */
}

.site-footer .widget_nav_menu>div>ul li a {
	display:inline-block;
}

@media (min-width: 768px) {
	
.site-footer .col-lg-4 {
	max-width: 33.33333333%;
	}
}

@media (max-width: 767px) {

#nav_menu-2,#nav_menu-3 {
	display:none;
	}
	.veu_profile .media_outer{
		display:inline-block;
	}
	
	.site-footer .wp-block-image.alignleft {
		float:none;
		display:block;
	}
	
	.site-footer .col-md-6 {
		text-align:center;
	}
}
.site-footer {
	border-top:none;
}

/* ===========================================
 * トップページ
 * ======================================== */

/* お知らせ
-------------------------*/
/* ボーダー */
.wp-block-post {
	border-bottom:1px dotted #FFCA80;
}

/* ホバー */
.top_info .wp-block-columns a:hover {
	color:#f87700;
}

/* 商品一覧
-------------------------*/
.item_list ul {
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	padding:1rem;
	background-color:#fbfaf6;
	border-radius:0.25rem;
}

.item_list li {
	width:25%;
	box-sizing:border-box;
}

@media (max-width: 767px) {
	
.item_list li {
	width:50%;
	}
	
.top_removal .has-huge-font-size {
		font-size:1.5rem!important;
}
}

.item_list li:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #F87700;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
	position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}

/* バナー
-------------------------*/
@media (max-width: 767px) {
	
.bnr_blk .is-layout-flex  {
	margin-bottom:2rem;
	}
}

/* ===========================================
 * 施工事例
 * ======================================== */
.works .entry-header {
	display:none;
}

/* ===========================================
 * お問い合せ
 * ======================================== */
.contact {
	padding:1rem;
	border-radius:0.25rem;
}

.contact dl {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	border-radius:0.25rem;
		
}

.contact dt {
    width:30%;
	display:flex;
	align-items:center;
	padding:1rem;
	border-bottom:1px dotted #ccc;
	margin-bottom:0;
}

.contact dd {
	width:70%;
	padding:1rem;
	border-bottom:1px dotted #ccc;
}

.contact .workplace {
	flex-direction:column;
	justify-content:center;
	align-items:normal;
}

/* 必須 */
.contact .badge {
	color: #fff;
    background: #f87700;
    margin-left: 0.25rem;
    border-radius: 0.25rem;
    padding: 0.125rem 0.25rem;
}

/* 赤文字 */
.contact .attention {
	margin-bottom:0;
	color:#dc3545;
	font-weight:bold;
}

/* 小さい文字 */
.smalltext {
	font-size:0.875rem;
}

/* 入力エリア */
.contact input {
	margin-bottom:0;
}

/* ボタン */
.contact input[type=submit] {
	border-radius:40px;
	border-color:var(--vk-color-primary);
}

/* お名前(ご担当者)
-------------------------*/
.contact .name {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.contact .name div {
	width:48%;
}


/* 場所の写真
-------------------------*/

/* ファイル選択 */
.wpcf7 input[type="file"] {
	font-size:1rem;
}

/* 入力内容を確認しました */
.contact_checkbox .wpcf7-list-item {
	margin:0;
}

/* 見出し
-------------------------*/
.page-id-10 .page-header-title:after {
	content:"Contact";
	display:block;
	font-size:1rem;
	line-height:1.5;
	color:#f87700;	
}

/* ===========================================
 * 会社案内
 * ======================================== */

/* 見出し
-------------------------*/

.page-id-9 .page-header-title:after {
	content:"Profile";
	display:block;
	font-size:1rem;
	line-height:1.5;
	color:#f87700;	
}

 .abouts .wp-block-table.is-style-vk-table-border-top-bottom th, .wp-block-table.is-style-vk-table-border-top-bottom td{
	border:1px dotted #ccc;
	 border-left:none;
	 border-right:none;
}

/* ===========================================
 * プライバシーポリシー
 * ======================================== */
/* 見出し
-------------------------*/
.page-id-3 .page-header-title:after {
	content:"Privacypolicy";
	display:block;
	font-size:1rem;
	line-height:1.5;
	color:#f87700;	
}

.privacypolicy h3 {
	border-left:3px solid #f87700;
	padding-left:0.5rem;
}

/* ===========================================
 * よくあるご質問
 * ======================================== */
/* 見出し
-------------------------*/
.page-id-33 .page-header-title:after {
	content:"FAQ";
	display:block;
	font-size:1rem;
	line-height:1.5;
	color:#f87700;	
}

/* ボタン
-------------------------*/
.faq .vk_button .vk_button_link.btn {
	border-radius:40px;
}

/* Qの色
-------------------------*/
.faq .is-style-vk_faq-bgfill-circle .vk_faq_title:before {
	background-color:#F87700;
}

/* Aの色
-------------------------*/
.faq .is-style-vk_faq-bgfill-circle .vk_faq_content:before {
	background-color:#0081F8;
}

/* ===========================================
 * 詳細について
 * ======================================== */

.faq_detail li {
	padding:0.25rem 0.5rem;
}

/* ===========================================
 * 製作の流れ
 * ======================================== */
/* 見出し
-------------------------*/
.page-id-37 .page-header-title:after {
	content:"Flow";
	display:block;
	font-size:1rem;
	line-height:1.5;
	color:#f87700;	
}

/* 区切り
-------------------------*/
.flow_inner .wp-block-separator {
	    border-top: 1px dotted;
}

/* ===========================================
 * 短期看板
 * ======================================== */
/* 見出し
-------------------------*/

.page-id-40 h1.page-header-title {
  padding: 0 0 1.25rem 0.5rem;
  background-image: repeating-linear-gradient(-45deg, #f87700 0px, #f87700 1px, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 50%);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: center bottom;
  text-align:left;
}
/* リスト
-------------------------*/

.example {
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	}

.example li {
	width:20%;
}

.example li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #f87700;
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

@media (max-width: 767px) {
	.example li {
	width:50%;
}
}

/* 吹き出し
-------------------------*/
.tanki .balloon4 ,.tanki .balloon4:after,.tanki .balloon4:before {
	background:rgb(255 202 128 / 30%);
}

/* ===========================================
 * 駐車場看板
 * ======================================== */
/* 見出し
-------------------------*/

.page-id-42 h1.page-header-title {
  padding: 0 0 1.25rem 0.5rem;
  background-image: repeating-linear-gradient(-45deg, #f87700 0px, #f87700 1px, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 50%);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: center bottom;
  text-align:left;
}

/* ===========================================
 * 学校行事看板
 * ======================================== */
/* 見出し
-------------------------*/
.page-id-46 h1.page-header-title {
  padding: 0 0 1.25rem 0.5rem;
  background-image: repeating-linear-gradient(-45deg, #f87700 0px, #f87700 1px, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 50%);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: center bottom;
  text-align:left;
}

/* ===========================================
 * 卒園式・卒業式の記念写真に使用する立て看板
 * ======================================== */
/* 見出し
-------------------------*/
.page-id-54 h1.page-header-title {
  padding: 0 0 1.25rem 0.5rem;
  background-image: repeating-linear-gradient(-45deg, #f87700 0px, #f87700 1px, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 50%);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: center bottom;
  text-align:left;
}

/* 見出し　h4
-------------------------*/
.graduation h4 {
	background-color:#fa758b;
} 

/* 見出し　h3
-------------------------*/
.graduation h3 {
	background-color:#fa758b;
} 

/* リスト
-------------------------*/
.graduation .is-style-vk-group-solid-roundcorner {
    border: solid 2px #FAE6E6;
    border-radius: 0.25rem;
}

.graduation ul {
	list-style:none;
}

.graduation li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #fa758b;
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 0.5rem;
}

/* ===========================================
 * コロナウィルス予防啓発ポスター
 * ======================================== */
/* 見出し
-------------------------*/
.page-id-52 h1.page-header-title {
  padding: 0 0 1.25rem 0.5rem;
  background-image: repeating-linear-gradient(-45deg, #f87700 0px, #f87700 1px, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 50%);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: center bottom;
  text-align:left;
}


/* ===========================================
 * 照明看板
 * ======================================== */

/* 見出し
-------------------------*/
.page-id-44 h1.page-header-title {
  padding: 0 0 1.25rem 0.5rem;
  background-image: repeating-linear-gradient(-45deg, #f87700 0px, #f87700 1px, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 50%);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: center bottom;
  text-align:left;
}

/* 吹き出し
-------------------------*/
.balloon4 {
  position: relative;
  margin-right:2em;
  padding: 15px;
  background: rgb(255 202 128 / 30%);
  border-radius: 30px;
  display:inline-block;

	
}

.balloon4:before {  
  content: "";
  position: absolute;
  right: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: rgb(255 202 128 / 30%);
  border-radius: 50%;
}

.balloon4:after {
  content: "";
  position: absolute;
  right: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: rgb(255 202 128 / 30%);
  border-radius: 50%;
}
.balloon4 p {
  margin: 0; 
  padding: 0;
}

/* リスト
-------------------------*/
.light_ul {
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	padding-left:0;
}

.light_ul li {
	box-sizing:border-box;
	width:calc(100% / 3 );
	background:url(/wp-content/uploads/2025/07/icon_light.png);
	background-repeat:no-repeat;
	background-position-y: center;
    padding: 0.5rem 0.5rem 0.5rem 30px;

}

/* ===========================================
 * アートメッシュ
 * ======================================== */

/* 見出し
-------------------------*/
.page-id-50 h1.page-header-title {
  padding: 0 0 1.25rem 0.5rem;
  background-image: repeating-linear-gradient(-45deg, #f87700 0px, #f87700 1px, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 50%);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: center bottom;
  text-align:left;
}

/* リストスタイル
-------------------------*/

.kinds_list li:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #F87700;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
	position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}

.kinds_list li {
	list-style:none;
}

/* ===========================================
 * 飛散防止フィルム
 * ======================================== */

/* 見出し
-------------------------*/
.page-id-48 h1.page-header-title {
  padding: 0 0 1.25rem 0.5rem;
  background-image: repeating-linear-gradient(-45deg, #f87700 0px, #f87700 1px, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 50%);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: center bottom;
  text-align:left;
}

/* 見出し h3
-------------------------*/
.h3_film {
	border-bottom: 1px dotted #F87700;
}

.h4_film {
	border-left:3px solid #F87700;
	padding-left:0.5rem;
}

/* ===========================================
 *　価格表変更
 * ======================================== */

/* 見出し
-------------------------*/
.page-id-56 h1.page-header-title {
  padding: 0 0 1.25rem 0.5rem;
  background-image: repeating-linear-gradient(-45deg, #f87700 0px, #f87700 1px, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 50%);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: center bottom;
  text-align:left;
}

/* ===========================================
 *　看板資材
 * ======================================== */

/* 見出し
-------------------------*/
.page-id-60 h1.page-header-title {
  padding: 0 0 1.25rem 0.5rem;
  background-image: repeating-linear-gradient(-45deg, #f87700 0px, #f87700 1px, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 50%);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: center bottom;
  text-align:left;
}

/* ===========================================
 *　看板の定期点検
 * ======================================== */

/* 見出し
-------------------------*/
.page-id-58 h1.page-header-title {
  padding: 0 0 1.25rem 0.5rem;
  background-image: repeating-linear-gradient(-45deg, #f87700 0px, #f87700 1px, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 50%);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: center bottom;
  text-align:left;
}

/* ===========================================
 *　オンライン看板製作・発注依頼
 * ======================================== */

/* 見出し
-------------------------*/
.page-id-1096 h1.page-header-title {
  padding: 0 0 1.25rem 0.5rem;
  background-image: repeating-linear-gradient(-45deg, #f87700 0px, #f87700 1px, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 50%);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: center bottom;
  text-align:left;
}

/* ===========================================
 *　施工事例
 * ======================================== */

/* 見出し
-------------------------*/

.post-type-archive-works .page-header-title:after {
	content:"Works";
	display:block;
	font-size:1rem;
	line-height:1.5;
	color:#f87700;	
}

/* カテゴリー 見出し
-------------------------*/
.widget_nav_menu h4 {
　   display: inline-block;
    position: relative;
    border-radius: 50px 0 0 50px;
    background-color: #F87700;
	border-bottom:none;
    color: #fff;
   
  }
.widget_nav_menu h4:before {
	content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 13px;
    border-radius: 50%;
    background: #fff;
}
.widget_nav_menu>.sub-section-title {
	padding:1rem;
}
.widget_nav_menu>.sub-section-title:after {
	display:none;
}


/* 見出し
-------------------------*/

.tax-works_cat1 .page-header-title:after {
	content:"Works";
	display:block;
	font-size:1rem;
	line-height:1.5;
	color:#f87700;	
}

/* 見出し（カテゴーリ別）
-------------------------*/

.tax-works_cat1 .archive-header-title {
	border-bottom:3px solid #f87700;
	
}

.tax-works_cat1 .archive-header-title:first-letter {
	color:#f87700;
}

/* 右サイド　カテゴリー
-------------------------*/
/* 親カテゴリー */

.widget .menu-item-has-children {
	font-weight:bold;
	border-bottom: 1px dotted rgb(0 0 0 / 12%);
    padding: 0.5rem 0;
}

/* 子カテゴリー */

.sub-menu {
	font-weight:normal;
}

#menu-item-338 {
	padding-top:0.5rem;
}

.sub-menu li a:before{
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #F87700;
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.menu-item-338 a:before,.menu-item-333 a:before,.menu-item-342 a:before,.menu-item-318 a:before,.menu-item-335 a:before,
.menu-item-337 a:before,.menu-item-340 a:before,.menu-item-330 a:before,.menu-item-329 a:before,.menu-item-334 a:before,
.menu-item-332 a:before,.menu-item-336 a:before,.menu-item-331 a:before,.menu-item-339 a:before,.menu-item-341 a:before ,
.menu-item-351 a:before,.menu-item-328 a:before{
	 content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #F87700;
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
/* レイウト
-------------------------*/

.archive .card-img-overlay,.archive .vk_post .vk_post_date{
	display:none;
}

/*  一覧
-------------------------*/
.tax-works_cat1 .vk_post_imgOuter {
	background-position:center 20%;
}

/* ===========================================
 *　施工事例　詳細ページ
 * ======================================== */

/* 見出し
-------------------------*/

.works-template-default .page-header-title:after {
	content:"Works";
	display:block;
	font-size:1rem;
	line-height:1.5;
	color:#f87700;	
}


/* 業種
-------------------------*/
.entry-meta-data-list dt {
	background-color: #F87700;
}

/* 前の記事
-------------------------*/
.next-prev {
	display:none;
}

/* ===========================================
 * お知らせ
 * ======================================== */

/* 見出し
-------------------------*/

.blog .page-header-title:after {
	content:"Information";
	display:block;
	font-size:1rem;
	line-height:1.5;
	color:#f87700;	
}

/* 更新日・投稿者
-------------------------*/
.entry-meta-item-updated,.author {
	display:none;
}

/* ボタン
-------------------------*/
.vk_post .vk_post_btn {
	border-radius:40px;
	border:none;
}

/* ===========================================
 * お知らせ詳細ページ
 * ======================================== */

/* 見出し
-------------------------*/

.post-template-default .page-header-title:after {
	content:"Information";
	display:block;
	font-size:1rem;
	line-height:1.5;
	color:#f87700;	
}

/* タイトル
-------------------------*/

.post-template-default article .entry-title {
	border-bottom:3px solid #f87700;
	
}
.post-template-default article .entry-title:first-letter {
	color:#f87700;
}
