@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_mikosimiyairi.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;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝コンテンツ*/

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

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

}

.time_line .red{
	color: #ef1f2c;
}


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

h3 img{
	vertical-align: middle;
}

.rengoWap {
	display: box;
	display: -webkit-box;
    display: -moz-box;
	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;
}

.rengoWap::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.rengoWap::after{
  content:"";
  display: block;
  width:23%;
}

.itemBox {
	width: 23%;
	margin-bottom: 40px;
}

.chokai_Name {
	background-color: #eee;
	color: #000;
	text-align: center;
	padding: 10px 0px;
}

.rengoName {
	text-align: center;
	color: #e6002b;
	font-weight: bold;
}

.lead_Box {
	text-align: center;
}






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


@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;
	}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝コンテンツ*/

	.rengo{
		width: 96%;
		max-width: 1080px;
		margin: 0px auto;
	}


	h3 img{
		vertical-align: middle;
		width: 20px;
		padding-right: 5px;
	}

	.rengoWap {
		display: block;
	}

	.itemBox {
		width: 90%;
		margin: 0px auto 20px;
	}

	.chokai_Name {
		padding: 5px 0px;
	}

	.rengoName {
		font-weight: normal;
	}


}

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

}
