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

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    /* スムーススクロール */
}


body {
    width: 100%;
    min-width: 800px;
    font-size: 1.6rem;
    line-height: 2;
    line-height: 22.5px;
    color: #333333;

    margin: auto;

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


    position: relative;

}

a {
    color: #333333;
}

a:hover {
    opacity: 0.5;
}


/* フェードイン */
.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;
    }
}

/* フォント */

.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 {
    max-width: 1440px;
    margin: auto;

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


}

ul {
    list-style: none;
}

h2 img {
    zoom: .5;
}

img {
    zoom: .5;
}


.sp {
    display: none !important;
}



/* 共通 */

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

}

section h2 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}


.block-inner {
    max-width: 1200px;
    margin: auto;

}



/* ヘッダー */
header {
    max-width: 1400px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;

}

h1 {
    width: 20%;
    padding-left: 10px;
   
}

h1 img{
    
}


/* メニュー */
nav {
   
}

nav ul#header-menu {
    display: flex
    ;
            align-items: center;
            justify-content: flex-end;
  
}

nav ul#header-menu li {
    margin: 0 10px;
    display: block;
}

nav ul #header-menu li a {
    font-size: 1.8rem;
    color: #3D3F42;
}



nav#menu li.btn_line img {
    width: 100%;
}

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

    position: relative;
}

.main_img img {
    width: 100%;
}

.main_img .main_copy {
    position: absolute;
    bottom: -100px;
    left: 15%;
    width: 512px;
    height: auto;
    z-index: 5;
}


.main_img .main_cover {
    position: absolute;
    bottom: -130px;
    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 {

    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 {
    position: fixed;
    bottom: 130px;
    right: 20px;
    max-width: 300px;
    z-index: 400;

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

.callout-container {
    margin-top: 100px;
    text-align: center;
}

.cont01 {
    margin-bottom: 10px;
}

.closebtn {
    position: absolute;
    top: 12px;
    right: 3px;
    color: white;
    font-size: 30px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
}

.closebtn:hover {
    color: lightgrey;
}






/* メニュー */
.block_menu {
    position: fixed;
    bottom: 5%;
    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;
}

/* お知らせ */

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


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


.news .block-inner {
    max-width: 1000px;

    background: rgb(255, 255, 255);
    border-radius: 44px;
    padding: 60px;
}




.news {

  


        

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

        .accordion_ttl {
            position: relative;

            font-weight: bold;
            font-size: 1.8rem;
            line-height: 32.7px;
            padding: 15px 20px;
            border-bottom: 1px solid #ff8b00;
            cursor: pointer;



            &:before,
            &:after {
                content: "";
                display: block;
                position: absolute;
                top: 50%;
                right: 30px;
                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 {
            max-height: 0;
            line-height: 1.5;
            overflow: hidden;
            transition: max-height 0.2s ease;;

            p {
                margin: 15px 0;
            }
        }

        .accordion_cnt .news_in {
  padding: 15px; 
}

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

        .accordion_ttl .date {
            font-weight: 300;
            margin-right: 40px;

        }

    }
}



.news_in .news_img {
    margin: 40px 0;
    text-align: center;
}


.news_in .news_img img {
    
    border: #999 1px solid;
    width: 80%;
}   

.news_in a {
    color: #FD5500;
}




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


}

.block01 .box01 {
    position: relative;


}

.block01 .box01::before {
    content: '';
    position: absolute;
    width: 50%;
    inset: 0px;


    top: 0;
    background-color: #FFF7E3;

}


.block01 .block-inner02 {
    max-width: 1200px;
    margin: auto;
    position: relative;


}


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

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

.block01 .block-inner02 .left .sub_txt {
    font-size: 2.5rem;
    margin: 40px 0;
    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: 18px;
    line-height: 43.5px;
}

.block01 .block-inner02 .right {

    position: absolute;
    left: 65%;
    bottom: -130px;
    width: 40%;
    overflow: hidden;
}

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


/* 5つの特徴 */
.block02 {
    padding-top: 0px;
    margin-top: -70px;
    padding-bottom: 200px;

    background-image: url(../img/block02_back@2x-100.jpg);
    background-size: 50px;
    border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;

}

.block02 .block-inner {
    position: relative;
    padding-top: 248px;
}


.block02 .block-inner h2 {
    position: absolute;
    height: 400px;
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


.block02 .box-inner {}

.block02 .box01 {

    display: flex;
    border-radius: 46px;
    -moz-border-radius: 46px;
    -webkit-border-radius: 46px;
    background-color: #fff7e3;
    padding: 50px;
    margin-bottom: 30px;
    column-gap: 60px;
}

.block02 .box01 .left {
    width: 60%;
}

.block02 .box01 .left .tit {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 33.59px;
    letter-spacing: 1.68px;
    margin-bottom: 30px;
}


.block02 .box01 .left .tit img {

    margin-right: 30px;
}

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

.block02 .box01 .left p {
    line-height: 32.93px;
}

.block02 .box01 .right {
    width: 40%;
}

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

.bg_imgbox {
    width: 100%;
    position: relative;
    height: 50vh;
}

.bg_imgbox img {
    width: 100%;
}

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

.bg_img02 {
    position: absolute;
    bottom: 0;
    width: 100%;
}



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

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

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

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


}

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

.block03 .box02 .inner {
    display: flex;
}

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


.block03 .box02 .inner .right {
    width: 40%;
    padding-top: 60px;
    padding-right: 90px;
}


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

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

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

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

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

.block03 .box02 ul li img {}


/* 商品説明 */

.block04 {
    background: #fff;
    border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    margin-top: -60px;
    position: relative;
    z-index: 1;

    padding-bottom: 0px;
}



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

.block04 .block-inner .box01 ul {
    display: flex;
    justify-content: space-between;
}

.block04 .block-inner .box01 ul li {
    width: 32%;
    display: block;
}

.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.4rem;
    line-height: 32.43px;
    text-align: center;
    color: #fff;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    padding: 15px 0;
    margin: 35px 0;

}



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

      background-color: #81c913;

    border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 80px;
        border-bottom-left-radius: 80px;
    position: relative;
    z-index: 2;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 130px;
    
    
}



.block04 .box02 .inner {
    width: 90%;
    margin: auto;
   
}

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

        

         .block04 .box02 .left img{
            border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        margin-top: 30px;
        width: 100%;

            }

       
        .block04 .box02 .right ul{
        display: flex;
        gap: 40px;
        justify-content: center;
        margin: auto;
        margin-top: 30px;
        flex-wrap: wrap;
        
            } 
        .block04 .box02 .right ul li{
            width: 22%;
        
        
            }         
        .block04 .box02 .right ul li img{
        
        
            }     
            
         .block04 .box02 .right img{
        width: 100%;

            }    

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


        font-weight: bold;
        font-size: 21px;
        background: #026E3D;

        border-radius: 34px;
        -moz-border-radius: 34px;
        -webkit-border-radius: 34px;
        padding: 20px;
        text-align: center;
        width: 400px;
        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 .left .red{
    color: #FC5500;
    }

.block04 .box02 .left ul li {
    display: block;
margin-right: 14px;
position: relative;
width: 208px;
height: 103px;
margin-bottom: 10px;
}

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


.block04 .box02 .left ul li .point {
    display: block;
    background-image: url(../img/block04_back01@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
max-width: 100%;
box-sizing: border-box;
    padding: 24px;
    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.4rem;
    font-weight: bold;
    line-height: 30px;

}

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






/* お寺紹介 */
.block05 {
    background-color: #fff7e3;
    margin-top: -60px;
    background-image: url(../img/block05_back01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.block05 .box01 .inner {
    position: relative;
    height: 400px;
}

.block05 .box01 .inner .left {
    width: 40%;
    background-color: #fff;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    padding: 70px;
    position: absolute;
    z-index: 30;
    margin-top: 30px;

}




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

}

.block05 .box01 .inner .left dl {
    display: flex;
}

.block05 .box01 .inner .left dl dt {
    background-color: #026e3d;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    width: 113px;
    height: 2.4rem;
    margin-right: 26px;

}

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

}

.block05 .box01 .inner .right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;

}

.block05 .box02 {

    background-color: #fff;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-top: 80px;
}



.block05 .box02 .inner {
    display: flex;
    padding: 100px;
    justify-content: space-between;
}

.block05 .box02 .left {
    width: 40%;
}

.block05 .box02 .right {
    width: 60%;
}



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


.block05 .box02 .inner p {
    font-weight: bold;
    font-size: 3.2rem;
    margin-bottom: 40px;
    color: #026E3D;

}

.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: 2.2rem;
}



.button a {

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

    margin: 0 auto;
    width: 240px;
    padding: 15px 25px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;

    margin-top: 40px;
}

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


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


/* よくあるご質問 */

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

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

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

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


.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.8rem;
        line-height: 32.7px;
        padding: 15px 20px;
        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: 30px;
            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 {
        padding: 0 15px;
        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;
}

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

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

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



/* 墓じまい */

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

}


.block09 {
}

.block09 h2 {
    padding-top: 80px;
}

.block09 .block-inner {
   
}

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

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


.block09 .box01 .box01-txt {
    text-align: center;
    font-family : Noto Sans JP;
  font-weight : bold;
  font-size : 2.2rem;
  line-height : 42.7px;
  letter-spacing : 1.76px;
  color : #3F3A39;
  color : rgb(63, 58, 57);
  padding: 60px 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.9rem;
        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: 68px;
    padding-top: 80px;
    padding-bottom: 200px;
}

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



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

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



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


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


.block09 .box02 .box02-txt2 p {

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




/* お問い合わせ */
.block07 {
    background: #FF8F00;
    background: rgba(255, 143, 0, 1);
    border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    margin-top: -70px;
    padding-top: 100px;
    padding-bottom: 140px;
    position: relative;
    z-index: 20;
}

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

.block07 .box01,
.block07 .box02,
.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: 60px;
}

.block07 .box01 .inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;


}

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

}

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

.block07 .box01 .left {
    margin-right: 20px;
}

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

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

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

.block07 .box02 dl dt {
    font-weight: bold;
    font-size: 3.3rem;
    margin-right: 30px;
}

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

/* ご挨拶 */

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

}

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

.block08 .inner {
    margin: auto;
    max-width: 1200px;
    display: flex;


}

.block08 .left {
    width: 60%;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    line-height: 35px;
    margin-right: 40px;
    padding-bottom: 80px;
}


.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 {
    width: 40%;
}

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



main {
    position: relative;
}

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

.page_box img {
    width: 200px;
}




footer {
    background-image: url(../img/fot_bg@2x.png);
    color: #595757;
    padding-bottom: 150px;
}

footer .ad {
    text-align: center;
}




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

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

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



footer .fot {
    max-width: 1000px;
    margin: auto;
}

footer p.copy {

    text-align: center;
    font-size: 1.2rem;

}

footer .fot dl {
    display: flex;
    justify-content: space-between;
}

footer .fot dl dt {}

footer .fot dl dd {}

footer .fot img {}


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

.insta_block ul{
    display: flex;
    justify-content: center;
            gap: 10px;

}

.insta_block ul li{
    width: 50%;
    
 }

.insta_block img{
    width: 100%;

    
}

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


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

ul.bn_block{
    width: 1200px;
    display: flex;
    margin: 20px auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.bn_block li{
    margin: 10px;
}


.mail_box{
  width: 100%;
  margin: 0 auto;
}

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