

/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;	
	background: url("../img/bg1.png") no-repeat top center;
	background-size: cover;
}
.intro .slogan,.intro .page-scroll{
	text-align: center;
	position: relative;
	right: -20%;
}
.intro .slogan p{
	font-size: 2.5em;
	margin-top: -50px;
}

/* ===========================
--- activity
============================ */
#activity .grandprix p{
	font-weight: 700;
	text-align: center;
	font-size: 1.2em;
	color: #330000;
}
#activity .grandprix img{
	width: auto;
}
.comment2{
	position: relative;
	padding: .5em .75em;
	border: 1px solid #ccc;
	border-radius: 6px;
	background-color: #e5f7ff;
	font-size: 0.9em;
}
#activity .place{
	font-size: .8em;
}

/* ===========================
--- Elements
============================ */
/* Media queries */
@media (max-width:1024px) {
	.intro .slogan p{
		font-size: 1.8em;
	}
}

@media (max-width:991px) {
	#activity .place{
		font-size: .7em;
	}	
}

@media (max-width:768px) {
	.intro .slogan p{margin-top: -50px;}
	.intro .slogan img{width: 40px;}
	#separator p{font-size: .9em;}
	.link iframe,.link img{
		max-width: 360px;
		width: 100%;
		height: 350px;
		margin: 0 auto;
	}
	#activity .place{font-size: .75em;}
}
@media (max-width:767px) {
	.intro {
		background: url(../img/bg1_tab.png) no-repeat top center;
		background-size: cover;
	}
}
@media (max-width:650px) {
	.intro .slogan,.intro .page-scroll{
		text-align: center;
		position: relative;
		right: 0%;
		top:50px;
	}
	.intro .slogan p{
		font-size: 1.3em;
		font-weight: 700;
		color: #444;
		background-color: rgba(255,255,255,0.7);
		margin-top: 50px;
	}
}

@media (max-width:480px) {
	.intro {
		background: url(../img/bg1_sp.png) no-repeat top center;
		background-size: cover;
	}
	#intro.intro {padding:25% 0px 10% 0px;}
	.section-heading h2 {font-size: 30px;}
	.link img{height: auto;}
	#activity .grandprix img{width: 18%;}
}
/*iphone5*/
@media (max-width:320px) {
	.section-heading h2 {font-size: 25px;}
	#activity .grandprix p{font-size: 0.9em;}
}