/*
Theme Name: lightning-child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

@charset "UTF-8";

.site-footer-copyright p:nth-child(2) {
  display:none;
}
.shippori-mincho-regular {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }
   .site-footer-content {
    display: none;
  
  }
  .site-footer-copyright{
    position: absolute;
  bottom: 0;
    margin: 0 calc(50% - 50vw);
    /* padding: 0em calc(50vw - 50%); */
    height: 50px;
    text-align: center;
  
  }

.site-footer {
    border-top: none;
  
  }
  

  .f_copyright{
    margin: 0 calc(50% - 50vw);
    /* padding: 0em calc(50vw - 50%); */
    height: 50px;
    background-color: #fff;
    text-align: center;
    border-top:#1b1464 2px solid;
    border-bottom: #1b1464 2px solid;
  
  }

  .f_copyright p{
color: #000;
font-size: 15px; 
    text-align: center;
  
  }
  .f_box{
    width: auto;
    max-width: 1300px;
    margin: 0 auto;

    
  }
  .site-body-bottom .widget{
    margin-bottom:0;
 
    }

    .site-body {
padding: 3.5rem 0 0rem;
background-color: #fff;

  }

  h1.entry-title {
   width: 100%;
   letter-spacing: 5px;
    }
  
.breadcrumb {
  border-top: none;
  border-bottom: none;
  background-color: #fff;
}
.page-header-title, h1.page-header-title {
  width: auto;
  font-size: 45px;
  font-weight: 700;
  line-height: var(--vk-line-height-low);
  margin: 0 auto;
color: #fff;
text-align: center;
text-shadow:  0px 0px 5px #000;
font-family:  "Noto Sans JP", serif !important;
}

  .company-tel-header {
    e-ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: 1 / 2 / 2 / 3 ;
    -ms-grid-row-align: end;
  align-self: end;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
    font-size: 1.8rem;
    font-weight: bold;
    text-align: right;
    background: #fff;
  }

  .company-header-box {
    text-align: right;
    margin-bottom: 0rem;
   display: flex;
   padding-top: 10px;
   justify-content: flex-end;
   margin-right:8% ;
 
 }

    .company-header-box .telbox {
     color: #c1272d;
     }
   
     .company-header-box .telbox a,a:hover{
color: #c1272d;
 
}
  
  .h_lbox{
    width: 190px;
  height: 45px;
  background-color: #2e3192;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin:0 10px;
  text-align:center;
  padding:10px 0;
 
  }

  .h_lbox a,a:hover{
  color: #fff;
  }

 
  .h_rbox{
    width: 190px;
    height:  45px;
 font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-align:center;
  padding:10px 0;
  }  

  .h_rbox a,a:hover{
    color: #fff;
    }


*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
 
}
header, footer, nav, menu, article, aside, section, details, figcaption, figure{
  display: block;
}
ul, ol {
  list-style: none;
}
table {
  border-collapse: collapse;
}
img {
  vertical-align: bottom;
}
a img {
  border: none;
}
strong {
  font-weight: normal;
}
i{
  font-style: normal;
}

.a,a:hover{
  opacity: .8;
}

.f20{
  font-size: 20px;
  }
.f22_b{
  font-size: 22px;
  color: #000;
  font-weight: 600;
  padding-right: 5px;
}


     
/* -------------------- */
    /* header
    /* -------------------- */

    .site-header-logo a {
color: #000000;
    }
    .site-header,
    .header_scrolled .site-header {
background-color: #ffffff;
border-bottom: 5px solid #00a99d;
  align-content: flex-end;
   
    }

    .site-header-logo {
      text-align: left;
      padding-top: 0rem;
      margin-bottom: 0rem;
    
      align-items: flex-end;
      padding-bottom: 10px;
  }

    .site-header--layout--nav-float .site-header-container {
display: flex;
flex-direction: row;
align-content: flex-start;
justify-content: center;
align-items: flex-end;
    height: 60px;

  }
    .nav li a, nav li a {
padding-top: 13px;
color: #000000;

    }
    
    .device-pc .global-nav-list>li>a{
padding: 0px 0.8em;
    }

    .device-pc .global-nav-list>li{
height: 25px;
border-left: 1px solid #333;
  border-right: 1px solid #333;
  margin-bottom: 0px;
    }

    .device-pc .global-nav-list> li+ li {
height: 25px;
border-left: 0;
border-right: 1px solid #333;
    }

    .global-nav-list>li:before {
     border-bottom: 5px solid #1b1464;
    }
    .global-nav-list>li .global-nav-name {
font-size: 15px;
padding: 0;
padding-bottom: 5px;


    }

    .global-nav-list .sub-menu li {
      font-size: 14px;
      }
    
    .global-nav-list>li>ul.sub-menu {
      background-color: #1b1464;
    }
    
    
    .global-nav-list>li.menu-item-has-children::after {
      border-bottom-color: #1b1464;
    }
    
    
    .global-nav-list .sub-menu li a:hover {
    background-color: #5349c7;
    }
    
    
    .global-nav-list .sub-menu li a {
    border-bottom: 1px solid rgba(255,255,255,.15);
    }
     
    


 
    .contents_box{
font-size: 30px;
     border-radius: 3px;
     height: 130px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto;
     position: relative;
     margin: 0 calc(50% - 50vw);
     padding: 0em calc(50vw - 50%);
     background-color: #fff;
     top:-55px;
     box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
   
   }
   

.contents_box a{
    display: inline-block;
    text-decoration:none;
   
  }

  .contents_box a:hover{
    opacity: .3;
  }
  

.contents_box .rbox{
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
  border: 7px solid #c69c6d;
  color: #666666;
  background-color: #fff;
  font-size: 25px;
  font-family:  "Noto Serif JP", serif !important;
  width: 260px;
  height: 70px;
  margin: 10px;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
  font-weight: bold;

}

.contents_box .cbox{
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
  border: 7px solid #662d91;
  color: #666666;
  background-color: #fff;
  font-size: 25px;
  font-family:  "Noto Serif JP", serif !important;
  width: 260px;
  height: 70px;
  margin: 10px;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  
}

.contents_box .lbox{
    display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
   border: 7px solid #00a99d;
  color: #666666;
  background-color: #fff;
  font-size: 25px;
  font-family:  "Noto Serif JP", serif !important;
  width: 260px;
  height: 70px;
  margin: 10px;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
  font-weight: bold;
}

.contents_box .f13{
font-size: 13px;
font-family:  "Noto Sans JP", serif !important;
color: #666666;
margin-bottom: 5px;
}




.top_contents{
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  width: auto;
 overflow: hidden;
  align-items: center;
  text-align: center;
  background-color: #fff;
  padding: 3%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  background-color: rgba(255, 255, 255, 0.4);
  padding-bottom: 10%;

 
}

.top_contents h1{
  font-size: 50px;
  color: #8c6239;
  font-family:  "Noto Serif JP", serif !important;
font-weight: 400;
width: auto;
margin-bottom: 30px;
letter-spacing: 0;

}

.top_contents p{
font-size: 18px;
    color: #000;
    font-family:  "Noto Sans JP", serif !important;
    font-weight: 300;
  margin: 0 auto;
  align-items: top;
  text-align: center;
  width: auto;
  max-width: 900px;
    }


    

/* //新着情報// */
.newsbox01{
  width: auto;
  max-width: 700px;
  overflow: hidden;
  padding-left: 50px;
    padding-right: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 80px;
  }
  
    
  h1{
    width: 182px;
    margin: 87px 0 32px 0;
  font-family: "Noto Serif JP", serif !important;	
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing:10px;
    text-align: center;
    color: #00a99d;
    margin: 0 auto;
    padding-bottom: 20px;
  }

    .newsbox01 hr{
background-color:#000;
height: 1px;
width: 80%;
border: none;
float: left;
     
    }
    
  .conbox01{
    width: 100%;
    display: flex; 
    margin: 0 20px 0 0;
    
  }
  
  
  .conbox01 .text02{
    width: 150px;
    height: auto;
    margin: 18.5px 14px 12.5px 0;
     font-size: 13px;
     font-family: "Noto Sans JP", serif !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3b3b3b;
    
  }
  
  .conbox01 .gre{
    width: 300px;
    height: 26px;
    margin: 10px 16px 9.5px 14px;
    padding: 0px 5px 8px 5px;
    border-radius: 2px;
    border: solid 2px #00a99d;
    font-family: "Noto Sans JP", serif !important;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
  }
    
   
  
  .conbox01 .text03{
    width: 80%;
    height: auto;
    margin: 10px 50px 0px 14px;
    font-family: "Noto Sans JP", serif !important;
    font-size: 13px;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    padding-right: 30px;
    padding-bottom: 15px;
  }
  

  .conbox01 .text03 a{
    color: #3b3b3b;
  }
  
  .conbox01 .text03 a:hover{
    opacity: .5;
  }
  
  /* 新着情報ここまで */


  /* ▼事業内容 ▼*/
.b_box{
  width: auto;
  overflow: hidden;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  flex-direction:row;
  margin: 0 auto;
  justify-content: center;
  margin-top: 30px;

}

.b_box .box1{
width: 250px;
height: 156px;
padding: 0.2em 1em;
margin: 1em 1em;
background: #42bfb6;
box-shadow: 0px 0px 0px 10px #42bfb6;
border: solid 2px white;
display: flex;
justify-content: center;
align-items: center;
position: relative; 

}

.b_box .title{
  width: auto;
  min-width: 180px;
  background-color: #333333;
color: white;
padding: 8px 10px;
font-size: 20px;
font-weight: 400;
position: absolute;
top: 40%;
transform: translateY(-50%);
font-family: "Noto Serif JP", serif !important;	
letter-spacing: 2px;

}
.b_box .subtitle{
  width: auto;
  min-width: 150px;
background-color: white;
color: #42bfb6;
padding: 7px 15px;
font-size: 12px;
font-weight: bold;
position: absolute;
bottom: 36%;
left:30%;
transform: translateY(50%);
}


.jigyou_gbox{
  width: auto;
  max-width: 960px;
  border: 2px solid #00a99d;
  padding: 5% 10%;
  text-align:left ;


}

.jigyou_gbox .kai_text{
 font-size: 24px;
 font-family: "Noto Serif JP", serif !important;	
 line-height: 52px;
 font-weight: 600;
}

    .jigyou-aco .text img {
      position: relative;
        top: -10px;
    }

    /* ▲事業内容ここまで ▲*/


/* 事業内容ページ */

.s_main{
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  padding-bottom: 80px;

}

.s_contents01{
  width: auto;
  max-width: 960px;
  margin: 0 auto;
 
  }

.s_contents01 .title{
font-size: 53px;
font-family: serif;
font-weight: normal;
color: #000;
text-align: center;
}

.s_contents01 .title::before{
color: #000000;
border: #00a99d;
width: 5px;
height: 30px;
}


.s_contents01 .text{
  font-size: 20px;
  text-align: center;
  width: auto;
  max-width: 900px;
  margin: 0 auto;
  color: #000;
  font-family: sans-serif;
  font-weight: normal;
  border-bottom: none;
  margin-top: 20px;
  }
.f25{
font-size: 25px;
}


 .s_main{
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  padding-bottom: 0px;

}



.page-header {
    color: #fff;
    background-color: #fff;
    background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/sekou_top.webp);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-bottom: 5px #00a99d solid;
    background-position: center;
} 

/* 事業内容 ===========================*/
  .s_jigyou-box {
width: 960px;
overflow: hidden;  
margin: 0 auto;
   
  }

  .s_jigyou-box .rbox{
 width: 420px;
height: 380px;
float: left;

     }

     .s_jigyou-box .rbox img{
     width: auto;
max-width:384px;
height: 380px;
float: left;
margin-top: 80px;

     }
    
  .s_jigyou-box .lbox{
background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/gyoumu_b01.webp);
background-repeat: no-repeat;
width: 460px;
height: 384px;
float: left;
margin-left: 60px;
margin-top: 50px;
  }
.s_jigyou-box .lbox h4{
font-size: 30px;
font-weight: 600;
font-family: serif;
margin-top: 25px;
margin-bottom: 22px;
padding-left: 80px;
padding-top: 0;
background-color: transparent;

}

.s_jigyou-box .lbox .text{
    display: block;
width: auto;
max-width: 400px;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  padding-left: 80px;
  text-align: justify;
}
/* 事業内容right */
.s_jigyou-box02 {
  width: 960px;
  overflow: hidden;  
  margin: 0 auto;
    }

    .s_jigyou-box02 .rbox{
background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/gyoumu_b01_02.webp);
  background-repeat: no-repeat;
  width: 460px;
  height: 390px;
  float: right;
  margin-right: 60px;
  margin-top: 50px;

  
 }

 .s_jigyou-box02 .lbox img{
  width: 376px;
     float: right;
     
 }

    .s_jigyou-box02 .lbox{
width: auto;
  max-width:407px;
  height: 361px;
  float: right;
  margin-top: 80px;
  
    }
  .s_jigyou-box02 .rbox h4{
  font-size: 30px;
  font-weight: 600;
  font-family: serif;
  margin-top: 20px;
  margin-bottom: 22px;
  padding-left: 80px;
  padding-top: 0;
   background-color: transparent;
  
 }

 .s_jigyou-box02 .rbox .text{
display: block;
width: auto;
max-width: 400px;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    padding-left: 80px;
  }

  .s_jigyou-box03 {
    width: 960px;
    overflow: hidden;  
    margin: 0 auto;
 
}
  
.s_jigyou-box03 .rbox{
     width: 420px;
    overflow: hidden;
    float: left;
    
   }
  
   .s_jigyou-box03 .rbox img{
   width: auto;
    max-width:407px;
    height: 361px;
    float: left;
    margin-top: 80px;
 }
  
.s_jigyou-box03 .lbox{
  
    background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/gyoumu_b01_02.webp);
    background-repeat: no-repeat;
    width: 460px;
    height: 384px;
    float: left;
    margin-left: 60px;
    margin-top: 50px;
}
    .s_jigyou-box03 .lbox h4{
    font-size: 30px;
    font-weight: 600;
    font-family: serif;
    margin-top: 25px;
    margin-bottom: 22px;
    padding-left: 80px;
    letter-spacing: -2px;
    padding-top: 0;
    background-color: transparent;
   }

     
   .s_jigyou-box03 .lbox .text{
  display: block;
  width: auto;
  max-width: 400px;
font-size: 16px;
line-height: 28px;
color: #000;
padding-left: 80px;
    }


/* お墓の知識ページ */

.k_main{
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  padding-bottom: 00px;
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/c_knowledge_back.webp);
  background-repeat: repeat-y;
  background-position: center top;
  border-bottom: none;

}



  .k_work-menu {
    width: 100%;
    max-width: 824px;
    margin: 50px auto 40px;
    }
    .k_work-menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
    justify-content: center;
    
    }
    
    .k_work-menu ul li {
    margin:0.3rem .2rem;
    padding: 0.5rem 0;
    width: 260px;
    text-align: center;
  
       
    }
    
    .k_work-menu ul li a{
      color: #00a99d;
      text-decoration:none;
    }
    
    .k_work-menu ul li a:hover{
      opacity: 0.7;
    color: #00a99d;
    text-decoration: none;
    
    }
    .k_work-menu p {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    line-height: 3.5rem;
    
    
    }
    
    .k_work-menu .w {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    text-shadow: #000 1px 1px 2px;
    
    }
    
    .k_work-menu p::first-letter {
    font-size: 2rem;
    font-weight: bold;
    
        }

        .s_chishiki-box {
          width: 960px;
          overflow: hidden;
          margin: 0 auto;
          text-align: center;
          display: flex ;
          align-content: space-around;
          align-items: center;
          flex-direction: column;
          margin-top: 30px;
             
            }
          
          .s_chishiki-box h4{
          font-size: 30px;
          font-weight: 600;
          font-family: serif;
          margin-top: 25px;
          margin-bottom: 22px;
            padding-top: 0;
          background-color: transparent;
          display: inline-block;
          border-bottom: solid 4px #00a99d;
          padding-bottom: 5px; 

 
        }
          
          .s_chishiki-box .text{
              display: block;
          width: auto;
          max-width: 550px;
            font-size: 16px;
            line-height: 28px;
            color: #000;
            text-align: left;
            margin: 0 auto;
            margin-bottom: 50px;
          }
          .chishiki-aco{
            width: auto;
            max-width: 640px;
            margin: 0 auto;
            }

            .chishiki-aco  img {
              height: auto;
              display: block;
              margin: 0 auto;
              
          }
            
            .chishiki-aco a{
              color: #f15a24;
            }
            
            .chishiki-aco a:hover{
              opacity: .8;
            }
              
            
            .chishiki-aco h1{
              font-size: 35px;
              font-weight: 400;
              font-family: serif;
              text-align: center;
              margin: 20px 0 0;
              color: #000;
              padding-bottom: 10px;
              width: auto;
              letter-spacing: 0;
              
            }
            
            .chishiki-aco .text02{
            font-size: 18px;
            font-weight: 600;
            font-family:serif;
            padding-top: 0%;
            padding-bottom: 8px;
            margin: 0 auto;
            border-bottom: #00a99d solid 3px;
            width: 30%;
            text-align: center;
            border-top:none;
            }
            
            .chishiki-aco h3{
            font-size: 40px;
            font-weight: 600;
            font-family:sans-serif;
            color: #f7931e;
            text-decoration-line: underline;
            text-decoration-style: wavy;
            text-decoration-color: #00a99d;
            text-decoration-thickness: 3px;
            text-underline-offset: 10px;
            margin: 30px 0 ;
            text-align: center;
            }
            .chishiki-aco .gbox{
              width: auto;
              max-width: 480px;
              margin:  30px auto;
              padding: 2%;
              background-color: #00a99d;
              font-size: 30px;
              color: #fff;
              text-align: center;
              font-weight: 600;
              font-family: "Noto Serif JP", serif !important;	
              
              }
              
              .chishiki-aco p{
              font-size: 16px;
              line-height: 28px;
              font-weight: normal;
              font-family:sans-serif;
              color: #000;
              text-align: left;
              
              }
              

.stonebox{
  width: auto;
  max-width: 960px;
display: flex;
flex-wrap: wrap;
margin: 0 auto;


}

.stonebox .b01{
width: auto;
max-width: 220px;
margin: 0 auto;
}

.stonebox .b01 p{
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
  }
  
            
/* お墓の知識ページ ここまで */


.jigyou-aco{
width: auto;
max-width: 640px;
margin: 0 auto;
}

.jigyou-aco a{
  color: #f15a24;
}

.jigyou-aco a:hover{
  opacity: .8;
}
  

.jigyou-aco h1{
  font-size: 35px;
  font-weight: 400;
  font-family: serif;
  text-align: center;
  margin: 20px 0 0;
  color: #000;
  padding-bottom: 10px;
  width: auto;
  letter-spacing: 0;
}

.jigyou-aco .text02{
font-size: 18px;
font-weight: 600;
font-family:serif;
padding-top: 0%;
padding-bottom: 8px;
margin: 0 auto;
border-bottom: #00a99d solid 3px;
width: 30%;
text-align: center;
border-top:none;
}

.jigyou-aco h3{
font-size: 40px;
font-weight: 600;
font-family:sans-serif;
color: #f7931e;
text-decoration-line: underline;
text-decoration-style: wavy;
text-decoration-color: #00a99d;
text-decoration-thickness: 3px;
text-underline-offset: 10px;
margin: 30px 0 ;
text-align: center;
}



.ji_box{
text-align: center;
  margin-bottom: 30px;
}


.site-footer-title, .sub-section-title, h3:where(:not(.wp-block-post-title)) {
border-bottom: none;
  
}

.site-footer-title, .sub-section-title, h3::after {
  border-bottom: none;
    
  }

.jigyou-aco .text{
font-size: 26px;
font-weight: 600;
line-height: 2em;
font-family:sans-serif;
color: #000;
text-align: left;
margin-left: 30px;
}



.jigyou-aco .text01{
font-size: 40px;
font-weight: bold;
line-height: 2em;
font-family:sans-serif;
color: #000;
text-align: center;
margin-top: 20px;
}


.jigyou-aco .text03 {
  font-size: 26px;
  line-height: 1em;
  font-family:sans-serif;
  font-weight: 400;
  color: #000;
  text-align: left;
  margin: 10px 0 ;
  margin-left: 0%;
  }
  .jigyou-aco .text03::first-letter{
font-size: 24px;
  color: #00a99d;
}
  
  


.jigyou-aco .title{
  font-size: 40px;
  font-weight: bold;
  line-height: 2em;
  font-family:sans-serif;
  color: #1b1464;
  text-align: center;
  margin-top: 20px;
  }

  
.jigyou-aco .gbox{
width: auto;
max-width: 480px;
margin:   auto;
padding: 2%;
background-color: #00a99d;
font-size: 30px;
color: #fff;
text-align: center;
font-weight: bold;
margin-top: 50px;
margin-bottom: 20px;

}

.jigyou-aco p{
font-size: 16px;
line-height: 28px;
font-weight: normal;
font-family:sans-serif;
color: #000;
text-align: left;

}

.jigyou-aco .f14{
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  font-family:sans-serif;
  color: #000;
  text-align: left;
  margin-left: 10%;
   }

   .jigyou-aco .f18{
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    font-family:sans-serif;
    color: #000;
    text-align: center;
    margin: 20px 0 ;
    }
  
  .jigyou-aco .price{
    font-size: 40px;
    font-weight: 500;
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;;
    color: #000;
    text-align: center;
    margin: 20px 0;
    
    }

    .jigyou-aco .price02{
      font-size: 25px;
      font-weight: 500;
      font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;;
      color: #000;
      text-align: center;
      margin: 20px 0;
      
      }
    

    .jigyou-aco .ore {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        line-height: 1;
        color: #f7931e;
        font-size: 32px;
        margin: 20px 0;
        font-weight: 500;
      }
      
      .jigyou-aco .ore::before,.jigyou-aco .ore::after {
        width: 4px;
        height: 28px;
        content: "";
        background-color: #f7931e;
      }
      
      .jigyou-aco .ore::before {
        margin-right: 0.5em;
        transform: rotate(-30deg);
      }
      
      .jigyou-aco .ore::after {
        margin-left: 0.5em;
        transform: rotate(30deg);
      }
      



.button_sekou{
 width: 350px;
padding: 2%;
font-size: 20px;
font-weight: 500;
font-family:sans-serif;
background-color: #1b1464;
color: #fff;
text-align: center;
margin: 0 auto;
margin-bottom: 50px;
margin-top: 50px;

}

.button_sekou a{
 color: #fff;
 
 }
  
 .button_sekou a:hover{
opacity: .8;
  
  }
   

/* 事業内容ページここまで */

/* 墓地霊園情報 */

.r_main h2{
  text-align: center;
  font-size: 40px;
  margin: 0px auto 20px ;
  color: #000;
  letter-spacing: 0px;
  font-family:  "Noto Serif JP", serif !important;
  border:none;
  }
  
  .r_main .ttext{
  text-align: center;
  font-size: 18px;
  color: #000;
  font-family:  "Noto Sans JP", serif !important;
  margin-bottom: 60px;
  font-weight: 300;
  
  }
  
  .b_menu {
    width: auto;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 80px;
    }
    .b_menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
    justify-content:center;
    
    }
    
    .b_menu ul li {
  margin:0.3rem .2rem;
    padding: 0.5rem 0;
    width: 260px;
    text-align: center;
    font-size: 20px;
    z-index: 1;
    color: #00a99d;
    border: 2px solid #00a99d;
    font-weight: bold;
  
    }
    .b_menu ul li02 {
  margin:0.3rem .2rem;
  padding: 0.5rem 0;
  width: 525px;
  text-align: center;
  font-size: 20px;
  z-index: 1;
  color: #00a99d;
  border: 2px solid #00a99d;
  font-weight: bold;
  
  }
    .b_menu ul li a{
  color: #00a99d;
  text-decoration:none;
    }
    
    .b_menu ul li a:hover{
  opacity: 0.7;
    color: #00a99d;
    text-decoration: none;
    
    }
    .b_menu p {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 auto;
    line-height: 2.0rem;
    
    }
    
    .b_menu ul li02 a{
  color: #00a99d;
  text-decoration:none;
    }
    
    .b_menu ul li02 a:hover{
  opacity: 0.7;
    color: #00a99d;
    text-decoration: none;
    
    }
   
    .b_menu .text {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
  color: #000;
  display: block;
  
  }


  
  .r_contents{
  width: auto;
  max-width: 1000px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 80px;
  }
  
  .r_contents .box01{
  width: auto;
  max-width: 1000px;
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
  }
  
  
  .r_contents .title{
  width: 100%;
  border-bottom: #00a99d 1px solid;
  font-size: 35px;
  font-weight: 600;
  text-align: left;
  font-family:  "Noto Serif JP", serif !important;
  padding-left: 10px;
   }
  
   .r_contents .mark{
    width: 40px;
    height: 56px;
    background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/a_point.webp);
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
  
     }
     
     .r_contents p{
  font-size: 16px;
  width: auto;
  max-width: 1000px;
  float: left;
  padding: 20px 0 20px ;
  }
   
     .r_contents .title02{
  font-size: 30px;
  display: block;
   text-align: center;
   margin: 0 auto;
   font-family:  "Noto Serif JP", serif !important;
   font-weight: 600;
   margin-bottom: 20px;
     }
  
     .r_contents .box01 .img{
  width: auto;
  max-width: 486px;
  object-fit:cover;
  }
   
  .r_contents table{
  width: 100%;
  border-collapse:  collapse;
  border: #fff solid 5px; 
  
  }
  
  .r_contents th{
    width: 180px;
    background-color: #f2f2f2;
    border-color: #fff;
    border: #fff solid 2px; 
  padding: 1.5%;}
  
  .r_contents td{
  background-color: #f2f2f2;
  border-color: #fff;
  border: #fff solid 2px; }
  
  .r_contents a{
   font-size: 20px;
   font-weight: bold; 
   font-family:  "Noto Serif JP", serif !important;
   color: #c1272d; 
  }
    
  .r_contents a:hover{
  opacity: .8; 
     }
  
  .r_contents .f25{
  font-size: 25px;
   }
    
/* 墓地霊園情報ここまで */

/* よくある質問 */



.q_main h2{
  text-align: center;
  font-size: 40px;
  margin: 0px auto 20px ;
  color: #000;
  letter-spacing: 0px;
  font-family:  "Noto Serif JP", serif !important;
  border:none;
  }
  
  .q_main .text{
  text-align: center;
  font-size: 20px;
  color: #000;
  font-family:  "Noto Sans JP", serif !important;
  line-height: 30px;
  margin-bottom: 60px;
  font-weight: 400;
  
  }
  
  .q_menu {
    width: auto;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 80px;
    }
    .q_menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
    justify-content:center;
    
    }
    
    .q_menu ul li {
  margin:0.3rem .2rem;
    padding: 0.5rem 0;
    width: 261px;
    text-align: center;
     
    }
    .q_menu ul li a{
 
    }
    
    .q_menu ul li a:hover{
  opacity: 0.7;
   
    
    }
 
    
  
  .q_contents{
  width: auto;
  max-width: 1000px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 30px;
  background:#fafafa url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/qa_title_b.webp) no-repeat top -10px left 50px / 401px 173px;
  }
  
 
  
  .q_contents .title{
  width: 100%;
  font-size: 35px;
  font-weight: 600;
  text-align: left;
  font-family:  "Noto Serif JP", serif !important;
  padding-left: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  
   }
  
   .inbox{
    width: 80%;
    float: right;
    margin-right: 40px;
    margin-top: 10px ;
    margin-bottom: 10px ;

   }

   .aco_titlef{
    color: #00a99d;
    font-size: 22px;
   }


   .q_contents .tbox{
    width: auto;
    max-width: 630px;
    

   }

   .q_contents .mark{
    width: 40px;
    height: 56px;
    background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/a_point.webp);
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
  
     }
     
     .q_contents .text01{
  font-size: 22px;
  width: auto;
  color: #00a99d;
font-weight: 600;
  float: left;
  padding: 20px 0 50px ;
  }
   
  .q_contents .text02{
    font-size: 16px;
    width: auto;
    max-width: 1000px;
    float: left;
    padding: 20px 0 50px ;
    }
     

/* よくある質問ここまで */


/* お墓が出来るまで */
.o_main{
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  /* padding: 0em calc(50vw - 50%); */
  overflow: hidden;
  margin: 0 auto;


}

.o_main h2{
  text-align: center;
  font-size: 40px;
  margin: 0px auto 20px ;
  color: #000;
  letter-spacing: 10px;
  font-family:  "Noto Serif JP", serif !important;
  border:none;
}

.o_main .ttext{
text-align: center;
font-size: 18px;
color: #000;
font-family:  "Noto sans JP", serif !important;
margin-bottom: 60px;
font-weight: 300;

  }
  .o_main .f50{
    text-align: center;
    font-size: 50px;
    color: #00a99d;
    font-family:  "Noto Serif JP", serif !important;
    margin-bottom: 80px;
    font-weight: 600;
    
}
    

.o_contentsbox {
width: auto;
max-width: 850px;
overflow: hidden;
text-align: left;
margin: 0 auto;
max-height: 350px;
}

.o_contentsbox .inner{
  width: auto;
  max-width: 500px;
  overflow: hidden;
  text-align: left;
  display: block;
  flex-wrap: wrap;
  }

.o_contentsbox img{
  float: right;
    position: relative;
    top: -203px;

 }

.o_contentsbox p{
width: auto;
max-width: 560px;
text-align: left;
font-family:  "Noto sans JP", serif !important;
margin-top: 50px;
color: #000;
}

.ttl {
  width: 100%;
  max-width: 560px;
  position: relative;
  font-size: 35px;
  font-family:  "Noto serif JP", serif !important;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-weight: 400;
  background-color: #00a99d;
  }
  .ttl::after {
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 56%;
  margin: 0 0 0 -50px;
  border: 20px solid transparent;
  border-top-color: #00a99d;
  content: '';
  }
  
  .ttl .text{
    font-size: 28px;
    padding-right: 2px;
  } 

.sbox_b{
  width: auto;
  max-width: 850px;
  overflow: hidden;
  text-align: left;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  top:-70px;
  justify-content: space-between;

}

.sbox_b .box01{
  width: 272px;
  max-width: 300px;
  overflow: hidden;
  text-align: center;
  display: inline;
  vertical-align: bottom;
  padding-bottom: 5px;
  font-size: 16px;
  color: #000;
}
.sbox_b img{
  width: 272px;
  max-width: 300px;
  overflow: hidden;
  text-align: left;
  margin: 5px;

  


}
/* お墓が出来るまでここまで */

/* 会社概要 */
.s_main h2{
  text-align: center;
  font-size: 40px;
  margin: 100px auto;
  color: #000;
  letter-spacing: 10px;
  font-family:  "Noto Serif JP", serif !important;
  border:none ;
  } 

  .greet-box{
width: auto;
max-width: 780px;
margin: 0 auto;
  
  }

 .s02_contents01{
width: auto;
max-width: 960px;
margin: 0 auto;

}

.s02_contents01 .title{
font-size: 60px;
font-family: serif;
font-weight: normal;
color: #000;
text-align: center;
padding-bottom: 15px;
line-height: 85px;
}

.s02_contents01 .taitle::before{
color: #000000;
border: #00a99d;
width: 5px;
height: 30px;
}



   

.s02_contents01{
  width: auto;
  max-width: 960px;
  margin: 0 auto;
 
  }

.s02_contents01 .title{
font-size: 60px;
font-family: serif;
font-weight: normal;
color: #999;
text-align: center;
padding-bottom: 15px;
line-height: 85px;
}

.s02_contents01 .taitle::before{
color: #000000;
border: #00a99d;
width: 5px;
height: 30px;
}


.s02_contents01 .text{
  font-size: 20px;
  text-align: left;
  width: auto;
  max-width: 900px;
  margin: 0 auto;
  color: #999;
  font-family: "Noto Sans JP",serif !important;
  font-weight: 300;
  border-bottom: none;
  }


  .s02_contents01 .text02{
    font-size: 18px;
    width: auto;
    max-width: 900px;
    margin: 0 auto;
    color: #999;
    font-weight: 300;
    border-bottom: none;
    text-align: left;
    margin-top: 50px;

     }

     .s02_contents01 .text03{
font-family: "Noto serif JP",serif !important;
text-align: right;
    font-size: 18px;
    width: auto;
    max-width: 900px;
    margin: 0 auto;
    color: #999;
    font-weight: 500;
    border-bottom: none;

 }
     

/* 会社概要ここまで */

/* 展示場 */


.tenji_box{
  width: auto;
  max-width: 960px;
  background-color: #fafafa;
  padding: 3%;
  margin: 3% auto;
  display: flex;
 
}

.tenji_box .textbox{
  width: auto;
  display: block;
  flex-wrap: wrap;
  margin: 0 auto;
}

.tenji_box .textbox .title{
  font-size: 30px;
  color: #000;
  font-family:  "Noto Sans JP", serif !important;
  padding-bottom: 10px;
  font-weight: 600;
}

.tenji_box .img{
  float: left;
  margin-left: 10px;
}

.tenji_box .textbox .text{
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-family:  "Noto Sans JP", serif !important;
  padding-bottom: 10px;

}

.tenji_box .textbox .tel{
  font-size: 35px;
  line-height: 20px;
  color: #c1272d;
  font-weight: 800;
  font-family:  "Noto serif JP", serif !important;
}



.tenji_box .textbox .tel a{
  color: #c1272d;
  }

  .tenji_box .textbox .tel a:hover{
opacity: 0.8;
    }

.fc_b{
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;

}

/* 展示場ここまで */

/* 選ばれる理由 */
.choice_box{
width: auto;
max-width: 1000px;
margin: 80px auto ;
text-align: center;
}

.choice_box .contents01{
  width: auto;
  max-width: 1000px;
  max-height: 450px;
  }
  
.choice_box .contents01 .title{
  font-size: 50px;
  width: auto;
  overflow: hidden;
  font-family: "Noto Serif JP",serif !important;
  color: #666666;
  margin-bottom: 50px;
  }

.choice_box .contents01 .lbox{
  width: auto;
  max-width: 550px;
  overflow: hidden;
  min-height: 300px;
  background-color: #e8f7f6;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.choice_box .contents01 .lbox .title{
  font-size: 35px;
  font-family: "Noto Serif JP",serif !important;
  font-weight: 500;
  color: #009245;
 padding-left: 20px;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 0;
}

.choice_box .contents01 .lbox p{
  width: auto;
  font-size: 16px;
  font-family: "Noto Sans JP",serif !important;
  font-weight: 300;
  color: #000;
  text-align: left;
  padding: 5% 5% 0 5%;
  line-height: 22px;
}

.choice_box  .contents01 .lbox .inner{
  width: 90px;
  height: 90px;
  background-color: #00a99d;
  float: left;
  position: relative;
margin-top: 30px;

}
.choice_box .contents01 .lbox .inner .text{
font-size: 60px;
font-family: "Noto Serif JP",serif !important;
font-weight: 400;
font-style: italic;
color: #fff;
position: relative;
top: -5%;
}

.choice_box .contents01 .rbox{
  width: auto;
  position: relative;
  left: 220px;
  top:-200px;
  z-index: 1;
  margin: 0 ;
  }


/* 選ばれる理由ここまで */

/* ▼墓地情報▼ */
.bochi_box{
  width: auto;
  max-width: 725px;
  overflow: hidden;
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/group/bochi.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto;
  margin-top: 80px;
}

.bochi_box .rbox{
  width: 340px;
  background-color: rgba(179, 179, 179, 0.8);
  float: right;
}

.bochi_box .rbox02{
  width: auto;
  max-width: 270px;
  background: #fff;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}

.bochi_box .rbox02 p{
  font-size: 32px;
  color: #006837;
  font-weight: 800;
  text-align: center;
  font-family: "Noto Serif JP",serif !important;
  line-height: 38px;
  padding: 5px;
 }


/* ▲墓地情報▲　ここまで */

/* 施工事例 */

.s02_contents01{
  width: auto;
  max-width: 960px;
  margin: 0 auto;
  
  }
  
  .s02_contents01 .title{
      font-size: 50px;
    font-family: serif;
    font-weight: normal;
    color: #000;
    text-align: center;
    padding-bottom: 30px;
    line-height: 64px;
}
  
  .s02_contents01 .taitle::before{
  color: #000000;
  border: #00a99d;
  width: 5px;
  height: 30px;
  }
  
  
  .s02_contents01 .text{
  font-size: 20px;
  width: auto;
  max-width: 900px;
  margin: 0 auto;
  color: #000;
  font-family: "Noto Sans JP",serif !important;
  font-weight: 300;
  border-bottom: none;
   text-align: justify;
  }
  
  
  .s02_contents01 .text02{
    font-size: 18px;
    width: auto;
    max-width: 900px;
    margin: 0 auto;
    color: #000;
    font-weight: 300;
    border-bottom: none;
    text-align: justify;
    margin-top: 50px;
  
     }
  
     .s02_contents01 .text03{
  font-family: "Noto serif JP",serif !important;
  text-align: right;
    font-size: 18px;
    width: auto;
    max-width: 900px;
    margin: 0 auto;
    color: #000;
    font-weight: 500;
    border-bottom: none;
  
  }
     
  
  .s02_box01{
  background-color: #fafafa;
  width: auto;
  max-width: 1000px;
  overflow: hidden;
  min-height: 700px;
  margin:0 auto ;
  margin-top: 50px;}
  
  
  .s02_box01 .tbox{
  background-image:url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/sekou_back.webp);
  background-repeat: no-repeat;
  width: auto;
  height: 173px;
  margin-left: 50px;
  position: relative;
  }
  
  .s02_box01 .tbox .title{
  font-size: 30px;
  font-family:  "Noto Serif JP", serif !important;
  color: #000;
  font-weight: 600;
  text-align: left;
  padding: 50px auto;
  padding-left: 40px;
  border-bottom: #00a99d 5px solid;
  display: inline;
  position: relative;
  top: 10px;
  
  }
  
  
  
  .s02_box01 .cbox{
  width: auto;
  max-width: 825px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; 
  margin: 0 auto;
  position: relative;
  top:-90px;
  left:30px;
  }
  
  .s02_box01 .cbox .box{
  width: 260px;
  height: 260px;
  background-color: #999;
  margin: 5px;
  color: #fff;
  font-size: 25px;
  align-items: center;
  text-align: center;
  line-height: 260px;
  box-shadow: 0 0 6px #808080;
  }
  
 
    .greet-box{
  width: auto;
  max-width: 780px;
  margin: 0 auto;
    
    }
  
    .table_design03 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  
    }
    .table_design03 th, .table_design03 td {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  border-bottom: 2px solid #c1c7c6;
  padding: 1em;
  line-height: 27px;
    }
    .table_design03 th {
  color: #000;
  background: #f7f8f8;
  border-bottom: 2px solid #c1c7c6;;
  font-weight: 300;
  text-align: center;
  width: 20%;
  font-size: 16px;
  min-width: 4em;
    }
/* 施工事例ここまで */

/* ▼問合せ▼ */
.contactbox{
  margin: 0 calc(50% - 50vw);
  padding: 1em calc(50vw - 50%);
  background-color: #fff;
    top:-55px;
    box-shadow: 10px 1px 10px 2px rgba(0,0,0,0.3);
    /* height: 330px; */
    margin-top: 80px;
    text-align: center;
}

.contactbox .textbox{
  width: auto;
  max-width: 960px;
  display: block;
  margin: 0 auto;


  }

.contactbox .textbox .text01{
  font-size: 30px;
  color: #4d4d4d;
  font-weight: 600; 
  text-align: center;
  font-family: "Noto Serif JP",serif !important;
  padding-bottom: 10px;

  }


.contactbox .textbox .text02{
  font-size: 45px;
  color: #00a99d;
  font-weight: 600; 
  text-align: center;
  font-family: "Noto Serif JP",serif !important;
  border-bottom: #333333 1.5px solid;
  border-top: #333333 1.5px solid;
  }

  .contactbox .mailbox{
width: auto;
max-width: 960px;
overflow: hidden;
display: inline-block;
margin-top: 30px;


  }

.contactbox .mailbox .mailboxg_l{
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/mail01.webp);
  background-repeat: no-repeat;
  width: 300px;
  height: 80px;
  background-size: cover;
  font-size: 27px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-family: "Noto Serif JP",serif !important;
  display:table-cell;
  vertical-align:middle;  



}

.contactbox .mailbox .mailboxg_r{
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/mail02.webp);
  background-repeat: no-repeat;
  width: 300px;
  height: 80px;
  background-size: cover;
  font-size: 27px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-family: "Noto Serif JP",serif !important;
  display:table-cell;
  vertical-align:middle;
  
}

/* ▲問合せ▲ここまで */

.f40{
font-size: 40px;
font-weight: 600;
color: #000;
font-family: "Noto Serif JP",serif !important;
margin-top: 50px;
margin-bottom: 30px;
text-align: center;
}


.f_contents_box{
  width: auto;
  font-size: 30px;
 border-radius: 3px;
 height: 130px;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-wrap:wrap; 
 overflow: hidden;
 min-height: 320px;

 
}

.f_contents_box .st01{
  width: 320px;
  height: 200px;
  background-color: #fff;
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/common/j_img01.webp);
  background-repeat: no-repeat;
  border: 1px #4d4d4d solid;
  margin: 0 10px;
}

.f_contents_box .st01 p{
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  text-align: center;
  vertical-align: text-bottom;
  position: relative;
 top:160px;
  
}


.f_contents_box .st02{
  width: 320px;
  height: 200px;
  background-color: #fff;
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/common/j_img02.webp);
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  border: 1px #4d4d4d solid;
  margin: 0 10px;
}

.f_contents_box .st02 p{
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  text-align: center;
  vertical-align: text-bottom;
  position: relative;
 top:160px;
  
}

.f_contents_box .st03{
  width: 320px;
  height: 200px;
  background-color: #fff;
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/common/j_img03.webp);
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  border: 1px #4d4d4d solid;
  margin: 0 10px;
}

.f_contents_box .st03 p{
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  text-align: center;
  vertical-align: text-bottom;
  position: relative;
 top:160px;
  
}

.f_contents_box02{
  width: auto;
  font-size: 30px;
 border-radius: 3px;
 height: 130px;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-wrap:wrap; 
 overflow: hidden;
 min-height: 320px;
 
}


.f_contents_box02 .st04{
  width: 320px;
  height: 200px;
  background-color: #fff;
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/common/j_img04.webp);
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  border: 1px #4d4d4d solid;
  margin: 0 10px;
}

.f_contents_box02 .st04 p{
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  text-align: center;
  vertical-align: text-bottom;
  position: relative;
 top:160px;
  
}


.f_contents_box02 .st05{
  width: 320px;
  height: 200px;
  background-color: #fff;
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/common/j_img05.webp);
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  border: 1px #4d4d4d solid;
  margin: 0 10px;
}

.f_contents_box02 .st05 p{
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  text-align: center;
  vertical-align: text-bottom;
  position: relative;
 top:160px;
  
}


.f_contents_box02 .st06{
  width: 320px;
  height: 200px;
  background-color: #fff;
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/common/j_img06.webp);
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  border: 1px #4d4d4d solid;
  margin: 0 10px;
}

.f_contents_box02 .st06 p{
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  text-align: center;
  vertical-align: text-bottom;
  position: relative;
 top:160px;
  
}

.f_contents_box03{
  width: auto;
  font-size: 30px;
 border-radius: 3px;
 height: 130px;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-wrap:wrap; 
 overflow: hidden;
 min-height: 320px;

 
}
.f_contents_box03 .st07{
  width: 320px;
  height: 200px;
  background-color: #fff;
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/common/j_img07.webp);
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  border: 1px #4d4d4d solid;
  margin: 0 10px;
}

.f_contents_box03 .st07 p{
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  text-align: center;
  vertical-align: text-bottom;
  position: relative;
 top:160px;
  
}
 
.f_contents_box03 .st08{
  width: 320px;
  height: 200px;
  background-color: #fff;
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/common/j_img08.webp);
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  border: 1px #4d4d4d solid;
  margin: 0 10px;
}

.f_contents_box03 .st08 p{
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  text-align: center;
  vertical-align: text-bottom;
  position: relative;
 top:160px;
  
}

.f_contents_box03 .st09{
  width: 320px;
  height: 200px;
  background-color: #fff;
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/common/j_img09.webp);
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  border: 1px #4d4d4d solid;
  margin: 0 10px;
}

.f_contents_box03 .st09 p{
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  text-align: center;
  vertical-align: text-bottom;
  position: relative;
 top:160px;
  
}

.rollbox01{
  width: auto;
  min-width: 400px;
  height: 60px;
  background-color: #fff;
  border: #00a99d 5px solid;
  font-size: 30px;
  color: #00a99d;
  font-family: "Noto Serif JP",serif !important;
  text-align: center;
  font-weight: 600;


}

.rollbox02{
  width: auto;
  min-width: 400px;
  height: 60px;
  background-color: #fff;
  border: #662d91 5px solid;
  font-size: 30px;
  color: #662d91;
  font-family: "Noto Serif JP",serif !important;
  text-align: center;
  font-weight: 600;


}

.rollbox03{
  width: auto;
  min-width: 400px;
  height: 60px;
  background-color: #fff;
  border: #c69c6d 5px solid;
  font-size: 30px;
  color: #c69c6d;
  font-family: "Noto Serif JP",serif !important;
  text-align: center;
  font-weight: 600;


}

.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.maru01::before{
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	border: 2px solid #00a99d;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  margin-left: 10px;
}
.maru01::after{
	left: 18px;
	box-sizing: border-box;
	width: auto;
	height: 10px;
	border: 5px solid transparent;
	border-left: 10px solid #00a99d;
}

.maru02::before{
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	border: 2px solid #662d91;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  margin-left: 10px;
}
.maru02::after{
	left: 18px;
	box-sizing: border-box;
	width: auto;
	height: 10px;
	border: 5px solid transparent;
	border-left: 10px solid #662d91;
}

.maru03::before{
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	border: 2px solid #c69c6d;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  margin-left: 10px;
}
.maru03::after{
	left: 18px;
	box-sizing: border-box;
	width: auto;
	height: 10px;
	border: 5px solid transparent;
	border-left: 10px solid #c69c6d;
}

.maru04::before{
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	border: 2px solid #2e3192;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  margin-left: 10px;
}
.maru04::after{
	left: 18px;
	box-sizing: border-box;
	width: auto;
	height: 10px;
	border: 5px solid transparent;
	border-left: 10px solid #2e3192;
}

.map{
  margin: 0 calc(50% - 50vw);
  /* padding: 0em calc(50vw - 50%); */
  background-color: #fff;
    top:-55px;
    height: 420px;
    margin-top: 80px;
    text-align: center;
}

.gfooter_navi {
  margin: 0 calc(50% - 50vw);
  /* padding: 0em calc(50vw - 50%); */
  background-color: #00a99d;
 text-align: center;
 padding-top: 5px;
  
}

.gfooter_navi .logo{
font-size: 30px;
color: #fff;
font-family:  "Noto Serif JP", serif !important;
font-weight: 600;
margin-top: 30px;
  
}

.gfooter_navi ul {
  display: flex;
  list-style: none;
  font-family:  "Noto Serif JP", serif !important;
 margin-left: 0px;
    margin-right: 20px;
     width: auto;
     color: #fff;
     justify-content: center;
     height: 60px;
   
  
}

.gfooter_navi li+li{
  position: relative;
  
}
.gfooter_navi li+li::before{
  content: "";
  display: block;
  height: 1em;
  border-left: 1px solid #fff;
  position: absolute;
  top: -15px;
  bottom: 0;
  margin: auto;
}



.gfooter_navi ul li:first-child a{
  font-family:  "Noto Serif JP", serif !important;
  text-align: left;
  padding: 0;
  font-size:16px;
  color:#fff;
   letter-spacing: 0.8px;
  text-decoration: none;
  padding-right: 5px;
  font-weight: 500;
}
.gfooter_navi ul li:last-child a{
text-align: left;
padding: 0;
font-size:16px;
color:#fff;
letter-spacing: 0.8px;
font-weight: 500;
text-decoration: none;
padding-right: 0px;
}


.gfooter_navi ul li a{
text-align: left;
padding: 0 ;
font-size:16px;
color:#fff;
letter-spacing: 0.8px;
margin-left:10px;
font-weight: 500;
text-decoration: none;
padding-right: 5px; 
  }

.gfooter_navi ul li a:hover{
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
}

.gfooter_box{
  width: auto;
  max-width: 960px;
  text-align: center;
  display: flex; 
  flex-wrap: wrap;
  justify-content:space-between; 
  margin: 40px auto;
  
  
  }

.gfooter_box .box01{
  width: auto;
  min-width: 350px;
  }

.gfooter_box p{
  color: #000;
text-align: center;
font-family:  "Noto Serif JP", serif !important;
font-weight: 600;
font-size: 25px;
margin: 0;
}

.gfooter_box  .tel{
 color: #c1272d;
 font-size: 36px;
 font-weight: 800;
 font-family:  "Noto Serif JP", serif !important;
 margin-top: 10px;
 margin-bottom: 20px;
}

.gfooter_box  .tel a,a:hover{
  color: #c1272d;
 }

.gfooter_box  .tel02{
  color: #1eaa39;
  font-size: 36px;
  font-weight: 800;
  font-family:  "Noto Serif JP", serif !important;
  margin-top: 10px;
 }
 
 .gfooter_box  .tel02 a,a:hover{
  color: #1eaa39;
 }

 footer hr{
  width: 100%;
  border: 1.5px #4d4d4d solid;
  margin-bottom: 30px;
 }
 
.fsmall{
  font-size: 1.3rem;
}

.fbold{
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 15px;
}

.timebox{
  padding: 8px 19px;
  margin: 2em 0;
  color: #ffffff;
  font-size: 24px;
  background: #c1272d;
  border-radius: 30px;
  text-align: center;
  font-weight: 800;
  
}


.pc-imges { display: block !important; }
.sp-imges { display: none !important; }

hr{
  background-color:#00a29a;
  height: 2px;
  width: 80%;
  border: none;
  float: left;
 
}
.br-sp{
display: none;    
}

.sp{
  display: none;
}

.pc{
  display: block;
}

.ip{
   display: none;
    }

/*上に戻るボタンカスタマイズ*/
.page_top_btn {

  /*ボタンの大きさ*/
  width: 55px;
  height: 55px;
  
  /*ボーダーの種類と色*/
  border: solid #fff ;
  
  /*ボタンの背景色*/
  background:#00a99d;
  
  /*ボタンの丸み*/
  border-radius: 50%;
  
  /*ボタンの中の画像（デフォルトのもの）*/
   background-image: var(--ver_page_top_button_url);
  
  /*ボタンの中の画像サイズと位置など*/
  background-size:50%;
  background-repeat: no-repeat;
  background-position: center;
  /*シャドウ効果なし*/
   box-shadow: none;
  }

  /*====================================================================
.s_05 .accordion_one
====================================================================*/
 .s_05 .accordion_one {
  max-width: 850px;
  margin: 0 auto;
  }
  .s_05 .accordion_one .accordion_header {
  background-color: #fff;
  color: #00a99d;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-left: 2px solid #00a99d;
  border-right: 2px solid #00a99d;
  border-bottom: 2px solid #00a99d;
  border-top: 2px solid #00a99d;
  }


  
  .s_05 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #00a99d;
  }
  .s_05 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #fff;
  }
  .s_05 .accordion_one .accordion_header:hover {
  opacity: .8;
  }
  .s_05 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #00a99d;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  }
  .s_05 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
  left: 3px;
  }
  .s_05 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  }
  .s_05 .accordion_one .accordion_header .i_box .one_i:before, .s_05 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #00a99d;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  }
  .s_05 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
  }
  .s_05 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
  }
  .s_05 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
  .s_05 .accordion_one .accordion_inner {
  display: none;
  padding: 20px 30px;
  border-left: 2px solid #00a99d;
  border-right: 2px solid #00a99d;
  border-bottom: 2px solid #00a99d;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  }

    .s_05 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #00a99d;
  border-right: 2px solid #00a99d;
  border-bottom: 2px solid #00a99d;
  }
  .s_05 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #00a99d;
  border-right: 2px solid #00a99d;
  border-bottom: 2px solid #00a99d;
  }
  .s_05 .accordion_one .accordion_inner .box_one {
  overflow: hidden;
  }
  .s_05 .accordion_one .accordion_inner .box_one02 {
    overflow: hidden;
    padding-left: 80px;
    }

  .s_05 .accordion_one .accordion_inner p.txt_a_ac {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-top: 20px;
  }
  
  .s_05 .accordion_one .accordion_inner p.txt_a_ac02 {
    font-size: 20px;
    line-height: 35px;
    text-align: left;
    margin-top: 20px;
    font-weight: 600;
    }
  .s_05 .accordion_one .accordion_inner .closeArea {
  width: 180px;
  margin: 30px auto;
  }
  .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 15px 15px 15px 20px;
  text-decoration: none;
  line-height: 1.3;
  color: #00a99d;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
  border: #00a99d solid 2px;
  }
  .s_05 .accordion_one:nth-of-type(2) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #fff;
  }
  .s_05 .accordion_one:nth-of-type(3) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #fff;
  }
  .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
  opacity: .8;
  }
  .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  }
  .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 18px;
  height: 18px;
  }
  .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before, .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
  content: '';
  background-color: #00a99d;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  }
  .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
  }

.vk-mobile-nav-menu-btn {
    border-color: #333;
    background: var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat #49ABAB;
   
}

.vk-mobile-nav-menu-btn.menu-open {
    border-color: #333;
    background: var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat #49ABAB;
    
}

  @media screen and (max-width: 1024px) {
  .s_05 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_05 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
    font-size: 14px;
  }
  }
  @media screen and (max-width: 767px) {
  .s_05 .accordion_one .accordion_header {
   
        font-size: 16px;
        text-align: center;
        padding: 8px 60px 8px 15px;
        margin-top: 8px;
      
  }

.chishiki-aco .gbox {
 font-size: 25px;
   }
    }
  
  
  
  .button01{
  width: 360px;
  height: 50px;
  margin: 50px 30px 80px 0px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  float: right;
  text-align: right;
   background-image: url(../img/arrow02.svg);
  background-repeat: no-repeat;
    background-position: right;
  }
  
  .button01 .text{
  width: 360px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  font-family: 'YuGothic', sans-serif  !important;	display: flex;
  vertical-align: middle; 
  margin: 0 24px;
  padding: 10px;
  
  }
  
  .button01 .text img{
  float: right;
  margin-left: 120px;
  }
  
  .s_work-menu {
  width: 960px;
  max-width: 100%;
  margin: 50px auto 40px;
  }
  .s_work-menu ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  justify-content: center;
  
  }
  
  .s_work-menu ul li {
  background: linear-gradient(180deg, #fff 0%, #fff 60%, #808080 40%, #808080 100%);
  margin:0.3rem .2rem;
  padding: 0.5rem 0;
  width: 220px;
  text-align: center;
  font-size: 20px;
  z-index: 1;
  color: #00a99d;
  border: 1px solid #00a99d;
  font-weight: bold;
  
  
  }
  
  .s_work-menu ul li a{
    color: #00a99d;
    text-decoration:none;
  }
  
  .s_work-menu ul li a:hover{
    opacity: 0.7;
  color: #00a99d;
  text-decoration: none;
  
  }
  .s_work-menu p {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  line-height: 3.5rem;
  
  
  }
  
  .s_work-menu .w {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  text-shadow: #000 1px 1px 2px;
  
  }
  
  .s_work-menu p::first-letter {
  font-size: 2rem;
  font-weight: bold;
  
  
  }

  .fs65{
    font-size: 65%;
    vertical-align: 6%;
  }
.f_green{
  color: #00a99d;
}

.f_purple{
  color: #662d91;
}

.f_brown{
  color: #c69c6d;
}

.text-banner
{ background-image: url("https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/s_tel_boseki.webp" );
  width: 73px;
  height: 198px;
  position:fixed; /* バナーを固定位置に配置 */
right: 0px; /* 右端から20ピクセルの位置に設置 */
top: 80px; /* 下端から20ピクセルの位置に設置 */
z-index: 9999; /* 他の要素より前面に表示 */
background-size: contain;
border: 1px solid #00a99d;
 }


.text-banner02
{ 
  background-image: url("https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/s_butsudan.webp" );
  width: 73px;
  height: 198px;
  position: fixed; /* バナーを固定位置に配置 */
right: 0px; /* 右端から20ピクセルの位置に設置 */
top: 300px; /* 下端から20ピクセルの位置に設置 */
z-index: 9999; /* 他の要素より前面に表示 */
background-size: contain;
 }

 .text-banner03
{ 
  background-image: url("https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/s_magokoro.webp" );
  width: 73px;
  height: 198px;
  position: fixed; /* バナーを固定位置に配置 */
right: 0px; /* 右端から20ピクセルの位置に設置 */
top: 520px; /* 下端から20ピクセルの位置に設置 */
z-index: 9999; /* 他の要素より前面に表示 */
background-size: contain;
 }

 .company-tel-header {
  display: block;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 2px;
  z-index: 9999;
  text-align: center;
  padding: 0 auto;
 overflow: hidden;
     background-color: rgba(92, 92, 92, 0.9);
}

.company-header-box {
  text-align: right;
  margin-bottom: 0rem;
  display: flex;
  padding-top: 10px;
  justify-content: space-evenly;
  margin-right: 8%;
  margin: 0 auto;
  max-width: 700px;
  margin-bottom: 10px;
  
  }
 
  
   .company-header-box .h_lbox{
 width: 272px;
  height: 62px;
 background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/f_mail01.webp);
background-repeat: no-repeat;
background-size:contain;
margin:0 ;

}

.company-header-box .h_rbox{
  width: 272px;
  height: 62px;
background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/f_mitsumori01.webp);
background-repeat: no-repeat;
background-size:contain;

}  

.f_title{
    font-size: 35px;
    font-weight: 600;
    color: #1b1464;
    font-family: "Noto Serif JP", serif !important;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #fff;
    width: auto;
    max-width: 445px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
    border: 5px solid #1b1464;
    padding: 1%;
}

.f_title a{
color: #1b1464;
}


.f_title a:hover{
    font-weight: 600;
    color: #150e62;
    opacity: .8;
    
}





  @media screen and (min-width:992px) and ( max-width:1199px) {
 
    .newsbox01 {
      margin-bottom: 0px;
    }
/* グループここから▼ */
.f_contents_box,.f_contents_box02,.f_contents_box03{
  width: auto;
 min-height: 300px;
}

.f_contents_box .st01, .f_contents_box .st02, .f_contents_box .st03,.f_contents_box02 .st04,.f_contents_box02 .st05,.f_contents_box02 .st06,.f_contents_box03 .st07,.f_contents_box03 .st08,.f_contents_box03 .st09{
  width: auto;
  max-width: 300px;
  background-size: contain;
  height: 190px;
  min-width: 280px;
}

.f_contents_box .st01 p,.f_contents_box .st02 p,.f_contents_box .st03 p,.f_contents_box02 .st04 p,.f_contents_box02 .st05 p,.f_contents_box02 .st06 p,.f_contents_box03 .st07 p,.f_contents_box03 .st08 p,.f_contents_box03 .st09 p{
  top: 145px;
  font-size: 17px;
}

.rollbox01, .rollbox02, .rollbox03{
  min-width: 250px;
  height: 50px;
  font-size: 20px;
  line-height: 40px;
}


.maru01::before{
	width: 23px;
	height: 23px;
	border: 1px solid #00a99d;
	margin-left: 10px;
}
.maru01::after, .maru02::after, .maru03::after, .maru04::after {
	left: 18px;
	width: 23px;
	
}

.maru02::before{
	width: 23px;
	height: 23px;
	border: 1px solid #662d91;
 margin-left: 10px;
}


.maru03::before{
	width: 23px;
	height: 23px;
	border: 1px solid #c69c6d;
  margin-left: 10px;
}




.maru04::before{
	width: 23px;
	height: 23px;
	border: 1px solid #2e3192;
  margin-left: 10px;
}

.f_box{
  width: auto;
  max-width: 960px;
  margin: 0 auto;

  
}
.f_title{
  font-size: 25px;
    font-weight: 600; 
    color: #1b1464;
    font-family: "Noto Serif JP", serif !important;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #fff;
    width: auto;
    max-width: 334px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
    border: 5px solid #1b1464;
}


   
/* グループここまで▲ */
      
  }
  @media screen and (min-width:768px) and ( max-width:991px) {
    .newsbox01{
      padding: 20px;
    margin-bottom: 20px;
     
    }
    
     
    .newsbox01 hr{
        width: 80%;   
    }
    .contents_box{
      display: block;
      height: 100%;
      padding-bottom: 20px;
      padding-top: 20px;
      margin: 0 calc(50% - 50vw);
      text-align: center;
   }
  
  .contents_box a{
    display: inline-block;
    text-decoration:none;
   
  }
  
  .contents_box a:hover{
    opacity: .3;
  }
  
  
  .contents_box .rbox{
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
  border: 7px solid #c69c6d;
  color: #666666;
  background-color: #fff;
  font-size: 22px;
  font-family:  "Noto Serif JP", serif !important;
  width: 200px;
  height: 70px;
  margin: 5px;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  
  }
  
  .contents_box .cbox{
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
  border: 7px solid #662d91;
  color: #666666;
  background-color: #fff;
  font-size: 22px;
  font-family:  "Noto Serif JP", serif !important;
  width: 200px;
  height: 70px;
  margin: 5px;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  
  }
  
  .contents_box .lbox{
    display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
   border: 7px solid #00a99d;
  color: #666666;
  background-color: #fff;
  font-size: 22px;
  font-family:  "Noto Serif JP", serif !important;
  width: 200px;
  height: 70px;
  margin: 5px;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  }
  
  .contents_box .f13{
  font-size: 13px;
  font-family:  "Noto Sans JP", serif !important;
  color: #666666;
  margin-bottom: 5px;
  }
  
.top_contents{
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  width: auto;
 overflow: hidden;
  align-items: center;
  text-align: center;
  background-color: #fff;
  padding: 3%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  background-color: rgba(255, 255, 255, 0.4);
  padding-bottom: 10%;

 
}

.top_contents h1{
  font-size: 37px;
  color: #8c6239;
  font-family:  "Noto Serif JP", serif !important;
font-weight: 400;
width: auto;
margin-bottom: 30px;
letter-spacing: 0;

}

.top_contents p{
font-size: 18px;
    color: #000;
    font-family:  "Noto Sans JP", serif !important;
    font-weight: 300;
  margin: 0 auto;
  align-items: top;
  text-align: center;
  width: auto;
  max-width: 900px;
    }

    .s_contents01 .title{
      font-size: 45px;
      line-height: 64px;
    
      }

      .s_contents01 .text{
        font-size: 16px;
        width: auto;
        max-width: 900px;
        min-width: 550px;
        margin: 0 10%;
        margin-top: 30px;
        text-align: justify;
        }

        .s_05 .accordion_one {
          max-width: 720px;
          margin: 0 auto;
          }






/* ▼墓地情報▼ */
.bochi_box{
  width: auto;
  max-width: 500px;
 }

.bochi_box .rbox02 p{
  font-size: 26px;
 }


/* ▲墓地情報▲　ここまで */
/* 選ばれる理由 */
.choice_box{
  width: auto;
  max-width: 1000px;
  margin: 80px auto ;
  text-align: center;
  }
  
  .choice_box .contents01{
    width: auto;
    max-width: 1000px;
    max-height: 450px;
    }
    
  .choice_box .contents01 .title{
    font-size: 36px;
    width: auto;
    overflow: hidden;
    font-family: "Noto Serif JP",serif !important;
    color: #666666;
    margin-bottom: 50px;
    }
    .choice_box .contents01 .title img{
      width: 40px;
      }
  
   
  .choice_box .contents01 .lbox{
    width: auto;
    max-width: 440px;
    overflow: hidden;
    min-height: 300px;
    background-color: #e8f7f6;
    margin-top: 50px;
    position: relative;
    z-index: 2;
  }
  
  .choice_box .contents01 .lbox .title{
    font-size: 35px;
    font-family: "Noto Serif JP",serif !important;
    font-weight: 500;
    color: #009245;
   padding-left: 20px;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 0;
  }
  
  .choice_box .contents01 .lbox p{
    width: auto;
    font-size: 16px;
    font-family: "Noto Sans JP",serif !important;
    font-weight: 300;
    color: #000;
    text-align: left;
    padding: 5% 5% 0 5%;
    line-height: 22px;
  }
  
  .choice_box  .contents01 .lbox .inner{
    width: 80px;
    height: 80px;
    background-color: #00a99d;
    float: left;
    position: relative;
  margin-top: 30px;
  
  }
  .choice_box .contents01 .lbox .inner .text{
  font-size: 50px;
  font-family: "Noto Serif JP",serif !important;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  position: relative;
  top: -5%;
  }
  
  .choice_box .contents01 .rbox{
    width: auto;
    position: relative;
    left: 220px;
    top:-200px;
    z-index: 1;
    margin: 0 ;
    }
  
  
  /* 選ばれる理由ここまで */

  .contactbox{
    margin: 0 calc(50% - 50vw);
    padding: 1em calc(50vw - 50%);
    background-color: #fff;
      top:-55px;
      box-shadow: 10px 1px 10px 2px rgba(0,0,0,0.3);
      height: 210px;
      margin-top: 45px;
      text-align: center;
   }
    
    .contactbox .textbox{
      width: auto;
      max-width: 960px;
      display: block;
      margin: 0 auto;
     }
  
    .contactbox .textbox .text01{
      font-size: 24px;
      line-height: 43px;
      
   }
      
    .contactbox .textbox .text02{
      font-size: 35px;
      color: #00a99d;
      font-weight: 600; 
      text-align: center;
      font-family: "Noto Serif JP",serif !important;
      border-bottom: #333333 1.5px solid;
      border-top: #333333 1.5px solid;
      }
    
      .contactbox .mailbox{
    width: auto;
    max-width: 960px;
    overflow: hidden;
    display: inline-block;
    margin-top: 30px;
    
    
      }
    
  .contactbox .mailbox .mailboxg_r,
    .contactbox .mailbox .mailboxg_l {
    width: 250px;
        height: 50px;
        background-size: cover;
        font-size: 20px;
        margin:0 10px;
  
  }
  
  
  /* ▲問合せ▲ここまで */

  .f40{
    font-size: 36px;
    font-weight: 600;
    color: #000;
    font-family: "Noto Serif JP",serif !important;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    }
/* グループここから▼ */
.f_contents_box,.f_contents_box02,.f_contents_box03{
  width: auto;
 min-height: 250px;
}

.f_contents_box .st01, .f_contents_box .st02, .f_contents_box .st03 {
  width: auto;
  max-width: 200px;
  background-size: contain;
  height: 140px;
  min-width: 200px;
}

.f_contents_box .st01 p, .f_contents_box02 .st06 p{
  top: 102px;
        font-size: 16px;
        /* transform: scale(0.9, 1); */
        width: 100%;
        line-height: 16px;
}

.f_contents_box .st03 p,.f_contents_box02 .st04 p, .f_contents_box02 .st05 p,.f_contents_box .st02 p,.f_contents_box03 .st07 p, .f_contents_box03 .st08 p,.f_contents_box03 .st09 p{
  top: 100px;
  font-size: 16px;
}


.f_contents_box02 .st04,.f_contents_box02 .st05,.f_contents_box02 .st06,.f_contents_box03 .st07,.f_contents_box03 .st08,.f_contents_box03 .st09{
  width: auto;
  max-width: 200px;
  background-size: contain;
  height: 140px;
  min-width: 200px;
}

.rollbox01, .rollbox02, .rollbox03{
  min-width: 200px;
  height: 50px;
  font-size: 20px;
  line-height: 40px;
}

.maru01::before{
	width: 23px;
	height: 23px;
	border: 1px solid #00a99d;
	margin-left: 10px;
}

.maru02::before{
	width: 23px;
	height: 23px;
	border: 1px solid #662d91;
 margin-left: 10px;
}


.maru03::before{
	width: 23px;
	height: 23px;
	border: 1px solid #c69c6d;
  margin-left: 10px;
}

.maru04::before{
	width: 23px;
	height: 23px;
	border: 1px solid #2e3192;
  margin-left: 10px;
}

.maru01::after, .maru02::after, .maru03::after, .maru04::after{
	left: 18px;
	width: 23px;
	
}

/* 事業内容 ===========================*/
.s_jigyou-box {
  width: auto;
  max-width: 900px;
  overflow: hidden;  
  margin: 0 auto;
  display: flex;
     
    }
  
    .s_jigyou-box .rbox{
   width: 420px;
  height: 380px;
  float: left;
  
       }
  
       .s_jigyou-box .rbox img{
       width: auto;
  max-width:407px;
  height: 361px;
  float: left;
  margin-top: 80px;
  
       }
      
    .s_jigyou-box .lbox{
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/gyoumu_b01.webp);
  background-repeat: no-repeat;
  width: 460px;
  height: 384px;
  float: left;
  margin-left: 0px;
  margin-top: 50px;
    }
  .s_jigyou-box .lbox h4{
  font-size: 30px;
  font-weight: 600;
  font-family: serif;
  margin-top: 25px;
  margin-bottom: 22px;
  padding-left: 80px;
  padding-top: 0;
  background-color: transparent;
  
  }
  
  .s_jigyou-box .lbox .text{
      display: block;
  width: auto;
  max-width: 440px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    padding-left: 80px;
    text-align: justify;
    min-width: 370px;
    margin-right: 5%;
  }
  /* 事業内容right */
  .s_jigyou-box02 {
            width: auto;
        max-width: 900px;
        overflow: hidden;
        margin: 0 auto;
        display: flex;
      }
  
      .s_jigyou-box02 .rbox{
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/gyoumu_b01.webp);
    background-repeat: no-repeat;
    width: 460px;
    height: 384px;
    float: left;
    margin-right: 0px;
    margin-top: 50px;
  
    
   }
  
   .s_jigyou-box02 .lbox img{
   width: auto;
        max-width: 376px;
        float: right;
 
   }
   
      .s_jigyou-box02 .lbox{
  width: auto;
    max-width:420px;
    height: 350px;
    float: left;
    margin-top: 80px;
    
      }

    .s_jigyou-box02 .rbox h4{
    font-size: 30px;
    font-weight: 600;
    font-family: serif;
    margin-top: 20px;
    margin-bottom: 22px;
    padding-left: 80px;
    padding-top: 0;
     background-color: transparent;
    
   }
  
   .s_jigyou-box02 .rbox .text{
  display: block;
        width: auto;
        max-width: 440px;
        font-size: 16px;
        line-height: 26px;
        color: #000;
        padding-left: 80px;
        text-align: justify;
        min-width: 370px;
        margin-right: 5%;
    }
  
    .s_jigyou-box03 {
      width: 960px;
      overflow: hidden;  
      margin: 0 auto;
   
  }
    
  .s_jigyou-box03 .rbox{
       width: 420px;
      overflow: hidden;
      float: left;
      
     }
    
     .s_jigyou-box03 .rbox img{
     width: auto;
      max-width:407px;
      height: 361px;
      float: left;
      margin-top: 80px;
   }
    
  .s_jigyou-box03 .lbox{
    
      background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/gyoumu_b01_02.webp);
      background-repeat: no-repeat;
      width: 460px;
      height: 384px;
      float: left;
      margin-left: 60px;
      margin-top: 50px;
  }
      .s_jigyou-box03 .lbox h4{
      font-size: 30px;
      font-weight: 600;
      font-family: serif;
      margin-top: 25px;
      margin-bottom: 22px;
      padding-left: 80px;
      letter-spacing: -2px;
      padding-top: 0;
      background-color: transparent;
     }
  
       
     .s_jigyou-box03 .lbox .text{
    display: block;
    width: auto;
    max-width: 400px;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  padding-left: 80px;
      }

/* 施工事例 */

.s02_contents01{
  width: auto;
  max-width: 960px;
  margin: 0 auto;
  
  }
  
  .s02_contents01 .title{
  font-size: 45px;
  line-height: 64px;
  }
  
 
      .s02_contents01 .text{
        font-size: 16px;
        width: auto;
        max-width: 900px;
        min-width: 550px;
        margin: 0 10%;
        margin-top: 30px;
        text-align: justify;
        }


   .s02_contents01 .text02 {
        font-size: 16px;
        width: auto;
        max-width: 900px;
        min-width: 550px;
        margin: 0 10%;
        margin-top: 30px;
        text-align: justify;
    }
  
     .s02_contents01 .text03{
  font-family: "Noto serif JP",serif !important;
  text-align: right;
    font-size: 18px;
    width: auto;
    max-width: 900px;
    margin: 0 auto;
    color: #000;
    font-weight: 500;
    border-bottom: none;
 
  }
     
  
  .s02_box01{
  background-color: #fafafa;
  width: auto;
  max-width: 900px;
  overflow: hidden;
  min-height: 700px;
  margin:0 auto ;
  margin-top: 50px;}
  
  .s02_box01 .cbox{
  width: auto;
  max-width: 750px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  margin: 0 auto;
  position: relative;
  top:-90px;
  left:30px;
  }
  
  
/* 施工事例ここまで */

/* 展示場 */


.tenji_box{
  width: auto;
  max-width: 550px;
  background-color: #fafafa;
  padding: 3%;
  margin: 3% auto;
  display: flex;
  flex-wrap: wrap;
 justify-content: center;
 
}

.tenji_box .textbox{
  width: auto;
  display: block;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
}

.tenji_box .textbox .title{
  font-size: 30px;
  color: #000;
  font-family:  "Noto Sans JP", serif !important;
  padding-bottom: 10px;
  font-weight: 600;
}

.tenji_box .textbox .text{
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-family:  "Noto Sans JP", serif !important;
  padding-bottom: 10px;

}

.tenji_box .textbox .tel{
  font-size: 35px;
  line-height: 20px;
  color: #c1272d;
  font-weight: 800;
  font-family:  "Noto serif JP", serif !important;
}



.tenji_box .textbox .tel a{
  color: #c1272d;
  }

  .tenji_box .textbox .tel a:hover{
opacity: 0.8;
    }

.fc_b{
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;

}

/* 展示場ここまで */




  
/* グループここまで▲ */

/* お墓が出来るまで */
.o_contentsbox {
width: auto;
max-width: 850px;
overflow: hidden;
text-align: left;
margin: 0 auto;
padding-bottom: 30px;
max-height: 400px;
}

.o_contentsbox .inner{
  width: auto;
  max-width: 500px;
  overflow: hidden;
  text-align: left;
  display: block;
  }

.o_contentsbox img{
 float: right;
 position: relative;
 top: -100px;
 margin: 0 auto;
 }

.o_contentsbox p{
width: auto;
max-width: 400px;
text-align: justify;
font-family:  "Noto sans JP", serif !important;
margin-top: 40px;
color: #000;
padding-left: 20px;
}

.ttl {
  width: auto;
  max-width: 560px;
  min-width: 700px;
  position: relative;
  font-size: 35px;
  font-family:  "Noto serif JP", serif !important;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-weight: 400;
  background-color: #00a99d;
  }

  .ttl::after {
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 56%;
  margin: 0 0 0 -50px;
  border: 20px solid transparent;
  border-top-color: #00a99d;
  content: '';
  }
  
  .ttl .text{
    font-size: 28px;
    padding-right: 2px;
  } 


/* お墓が出来るまでここまで▲ */

/* お墓の知識 */

 .s_chishiki-box {
  width: auto;
  margin: 0;
     }

/* お墓の知識ここまで */

.f_box{
  width: auto;
  max-width: 850px;
  margin: 0 auto;

}
.map{
  margin: 0 calc(50% - 50vw);
  /* padding: 0em calc(50vw - 50%); */
  background-color: #fff;
    top:-55px;
    height: 250px;
    margin-top: 80px;
    text-align: center;
}

.gfooter_navi {
  margin: 0 calc(50% - 50vw);
  /* padding: 0em calc(50vw - 50%); */
  background-color: #00a99d;
    height: 100px;
text-align: center;

}

.gfooter_navi .logo{
font-size: 25px;
color: #fff;
font-family:  "Noto Serif JP", serif !important;
font-weight: 600;
float: none;
margin-left: 0%;
margin-top: 0px;
padding-top: 10px;
  
}
.gfooter_navi ul li a{
       margin-top: 16px;        
  }   

.gfooter_navi ul {
display: flex;
list-style: none;
font-family:  "Noto Serif JP", serif !important;
float: none;
 width: auto;
 color: #fff;
 margin: 0 calc(50% - 50vw);
 margin: 0 auto;
 justify-content: center;
 height: auto;
 padding-bottom: 16px;
 align-items: center;
 flex-wrap: wrap;
 padding-left: 0px;


}

.gfooter_navi li+li::before{
  top: 0px;
}

.gfooter_navi ul li:first-child a{
  font-size:15px;      
  margin-top: 8px; 
   

  
}


.gfooter_navi ul li:last-child a{
font-size:15px;
margin-top: 8px;

}
.gfooter_navi ul li a{
font-size:15px;
margin-top: 8px;
  
}

.gfooter_box{
  width: auto;
        max-width: 650px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 50px auto;
 
  
  }

.gfooter_box .box01{
  width: auto;
  min-width: 350px;
  }

.gfooter_box p{
  color: #000;
text-align: center;
font-family:  "Noto Serif JP", serif !important;
font-weight: 600;
font-size: 25px;
margin: 0;
margin-top: 30px;
}

.gfooter_box  .tel{
 color: #c1272d;
 font-size: 30px;
 font-weight: 800;
 font-family:  "Noto Serif JP", serif !important;
 margin-top: 10px;
 margin-bottom: 20px;
}

.gfooter_box  .tel02{
  color: #1eaa39;
  font-size: 30px;
  font-weight: 800;
  font-family:  "Noto Serif JP", serif !important;
  margin-top: 10px;
 }

 .gfooter_box  img{
min-width: 150px;
height: auto; 
margin-bottom: 20px;
}
 
footer hr{
  display: none;
   }
 
.fsmall{
  font-size: 1.3rem;
}

.fbold{
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 15px;
}

.timebox{
  padding: 8px 19px;
  margin: 2em 0;
  color: #ffffff;
  font-size: 24px;
  background: #c1272d;
  border-radius: 30px;
  text-align: center;
  font-weight: 800;
  
}

 .r_contents{
  width: auto;
  max-width: 960px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 0px;
  }

 .r_contents .box01{
  width: auto;
  max-width: 800px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  }
  
  .r_contents .title{
  width: 100%;
  border-bottom: #00a99d 1px solid;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  font-family:  "Noto Serif JP", serif !important;
  padding-left: 0px;
   }
  
  .r_contents .mark{
    float: none;

        display: block;
        position: relative;
        top: 104px;
        left: 50px;
      
     }

  .b_menu {
    width: auto;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 0px;
    }
     .b_menu ul li02 {
    width: 260px;
}

.s02_contents01 .text03 {
    
    margin-right: 10%;
}

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


.f_title{
font-size: 25px;
    font-weight: 600;
    color: #1b1464;
    font-family: "Noto Serif JP", serif !important;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #fff;
    width: auto;
    max-width: 328px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
    border: 5px solid #1b1464;
}



}
  
@media (max-width:768px) {

  .page-header-title, h1.page-header-title {
     font-size: 24px;
     letter-spacing: 5px;
  
}

.page-header {
    height: 100px;
}
  .newsbox01{
    padding: 20px;
  margin-bottom: 20px;
  margin: 0 ;
   
  }
  
   
  .newsbox01 hr{
      width: 100%;   
  }
  
  .contents_box{
    display: block;
    height: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0 calc(50% - 50vw);
    text-align: center;
 }

.contents_box a{
  display: inline-block;
  text-decoration:none;
 
}

.contents_box a:hover{
  opacity: .3;
}


.contents_box .rbox{
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
border: 7px solid #c69c6d;
color: #666666;
background-color: #fff;
font-size: 22px;
font-family:  "Noto Serif JP", serif !important;
width: 200px;
height: 70px;
margin: 5px;
box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
font-weight: bold;

}

.contents_box .cbox{
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
border: 7px solid #662d91;
color: #666666;
background-color: #fff;
font-size: 22px;
font-family:  "Noto Serif JP", serif !important;
width: 200px;
height: 70px;
margin: 5px;
box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
font-weight: bold;

}

.contents_box .lbox{
  display: flex;
flex-direction:column;
align-items: center;
justify-content: center;
 border: 7px solid #00a99d;
color: #666666;
background-color: #fff;
font-size: 22px;
font-family:  "Noto Serif JP", serif !important;
width: 200px;
height: 70px;
margin: 5px;
box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
font-weight: bold;
}

.contents_box .f13{
font-size: 13px;
font-family:  "Noto Sans JP", serif !important;
color: #666666;
margin-bottom: 5px;
}


.s_work-menu p {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  line-height: 2.5rem;
  
  
  }
  
  .s_work-menu .w {
  color: #fff;
  font-size: 1.0rem;
  font-weight: 400;
  text-shadow: #000 1px 1px 2px;
  
  }
  
  .s_work-menu p::first-letter {
  font-size: 1.5rem;
  font-weight: bold;
  
  
  }


  /* 最新情報ここから */
  .conbox01{
    width: 100%;
    display: flex; 
    margin: 0 20px 0 0;
    flex-direction: column;
    
  }
  
  
  .conbox01 .text02{
    width: 150px;
    height: auto;
    margin: 18.5px 14px 0px 0;
     font-size: 13px;
     font-family: "Noto Sans JP", serif !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3b3b3b;
    
  }
  
  .conbox01 .text03 {
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    font-family: 'YuGothic', sans-serif !important;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  
  
  .conbox01 .bra{
    width: auto;
    max-width: 180px;
    min-width: 130px;
    height: 26px;
    text-align: center;
    margin-bottom: 0;
  
  }
  
  .conbox01 .gre{
    width: auto;
    max-width: 180px;
    min-width: 130px;
    height: 26px;
    text-align: center;
    margin-bottom: 0;
  }
    
    .conbox01 .pur{
      width: auto;
      max-width: 180px;
      min-width: 130px;
      height: 26px;
      text-align: center;
      margin-bottom: 0;
    
    }
  
    .conbox01 .navy{
      width: auto;
      max-width: 180px;
      min-width: 130px;
      height: 26px;
      text-align: center;
      margin-bottom: 0;
      
       }


        .s_contents01 .title{
      font-size: 30px;
      line-height: 38px;
    
      }

      .s_contents01 .text{
        font-size: 16px;
        width: auto;
        max-width: 700px;
        min-width: 250px;
        margin: 0 10%;
        margin-top: 20px;
        text-align: justify;
        }

        .s_05 .accordion_one {
          max-width: 720px;
          margin: 0 5%;
          }


          
/* 事業内容 ===========================*/
.s_jigyou-box {
  width: auto;
  max-width: 700px;
  overflow: hidden;  
  margin: 0 auto;
  display: flex;
 flex-wrap: wrap;
 justify-content: center;     
    }
  
    .s_jigyou-box .rbox{
   width: auto;
        height: 350px;
        float: none;
        display: flex;
        max-width: 440px;
        min-width: 368px;
  
       }
  
       .s_jigyou-box .rbox img{
       width: 100%;
        max-width: 460px;
        max-height: 384px;
        /* float: none; */
        margin-top: 0px;
        background-size: cover;
  
       }
      
    .s_jigyou-box .lbox{
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/gyoumu_b01.webp);
  background-repeat: no-repeat;
  width: auto;
        max-height: 330px;
        float: left;
        margin-left: 0px;
        margin-top: 50px;
        max-width: 440px;
        min-width: 368px;
    }
  .s_jigyou-box .lbox h4{
  font-size: 25px;
  font-weight: 600;
  font-family: serif;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-left: 80px;
  padding-top: 0;
  background-color: transparent;
  
  }
  
  .s_jigyou-box .lbox .text{
      display: block;
  width: auto;
  max-width: 400px;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    padding-left: 80px;
    text-align: justify;
    min-width: 340px;
    margin-right: 7%;
  }


.jigyou-aco h1{
  font-size: 30px;
  margin:  0;

}

.jigyou-aco .text02{
width: 50%;}


.jigyou-aco h3 {
    font-size: 30px;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
    margin: 20px 0;}

.jigyou-aco .text{
font-size: 20px;
font-weight: 600;
line-height: 2em;
font-family:sans-serif;
color: #000;
text-align: left;
margin-left: 0px;
}


.jigyou-aco .text img{
width: 20px;
position: relative;
top: -10px;
}

.jigyou-aco .text01 {
    font-size: 24px;
        font-weight: 800;
        line-height: 2em;
        font-family: sans-serif;
        color: #000;
        text-align: center;
        margin-top: 20px;
        text-decoration-line: underline;
        text-decoration-style: wavy;
        text-decoration-color: #ff0000;
        text-decoration-thickness: 2px;
        text-underline-offset: 9px;
        margin-bottom: 15px;
}

.jigyou-aco .gbox {
    font-size: 23px;

}

.jigyou-aco .title {
    font-size: 30px;}


.jigyou-aco .text03 {
    font-size: 18px;
    margin-left: 0%;
}
.jigyou-aco .ore {
   font-size: 26px;
   font-weight: 800;
   text-align: center;
   line-height: 32px;
}

.jigyou-aco .ore::after {
    display: none;
}
.jigyou-aco .ore::before{
   display: none;
}

.jigyou_gbox .kai_text {
   font-size: 20px;
  line-height: 36px;
   font-weight: 600;
  
  }
 .jigyou-aco .price {
    font-size: 34px;}

.button_sekou {
    width: auto;
       font-size: 16px;
       margin: 0px auto;
       
}

  /* 事業内容right */
  .s_jigyou-box02 {
       width: auto;
        max-width: 700px;
        overflow: hidden;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }
  
      .s_jigyou-box02 .rbox{
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/gyoumu_b01.webp);
    background-repeat: no-repeat;
        width: auto;
        max-height: 330px;
        float: left;
        margin-left: 0px;
        margin-top: 50px;
        max-width: 440px;
        min-width: 368px;
        margin: 0 ;
        margin-top: 50px;
  
    
   }
  
   .s_jigyou-box02 .lbox img{
           width: 100%;
        max-width: 460px;
       max-height: 384px;
        /* float: none; */
        margin-top: 0px;
        background-size: cover;
 
       
   }
  
      .s_jigyou-box02 .lbox{
  width: auto;
    max-width:420px;
    height: 350px;
    float: left;
    margin-top: 0px;
    
      }
    .s_jigyou-box02 .rbox h4{
   font-size: 25px;
        font-weight: 600;
        font-family: serif;
        margin-top: 25px;
        margin-bottom: 20px;
        padding-left: 80px;
        padding-top: 0;
        background-color: transparent;
    
   }
  
   .s_jigyou-box02 .rbox .text{
          display: block;
        width: auto;
        max-width: 400px;
        font-size: 14px;
        line-height: 22px;
        color: #000;
        padding-left: 80px;
        text-align: justify;
        min-width: 340px;
        margin-right: 7%;
    }
  
    .s_jigyou-box03 {
      width: 960px;
      overflow: hidden;  
      margin: 0 auto;
   
  }
    
  .s_jigyou-box03 .rbox{
       width: 420px;
      overflow: hidden;
      float: left;
      
     }
    
     .s_jigyou-box03 .rbox img{
     width: auto;
      max-width:407px;
      height: 361px;
      float: left;
      margin-top: 80px;
   }
    
  .s_jigyou-box03 .lbox{
    
      background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/gyoumu_b01_02.webp);
      background-repeat: no-repeat;
      width: 460px;
      height: 384px;
      float: left;
      margin-left: 60px;
      margin-top: 50px;
  }
      .s_jigyou-box03 .lbox h4{
      font-size: 30px;
      font-weight: 600;
      font-family: serif;
      margin-top: 25px;
      margin-bottom: 22px;
      padding-left: 80px;
      letter-spacing: -2px;
      padding-top: 0;
      background-color: transparent;
     }
  
       
     .s_jigyou-box03 .lbox .text{
    display: block;
    width: auto;
    max-width: 400px;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  padding-left: 80px;
      }


.s_work-menu ul li {
  width: auto;
    max-width: 220px;
    min-width: 150px;
  }


 /* ▼墓地情報▼ */
.bochi_box{
  width: auto;
  max-width: 345px;
  overflow: hidden;
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/group/bochi.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto;
  margin-top: 0px;
  height: 90px;

}

.bochi_box .rbox{
  width: 80%;
  background-color: rgba(179, 179, 179, 0.8);
  float: none;
  margin: 0 auto;
}

.bochi_box .rbox02{
  width: auto;
  max-width: 180px;
  background: #fff;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  height: 50px;

}

.bochi_box .rbox02 p{
  font-size: 22px;
 }


/* ▲墓地情報▲　ここまで */  

/* ▼問合せ▼ */
.contactbox{
  margin: 0 calc(50% - 50vw);
  padding: 1em calc(50vw - 50%);
  background-color: #fff;
    top:-55px;
    box-shadow: 10px 1px 10px 2px rgba(0,0,0,0.3);
    height: auto;
    margin-top: 45px;
    text-align: center;
 }
  
  .contactbox .textbox{
    width: auto;
    max-width: 960px;
    display: block;
    margin: 0 auto;
   }

  .contactbox .textbox .text01{
    font-size: 19px;
    line-height: 43px;
 }
  
  .contactbox .textbox .text02{
    font-size: 26px;
    color: #00a99d;
    font-weight: 600; 
    text-align: center;
    font-family: "Noto Serif JP",serif !important;
    border-bottom: #333333 1.5px solid;
    border-top: #333333 1.5px solid;
    }
  
    .contactbox .mailbox{
      width: auto;
      max-width: 960px;
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      row-gap: 20px;
      justify-content: space-evenly;
  
  
    }
  
  .contactbox .mailbox .mailboxg_l,  .contactbox .mailbox .mailboxg_r{
    width: 250px;
        height: 50px;
        background-size: cover;
        font-size: 20px;
        margin:0 10px;
  
  
  }
  
  /* ▲問合せ▲ここまで */

  
  .f40{
    font-size: 30px;
    font-weight: 600;
    color: #000;
    font-family: "Noto Serif JP",serif !important;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    }

/* 展示場 */


.tenji_box{
  width: auto;
  max-width: 550px;
  background-color: #fafafa;
  padding: 3%;
  margin: 3% auto;
  display: flex;
  flex-wrap: wrap;
 justify-content: center;
 
}

.tenji_box .textbox{
  width: auto;
  display: block;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
}

/* 展示場ここまで */

.b_menu ul li02 {
    width: 260px;
}
.r_main h2 {
    font-size: 30px;
    margin: 0px;
    padding: 0px;
  }



  .b_menu {
    width: auto;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 20px;
    }
    .b_menu .text {
  font-size: 1rem;
  
  }
   .b_menu p {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 auto;
    line-height: 2.0rem;
    
    }


/* 施工事例 */

.s02_contents01{
  width: auto;
  max-width: 960px;
  margin: 0 auto;
  
  }
  
   .s02_contents01 .title{
      font-size: 30px;
        line-height: 38px;
        padding-bottom: 0px;
        max-width: 300px;
        min-width: 250px;
        margin: 0 auto;
    
      }

      .s02_contents01 .text{
        font-size: 16px;
        width: auto;
        max-width: 700px;
        min-width: 250px;
        margin: 0 10%;
        margin-top: 20px;
        text-align: justify;
        }


  .s02_contents01 .text02{
    font-size: 1px;
    width: auto;
    max-width: 900px;
    margin: 0 auto;
    color: #000;
    font-weight: 300;
    border-bottom: none;
    text-align: left;
    margin-top: 50px;
  
     }
  
     .s02_contents01 .text03{
   font-family: "Noto serif JP", serif !important;
   text-align: right;
   font-size: 18px;
        width: auto;
        max-width: 900px;
        margin: 0 auto;
        color: #000;
        font-weight: 500;
        border-bottom: none;
        margin-right: 10%;
        margin-top: 20px;
  
  }
     
  
  .s02_box01{
  background-color: #fafafa;
  width: auto;
  max-width: 900px;
  overflow: hidden;
  min-height: 700px;
  margin:0 auto ;
  margin-top: 50px;}
  
  
  .s02_box01 .cbox{
  width: auto;
  max-width: 750px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  margin: 0 auto;
  position: relative;
  top:0px;
  left:30px;

  }
  
.s02_box01 .cbox .box {
    width: auto;
    max-width: 260px;
    min-width: 260px;
    box-shadow: 0 0 6px #808080;
}



 .s02_box01 .tbox {
    height: 90px;
    margin-left: 38px;
    position: relative;}

    .s02_box01 .tbox .title {
    font-size: 20px;
    
      }

  

  
/* 施工事例ここまで */

/* お墓ができるまで */
.o_main h2{
   font-size: 30px;
  margin: 0px auto 0px ;
  letter-spacing: 3px;
}

.o_contentsbox {
width: auto;
max-width: 700px;
overflow: hidden;
text-align: left;
margin: 0 auto;
padding-bottom: 30px;
max-height: 520px;
}

.o_contentsbox .inner{
  width: auto;
  max-width: 500px;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  margin: 0 auto;
  }

.o_contentsbox img{
 float: right;
 position: relative;
 top: 0px;
 margin: 0 auto;
 }


 .ttl {
    width: 100%;
    max-width: 560px;
    position: relative;
    font-size: 25px;
    font-family: "Noto serif JP", serif !important;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 400;
    background-color: #00a99d;
    margin: 0 10px;
}

/* お墓ができるまでここまで */

/* よくある質問 */
.q_main h2 {
    font-size: 30px;
    letter-spacing: 3px;}

.q_main .text{
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;  
  }
  .q_menu ul {
    position: relative;
    top: -30px;
  }

  .q_contents {
   width: auto;
        max-width: 700px;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 0px;
        padding-bottom: 30px;
        background: #fafafa url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/qa_title_b.webp) no-repeat top -10px left 20px / 250px 123px;
    }

.q_contents .title {
    font-size: 19px;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.aco_titlef {
 font-size: 16px;
}

.f22_b {
    font-size: 18px;
}

.s_05 .accordion_one .accordion_inner .box_one02 {
    overflow: hidden;
    padding-left: 10px;
}



/* よくある質問ここまで */


/* グループここから▼ */
.f_contents_box,.f_contents_box02,.f_contents_box03{
  width: auto;
 min-height: 800px;
 align-items: flex-start;
 justify-content: center;
 align-content: flex-start;
}

.f_contents_box .st01, .f_contents_box .st02, .f_contents_box .st03 {
  width: auto;
  max-width: 600px;
  background-size: contain;
  height: 205px;
  min-width: 345px;
  margin-bottom: 20px;
}

.f_contents_box .st01 p{
  top: 172px;
  font-size: 16px;
  transform: scale(1, 1);
  width: 100%;
}

.f_contents_box .st02 p, .f_contents_box .st03 p,.f_contents_box02 .st04 p, .f_contents_box02 .st05 p,.f_contents_box02 .st06 p,.f_contents_box03 .st07 p, .f_contents_box03 .st08 p,.f_contents_box03 .st09 p{
  top: 172px;
  font-size: 16px;
}


.f_contents_box02 .st04,.f_contents_box02 .st05,.f_contents_box02 .st06,.f_contents_box03 .st07,.f_contents_box03 .st08,.f_contents_box03 .st09{
  width: auto;
  max-width: 600px;
  background-size: contain;
  height: 205px;
  min-width: 345px;
  margin-bottom: 20px;
}


.rollbox01, .rollbox02, .rollbox03{
  min-width: 200px;
  max-width: 80%;
  font-size: 20px;
  line-height: 46px;
  margin: 0 auto;
}

.maru01::before{
	width: 20px;
	height: 20px;
	border: 1px solid #00a99d;
	margin-left: 10px;
}

.maru02::before{
	width: 20px;
	height: 20px;
	border: 1px solid #662d91;
 margin-left: 10px;
}


.maru03::before{
	width: 20px;
	height: 20px;
	border: 1px solid #c69c6d;
  margin-left: 10px;
}

.maru04::before{
	width: 20px;
	height: 20px;
	border: 1px solid #2e3192;
  margin-left: 10px;
}
.maru01::after, .maru02::after, .maru03::after , .maru04::after{
	left: 16px;
	width: 20px;
	
}

.f_box{
  width: auto;
  max-width: 550px;
  margin: 0 auto;

  
}

.top_contents{
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  width: auto;
 overflow: hidden;
  align-items: center;
  text-align: center;
  background-color: #fff;
  padding: 3%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  background-color: rgba(255, 255, 255, 0.4);
  padding-bottom: 10%;

 
}

.top_contents h1{
  font-size: 30px;
  color: #8c6239;
  font-family:  "Noto Serif JP", serif !important;
font-weight: 400;
width: auto;
margin-bottom: 0px;
letter-spacing: 0;

}

.top_contents p{
font-size: 16px;
    color: #000;
    font-family:  "Noto Sans JP", serif !important;
    font-weight: 300;
  margin: 0 5%;
  align-items: top;
  text-align: justify;
  width: auto;
  max-width: 900px;
    }

/* 選ばれる理由 */
.choice_box{
  width: auto;
  max-width: 700px;
  margin: 80px auto 20px auto ;
  text-align: center;
  }
  
  .choice_box .contents01{
    width: auto;
    max-width: 500px;
    min-block-size: fit-content;
    
    }
    
  .choice_box .contents01 .title{
    font-size: 36px;
    width: auto;
    overflow: hidden;
    font-family: "Noto Serif JP",serif !important;
    color: #666666;
    margin-bottom: 50px;
    }
    .choice_box .contents01 .title img{
    display: none;
      }
  
   
  .choice_box .contents01 .lbox{
    width: auto;
    overflow: hidden;
    min-height: 300px;
    background-color: #e8f7f6;
    margin-top: 20px;
    position: relative;
    z-index: 2;
  }
  
  .choice_box .contents01 .lbox .title{
    font-size: 27px;
    font-family: "Noto Serif JP",serif !important;
    font-weight: 500;
    color: #009245;
   padding-left: 20px;
   padding-right: 10px;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 0;
  }
  
  .choice_box .contents01 .lbox p{
    width: auto;
    font-size: 16px;
    font-family: "Noto Sans JP",serif !important;
    font-weight: 300;
    color: #000;
    text-align: left;
    padding: 5% 5% 0 5%;
    line-height: 22px;
  }
  
  .choice_box  .contents01 .lbox .inner{
    width: 70px;
    height: 70px;
    background-color: #00a99d;
    float: left;
    position: relative;
  margin-top: 30px;
  
  }
  .choice_box .contents01 .lbox .inner .text{
  font-size: 46px;
  font-family: "Noto Serif JP",serif !important;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  position: relative;
  top: -5%;
  }
  
  .choice_box .contents01 .rbox{
    width: auto;
    position: relative;
    left: 0px;
    top:0px;
    z-index: 1;
    margin: 0 ;
    }
  
  
  /* 選ばれる理由ここまで */

  .map{
    margin: 0 calc(50% - 50vw);
    /* padding: 0em calc(50vw - 50%); */
    background-color: #fff;
      top:0px;
      height: 150px;
      margin-top: 50px;
      text-align: center;
  }
  
  .gfooter_navi {
    margin: 0 calc(50% - 50vw);
    /* padding: 0em calc(50vw - 50%); */
    background-color: #00a99d;
      height: 100px;
  text-align: center;
  
  }
  
  .gfooter_navi .logo{
  font-size: 25px;
  color: #fff;
  font-family:  "Noto Serif JP", serif !important;
  font-weight: 600;
  float: none;
  margin-left: 0%;
  margin-top: 0px;
  padding-top: 10px;
    
  }
  .gfooter_navi ul li a{
         margin-top: 16px;        
    }   
  
  .gfooter_navi ul {
  display: flex;
  list-style: none;
  font-family:  "Noto Serif JP", serif !important;
  float: none;
   width: auto;
   color: #fff;
   margin: 0 calc(50% - 50vw);
   margin: 0 auto;
   justify-content: center;
   height: auto;
   padding-bottom: 16px;
   align-items: center;
   flex-wrap: wrap;
   /* padding-left: 0px; */
   padding: 2%;
    
  
  }
  
  .gfooter_navi li+li::before{
  display: none;
  }
  
  .gfooter_navi ul li:first-child a{
    font-size:15px;      
    margin-top: 8px; 
     
  
    
  }
  
  
  .gfooter_navi ul li:last-child a{
  font-size:15px;
  margin-top: 8px;
  
  }
  .gfooter_navi ul li a{
  font-size:15px;
  margin-top: 8px;
    
  }
  
  .gfooter_box{
    width: auto;
    max-width: 800px;
    text-align: center;
    display: flex; 
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto;
   
    
    }
  
  .gfooter_box .box01{
    width: auto;
    min-width: 350px;
    }
  
  .gfooter_box p{
    color: #000;
  text-align: center;
  font-family:  "Noto Serif JP", serif !important;
  font-weight: 600;
  font-size: 25px;
  margin: 0;
  margin-top: 30px;
  }
  
  .gfooter_box  .tel{
   color: #c1272d;
   font-size: 30px;
   font-weight: 800;
   font-family:  "Noto Serif JP", serif !important;
   margin-top: 10px;
   margin-bottom: 20px;
  }
  
  .gfooter_box  .tel02{
    color: #1eaa39;
    font-size: 30px;
    font-weight: 800;
    font-family:  "Noto Serif JP", serif !important;
    margin-top: 10px;
    display: inline-grid;
   }
  
   .gfooter_box  img{
    max-width: 200px;
  min-width:150px;
  height: auto; 
  margin-bottom: 20px;
  }
   
   footer hr{
  display: none;
   }
   
  .fsmall{
    font-size: 1.3rem;
  }
  
  .fbold{
    font-size: 22px;
    font-weight: 900;
    padding-bottom: 15px;
  }
  
  .timebox{
    padding: 8px 19px;
    margin: 2em 0;
    color: #ffffff;
    font-size: 24px;
    background: #c1272d;
    border-radius: 30px;
    text-align: center;
    font-weight: 800;
    
  }
  
  
  .company-tel-header{
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
    height: 100px;
    background-color: rgba(92, 92, 92, 0.9);
  
  
  }
  
  
  .company-header-box {
    text-align: right;
    margin-bottom: 0rem;
   display: flex;
   padding-top: 10px;
   justify-content: flex-end;
   margin-right:0% ;
   align-items: center;
    
    }
    .company-header-box .telbox {
      color: #c1272d;
  }

  .company-header-box .telbox a,a:hover{
color: #c1272d;
}

.sp{
  display: block;
}

.pc{
  display: none;

}
.company-header-box {
  text-align: right;
  margin-bottom: 0rem;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 380px;
}


 .company-header-box .h_rbox {
  width: auto;
  height: 81px;
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/f_smitsumori01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 97px;
}

.company-header-box .h_lbox {
  width: auto;
  height: 81px;
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/f_smail01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 97px;
}
.text-banner
{ 
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/s_tel_boseki_sp.webp );
background-repeat: no-repeat;
background-size: contain;
  width: 42px;
  position:fixed; /* バナーを固定位置に配置 */
right: 0px; /* 右端から20ピクセルの位置に設置 */
top: 80px; /* 下端から20ピクセルの位置に設置 */
z-index: 9999; /* 他の要素より前面に表示 */
border: none;
 }


.text-banner02
{ 
 
  background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/s_butsudan_sp.webp );
  background-repeat: no-repeat;
background-size: contain;
  width: 42px;
  height: 112px;
  position: fixed; /* バナーを固定位置に配置 */
right: 0px; /* 右端から20ピクセルの位置に設置 */
top: 204px; /* 下端から20ピクセルの位置に設置 */
z-index: 9999; /* 他の要素より前面に表示 */
 }


 .text-banner03
 { 
  
   background-image: url(https://boseki.yatsushiro-kawachisekizai.com/wp-content/themes/lightning-child/library/images/s_magokoro_sp.webp );
   background-repeat: no-repeat;
 background-size: contain;
   width: 42px;
   height: 112px;
   position: fixed; /* バナーを固定位置に配置 */
 right: 0px; /* 右端から20ピクセルの位置に設置 */
 top: 320px; /* 下端から20ピクセルの位置に設置 */
 z-index: 9999; /* 他の要素より前面に表示 */
  }

 .r_contents {
  margin-top: 0px;
  }


 .r_contents .box01{
  width: auto;
  max-width: 800px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  }
  
  .r_contents .title{
  width: 100%;
  border-bottom: #00a99d 1px solid;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  font-family:  "Noto Serif JP", serif !important;
  padding-left: 0px;
   }
  
  .r_contents .mark{
    float: none;

        display: block;
        position: relative;
        top: 104px;
        left: 0px;
       }

   .r_contents .f25{
  font-size: 16px;
   }
  
  .r_contents th{
    width: auto;
    min-width: 80px;
    }
  
  .r_contents .title02 {
    font-size: 25px;
}



/* お墓の知識 */

 .s_chishiki-box {
  width: auto;
  margin: 0 ;
  margin-top: 30px;
     }

.s_chishiki-box .text {
    margin: 0 5%;
    margin-bottom: 30px;
}


/* お墓の知識ここまで */

/* 会社概要ここから */

/* 会社概要 */
.s_main h2{
  text-align: center;
  font-size: 35px;
  margin: 35px auto;
  color: #000;
  letter-spacing: 3px;
  font-family:  "Noto Serif JP", serif !important;
  border:none ;
  } 

 .table_design03 {
border-collapse: collapse;
width: auto;
max-width: 700px;
margin: 0 5%;
display: inline-block;

  }
  .table_design03 th, .table_design03 td {
color: #000;
        font-weight: 300;
        font-size: 16px;
        border-bottom: 2px solid #c1c7c6;
        padding: 1em;
        display: inline-block;
        width: 100%;
        max-width: 700px;
        min-width: 18em;
                line-height: 1.5em;
  }

  .table_design03 th {
color: #000;
        background: #f7f8f8;
        border-bottom: 1px solid #c1c7c6;
        font-weight: 300;
        text-align: center;
        width: 20%;
        font-size: 16px;
        width: 100%;
        min-width: 18em;
        max-width: 700px;

  } 
/* 会社概要ここまで */
.f_title{
font-size: 25px;
    font-weight: 600;
    color: #1b1464;
    font-family: "Noto Serif JP", serif !important;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #fff;
    width: auto;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
    border: 5px solid #1b1464;
}



 .page_top_btn {

  /*ボタンの大きさ*/
  width: 45px;
  height: 45px;    
   bottom:15%;
  }

.ip{
   display: none;
    }
  

}
