@charset "utf-8";

/* 全体のスタイル調整 */
* {
   box-sizing: border-box;

}

/* bodyの初期スタイル調整 */
body {
   font-size: 16px;
   line-height: 1.5;
   color: #000;
   font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;

   background-color: #fff;
   font-feature-settings: "palt";
letter-spacing: .5px;

}


/* 初期スタイル調整 */

h1{
      text-align: center;
      font-weight: 400;
      border-bottom: solid 1px #189980;
      padding: 0.5em 0;


}

@media screen and (min-width:768px) {
h1{
      margin: 50px auto 40px;
      text-align: center;
      padding: 0.5em 0;
      font-size: 26px;
      font-weight: 400;
      width: 740px;
      font-family: "Hiragino Kaku Gothic Pro"

}
}

h2 {
   margin: 0 0 15px 0;
   font-size: 16px;
   font-weight: 600;
   color: #000;

}


@media screen and (min-width:768px) {
  h2 {
   margin: 0 0 10px 90px;
   text-align: left;
   font-size: 24px;
   font-weight: 400;
   color: #000;

  }
}


h3 {
   margin: 0 0 5px 0;
   text-align: center;
   font-size: 18px;
   font-weight: 600;
   color: #000;
   font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;

}


@media screen and (min-width:768px) {
  h3 {
   margin: 0 0 10px 0;
   text-align: center;
   font-size: 22px;
   font-weight: 600;
   color: #000;
   font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
   

  }
  
  

.contents_innner {
    padding-top: 120px;
    margin-top:-120px;
}
  
}

.contents_innner {
    padding-top: 65px;
    margin-top:-65px;
}


p {
  margin-top: 0;
  margin-bottom: 0;

}

a {	
   text-decoration: none;
}
a:hover,
a:focus,

nav {
/* margin: 0 0 0 auto; */
   
}
ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

li {
   margin: 0 0 0 1px;
   font-size: 14px;

}

img {
  max-width:100%;
  height: auto;
  
}

section {
  padding: 10px 0 0 0;
}





/* 初期スタイル調整 ここまで */

/* 共通スタイル調整 ここから */

.wrap {
     overflow: hidden;
 }

.txt-center {
  text-align: center;
}

.font-small {
  font-size: 0.5em;

}

.font-weight {
  font-weight: 800;
}

.font-big {
  font-size: 3em;
}

.font-green {
  color: #23ac38;
}

.mftxt-center {
  text-align: center;
  margin: 10px 0;
}


.btn-border {
  display: inline-block;
  max-width: 280px;
  text-align: left;
  font-size: 18px;
  background-color: #00b3b3;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  padding: 3px 85px;
  transition: .4s;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.btn-border:hover {
  background-color: #23ac38;
  border-color: #cbe585;
  color: #FFF;
}


@media screen and (min-width: 768px){  
  .sp_br{
    display: none;
  }
}

/* 共通スタイル調整 ここまで */


/* ヘッダーブロック ここから */

/* ヘッダーの初期スタイル調整 */
.header {
	position: fixed;
	top: 0px;
	z-index: 10;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	align-items: center;
}

@media screen and (min-width: 768px){  
  .header{
    padding: 0px 30px 20px 30px;
  }
}



.header-logo-nav {
  display: flex;
  flex-direction: row;
/*justify-content: space-between;*/
}


.pc-nav ul#nav2, ul#nav2 * {
		font-size: 16px;
		font-weight: 400;
    }
.pc-nav ul#nav2 {
        list-style:none;
        padding:0;
    }
.pc-nav ul#nav2 li {
        display:inline;
        text-align:center;
        margin:0 0 0 10px;
    }
.pc-nav ul#nav2 a:hover,
.pc-nav ul#nav2 a#current {
        color:#149690;
        border-bottom:1px solid #149690;
        text-decoration:none;
    }
.pc-nav ul#nav2 a {
        color:#000; 
        font-weight: 400;
        border-bottom:1px solid #eee;
        text-decoration:none;
    }

.here {
        border-bottom:1px solid #149690;
    }


/*ロゴ*/

.logo {
  text-align: left;
  margin: 10px 0 0 0;
}

@media screen and (min-width:768px) {
  .logo {
    width: 200px;
    margin: 30px 0 0 0;
  }
}



/*受付時間*/

.pc-time {
  width: 200px;
  margin: 30px 0 0 auto;
  text-align: right;
}

@media screen and (max-width: 640px) {
   .pc-time {
      display: none;
   }
}


  
  /*SPナビ*/
.sp-nav {
   display: none;
}



  
   /*PCメニュー*/

.pc-nav {
	text-align: left;
	margin: 35px 0 0 0;
}

.pc-nav ul {
    overflow: hidden;
}
 
.pc-nav li {
    float: left;
    width: 100px;
    max-width: 300px;
    height: 100%;
    list-style-type: none;
    

}



 
.pc-nav  a {
    display: block;
    padding: 10px 0 10px ;
    text-align: center;
    text-decoration: none;
    color: #000000;
    letter-spacing: 0.1em
    transform: scale(0.5, 1);
}
 
.pc-nav a:hover {
	border-bottom:solid;
	border-color:#189980;
	border-width:2px;/

}



@media screen and (max-width: 640px) {
   .pc-nav {
      display: none;
   }
   .sp-nav {
      z-index: 1;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      display: block;
      width: 100%;
      background: rgba(0, 0, 0, .9);
      opacity: 0;
      transform: translateY(-100%);
      transition: all .2s ease-in-out;
      
   }
   #hamburger {
      position: relative;
      display: block;
      width: 34px;
      height: 32px;
      margin: 15px 20px 0 auto;
      border: solid 1px #000000;
   }
   #hamburger span {
      position: absolute;
      top: 50%;
      left: 8px;
      display: block;
      width: 50%;
      height: 1px;
      background-color: #000;
      transform: translateY(-50%);
   }
   #hamburger::before {
      content: '';
      display: block;
      position: absolute;
      top: 7px;
      left: 8px;
      width: 50%;
      height: 1px;
      background-color: #000;
      text-align: center;
   }
   #hamburger::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 7px;
      left: 8px;
      width: 50%;
      height: 1px;
      background-color: #000;
      text-align: center;
   }
   
   
   
   /*スマホメニュー*/
   .sp-nav ul {
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      
   }
   .sp-nav li {
      margin: 0;
      padding: 0;
      font-size: 20px;
   }
   
      .sp-nav .menutop {
		width: 100%;
		border-top: 1px solid #2f2f2f;
      border-bottom: 1px solid #2f2f2f;
      text-align: center;
   }
   
	.sp-nav .menu {
		width: 100%;
		border-bottom: 1px solid #2f2f2f;
		text-align: center;
   }
   
   .sp-nav li span {
      font-size: 15px;
      color: #fff;
   }
   .sp-nav li a, .sp-nav li span {
      display: block;
      padding: 20px 0;
      color: #fff;
   }
   /*-閉じるアイコンー*/
   .sp-nav .close {
      position: relative;
      padding-left: 20px;
   }
   .sp-nav .close::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( 45deg );
   }
   .sp-nav .close::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( -45deg );
   }
   .toggle {
      transform: translateY( 0 );
      opacity: 1;
   }

}

/*-------------------------------------------
　メインビジュアル
-------------------------------------------*/
.mv-area{

}

@media screen and (min-width:768px) {
.mv-area{
      text-align: center;
}
}



.mv-area img {
      width: 100vw;
      height: 100vx;
      margin-top: 50px;
      
}

.pc_img {display: none;/*PC画像は非表示する*/
}
.sp_img {display:inline-block;/*スマホ画像を表示する*/
}

@media screen and (min-width:768px) {
	.mv-area img {
		margin-top: 95px;
		width: 1040px;
      }
      
	.pc_img {display:inline-block;/*PC画像を表示する*/}
	.sp_img {display:none;/*スマホ画像は非表示にする*/}


}



.mv-text-pc {
      display: none;
}

.mv-text-sp {
      display: none;
}

@media screen and (min-width:768px) {
.mv-text-pc {
      display: none;
      }
.mv-text-sp {
      display: block;
      }
}




/*-------------------------------------------
　最新情報
-------------------------------------------*/

.news-content {
  display: flex;
  flex-wrap: wrap;

}


.news-item {
  flex: 50%;
  margin-top: -15px;
}

.news-item p {
  border-bottom: dotted 1px #189980;
  font-size: 16px;
  padding: 0.9em 0;

}


@media screen and (min-width:768px) {
  .news-content {
    flex-wrap: nowrap;
    max-width: 740px;
    margin: 30px auto;
  }


  .news-item {
    flex: 1;
    margin-top: -35px;
  }

}


/*-------------------------------------------
　サービス内容
-------------------------------------------*/

.service-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;

}


.service-item {
  flex: 50%;
  position: relative;
  z-index: 0;

}

.service-item p {
  position: absolute;
  top: 80%;
  left: 20px

}

.service-item img {
  width: 400px;
  margin: 0 auto;
  transition: 1.0s ;
}

.service-item :hover {
  opacity: 0.8 ;
}



@media screen and (min-width:768px) {
  .service-content {
    flex-wrap: nowrap;
    max-width: 947px;
    margin: 50px auto;
  }

  .service-item {
    flex: 1;
    margin: 0 0 0 1px;
  }
  
  .service-item p {
  position: absolute;
  top: 78%;
  left: 20px

}

}


.service-text {
      font-size: 16px;
      font-weight: 400;
      color: #FFF;

}



/*-------------------------------------------
　提携寺院様
-------------------------------------------*/

.teikei-content {
  display: flex;
  flex-wrap: wrap;

}


.teikei-item {
  flex: 50%;


}

.teikei-item p {
	margin: 10px 0 40px 0;

}

.teikei-item img {
  width: 479px;
  margin: 0 auto;
  transition: 1.0s ;
}

.teikei-item :hover {
  opacity: 0.8 ;
}



@media screen and (min-width:768px) {
  .teikei-content {
    flex-wrap: nowrap;
    max-width: 947px;
    margin: 50px auto;
  }

  .teikei-item {
    flex: 1;
    margin: 0 0 0 1px;
  }
  
  .teikei-item p {
	margin-top: 15px;

}

}


.teikei-text {
      font-size: 18px;
      font-weight: 400;
      color: #000;
      text-align: center;

}



/*-------------------------------------------
　供養の郷とは
-------------------------------------------*/


.kuyounosatotoha-content {
	height: 480px;
	background-repeat: no-repeat;
	background-size:  cover; 
    background-image: url(/img/kyounosatotoha_back_sp.jpg);    /* 背景画像指定 */
}




.kuyounosatotoha-title {
      text-align: center;
      padding: 1.25em.5em 0;
      font-weight: 400;
      font-size: 26px;
      color: #6c4889;

}

.kuyounosatotoha-text {
	margin: 10px 0 10px;
	padding: 10px 0 10px;
      font-size: 16px;
      font-weight: 400;
      color: #000;
      text-align: center;
      line-height: 1.75;
    background-color: rgba(255, 255, 255, 0.7);
    color: rgba(0, 0, 0)

}


@media screen and (min-width:768px) {

.kuyounosatotoha-content {
	height: 333px;
	background-repeat: no-repeat;
	background-size:  cover; 
    background-image: url(/img/kyounosatotoha_back.jpg);
    margin: 0 0 50px;
}


.kuyounosatotoha-title{
      margin: 0px auto 20px;
      text-align: center;
      padding: 1.25em.5em 0;
      font-size: 28px;
      font-weight: 400;
      color: #6c4889;
      width: 740px;

}


.kuyounosatotoha-text {
      font-size: 16px;
      font-weight: 400;
      color: #000;
      text-align: center;
      line-height: 2;
      margin-bottom: 20px;
      background-color: transparent;

}

.br-sp {display: none; }

}
}



/*-------------------------------------------
　ごあいさつ
-------------------------------------------*/

.message-content {
	height: 480px;
	background-repeat: no-repeat;
	background-size:  cover; 
    background-image: url(/img/kyounosatotoha_back_sp.jpg);    /* 背景画像指定 */
}

.message-text {
	margin: 10px 0 10px;
	padding: 10px 0 10px;
      font-size: 16px;
      font-weight: 400;
      color: #000;
      text-align: center;
      line-height: 1.75;
    background-color: rgba(255, 255, 255, 0.7);
    color: rgba(0, 0, 0)

}


@media screen and (min-width:768px) {


.message-text {
      font-size: 16px;
      font-weight: 400;
      color: #000;
      text-align: center;
      line-height: 2;
      margin-bottom: 50px;
      background-color: transparent;

}

.br-sp {display: none; }

}
}



/*-------------------------------------------
　会社概要
-------------------------------------------*/

.gaiyou-content {
    
    
}


.gaiyou-content table{
  border-collapse: collapse;
  border-spacing: 0;
  margin: 3px auto 50px;
  width: 100%;
}

.gaiyou-content table tr{
  border-bottom: solid 1px #eee;
}


.gaiyou-content table th,table td{
  text-align: left;
  padding: 20px 10px;
  margin: 20px;
 font-size: 13px;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic Pro"
  
}

.gaiyou-content th.title { width: 100px; }

.gaiyou-content table a{
  font-color: #000;
}


@media screen and (min-width:768px) {

.gaiyou-content table{
  border-collapse: collapse;
  border-spacing: 0;
  margin: 3px auto 80px;
  width: 680px;
}

.gaiyou-content table tr{
  border-bottom: solid 1px #eee;
}


.gaiyou-content table th,table td{
  text-align: left;
  margin: 20px auto;
  padding: 20px 20px;
 font-size: 14px;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic Pro"
  
}

.gaiyou-content th.title { width: 200px; }


.gaiyou-text {
      font-size: 16px;
      font-weight: 400;
      color: #000;
      text-align: center;
      line-height: 2;
      margin-bottom: 20px;
      background-color: transparent;

}

.gaiyou-content table a{
  font-color: #000;
}

.br-sp {display: none; }

}
}




/*-------------------------------------------
　寺院マネジメント
-------------------------------------------*/

.jiin-content {
  display: flex;
  flex-wrap: wrap;

}


.jiin-item {
  flex: 50%;


}

.jiin-item p {
	margin: 10px 0 25px 0;

}

.jiin-item img {
  margin: 30px auto 20px;
  transition: 1.0s ;
}


.jiin-text {
      font-weight: 400;
      color: #000;
      line-height: 1.75;

}



@media screen and (min-width:768px) {



.jiin-content {
    flex-wrap: nowrap;
    max-width: 947px;
    margin: 50px auto;
  }



.jiin-arikata {
  text-align : center;
  margin: 20px 0;
 
}


.jiin-item {
    flex: 1;
    text-align : center;
    margin: 130px 0 0 1px;
  }

.jiin-content ul {
        margin: 110px 0;
    }

.jiin-item p {
	text-align : left;
	margin: 20px 0 10px 90px;
	font-size: 16px;
	line-height: 1.75;

}


.jiin-text {
      font-size: 18px;
      font-weight: 400;
      color: #000;
      text-align: center;

}

}



/*-------------------------------------------
　寺院マネジメント　提携寺院様
-------------------------------------------*/

.teikeijiin-content {


}


.teikeijiin-item {
  flex: 50%;


}

.teikeijiin-item p {
	margin: 10px 0 25px 0;

}

.teikeijiin-item img {
  margin: 30px auto 20px;
  transition: 1.0s ;
}


.teikeijiin-text {
      font-size: 13px;
      font-weight: 600;
      color: #000;
      text-align: center;
      font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;

}

.teikeijiin-douga {
      text-align: center;
      margin: 30px 0 0 0;

}


.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


@media screen and (min-width:768px) {



.teikeijiin-content {
    flex-wrap: nowrap;
    max-width: 947px;
    margin: 50px auto;
  }



.teikeijiin-arikata {
  text-align : center;
  margin: 20px 0;
 
}


.teikeijiin-item {
    flex: 1;
    text-align : center;
    margin: 130px 0 0 1px;
  }

.teikeijiin-content ul {
        margin: 110px 0;
    }

.teikeijiin p {
	text-align : center;
	margin: 20px 0 10px 90px;
	font-size: 14px;

}


.teikeijiin-text {
      font-size: 13px;
      font-weight: 600;
      color: #000;
      text-align: center;
      font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;

}

.teikeijiin-douga {
      text-align: center;
      margin: 30px 0 0 0;

}

.movie-wrap {
     position: relative;
     padding-bottom: 0; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}


}





/*-------------------------------------------
　お問い合わせはこちらから
-------------------------------------------*/

.contact-content {
	
}

.contact-text {
	margin: 10px 0 10px;
	padding: 10px 0 10px;
      font-size: 15px;
      font-weight: 400;
      color: #000;
      text-align: center;
      line-height: 1.75;


}

.contact-title {
      text-align: center;
      padding: 1.5em.5em 1em;
      font-weight: 400;
      font-size: 25px;
      color: #000;

}


@media screen and (min-width:768px) {


.contact-text {
      font-size: 16px;
      font-weight: 400;
      color: #000;
      text-align: center;
      line-height: 2;
      margin-bottom: 50px;
      background-color: transparent;

}

.contact-title{
      margin: 30px auto;
      text-align: center;
      padding: 1.25em.5em 0;
      font-size: 28px;
      font-weight: 400;
      color: #000;
      width: 740px;

}

.br-sp {display: none; }

}





.contact-t table{
  border-collapse: collapse;
  border-spacing: 0;
  margin: 3px auto 50px;
  width: 100%;
}

.contact-t table tr{
  border-bottom: solid 1px #eee;
}


.contact-t table th,table td{
  text-align: left;
  padding: 20px 10px;
  margin: 20px;
 font-size: 20px;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic Pro"
  
}

.contact-t th.title { width: 100px; }

.contact-t table tr.top {
  border-top: 1px solid #eee;
}



@media screen and (min-width:768px) {

.contact-t table{
  border-collapse: collapse;
  border-spacing: 0;
  margin: 3px auto 80px;
  width: 680px;
}

.contact-t table tr{
  border-bottom: solid 1px #eee;
}


.contact-t table th,table td{
  text-align: left;
  margin: 20px auto;
  padding: 30px 5px 30px 80px;
 font-size: 18px;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic Pro"
  
}




.contact-t th.title {
		 width: 160px; 
		 border-top: 1px solid #eee;
}

.contact-t table tr.top {
  border-top: 1px solid #eee;
}

}


/*-------------------------------------------
フッター
-------------------------------------------*/

footer {
      text-align: center;
      font-size: 14px;
      
  }
  
  
.footer-content {
  display: flex;
  flex-wrap: wrap;

}


.footer-item {
  flex: 50%;
    text-align: left;
  padding: 20px;
  margin: 40px 0 0 0;
  background-color: #189980;
}

.footer-item img {
      max-width: 70%;
      padding: 10px 0 10px 0;
      
}


.footer-text {
      color: #fff;
      font-size: 14px;
      padding: 10px 0 20px 0;
      text-align: left;
}


.footer-copyright {
      color: #000;
      font-size: 12px;
      text-align: center;
      padding: 5px;
}


@media screen and (min-width:768px) {
  .footer-content {
    flex-wrap: nowrap;
    margin: 0 auto;
  }

  .footer-item {
    flex: 1;
    text-align: left;
  }
  
.footer-item img {
      margin-top: 20px;
      max-width: 70%;
      padding: 0 20px;
      
}

.footer-text {
      color: #fff;
      font-size: 14px;
      padding: 10px 0 20px 20px;
      text-align: left;
}

}



