@charset "utf-8";
body#noukotsu main{
  font-family: "Zen Old Mincho","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
/*-------------------------------------*/
/*	納骨堂	*/
/*-------------------------------------*/
/* サブイメージ */
#subimg{
  background-color: #E2DAC0;
}
#subimg img{
  width: 100%;
}
#subimg{
  position: relative;
}
.subimg_inner {
  background-color: rgba(255, 255, 255, 0.90);
  padding: 40px 40px;
  position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.subimg_inner  h2{
  font-size: 250%;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #813C13;
  font-family: "Kiwi Maru", serif;
}
.subimg_inner p{
  font-size: 157%;
  line-height: 1.7;
  font-family: "Kiwi Maru", serif;
  margin-bottom: 10px;
}
.subimg_inner span {
  font-size: 100%;
  color: #705E12;
  line-height: 1.5;
}
@media screen and (max-width: 1660px) {
  .subimg_inner  .inner{
    padding: 20px 40px;
  }
  .subimg_inner   h2 span{
    font-size: 30px;
  }
  .subimg_inner  h2{
    font-size: 150%;
  }
  .subimg_inner   p{
    font-size: 100%;
  }
  .subimg_inner span {
    font-size: 88%;
  }
}
@media screen and (max-width: 1000px) {
  .subimg_inner {
    padding: 10px 20px;
  }
  .subimg_inner  h2 span{
    font-size: 20px;
  }
  .subimg_inner   h2{
    font-size: 125%;
  }
  .subimg_inner  p{
    font-size: 113%;
  }
}
@media screen and (max-width: 768px) {
  #subimg img{
    width: 95%;
    margin: 0 0 0 auto;
    display: block;
  }
  .subimg_inner {
    background-color: rgba(255, 255, 255, 0.90);
    padding: 10px 20px;
    position: absolute;
      top: auto;
      left: 0;
      bottom: -80px;
      transform: none;
      -webkit-transform:  none;
      -ms-transform:  none;
      width: 95%;
  }
  .subimg_inner   h2{
    font-size: 125%;
  }
  .subimg_inner  p{
    font-size: 113%;
  }
}
/* 概要 */
#gaiyo{
  background-color: #E2DAC0;
  padding-top: 80px;
}
.about_box{
  background-color:rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 5px;
}
.about_box .inner{
  border-radius: 5px;
  border: 2px solid #CFB78C;
  padding: 20px;
}
.about_box .inner h2{
  font-size: 125%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1.6;
}
.about_box .inner h2 span{
  border-bottom: 2px solid #BCC44F;

}
.about_box .inner p{
  font-size: 113%;
}
@media screen and (max-width: 768px) {
  #gaiyo{
    padding-top: 130px;
  }
.about_box{
  background-color:rgba(255, 255, 255, 0.7);
  padding: 15px;
  border-radius: 5px;
}
.about_box .inner{
  border-radius: 5px;
  border: 2px solid #CFB78C;
  padding: 15px;
}
.about_box .inner h2{
  font-size: 113%;
}	
.about_box .inner p{
  font-size: 100%;
}
}
/* サービスのポイント */
#point{
  background-color: #BB6417;
}
#point .ttl{
  color: #FFFCD8;
}
#point h2{
  text-align: center;
  margin-bottom: 40px;
}
.tokuten{
  background-color: #FBF37C;
  padding: 40px 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.tokuten h3{
  color: #EC1515;
  font-size: 187%;
  margin-bottom: 20px;
  font-weight: 500;
}
.tokuten .caption{
  font-size: 125%;
  margin-bottom: 10px;
  font-weight: 500;
}
.tokuten .caption span{
  color: #EC1515;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .tokuten h3{
    color: #EC1515;
    font-size: 150%;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .tokuten .caption{
    font-size: 113%;
    margin-bottom: 10px;
    font-weight: 500;
  }
}
@media screen and (max-width: 550px) {

}
/* サービス内容 */
#service{
  background-color: #E2DAC0;
}
#service h2{
  margin-bottom: 40px;
  font-size: 150%;
  padding-bottom: 10px;
  border-bottom: 1px solid #356D15;
}
.service_box{
  max-width: 400px;
  margin: 0 auto;
}
.service_box h3{
  margin-bottom: 10px;
  font-size: 125%;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #356D15;
}
.service_box h3 span{
  font-size: 16px;
  margin-left: 10px;
}
.service_box p{
  font-size: 113%;
  padding-bottom: 15px;
}
.service_box .price{
  font-size: 125%;
  font-weight: 500;
}
.service_box .price span{
  font-size: 32px;
  font-weight: 500;
}
.noukotsu{
  background-color: #C6DFDD;
  border-radius: 15px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.noukotsu dt{
  width: 263px;
}
.noukotsu dt img{
  border-radius: 5px;
}
.noukotsu dd{
  width:100%;
  padding-right: 30px;
}
.noukotsu dd h3{
  color: #705E12;
  font-size: 150%;
  margin-bottom: 10px;
  font-weight: 500;
}
.noukotsu dd p{
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #service h2{
    font-size: 125%;
  }
  .service_box h3{
    font-size: 125%;
  }
  .service_box h3 span{
    font-size: 13px;
  }
  .service_box p{
    font-size: 100%;
    padding-bottom: 15px;
  }
  .service_box .price{
    font-size: 125%;
    font-weight: 500;
  }
  .noukotsu{
    padding:30px 15px;
    flex-direction: column-reverse;
  }
  .noukotsu dt{
    width: 263px;
  }
  .noukotsu dd{
    width:100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .noukotsu dd h3{
    color: #705E12;
    font-size: 138%;
    text-align: center;
  }
  .noukotsu dd p{
    font-size: 100%;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
  }
}

/* お客様の声 */
#voice{
  background-color: #FDFEE8;
}
#voice .ttl{
}
.col_box.voice_box{
  max-width: 250px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.col_box.voice_box::before{
  content: "";
  width:15px;
  height: 100%;
  background-image: url(../images/noukotsu/bg_voice_pc.svg);
  background-position: center;
  background-repeat: repeat-y;
  position: absolute;
  right: -40%;
  top: 0;
}
.col_box.voice_box:last-of-type::before{
  content: none;
}
.col_box.voice_box p{
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .col_box.voice_box::before{
    content: none;
  }
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .col_box.voice_box{
    max-width: 400px;
    position: relative;
    margin-bottom: 60px;
  }
  .col_box.voice_box::after{
    content: "";
    width:100%;
    height: 15px;
    background-image: url(../images/noukotsu/bg_voice_sp.svg);
    background-position: center;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    bottom: -30px;
  }
}
@media screen and (max-width: 550px) {
}
/* よくある質問 */
#faq{
  background-color: #D19111;
  background-image: url(../images/seiri/bg_faq.svg);
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#faq .ttl{
  color: #FFFFFF;
}
#faq dl{
  margin-bottom: 40px;
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "Noto Sans JP", sans-serif;
}
#faq dl:last-of-type{
  margin-bottom: 0;
}
#faq dl dt{
  font-size: 150%;
  font-weight: 500;
  padding-bottom: 10px;
  padding-left: 60px;
  position: relative;
  border-bottom: 1px solid #F5D03A;
}
#faq dl dt::before{
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../images/ico_q.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -10px;
}
#faq dl dd{
  padding: 20px;
}
#faq dl dd p{
  font-size: 113%;
  line-height: 1.7;
 }
 #faq dl dd p span{
  font-size: 24px;
  color: #F23F45;
 }
@media screen and (max-width: 1200px) {
  #faq{
    background-image: none;
  }
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #faq dl dt{
    font-size: 113%;
  }
  #faq dl dd p{
    font-size: 100%;
   }
   #faq dl dd p span{
    font-size: 20px;
   }
}
@media screen and (max-width: 550px) {
}

#access{
  background-color: #FDFEE8;
}
.access_box{
  padding-top: 40px;
}
#access h3{
  background-color: #FDFEE8;
  font-size: 187%;
  padding: 20px 0;
}
.access_box .caption{
  color: #705E12;
  font-size: 113%;
  margin-bottom: 20px; 
}
#access .map{
  margin-bottom: 60px;
}
.shudan h4{
  margin-bottom: 20px; 
  font-size: 138%;
  font-family: "Kiwi Maru", serif;
}
.shudan h4 span{
  display: inline-block;
  background-color: #705E12;
  padding: 0.3em 1em;
  border-radius: 50px;
  color: #FFFFFF;
}
.shudan p{
  font-family: "Noto Sans JP", sans-serif;
}
#access .caption h4{
  display: inline-block;
}
#access .caption p{
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #access h3{
    background-color: #FDFEE8;
    font-size: 125%;
    padding: 20px 0;
  }
  .shudan h4{
    margin-bottom: 20px; 
    font-size: 113%;
    font-family: "Kiwi Maru", serif;
  }
}

#contact{
  background-color: #D8FBB2;
  position: relative;
  padding: 40px 0;
}
#contact h2{
  margin-bottom: 40px;
}
#contact ul{
  display: flex;
  justify-content: center;
  text-align: center;

}
  #contact ul li:first-child{
    margin-right: 80px;
    }

    @media screen and (max-width: 991px) {
      #contact ul{
    flex-direction: column;
      
      }
        #contact ul li:first-child{
          margin-right: 0;
          margin-bottom: 40px;
          }
      #contact .contact{
        margin-bottom: 40px;
        
        }
    }   
/* 提供エリア */
#area{
  background-color: #E2DAC0;
  position: relative;
}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
  #contact h2{
  text-align: center;
  
  }
  #contact .contact{
    margin-bottom: 40px;
    
    }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
}