@charset "UTF-8";
body{
  background-color: #ffffff;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-size: auto auto;
  background-origin: padding-box;
  background-clip: border-box;
  font-family: 'Hiragino Mincho Pro', Meiryo, serif;
  color: #000000;
  text-align: center;
  line-height: 1.5em;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
h1, h2, h3, h4, h5, h6{
  font-family:"Hiragino Kaku Gothic Pro",  Meiryo, sans-serif;
  font-weight:lighter;
}
a:link{
  color:#000099;
  text-decoration:none;
}
a:visited{
  color:#660000;
  text-decoration:none;
}
a:hover{
  color:#ff8102;
}

header{
  text-align: left;
  padding-top: 20px;
  padding-left: 7%;
  padding-right: 5%;
  padding-bottom: 10px;
  background-image: -moz-linear-gradient(top, #003300, #006600);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #003300), color-stop(1.0, #006600),rgba(255,0,0,0.3));
  background: -o-linear-gradient(top,  #003300 0%,#006600 100%);
  background:-ms-linear-gradient(top, #003300, #006600 100%); /* IE */
  background: url("../img/top-photo-back.gif");
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#003300',EndColorStr='#006600',GradientType=0 );/* IE */
  background-size: cover;
  border-width: medium;
  border-style: none;
  border-color: initial;
  color: #ffffff;
  text-shadow: 0px 0px 4px #000000;
  margin-bottom: 0px;
}
header h1, header h2, header h3, header h4, header h5, header h6, header li, header p, header address{
  font-family: Georgia, 'Hiragino Mincho Pro', Meiryo, serif;
}
header h1{
  margin-top: 5px;
  margin-bottom: 5px;
  font-size:2.3em;
  text-transform:none;
  letter-spacing:0em;
  padding-left:20px;
 float: left;
}

header ul{
  clear: both;
  line-height: 180%;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top:10px;
  padding-left: 55px;
  list-style-type:none;
}

header li{
  margin:0px 10px;
  padding-right:4px;
  list-style-type:none;
  display: -moz-inline-box;
  display: inline-block;
}
header a:link,header a:visited{
  color: #f4c933;
}
header a:hover{
	color: #ff9d3c;
}

figure{
  width:100%;
  height: 30px;
  background-image : url(../img/blog-image2.jpg);
  background-position: 50% 1%;
  margin-top: 0px;
  margin-left: 0px;
 margin-bottom: 0px;
}


figure h1{
	text-align: left;
	margin-left: 10%;
	margin-top: 0px;
	padding-top: 1em;
	color: #004000;
	font-family: "HGS????E";
	font-size: 2.3em;
	font-weight: bold;
	text-shadow: 0px -1px #ffffff, 1px 0px #ffffff, 0px 1px #ffffff, -1px 1px #ffffff;
}

nav{
  background-color:#005e00;
  padding: 1px;
  width: 95.3%;
  margin-top:0px;
  border: 0px solid #d3d3d3;
  clear: both;
}
nav li{
  margin:0px 10px;
  padding:0px;
  list-style-type:none;
  display: -moz-inline-box;
  display: inline-block;
}
nav a:link{
  color:#f4c933;
}
nav a:link,  nav a:visited{
  font-weight:normal;
}
header address{
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 80%;
  text-align: right;
  float: right;
  font-family: "Meiryo", sans-serif;
  font-style: normal;
  color: #d7edcd;
  line-height: 130%;
}

header address a:link{
  color: #d7edcd;
}



aside{	display: block;
	border-top-left-radius: 1px 1px;
	border-top-right-radius: 1px 1px;
	border-bottom-right-radius: 1px 1px;
	border-bottom-left-radius: 1px 1px;
            float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #d3d3d3;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	color: #000000;
	width: 150px;
	height: 120px;
         line-height: 0%;
}

aside:hover{
	box-shadow: 0px 0px 10px #808080; 
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

aside h1{
  font-size:1.4em;
}
aside ul{
  list-style-type: none;
  padding: 0px;
}

aside ul li { margin: 0 0 0 0;
padding: 0 0 0 0 ;
}

aside a{
 display:block;
 position:absolute;
 width: 150px;
 height: 100px;
 margin: 0 0 0 0;
 padding: 0 0 0 0 ;
}

aside a:link  {
	color: #2b2b2b;
	text-decoration: none;
}

section{
  float:left;
  text-align:left;
  margin-bottom:0px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  padding-top:5px;
  border: 1px solid #d3d3d3;
  width:51%;
}
section h1, aside h1{
  border-left: 10px solid #FF9933;
  border-bottom: 1px dashed #999999;
  padding-left:10px;
  font-size:100%;
}
section h2{
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: #ff8811;
  padding-left: 8px;
  margin-left:10px;
 margin-top:10px;
  margin-bottom: 5px;
  font-size: 120%;
}

section ul{
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  list-style-type: none;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #575757;
  margin-top: 10px;
}
section li{
  padding-bottom:0px;
  list-style:none;
  padding-left: 10px;
  padding-top: 6px;
  line-height: 200%;
}
section li a:link, section li a:visited{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e7e2d7;
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: #ffd5aa;
  padding-left: 8px;
}
section li a:hover{
  background:#f2f1ec;
}

/*トップページ メインの画像*/
#top-main-photo{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;   
background-image: url("../img/top-main-summer.jpg");　/*拝殿の画像夏ver*/
/*background-image: url("../img/top-main2.jpg"); /* 北側から本殿の画像 */*/
/* background-image: url("../img/top-main-shoka.jpg");　/*南側から紅葉・拝殿の画像初夏Bver*/*/
/* background-image:url("../img/top-main-fourth.jpg");　/*玉福稲荷の紅葉と鳥居*/*/
/* background-image:url("../img/top-main-fourth.jpg");　/*玉福稲荷の紅葉と鳥居*/*/
/*background-image: url("../img/top-main-third.jpg");　/*南側から紅葉・拝殿の画像初夏ver*/*/
/*background-image: url("../img/top-main-sakura.jpg");　/*拝殿の画像 桜ver*/*/
/* background-image: url("../img/top-main-autumn.jpg");　/*南側から紅葉・拝殿の画像秋ver*/*/


  background-position: center;
  background-size: cover;
  position: relative;

}

#header-photo{
  margin-top : 2px;
}
#header-photo h1{
  margin-top : 2px;
}



#wrap{
	display: block;
	max-width: 1065px;
        margin-left: auto;
        margin-right: auto;
	padding-top: 2px;
}
#wrap-bottom{
  display:block;
  max-width: 1065px;
  margin-left: auto;
  margin-right: auto;
 
 }

/*ページトップ*/
#pageTop{
  position: fixed;
  bottom: 0px;
  right: 80px;
}
 #pageTop a{
	display: block;
	z-index: 999;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 1px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	width: 110px;
	height: 26px;
	background-color: #b68243;
	color: #ffffff;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
 #pageTop a:hover{
  text-decoration: none;
  opacity: 0.7;
}
/*ページトップここまで*/

#aside-blog{ 
  margin: 10px 5px 10px 10px;
 width:150px;
  height: 70px;
 background-image : url(../img/menu-blog.png);
 background-size : cover;
vertical-align: bottom;
 }

#aside-blog a{
 display:block;
 position:absolute;
 width: 150px;
 height: 60px;
 margin: 0 0 0 0;
 padding: 0 0 0 0 ;
}

#aside-facebook{ 
  margin: 10px 5px 10px 10px;
 width:150px;
  height: 70px;
 background-image : url(../img/menu-facebook.png);
 background-size : cover;
vertical-align: bottom;
 }

#aside-facebook a{
 display:block;
 position:absolute;
 width: 150px;
 height: 60px;
 margin: 0 0 0 0;
 padding: 0 0 0 0 ;
}

#aside-instagram{ 
  margin: 10px 5px 10px 10px;
 width:150px;
  height: 70px;
 background-image : url(../img/menu-instagram.png);
 background-size : cover;
vertical-align: bottom;
 }

#aside-instagram a{
 display:block;
 position:absolute;
 width: 150px;
 height: 60px;
 margin: 0 0 0 0;
 padding: 0 0 0 0 ;
}

#aside-aisatsu{ 
  margin: 10px 5px 10px 10px;
 width:150px;
  height: 70px;
 background-image : url(../img/menu-aisatsu.png);
 background-size : cover;
vertical-align: bottom;
 }

#aside-aisatsu a{
 display:block;
 position:absolute;
 width: 150px;
 height: 60px;
 margin: 0 0 0 0;
 padding: 0 0 0 0 ;
}

#aside-sahou{ 
  margin: 10px 5px 10px 10px;
 width:150px;
  height: 70px;
 background-image : url(../img/menu-sahou-aside.png);
 background-size : cover;
vertical-align: bottom;
 }

#aside-sahou a{
 display:block;
 position:absolute;
 width: 150px;
 height: 60px;
 margin: 0 0 0 0;
 padding: 0 0 0 0 ;
}

#aside-jinseigirei{ 
  margin: 10px 5px 10px 10px;
 width:150px;
  height: 70px;
 background-image : url(../img/menu-jinseigirei-aside.png);
 background-size : cover;
vertical-align: bottom;
 }

#aside-jinseigirei a{
 display:block;
 position:absolute;
 width: 150px;
 height: 60px;
 margin: 0 0 0 0;
 padding: 0 0 0 0 ;
}

#aside-inunohi{ 
  margin: 10px 5px 10px 10px;
 width:150px;
  height: 70px;
 background-image : url(../img/menu-inunohi-b.png);
 background-size : cover;
vertical-align: bottom;
 }

#aside-inunohi a{
 display:block;
 position:absolute;
 width: 150px;
 height: 60px;
 margin: 0 0 0 0;
 padding: 0 0 0 0 ;
}

#aside-yakudoshihyo{ 
  margin: 10px 5px 10px 10px;
 width:150px;
  height: 70px;
 background-image : url(../img/menu-yakudoshi-b.png);
 background-size : cover;
vertical-align: bottom;
 }

#aside-yakudoshihyo a{
 display:block;
 position:absolute;
 width: 150px;
 height: 60px;
 margin: 0 0 0 0;
 padding: 0 0 0 0 ;
}

#wrap-contents{           
        display: block;
       margin: 0 auto; 
       height: 100%;
}     


#wrap-leftside{
  display:block;
  margin-top: 150px;
  margin-left: 2%;
  width: 170px;
  float: left;
}

#wrap-leftside aside{
   height: 100px;
   margin-top: 5px; 
   margin-bottom: 5px;
}

#wrap-rightside{
  display:block;
  margin-top: 20px;
  width: 160px;
  float: right;
}

#wrap-rightside aside{
   margin-top: 5px; 
   margin-bottom: 5px;
}

/* wrapコンテンツ*/
#wrap-contents{
  display:block;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;

}

/*年中行事の写真を右寄りに*/
#gyoji-photo{
padding-left:10%;
margin-right:-10%;
}

/*祈祷各種を写真右寄り*/
#gokito-photo{
float:left;
margin-right:3%;
margin-left:1%;
margin-bottom:1%;
clear:both
}

/*末社の写真左寄り*/
#gosaijin-massha-l{
float:left;
margin-right:3%;
margin-left:1%;
margin-bottom:1%;
clear:both
}
/*末社・鳥居前作法の写真左寄り*/
#gosaijin-massha-r{
float:right;
margin-right:1%;
margin-left:2%;
margin-bottom:1%;
margin-bottom:1%;
clear:both
}

.more-news{
  font-size: 0.7em;
  float: right;  
  padding:0px;
  margin-right:10px;
  line-height: 0%;
}
.more-news a:link,.more-news a:visited{
	color: #626262;
}
.more-news a:hover{
	color: #ee0000;
}


article{
  margin-left: 0px;
  width: 100%;
}
article address{
  font-style: normal;
 padding-left: 2em;
 }

article address p {
padding-left: 1em;
font-size: 0.8em;
}

article address a {
padding-left: 2em;
font-size: 1.0em;
}

article h1{
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: #ff8811;
  padding-left: 8px;
  text-align: left;
  font-family: "HGS????E";
  font-style: normal;
  font-size: 1.2em;
 
}



article h2 ul{
  padding-bottom: 5px;
  padding-top: 5px;
}

article ul li{
  font-size: 1em;
   overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
 }

article address{
  font-size: 1.5em;
  font-family: 'Meiryo';
}

footer{
  clear:both !important;
  background-color:#666666;
  border:none;
  color:#fff;
  font-size:0.8em;
  text-align:center;
  margin-top: 5px;
}

footer address {
  margin-top: 15px;
  margin-bottom: 5px;
 padding-top: 10px;
 display: none;
}
footer address a:link{
  color: #ffffff;
}

.access-map{
	display: block;
	width: 39.5%;
	height: 100%;
	margin-top: 10px;
	padding-top: 3px;
	background-color: #ffffff;}
}
.access-map h4{
	font-size: 100%;
           text-align: top;     
           margin:15px;
}

.access-map:hover{
     box-shadow: none; 
}

.aside-bottom{
  border: 1px solid #d3d3d3;
  box-shadow: 0px 0px 0px #666;
  margin: 10px 5px 15px 10px;
 width:150px;
  height: 70px;
 }

.aside-bottom ul li{
  padding-top: 2px;
}
.aside-bottom img{
  margin: 0 0 0 0;
  padding: 0px;
}

.arekore{ 
 background-image : url(../img/menu-arekore.png);
 background-size : cover;
vertical-align: bottom;
}

.jinseigirei{ 
 background-image : url(../img/menu-jinseigirei.png);
 background-size : cover;
vertical-align: bottom;
}

.blog{ 
 background-image : url(../img/menu-blog-a.png);
 background-size : cover;
vertical-align: bottom;
}

.sahou{ 
 background-image : url(../img/menu-sahou.png);
 background-size : cover;
vertical-align: bottom;
}
.inunohi{ 
 background-image : url(../img/menu-inunohi.png);
 background-size : cover;
vertical-align: bottom;
}

.yakudoshi{ 
 background-image : url(../img/menu-yakudoshi.png);
 background-size : cover;
vertical-align: bottom;
}
.kinenjigyou{ 
 background-image : url(../img/menu-1250kinen.png);
 background-size : cover;
vertical-align: bottom;
}
.shucchosaiten{ 
 background-image : url(../img/menu-shuccho.png);
 background-size : cover;
vertical-align: bottom;
}
.shichigosan{ 
 background-image : url(../img/menu-shichigosan.png);
 background-size : cover;
vertical-align: bottom;
}
.shogatsu-parking{ 
 background-image : url(../img/menu-shogatsu-parking.png);
 background-size : cover;
vertical-align: bottom;
}
.tokubetu-juyohin{ 
 background-image : url(../img/menu-tokubetu-juyohin.png);
 background-size : cover;
vertical-align: bottom;
}

/*table行事リスト*/
.table-gyoji{
    width: 65%;
    margin:1% 0 5% 1%;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-spacing:0;
}
.table-gyoji tr th,.table-gyoji tr td {
    font-size: 0.9em;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 7px;
    text-align: center;
    white-space: nowrap;
}
.table-gyoji tr th {
    background-color: #cde7ba;
    text-align: center;
}

/*table合祀リスト*/
.table-goushi{
    width: 100%;
    margin:1% 0 5% 1%;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-spacing:0;
}
.table-goushi tr th,.table-goushi tr td {
    font-size: 0.9em;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 7px;
    text-align: center;
    white-space: nowrap;
}
.table-goushi tr th {
    background-color: #cde7ba;
    text-align: center;
}


/*table人生儀礼早見表*/
.table-jinseigirei{
    width: 100%;
    margin:1% 0 5% 1%;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-spacing:0;
    border-collapse: collapse;
}
.table-jinseigirei tr th,.table-jinseigirei tr td {
    font-size: 0.9em;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 7px;
    text-align: center;
    white-space: nowrap;
}
.table-jinseigirei tr th {
    background-color: #f0f8ff;
    text-align: center;
}
.table-jinseigirei th{
	font-weight: bold;
}

.table-jinseigirei thead th{
	background:#e6e6e6;
}
.table-jinseigirei td{
    text-align: left;  
}

/*table戌の日カレンダー*/
.table-inunohi {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.2;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
           margin-left: 15px;
}
.table-inunohi th {
	width: 13%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color:#db3d15;
	text-shadow: 1px 1px 1px #cccccc;
	font-weight: bold;
	vertical-align: center;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-right: 1px solid #eebeae;
	border-bottom: 1px solid #ecb398;
	border-top: 1px solid #f3d0c5;
	border-left: 1px solid #fff;
	background-color:#f3d0c5;
}
.table-inunohi  td {
	width: 15%;
	padding: 10px;
	vertical-align: center;
            text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/*table御祈祷の説明*/
.table-gokito{
    width: 100%;
    margin:1% 0 5% 0%;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-spacing:0;
}
.table-gokito tr th,.table-gokito tr td {
    font-size: 0.9em;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 7px;
    text-align: left;
}
.table-gokito tr th {
    background-color: #cde7ba;
    text-align: center;
}

/*table御祈祷の種類*/
.table-gokito2{
    width: 100%;
    margin:-1% 0% 0% 0%;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-spacing:0;
}
.table-gokito2 tr th,.table-gokito2 tr td {
    font-size: 1em;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 1px;
    text-align: center;
}

.table-gokito2 tr td {
line-height: 1.8em;
}

.table-gokito2 td:hover {
    background-color: #ffffbb;
}
.table-gokito2 td a{
   display:block;
    width:100%;
    height:100%;
}


/*table七五三*/
.table-gokito3{
    width: 80%;
    margin:-5% 0 0% 2%;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-spacing:0;
}
.table-gokito3 tr th,.table-gokito3 tr td {
    font-size: 1em;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 7px;
    text-align: center;
}
.table-gokito3 tr th {
    background-color: #cde7ba;
    text-align: center;
}

/*table厄年表*/
.table-gokito4{
    width: 70%;
    margin: -2% 0 0% 2%;
    border-top: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
    border-spacing:0;
}
.table-gokito4 tr th,.table-gokito4 tr td {
    font-size: 1em;
    border-bottom: 1px solid #a3a3a3;
    border-right: 1px solid #a3a3a3;
    padding: 7px;
    text-align: center;
}
.table-gokito4 tr th {
	background-color: #CCFFCC;
	text-align: center;
}

.table-color-pink{
     background-color: #FFCCCC;
}


h5{
margin-bottom:0;
margin-top:0;
}

/*ページタイトル*/
.page-title{    
        display: block;
        width: 78%;
        margin-top: 20px;
        margin-left: 5px;
        height: 80%;
        border-bottom: 1.5px dotted #666666;  
}

.page-title h1{
	text-align: left;
	margin-left: 1%;
	margin-top: 0px;
            padding-top: 0.3em;
	color:#3B3B3B;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 2.0em;
	text-shadow: 0px -1px #ffffff, 1px 0px #ffffff, 0px 1px #ffffff, -1px 1px #ffffff;
}

/*ページタイトルと花菱imgを上下中央揃え*/
.h1-middle img{
            vertical-align:text-top;/*middleは中央揃え*/
            padding-right:0.5em;
}


.shosai-btn{
     background: #FFFFCC;
    border: 1px solid #DDD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #111;
    width: 100px;
    padding: 0px 3px 0px 3px;
   font-size:0.9em; 
   margin: 0 7px 0 7px;
}

.wrap-contents-gosaijin{           
        display: block;
       padding-left: 25px; 
       height: 100%;
}     

/*末社のコンテンツ*/
.wrap-contents-massha{           
      display: block;
      width: 48%;
      height: 100%;
      margin-left: 2%;
      margin-bottom: 3%;
     float: left;
}  

/*手水作法のコンテンツ*/
.wrap-contents-temizu{           
      display: block;
      width: 29.5%;
      height: 100%;
      margin-left: 3%;
      margin-bottom: 3%;
     float: left;
}  
/*拝礼作法のコンテンツ*/
.wrap-contents-hairei{           
      display: block;
      width: 28%;
      height: 100%;
      margin-left: 3%;
      margin-bottom: 3%;
     float: left;
}  

.wrap-contents-wide{ 
     clear: both;
      display: block;
      width: 100%;
}


/*手水作法の写真*/
.sahou-temuzu-photo{
     margin-left: 2%;
}

/*tableお問い合わせ*/
.table-otoiawase{
    width: 100%;
    margin:1% 0 5% 0%;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-spacing:0;
}
.table-otoiawase tr th,.table-otoiawase tr td {
    font-size: 1.0em;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 15px;
    text-align: left;
}
.table-otoiawase tr th {
    background-color: #cde7ba;
    text-align: center;
}

/*文字を右寄せ*/
.r_contnent{
  text-align:right;
}
.r_contnent p{
  display:inline-block;
  text-align:left;
}

/* fb-logoの位置 */
.absolute-fb-logo {
    position: absolute;
    right: 8.6%;
    top: 5.5em;
}
/* insta-logoの位置 */
.absolute-insta-logo {
    position: absolute;
    right: 5.5%;
    top: 5.5em;
}

/*二行目段落を１文字下げる*/
.att1 {
  padding-left: 1em;
  text-indent: -1em;
}
/*二行目段落を２文字下げる*/
.att2 {
  padding-left: 2em;
  text-indent: -2em;
}
/*二行目段落を３文字下げる*/
.att3 {
  padding-left: 3em;
  text-indent: -3em;
}
/*二行目段落を４文字下げる*/
.att4 {
  padding-left: 4em;
  text-indent: -4em;
}
/*二行目段落を５文字下げる*/
.att5 {
  padding-left: 5em;
  text-indent: -5em;
}
/*二行目段落を６文字下げる*/
.att6 {
  padding-left: 6em;
  text-indent: -6em;
}
/*二行目段落を８文字下げる*/
.att8 {
  padding-left: 8em;
  text-indent: -8em;
}

/*youtube 埋め込み*/
.youtube {  position: relative;
  width: 90%;
  padding-top: 56.25%;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 90% !important;
  height: 90% !important;
}



/*wrap神棚の祭り方*/
#arekore-kamidana{
clear:both
margin-right:3%;
margin-left:1%;
margin-bottom:1%;
clear:both
}


/*左wrap*/
#wrap-leftside{           
        display: block;
        width: 75%;
         margin-top: 20px;    
         margin-right: 5%;     
        float: left;
        height: 100%;
        text-align: left;
｝

