/* CSS Document */
.eventBox01 {
	text-align: center;
}
.eventBox01 h4 {
	display: inline-block;
	padding-top: 30px;
	font-size: 22px;
	color: #CA5F8B;
	font-weight: bold;
	position: relative;
}
.eventBox01 h4:before {
	content: "";
	position: absolute;
	top: 0;
	left: -80px;
	width: 65px;
	height: 63px;
	background-image: url(../img/event/mark.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.eventBox01 .font01 {
	margin: 0 135px;
	padding-top: 60px;
	font-weight: bold;
}
.eventBox01 .list {
	margin: 45px 0 85px;
}
.eventBox01 .ttl {
	display: inline-block;
	margin-bottom: 45px;
	padding: 3px 300px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 34px;
	background-color: #3F4432;
}
.eventBox01 .font02 {
	padding-bottom: 60px;
	font-size: 17px;
	font-weight: bold;
}
.eventBox01 ul {
	overflow: hidden;
	width: 965px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.eventBox01 ul li {
	float: left;
	width: 235px;
	margin: 0 0 5px 5px;
}
.eventBox01 ul li:nth-child(4n+1) {
	clear: both;
}
.eventBox02 {
	background-color: #F3F1EF;
}
.eventBox02 .inEventBox02 {
	padding: 105px 0;
	position: relative;
}
.eventBox02 .inEventBox02:before,
.eventBox02 .inEventBox02:after {
	content: "";
	position: absolute;
	left: 50%;
	width: 814px;
	height: 22px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: url(../img/event/line.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.eventBox02 .inEventBox02:before {
	top: 60px;
}
.eventBox02 .inEventBox02:after {
	bottom: 60px;
}
.eventBox02 .inEventBox02 h5 {
	padding-bottom: 35px;
	text-align: center;
	color: #3F4432;
	font-weight: bold;
}
.eventBox02 .inEventBox02 ul {
	overflow: hidden;
	margin: 0 256px;
	padding-bottom: 70px;
}
.eventBox02 .inEventBox02 ul li {
	float: left;
	width: 80px;
	margin-left: 72px;
}
.eventBox02 .inEventBox02 ul li p{
	padding-top: 10px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #3F4432;
}
.eventBox02 .inEventBox02 ul li a {
	display: block;
}
.eventBox02 .inEventBox02 ul li a:hover {
	opacity: 0.6;
}
.eventBox02 .inEventBox02 ul li:first-child {
	margin-left: 0;
}
.eventBox02 .inEventBox02 ul li p {
	text-align: center;
}
.eventBox02 .inEventBox02 dl {
	overflow: hidden;
	margin: 0 110px 25px;
}
.eventBox02 .inEventBox02 dl dt {
	float: left;
	width: 205px;
}
.eventBox02 .inEventBox02 dl dd {
	float: right;
	width: 775px;
	padding-left: 35px;
}
.eventBox02 .inEventBox02 dl dd .pink {
	padding-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
}
.eventBox02 .inEventBox02 dl dd .font03 {
	padding-left: 15px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
	font-size: 13px;
	color: #525252;
}
.eventBtn .inEventBtn {
	padding: 50px 0;
}
.eventBtn .inEventBtn .btn {
	margin: 0 350px;
	background-color: #D47DA0;
}
.eventBtn .inEventBtn .btn a {
	display: block;
	padding: 10px 25px 15px 20px;
	text-align: center;
}
.eventBtn .inEventBtn .btn a:hover {
	background-color: #E6B0C6;
}
.eventBtn .inEventBtn .btn a img {
	vertical-align: middle;
}

@media screen and (max-width: 736px) {
.eventBox01 {
	text-align: center;
	padding: 0 10px;
}
.eventBox01 h4 {
	padding-top: 0;
	font-size: 18px;
}
.eventBox01 h4:before {
	left: -40px;
	width: 26px;
	background-size: contain;
}
.eventBox01 .font01 {
	margin: 0 auto;
	padding-top: 30px;
	text-align: left;
}
.eventBox01 .list {
	margin: 30px 0;
}
.eventBox01 .ttl {
	display: block;
	margin-bottom: 20px;
	padding: 3px 10px;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
}
.eventBox01 .font02 {
	padding-bottom: 30px;
	padding-left: 10px;
	font-size: 14px;
	text-align: left;
}
.eventBox01 ul {
	padding-bottom: 30px;
	width: auto;
}
.eventBox01 ul li {
	width: 100%;
	margin-bottom: 10px;
}
.eventBox01 ul li:last-child {
	margin-bottom: 0;
}
.eventBox02 {
	padding: 0 10px;
}
.eventBox02 .inEventBox02 {
	padding: 50px 0 60px;
}
.eventBox02 .inEventBox02:before,
.eventBox02 .inEventBox02:after {
	width: 100%;
	background-size: contain;
}
.eventBox02 .inEventBox02:before {
	top: 20px;
}
.eventBox02 .inEventBox02:after {
	bottom: 20px;
}
.eventBox02 .inEventBox02 h5 {
	font-size: 16px;
	padding-bottom: 20px;
	text-align: left;
}
.eventBox02 .inEventBox02 ul {
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 30px;
}
.eventBox02 .inEventBox02 ul li {
	width: 30%;
	margin-left: 5%;
	margin-bottom: 20px;
	text-align: center;
}
.eventBox02 .inEventBox02 ul li:nth-child(3n-2) {
	clear: both;
	margin-left: 0;
}
.eventBox02 .inEventBox02 dl {
	overflow: hidden;
	margin: 0 auto 25px;
}
.eventBox02 .inEventBox02 dl dt {
	display: none;
}
.eventBox02 .inEventBox02 dl dd {
	width: 100%;
	padding-left: 0;
}
.eventBtn .inEventBtn {
	padding: 50px 10px 20px;
}
.eventBtn .inEventBtn .btn {
	margin: 0 auto;
}
.eventBtn .inEventBtn .btn a {
	display: block;
	padding: 10px 20px;
}
}
