@charset "UTF-8";
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("./font/YakuHanJPs-Regular.woff2") format("woff2"); }
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: bold;
  src: url("./font/YakuHanJPs-Regular.woff2") format("woff2"); }
* {
  box-sizing: border-box;
}
:root {
  --main-txt-color: #222;
  --main-bg-color: #FFF;
  --main-color: #134809;
  --main-light-color: #e2efda;
  --accent-color: #d20000;
  --cta-color: #994926;
  --container-size:1070px;
  --link-color:#2200cc;
  interpolate-size: allow-keywords;    
}
:where(:focus-visible) {
    outline: 3px solid #EEE;
    outline-offset: 0;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
html, body {
  height: 100%;
}
body {
  position: relative;
  margin: 0;
  font-family:YakuHanJP,"Noto Sans JP","游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--main-txt-color);
    background: var(--main-bg-color);
}
#wrap {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
main {
  position: relative;
    overflow: hidden;
}
figure, figure img {
  width: 100%;
  padding: 0;
  margin: 0;
  height: auto;
}
img {
  vertical-align: bottom;
}
a {
  text-decoration: none;
  transition: 0.3s all ease;
}
a:hover {
  color: var(--link-color);
  transition: 0.3s all ease;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
}
p {
  margin: 0 auto 1em;
}
address{
    font-style:normal;
}

section{
    padding:0;
}
.container{
    max-width:1080px;
    margin: 0 auto;
}

.pagetop{
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    a{
        display: block;
        margin: 0 auto;
        position: relative;
        text-align: center;
        width: 52px;
        height: 52px;
        line-height: 52px;
        color: var(--main-bg-color);
        background: var(--main-color);
    }
    
    
}

/* 非表示 */
.grobal_nav{
    display: none;
}

/*----------------------------------------------

  固定メニュー

----------------------------------------------*/
.float_bn{
    position: fixed;
    right: 0;
    bottom: 70px;
    .cta_call{
        max-width: 300px;
    }
}

/*----------------------------------------------

  AOS 移動距離

----------------------------------------------*/
.aos_item[data-aos="fade-up"] {
  transform: translateY(50px);
  transition-property: transform, opacity;
  opacity: 0;
}
.aos_item[data-aos="fade-up"].aos-animate {
  transform: translateY(0px);
  opacity: 1;
}
.aos_item[data-aos="fade-down"] {
  transform: translateY(-50px);
  transition-property: transform, opacity;
  opacity: 0;
}
.aos_item[data-aos="fade-down"].aos-animate {
  transform: translateY(0px);
  opacity: 1;
}
.aos_item[data-aos="fade-left"] {
  transform: translateX(100px);
  transition-property: transform, opacity;
  opacity: 0;
}
.aos_item[data-aos="fade-left"].aos-animate {
  transform: translateX(0px);
  opacity: 1;
}
.aos_item[data-aos="fade-right"] {
  transform: translateX(-100px);
  transition-property: transform, opacity;
  opacity: 0;
}
.aos_item[data-aos="fade-right"].aos-animate {
  transform: translateX(0px);
  opacity: 1;
}

article{
    padding-top: 100px;

}

/*----------------------------------------------

  汎用

----------------------------------------------*/

/*
.cta_call
------------------*/

.cta_call{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    a{
        display: block;
        padding: 1em 1.5em;
        background:  var(--cta-color);
        color: var(--main-bg-color);
        border-radius: 1rem;
        text-align: center;
        img{
            width: min(80vw,360px);
        }
    }
}


/*
.sec_title
------------------*/
.sec_title{
    margin: 2em 0;
    padding: .5em 1em;
    text-align: center;
    background: var(--main-color);
    color:var(--main-bg-color);
}

/*
.sec_copy
------------------*/
.sec_copy{
    text-align: center;
    color:var(--main-color);
    font-weight: 800;
    font-size:clamp(1.6rem,4vw,3rem);
    margin-bottom: 1em;
}


/*
.gmap
------------------*/
.gmap{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:1em;
    margin-bottom: 2em;
    figure{
      img{
        width:auto;
        max-width:100%;
          margin: 0 auto;
    }  
    } 
  iframe {
    width: 100%;
    height: 400px;     
    }  
}

/*
.btn
------------------*/

.btn{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    a{
        display: block;
        padding: 1em 1.5em;
        background:  var(--main-color);
        color: var(--main-bg-color);
        border-radius: 1rem;
        text-align: center;
    }
    &.btn_y{
    a{
        background: #d6b55f;
        color: var(--main-txt-color);
    }
    }
}

.txt_center{
    text-align: center;
}

p.caution{
    margin-top: 1em;
    text-align: center;
    font-size: clamp(1.2rem,2vw,1.6rem);
    &::before{
        content:"※";
    }
}

/*----------------------------------------------

  header

----------------------------------------------*/
.site_header {
  position: fixed;
  z-index: 9999;
  display: flex;
  flex-direction: column;
    gap:.5rem;
  width: 100%;
  height: 100px;
    background: var(--main-bg-color);
}
.site_header_copy {
    font-size:1.3rem;
    line-height: 1;
    padding: .5em 0;
    background: var(--main-color);
    text-align: center;
    color: var(--main-bg-color);
    margin: 0;
}
.site_header_logo {
  margin: 0;
  width: clamp(100px, 100%, 220px);
  height: auto;
  a {
    img {
      aspect-ratio: 220/32;
      height: auto;
    }
  }
}


/*----------------------------------------------

  footer

----------------------------------------------*/
.site_footer_wrap{
    background: var(--main-color);
    padding: 2em;
    display: flex;
    flex-direction: column;
    gap:2em;
    
}
.site_footer_nav{
    margin-bottom: 2em;
    display: flex;
    justify-content:center;
    ul{
        list-style-type: disc;
        margin: 0;
        padding: 0;
        li{
            color:var(--main-bg-color);
            margin: 0;
            padding: 0;
            a{
                color:var(--main-bg-color);
            }
        }
        
    }
}


.footer_sns_link{
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    gap:1em;
    li{
        margin: 0;
        padding: 0;
        a{
            color:var(--main-bg-color);
        }
    }
}
.copyright{
    text-align:center;
    padding: 1em;
}
/*----------------------------------------------

  トップページ

----------------------------------------------*/

/*
.hero
----------------------------------------------*/


.hero{
    text-align: center;
    margin-bottom: 2em;
    
}

.hero_copy{
    text-align: center;
    font-size:clamp(1.3rem,2vw,2rem);
    margin-bottom: 0;
}

/*
.intro
----------------------------------------------*/

.intro_copy{
    font-size:clamp(1.6rem,4vw,4rem);
    text-align: center;
    margin-bottom: 1em;
    font-weight: 800;
}

.intro_check_list{
    display: flex;
    justify-content: center;
    padding:1em 2em;
    margin: 0 auto 3em;
    background: var(--main-light-color);
    border-radius: 1rem;
    ul{
        list-style: none;
        margin: 0;
        padding: 0;
        li{
            position: relative;
            margin: 0;
            padding: 0 0 0 1.5em;
            font-size:clamp(1.6rem,4vw,3rem);
            font-weight: 800;
            &::before{
                content:"□";
                display: block;
                position: absolute;
                top: 0;
                left:0;
            }
            &::after{
                content:"✓";
                display: block;
                position: absolute;
                top: 0;
                left:.2rem;
                color: var(--accent-color);
            }
        }
    }
}

.intro_answer{
    position: relative;
    padding: 1em;
    background: #d8f0ff;
    border-radius: 1rem;
    &::before {
        display: block;
        content: "";
        position: absolute;
        bottom: -20px;
        left: calc(50% - 5px);
        width: 0;
        height: 0;
        border-style: solid;
        border-color: #d8f0ff transparent transparent transparent;
        border-width: 10px;
    }    
}


.intro_staff{
    margin: 0 auto 2em;
}

/*
.info
----------------------------------------------*/

.info_address{
    text-align: center;
    padding: 0 1em;
    margin:2em auto 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    strong{
        color:var(--main-color);
        font-size:clamp(1.6rem,4vw,3.6rem);

    }
}

    dl.open{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        dt{
            font-size:clamp(1.6rem,3vw,2.4rem);
            color:var(--main-color);
        }
        dd+dt{
            padding-top: 1em;
        }
    }

.root_list{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 2em;
    dl{
        margin: 0 auto;
    }
    div+div{
        margin-top: 2em;
    }
    dt{
        font-size:clamp(1.6rem,3vw,2.4rem);
    }
    dd{
        ul{
            li{
                position: relative;
                padding-left: 1.5em;
                &::before{
                    content:"●";
                    color:var(--main-color);
                    position: absolute;
                    top: 0;
                    left: 0;
                }
            }
        }
    }
    .sub_title{
        margin-bottom: .5em;
        font-weight: 800;
        color:var(--main-color);
        &::before{
            content:"【";
        }
        &::after{
            content:"】";
        }
    }
}

.index_slider{
    max-width: 568px;
    margin: 0 auto 4em;
    img{
        width: 100%;
        height: auto;
    }
}

/*
霊安室のご案内
----------------------------------------------*/
.reian_info{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:2em;
    margin: 2em auto;
}
.reian_fig img{
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

/*
供花のご案内
----------------------------------------------*/
.kyoka_list{
    list-style: none;
    margin: 0 auto 2em;
    padding: 0;
    max-width: 640px;
    li{
        display: flex;
        gap:2rem;
        margin: 0;
        padding: 0;
        figure{
        }
        dl{
            flex:1;
            margin: 0;
            padding: 0;
            dt{
                color: var(--main-color);
                border-bottom: solid 1px;
                line-height: 1.4;
                padding-bottom: .5em;
                margin-bottom: .5em;
                &>span{
                    display: block;
                    font-size:clamp(1.4rem,3vw,2.8rem);
                }
                strong{
                    display: block;
                    font-weight: 800;
                    font-size:clamp(1.8rem,4vw,4rem);
                    &>span{
                        font-size:70%;
                    }
                    
                }
            }
        }
    }
}

/*
市民葬のご案内
----------------------------------------------*/

.shiminso_copy{
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
    div{
        p{margin: 0;}
        p:nth-child(1){
            line-height: 1.4;
            &>span{
                display: block;
                font-size:clamp(1.4rem,3vw,2.4rem);
            }
            strong{
                display: block;
                font-size:clamp(1.6rem,4vw,4rem);
                span{
                    color:var(--accent-color);
                }
            }
        }
        p:nth-child(2){
            font-size:1.6rem;
        }
    }
}

.shiminso_point{
    display: flex;
    justify-content: center;
    padding:1em 2em 1em 1em;
    margin: 0 auto 3em;
    background: var(--main-light-color);
    border-radius: 1rem;
    ul{
        list-style: none;
        margin: 0;
        padding: 0;
        li{
            position: relative;
            margin: 0;
            padding: 0;
            font-size:clamp(1.3rem,3vw,2.2rem);
            &::before{
                content:"●";
                display: inline-block;
                font-size: 80%;
                margin-right: .5em;
            }
        }
    }
}

.plan_title{
    color:var(--main-bg-color);
    background: var(--main-color);
    padding: .5em 1em;
    margin-bottom: 1em;
    border-radius:2rem;
    font-size:clamp(1.6rem,4vw,4rem);
    text-align: center;
    line-height: 1;
}

.plan_list{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap:2em;
    margin: 0 0 2em;
    padding: 0;
    li{
        background: #ecf4ce;
        margin: 0;
        padding: 1em;
        font-weight: 800;
        dl.normal{
            display: flex;
            align-items: center;
            gap:1rem;
            margin-bottom: 1rem;
            dt{
                background: var(--main-color);
                color: var(--main-bg-color);
                padding: .25em 1em;
                font-size:clamp(1.4rem,5vw,2.4rem);
            }
            dd{
                color: var(--main-color);
                font-size:clamp(1.4rem,5vw,2.4rem);
                span{
                    font-size:80%;
                    font-weight: 400;
                    
                }
            }
        }
        dl.sale{
            display: flex;
            align-items: center;
            gap:1rem;
            font-weight: 800;
            dt{
                color: var(--main-color);
                font-size:clamp(1.3rem,4vw,3.4rem);
            }
            dd{
                color: var(--accent-color);
                font-size:clamp(1.4rem,8.5vw,3.6rem);
                span{
                    font-size:50%;
                    font-weight: 400;
                }
            }
        }
    }
}

.shiminso_more{
    text-align: center;
    &::after{
        content:"";
        display: block;
        width: 0;
        height: 0;
        border: solid 1px var(--accent-color);
        border-width: 20px 34px;
        border-color:var(--accent-color) transparent transparent transparent;
        margin: 1em auto;
        
    }
}


/*
市民葬の予約割引・無料特典
----------------------------------------------*/
.tokuten_copy{
    display: flex;
    justify-content: center;
    p{
        font-size:clamp(1.4rem,4vw,3.2rem);
        font-weight: 800;
        strong{
            color:var(--accent-color);
        }
    }
}
.tokuten_list{
    display:flex;
    flex-direction: column;
    gap:2rem;
    margin: 0;
    padding: 0;
    div{
        padding: 2rem;
        background: var(--main-light-color);
        border-radius: 2rem;
        dt{
            display: flex;
            gap:1rem;
            align-items: flex-start;
            color: #55950b;
            font-weight: 800;
            font-size: 2.6rem;
            img{
                width: auto;
                max-width:100%;
            }
            span{
                display: block;
                flex:1;
                line-height: 1.2;
                margin-bottom: .5em;
            }
        }
        dd{
            font-size:clamp(1.4rem,3vw,1.8rem);
        }
    }
}



/*
事前の予約・お問合せ
----------------------------------------------*/
.contact_list{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap:2em;
    max-width:460px;
    margin: 2em auto 0;
    padding: 0 1em;
    li{
        margin: 0;
        padding: 0;
        a{
            width:100%;
        }
        .btn span{
            display: inline-block;
            padding: 0 .5em;
            border-radius: .5em;
            color: var(--main-color);
            background: var(--main-bg-color);
            margin-right: .5em;
        }
    }
}
/*
ご危篤・ご逝去でお急ぎの方へ
----------------------------------------------*/
.hurry_header_content{
    background: #FFF;
    margin-bottom: 2em;
    h2{
        margin: 0;
    }
}
.hurry_header_phone{
    text-align: center;
    a{
        display: block;
        margin: 2rem auto 1em;
        img{
            margin: 0 auto;
        }
    }
}
.hurry_header_how{
    display: flex;
    flex-direction: column;
    background: #1e3f08;
    padding: 1em;
    margin: 0 auto 1em;
    max-width: 660px;
    ul{
        margin: 0 auto 1em;
        list-style: none;
        padding: 0;
        li{
            text-align: left;
            color:#FFF;
            
        }
    }
}

.hurry_header_answer{
    position: relative;
    padding:1em;
    background: #FFF;
    border-radius: 1rem;
    &::before{
        display: block;
        content:"";
        position: absolute;
        bottom:-20px;
        left: calc(50% - 5px);
        width: 0;
        height: 0;
        border-style: solid;
        border-color:#FFF transparent transparent transparent;
        border-width: 10px;
    }
}

/*
よくあるご質問
----------------------------------------------*/
.faq_list{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    max-width: 720px;
    div{
        margin-bottom: 2em;
        padding-bottom: 2em;
        border-bottom:solid 1px var(--main-color);
        dt{
            margin: 0 0 1em;
            padding:0 0 0 5rem;
            position: relative;
            font-weight: 800;
            span{
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                line-height: 4rem;
                width: 4rem;
                text-align: center;
                background: #457a38;
                color: var(--main-bg-color);
            }
        }
        dd{
            margin: 0;
            padding: 0 0 0 5rem;
            font-size: 90%;
            a{
                text-decoration:underline;
                color:var(--link-color);
            }
        }
        
    }
}




/*----------------------------------------------

  call_nav / #drawer

----------------------------------------------*/
.call_nav {
  position: absolute;
  right: 1.5rem;
  top: 3.5rem;
  z-index: 9990;
  display: inline-block;
  margin-top: 0px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  background: var(--main-color);
    color: var(--main-bg-color);
  span{
      width: 100%;
      height: 2px;
      background: var(--main-bg-color);
      }
    small{
        font-size:1rem;
    }
}
.call_nav:hover {
  cursor: pointer;
}
#drawer {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: scroll;
  background: var(--main-color);
  z-index: 99999;
  opacity: 1;
  transition: 0.3s all ease;
}
#drawer.active {
  bottom: 0;
}
.drawer_inner {
  display: flex;
  width: 100vw;
  height: 100vh;
}
.drawer_nav {
  position: relative;
  order: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
    ul {
      list-style: none;
      margin: 0;
      padding: 0;
      li {
          margin: 0;
          padding: 0;
            a {
              display: flex;
              justify-content: space-between;
              gap: 3em;
              font-weight: bold;
              font-size: 2rem;
              padding: .5em 1em;
                &::after {
                  content: "\2794";
                }
                &:link,&:visited {
                  color: var(--main-bg-color);
                }                
                &:link::after, &:visited::after {
                  color: var(--main-bg-color);
                }
                &:hover, &:active {
                  color: var(--main-bg-color);
                    &:active::after {
                  color: var(--main-bg-color);
                    }
                }
                
          }          
        }
    }
}
.drawer_info {
  width: 50%;
  display: flex;
  order: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ABC900;
  color: #FFF;
}
.drawer-close {
  position: absolute;
  top: 1em;
  right: 2em;
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.drawer-close span::before, .drawer-close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 4%;
  margin: -8% 0 0 -42%;
  background: #888;
}
.drawer-close span::before {
  transform: rotate(-45deg);
}
.drawer-close span::after {
  transform: rotate(45deg);
}

/*----------------------------------------------

  print.css

----------------------------------------------*/
@media print {
  .pagetop {
    display: none !important;
  }
  .aos_item {
    opacity: 1 !important;
  }
}