@charset "utf-8";
/* CSS Document */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, 
a, strong, sub, sup,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
}
img {
	vertical-align: text-bottom;
}

#sections .sectionContents.container2 {
	max-width: 100%;
	padding: 0;
}
/*----------------------------------------
    PC
----------------------------------------*/



#wrap{
	width: 1200px;
	font-family: "メイリオ", "Meiryo", "verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 18px;
	color: #339999;
}
.ta_c{
	text-align: center;
}
.ta_r{
	text-align: right;
}
.sp{
	display: none;
}
a{
	color: #4174e1;
	font-weight: normal;
}

#topimg{
	/*position: relative;*/
}
#topimg .pc{
	position: relative;
	background-image: url(../images/top_img.png);
	background-position: center;
	height: 800px;
}
#topimg .pc .btn{
	width: 967px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#topimg p.btn01{
	position: absolute;
	left: 27px;
	top: 220px;
}
#topimg p.btn02{
	position: absolute;
	left: 320px;
	top: 294px;
}
#topimg p.btn03{
	position: absolute;
	left: 36px;
	top: 556px;
}
#topimg p.btn04{
	position: absolute;
	left: 331px;
	top: 544px;
}
#topimg p.btn05{
	position: absolute;
	left: 657px;
	top: 460px;
}
#bonus{
	width: 976px;
	margin: 0 auto;
}
#bonus p{
	font-size: 133%;
	font-weight: bold;
	line-height: 45px;
	margin: 40px 0;
}
#bonus p span{
	background: linear-gradient(transparent 55%, #f7e857 55%);
}
#bonus p:nth-of-type(2){
	margin-bottom: 0;
}
#bonus p.ta_r{
	font-size: 100%;
	color: #000;
	font-weight: normal;
	margin-top: 0;
}
#event_info{
	padding-bottom: 45px;
	margin-bottom: 63px;
	background-image: url(../images/bg_line.png);
	background-repeat: no-repeat;
	background-position: center bottom; 
}
#event_info h2{
	background-image: url(../images/bg_jagged.png);
	background-repeat: repeat-x;
	line-height: 75px;
	margin-bottom: 45px;
}
#event_info p{
	margin-bottom: 20px;
	font-weight: bold;
}
#event_info p.ef01{
	font-size: 166%;
	line-height: 30px;
}
#event_info p.ef01 span{
	font-size: 77%;
}
#event_info p.ef02{
	font-size: 144%;
	color: #000;
}
#event_info p.ef03{
	color: #000;
}
#event_info a:hover{
	text-decoration: underline !important;
}
.map{
	width: 976px;
	overflow: hidden;
	margin: 0 auto 50px;
}
.map h3{
	background-color: #8adcc7;
	line-height: 36px;
	margin-bottom: 10px;
}
.map .left{
	width: 488px;
	float: left;
}
.map .left div p{
	color: #000;
	margin: 20px 0 0 75px;
}
.map .left div ul{
	margin: 20px 0 0 75px;
	list-style: none;
	list-style-position: outside;
}
.map .right{
	width: 450px;
	float: right;
}

@media screen and (max-width:1220px){
	#wrap{
		width: 100%;
	}
	#topimg .pc{
		width: 100%;
	}
}
@media screen and (max-width:1200px) {
	#wrap {
		width: 100%;
	}
}

@media screen and (max-width:976px) {
	#wrap {
		width: 976px;
	}
}

/*----------------------------------------
    SP
----------------------------------------*/
@media screen and (max-width:768px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	#wrap{
		width: 100%;
		font-size: 16px
	}
	#wrap img{
		width: 100%;
		height: auto;
	}
	#topimg a img{
		width: 30%;
	}
	#bonus{
		width: 100%;
		font-size: 100%;
	}
	#bonus p{
		line-height: 1.8;
		font-size: 100%;
	}
	#bonus p span{
	background: linear-gradient(transparent 75%, #f7e857 75%);
}
	#bonus p.bonus, .right p{
		padding: 0 20px;
	}
	.left p, .left ul{
		padding: 0 20px;
	}
	#event_info{
		background-size: contain;
	}
	#event_info h2{
		background-size: contain;
		line-height: inherit;
	}
	#event_info h2 img{
		width: 70%;
	}
	#event_info p.ef01{
		line-height: 1.1;
		font-size: 120%;
	}
	#event_info p.ef02 {
		font-size: 100%;
	}
	.map{
		width: 100%;
		margin-bottom: 70px;
	}
	.map .left{
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.map .left div p{
		margin: 20px 0;
	}
	.map .left div ul {
		margin: 20px 0;
	}
	.map iframe{
		width: 100%;
	}
	.map .right{
		float: none;
		width: 100%;
	}
	
}
