@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_access.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 40px;
	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;
	/*padding-left: 130px;*/
	margin: 0px auto;
	line-height: 1.5;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
h2{
	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;
}

h2 img{
	vertical-align: middle;
}


.detailTitle {
	font-size: 30px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	text-align: center;
	color: #000;
	width: 100%;
	margin: 0px auto 20px;
	border-bottom: solid 1px #000;
	/*text-align: center;*/
}


.topLead {
	font-size: 18px;
	color: #e6002b;
	width: 80%;
	font-weight: normal;
	margin: 0px auto 30px;
}


.nittei {
	width: 80%;
	margin: 0px auto 20px;
}

.subTitle {
	font-size: 22px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	color: #000;
	width: 80%;
	margin: 0px auto 10px;
	text-align: center;
	border-bottom: solid 1px #000;
}

.leadTxt {
	font-size: 18px;
	color: #e6002b;
	width: 80%;
	margin: 0px auto 30px;
}

.contentTxt {
	width: 80%;
	margin: 0px auto 30px;
	padding: 20px;
	background-color: rgba(255,255,255,0.5);
	border-bottom: dotted 1px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	transition: 1s;
}

.commonlink {
	display: block;
	text-align: center;
	border: solid 1px #e60012;
	padding: 10px 20px;
	max-width: 50%;
	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;
}

.commonlink:hover {
	color: #fff;
	background-color: #e60012;
	border: solid 1px #e60012;
}


.ei_h3Desc {
	width: 80%;
	margin: 0px auto 20px;	
}

.imgWap_c {

}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝旧*/
.eventDetailMain {
	width: auto;
	max-width: 1200px;
	margin-bottom: 30px;
}

.ed_h3 {
	width: 80%;
	margin: 0px auto 20px;
}

.ed_h3Desc {
	width: 80%;
	margin: 0px auto 20px;	
}

.tableType_1 {
	width: 80%;
	margin: 0px auto 20px;
}

.tableType_1 table{
	width: 100%;
}

.tableType_1 th{
	padding: 10px;
	text-align: right;
	border-bottom: dotted 1px #ccc;
}

.tableType_1 td{
	padding: 10px;
	border-bottom: dotted 1px #ccc;
}

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

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


/*＝＝セカンドコンテンツ*/
	#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: 1000px;
		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 0;
			padding-left: 0px;
			margin: 2% auto;
			line-height: 1.5;
			padding: 10px 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;
		}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

	.eventBoxLine {
		width: 100%;
		border-bottom: dotted 1px #ccc;
		margin-bottom: 30px;
		padding-bottom: 20px;
		display: block;
	}

	.thumWap {
		width: 100%;
		max-width: 400px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.eventBox {
		padding: 10px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.eventName a {
		font-weight: bold;
		color: #000;
		font-size: 16px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
	}

	.eventDesc {
		font-size: 14px;
	}

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

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

	.detailTitle {
		font-size: 22px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
		text-align: center;
		color: #000;
		width: 100%;
		margin: 0px auto 20px;
		border-bottom: solid 1px #000;
		/*text-align: center;*/
	}

	.topLead {
		font-size: 14px;
		width: 100%;
		margin: 0px auto 15px;
	}

	.contentTxt {
		width: 100%;
		font-size: 14px;
		margin: 0px auto 30px;
		padding: 10px;
		background-color: rgba(255,255,255,0.5);
		border-bottom: dotted 1px #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		transition: 1s;
	}

	.commonlink {
		padding: 10px 20px;
		max-width: 80%;
		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;
	}
	.mainIMG img {
		width: 90%;
		margin: 0 auto;
	}

}

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

}
