@charset "utf-8";

/*------------------------------
	contents
------------------------------*/
h3 {
	margin-bottom: 20px;
}

h4 {
	margin-bottom: 15px;
	padding-left: 15px;
	font-size: 20px;
	border-bottom: 2px solid #00873b;
}

main > section {
	margin: 0 5px;
}

section section {
	padding-bottom: 30px;
}

section > p {
	
	margin-bottom: 30px;
}


/*------------------------------
	visual
------------------------------*/
#visual {
	height: auto;
}

#visual div img {
	display: block;
}

/*------------------------------
	festival_top
------------------------------*/

#fest_theme img {
	display: block;
	margin: 0 auto 30px;
}

#fest_theme div {
	text-align: center;
}

#fest_theme div img {
	margin-bottom: 0;
	text-align: center;
}

#greetings section div {
	margin-bottom: 20px;
	text-align: center;
	width: 75%;
	margin: 0 auto 20px;
}


#greetings section:last-of-type ,
#greetings section:last-of-type p {
	margin-bottom: 0;
	padding-bottom: 0;
}

#greetings section div img {
	display: block;
	margin: auto;
}

#greetings section div span {
	display: block;
	font-size: 40px;
	font-weight: bold;
}

#preparation > section {
	padding-bottom: 0;
}

#preparation img {
	display: block;
}

#atmosphere span {
	display: block;
	padding-left: 5px;
	font-weight: bold;
}

#atmosphere img {
	width: 100%;
}

