@charset "utf-8";
/*☆☆☆☆☆☆☆☆☆☆☆☆☆　 SP・PC 共通設定　 ☆☆☆☆☆☆☆☆☆☆☆☆*/
/*スクロールエリア強制表示*/
html {
  overflow-y: scroll;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em; 
}
/*ボディー フォント指定*/
body {
  color: #ccc;
	background: #000;
}
/*header*/
#wrapper {
  position: relative;
}

#header_pc {
  display: none;
}
#header_sp {
  width: 100%;
  display: block;
  background: #fff;
 padding-left: 2%;
}

#logo {
  width: 100%;
}
#header_sp #header_ttl {
  font-size: 0.9em;
  font-weight: bold;
  color: #000;
  line-height: 1.3em;
	width: 80%;
}


#header_sp #description {
  font-size: 0.9em;
  width: 100%;
  line-height: 1.2em;
   color: #000;
	margin-bottom: 20px;
}
#contents {
  margin: 0;
  padding-top: 10px;
}
#contents .entry {
  text-align: center;
	margin-top: 40px;
    padding: 0 ;
}
.entry p {
  margin-bottom: 20px;
  font-size: 1em;
}

.dream_house {
	background-image: url(../img/dream-housu-bg.jpg);
    background-repeat: no-repeat;
    background-position: 65% 80%;
	
}

.list_yoko li {
  float: left;
  width: 50%;
  text-align: left;
  background-image: url(../img/g_li.png);
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding-left: 20px;

}
#footer {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #000;
}
#footer a {
  color: #000;
}
#footer ul {
  width: 80%;
  margin: 0 auto;
  padding: 0 10px;
}
#footer li {
  text-align: center;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 4px;
  letter-spacing: 2px;
  white-space: nowrap;
  font-size: 0.8em;
}


.top_list li {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  padding: 10px;
  background: #333;

  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, .5);
}
.top_list li h3 {
  border-bottom: #ccc 1px solid;
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.top_list li p {
  font-size: 0.8em;
}

.top_list li a {
  text-decoration: none;
}
/*神職紹介*/
.img_list li {
  margin-bottom: 20px;
}
.img_list img {
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, .5);
  margin-bottom: 10px;
}
.map iframe {
  width: 90%;
}
#pankuzu {
  border-top: 2px solid #330066;
  padding-top: 10px;
  padding-left: 20px;
}
#pankuzu li {
  float: left;
  margin-right: 20px;
  font-size: 0.8em;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #666;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/*-お客様の声-*/
.voice h3 {font-size: 1.4em; margin-bottom: 20px; color: #fff;}
.voice img {width: 20%;}

/*-よくある質問-*/

.qa dt {
    width: 100%;
	font-size: 1.8em;
	color: #fff;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	padding-bottom: 0;
}

.qa dd {
    width: 100%;
	font-size: 1.2em;
	margin-bottom: 100px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
    
}

.qa img {width: 10%;}

/*ページ内リンク位置調整*/
a.name_link{
   display: block;
   margin-top:-100px;
   padding-top:100px;
}

/* パソコンで見たときは"pc"のclassがついたテキストが表示される */
  .pc {
    display: none ;
  }
 
