@charset "UTF-8";
#contents::before {
	content: "";
    position: absolute;
    z-index: -10;
	top: 380px;
    left: -10%;
/*    margin-left: -1744px;*/
    width: 50vw;
    height: 70vh;
    background-color: #ccc;
/*    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;*/
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*＝＝メイン*/
/*H１アアニメーション　画像ソース・色など以外は commonCSSに*/
#secTop {
	background: url(../img/main/secMain_shinkosai.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

#secTop > .topTitle h1{
	color: #fff;
	font-size: 4vw;
	font-weight: 100;
}

#secTop > #startborder h1{
/*	background-color: rgba(255,255,255,0.7);*/
}

.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
	background-color: #fff;
}

/*＝＝コンテンツ*/
.skewBox {
	position: relative;
	padding: 0px 0px 0px;
	color: #000;
	width: 100vw;
/*	margin-top: -320px;*/
}

.skewBox:after{
	content: "";
	width: 100%;
	height: 20%;
	padding: 100px 300px;
	padding: 80px 500px 55px;
	background: rgba(43,54,66,0.3);
	position: absolute;
	top: 1000px;
	left: -100px;
	z-index: -10;
	transform: rotate(-45deg) skew(0deg);
	-webkit-transform: rotate(-45deg) skew(0deg);
}

.skewBox::before {
	content: "";
    position: absolute;
    z-index: -10;
	top: 580px;
    left: 30%;
/*    margin-left: -1744px;*/
    width: 30vw;
    height: 50vh;
    background-color: #ccc;
    opacity: 0.3;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.skewBoxBody{
	box-sizing: border-box;
	max-width: 1080px;
	padding: 40px 0px 0px;
/*	padding-left: 130px;*/
	margin: 0px auto;
	line-height: 1.5;
}

.skewBoxBody h2{
	text-align: center;
	font-weight: normal;
	font-size: 3vw;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 40px;
}

.ec_h2_Sub {
	font-size: 0.6em;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}

.redTitle {
	font-weight: normal;
	width: 80%;
	margin: 0px auto 20px;	
	color: #e60012;
	font-size: 1.2em;
}

.ec_h3Desc {
	width: 80%;
	margin: 0px auto 40px;	
}

.back_event_btn {
	position: relative;
	display: block;
    width: 100px;
    height: 100px;
    margin: 80px auto;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    line-height: 1.7;
    z-index: 1;	
     /*-webkit-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
}

.back_event_btn::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #003f77;
    z-index: -1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.back_event_btn .num {
    font-size: 1.3rem;
    font-weight: 400;
}

.back_event_btn a{

    color: #fff;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝H29流用*/


h3{
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h3 img{
	vertical-align: middle;
}


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

/*.bkline {
	width: 100%;
	min-width: 1200px;
	background: url("../img/common/h_line.png")left 50% repeat-x;
	margin-bottom: 30px;
}*/




/*三基の鳳輦と神輿について*/

.sanshinBlock {
	line-height: 1.5;
	max-width: 980px;
	background: rgba(255,255,255,0.5);
	margin: 0px auto 40px;
	border-radius: 20px;
	padding-top: 40px;
}


.hourenWap {
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}

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


.horenBox {
	width: 300px;
	padding: 10px;
	margin-bottom: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.hourenName {
	font-size: 22px;
	text-align: center;
	color: #e6002b;
	margin-bottom: 15px;
}

.goSaisin {
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}

.saisin_kana {
	font-size: 14px;
	font-weight: normal;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝神幸祭の1日*/

.aDayBlock::before {
	content: "";
    position: absolute;
    z-index: -10;
	top: 2500px;
    left: 60%;
/*    margin-left: -1744px;*/
    width: 30vw;
    height: 30vw;
    background-color: #fcc;
    opacity: 0.3;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.oneDayLine {
	width: 780px;
	margin: 0px auto 20px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #ccc;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-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;
}

.oneD_Img {
	width: 200px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.oneD_Info {
	padding-left: 50px;
	width: 580px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.oneD_Time {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
}

.evName {
	font-size: 28px;

}

.evName_kana {
	margin-bottom: 30px;
}


/*＝＝＝＝＝＝＝＝＝神幸祭に欠かせない人と山車*/
.keyPersonWap {
	width: 100vw;
	max-width: 980px;
	margin: 0 auto;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-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;
}

/*3カラムの場合の最後の行を左寄せ*/
.keyPersonWap:after{
	content:"";
	display: block;
	width:30%;
}

.kpBox {
	width: 300px;
	padding: 10px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.kpName {
	font-size: 22px;
	text-align: center;
}

.kpName_kana {
	text-align: center;
	margin-bottom: 15px;
}

.kpTxt {
	font-size: 14px;
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝スマホ＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


@media handheld, only screen and (max-width: 767px) {

	#secTop > .topTitle h1{
		color: #fff;
		font-size: 8vw;
		font-weight: 100;
	}

/*＝＝セカンドコンテンツ*/
	#contents .textSection .title{
		display: none;
	}

	.skewBox {
		position: relative;
		padding: 0px 0px;
		color: #000;
		width: 100vw;
		margin-top: 0px;
	}

	.skewBox:after{
		content: "";
		width: 100%;
		height: 20%;
		padding: 100px 300px;
		background: rgba(43,54,66,0.3);
		position: absolute;
		top: 500px;
		left: -100px;
		z-index: -10;
		transform: rotate(-45deg) skew(0deg);
		-webkit-transform: rotate(-45deg) skew(0deg);
	}

	.skewBoxBody{
		box-sizing: border-box;
		width: 96%;
		max-width: 1080px;
		padding: 0px 0px 100px;
		padding-left: 0px;
		margin: 2% auto;
		line-height: 1.5;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.skewBoxBody h2{
		text-align: left;
		font-size: 22px;
		margin-bottom: 20px;
	}

	.ec_h2_Sub {
		font-size: 0.7em;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
	}

	.redTitle {
		text-align: left;
		font-weight: normal;
		width: 100%;
		margin: 0px auto 20px;	
		color: #e60012;
		font-size: 1.1em;
	}

	.ec_h3Desc {
		width: 100%;
		margin: 0px auto 40px;	
	}

	.back_event_btn {
		position: relative;
		display: block;
	    width: 80px;
	    height: 80px;
	    margin: 80px auto;
	    text-align: center;
	    color: #fff;
	    font-size: 0.9rem;
	    line-height: 1.5;
	    z-index: 1;	
	     /*-webkit-transform: rotate(45deg);*/
	    /*transform: rotate(45deg);*/
	}

	.back_event_btn::after{
	    content: "";
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    height: auto;
	    background-color: #003f77;
	    z-index: -1;
	    -webkit-transform-origin: 50% 50%;
	    transform-origin: 50% 50%;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}

	.back_event_btn .num {
	    font-size: 1.3rem;
	    font-weight: 400;
	}

	.back_event_btn a{
	    color: #fff;
	}


h3{
	font-size: 22px;
	margin-bottom: 20px;
}

.spaceW {
	padding: 20px 20px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*三基の鳳輦と神輿について*/

.sanshinBlock {
	width: 96%;
	padding-top: 20px;
}

.hourenWap {
	padding: 20px 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;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}

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


.horenBox {
	width: 300px;
	padding: 10px;
	margin-bottom: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.hourenName {
	font-size: 22px;
	text-align: center;
	color: #e6002b;
	margin-bottom: 15px;
}

.goSaisin {
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}

.saisin_kana {
	font-size: 14px;
	font-weight: normal;
}






/*神幸祭の1日*/

	.oneDayLine {
		border-bottom: dotted 1px #ccc;
		width: 96%;
		margin: 0 auto 20px;
		padding-bottom: 20px;
		display: block;
	}

	.oneD_Img {
		width: 200px;
		margin: 0 auto 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.oneD_Info {
		padding-left: 0px;
		width: 580px;
		width: 96%;
		margin: 0 auto 0px;
	}

	.oneD_Time {
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 5px;
	}

	.evName {
		font-size: 18px;
		float: left;
	}

	.evName_kana {
		margin-bottom: 20px;
		padding-top: 3px;
		float: left;
	}

	.evTxt {
		clear: both;
	}


/*神幸祭に欠かせない人と山車*/
	.keyPersonWap {
		width: 96%;
		margin: 0 auto 20px;
		display: block;
	}

/*3カラムの場合の最後の行を左寄せ*/
	.keyPersonWap:after{
		content:"";
		display: none;
		width:30%;
	}

	.kpBox {
		width: 300px;
		padding: 10px;
		margin: 0px auto 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.kpName {
		font-size: 18px;
		text-align: center;
	}

	.kpName_kana {
		text-align: center;
		margin-bottom: 5px;
	}


}

@media handheld, only screen and (max-width: 480px) {

}
