@charset "UTF-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝メイン*/

#subTop {
	width: 100vw;
	height: 100vh;
	background: url(../img/top/top.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

#subTop > .topTitle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

#subTop > .topTitle h1{
	background: url(../img/top/logo.png) no-repeat;
	/*古いロゴ	
	width: 428px;
	height: 155px;
	*/
	width: 546px;
	height: 230px;
	overflow: hidden;
	text-indent: -10000px;
}

#subTop > .scrollBt {
	text-align: center;
	position: absolute;
	bottom: 30px;
	width: 100vw;
}

#subTop > .topTitle .scrollBt:hover {
	opacity: 0.8;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝日程枠*/
.topTimeTable {
}

.topTimeTable table{
	width: 100%;
}

.topTimeTable table th{
	font-weight: normal;
	padding: 10px;
}

.topTimeTable table td{
	padding: 10px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝YouTube　デカバナー*/
.youtubeBanner {
	width: 100%;
	margin-top: 40px;
	padding: 40px 0px ;
	background-color: #e2e2e2;
}

.youtubeWap {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 20px;
}

.youtubeWap_twitter {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 100px;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝宮入バナー*/
.miyairi_YouTube_Wap {
	width: 100%;
	max-width: 1080px;
	padding: 20px 0px;
	margin: 0px auto 0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.miyairi_YouTube_Wap::after{
  content:"";
  display: block;
  width:30%;
}

.miyairi_YouTube {
	width: 30%;
	max-width: 290px;
	margin-bottom: 20px;
}

.youtube_Link_OFF {
	position: relative;
}

.youtube_Link_OFF::before {
	content:"";
	display: block;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
		top;
		left;
		z-index: 3;
	width: 100%;
	height: 100%;
	max-width: 290px;
	max-height: 290px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝おしらせ枠*/
.nb_h3 {
	text-align: center;
	font-weight: normal;
	font-size: 30px;
 	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
/* 	background: url("../img/common/tomoe.png")left 50% no-repeat;*/
	vertical-align: middle;
	margin-bottom: 40px;
}

.nb_h3 img {
	vertical-align: middle;
	padding-right: 10px;
}

.newsSection {
	width: 100%;
	padding: 40px 0px 40px;
	background: url("../img/common/jimon.jpg");
	margin: 0px auto 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.newsWap {
	width: 100%;
	max-width: 1080px;
	margin: 0px auto 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


.newsLine {
	width: 100%;
	display: table;
	padding: 10px;
	border-bottom: dotted 1px #868585;
	/* margin-bottom: 20px; */
}

.newsDate {
	width: 120px;
	padding-top: 3px;
	color: #fff;
	display: table-cell;
}

.ndBK {
	padding: 3px 40px;
	background-color: #333333;
}

.newsTXTbox {
	padding: 3px 20px;
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.newsTitle {
	font-size: 16px;
	margin-bottom: 20px;
}

.newsTitle a:hover{
	text-decoration: underline;
}


.detailBTN a {
	display: block;
	border: solid 1px #e60012;
	padding: 5px 10px;
	text-align: center;
	width: 100px;
	font-size: 12px;
	margin: 40px auto 0px;
}

.detailBTN a:hover {
	background-color: #e60012;
	color: #fff;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝PICK UP*/
.pickUp_banner {
	width: 100%;
	max-width: 1080px;
	padding: 40px 0px;
	margin: 0px auto 0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.pickUp_banner::after{
  content:"";
  display: block;
  width:30%;
}

.picBox {
	width: 30%;
	max-width: 290px;
	margin-bottom: 20px;
}






/*＝＝＝＝＝＝バナー枠*/
.bannerSection {
	max-width: 1080px;
	margin: 0px auto;
	padding: 50px 0px;
}

.bannerSection h3{
	width: 100%;
	text-align: center;
	font-size: 20px;
	background: url(../img/common/h_line.png)left 50% repeat-x;
}

.bannerSection .spacer{
	padding: 0px 20px;
	background-color: #F8F8F8;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}


.bannerWap {
	position: relative;
	max-width: 1080px;
	padding: 40px 0;
	margin: 0px auto 0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;

}

.bannerWap::before{
  content:"";
  display: block;
  width:25%;
  width: 200px;
  order:1;
}
.bannerWap::after{
  content:"";
  display: block;
  width:25%;
  width: 200px;
}

.bnBox {
	width: 200px;
	margin-bottom: 20px;
	text-align: center;
}




.bnBox img{
	max-width: 180px;
}


.newsImg {
	display:inline-block;
	width: 15%;
	width: 100px;
	height: 100px;
	overflow:hidden;
	vertical-align: top;
}
.newsSet {
	display: none;
	vertical-align: top;
}
.newsVal {
	display:inline-block;
	width: 82%;
}
.newsPC {
	vertical-align: top;
	display: table-cell;
}
.newsTXTboxPlus {
	vertical-align: top;
	display: table-cell;
}
.newsTxt {
	color: #000;
}
.newsLine a {
	width: 100%;
	display: table;
}
@media handheld, only screen and (max-width: 767px) {
	#subTop > .topTitle h1{
		background-size: contain;
		width: 80vw;
	}

/*日程*/
	.topTimeTable table th{
		padding: 5px 0px;
		display: block;
		width: 100%;
		text-align: left;
	}

	.topTimeTable table td{
		padding: 5px 0px;
		display: list-item;
		list-style-type: none;
		font-size: 0.9em;
	}

	.topTimeTable table td:last-child{
		border-bottom: dotted 1px #617387;
	}


	.textSection {
		margin-bottom: 40px!important;
	}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝YouTube　デカバナー*/
	.youtubeBanner {
		width: 100%;
		margin-top: 10px;
		padding: 10px 0px ;
	}

	.youtubeWap {
		width: 96%;
		min-width: 200px;
		margin: 0 auto 20px;
	}

	.youtubeWap_twitter {
		width: 96%;
		min-width: 200px;
		margin: 0 auto 70px;
	}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝神輿宮入バナー*/
	.miyairi_YouTube_Wap {
		width: 96%;
		min-width: 200px;
		padding: 20px 0px;
		margin: 0px auto 0px;
	}

	.miyairi_YouTube_Wap::after{
	  content:"";
	  display: block;
	  width:30%;
	}

	.miyairi_YouTube {
		width: 45%;
		max-width: 290px;
		margin-bottom: 20px;
	}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝PICK UP*/
	.pickUp_banner {
		width: 96%;
		min-width: 200px;
		padding: 40px 0px;
		margin: 0px auto 0px;
	}

	.pickUp_banner::after{
	  content:"";
	  display: block;
	  width:30%;
	}

	.picBox {
		width: 45%;
		max-width: 290px;
		margin-bottom: 20px;
	}




/*バナー*/
	.bannerWap {
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		-ms-justify-content: space-around;
		-o-justify-content: space-around;
		justify-content: space-around;

	}
	.bnBox {
		width: 200px;
		margin-bottom: 20px;
		text-align: center;
	}
	.newsSet {
		display: table-cell;
	}
	.newsPC {
		display: none;
	}
	.newsVal {
		width: 65%;
		margin-left: 10px;
	}
	.newsImg {
		width: 30%;
		height: auto;
		vertical-align: top;
	}
	.newsImg img {
		width: 100%;
	}
	.newsTXTbox {
		padding: 0;
	}
	.newsTitle {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.newsLine {
		font-size: 0.9em;
	}
}

@media handheld, only screen and (max-width: 480px) {
	.bnBox {
		width: 40%;
		margin-bottom: 20px;
		text-align: center;
	}

}
