@charset "UTF-8";
/* CSS Document */

.sec01{
	padding-top: 100px;
	padding-bottom: 100px;
}
.sec01 h3{
	font-size: 36px;
	color: #ba1c84;
	font-weight: bold;
	line-height: 1.6em;
	letter-spacing: .05em;

}
.sec01 h3:after{
	content: "";
display: block;
width: 140px;
height: 3px;
margin:30px auto 35px;
background: #ba1c84;
}
.sec01 p{
	font-size: 16px;
	line-height: 2em;
}
.sec01 .date{
	margin-top: 60px;
}
.sec02{
	background: url(../images/event/bg.jpg) center top;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}
.sec02 h3{
	color: #d19d52;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4em;
	letter-spacing: .1em;
	margin-bottom: 40px;
}
.sec02 h3 small{
	font-size: 15px;
	color: inherit;
	letter-spacing: .1em;
}
.sec03{
	background: #fceef3;
	padding-top: 100px;
	padding-bottom: 100px;
}
.sec03 h3{
	margin-bottom: 60px;

}
.sec04{
	padding-top: 100px;
}
.sec04 h3{
	font-size: 36px;
	font-weight: bold;
	color: #000;
	letter-spacing: .05em;
	margin-bottom: 60px;
}

@media screen and (max-width: 767px){

.sec01{
	padding-top: 40px;
	padding-bottom: 40px;
}
.sec01 h3{
	font-size: 22px;

}
.sec01 h3:after{
width: 100px;
}
.sec01 p{
	font-size: 14px;
}
.sec01 .date{
	margin-top: 30px;
}
.sec02{
	background: url(../images/event/bg_sp.jpg) center top;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
}
.sec02 h3{
	font-size: 17px;
	margin-bottom: 20px;
}
.sec03{
	padding-top: 40px;
	padding-bottom: 40px;
}
.sec03 h3{
	margin-bottom: 30px;

}
.sec04{
	padding-top: 40px;
}
.sec04 h3{
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: 30px;
}

}@media screen and (min-width: 768px){

}