@charset "utf-8";

/*=========================================================
	index
		1. browser style reset
		2. element style
		3. clear class
=========================================================*/

/* 1. browser style reset
=========================================================*/
html,body,div,
h1,h2,h3,h4,h5,h6,p,pre,
table,caption,
dl,dt,dd,ul,ol,li,
fieldset,form,label,legend{
	margin:0;
	padding:0;
	font-size:100%;
}
table,tr,th,td{
	border-collapse:collapse;
	border-spacing:0;
	font-weight:normal;
}
a img{border:0;}

ul li{
	list-style:none;
	}
/* 2. element style
=========================================================*/
a img{border-style:none;}
img{vertical-align:middle;}


/* 3. clear & reset class
=========================================================*/
.clfix:after{
	content:"."; 
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0;
}
.clfix{display:inline-block;}
* html .clfix{height:1%;}
.clfix{display:block;}

.clr{clear:both !important;
display: block !important;}
.hide{display:none !important;}
.fend{float:none !important;}

br.clr{
	clear:both;
	width:0px;
	height:0px;
	font-size:0%;
	line-height:0;
}
/*link
---------------------------------------------------------------------------*/
a {
	color: #7DB312;	
	text-decoration: none;	
}
a:hover {
	color: #6A970F;	
	text-decoration: none;	
}

/*body
---------------------------------------------------------------------------*/
body {
	background: #FFF;
	color: #333;
	margin: 0;
	padding: 0;
font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
	line-height:1.6;
	font-size:100%;
	-webkit-text-size-adjust: 100%;
}

input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

p{
	margin-bottom:1.5em;
}
.point{
	color:#E67E17;
}


/*header
---------------------------------------------------------------------------*/
header {
	background: #FFF;	
	border-bottom:10px solid #7DB312;	
}
header .inner {
	max-width: 950px;
	height: 80px;
	position: relative;
	margin: 18px auto 0;
}
#top header .inner h1,
header .inner #logo {
	position: absolute;
	left: 0;	
	top: 0;
}
header .inner .topLink {
	position: absolute;
	right: 20px;	
	top: 40px;
}
header .inner .topLink li{
	float:left;
	margin-left:22px;
	font-size:90%;
}
header .inner .topLink li:first-child{
	margin-left:0;
}
header .inner .topLink li a{
	display:block;
	background:url(/common/images/icoArrow02.png) no-repeat left center;
	padding-left:22px;
	color:#333;
}
header .inner #topSns{
	position: absolute;
	right: 20px;	
	top: 0;
}
header .inner #topSns li{
	float:left;
	margin-left:20px;
}

.fb_iframe_widget span{
    vertical-align: top !important;
}

/*PC上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menu {
	height: 58px;
	background: #FFF;
}
nav#menu ul {
	width: 950px;
	margin: 0px auto;
}
nav#menu ul li {
	float: left;
	text-align: center;	
	font-weight: bold;
}
nav#menu ul li {
	float: left;
	text-align: center;	
	font-weight: bold;
	height: 30px;
	padding: 11px 0 14px 4px;
}
nav#menu ul li a {
	text-decoration: none;
	display: block;
	line-height: 30px;
	letter-spacing: 0.05em;
	padding:3px 0;
	color:#333;
}

nav#menu ul li.menuTop{
	width:106px;
}
nav#menu ul li.menuAbout{
	width:169px;
}
nav#menu ul li.menuHistory{
	width:176px;
}
nav#menu ul li.menuSchedule{
	width:200px;
}
nav#menu ul li.menuMessage{
	width:120px;
}
nav#menu ul li.menuSupporter{
	width:180px;
}
nav#menu ul li.menuSupporter{
	width:180px;
}
nav#menu ul li.menuInfo{
	width:141px;
}
nav#menu ul li a:hover,
#top nav#menu ul li.menuTop a,
#about nav#menu ul li.menuAbout a,
#history nav#menu ul li.menuHistory a,
#schedule nav#menu ul li.menuSchedule a,
#message nav#menu ul li.menuMessage a,
#supporter nav#menu ul li.menuSupporter a,
#info nav#menu ul li.menuInfo a{
	color:#FFF;
	background:#E67E17;
	border-radius:10px;
}
nav#menu ul li a span {
}

#spMenu{
	display:none;
}

/*contents
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 950px;
	margin: 0px auto;
	padding-top: 30px;
	font-size:94%;
}


/*main_contents
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 72.631578947%;/*690px*/
	padding: 0 30px 30px 0;
}

#main h3 {
	clear: both;
}
#main p {
}

#main .pageNavi,
#main .pageNavi_x{
	margin:0 0 20px;
}


#main .pageNavi ul{
		margin:0 0 0 20px;
}
#main .pageNavi_x ul{
	margin:0 0 0 0;
}
#main .pageNavi li{
	float:left;
	display:block;
	background:URL(/common/images/icoArrow.png) no-repeat left center;
	padding-left:20px;
	margin:0 0 0 38px;
}
#main .pageNavi_x li{
	float:left;
	display:block;
	background:URL(/common/images/icoArrow.png) no-repeat left center;
	padding-left:20px;
	margin:0 0 8px 16px;
}

#main .pageNavi li:first-child,
#main .pageNavi_x li:first-child{
	margin:0;
}
#main .pageNavi:after,
#main .pageNavi_x:after{
	content:"."; 
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0;
}
	
/*About fla*/
.flaCont object{
	width:640px;
	height:340px;
}

/*side
---------------------------------------------------------------------------*/
#side {
	float: right;
	width: 24.210526315%;/*230px*/
	padding-bottom: 30px;
}
#side .sideBnr ul {
	text-align:center;
	margin:0 auto;
}

#side .sideBnr ul li{
	margin-bottom:15px;
}
.fb-page{
	text-align:center;
	margin:0 auto;
}
/*footer
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding: 60px 20px 70px;
	color: #FFF;
	background: #7DB312;
	font-size: 86%;

}
footer .footerInr{
	max-width:910px;
	margin:0 auto;
	text-align:left;
}
footer span {
	display: block;
	float:right;
	text-align:left;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}


/*input_bt
------------------------------------------------------------------------------------*/
#info .wpcf7{
	margin-left: 1.0em;
	
}
#info span.must,
#info .screen-reader-response{
	color: #C41114;
}
#info .sent{
	display: none;
}

#info .wpcf7-not-valid-tip{
	color: #C41114;
	padding-left: 0.5em;
}
#info .entryBtn{
width: 250px;
    margin: 0 auto;
}

#info #main p{
	margin-left: auto !important;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;
	padding: 10px;
	margin: 15px auto 30px;
	border-radius: 10px;
	background-color: #e5e5e5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);
	background-image: linear-gradient(#FFF, #e5e5e5);
	-webkit-box-shadow: 1px 2px 7px #ccc;
	box-shadow: 1px 2px 7px #ccc;
	letter-spacing: 0.05em;
	border: 1px solid #ccc;
	cursor:pointer;
	text-align: center;
}

.wpcf7-validation-errors,
.screen-reader-response ul{
	display: none;
}
/*input_btn_hover
------------------------------------------------------------------------------------*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #FFF;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	
	background-image: -webkit-linear-gradient(#e5e5e5, #FFF);
	background-image: linear-gradient(#e5e5e5, #FFF);
}


/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding:10px 0;
}
#pagetop a {
	color: #FFF;
	font-size: 10px;
	background-color: #7DB312;
	text-decoration: none;
	text-align: center;
	width: 10em;
	display: block;
	float: right;
	padding:10px 0;
}
#pagetop a:hover {
	background-color: #FFF;
	color: #7DB312;
	border-top:3px solid #7DB312;
		padding:7px 0 10px;
}

/*module
---------------------------------------------------------------------------*/

/* text-align
---------------------------------------------------------*/
.tLeft { text-align: left !important; }
.tRight { text-align: right !important; }
.tCenter { text-align: center !important; }

/* font style
---------------------------------------------------------*/
.b{font-weight:bold;}
.u{text-decoration:underline;}
.i{font-style:italic;}
.s{text-decoration:line-through;}

/* font size
---------------------------------------------------------*/
.f120{font-size:120%;}
.f115{font-size:115%;}
.f110{font-size:110%;}
.f105{font-size:105%;}
.f95{font-size:95%;}
.f90{font-size:90%;}
.f85{font-size:85%;}
.f80{font-size:80% !important;}

/* float
---------------------------------------------------------*/
#cnWrapper .floatL {_display: inline; float: left; }
#cnWrapper .floatR {_display: inline; float: right; }
#cnWrapper .floatL-Object, #cnWrapper .floatL-ObjectBorder {
	margin: 0 40px 25px 0 !important; }
#cnWrapper .floatR-Object, #cnWrapper .floatR-ObjectBorder {
	margin: 0 0 25px 40px !important; }
	
.w250{
		width:250px;
	}

.pCon{
	display:block;
}
.sCon{
	display:none;
}



/*タブレット用（741px～999px）設定
---------------------------------------------------------------------------*/
@media screen and (min-width: 741px) and (max-width: 999px) {

 
}

@media screen and (min-width: 500px) and (max-width: 741px) {


#side .sideBnr ul {
	margin:0 5% 5% 5%;
}

#side .sideBnr ul li{
	float:left;
}
}
/*スマートフォン用（740px以下）設定
---------------------------------------------------------------------------*/
@media screen and (max-width: 740px) {

.pCon{
	display:none;
}
.sCon{
	display:block;
}

/*header
---------------------------------------------------------------------------*/
header {
	border-bottom:4px solid #7DB312;
}
header .inner {
	width: auto;
	height: auto;
	text-align: center;
}
/*h1ロゴの設定*/
#top header .inner h1,
header .inner #logo {
	position: static;
	padding-bottom: 10px;
}
header .inner #topSns{
	position: static;
	padding-top: 18px;
	float:left;
}
header h1 img,
header .inner #logo img {
	width: 94%;
	height: auto;
}
header .topLink{
	display:none;
}
#spMenu{
	display:inline-block;
	padding:0 4px 8px 0;
	float:right;	
}
header:after{
	content:"."; 
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
#slider{
	margin:0px auto 0 !important; 
}
nav#menu {
	/*height: auto;
	overflow: hidden;
	border-bottom: none;
	border-left: 1px solid #d4d4d4;
	margin-bottom: 6px;*/
	display:none;
}
nav#menu ul {
	width: auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #d4d4d4;
}
nav#menu ul li a:hover {
	border-bottom: none;
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: none;
}


/*top sp_menu**********************************/
#act ul {
		width:100%;
		margin:0 auto;
		text-align:center;
		padding-left:3%;
}
#act li {
    float: left;
    margin: 0 3% 3% 0;
	width:29%;
}
/*
#act li img{
	max-width:90px;
	}*/
/*
#act li:first-child {
    margin-left: 10px;
}*/

/*pageNavi*/
#main .pageNavi{
	margin:16px 0 20px;
}
#main .pageNavi ul{
		margin:0 0 0 20px;
}
#main .pageNavi li{
	float:left;
	display:block;
	background:URL(/common/images/icoArrow.png) no-repeat left center;
	padding-left:20px;
	margin:0 24px 14px 0;
}
#main .pageNavi li:first-child{
	margin:0 24px 0 0;
}
#main .pageNavi li:last-child{
	margin:0 0 0 0;
}
#main .pageNavi:after{
	content:"."; 
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0;
}
	#main .pageNavi_x ul{
		width: 95%;
		margin: 0 auto;
}
#main .pageNavi_x li{
	float:left;
	display:block;
	background:URL(/common/images/icoArrow.png) no-repeat left center;
	padding-right:18px;
	margin:0 0 10px 0;
}
#main .pageNavi_x li:first-child{
	margin:0;
}
/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin-right: 0;
	margin-left: 0;
}

/*main,sideコンテンツ
---------------------------------------------------------------------------*/
#main{
	float: none;
	width: 100%;
	clear:both;
	display:block;
	padding: 0 0 30px 0;
}
#main img.w100{
	width: 100%;
}
#side {
	float: none;
	width: 100%;
	clear:both;
	display:block;
}
#side a{
	display:block;
}
#side.onePage{
	display:none;
}


#side .sideBnr ul {
	text-align:center;	
	margin:0 auto 30px;
}

#side .sideBnr ul li{
	margin-bottom:15px;
}
.fb-page{
	clear:both;
	float:none;
}
.fb-page,
.fb-xfbml-parse-ignore{
	text-align:center;
	margin:0 auto;
	width:100%;
}

/*About fla*/
.flaCont object{
	width:320px;
	height:180px;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#sliderWrap img{
	height:auto;
	width:100%;
	}
	
#mainimg {
	margin: 0px 6px 1%;
}
#mainimg aside {
	height: auto;
	width: 100%;
}
#mainimg aside img {
	vertical-align: bottom;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	padding-top: 10px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
		padding:10px 0;	
}
#pagetop a {
	color: #FFF;
	font-size: 10px;
	background-color: #7DB312;
	text-decoration: none;
	text-align: center;
	width: 10em;
	display: block;
	float: right;

}
#pagetop a:hover {
	background-color:#7DB312;
	color: #FFF;
	border-top:none;
	padding:10px 0;
}


/*footer
---------------------------------------------------------------------------*/
footer {
	clear: both;
	padding: 30px 20px 70px;
	font-size: 80%;
	
	
}
footer .footerInr{
}
footer span {
	float:left;
}

}
