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

.spnavBack{
  z-index: 9;
}

/*==============================
共通
==============================*/

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

.titleBox h3{
    font-family: 'Lora', serif;
  font-weight: 500;
  font-size: 16px;
  color: #384051;
}

.titleBox hr{
  display: block;
  width: 50px;
  margin: 10px auto;
  height: 3px;
  border-radius: 3px;
  border: none;
  background-color: #384051;
}

.titleBox h2{
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 5px;
  color: #384051;
}

@media screen and (max-width: 600px){
  .titleBox h3{
    font-size: 14px;
  }
  
  .titleBox hr{
    margin: 10px auto;
  }
  
  .titleBox h2{
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 26px;
  }
  
  .footnav > h2{
    font-size: 26px;
  }
}



/*==============================
メイン
==============================*/

#topWrap{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-image: url("../img/mainSlide01.png");
  background-position: center center;
  background-size: cover;
}

.topCopy{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.topCopy > div{
  text-align: center;
}

.topCopy > div > img{
  width: 100%;
  max-width: 350px;
  margin-bottom: 100px;
}

.topCopy > div > h2{
  font-size: 30px;
  letter-spacing: 0;
  line-height: 50px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 1200px){
  .topCopy > div > img{
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1000px){
  .topCopy > div > img{
    width: 200px;
  }
  
  .topCopy > div > h2{
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (max-width: 1000px){  
  .topCopy > div > h2{
    font-size: 16px;
    line-height: 26px;
    writing-mode: horizontal-tb;
    text-align: center;
  }
}

@media screen and (max-width: 1000px){  
  #topWrap{
    height: 400px;
  }
}
/*==============================
アバウト
==============================*/

#aboutWrap{
  width: 100%;
}

#aboutWrap > div{
  display: flex;
}

#aboutWrap > div > div{
  width: 50%;
}

#aboutWrap > div > div:first-of-type{
  background-image: url("../img/mainImg01.png");
  background-size: cover;
  background-position: center center;
  height: 33vw;
}

#aboutWrap > div > div:last-of-type{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 20px;
  background-image: url("../img/mainImg02.png");
  background-size: cover;
  background-position: center center;
}

#aboutWrap > div > div:last-of-type > h2,
#aboutWrap > div > div:last-of-type > p,
#aboutWrap > div > div:last-of-type > h4{
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

#aboutWrap > div > div:last-of-type > h2{
  margin-bottom: 40px;
}

#aboutWrap > div > div:last-of-type > p{
  text-align: justify;
  margin-bottom: 20px;
}
#aboutWrap > div > div:last-of-type > h4{
  text-align: right;
  line-height: 20px;
}
#aboutWrap > div > div:last-of-type > h4 span{
  font-size: 12px;
}


@media screen and (max-width: 1200px){
  #aboutWrap > div > div:last-of-type > h2{
    margin-bottom: 20px;
  }
  
  #aboutWrap > div > div:last-of-type > p{
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 800px){
  #aboutWrap > div{
    display: block;
  }
  
  #aboutWrap > div > div{
    width: 100%;
  }
  #aboutWrap > div > div:first-of-type{
    height: 65vw;
  }
  
  #aboutWrap > div > div:last-of-type{
    padding: 50px 20px;
  }
}

/*==============================
年間行事
==============================*/

#eventWrap{
  padding: 100px 180px;
}

#eventWrap > h2{
  text-align: center;
  margin-bottom: 50px;
}

.eventBox{
  width: 100%;
  display: flex;
}

.eventBox > img{
  width: 50%;
  align-self: center;
}

.eventBox > div{
  align-self: flex-start;
  padding: 0px 20px 50px;
  padding-left: 50px;
}

.eventBox > div > span{
  display: block;
  color: #B2B2B2;
  font-size: 140px;
  height: 140px;
  line-height: 140px;
  margin-bottom: 30px;
}

.eventBox > div > h2{
  margin-bottom: 70px;
}

.eventBox > div > p{
  margin-bottom: 40px;
}

.eventBox > div > a{
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 10px 30px;
  display: none;
}

#slider02 .sp-buttons{
  width: 50%;
  text-align: left;
  margin: auto;
  top: auto;
  bottom: 20px;
  right: 0;
  left: 50%;
  padding-left: 50px;
}

#slider02 .sp-button{
  border: 1px solid #000;
}

#slider02 .sp-selected-button{
  background-color: #000;
}


@media screen and (max-width: 1200px){
  #eventWrap{
    padding: 100px 20px;
  }
}

@media screen and (max-width: 1000px){
  #eventWrap{
    padding: 50px 0px;
  }
  
  .eventBox{
    display: block;
  }
  
  .eventBox > img{
    width: 100%;
    margin-bottom: 00px;
  }
  
  .eventBox > div{
    padding: 50px 20px;
    padding-left: 20px;
  }
  
  .eventBox > div > span{
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  
  .eventBox > div > h2{
    margin-bottom: 10px;
  }
  
  .eventBox > div > p{
    margin-bottom: 10px;
  }
  
  #slider02 .sp-buttons{
    width: 100%;
    left: 0;
    text-align: right;
    padding: 0 20px;
  }
}

/*==============================
お知らせ
==============================*/

#newsWrap{
  padding: 100px 20px;
  background-image: url("../img/newsBack.png");
  background-size: cover;
  background-position: center center;
}

#newsWrap > h2{
  text-align: center;
  color: #fff;
  margin-bottom: 100px;
}

.newsList{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.newsList > li{
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.newsList > li:last-of-type{
  margin-bottom: 0;
}

.newsList > li > h4{
  margin-right: 30px;
  color: #fff;
}

.newsList > li > a:first-of-type{
  display: block;
  text-align: center;
  padding: 2px 10px;
  width: 85px;
  margin-right: 30px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
}
.newsList > li > a:first-of-type.cate-news{
  display: block;
  text-align: center;
  padding: 2px 10px;
  width: 85px;
  margin-right: 30px;
  font-size: 14px;
  color: #fff;
  background-color: #666666;
  border: 2px solid #666666;
  margin-right: 20px;
}

.newsList > li > a:first-of-type.cate-zazenkai{
  display: block;
  text-align: center;
  padding: 2px 10px;
  width: 85px;
  margin-right: 30px; 
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  margin-right: 20px;
}

.newsList > li > a:first-of-type.cate-other{
  display: block;
  text-align: center;
  padding: 2px 10px;
  width: 85px;
  margin-right: 30px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  margin-right: 20px;
}

.newsList > li > a:last-of-type{
  color: #fff;
}

@media screen and (max-width: 1000px){
  #newsWrap{
    padding: 50px 20px;
  }
  
  #newsWrap > h2{
    margin-bottom: 50px;
  }
  
  .newsList > li{
    margin-bottom: 30px;
  }
  
  .newsList > li > h4{
    font-size: 14px;
    width: 65px;
    margin-right: 10px;
  }
  
  .newsList > li > a:first-of-type{
    margin-right: 10px;
  }
  
  .newsList > li > a:last-of-type{
    width: calc(100% - 75px - 95px);
  }
}


/*==============================
受付
==============================*/

#receptionWrap{
  display: flex;
}

#receptionWrap > div:first-of-type{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 37%;
  background-color: #D9D9D9;
  padding: 50px 20px;
}

#receptionWrap > div:first-of-type > h2{
  text-align: center;
  margin-bottom: 30px;
}

#receptionWrap > div:first-of-type > p{
  width: 100%;
  max-width: 500px;
  text-align: justify;
}

#receptionWrap > div:last-of-type{
  width: 63%;
  background-image: url("../img/mainImg03.png");
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1400px){
  #receptionWrap > div{
    width: 45%;
  }
  #receptionWrap > img{
    width:55%;
  }
}
@media screen and (max-width: 1400px){
  #receptionWrap{
    flex-direction: column-reverse;
  }
  #receptionWrap > div:first-of-type{
    width: 100%;
    
  }
  #receptionWrap > div:last-of-type{
    width: 100%;
    height: 35vw;
  }
}

/*==============================
境内情報
==============================*/

#infoWrap{
  padding: 100px 180px;  
}

#infoWrap > h2{
  margin-bottom: 100px;
  text-align: center;
}

.infoBox{
  width: 100%;
  display: flex;
  margin-bottom: 100px;
}

.infoBox > img{
  width: 50%;
  align-self: center;
}

.infoBox > div{
  align-self: flex-start;
  padding: 0px 0px 50px;
  padding-right: 50px;
}

.infoBox > div > span{
  display: block;
  color: #B2B2B2;
  font-size: 140px;
  height: 140px;
  line-height: 140px;
  margin-bottom: 0px;
}

.infoBox > div > h2{
  margin-bottom: 40px;
}

.infoBox > div > p{
  text-align: justify;
  margin-bottom: 20px;
}

#slider03 .sp-buttons{
  width: 100%;
  text-align: left;
  margin: auto;
  top: auto;
  bottom: 20px;
  right: 0;
  left: 0;
  padding-left: 0px;
}

#slider03 .sp-button{
  border: 1px solid #000;
}

#slider03 .sp-selected-button{
  background-color: #000;
}

.infoBox > div > a{
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 10px 30px;
}

.stampBox{
  width: 100%;
  display: flex;
  border: 1px solid #231815;
  margin-top: 100px;
  margin-bottom: 100px;
}

.stampBox > img{
  width: 256px;
  vertical-align: top;
}

.stampBox > div{
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stampBox > div > h2{
  margin-bottom: 30px;
}

.telBox{
  width: 100%;
  text-align: center;
  padding: 50px;
  box-shadow: 0 0 15px 15px rgba(0,0,0,.1);
}

.telBox > h2{
  margin-bottom: 20px;
}

.telBox > a{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end
}

.telBox > a img{
  width: 50%;
  margin-right: 10px;
}


@media screen and (max-width: 1200px){
  #infoWrap{
    padding: 100px 20px;
  }
}

@media screen and (max-width: 1000px){
  #infoWrap > h2{
    margin-bottom: 30px;
  }
  
  #infoWrap{
    padding: 50px 0px;
  }
  
  .infoBox{
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  
  .infoBox > img{
    width: 100%;
    margin-bottom: 0px;
  }
  
  .infoBox > div{
    padding: 50px 20px;
    padding-left: 20px;
  }
  
  .infoBox > div > span{
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  
  .infoBox > div > h2{
    margin-bottom: 10px;
  }
  
  .infoBox > div > p{
    margin-bottom: 10px;
  }
  
  #slider03 .sp-buttons{
    padding-left: 20px;
  }
  
  .stampBox{
    width: calc(100% - 40px);
    margin: 50px auto 50px;
    border: 0;
  }
  
  .stampBox > img{
    width: 25%;
    align-self: flex-start;
  }
  
  .stampBox > div{
    padding: 0 20px;
  }
  
  .telBox{
    padding: 40px 30px;
  }
  
  .telBox > h2{
    margin-bottom: 10px;
  }
  
  .telBox > a{
    display: block;
  }
}
/*==============================
クラウドファンディング
==============================*/

#cfWrap{
  padding: 100px 180px;
}

.cflinkBtn{
  width: 100%;
  display: flex;
  border: 1px solid #231815;
  margin-bottom: 100px;
}

.cflinkBtn > img{
  width: 34%;
  align-self: center;
}

.cflinkBtn > div{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
}

.cflinkBtn > div > div{
}

.cflinkBtn > div > div h3{
  line-height: 34px;
}

.cflinkBtn > div > div > div{
  max-width: 730px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.cflinkBtn > div > div > div > img:first-of-type{
  width: 56%;
  align-self: center;
}

.cflinkBtn > div > div > div > img:last-of-type{
  width: 40%;
  align-self: center;
}

.cfnameList > h2{
  margin-bottom: 50px;
  text-align: center;
}


.cfnameList > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cfnameList > ul > li{
  width: 18%;
}

@media screen and (max-width: 1200px){
  #cfWrap{
    padding: 100px 20px;
  }
}


@media screen and (max-width: 1000px){
  #cfWrap{
    padding: 50px 0px;
  }
  
  .cflinkBtn{
    display: block;
    border: 0;
  }
  
  .cflinkBtn > img{
    width: 100%;
  }
  
  .cflinkBtn > div > div > div{
    display: block;
  }
  
  .cflinkBtn > div > div > div > img:first-of-type{
    display: block;
    margin-bottom: 10px;
  }
  
  .cfnameList{
    padding: 0 20px;
  }

  @media screen and (max-width: 600px){
    .cfnameList > ul > li{
      width: 50%;
    }
  }
}

/*==============================
地図
==============================*/

article > iframe{
  width: 100%;
  height: 600px;
  border: none;
  vertical-align: bottom;
}

  @media screen and (max-width: 600px){
    article > iframe{
      height: 300px;
    }
  }

















