@charset "utf-8";

-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.big { font-size: 150%;font-weight: bold;}
.bold { font-weight: bold; }
.border { border: 1px solid #ccc; }
/* -------------------------------------------------------------- */

body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	}


/* リンク設定
------------------------------------------------------------*/

a {
	color:;
	text-decoration:none;
	}

a:hover{color:#73c4e6;}

a:active, a:focus{outline:0;}

/* 全体
------------------------------------------------------------*/
*{ padding: 0; margin: 0; vertical-align: middle;}

#wrapper {
	margin: 0px auto;
	}

/*************
/* ヘッダー
*************/

header {
	width: 100%;
	height: 90px;
	background: #73b64c;
	position: fixed;
	top:0;
	left:0;
	z-index: 999;
	}

#header {
	width: 1024px;
	margin: 0 auto;
	}

#header #logo {
	float: left;
	}

#header #logo img{
	width: 224px;
	}

/*************
/* ロゴ FOR SP
*************/

@media only screen and (max-width: 769px){

#header {
	width: 320px;
	}

#header #logo {
	width: 320px;
	margin: 0 auto;
	}

#header #logo img{
	width: 220px;
	margin-left: 50px;
	}
}


/**************************
/* ナビゲーション
**************************/

nav {
	float: right;
	height: 1.5em;
	margin-top: 51px;
	}

nav #menu {
	width:753px ;
	height: 1.5em;
	}

nav #menu li {
	position: relative;
	float: left;
	width: 188px;
	height: 1.5em;
	text-align: center;
	letter-spacing: 0.3em;
	}

nav #menu li a {
	display: block;
	width: 188px;
	height: 2em;
	color: #fff;
	transition: 0.7s;
	background: #73b64c;
	}

nav #menu li a:hover {
	color:#ccc;
	}

nav #menu > li li:hover > a {
	background: #2e8b57;
	}

nav #menu .sub-title .sub-menu {
	left: 0;
	position: absolute;
	}

nav #menu .sub-title .sub-menu li {
	overflow: hidden;
	height: 0;
	transition: 0.4s;
	}

nav #menu .sub-title:hover > .sub-menu > li {
	overflow: visible;
	width: 188px;
	height: 2em;
	}

/**************************
/* ナビゲーション FOR SP
**************************/

@media only screen and (max-width: 769px){
	#header #navi {
	display: none;
	}
}

@media only screen and (min-width: 770px){
	#header #for-sp {
	display: none;
	}
}

.drawer-nav .drawer-menu li{
	line-height: 2.5;
	}

.drawer-nav .drawer-menu li span {
	margin-left: 1em;
	font-weight: bold;
	}

.drawer-nav .drawer-menu li ul li {
	background: #eee;
	border-bottom: 1px solid #ccc;
	}

.drawer-nav .drawer-menu li ul li a{
	margin-left: 1em;
	}

/*************
/* フッター
*************/

#footer {
	padding: 2em 0;
	width: 100%;
	background: #f7f6fb;
	font-size: 80%;
	}

#footer #footer-box {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 2em;
	}

#footer #footer-box ul:first-child {
	margin-left: 2%;
	}

#footer #footer-box ul {
	width: 24%;
	display: inline-block;
	vertical-align: top;
	line-height: 3;
	}

#footer #footer-box .ft-top {
	font-weight: bold;
	color: #555;
	}

#footer a {
	color: #555;
	}

#footer a:hover {
	color: #000;
	}

#footer #copy {
	width: 100%;
	margin: 0 auto;
	padding-top: 1em;
	border-top: 1px solid #ccc;
	}

#footer #copy p {
	text-align: center;
	color: #555;
	line-height: 2;
	}

/*************
/* フッター FOR SP
*************/
@media only screen and (min-width: 770px) and (max-width: 961px){

#footer #footer-box {
	width: 750px;
	}

}

@media only screen and (max-width: 769px){

#footer #footer-box {
	display: none;
	}
#footer #copy p {
	margin: 0 1em 0 1em;
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
	}
}


