@charset "utf-8";

/*------------------------------
	contents
------------------------------*/

/*------------------------------
	visual
------------------------------*/

/*------------------------------
	festival_class_list
------------------------------*/
#class_list h3 {
	margin-left: 0;
}

#class_list ul li {
	list-style-type: none;
}

#class_list ul li a {
	display: block;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

/*------------------------------
	festival_class
------------------------------*/
main > section ,
main > .container {
	padding-top: 0;
}

#introduction img {
	display: block;
	margin: auto;
}

#festival h3{
	margin-bottom: 15px;
}

#festival h4{
	margin-bottom: 15px;
	padding-left: 15px;
	font-size: 20px;
	border-bottom: 2px solid #00873b;
}
#visual .container {
	background-size: auto;
}

#contents::after ,
#contents div::after ,
#tenzi::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contents > p {
	margin-bottom: 20px;
}

#contents div div {
	float: left;
	width: 517px;
	margin: 0 20px 20px 0;
}

#contents div div iframe {
	margin-bottom: 0;
}

#contents div div:nth-of-type(even) {
	margin-right: 0;
}

#tenzi > div {
	float: left;
	text-align: center;
}

#tenzi > div img {
	display: block;
}

#tenzi > section > img {
	float: left;
}

#tenzi > section::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#festival iframe{
	float: left;
}

#festival iframe,
#tenzi img {
	margin: 0 20px 20px 0;
}

#tenzi div:last-of-type img {
	margin-right: 0;
}


#tenzi .information {
	clear: both;
	margin-bottom: 20px;
	padding: 5px 10px;
	color: #fff;
	background-color: #002060;
	border-radius: 10px;
}

#tenzi section section::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#tenzi section section {
	padding-left: 0;
}

#tenzi section section img {
	float: left;
}


