@charset "utf-8";
/* CSS Document */
/* ---------------全ページ共通--------------- */
:root{
  --notogo: 'Noto Sans JP', sans-serif;
}
html {
  overflow: auto;
font-size: calc(100vw / 98.0);
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
body {
  font-size: 0.12rem;
  overflow: hidden;
  font-family: 'Noto Serif JP', sans-serif;
  color: #000;
  font-weight: 400;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover,
a:focus {

}
.xs_br{
  display: none;
}

.pc_br{
  display: none;
}

.pc_none{
	display: none;
}

/* ページメイン */
.page_container {
  position: relative;
  z-index: 8;
}
.page_head {
  max-width: 980px;
  margin: 0 auto;
  height: 500px;
  text-align: center;
  position: relative;
}
.page_head_img {
  width: 100%;
  height: 500px;
  text-align: center;
  background-repeat: no-repeat;
  object-fit: cover;
  position: relative;
  background-position: bottom;
}
.page_title_wrap {
  position: absolute;
  top: 52%;
  left: 50%;
  width: 100vw;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page_title {
  color: #000;
  font-size: 4vw;
  line-height: 1.2;
  position: relative;
  z-index: 5;
  text-align: center;
}
.page_inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.page_inner_blank {
  padding: 60px 20px 100px;
}

.logo_wrap {
	position: relative;
	display: flex;
	top:-15px;
	justify-content: center;
}
.logo_wrap_02 {
	position: relative;
	display: flex;
	top:-15px;
	justify-content: center;
}

.logo_wrap img {
	width: 10vw;
	margin: 0 20px;

}
.logo_wrap_02 img {
	width: 13vw;
	margin: 0 20px;

}


.section_flow_top_box{
  margin-top: 30px;
  padding: 20px 6px;
}

.section_flow_top_box_text_big{
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 2px #A39160;
  margin: 12px 60px;
  
}
.section_flow_top_box_text{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 2px #000;
  border-top:solid 2px #000;
  margin: 10px 60px;
}
.section_flow_top_box_inner{
	display: flex;
	height: 100%;
	width: auto;
}
.section_flow_top_box_figure{
	margin-left: auto;
}

.section_flow_top_box_figure img{
 width: 100%;
	height: 100%;
}

.section_flow_top_box_body{
	width: 620px;
	height: 190px;
	background-color: #efefef;
}
.section_flow_top_box_tel_icon{
  width: 50px;
  height: 50px;
  margin-right: 5px;
  display: inline-block;
}
.section_flow_top_box_tel{
  font-family: noto-sans;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.04em;
  color: #000;
  pointer-events: none;
		
}
.tel_area_body {
  width:70%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.cm {
  width: 100%;
  max-width: 1020px;
  margin: 60px auto;
}

.cm_wrap {
  width: 100%;
    max-width: 1020px;
  display: flex;
  justify-content: center;
  position: relative;
}
.cm_title {
  writing-mode: vertical-rl;
  font-size: 4vw;
  margin: 2vw;
  font-weight: 200;
}

.cm_img {
  width: 80%;
}

.cm_img img{
  width: 100%;
}
.cm_btn_wrap {
	  margin: 0 auto;
    }

.cm_txt {
width: 80%;
background-color: #547ABC;
  margin: 0 auto;
  display: block;
    color: #fff;
  font-size: 1.5vw;
  padding: 15px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-align: center;
}
.cm_btn_txt {
  color: #fff;
  font-size: 2vw;
}
.cm_btn {
  border: 3px solid #000;
  display: block;
  position: relative;
  max-width: 50rem;
  width: 100%;
  margin: 28px auto;
}
.cm_btn_link {
  font-size: 2vw;
  color: #000;
  padding: 20px 0;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cm_txt:hover {
  background-color: #000;
  opacity: 1;
}
.cm_btn:hover {
  background-color: #000;
  opacity: 1;
}

.cm_btn:hover .cm_btn_link {
  color: #fff;
  opacity: 1;
}

.cm_page {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.cm_page_txt {
  font-size: 2vw;
  color: #000;
  text-align: center;
  
}



/* お寺詳細ページ */
.temple_detail_inner {
  padding: 60px 20px;
  text-align: center;
}
.temple_detail_template_wrap:not(:first-child) {
  margin-top: 58px;
}
.temple_detail_inner .temple_list_title {
  padding: 2px 40px;
}




.temple_name {
  font-size: 20px;
  color: #333;
  margin-top: 40px;
  text-align: center;
	font-weight: 800
}

.attakai_rubi{
	margin-bottom: 20px;
}

.otera_wrap {
	width: 50%;
  font-size: 36px;
  color: #333;
  margin: 40px auto;
  text-align: center;
}

.jitaku_wrap {
  width: 50%;
  font-size: 36px;
  color: #333;
  margin: 40px auto;
  text-align: center;
}

.logo {
	max-width: 20rem; 
}

.temple_address {
   font-size: 1.1rem;
  color: #333;
  line-height: 1.7;
  margin-top: 20px;
}

.otera_font {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 0.35rem;
}

.jitaku_font {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 0.35rem;
}

.temple_detail_body {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.temple_detail_info{
  width: 50%;
}
.temple_detail_info1,
.temple_detail_info2,
.temple_detail_info3,
.temple_detail_info4{
	width: 49.9%;
}

.temple_detail_info3,
.temple_detail_info4{
	margin-top:-1px;
}


.temple_detail_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.temple_detail_body_figure{
  width: 49.25%;
}

.pdf_btn {
  background-color: #E9CDA1;
  display: inline-block;
  position: relative;
  max-width: 24rem;
  width: 100%;
  margin-top: 28px;

}

.attakai_btn{
	margin-bottom: 60px;
	 max-width: 27vw;
	   border: solid 3px #767676;
	   text-align: center;
}

.otera_btn{
  background-color: #A39160;
  display: inline-block;
  position: relative;
  max-width: 27vw;
  width: 100%;
  margin-top: 28px;
  	   border: solid 3px #767676;
}

.jitaku_btn{
  background-color: #B7B7B7;
  display: inline-block;
  position: relative;
  max-width: 27vw;
  width: 100%;
  margin-top: 28px;
  	   border: solid 3px #767676;
}

.sisetu_btn{
  background-color: #8DA5D5;
  display: inline-block;
  position: relative;
  max-width: 27vw;
  width: 100%;
  margin-top: 28px;
  	   border: solid 3px #767676;
}
.sousai_btn{
  background-color: #E9CDA1;
  display: inline-block;
  position: relative;
  max-width: 27vw;
  width: 100%;
  margin-top: 28px;
  	   border: solid 3px #767676;
}

.pdf_btn_link {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #fff;
  padding: 20px 0;
  font-weight: 400;
  letter-spacing: 2px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pdf_btn_small {
  font-size: 12px;
  align-items: center;
  margin-left: 4px;
}
.pdf_btn:hover {
  background-color: #9A876A;
  opacity: 1;
}

.otera_btn:hover {
  background-color: #63583B;
  opacity: 1;
}

.jitaku_btn:hover {
  background-color: #676666;
  opacity: 1;
}
.sisetu_btn:hover {
  background-color: #547ABC;
  opacity: 1;
}

.pdf_btn:hover .pdf_btn_link {
  color: #fff;
  opacity: 1;
}
.other_temple_btn_wrap {
  border: 2px solid #fff;
  display: inline-block;
  position: relative;
  margin-top: 38px;
  max-width: 400px;
  width: 100%;
  background-color: #F5F5F5;
}
.other_temple_btn_link {
  font-size: 24px;
  color: #333;
  padding: 20px 0;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.other_temple_btn_link:hover {
  background-color: #000;
  color: #fff ;
  opacity: 1;
}
.other_temple_btn_link::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  right: 12%;
  transform: translate(-50%,-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.form_btn {
  border: 3px solid #000;
  display: inline-block;
  position: relative;
  max-width: 50rem;
  width: 100%;
  margin: 28px auto;
}
.form_btn_link {
  font-size: 24px;
  color: #000;
  padding: 20px 0;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.form_btn:hover {
  background-color: #000;
  opacity: 1;
}

.form_btn:hover .form_btn_link {
  color: #fff;
  opacity: 1;
}

.footer {
  background-color: #000;
  padding: 53px 0 24px;
}

.footer_line_company{
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.footer_line_company_inner{
  background-color: #fff;
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
  margin-top: 10px;
}
.copyright {
  padding: 8px 0;
  color: #D8D8D8;
  line-height: 1.5;
  font-size: 10px;
  text-align: center;
  font-family: 'Noto Sans JP';
}
@media screen and (max-width: 980px) {
 .page_title {
  color: #000;
  font-size: 7vw;
  line-height: 1.2;
  position: relative;
  z-index: 5;
  text-align: center;
}
	
	
	
.logo_wrap {
	position: relative;
	top:-1.5rem;
	
}
.logo_wrap_02 {
	position: relative;
	top:-1.5rem;
	
}

.logo_wrap img {
	width: 20vw;
	margin: 0 10px;
}
.logo_wrap_02 img {
	width: 25vw;
	margin: 0 10px;
}


.section_flow_top_box{
  margin-top: 30px;
  padding: 20px 6px;
}

.section_flow_top_box_text_big{
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 2px #A39160;
  margin: 0.8rem 60px;
  
}
.section_flow_top_box_text{
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 2px #000;
  border-top:solid 2px #000;
  margin: 0.4rem 60px;
}
.section_flow_top_box_inner{
	display: flex;
	height: 100%;
	width: auto;
	justify-content: center;
}
.section_flow_top_box_figure{
	margin-left: auto;
}

.section_flow_top_box_figure img{
 width: 100%;
}

.section_flow_top_box_body{
	width: 620px;
	height: 19vw;
	background-color: #efefef;
}
.section_flow_top_box_tel_icon{
  width: 5vw;
  height: auto;
  margin-right: 5px;
  display: inline-block;
}
.section_flow_top_box_tel{
  font-family: noto-sans;
  font-weight: 700;
  font-size: 4.8rem;
  letter-spacing: -0.04em;
  color: #000;
  pointer-events: none;
  text-align:center;
		
}
.tel_area_body {
  width:90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto
  
}


	
	
	
	.logo {
	max-width: 25rem; 
}

.temple_address {
   font-size: 1.5rem;
  color: #333;
  line-height: 1.7;
  margin-top: 20px;
}

.otera_font {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0.35rem;
}

.jitaku_font {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 1.4rem;
}
.attakai_btn{
	margin-bottom: 60px;
	 max-width: 26rem;
}

.otera_btn{
  max-width: 26rem;
  width: 100%;
}

.jitaku_btn{
  max-width: 26rem;
  width: 100%;
}
.pdf_btn_link {
  font-size: 1.8rem;
}
  
}
@media screen and (max-width:750px) {
  /* ページメイン */
  html {
  font-size: calc(100vw / 75.0);
	}
	.pc_none{
		display: block;
	}
	.sp_none{
		display: none;
	}
  .page_head {
    height: 500px;
    margin-top: -10px;
  }
  .page_head_img {
    width: 100vw;
  }
  .page_title img{
	  position: relative;
      width: 55vw;
	  margin: 0 auto;
	  max-width: 280px;
	  top:-1.5rem;
}

	
.logo_wrap {
	position: relative;
	top:-1.5rem;
	
}
.logo_wrap_02 {
	position: relative;
	top:-1.5rem;
	
}

.logo_wrap img {
	width: 25vw;
	margin: 0 0.5rem;
}

.logo_wrap_02 img {
	width: 35vw;
	margin: 0 0.5rem;
}


.cm {
  width: 100%;
  margin-top: 60px;
}

.cm_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.cm_title {
  writing-mode: vertical-rl;
  font-size: 7vw;
  margin: 4vw;
  font-weight: 200;
}

.cm_img {
  width: 80%;
}

.cm_img img{
  width: 100%;
}
.cm_btn_wrap {
	  margin: 0 auto;
    }

.cm_txt {
  margin: 0 auto;
  display: block;
  font-size: 3.5vw;
  padding: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}

.cm_btn {
  border: 3px solid #000;
  display: block;
  position: relative;
  max-width: 50rem;
  width: 100%;
  margin: 28px auto;
}
.cm_btn_link {
  font-size: 4vw;
  color: #000;
  padding: 20px 0;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cm_page {
  width: 100%;
}


.cm_page_txt {
  font-size: 3.5vw;
  color: #000;
  text-align: center;
  
}

.cm_page_img {
  width: 100%;
}
.cm_page_img img{
  width: 100%;
}
	
.section_flow_top_box{
  margin-top: 30px;
  padding: 3rem 6px;
  background-color: #efefef;
}
	
.section_flow_top_box_text_big{
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-bottom: 2px solid #A39160;
  margin: 0.4rem 1.5rem;
  padding-bottom: 0.4rem;
}
.section_flow_top_box_text{
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-top: 2px solid #000;
  margin: 0.5rem 3rem;
}
.section_flow_top_box_inner{
	display: block;
	height: 100%;
	width: auto;
	margin: 0 auto;
}
.section_flow_top_box_figure{
 margin: 4rem auto;
}

.section_flow_top_box_figure img{
 width: 85vw;
}

.section_flow_top_box_body{
	width: 85vw;
	height: 19vw;
	background-color: #fff;
	border: 2px solid #000;
	margin: 0 auto 1rem auto;
	padding: 1rem;
}
.section_flow_top_box_tel_icon{
  width: 6vw;
  height: auto;
}
	
.section_flow_top_box_tel{
  font-family: noto-sans;
  display:block;
  font-weight: 700;
  color: #000;
  margin: 1rem auto 0.5rem auto;
  width: 85vw;
		
}
.tel_area_body {
	width: 100%;
  align-items: center;
  margin: 1rem auto;
  justify-content: space-evenly;
}
	


  .temple_detail_inner {
    padding: 0 0 100px ;
  }
  .temple_detail_body {
    flex-direction: column;
	margin-bottom: 60px;
  }
  .temple_detail_info,
  .temple_detail_info1,
  .temple_detail_info2,
  .temple_detail_info3,
  .temple_detail_info4
  {
    width: 100%;
  }
  .temple_detail_info{
    order: 0;
    width: 100%;
  }
  .temple_detail_info2,
  .temple_detail_info3{
  }
  .temple_detail_info2{
    order: 2;
  }
	
	.otera_wrap{
	order: 1;
		width: 100%
	}
  .temple_detail_info3{
    order: 0;
  }
  .temple_detail_info4{
		order: 3;
	}
	.jitaku_wrap{
		order: 4;
		width: 100%;
	}
	
	.form_btn{
		order: 5;
	}

	.logo {
		max-width: 40rem;
		width: 40rem;
	}
	
.temple_address {
 font-size: 2rem;
 line-height: 1.7;
margin-bottom: 2.1rem;
	font-weight: 700;
}
	
.attakai_font {
  font-size: 3rem;
  line-height: 1.7;
  margin-bottom: 2.1rem;
}

.otera_font {
  font-size: 3rem;
  line-height: 1.7;
  margin-bottom: 2.1rem;
}

.jitaku_font {
  font-size: 3rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 2.1rem;
}

  .pdf_btn {
	
    max-width: 80vw;
	max-height: 20vw;
  }
  .pdf_btn_link {
    font-size: 2.5rem;
  }
	
	.otera_btn {
		margin-bottom: 60px;
	}	
		.sisetu_btn {
		margin-bottom: 60px;
	}	
	

.form_btn {
  border: 3px solid #000;
  display: inline-block;
  position: relative;
  max-width: 70rem;
  width: 90%;
  margin: 28px auto;
}
.form_btn_link {
  font-size: 3.2rem;
  color: #000;
  padding: 20px 0;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


@media screen and (max-width:428px) {
	.logo_wrap img {
	max-width: 120px;
	margin: 0 0.5rem;
}
}