@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Anton);
/*@import url(https://fonts.googleapis.com/css?family=:400,700);
*/
/* * * * * * * * * * * * * * * * * *
 base.css
* * * * * * * * * * * * * * * * * */

/* reset, common
--------------------------------- */
* {
	margin:0; padding:0; list-style:none;
	outline: none;
}

html, body {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 14px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", "HiraKakuPro-W3", 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	background: #48c47f;
	letter-spacing: 0.5px;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

img {
	border:none;
	vertical-align: bottom;
}

a {
	color: #333;
	outline : none ;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/* fonts */
.f_min {
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.font_s {font-size: 90%;}

.red {color: #FF0000;}

/* float */
.l {float: left;}
.r {float: right;}

.tac {text-align: center;}
.tar {text-align: right;}

/* clearfix */
.clearfix:after {
	content : "." ;
	display : block ;
	height : 0 ;
	clear : both ;
	visibility : hidden ;
}
.clearfix { display : inline-block ; }
/* Hides from IE-Mac \*/
*html .clearfix { height : 1% ; }
.clearfix { display : block ; }
/* End hide from IE-mac */

.none {display: none;}

.inWrap li,
.txt_indent {
	text-indent: -1em;
	padding-left: 1em;
}

/* opacity */
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/* margin */
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}

label {
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.noPC {
	display: none;
}


/* リンクアニメーション */
a,
a img,
p.btnBox input {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}


/* wrapper
================================= */
#wrapper {
	position: relative;
	overflow: hidden;
	padding-left: 345px;
	min-height: 100%;
}

#wrapper:before {
	content: "";
	display: block;
	width: 5px;
	height: 100%;
	background: #ededed;
	position: absolute;
	left: 340px;
	top: 0;
}


/* side
================================= */
div#side {
	width: 340px;
	position: absolute;
	left: 0;
	top: 0;
}


/* header
--------------------------------- */
#header {
	background: #31b16a;
	padding: 50px 50px 25px;
}

#header h1 {
	margin-bottom: 25px;
}

ul.schedule li {
	margin-bottom: 20px;
}

nav#nav {
	font-family: 'Anton', sans-serif;
	-webkit-font-smoothing: antialiased;
	/*font-weight: bold;*/
	font-size: 22px;
	color: #CCC;
}

nav#nav ul li + li {
	margin-top: 6px;
}
nav#nav ul li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #fff;
	padding: 0 25px 0 0;
	background: -600px bottom no-repeat;
}

nav#nav ul li a:hover {
	text-decoration: none;
	color:#E3F825;
}


/* sideCont
--------------------------------- */
section#sideCont {
	padding: 20px 0 0;
}

section#sideCont h2 {
	text-align: center;
	margin-bottom: 5px;
}

/* news */
dl.news {
	margin: 0 50px 10px;
	padding: 15px;
	background: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
}
dl.news dt {
	color: #31b16a;
}
dl.news dd + dt {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #D8D8D8;
}
dl.news a {
	display: block;
}

p.btn_more {
	text-align: right;
	margin-bottom: 20px;
	padding-right: 50px;
}
p.btn_more a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-family: 'Anton', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #FFF;
	background: #31b16a;
	height: 20px;
	line-height: 19px;
	padding: 0 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
}
p.btn_more a:hover {
	background: #FFF;
	color: #31b16a;
	text-decoration: none;
}

ul.bnrList {
	text-align: center;
}
ul.bnrList li + li {
	margin-top: 10px;
}


/* footer
--------------------------------- */
#footer {
	padding: 20px 50px;
}

ul.social {
	margin-bottom: 10px;
}
ul.social li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 5px;
}
li.fb,
li.fb * {
	vertical-align: top!important;
}

#footer p.copy {
	font-size: 8px;
}


/* main
================================= */
div#main {
	position: relative;
}

/* inner
--------------------------------- */
.inner {
	position: relative;
}

li {
	box-sizing: border-box;
}

