@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

body,
#wrap {
	overflow-x:hidden;
}


#container h2 ul {
	text-align:center;
}

#container h2 ul li {
	display:inline-block;
	margin-right:5px;
}

#container h2 ul li:last-child {
	margin-right:0;
}


/*-------------------------------------------------------------------
	event
-------------------------------------------------------------------*/

#event {
}


#event .relabox {
	position:relative;
	margin:0 0 80px;
}

#event .relabox.last {
	margin:0;
}


#event .box {
	overflow:hidden;
	zoom:1;
}

#event .box .left {
	width:520px;
	float:left;
}

#event .box .right {
	width:520px;
	float:right;
}

#event .box .photo {
	float:left;
}

#event .box .text {
	margin-left:500px;
	padding-top:70px;
	font-size:1.2em;
	line-height:1.8;
}

#event .box dl {
	overflow:hidden;
	zoom:1;
	margin:0 0 20px;
}

#event .box dl.end {
	margin:0;
}

#event .box .img {
	margin:30px 0 0;
}

#event .box dl dt {
	float:left;
}

#event .box dl dd {
	margin-left:160px;
	font-size:1.2em;
	line-height:2.0;
	font-weight:400;
}

#event .box dl dd p {
	display:table-cell;
	height:130px;
	vertical-align:middle;
}



/* icon */


#event .relabox .icon01 {
	position:absolute;
	left:3%;
	top:50%;
	transform:translateY(-50%);
}

#event .relabox .icon02 {
	position:absolute;
	right:3%;
	top:50%;
	transform:translateY(-50%);
}

#event .relabox .icon03 {
	position:absolute;
	left:3%;
	top:20%;
}

#event .relabox .icon04 {
	position:absolute;
	right:3%;
	top:20%;
}

#event .relabox .icon05 {
	position:absolute;
	left:3%;
	top:20%;
}

#event .relabox .icon06 {
	position:absolute;
	right:3%;
	top:20%;
}


/*===============================================
  画面の横幅が1450px以下に適用
===============================================*/
@media screen and (max-width: 1450px) {
	
	#event .inwrap {
		width:80%;
	}
	
	#event .box .photo {
		width:38%;
	}
	
	#event .box img {
		max-width:100%;
	}

	#event .box .text {
		margin-left:40%;
		padding-top:50px;
		font-size:1.1em;
	}
	
	#event .relabox .icon01,
	#event .relabox .icon03,
	#event .relabox .icon05 {
		left:2%;
		z-index:-1;
	}
	
	#event .relabox .icon02,
	#event .relabox .icon04,
	#event .relabox .icon06 {
		right:2%;
		text-align:right;
		z-index:-1;
	}
	
	#event .relabox .icon01 img,
	#event .relabox .icon02 img,
	#event .relabox .icon03 img,
	#event .relabox .icon04 img,
	#event .relabox .icon05 img,
	#event .relabox .icon06 img {
		max-width:80%;
	}
	
	
	#event .box .left {
		width:49%;
	}

	#event .box .right {
		width:49%;
	}
	
	#event .box dl dt {
		width:100px;
	}

	#event .box dl dd {
		margin-left:120px;
	}
	
	#event .box dl dd p {
		height:100px;
	}
}

/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px) {
	
	#event .inwrap {
		width:94%;
	}
	
	#event .box dl dd {
		font-size:1.1em;
	}
	

	#event .relabox .icon01,
	#event .relabox .icon02,
	#event .relabox .icon03,
	#event .relabox .icon04,
	#event .relabox .icon05,
	#event .relabox .icon06 {
		display:none;
	}
}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	
	

}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){
	
	#event .inwrap {
		width:92%;
	}
	
	#event .relabox {
		margin:0 0 40px;
	}

	
	#event .box .left {
		width:100%;
		float:none;
		margin:0 0 40px;
	}
	

	#event .box .right {
		width:100%;
		float:none;	
	}

	#event .box .photo {
		float:none;
		width:100%;
		text-align:center;
	}
	
	#event .box .photo img {
		max-width:75%;
	}

	#event .box .text {
		margin-left:0;
		padding-top:30px;
		font-size:1.1em;
	}

	#event .box dl dt {
		width:100%;
		float:none;
	}

	#event .box dl dd {
		margin:20px 0 0;
		font-size:1.1em;
		line-height:1.8;
	}

	#event .box dl dd p {
		display:block;
		height:auto;
	}
	
	#event .box dl {
		margin:0 0 30px;
	}

	#event .box dl.end {
		margin:0;
	}


	#container h2 ul li img {
		max-width:40px;
	}


}