@charset "utf-8";
/* ===============================================
# 祈祷
=============================================== */
.sec_prayer{
  margin-top: 298px;
}
.sec_prayer .title_length{
  top: -260px;
  letter-spacing: 0.02em;
}
.sec_prayer .title_length .main{
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.28em;
}
.sec_prayer .title_length .kana{
  letter-spacing: 0.34em;
}
.sec_prayer .contents{
  max-width: calc(100% - 190px);
  margin: 0 0 0 auto;
  letter-spacing: 0.08em;  
}
.sec_prayer .contents_text{
  line-height: 1.467;
}
.sec_prayer .box_panel{
  padding: 21px 40px ;
}
.sec_prayer .box_panel .text{
  padding-bottom: 10px;  
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  border-bottom: solid 1px #e8e8e8;
}
.sec_prayer .box_panel a.tellink{
  display: block;
  font-size: 40px;
  font-size: 4rem;
  margin-top:10px;
 }
.sec_prayer .box_panel a.tellink span{
  display: inline-block;
  color: #868686;
  padding-right: 0.5em;
}
@media print,screen and (min-width :768px){
  .sec_prayer .box_grey_pc{
    padding-bottom: 150px;
  }
}
@media screen and (max-width :767px){
  .sec_prayer{
    margin-top: 10.6vw;
  }
  .sec_prayer .title_length{
    top:0;
  }
  .sec_prayer .title_length .main{
    font-size: 37.5px;
    font-size: 10vw;
    letter-spacing: 0.14em;
  }
  .sec_prayer .title_length .kana{
    font-size: 13px;
    font-size: 3.467vw;
    letter-spacing: 0.02em;
  }  
  .sec_prayer .contents{
    max-width:inherit;
    margin:12vw auto 0;
    letter-spacing: 0;    
  }
  .sec_prayer .contents_text{
    line-height: 1.514;
  }
  .sec_prayer .box_panel{
    padding: 5.7vw 5vw;
    margin-top: 35px;
    text-align: center;
  }  
  .sec_prayer .box_panel .text{
    padding-bottom: 9px;  
    font-size: 13px;
    font-size:3.467vw;
  }
  .sec_prayer .box_panel a.tellink{
    font-size: 35px;
    font-size: 9.333vw;
    margin-top:9px;
  }
}
/*リスト----------------------------------------------*/
.list_prayer{
  max-width: calc(100% - 190px);
  margin:-75px 0 0 auto;  
  flex-wrap: wrap;
}
.list_prayer li{
  width: 45.7%;
}
.list_prayer li figure img{
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}
.list_prayer li .title{
  position: relative;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
}
.list_prayer li .title::before{
  content: '';
  display: block;
  z-index: -1;
  width: 60px;
  height: 28px;
  position: absolute;
  left:-15px;
  top:-15px;
  background: url(../img/bg_ico.svg) no-repeat top left;
  background-size: 100% auto;  
}
.list_prayer li .text{
  margin-top: 15px;
  line-height: 1.467;
}
@media print,screen and (min-width :768px){
  .list_prayer li:nth-child(even){
    margin-left:8.6%;
  }
  .list_prayer li:nth-child(n+3){
    margin-top: 40px;
  }  
}
@media screen and (max-width :767px){
  .list_prayer{
    max-width:inherit;
    margin: 35px auto 0;
   }
  .list_prayer li{
    width: 100%;
  }
  .list_prayer li:nth-child(n+2){
    margin-top: 35px;
  }
  .list_prayer li figure img{
    margin-bottom: 12px;
  }
  .list_prayer li .title{
    font-size:27.5px;
    font-size:2.75rem;
  }
  .list_prayer li .title::before{
    width: 30px;
    height: 14px;
    left: -10px;
    top: -3px;
  }
  .list_prayer li .text{
    margin-top: 13px;
    line-height: 1.455;
  }
}

/* ===============================================
# 参拝
=============================================== */
.sec_worship{
  margin-top: 326px;
}
.sec_worship .title_length{
  top: -260px;
  letter-spacing: 0.02em;
}
.sec_worship .title_length .main{
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.28em;
}
.sec_worship .title_length .kana{
  letter-spacing: 0.34em;
}
.sec_worship .contents{
  max-width: calc(100% - 190px);
  margin: 0 0 0 auto;
  letter-spacing: 0.08em;  
}
.sec_worship .contents_text{
  line-height: 1.467;
}
.sec_worship .box_img{
  width: 50%;
  max-width:520px; 
}
.sec_worship .box_img img{
  width: 46.1%;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.3);
}
.sec_worship .box_img img:nth-child(2){
  margin-left: 7.8%;
}
@media print,screen and (min-width :768px){
  .sec_worship .box_img{
    position: absolute;
    right: 0;
    top:-57px;
    z-index: 1;    
    -ms-transform: translateY(-72%);
    transform: translateY(-72%);    
  }
}
@media screen and (max-width :767px){
  .sec_worship{
    margin-top: 29.4vw;
  }
  .sec_worship .title_length{
    top: 0;
    letter-spacing: 0.14em;
  }
  .sec_worship .title_length .main{
    font-size: 37.5px;
    font-size: 10vw;
    letter-spacing: 0.14em;
  }
  .sec_worship .title_length .kana{
    font-size: 13px;
    font-size: 3.467vw;    
    letter-spacing: 0.02em;
  }  
  .sec_worship .contents{
    max-width: inherit;
    margin: 12.1vw auto 0;
    letter-spacing: 0;  
  }
  .sec_worship .contents_text{
    line-height: 1.514;
  }
  .sec_worship .box_img{
    width: 86.6%;
    max-width:inherit; 
    margin: 25px auto 0;
  }
  .sec_worship .box_img img{
    width: 47.8%;
  }
  .sec_worship .box_img img:nth-child(2){
    margin-left: 4.4%;
  }
}
