@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

/*----------------------------------------
 * スマホメニューを左右に付けたための調整*
 ----------------------------------------*/
/*スマホメニューの背景*/
.group-menu{
	background:#e0ffff;
}
/*デフォルトのハンバーガーメニューを消す*/
.vk-mobile-nav-menu-btn{
	display:none;
}
/*左右のモバイルメニューのサイズを変更*/
.mobmenul-container img,.mobmenur-container img {
    max-height: 43px !important;
}
/*モバイルのヘッダーの高さを変更*/
.siteHeader_logo.navbar-brand {
    height: 50px;
}
/*モバイルのヘッダーを固定*/
@media screen and (max-width: 600px){

.siteHeadContainer {
    position: fixed;
	border-bottom: 1px solid #777777;
}
}
/*ヘッダー固定によりページヘッダー画像が見えなくなったので調整
@media screen and (max-width: 600px){
body.mob-menu-slideout-over{
    margin-top: 60px;
}
}*/
/*スマホメニューを左右に付けたための調整　ここまで*/




/*サイト全体の書体変更する*/
body{
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}

/*lightning　classでページビルダー枠を消す*/
.so-panel{
	-webkit-box-shadow: none !important;
	box-shadow:none !important;
	padding:0px !important;
	margin-bottom:0px !important;
}

/*メニュー背景に色を付ける スマホメニュースクロールの修正のため*/
.siteHeadContainer{
	background:#ffffff !important;
}

/*サイト上部スペースなくす*/
.siteContent{
	padding:0px !important;
}
/*mainSectionパディング*/
.mainSection-base-on, .sideSection-base-on {
    background-color: #fff;
    padding: 0;
}
/*改行調整*/
@media (min-width: 992px){
.pc-none {
    display: none;
}
}
@media (min-width: 0px) and (max-width: 991.98px){
.sp-none {
    display: none;
}
}
/*gmenuの文字サイズを変更する*/
.gMenu_name{
	font-size:16px;
}

#gMenu_outer{
	background:linear-gradient(to bottom,#0066cc,#003399);
}

ul.gMenu li a,
ul.gMenu li.current_page_item a{
	color:#ffffff;
}

ul.gMenu li a:hover,
ul.gMenu li.current_page_item a:hover{
	color:#ffffe0;
}

/*モバイルハンバーガーメニュー*/
/*左上→右上に変える（フォーラムから検索）*/
.vk-mobile-nav-menu-btn {
	right:5px;
	left:inherit;
}

/*h3マージンボトム0*/
h3{
	margin-bottom:0 !important;
	font-size:21px;
}
/*top*/
img .wp-image-1047{
	width:150px !important;
}
.wp-container-core-group-layout-1 {
    width:100% !important;
}
@media (min-width: 0px) and (max-width: 575.98px){
.features h3{
	font-size:1.5rem !important;
}
.features p{
	font-size:1.1rem !important;		
}
}
/*取扱樹木葬*/
#pgc-16-8-0 .localNavi{
	margin-top:5px;
	margin-bottom:5px;
}
/*sp-strat*/
@media (max-width: 991.98px){
#pgc-16-8-0{
	display:block !important;
}
#pgc-16-8-0 .localNavi{
	margin-top:5px;
	margin-bottom:5px;
	flex-wrap: wrap;
}
#pgc-16-8-0 .localNavi>* {
  flex: 0 0 33.33333% !important;
}
#pgc-16-8-0 .localNavi li a{
	margin-bottom:5px !important;
}
}
/*sp-end*/

#pgc-16-8-0 .localNavi li a{
	padding: 3px 0.5em 3px;
	margin-right:5px;
	transition:0.3s;
	background-color:#003399;
	color:#fff;
	border:1px solid #003399;
	border-radius:5px;
}
#pgc-16-8-0 .localNavi li a:hover{
	background-color:#68CDAB;
	border-color:#68CDAB;
	color:#fff;
}


.entry-header{
display:none;
}

#toriatukai .vk_post .vk_post_title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 781.98px){
#toriatukai .vk_post .vk_post_title {
    font-size: 14px;
}
}

.top-tag1{
	padding:3px 3px;
	margin-bottom:5px !important;
	border-radius:5px;
	background-color:#f3adc5;
	color:#fff;
}
.top-tag2{
	padding:3px 3px;
	border-radius:5px;
	background-color:#8ab0bc;
	color:#fff;
}
.vk_post_imgOuter_singleTermLabel{
	font-size:14px !important;
}

#pgc-16-8-0,
#pgc-16-8-0 .localNavi{
display:flex;
}
#pg-16-8 .widget-title{
display:none;
}
#pg-16-8 .widget_nav_menu ul li a{
border-bottom:none !important;
}
.col-7 .card-body .card-date{
	display:none;
}
/*フッター上部*/
.siteContent_after {
    padding: 0;
}
/*お問合せボタン*/
/* 012 */
.button012 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px 10px 50px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #94e38b;
    border-radius: 50px;
    z-index:0;
    overflow: hidden;
}
.button012 a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    line-height: 1;
    position: absolute;
    left: 5px;
    background: #FFF;
    padding: 12px 11px;
    border-radius: 60px;
    z-index: 2;
}
.button012 a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #dde1da;
    transition: .3s;
    left:0;
}
.button012 a:hover:after {
    width: 100%;
    z-index: -1;
}
/* 013 */
.button013 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px 10px 50px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #94e38b;
    border-radius: 50px;
    z-index:0;
    overflow: hidden;
}
.button013 a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    line-height: 1;
    position: absolute;
    left: 5px;
    background: #FFF;
    padding: 12px 11px;
    border-radius: 60px;
    z-index: 2;
}
.button013 a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #dde1da;
    transition: .3s;
    left:0;
}
.button013 a:hover:after {
    width: 100%;
    z-index: -1;
}

/*永代供養*/
/*永代ページ*/
#eitai_murasaki{
	padding:20px;
	color:#ffffff;
	background:#5d1d99;
}

#eitai_kon{
	color:#003399;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding-top:20px;
}

.eitai_setumei{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding-top:20px;
}

.eitai_toiawase{
	text-align:center;
	font-size:23px;
	font-weight:bold;
}

.eitai_toiawase2{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#003399;
}

.eitai_mise{
	padding-top:30px;
	font-size:20px;
	font-weight:bold;
}


.mise_waku{
	text-align:center;
}





/*テーブルプレスのすべてのセルに枠線を付加する */
.tablepress thead th,
.tablepress tbody tr:first-child td,
.tablepress tbody td,
.tablepress tfoot th {
	border: 1px solid #ffffff !important;
}

/*テーブルプレスのすべてのセルに枠線を付加する */
.tablepress tbody tr,
.tablepress tbody td{
	border: 1px solid #ffffff !important;
}

/*永代供養テーブル幅固定する*/
.tablepress-id-1 .column-1,.tablepress-id-3 .column-1,.tablepress-id-4 .column-1,
.tablepress-id-5 .column-1,.tablepress-id-6 .column-1,.tablepress-id-7 .column-1,
.tablepress-id-8 .column-1,.tablepress-id-9 .column-1,.tablepress-id-10 .column-1,
.tablepress-id-11 .column-1,.tablepress-id-12 .column-1,.tablepress-id-13 .column-1,
.tablepress-id-14 .column-1,.tablepress-id-15 .column-1,.tablepress-id-16 .column-1,
.tablepress-id-17 .column-1,.tablepress-id-18 .column-1,.tablepress-id-19 .column-1,
.tablepress-id-20 .column-1,.tablepress-id-21 .column-1{
	width: 130px !important;
	color:#ffffff !important;
	background:#003399 !important;
	text-align:center;
}

.tablepress-id-1 .column-2,.tablepress-id-3 .column-2,.tablepress-id-4 .column-2,
.tablepress-id-5 .column-2,.tablepress-id-6 .column-2,.tablepress-id-7 .column-2,
.tablepress-id-8 .column-2,.tablepress-id-9 .column-2,.tablepress-id-10 .column-2,
.tablepress-id-11 .column-2,.tablepress-id-12 .column-2,.tablepress-id-13 .column-2,
.tablepress-id-14 .column-2,.tablepress-id-15 .column-2,.tablepress-id-16 .column-2,
.tablepress-id-17 .column-2,.tablepress-id-18 .column-2,.tablepress-id-19 .column-2,
.tablepress-id-20 .column-2,.tablepress-id-21 .column-2{
	background:#ffffff !important;
	padding-left:10px;
}


/*樹木葬*/
/*ボーダーにグラデ*/
.tree_title{
	font-size:23px;
	font-family:Noto Serif JP;
	color:#4d9980;
	border-bottom: 3px solid;
    border-image: linear-gradient(to right, #66cdaa 0%, #ffffff 100%);
    border-image-slice: 1;
}

#tt_bottom{
	text-align:center;
}

.tree_setumei{
	padding-top:20px;
}

.page-id-16 a img:hover{
	opacity:0.8;
}
/*アーカイブリスト*/
.media_post_text .media_post_meta{
	display:none;
}
.media_post_text .media_post_title{
	font-size:14px !important;
}
/*バルーン宇宙葬*/
/*ボーダーにグラデ*/
.bal_title{
	font-size:23px;
	font-family:Noto Serif JP;
	color:#003399;
	border-bottom: 3px solid;
    border-image: linear-gradient(to right, #003399 0%, #ffffff 100%);
    border-image-slice: 1;
}


/*樹木葬*/
/*千の風フォーエバー*/
.f_title{
	font-size:18px;
	font-weight:bold;
	color:#006633;
	text-align:center;
	padding:10px 10px;
	background:#ffffff;
	border:1px #006633 solid;
	border-radius:10px;
}

.f_title2{
	font-size:18px;
	font-weight:bold;
	color:#003366;
	text-align:center;
	line-height:3;
	padding:10px 20px;
	background:#ffffff;
	border:1px #003366 solid;
	border-radius:10px;
}

.f_text2{
	padding-left:30px;
}


.miryoku_waku{
	padding-left:20px;
}

.miryoku{
	font-size:20px;
	font-weight:bold;
}

.t_red{
	color:#ff4500;
}

.come1{
	font-size:23px;
	font-weight:bold;
	color:#333333;
	text-align:center;	
}

.come2{
	font-size:20px;
	font-weight:bold;
	color:#db7093;
	text-align:center;
}

.hover_img:hover{
	opacity:0.7;
}

/*お墓参り代行サービス*/
.daikou_setumei{
	margin-top:20px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding:20px 20px 10px 20px;
	background:#fffacd;
	border-radius:50px;
}

#setumei_orange{
	font-size:23px;
	color:#ff3300;
}

/*代行サービステーブルプレスのすべてのセルに枠線を付加する */
.tablepress-id-22 thead th,
.tablepress-id-22 tbody tr:first-child td,
.tablepress-id-22 tbody td,
.tablepress-id-22 tfoot th {
	border: 1px solid #999999 !important;
}

/*代行サービステーブルプレスのすべてのセルに枠線を付加する */
.tablepress-id-22 tbody tr,
.tablepress-id-22 tbody td{
	border: 1px solid #999999 !important;
}

.tablepress-id-22 .row-1{
	background:#ffebcd;
}

.tablepress-id-22 .row-2 .column-1{
	background:#f0ffff;
}

.tablepress-id-22 .row-3 .column-1{
	background:#fffff0;
}

.tablepress-id-22 .row-4 .column-1{
	background:#f0fff0;
}


/*代行テーブル内装飾等*/
.tablepress-id-22{
	width:630px !important;
	background:#ffffff !important;
}

.plan_title{
	text-align:center;
	vertical-align:middle !important;
}


.tablepress-id-22 .row-3 .column-1{
	vertical-align:middle;
}

.tablepress-id-22 .row-2 .column-3,
.tablepress-id-22 .row-3 .column-3,
.tablepress-id-22 .row-4 .column-3{
	vertical-align:middle;
	text-align:center;
}


.bold1{
	font-weight:bold;
	color:#003399;
}

.bold2{
	font-weight:bold;
	color:#ff8c00;
}

.bold3{
	font-weight:bold;
	color:#6b8e23;
}

.kakaku1{
	vertical-align:50% !important;
}

/*文章装飾*/
#okigaru{
	padding:20px;
	background:#fffacd;
	color:#ff3300;
	font-size:23px;
	font-weight:bold;
	border-radius:50px;
	text-align:center;
}

.gochuui{
	padding:10px 20px;
	border-bottom:#ff9900 2px dotted;
	font-size:18px;
	text-align:center;
	margin:0 auto;
}

.gochuui_waku{
	padding-top:30px;
}

/*スマホのカテゴリーを選ぶのやつ*/
.page-menu-top{
	text-align: center;
    margin-top: 8px;
    font-size: 20px;
    margin-bottom: 3px;
}

/*悠久の里*/
#disprynone{
	display:none !important;
}
/*爽籟*/
.disprynone{
	display:none;
}

/*会社概要*/
#tablepress-23 td{
	border: 1px solid #999999 !important;
}

#tablepress-23 .column-1{
	background: #ccc!important;
}

/*カスタム投稿　樹木葬見出し*/
h2{
	margin: 0 0; 
}

h3{
	border-left: none !important;
}

/*問い合わせ枠*/
.toiawase_waku{
	text-align:center;
	padding:20px;
	background:#0066CC;
	font-size:23px;
	color:#ffffff;
}

#panel-w5f8e44ce615cb-0-1-0:hover{
	transform:translate(0px,5px);
}
.has-free-text{
	display:flex;
}
.wpcf7-free-text{
width: 60%;
margin-left: 10px;
}

label {
    display: inline-block;
    margin-bottom: 0;
}

.last label{
vertical-align:middle;
margin-top: auto !important;
margin-bottom: auto !important;
}
input.form-control {
    margin-bottom: 0;
}

/*慈源之苑　フッター上部非表示*/
.postid-2999 #block-4 .f-cta-contents{
    display:none;
}
.postid-2999 #block-4{
    margin-top:2rem;
}
.postid-2999 #block-4 .f-cta{
    padding:150px 0 !important;
}

/*Lightning proからLightningに移行時のCSS*/
.video-container {
  width: 100%;
  aspect-ratio: 16 / 9; /* 16:9の比率 */
}

.video-container iframe {
  width: 100%;
  height: 100%;
}


/*新フロントページ　フッター上部非表示*/
.page-id-3006 #block-4{
    display:none;
}