@charset "utf-8";

/* clearfix */
.cf{
	zoom: 1;
}
.cf:before, .cf:after{
	content: "";
	display: table;
}
.cf:after{
	clear:both;
}

a{
	color:#009FE7;
	text-decoration:none;
}

a:hover{
	color:#0071A2;
	text-decoration:underline;
}


/*=============================================
 body
=============================================*/
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック",  "MS PGothic", sans-serif;
	color:#000;
}

/*=============================================
 ヘッダー
=============================================*/
#header{
	width:100%;
	max-width:960px;
	margin: 0 auto;
	height:60px;
	text-align:center;
}

#header ul#sns{
	float:right;
	margin-top:20px;
	list-style:none;
}

#header ul#sns li{
	float:left;
	padding-left:10px;
	line-height:0;
}

/*=============================================
メイン
=============================================*/
#main h1 .pc{
	width:100%;
	max-width:1070px;
	margin: 0 auto;
	display:block;
}

#main h1 img{
	width:100%;
}

#main{
	background: #ff0000;
}

/*=============================================
コンテンツ
=============================================*/

#contents{
	text-align:center;
	margin:30px 0 0 0;
}

#contents .description{
	font-size:28px;
	color:#333333;
	line-height:1.5;
}

#contents .detail h2{
	font-size:50px;
	color:#ff0000;
	margin:40px 0 30px 0;
}

#contents .detail dl{
	font-size:20px;
	color:#000000;
	width:520px;
	margin:0 auto;
	text-align:left;
	line-height:1.5;
}

#contents .detail dt{
	width:120px;
	float:left;
}

#contents .detail dd{
	width:400px;
	float:left;
}

#contents .map{
	width:500px;
	margin:20px auto 10px auto;
}

#contents .schedule h3{
	font-size:28px;
	color:#000000;
	margin:40px 0 15px 0;
}

#contents .schedule dl{
	font-size:18px;
	color:#000000;
	width:440px;
	margin:0 auto;
	text-align:left;
	line-height:1.5;
}

#contents .schedule dt{
	width:160px;
	float:left;
}

#contents .schedule dd{
	width:280px;
	float:left;
}

#contents .info {
	background:#FFE599;
}

#contents .info h2{
	font-size:40px;
	color:#ff0000;
	padding:20px 0 30px 0;
	margin:20px 0 0 0;
}

#contents .info h2{
	font-size:40px;
	color:#ff0000;
	padding:20px 0 30px 0;
	margin:20px 0 0 0;
}

#contents .info ul{
	text-align:left;
	width:660px;
	margin:0 auto;
	list-style:none;
	font-size:20px;
	line-height:1.5;
	padding-bottom:30px;
}

/*=============================================
フッター
=============================================*/

footer .menu_area{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background:#e60012;
	font-size:12px;
	color:#fff;
}

footer .menu_area a{
	color:#fff;
}

footer .nav {
	width:75%;
	max-width:960px;
	margin:0 auto;
}

footer .nav ul{
	text-align:center;
}

footer .nav li{
	float:left;
	width:20%;
	list-style:none;
	text-align:center;
	line-height:1.5;
}

footer .second {
	width:75%;
	max-width:960px;
	margin:0 auto;
}

footer .second ul{
	text-align:center;
}

footer .second li{
	float:left;
	width:33%;
	list-style:none;
	text-align:center;
	line-height:1.5;
}

footer p{
	line-height:1.5;
}


