@charset "UTF-8";


/*========================================

  イベントギャラリー

========================================*/
main {
	padding-top: 0 !important;
}

.com_ttl h1 {
	margin-top: .5em;
	padding: 0 2em;
}

.sec_innr {
	width: 840px;
	margin: 0 auto;
}

.sec_innr h2 {
	font-size: 40px;
	font-weight: bold;
	margin-top: 140px;
}

.sec_innr p {
	font-size: 22px;
	font-weight: 300;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 1.5em;
}

.sec_innr .box {
	border: 1px solid #3c3c3c;
	box-sizing: border-box;
	padding: 50px;
	margin-top: 50px;
}

.sec_innr .box h3 {
	color: #818080;
	font-size: 34px;
	font-weight: bold;
	margin-top: 120px;
}

.sec_innr .box h3:first-child {
	margin-top: 0;
}

.sec_innr .box p {
	color: #818080;
	font-size: 22px;
	font-weight: 300;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 1.5em;
}

.sec_innr .box span {
	display: block;
	margin-top: 100px;
}

.sec_innr .ill {
	display: block;
	margin-top: 100px;
}

.sec_innr .ill img {
	width: 70%;
}

p.end {
	color: #818080;
	font-size: 28px;
	font-weight: 300;
	text-align: center;
	margin-top: 100px;
	padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
	.com_ttl {
		margin-top: 10vw;
	}

	.com_ttl span img {
		width: 35vw;
	}

	.sec_innr {
		width: 86%;
		margin: 0 auto;
	}

	.sec_innr h2 {
		font-size: 5vw;
		margin-top: 15vw;
	}

	.sec_innr p {
		font-size: 3.6vw;
	}

	.sec_innr .i01 img {
		width: 50vw;
	}

	.sec_innr .box {
		padding: 10vw 5vw;
		margin-top: 10vw;
	}

	.sec_innr .box h3 {
		font-size: 4.5vw;
		margin-top: 10vw;
	}

	.sec_innr .box h3:first-child {
		margin-top: 0;
	}

	.sec_innr .box p {
		font-size: 3.6vw;
	}

	.sec_innr .box span {
		display: block;
		margin-top: 10vw;
	}

	.sec_innr .ill {
		display: block;
		margin-top: 10vw;
	}

	.sec_innr .ill img {
		width: 100%;
	}

	p.end {
		font-size: 4vw;
		margin-top: 10vw;
		padding-bottom: 10vw;
	}
}