@charset "utf-8";
/* CSS Document */

html {
    scroll-behavior: smooth;
    font-size: 62.5%;

    /* スムーススクロール */
}

.pc {
    display: none !important;
}

body {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    font-size: 14px;
    line-height: 22.5px;
    color: #202020;

    margin: auto;

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: url(../img/sp_bg_img.png);


    position: relative;
    font-feature-settings: "palt";
    letter-spacing: 1px;

}



/* フォント */




body .body-inner {
    margin: auto;

    background-attachment: fixed;
    background-size: cover;
    background-position: center;


}

ul {
    list-style: none;
}

.pc {
    display: none;
}



/* 共通 */

section {}

a {
    color: #333333;
}

a:hover {
    opacity: 0.5;
}



/* フォント */

.noto-sans-jp-<uniquifier> {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.noto-serif-jp-<uniquifier> {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}




body .body-inner {

    margin: auto;

    background-attachment: fixed;
    background-size: cover;
    background-position: center;


}

ul {
    list-style: none;
}

h2 img {
    zoom: .5;
}

img {
    zoom: .5;
}






/* 共通 */


nav {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 80%;
    right: 0;
}

nav ul {
    /*最初はナビゲーションボタンは非表示*/
    display: none;
    list-style: none;
    height: 100vh;
    background-color: #FFF7E3;
    padding: 100px 20px 0px 20px;
}

nav ul li {

    padding: 5px 0;

}



nav ul li a {
    padding-bottom: 20px;
    font-size: 1.8rem;
    color: #464646;
    display: block;
    text-decoration: none;
    text-align: center;

}

.btn_line img {
    width: 100%;
}


li.btn_tel a {
    padding-bottom: 6px !important;
}




/* メニュー */
#menu {
    position: fixed;
    width: 73%;
    height: 100%;
    background: #E9F7FF;
    right: 0;
    top: 0;
    z-index: 998;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;



    margin-bottom: 20px;
    border-left: #E0E0E0 1px solid;

    & ul {
        list-style: none;
        padding: 0;
        margin: 80px 0 0 40px;
    }


    & li {
        padding-bottom: 34px;
    }


}




.hamburger {
    position: fixed;
    top: 24px;
    right: 20px;
    cursor: pointer;
    width: 32px;
    height: 24px;
    z-index: 1000;
}

.hamburger span {
    /*3本の線を作る*/
    transition: all .3s;
    position: absolute;
    height: 2px;
    background-color: #FC5500;
    width: 100%;
    z-index: 10;
}


.hamburger span:nth-of-type(1) {
    /*上の線の位置*/
    top: 4px;
}

.hamburger span:nth-of-type(2) {
    /*真ん中の線の位置*/
    top: 12px;
}

.hamburger span:nth-of-type(3) {
    /*下の線の位置*/
    top: 20px;
}

.hamburger.open span:nth-of-type(1) {
    /*openのとき、上の線を右斜めにする*/
    top: 10px;
    transform: translateY(6px) rotate(-33deg);
}

.hamburger.open span:nth-of-type(2) {
    /*真ん中の線を消す*/
    opacity: 0;
}

.hamburger.open span:nth-of-type(3) {
    /*下の線を左斜めにする*/
    top: 22px;
    transform: translateY(-6px) rotate(33deg);
}

/* メニュー */
.block_menu {
    background: #E9F7FF;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: #E0E0E0 1px solid;


}

.menu_tit {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    align-items: center;

    padding: 16px;
}

.menu_tit02 {
    display: none;
}

/* オープン時のバー */

.menu-open {
    .menu_tit {
        display: none;

    }

    .menu_tit02 {
        display: block;

    }

}

.menu_tit02 img {
    width: 22px;
}


.menu_tit img {
    width: 28px;
    margin-right: 20px;

}

.block_menu ul li {}

.block_menu a span {
    color: #2D98E0;
    margin-right: 10px;
}

.block_menu a {
    color: #202020;
}


/* fフェードイン */
.fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.5s;


    &.fadein-bottom {
        transform: translate(0, 30px);
    }

    &.scrollin {
        opacity: 1 !important;
        transform: translate(0, 0) !important;
    }
}




/* ハンバーガーメニュー */
#menu-button {
    width: 161px;
    right: 0px;
    display: grid;
    place-items: center;
    place-content: center;
    cursor: pointer;
    z-index: 999;
    mix-blend-mode: normal;
    position: fixed;

}


section {
    padding-top: 70px;
    padding-bottom: 70px;

}

section h2 {
    text-align: center;

    padding-bottom: 40px;
}

section h2 img {}

.news h2 img,
.block04 h2 img,
.block05 h2 img,
.block06 h2 img,
.block07 h2 img,
.block08 h2 img,
.block09 h2 img  {
    height: 110px;
}


.block-inner {
    margin: auto;
    width: 90%;
}



/* ヘッダー */
header {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;

}

h1 {
    width: 40%;
    margin-left: 6%;
}

h1 img {
    width: 100%;
}



/* メニュー */








nav#menu {}

nav#menu li {
    margin: 0 30px;
    display: block;
}



/* メイン */
.main_img {
    width: 100%;

    position: relative;
}

.main_img img {
    width: 100%;
}

.main_img .main_copy {
    width: 80%;
    position: absolute;
    bottom: -60px;

    height: auto;
    z-index: 5;
}


.main_img .main_cover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}



@keyframes infiniteScrollRTL {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * (100% / var(--_infinite-scroll-clone-length)) - var(--_infinite-scroll-gap,
                        var(--scroll-gap)) / var(--_infinite-scroll-clone-length)));
    }
}

@keyframes infiniteScrollLTR {
    0% {
        transform: translateX(calc(-1 * (100% / var(--_infinite-scroll-clone-length)) - var(--_infinite-scroll-gap,
                        var(--scroll-gap)) / var(--_infinite-scroll-clone-length)));
    }

    100% {
        transform: translateX(0);
    }
}

.js-scrollTrack {
    width: max-content;

    &[data-scroll-initialized="true"][data-scroll-direction="left"] {
        animation: infiniteScrollRTL var(--_infinite-scroll-duration) linear infinite;
    }

    &[data-scroll-initialized="true"][data-scroll-direction="right"] {
        animation: infiniteScrollLTR var(--_infinite-scroll-duration) linear infinite;
    }

    &[data-scroll-pause-on-hover="true"]:hover {
        animation-play-state: paused;
    }
}

.js-scrollList {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 var(--_infinite-scroll-gap, var(--scroll-gap));
}

.js-scrollCont {
    flex-shrink: 0;
}

.js-scrollCont img {

    height: 1000px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;

}

.scroll_wrap {
    width: 100%;
    overflow: hidden;
}

.scroll_cont {

    display: grid;
    place-content: center;
    flex-shrink: 0;
    min-width: 22vw;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;

}


#calloutElm {}

/* お知らせ */

section.news {
    padding-top: 100px;
    padding-bottom: 40px;
}

section.news h2 {
    padding-top: 30px;
    padding-bottom: 20px;
}

.news {
    background-image: url(../img/fot_bg@2x.png);

}


.news .block-inner {
    width: 100%;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    padding-bottom: 40px;

}




.news {
    padding: 40px 20px;

    .accordion01 {
        width: 90%;

        margin: 0 auto;

        .accordion_ttl {
            position: relative;
            font-weight: bold;
            font-size: 1.8rem;
            line-height: 28px;
            padding: 10px 5px;
            border-bottom: 1px solid #ff8b00;
            cursor: pointer;





            &:before,
            &:after {
                content: "";
                display: block;
                position: absolute;
                top: 50%;
                right: 10px;
                transform: translate(0, -50%);
                width: 16px;
                height: 2px;
                background: #ff8b00;
                transition: 0.2s ease transform;
            }

            &:after {
                transform: translate(0, -50%) rotate(-90deg);
            }

            &.active {
                &:after {
                    transform: translate(0, -50%) rotate(0deg);
                }
            }
        }

        .accordion_ttl img {
            margin-right: 50px;
        }

        .accordion_cnt {


            line-height: 1.5;
            max-height: 0;
            overflow: hidden;
            transition: 0.2s ease max-height;


            p {
                margin: 15px 0;
            }
        }

        .accordion_ttl dl {
            display: flex;
            align-items: flex-start;
            font-size: 1.6rem;
            flex-direction: column;
        }

        .accordion_ttl .date {
            font-weight: 300;
            font-size: 1.4rem;
            display: block;
        }

        .accordion_ttl .title {
           font-size: 1.6rem;

        }

    }
}


.news_in {
    padding: 20px 0;
    margin: auto;
}

.news_in img {
    margin: 40px 0;
    border: #999 1px solid;
    width: 99%;
    text-align: center;
}

.news_in a {
    color: #FD5500;
}




/* メニュー */
.block_menu {
    position: fixed;
    top: 40%;
    right: 40px;
    z-index: 100;
}

.block_menu .inner {
    background-image: url(../img/contact_btnbg@2x.png);
    background-size: 310px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 310px;
    height: 310px;
}

.block_menu .inner .cont01 {
    margin-bottom: 10px;
    padding-top: 100px;
    text-align: center;
}

.block_menu .inner .cont02 {

    text-align: center;
}

.block_menu .cont_close {
    position: absolute;
    top: 28px;
    right: 12px;
}



.block_menu .js_close {
    display: none;
    position: absolute;
    right: 400px;
}

li.btn_tel dl {
    display: flex;
    justify-content: center;
    align-items: center;

}

li.btn_tel a {
    font-size: 3.0rem;
    font-weight: bold;
    justify-content: center;

}

li.btn_tel p {
    font-size: 1.2rem;
    text-align: center;
}

/* 悩んでいるのは、あなただけではありません */
.block01 {
    background-image: url(../img/block01_back@2x.png);
    padding-top: 0px;

}

.block01 .block-inner02 {
    width: 90%;
    margin: auto;


}


.block01 .block-inner02 .left {
    background: #FFF7E3;
    background: rgba(255, 247, 227, 1);
    border-radius: 20px;
    padding: 10px;
}

.block01 .block-inner02 .left {}

.block01 .block-inner02 .left .sub_txt {
    font-size: 2.0rem;
    margin: 10px 0;
    line-height: 4.0rem;
    font-weight: bold;
    letter-spacing: 2px;
}

.block01 .block-inner02 .left .sub_txt span {
    border-bottom: #ff8b00 2px solid;
    padding-bottom: 4px;
}

.block01 .block-inner02 .left img {
    width: 100%;
}

.block01 .block-inner02 .left p {
    font-size: 1.5rem;
    line-height: 30px;
}

.block01 .block-inner02 .right {
    margin-top: 10px;
}

.block01 .block-inner02 .right img {
    width: 100%;
}


/* 5つの特徴 */
.block02 {
    padding-top: 0px;
    margin-top: -70px;
    padding-bottom: 10px;
    background-image: url(../img/block02_back@2x-100.jpg);
    background-size: 50px;
    position: relative;
    /*
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    */

}

.block02 h2 img {
    width: 100%;
}

.block02 .block-inner {

    padding-top: 70px;

}


.block02 .block-inner h2 {
    width: 240px;
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


.block02 .box-inner {}

.block02 .box01 {


    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #fff7e3;
    padding: 20px;
    margin-bottom: 30px;
}

.block02 .box01 .left {
    margin-bottom: 20px;
}

.block02 .box01 .left .tit {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 2.0rem;
    margin-bottom: 30px;
    flex-direction: row;
}


.block02 .box01 .left .tit img {
    margin-right: 10px;
    width: 120px;

}

.block02 .box01 .left .tit span {
    color: #ff8b00;
}

.block02 .box01 .left p {}

.block02 .box01 .right {}

.block02 .box01 .right img {
    width: 100%;
}

.bg_imgbox {
    width: 100%;
    position: relative;
    height: 120px;
    overflow: hidden;
}

.bg_imgbox img {
    width: 100%;
}

.bg_img01 {
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 120%;
}

.bg_imgbox01 img {
    width: 100%;
}

.bg_img02 {
    position: absolute;
    bottom: -30px;
    width: 240%;
    left: -100px;
}



/* こんなご希望おすすめ */
.block03 {
    background-image: url(../img/block03_back02@2x.png);
    background-size: 50px;


}


.block03 h2 {
    width: 90%;
    margin: auto;
}



.block03 h2 img {
    width: 100%;


}

.block03 .box01 img {
    width: 100%;
}

.block03 .box02 {
    border: #FFA700 2px solid;
    background-color: #fff;

    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    position: relative;
    margin-top: 80px;


}

.block03 .box02 p {
    width: 80%;
    font-weight: bold;
    font-size: 1.8rem;
    background: #FFA700;
    background: rgba(255, 167, 0, 1);
    border-radius: 34px;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    padding: 15px;
    text-align: center;
    margin: auto;
    display: block;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.block03 .box02 .inner {}

.block03 .box02 .inner .left {
    width: 90%;
    padding-top: 70px;
    margin: auto;
}


.block03 .box02 .inner .right {
    text-align: center;
}


.block03 .box02 .inner .right img {
    width: 90%;
}

.block03 .box02 ul li {
    font-weight: bold;
    font-size: 1.6rem;
    color: #595757;
    letter-spacing: 2.1px;
    padding-bottom: 20px;
}

.block03 .box02 ul li dl {
    display: flex;
}

.block03 .box02 ul li dl dt {
    margin-right: 10px;
}

.block03 .box02 ul li dl dt {}

.block03 .box02 ul li span {
    color: #026e3d;
    border-bottom: #ff8b00 2px solid;
    padding-bottom: 2px;
}

.block03 .box02 ul li img {}


/* 商品説明 */


.block04 {
    background: #fff;

    position: relative;
    z-index: 1;
    padding-bottom: 0px;
}

.block04 .block-inner .box01 {
    display: block;
}

.block04 .block-inner .box01 ul {
    margin: auto;
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.block04 .block-inner .box01 ul li {
    display: block;
    margin-bottom: 10px;
}

.block04 .block-inner .box01 ul li img {
    width: 100%;
}

.block04 p.keiyaku {
    width: 100%;
    background: #FC5500;
    background: rgba(252, 85, 0, 1);
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 32.43px;
    text-align: center;
    color: #fff;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    padding: 10px 0;
    margin: 10px 0;

}







.block04 .box02 {

    margin: auto;
     background-color: #81c913;
    

    position: relative;
    z-index: 2;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 70px;

}





.block04 .box02 .inner {
    display: flex;

    flex-direction: column;

}



.block04 .box02 .left,
.block04 .box02 .right
{
    padding: 20px;
           
      border: #026E3D 2px solid;
        background-color: #fff;
        border-radius: 42px;
        -moz-border-radius: 42px;
        -webkit-border-radius: 42px;
        position: relative;
        margin-top: 40px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        height: auto;
        
       
        }

        
        .block04 .box02 .left img
        {
        
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        width: 100%;
        margin-top: 80px;
        
        }
        .block04 .box02 .right ul li img{
            margin-top: 10px;
        
        
            }  


        .block04 .box02 .sub_tit {
    text-align: center;
font-weight: bold;
        font-size: 1.6rem;
        margin-bottom: 30px;
        color: #fff;


        font-weight: bold;
        background: #026E3D;

        border-radius: 34px;
        -moz-border-radius: 34px;
        -webkit-border-radius: 34px;
        padding: 20px;
        text-align: center;
       width: 80%;
        margin: auto;
        display: block;
        position: absolute;
        top: -20px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .block04 .box02 .sub_tit span {
        font-size: 80%;
        }

      


        .block04 .box02 .right ul{
        display: flex;
        /* gap: 20px; */
         justify-content: space-around;
        margin: auto;
        margin-top: 30px;
        flex-wrap: wrap;
        
            } 
        .block04 .box02 .right ul li{
            width: 46%;
        
        
            }         



.block04 .box02 .left ul {
    display: flex;
    flex-wrap: wrap;
}


.block04 .box02 .left .red{
    color: #FC5500;
    }

.block04 .box02 .left p {
   margin-top: 20px;
}

.block04 .box02 .left ul li {
    width: 48%;
    display: block;
    position: relative;
    height: 88px;
    background-image: url(../img/block04_back01@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;




}

.block04 .box02 .left ul li .point {

    width: 100%;
    text-align: center;


    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);


}

.block04 .box02 .left ul li .point p {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 30px;
    padding: 10px;

}

.block04 .box02 .left ul li .point p span {
    font-size: 3.0rem;
    font-weight: bold;
    color: #FD5500;
}

/* お寺紹介 */
.block05 {
    background-color: #fff7e3;

    background-image: url(../img/block05_back01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.block05 .box01 .inner {
    display: flex;
    flex-direction: column-reverse;
}

.block05 .box01 .inner .left {
    margin-bottom: 10px;

}

.block05 .box01 .right img {
    width: 100%;

}




.block05 .box01 .inner .left ul li {
    margin: 24px 0;

}

.block05 .box01 .inner .left dl {
    display: flex;
    flex-direction: row;
    align-items: center;
}


.block05 .box01 .inner .left dl dt {
    background-color: #026e3d;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    width: 30%;


}

.block05 .box01 .inner .left dl dd {
    margin-left: 10px;

}



.block05 .box01 .inner .left dl dd span {
    font-weight: bold;
    font-size: 2.4rem;

}

.block05 .box01 .inner .right {}

.block05 .box02 {

    background-color: #fff;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;

}


.block05 .box02 .inner {
    display: flex;
    padding: 6%;

    flex-direction: column;
}

.block05 .box02 .inner p {
    font-weight: bold;
    font-size: 2.4rem;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #026E3D;
    text-align: center;
}

.block05 .box02 dl {
    display: flex;
    align-items: center;
}

.block05 .box02 .inner ul li {
    margin-bottom: 20px;
}

.block05 .box02 .inner ul li img {
    margin-right: 20px;
}

.block05 .box02 .inner ul li span {
    font-weight: bold;
    font-size: 1.8rem;
}

.block05 .box02 .right {
    margin-top: 20px;

}

.block05 .box02 .right img {
    width: 100%;

}



.button a {
    background-color: #026E3D;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: center;

    margin: 0 auto;
    max-width: 290px;
    padding: 10px 25px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    align-items: center;
}

.button img {
    margin-right: 10px;
}



/* よくあるご質問 */

.block06 {
    background-image: url(../img/block06_bg2x.png);
    background-size: 68px;

}

.block06 h2 {
    padding-top: 50px;
}

.block06 .block-inner {
    background-color: #FFF7E3;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

.block06 .box01 {
    padding-bottom: 40px;
}


.accordion {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1000px;

    .accordion_ttl {
        position: relative;
        background: #fff;
        font-weight: bold;
        font-size: 1.7rem;

        padding: 15px 10px;
        border: 1px solid #ff8b00;
        cursor: pointer;
        border-radius: 12px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        margin-bottom: 15px;




        &:before,
        &:after {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translate(0, -50%);
            width: 16px;
            height: 2px;
            background: #ff8b00;
            transition: 0.2s ease transform;
        }

        &:after {
            transform: translate(0, -50%) rotate(-90deg);
        }

        &.active {
            &:after {
                transform: translate(0, -50%) rotate(0deg);
            }
        }
    }

    .accordion_ttl img {
        margin-right: 30px;
    }

    .accordion_cnt {
        padding: 0 10px;
        line-height: 1.5;
        max-height: 0;
        overflow: hidden;
        transition: 0.2s ease max-height;

        p {
            margin: 15px 0;
        }
    }
}

.accordion_ttl dl {
    display: flex;
    align-items: center;
}

.accordion_ttl dl dd {
    margin-right: 20px;
}

.accordion_ttl img {
    width: 60px;
}


.answer {
    display: flex;
    margin-bottom: 60px;
}

.answer img {
    width: 60px;
    margin-right: 30px;
}

.answer span {
    font-weight: bold;
    font-size: 2.0rem;
}


/* お問い合わせ */
.block07 {
    background: #FF8F00;
    background: rgba(255, 143, 0, 1);


    position: relative;
    z-index: 20;
}

.block07 .txt01 {
    color: #FFF;
    text-align: center;
    margin-bottom: 30px;
}

.block07 .box01,
.block07 .box02 {
    margin: auto;
    max-width: 1000px;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    padding: 30px;
}

.block07 .box03 {
    margin: auto;
    max-width: 1000px;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.block07 .box01 .inner {}

.block07 .box01 .sub_tit,
.block07 .box02 .sub_tit ,
.block07 .box03 .sub_tit{
    font-weight: bold;
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 30px;

}

.block07 .box01 p,
.block07 .box02 p,
.block07 .box03 p {
    text-align: center;
    margin-bottom: 10px;
}

.block07 .box01 .left {}

.block07 .box01 .left img {
    width: 100%;

}

.block07 .box01 .right dl {
    display: flex;
    align-items: center;
}

.block07 .box02 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.block07 .line_btn {
    text-align: center;
    margin-top: 10px;
}

.block07 .line_btn img {
    width: 100%;
}

.block07 .box02 dl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.block07 .box02 dl dt {
    font-weight: bold;
    font-size: 3.0rem;

}

.block07 .box02 dl dd {
    font-size: 1.5rem;
}

/* ご挨拶 */

.block08 {
    background-image: url(../img/fot_bg@2x.png);
    position: relative;
    z-index: 10;

}

.block08 .block-inner02 {
    width: 80%;
    background-color: #FFF;
    border-radius: 0px 44px 44px 0px;
    padding: 10%;
    padding-left: 10%;
}

.block08 .inner {
    display: flex;
    flex-direction: column-reverse;
}


.block08 .left {
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    line-height: 35px;
}


.block08 .left span {
    font-family: "Noto Serif JP", serif;
    font-size: 2.2rem;
    line-height: 35px;
    border-bottom: #ff8b00 2px solid;
    padding-bottom: 2px;
}

.block08 .right {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.block08 .right img {
    width: 80%;
}


/* 墓じまい */

section.block09 {
    padding-top: 100px;
    padding-bottom: 0px;

}


.block09 {
}

.block09 h2 {
   
}

.block09 .block-inner {
   
}

.block09 .box01 {
    padding-bottom: 20px;
}

.block09 .box01 img {
    width: 100%;
}

.block09 .box01 p {
    text-align: center;
    font-family : Noto Sans JP;
    font-weight : bold;
    font-size : 2.0rem;
    line-height : 32.7px;
    letter-spacing : 4.62px;
    color : #026E3D;
    color : rgb(2, 110, 61);
    margin-bottom: 30px;
}


.block09 .box01 .box01-txt {
    text-align: center;
    font-family : Noto Sans JP;
  font-weight : bold;
  font-size : 1.6rem;
  line-height : 42.7px;
  letter-spacing : 1.76px;
  color : #3F3A39;
  color : rgb(63, 58, 57);
  padding: 20px 0;
}


.block09 .box01 .box01-txt span {
    border-bottom: #ff8b00 4px solid;
    padding-bottom: 6px;
    }

    .block09 .box01 .box01-txt span {
        text-align: center;
        font-family : Noto Sans JP;
        font-weight : bold;
        font-size : 2.0rem;
        line-height : 32.7px;
        letter-spacing : 4.62px;
        color : #026E3D;
        color : rgb(2, 110, 61);
    }
    

.block09 .box02 {
    background-image: url(../img/block03_back02@2x.png);
    background-size: 50px;
    padding-top: 20px;
    padding-bottom: 60px;
}

.block09 .box02 .box02-txt {
    text-align: center;
    padding-bottom: 20px;
}



.block09 .box02 p,
.block09 .box02 .box02-txt2 span {
    text-align: center;
    font-weight : bold;
    font-size : 1.6rem;
    line-height : 32.7px;
    letter-spacing : 3.24px;
    color : #3F3A39;
    color : rgb(63, 58, 57);
    
}

.block09 .box02 p span {
    font-size : 2.0rem;
    line-height : 32.7px;
    letter-spacing : 5.04px;
    color : #FF8B00;
    color : rgb(255, 139, 0);
}



.block09 .box02 .hakajimai_point ul {
    display: flex;
            flex-direction: column;
            gap: 20px;
            justify-content: center;
}


.block09 .box02 .hakajimai_point ul li {
    display: block;
}

.block09 .box02 .hakajimai_point ul li img {
    width: 100%;
}


.block09 .box02 .box02-txt2 {
    text-align: center;
    padding-top: 20px;
}


.block09 .box02 .box02-txt2 p {

font-size : 2.0rem;
  line-height : 32.7px;
  letter-spacing : 5.04px;
  color : #FF8B00;
  color : rgb(255, 139, 0);
  padding-bottom: 20px;
}






.page_box {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 998;
}

.page_box img {
    width: 160px;
}



.contact_box {
    position: fixed;
    bottom: 0;
    z-index: 997;
    text-align: center;

}

.contact_box img {
    width: 80%;
}


footer {

    background-image: url(../img/fot_bg@2x.png);
    color: #595757;

}

footer .ad {
    text-align: center;
    font-size: 1.2rem;
    line-height: 33px;

    margin-bottom: 10px;
}




footer p {
    line-height: 33px;
    margin-top: 10px;
    margin-bottom: 10px;
}

footer .ad dl dt {
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 1.02px;
}

footer .ad dl dd {
    font-size: 1.4rem;
}



footer .fot {
    text-align: center;
    padding-bottom: 100px;
}

footer .fot p {
    text-align: center;
    font-size: 1.2rem;
}

footer .fot img {
    width: 40%;

}


footer a {
    color: #595757;

}


/* バナー */
.insta_block{
    width: 80%;
text-align: center;
margin: auto;
margin-top: 40px;
}


.insta_block li{
    margin-bottom: 10px;
}

.insta_block img{
    width: 100%;

    
}

.fotbn_block{
    
    text-align: center;
    margin: 40px auto;

    
}


.fotbn_block img{
   
    border: 1px solid #999
    
}

ul.bn_block{
   
    margin: 30px auto;
    text-align: center;
}

ul.bn_block li{
    width: 80%;
padding-bottom: 10px;
margin: auto;
display: block;
}

ul.bn_block li img{
    width: 100%;
    
}

.mail_box{
    width: 100%;
    margin: 0 auto;
  }
  
  .mail_box iframe {
    width: 100%;
    height: 2300px; /* フォーム内容に合わせて調整 */
    border: none;
    }


.tel-link {
    
}
