

#contents_area.plazafestival{
}



#contents_area.plazafestival .main_image{
}


#contents_area.plazafestival .schedule{
}

#contents_area.plazafestival .fes_event_ul,
#contents_area.plazafestival .fes_event_ul ul.marge_ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

#contents_area.plazafestival .fes_event_ul li{
	width:calc(50% - 15px);
    border-top: 2px solid #000;
	padding:20px 0;
	margin-bottom:20px;
}
#contents_area.plazafestival .fes_event_ul li img.eventimg{
	display:block;
}
#contents_area.plazafestival .fes_event_ul li a{
	text-decoration:none;
}

#contents_area.plazafestival .fes_event_ul li.marge{
	width:100%;
}
#contents_area.plazafestival .fes_event_ul ul.marge_ul{
	width:100%;
}#contents_area.plazafestival .fes_event_ul ul.marge_ul li:first-child{
	width:100%;
	border-top:none;
    margin-bottom: 0;
	padding-bottom:0;
}#contents_area.plazafestival .fes_event_ul ul.marge_ul li{
	border-top:none;
}


#contents_area.plazafestival h3.fes-title{
	width:100%;
	text-align:left;
	text-decoration:none;
	border-bottom:none;
	font-size:0.85em;
    line-height: 1.2;
    letter-spacing: -0.01em;
	margin-bottom:20px;
}
#contents_area.plazafestival h3.fes-title .main{	font-size:1.9em;}
#contents_area.plazafestival h3.fes-title .main .s{	font-size:0.75em;}
#contents_area.plazafestival h3.fes-title .main .ms{font-size:0.75em;}
#contents_area.plazafestival h3.fes-title .main .mms{font-size:0.65em;}
#contents_area.plazafestival h3.fes-title .date{	font-size:1.8em;}
#contents_area.plazafestival h3.fes-title .date .week{	font-size:0.6em;}
/*#contents_area.plazafestival h3.fes-title .sub{			font-size:0.8em;	font-weight: 500;}*/
#contents_area.plazafestival h3.fes-title .sub{			font-size:1.44em;	font-weight: 500;}
#contents_area.plazafestival h3.fes-title .times{		font-size:1.8em;	font-weight: 500;}
#contents_area.plazafestival h3.fes-title .times span{	font-size:0.8em;}

#contents_area.plazafestival h3.fes-title .ls1{	letter-spacing: -0.03em;	}
#contents_area.plazafestival h3.fes-title .ls2{	letter-spacing: -0.05em;	}
#contents_area.plazafestival h3.fes-title .ls3{	letter-spacing: -0.07em;	}
#contents_area.plazafestival h3.fes-title .ls4{	letter-spacing: -0.09em;	}
#contents_area.plazafestival h3.fes-title .ls5{	letter-spacing: -0.11em;	}

#contents_area.plazafestival h3.fes-title .lh{	line-height:1.15;	display:inline-block;	}


#contents_area.plazafestival li.panf{
	text-align:center;}

#contents_area.plazafestival li.panf h3{
	width:100%;
	border-bottom:none;
	text-align:left;}

#contents_area.plazafestival li.panf a{
	display:block;
	padding:15px 0;
	background:#00a0e9;
	color:#fff;
	border:none;}

#contents_area.plazafestival .fes_event_ul li.panf .eventimg{
	display:unset;
	margin-top:15px;
	margin-bottom:30px;
}

#contents_area.plazafestival li.panf a.osanpo{
	background:#CB5D6A;
}



#acMenu dt{
	background:#00a0e9;
	display:block;
	width:100%;
	padding:15px 0;
	color:#fff;
	text-align:center;
	cursor:pointer;
	border-bottom:10px solid #ea6399;
	border-radius:15px;
	transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
	position:relative;
}

#acMenu dt:hover,
#acMenu dt:focus{
	background:#046d9c;
	border-bottom:10px solid #b33f6e;
	}

#acMenu dd{
	width:100%;
	padding:20px 0 0;
	text-align:center;
	display:none;
	box-sizing:border-box;
	border-bottom:1px solid #000;}

#acMenu dd img{
	width:100%;}







@media (max-width: 930px){

	#contents_area.plazafestival .fes_event_ul li{
		width:100%;
	}

	#contents_area.plazafestival li.panf h3{
		line-height: 1.5;
	}




}
