@charset "UTF-8";
/* CSS Document */
/*////////////////////PC用スタイル!スタート////★///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 769px) {
	

.sp {
  display: none ;
}
.pc {
  display: block ;
}
	
	* {margin: 0; padding: 0;}
	
  .hovar img:hover {
    opacity: 0.5;
  }
	

  #wrapper {
    max-width: 100%;
    position: relative;
  }
	
  #header_sp {
    display: none;
  }
  #header_pc {
    display: block;
	 position: sticky;
     top: 0;
     left: 0;
	width: 100%;
    height: 100px;
    max-width: 100%;
	z-index: 100;
	background: #000;
  }
	#logo img {
    position: absolute;
    top: 0;
    left: 2%;
    width: 15%;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, .5);
  }
  #header_txt {
    background: #fff;
    max-width: 100%;
    height: 40px;
    color: #000;
  }
  #header_txt #header_ttl {
    font-size: 0.9em;
    position: absolute;
    top: 10px;
    left: 20%;
    font-weight: normal;
  }
	
  #header_txt #description {
    font-size: 1em;
    position: absolute;
    top: 10px;
    right: 2%;
  }
	
	
  #g_navi {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: 60px;
  }
  #g_navi ul {
    position: absolute;
    top: 20px;
    left: 17%;
  }
  #g_navi li {
    float: left;
    margin-right: 8px;
    font-weight: bold;
    border-right: 1px solid #000;
    padding-right: 14px;
    padding-left: 14px;
    background-image: url(../img/g_li.png);
    background-repeat: no-repeat;
    background-position: 0 8px;
  }
#g_navi li a {
   color: #fff;
  }
	
  #g_navi li:last-child {
    margin-right: 0;
    border-right: 0;
  }

	#kv {width: 90%; margin: 0 auto 4px;}
	
  #contents {
    width: 100%;
    margin:0 auto 0;
    padding: 0;
  }
  #contents .entry p {
   font-size: 1.2em;
	  line-height: 1.4em;
  }
	
.dream_house {
  background-image: url(../img/dream-housu-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center; /* ← 水平・垂直とも中央寄せ */
  background-size: cover;             /* ← 画面いっぱいに広げたいなら */
}
	
  #footer ul {
    margin: 0 18%;
  }
	
  .top_list {
    width: 98%;
    margin: 0 auto 40px;
    z-index: 15;
    position: relative;
  }
  .top_list li {
    float: left;
    width: 32%;
	height: 570px;
    margin-right: 2%;
    text-align: center;
    padding: 10px;
  }
  .top_list li:last-child {
    margin-right: 0;
  }
  .top_list li h2 {
    font-size: 1.2em;
  }
  .top_list li p {
    font-size: 0.8em;
  }
  .top_list li a {
    text-decoration: none;
  }
  /*神職紹介*/
  .img_list li {
    float: left;
    width: 24%;
    margin-right: 10px;
    text-align: center;
    padding: 10px;
  }
  .img_list li:last-child {
    margin-right: 0;
  }
  .paypal_btn input {
    width: 200px;
    text-align: center;
  }
  .map iframe {
    width: 90%;
    height: 400px;
  }
  .default_inner {
    width: 80%;
  }
  .list_yoko li {
    float: left;
    width: 25%;
    text-align: left;
    background-image: url(../img/g_li.png);
    background-repeat: no-repeat;
    background-position: 0 8px;
    padding-left: 20px;
  }
	
.voice h3 {font-size:1.8em; line-height:0.5em; margin-bottom: 20px;}

.voice img {width: 10%;}	
.qa img {width: 5%;}	
	
	/*パンくず*/
  #pankuzu {
    margin-left: 20%;
    margin-top: 30px;
    border-top: 2px solid #330066;
    padding-top: 10px;
  }
  #pankuzu li {
    float: left;
    margin-right: 20px;
  }
	
	
}