.contents {
	width: 1560px;
	position: relative;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
}

.contents#event h3 {
	width: 100%;
	height: 90px;
	background: url("../images/header_event.png") no-repeat center center;
}


#event_info{
	width: 100%;
	min-height:140px; 
	background: url("../images/event_i.png") no-repeat 40px center rgba(0,0,0,0.4);
	padding: 20px 0;
}

#event_info ul{
	width: 1254px;
	margin: 0 auto;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#event_info ul li{
	width: 620px;
	text-align: center;
	float: left;
	flex-direction: column;
	background: url(../images/event_btn_i.png) no-repeat 590px center rgba(38,152,155,0.3);
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 10px 0;
	vertical-align: middle;
}
#event_info ul li:hover{
	transition: 0.3s all;
	opacity: 0.6;
}
#event_info ul li a{
	text-decoration: none;
	color: #fff;
	display: block;
}
#event_info ul li.eve{
	background: url(../images/event_btn_i.png) no-repeat 590px center rgba(185,105,134,0.3);
}

.photo_wrap{
	position: relative;
	width: 780px;
}
.photo_wrap .photo2, .photo_wrap .photo3, .photo_wrap .photo4, .photo_wrap .photo5, .photo_wrap .photo6{
	width: 240px;
	float: left;
	margin-left: 8px;
}
.photo_wrap .photo2{
	margin-left: 0px;
}

.photo_wrap .photo2 img, .photo_wrap .photo3 img, .photo_wrap .photo4 img, .photo_wrap .photo5 img, .photo_wrap .photo6 img{
	width: 240px;
}



#event_info ul li:nth-child(odd){
	margin-right: 14px;
}
#bo_small{
	text-align: right;
	font-size: 14px;
	color: #fff;
	padding-top: 4px;
	font-family: 'Noto Sans JP', sans-serif;
}
#bo_small .pink0{
	color: rgba(202,44,102,0.6);
}
#bo_small .green0{
	color: rgba(6,137,140,0.6);
}

.green{
	width: 1298px;
	margin: 30px auto;
	color: #06898C;
}
.pink{
	width: 1298px;
	margin: 30px auto;
	color: #E33F7B;
}


.date{
	font-family: 'Anton', sans-serif;
	font-weight: 500;
	font-size: 36px;
	letter-spacing:0.1em;
}
.date span{
	font-family: 'Anton', sans-serif;
	font-weight: 900;
	font-size: 60px;
}

.green .tit{
	font-family: 'Noto Sans JP', sans-serif;
	background: rgba(6,137,140,0.9) url("../images/eve_g.png") bottom right no-repeat;
	line-height: 50px;
	width: 98%;
	padding-left: 2%;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin-top: 5px;
}
.pink .tit{
	font-family: 'Noto Sans JP', sans-serif;
	background: rgba(201,34,95,0.9) url("../images/eve_p.png") bottom right no-repeat;
	line-height: 50px;
	width: 98%;
	padding-left: 2%;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin-top: 5px;
}


.txt{
	background: rgba(255,255,255,0.9);
	color: #000;
	padding: 20px 30px;
	margin-bottom: 50px;
}

.eve_s{
	width: 100%;
	min-height: 320px;
	position: relative;
}

.day{
	min-width: 60px;
	height: 30px;
	padding: 0px 20px;
	line-height: 30px;
	float: left;
	text-align: center;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 20px;
}

.green .day{background:#06898C; }
.pink .day{background:#E33F7B; }

.day span{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	color: #000;
	background: #fff;
	margin-left: 4px;
	margin-right: 4px;
	padding: 0 3px;
	border-radius: 10px;
	font-weight: 500;
}
.day span.days{
	padding: 0 10px;
}

.day span.hol{
	color: #CC1616;
}
.day span.sat{
	color: #1F7AD5;
}


.txt h5{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	line-height: 44px;
	border-bottom: 1px solid #666;
	width: 780px;
	font-weight: 700;
}
.txt p{
	margin-top: 10px;
	font-size: 18px;
	line-height: 140%;
	width: 780px;
	padding-bottom: 50px;
}
.txt p a{
	color: #000;
	font-weight: 700;
}

.txt span.small{
	font-size: 14px;
}

.photo{
	width: 420px;
	height: 300px;
	display: flex;
	position: absolute;
	top: 0px;
	right: 0px;
}

.photo img{
	display: block;
    object-fit: contain;
	width: 100%;
	height: 300px;
}
