@charset "utf-8";

/* body */
body {
	background-position:center;
	margin:0px;
	padding:0px;
	
	background-color: indianred;
	/*250531 indianred→ mediumpurple
	background-image:url(bg77.gif);
	background-repeat:repeat-y
	*/

}


div#container{
	width: 780px;
	margin: 0 auto;
	text-align: left;
	/*250531*/
	background-color:white ;
}

/* テーブル・段落 */

table {width: 100%; border: 0; }
tr { text-align: left; vertical-align: top;}
td { text-align: left; line-height:100%; }
p  { margin:3px 5px; }

p.alt{text-align: left;}


/*
pulldownメニュー
.main-nav {
  background-color: indianred;
  list-style: none;
  -webkit-padding-start: 0;
}
.main-nav li {
  display: inline-block;
  width: 120px;
  text-align: left;
}
.main-nav li.has-sub {
  position: relative;
}
.main-nav li.has-sub:hover .sub-nav {
  display: block;
}
.main-nav .sub-nav {
  -webkit-padding-start: 0;
  position: absolute;
  background-color: #ddd;
  display: none;
}
*/
 
/*メインスライドショー*/

.photo-show { 
    height:578px; /*表示したい大きさ*/
    margin: 0px; /*30px auto; 縦余白30pxは任意*/
    max-width: 100%;
    position: relative;
    width: 780px; /*表示したい大きさ、height と合わせる*/
    /*background-color:indianred ; */
}

.photo-show img { 
    animation: show 16s infinite;
    -webkit-animation: show 16s infinite;
    border-radius: 0px; /* 50%;*/
    height:578px/* auto*/;
    max-width: 100%;
    opacity: 0;
    position: absolute; /*画像を全て重ねる*/
    display: table-cell;
    vertical-align: middle;
}

/*アニメーション*/

@keyframes show {
    0% {opacity:0}
    5% {opacity:1}
    10% {opacity:1}
    20% {opacity:0}
 }

@-webkit-keyframes show {
    0% {opacity:0}
    5% {opacity:1}
    10% {opacity:1}
    20% {opacity:0}
}

/*各画像のアニメーションの開始時間をずらす*/

.photo-show img:nth-of-type(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.photo-show img:nth-of-type(2) {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

.photo-show img:nth-of-type(3) {
    animation-delay: 4s;
    -webkit-animation-delay: 4s;
}

.photo-show img:nth-of-type(4) {
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
}

.photo-show img:nth-of-type(5) {
    animation-delay: 8s;
    -webkit-animation-delay: 8s
}

.photo-show img:nth-of-type(6) {
    animation-delay: 10s;
    -webkit-animation-delay: 10s;
}

.photo-show img:nth-of-type(7) {
    animation-delay: 12s;
    -webkit-animation-delay: 12s;
} 
.photo-show img:nth-of-type(8) {
    animation-delay: 14s;
    -webkit-animation-delay: 14s;
}

/*マウスが画像に重なった際、動きを止めて四角くする*/

.photo-show img {
    transition: 0.2s;
    -webkit-transition: 0.2s;
}

.photo-show:hover img {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    border-radius: 0;
}

/*メインスライドショーはここまで*/


 
/*ドロップダウンメニュー */
.menu {
	margin: 0 auto;
	padding: 0;
	/*
	overflow: hidden;
	display: flex;
	*/
	display: table;/*メニューを横並び表示 */
	table-layout: auto;
}

.menu li {
	list-style: none;
	display: table-cell;
	vertical-align:middle;
    text-align:center;
}

.menu li a {
	width: 128px;
	height: 40px;
	font-size: 15px;
	color: #ffffff;
	background:indianred /*251006  mediumpurple*/;
	text-decoration: none;
	border-right: 1px solid #eeeeee;
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.menu > li:hover > a {
	color: #ffffff;
	background: #7fbbff;
	/*display: table-cell;*/
}

.menu li ul {
	display: none;
	margin-left: -40px;
	position: absolute;
}

.menu > li li:hover > a {
	color: #ffffff;
	background: #7fbbff;
	
}

.menu li ul li a {
	border-top: 1px solid #eeeeee;
}


/* リンク */
a       { color:blue; text-decoration:underline; }
a:hover { color:#aa0000; text-decoration:none; background-color:#ffffff /* #ffcc99*/ ;}
.top{
	text-align: right;
	font-size: small;
	color: black;
}

/* コンテンツ */
td.yotei{
	background-color: #f0fff0;
}
	
.setsumei{
	font-size: medium;
	color: black;
	background-color: #f0fff0;
}
.new{
	font-weight: bold;
	color: blue;
	}

ul.ddmenu{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-color:  #cc0000;
}
ul.ddmenu li{
	width: 122px;
	display: inline-block;
	list-style-type: none;
	position: relative;
}
ul.ddmenu a{
	background-color: #cc0000;
	color: white;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
ul.ddmenu a:hover{
	background-color: #ffdddd;
	color: #dd0000;
}
ul.ddmenu ul{
	display: none;
}

h1 { 
	font-size:1pt;
	color: white;
}
h2 { 
	font-size:1pt;
	color: white;
}	
/*小タイトル*/
.osirase-youtube{
	font-family: sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	}
	
p.taisaku{font-weight: bold;
          font-size: 22px;
          text-align: center;
          color: #cc0033;
}
/*
p.taisaku2{font-weight: bold;
          font-size: 18px;
          text-align: center;
          color: #cc0033;
}
*/
.saijiki{
         font-weight: bold;
}
.titlebar {
	margin: 10px;padding: 5px;  
	height: 20px;width: 97%;
	color:white;  font-size:11pt; 
	background-color:indianred ;
	/*250531
	background-color:  mediumpurple;
	*/
	vertical-align: middle ;
}
/*
#oshirase{
	text-align: left;
	float: left;
}

#saijialbum{
	text-align: left;
	float: left;
}

#reitaisaialbum{
	text-align: left;
	float: left;
}

#gosaishin{
	text-align: left;
	float: left;
}

#toiawasesaki{
	text-align: left;
	float: left;
}

#gokigan{
	text-align: left;
	float: left;
}

#syozaichi{
	text-align: left;
	float: left;
}

#acsess{
	text-align: left;
	float: left;
}

#annai{
	text-align: left;
	float: left;
}

#sahou{
	text-align: left;
	float: left;
}

#nenkangyouji{
	text-align: left;
	float: left;
}

#link{
	text-align: left;
	float: left;
}

#omamoriofuda{
	text-align: left;
	float: left;
}

#tamagushiryou{
	text-align: left;
	float: left;
}
.top{
	text-align: right;
	color: white;
}
*/
/*ここまで小タイトル*/


h3 { color:black; font-size:11pt; margin:0px 0px;
}
   
.main {
	border-collapse: collapse;
	width: 99%;
}
.oshirase{
	font-size: large;
	font-weight: bolder;
}

/* タイトルバー */
table.title{
	background:
	            #ffffff url(picture/hondensm.jpg);
	background-size:cover;
	background-position: right;
	height: 500px;
}

table.title1{
	/*
	background:
	            #ffffff url(picture/img0607.jpg);
	background-size:cover;
	background-position: center;
	height: 500px;
    */
}

.title td
	{vertical-align: middle;
	}


/*コンテンツバー*/
.contentsbar{
	width: 100%;
	border: #dc143c;
}

.contentsbar td{
	width: 150px;
	text-align: center;
	background-color: indianred;
	color: #ffffff;
}

.c1{font-size: 11pt;
    color: white;
    vertical-align: middle;
    text-align: center;
}

/*メインコンテンツ*/
.main{
	width: 100%; 
} 

.main tr{
	width: 100%;
}

.main p{
	font-weight: bold;
}

.tsuginogyouji{
	color: black;
	font-weight: bolder;
	font-size: large;
	background-color: #f0fff0;
	margin-bottom: 30px;
	padding: 15px;
}

.tokusyuu{
	font-size: 14px ;
	color: black;
	text-align: center;
}

p.btn{
	text-align:center;
}
p.btn1{
	text-align:right;
}
p.btn img{
	border-radius:30px;
}



/*祭事・お知らせ*/
/*section#saijialbum{
	font-size: x-large;
	font-weight: bolder;
}*/

td.syasin{
	width: 290px;
}

p.shichigosan{
	color: blue;
	font-size: large;
	font-weight: normal;
	text-align: right;
}

p.omikoshi-live{
		color: blue;
	font-size: large;
}

p.imamade{
	margin: 25px 0px;
}

p.{
	color: blue;
	font-weight: bolder;
	font-size: large;
	background-color: #f0fff0;
	margin-bottom: 30px;
	padding: 15px;
}
.nenmatsunenshi2{
	color: black;
	background-color: #f0fff0;
	margin-bottom: 30px;
	padding: 15px;
}
	
p.tokyojinjyacyo{
	color: black;
	font-weight: bolder;
	font-size: medium;
	background-color: #ffffff;
	margin: 10px;
	padding: 15px;
}
	
section#saijialbum p{
	/*color:indianred;*/
	font-weight: bold;
	padding: 10px;
}


figcaption.saijiki{
	font-size: small;
}

td.nenmatsunenshi{
	color: blue;
	font-weight: bolder;
	font-size: large;
	background-color:#f0fff0;
	/*250531
	background-color: #f0fff0;
	*/
}


dl.kankeisya{
	margin: 10px;
	padding: 15px;
	background-color: #fafad2;
	font-weight: bolder;
}

.saijiki{
	font-weight:large;
}
span.oobarai{
	color: black;
	font-weight: normal;
}
td.niinamesai{
	color: blue;
	font-weight: normal;
	/*
	width: 380px;
	*/
}

td.shitigosan{
	color: blue;
	font-weight:normal;
}

td.reitaisai{
	padding-top: 5px;
	font-size: 46px;
}

/*
td.reitaisai2{
	width: 33%;
}
*/
td.omikoshi{
	width: 100%;
}
.omikoshi img{
	padding: 0 30px;
}
.omikoshi p{
	padding: 0 30px;
	font-weight: bold;
	font-size:large;
}
.youtube{
	color: indianred;
}
td.omikoshi2{
	width: 50%;
	padding-left: 15px;
}
td.oobarae{
	padding-left: 30px;
}

p.saiji29{
	font-weight: bolder;
	font-size: large;
}

/*　祭神*/
table.saijin {
	margin: 20px 5px;
}

td.saijin{
	width: 40%;
	vertical-align: middle;
	padding: 10px;
	font-family: serif;
	font-size:large;
	font-weight: bold;
	color: ;
}
td.saijin2{
	padding: 10px;
}
.saiji29{
	font-size: 18px;
	color: black;
}
.goyuisyo{
	padding: 10px;
	font-size: large;
}

/*アクセス*/
.koutsuukikan{
	padding: 10px 0px;
}

/*境内案内*/
td.iriguchi{
	text-align: right;
}
td.syamusyo{
	width: 49%;
	text-align: left;
	vertical-align: top;
}
td.syamusyo h3{
	text-align: left;
}
td.kaguraden{
    width: 49%;
	text-align: left;
	vertical-align: top;
}
td.kaguraden h3{
	text-align: right;
}
td.keidaimovie{
	width: 49%;
    text-align: left;
    vertical-align: top;
}
td.keidaimovie h3{
	text-align: left;
}
td.bentensama h3{
	text-align: right;
}
td.cyouzusya h3{
	text-align: right;
}

p.sahou{
	font-weight: bold;
}
/*リンク*/


/*御祈願*/
.gokigan{
	width: 15%;
}

/*年間行事*/
.gyouji{
	padding:10px;
	border-collapse: collapse;
	border-style: dashed;
	border-color:indianred ;
}

td.gyouji1{
	width: 30%;
}

section#ganntannsai p{
	color:indianred;
	font-weight: bold;
	padding: 10px;
}
section#setsubunn p{
	color:indianred;
	font-weight: bold;
	padding: 10px;
}
section#benntennsai p{
	color:indianred;
	font-weight: bold;
	padding: 10px;
}
section#ooharai p{
	color:indianred;
	font-weight: bold;
	padding: 10px;
}
section#reitaisai p{
	color:indianred;
	font-weight: bold;
	padding: 10px;
}
section#niinamesai p{
	color:indianred;
	font-weight: bold;
	padding: 10px;
}


/*お守り・お札*/

td.ofuda{
	text-align: center;
}
	
td.omamori{
	text-align: center;
}




/* 一番下に掲載しているフッタです */

.footer tr{
	height: 34px;
	color: white;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
.footer td{
	background-color: indianred ;
	/*250531 mediumpurple 
	*/
}


/*さらに下　アクセスがとりやすくなるパーツ
.bottom{
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
}
.bottom tr{
	height: 24px;
}
.bottom td{
	font-size: 12px;
	text-align: right;
	vertical-align: top;
	color:gray;
}
.b1{
	font-size: 1px;
	color: gray;
}
*/
