@charset "utf-8";
/*
Theme Name: Lightning Pro Child Sample
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/

body {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    background: url(http://navy-web.main.jp/kitasaga-reien/wp/wp-content/uploads/2026/03/body_bg.png);
}

.pc{display: inline-block;}

.sp{display: none;}

a:hover{text-decoration: none;}

.headerTop {
    display: none;
}

.navbar-header {
    display: none;
}

.gMenu_outer nav{
    display: none;
}

.section.breadSection {
    border: none;
    letter-spacing: 0.05em;
}

.siteHeader{
	box-shadow: none;
    border: none;
    margin-top: -100px;
}

.flexbox{
    display: flex;
}

.row_reverse{
    flex-direction: row-reverse;
}

.base_copy{
	font-size: 1.1rem;
    letter-spacing: 0.1em;
    color: #555;
	line-height: 2.2;
	text-align: justify;
}

.base_copy.center{
    text-align: center;
}

.base_copy.white{
	color: #FFF;
}

.small_copy{
    font-size: 1rem;
}

.small_copy.right{
    text-align: right;
}

.section.siteContent{
	padding-top: 0!important;
	padding-bottom: 0!important;	
}

.section.siteContent .row{
    margin: 0 calc(50% - 50vw) ;
	width: 100vw;
}

h2{border: none;padding: 0;margin: 0;}

h3{border: none;padding: 0;margin: 0;}

h2::after{border: none;}

h3::after{border: none;}

h2 {
	font-size: 2rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	color: #555;
	text-align: center;
    margin-bottom: 30px;

    /* 線を中央に配置するための設定 */
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2::before {
    content: "";           /* 要素を作るための中身（空でOK） */
    display: block;        /* ブロック要素にする */
    width: 1px;            /* 線の太さ */
    height: 30px;          /* 線の長さ（お好みで調整してください） */
    background-color: #999; /* 線の色（文字と同じ色） */
    margin-bottom: 10px;   /* 線と文字の間の隙間 */
}

h3{
    font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #555;
    text-align: center;
}

h3 span{
    border-bottom: solid 1px #555;
}

h4{
    font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 10px;
	color: #555;
}

ul{
    list-style: none;
    padding-left: 0;
}

figure{
	text-align: center; 
}

div#comments {
    display: none;
}

.header_scrolled .gMenu>li {
        border-left: 1px solid #CCC;
    }

    .header_scrolled .gMenu>li:last-child {
        border-right: 1px solid #CCC;
    }

.gMenu a {
    color: #555;
    height: 100%;
}

.gMenu>li a {
    margin-left: 10px;
}

.gMenu a img{
    display: block;
    margin: 0 auto;
}

.gMenu>li .gMenu_name {
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: normal;
}

.gMenu a:hover{
    opacity: 0.6;
    transition: .5s;
}

.gMenu>li:before {
    border: none;
}

.header_scrolled .gMenu_outer {
    background: rgba(255,255,255,0.9);
}  

.header_scrolled .gMenu_outer .gMenu a img {
    height: 50px;
}

/*=========
fadeDownTrigger
=========*/

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


@keyframes bgextendAnimeBase{
    from {
      opacity:0;
    }
  
    to {
      opacity:1;  
  }
  }


/*=========
TOPページ_ヘッダー
=========*/

.top_header_area{
    background: url(http://navy-web.main.jp/kitasaga-reien/wp/wp-content/uploads/2026/03/top_header_bg.jpg) no-repeat top center;
    background-size: cover;
    height: 100vh;
    text-align: center;
    margin-bottom: 80px;
}

.top_header_area img {
    margin: 200px auto;
    width: 300px;
}


/*=========
TOP_リンクエリア
=========*/

.link_bigbox {
    margin: 80px auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.btn_link {
    text-decoration: none;
    color: #333;
    display: block;
    width: 100%;
    max-width: 700px;
    padding: 8px; /* 二重枠の間隔 */
    border: 1px solid #999;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.btn_link span {
    display: block;
    border: 2px solid #999;
    padding: 25px 20px;
    position: relative;
    background: rgba(181,177,172,0.4);
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-align: center;
    color: #555;
}

/* 右側の矢印 > */
.btn_link span::after {
    content: ">";
    position: absolute;
    right: 20px;
    color: #999;
    font-family: sans-serif;
}

.btn_link:hover {
    opacity: 0.6;
}


/*=========
フッターエリア
=========*/

.siteFooter{
    border: none;
    background: rgba(181,177,172,0.4);
}

/* フッター */
footer {
    padding: 60px 20px 0;
    text-align: center;
    color: #444;
}

.footer_nav ul {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 30px;
}

/* 各項目の右側にスラッシュを入れる */
.footer_nav li {
    position: relative;
    display: flex;
    align-items: center;
}

.footer_nav li::after {
    content: "/";
    margin-left: 30px;
    color: #555;
    font-size: 1.2rem;
}

/* 一番最後の項目の後はスラッシュを消す */
.footer_nav li:last-child::after {
    content: none;
}

.footer_nav a {
    text-decoration: none;
    color: #555;
    font-size: 1.2rem;
}

.footer_info_logo {
    width: 100px;
    margin-bottom: 20px;
}

.footer_info_name {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin: 0;
}

.footer_info_address {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
}

.scrolled .page_top_btn {
    bottom: 80px;
}

.copySection p {
    font-size: 0.9rem;
    margin: 0 15px 5px;
    letter-spacing: 0.1em;
}

/*=========
google_reCAPTCHA
=========*/

.grecaptcha-badge { visibility: hidden; }

.google-copy {
    font-size: 0.6rem;
    color: #555;
    text-align: right;
    letter-spacing: 0.05em;
}

.google-copy a {color: #333;text-decoration: underline;}


/*=========
fix_btnエリア
=========*/

.fix_btn_bigbox{
    position: fixed;
    top: 200px;
    right: 20px;
    z-index: 9999;
}

.fix_line_btn a{
    display: block;
    background: #06c655;
    color: #FFF;
    font-size: 3.5rem;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    padding: 8px 0 0 8px;
    margin-bottom: 10px;
}

.fix_line_btn a:hover{
    transition: .3s;
    transform: scale(1.1);
    background: #04e763;
    color: #FFF;
}

.fix_insta_btn{
    margin-bottom: 10px;
}

.fix_insta_btn a{
    display: block;
    background: #a356d7;
    color: #FFF;
    font-size: 3.5rem;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    padding: 8px 0 0 8px;
}

.fix_insta_btn a:hover{
    transition: .3s;
    transform: scale(1.1);
    background: #bf5fff;
    color: #FFF;
}

/*=========
ページヘッダー
=========*/

.section.page-header{
    display: none;
}

/*=========
お墓ページ_ヘッダー
=========*/

.grave_name img{
    display: block;
    width: 300px;
    margin: 0 auto 50px;   
}

.grave_bigbox{
    margin: 60px auto;
}

.top_header_area.grave{
    height: 300px;
}

.top_header_area.grave img {
    margin: 100px auto;
}

/*=========
コンタクトエリア
=========*/

.contact_kome_list{
    width: 70%;
    padding-left: 1.5rem;
    margin: 0 auto 50px;
    list-style: disc;
}

.contact_kome_list li{
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    color: #555;
}

.contact_kome_list li.red{
    color: #F00;
}

form{
    width: 70%;
    background: #fff;
    padding: 50px 50px;
    margin:0 auto 50px;
}

.wpcf7 table tr th p{
    margin-bottom: 5px;
}

.haveto{
	background: #bf2720;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 8px;
	font-size: 0.8em;
}

.any{
	background: #999;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 8px;
	font-size: 0.8em;
}

table.inquiry{
	border-top: none;
}

.table tbody tr td .form-control, .table tbody tr th .form-control, .table td .form-control, .table th .form-control, .table thead tr td .form-control, .table thead tr th .form-control, table tbody tr td .form-control, table tbody tr th .form-control, table td .form-control, table th .form-control, table thead tr td .form-control, table thead tr th .form-control {
    max-width: 100%;
}

.wpcf7 table th, .wpcf7 table td{
	display: block;
	font-size: 1em;
	color: #666;
	border-bottom: none;
}

.wpcf7 table th {
    padding-bottom: 0;
    font-weight: bold;
    font-size: 1.2rem;
}

.wpcf7 table td{
	padding-bottom: 30px;
}

span.wpcf7-list-item-label {
    margin-right: 20px;
}

input[type="text"]{
    width: 100%;
	font-size: 1.2em;
	background: #fffbe3;
	border: solid 2px #999;
	padding: 20px;
    color: #666;
}

input[type="email"]{
    width: 100%;
	font-size: 1.2em;
	background: #fffbe3;
	border: solid 2px #999;
	padding: 20px;
}

input[type="tel"]{
    width: 100%;
	font-size: 1.2em;
	background: #fffbe3;
	border: solid 2px #999;
	padding: 20px;
}

input[type="date"]{
	font-size: 1.4em;
	background: #fffbe3;
	border: solid 2px #999;
    color: #666;
    padding: 0 10px;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
}

.wpcf7-select{
    width: 100%;
	font-size: 1.4em;
	background: #fffbe3;
	border: solid 2px #999;
    color: #666;
}

textarea.wpcf7-form-control{
    width: 100%;
	font-size: 1.2em;
	background: #fffbe3;
	border: solid 2px #999;
	padding: 20px;
}

span.wpcf7-form-control.wpcf7-acceptance {
    margin-right: 7px;
}

input#formbtn {
    background: #bf2720;
    border: solid 5px #bf2720;
    border-radius: 40px;
    font-size: 1.4em;
    width: 80%;
    letter-spacing: 0.05em;
    margin: 50px auto 0;
    display: block;
    font-family: "Font Awesome 6 Pro";
    color: #FFF;
}

/*=========
プライバシーポリシー
=========*/

.privacy_area{
    width: 60%;
    margin: 50px auto;
}

.privacy_h2{
    font-size: 1.6rem;
    text-align: left;
    margin: 50px 0 20px;
    border-bottom: dotted 1px #555;
}

.privacy_h2::before{
    display: none;
}

.privacy_h3{
    font-size: 1.4rem;
    font-weight: normal;
    border-bottom: dotted 1px #555;
}

.privacy_list{
    list-style: disc;
    padding-left: 1rem;
    color: #555;
}

.privacy_info_list{
    background: #f7f4ed;
    border-radius: 10px;
    padding: 30px 50px;
}

.privacy_copy{
    color: #555;
}




/*========= スクロールのCSS ===============*/

/*スクロールダウン全体の場所*/
.scrolldown1 {
    position: absolute;
    left: 50%;
    bottom: 30px;
    height: 50px;
    z-index: 2;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	top: -20px;
    /*テキストの形状*/
	color: #FFF;
	font-size: 1rem;
	letter-spacing: 0.05em;
    font-family: "Roboto", sans-serif;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #FFF;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

/*========= 画像の動きのCSS ===============*/

.zoom-out img {
    width: 100%;
    height: auto;
    animation: animationZoom1 5s ease-in-out forwards;
  }

.zoom {
    overflow: hidden;
  }

  @keyframes animationZoom1 {
    100% { transform:scale(1.1)} 
  }
  @keyframes animationZoom2 {
    50% { transform:scale(1.1)} 
  }

  .fadeIn{
    animation-name:fadeInAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeInAnime{
      from {
        opacity: 0;
      }
    
      to {
        opacity: 1;
      }
    }


/*********** スマホ用 **********************************/


@media screen and (max-width: 767px) {



.pc {
	display: none;
}
   
.sp {
	display: block;
}

.flexbox{
    flex-direction: column;
}

.base_copy {
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: justify;
}

h2{
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.h2_roma {
    font-size: 4rem;
    margin: 0 auto -30px;
}

h3{
    text-align: center;
}

h4{
    text-align: center;
}

.vk-mobile-nav nav>ul {
    border-top: 1px dotted #555;
}

.vk-mobile-nav {
    background: rgba(255,255,255,0.9);
}

.vk-mobile-nav nav ul li a {
    color: #555;
    padding: 20px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    text-align: center;
    border-bottom: 1px dotted #555;
}


/*=========
TOP_header
=========*/

.top_header_area img {
    margin: 250px auto;
    width: 200px;
}

/*=========
TOP_メイン
=========*/

.link_bigbox{
    width: 90%;
}

.btn_link {
    margin-bottom: 0;
}


/*=========
footer_エリア
=========*/

footer {
   padding: 70px 0 0;
}

.footer_nav {
    width: 100%;
}

.footer_nav ul{
    flex-direction: column;
}

.footer_nav li {
    flex-direction: column;
    margin-bottom: 30px;
}

.footer_nav li::after{
    display: none;
}

.footer_info {
    margin-top: 50px;
}

.google-copy {
    text-align: center;
}

.device-mobile .copySection {
    padding-bottom: 20px !important;
}

/*=========
page_ヘッダー
=========*/

.top_header_area.grave img {
    margin: 140px auto;
}

/*=========
お墓について_ページ
=========*/

.grave_name img {
    width: 200px;
}

.grave_bigbox {
    width: 90%;
}

/*=========
コンタクトエリア
=========*/

.contact_area {
    width: 90%;
    padding: 0;
}

.contact_area h2{
    margin: 20px auto;
}

.contact_kome_list {
    width: 90%;
    text-align: justify;
}

.contact_kome_list li {
    font-size: 0.9rem;
}

form {
    width: 90%;
    padding: 30px 20px;
}

.wpcf7 table th {
    padding:0 0 10px 0;
}

.wpcf7 table td{
	padding: 0;
}

input#formbtn {
    font-size: 1.2em;
    text-align: center;
    width: 100%;
    margin: 50px auto 0;
}

.wpcf7 table td {
    margin-bottom: 30px;
}


/*=========
プライバシー_ページ
=========*/


.privacy_area {
    width: 90%;
    margin: 30px auto;
    border-radius: 20px;
}

.privacy_h2 {
    font-size: 1.2rem;
    text-align: left;
    margin: 20px 0;
    align-items: inherit;
}

.privacy_h3 {
    font-size: 1.1rem;
    text-align: left;
}

p.privacy_copy {
    font-size: 0.9rem;
}

.privacy_info_list {
    padding: 20px 30px;
}


/*=========
Fix下部メニュー
=========*/

.fix_btn_bigbox{
    width: 100%;
    height: 100px;
    top: auto;
    bottom: 0;
    right: 0;
    display: flex;
    z-index: 9999;
}

.fix_btn_bigbox a{
    display: block;
    width: 100%;
    height: 100px;
    border-radius: 0;
    text-align: center;
    padding-top: 10px;
    margin: 0;
}


.fix_insta_btn{
    flex: 1;
}

.fix_line_btn{
    flex: 1;
}

.fix_tel_btn{
    flex: 1;
}

.fix_tel_btn a{
    display: block;
    background: #f1bb30;
    color: #FFF;
    font-size: 3.3rem;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 12px 0 0 8px;
}

.fix_tel_btn a:hover{
    transition: .3s;
    transform: scale(1.1);
    background: #bf5fff;
    color: #FFF;
}

.scrolled .page_top_btn {
    bottom: 110px;
}

}

/* 992px以上 1200px以下の調整 */
@media (max-width: 1200px) and (min-width: 992px) {
    
    /* コンテナの幅をフルに使い、左右の余白を最小限に */
    .siteHeadContainer {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* ロゴエリアの調整 */
    .navbar-header {
        flex-shrink: 0; /* 押しつぶされないように固定 */
    }

    /* ナビゲーションエリアの調整 */
    #gMenu_outer {
        flex-grow: 1;
        display: flex;
        justify-content: flex-end; /* 右側に寄せる */
    }

    .gMenu {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

}