@charset "UTF-8";
/* top.css */

/*----< スライダー >---------------------------------------*/

.flexslider {
	width:100%;
	height:auto;
}



/*----< h1テキスト >---------------------------------------*/

.h1text {
	background-color:#4caad9;
	padding:15px 0;
}
.h1text h1 {
	color:#fff;
	text-align:center;
}



/*----< お知らせ／動画紹介／フェイスブックページ >---------------------------------------*/

.news {
	width:470px;
	height:auto;
}
.fb-page {
	width:380px;
	height:auto;
	float:right;
}
.news {
	text-align:left;
	margin-bottom:30px;
}
.news ul {
	border-top:#e1d6bb 1px solid;
}
.news li {
	font-size:13px;
	line-height:1.6;
	border-bottom:#e1d6bb 1px solid;
	padding:5px 0 5px 35px;
	background:url(../images/top/news_icon.png) left 5px no-repeat;
}
.movie {
	text-align:left;
	width:440px;
	height:201px;
	padding:8px 15px;
	background:url(../images/top/movie_bg.jpg) center top no-repeat;
}
.movie h2 {
	float:left;
}
.moviearea {
	width:280px;
	height:200px;
	float:right;
}



/*----< 活動内容 >---------------------------------------*/

.activity {
	background:#edfad4;
}
.activity .text {
	text-align:left;
}
.activity ul {
	margin-top:25px;
}
.activity li {
	float:left;
}
.act02 {
	margin: 0 32px;
}
.activity a {
	color:#59493f;
}
.activity a:hover {
	text-decoration:none;
}
.readmore {
	width:155px;
	height:auto;
	background: url(../images/top/arrow.png) left center no-repeat;
	margin:0 auto;
	padding-left:5px;
}



/*----< 游風メンバー >---------------------------------------*/

.sponsor li {
	float:left;
}
.s01, .s02, .s03 {
	margin-right:15px;
}
.sponsor h3 {
	line-height:18px;
	margin:20px 0 ;
	padding:5px 0;
	background:#f4f0dc;
	border-radius: 4px; 　/* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
}


@media only screen and (max-width: 768px) {
	
.innerbox {
	padding:30px 5%;
}



/*----< h1テキスト >---------------------------------------*/

.h1text {
	padding:15px 5%;
}
.h1text h1 {
	line-height:1.6;
}



/*----< お知らせ／動画紹介／フェイスブックページ >---------------------------------------*/

.news {
	width:100%;
}
.news h2 {
	text-align:center;
}
.movie {
	width:100%;
	height:auto;
	padding: 0;
	background:none;
}
.movie h2 {
	float:none;
	text-align:center;
}
.movie .moviearea {
float:none;
position: relative;
margin: 20px 0;
padding-bottom: 56.25%;
padding-top: 30px;
overflow: hidden;
width:100%;
max-width: 100%;
height: auto;
}
.movie .moviearea iframe, .movie .moviearea object, .movie .moviearea embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.fb-page {
	width:100%;
	/*display:none !important;*/
	float:none;
}



/*----< 活動内容 >---------------------------------------*/

.activity ul {
	width:100%;
	margin:25px auto 0;
}
.activity .act01, .activity .act02, .activity .act03 {
	width:30%;
	height:auto;
}
.activity .act02 {
	margin: 0 5%;
}
.activity .act01 img, .activity .act02 img, .activity .act03 img {
	max-width:100%;
	height:auto;
}



/*----< 游風メンバー >---------------------------------------*/

.sponsor li {
	width:50%;
	margin-bottom:10px;
}
.s01, .s02, .s03 {
	margin-right:0;
}


}



@media only screen and (max-width: 480px) {
	
/*----< h1テキスト >---------------------------------------*/

.h1text h1 {
	text-align:left;
	font-size:13px;
	line-height:1.6;
}


/*----< 活動内容 >---------------------------------------*/

.activity li {
	float:none;
}
.activity .act01, .activity .act02, .activity .act03 {
	width:80%;
	height:auto;
	margin: 0 auto 15px;
}
.activity .text {
	text-align:left;
}


}
	