@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 649px) {
	
/* ----------------------------------------------- wrapper */
#wrapper {
	/*opacity: 0;*/
	font-size: 80%;
	margin:0;
	padding:0;
}
/* ----------------------------------------------- header */
#header {
	height:62px;
	/*background-color:#FFFFFF;
	background-image:none;*/
	/*	background-image:url(../img/tpl/header_back.png);
	background-position:center top;
	background-repeat:no-repeat;*/
	padding:10px 10px 0 0;
	border-bottom:5px solid #3B9352;
}
#header .inner {
	width: auto;
	margin:0 auto;
	padding:0;
}
/**/
#header h1, #header .logo {
	/*	width:195px;
	float:left;
	margin:0;
	padding:20px 0 0 0;
	font-size:0;*/
	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	float: none;
	text-align: left;
	padding: 16px 0px 0px 0;
}
#header h1 img, #header .logo img {
	width: 150px;
	height: auto;
	margin-left:10px;
}
/**/
#header .header_right {
	display:none;
}
/* ----------------------------------------------- mainmenu */



/* ----------------------------------------------- nav */
#header div.nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
}
#header .menu {
	width: 100%;
	display: none;
}
/**/
#toggle {
	display: block;
	right: 0px;
	top: 0px;
	z-index: 200;
	width: 100%;
}
#toggle a {
	display: block;
	float: right;
	position: relative;
	background-color: #3B9352;
	color: #3B9352;
	text-align: center;
	text-decoration: none;
	width: 50px;
	height: 50px;
}
#toggle span {
	position: absolute;
	left: 10px;
	width: 30px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#toggle span:nth-of-type(1) {
	top: 13px;
}
#toggle span:nth-of-type(2) {
	top: 23px;
}
#toggle span:nth-of-type(3) {
	top: 33px;
}
#toggle.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
}
#toggle.active span:nth-of-type(2) {
	opacity: 0;
}
#toggle.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
}
/**/

#header .mainmenu {
	float: none;
	width: 100%;
	font-size:90%;
}
#header .mainmenu ul {
	border-right: none;
	border-top: 1px dashed #CCCCCC;
	border-left: none;
	float: none;
	width: 100%;
	background: #3B9352;
	opacity:0.9;
	/**/
	 z-index: 3;
	position: absolute;
	top: 62px;
}
#header .mainmenu ul li {
	float: none;
	border-bottom: 1px dashed #CCCCCC;
	border-right: none;
	font-size:140%;
}
#header .mainmenu ul li a {
	display: block;
	height: auto;
	margin:0;
	padding:8px 0;
	text-align: center;
	font-weight:normal;
	background-color:#3B9352;
	color:#FFF;
}
#header .mainmenu ul li a:hover {
}
#header .mainmenu ul li .on a {
}
/* ----------------------------------------------- contents */
#contents {
	clear:both;
	background-color:#FFFFFF;
	margin:0;
	padding:20px 0;
}
/* ----------------------------------------------- ページの先頭 */
#page_back {
	display:none;
}
#page_back a {
}
/* ----------------------------------------------- footer */
#footer {
	text-align: center;
}
/**/
#footer .f_bana {
	background-color:#E8F0F7;
	overflow:hidden;
}
#footer .f_bana ul {
	width:100%;
	margin:0 auto;
	padding:20px 0;
	list-style:none;
}
#footer .f_bana ul li {
	display: inline-block;
	margin:2px 4px;
	padding:0;
}
#footer .f_bana ul li img {
	width:100%;
	max-width:220px;
	height:auto;
}
/**/
#footer .f_link {
}
#footer .f_link ul {
	width:70%;
	margin:0 auto;
	padding:10px;
}
#footer .f_link ul li {
	float:none;
	text-align:left;
	margin:10px 0;
	padding:0 0 0 20px;
	font-size:80%;
}
#footer .f_link ul li a {
}
/**/
#footer .f_bottom .inner {
	width:100%;
	margin:0 auto;
	padding:20px 0 10px 0;
}
/**/	
#footer .f_bottom .f_info {
	float: none;
	width:100%;
	text-align:center;
}
#footer .f_bottom .f_info .logo {
}
#footer .f_bottom .f_info .logo img {
	width: 150px;
	height: auto;
}
#footer .f_bottom .f_info .address {
}
#footer .f_bottom .f_info .address span {
}
/**/
#footer .navi_box {
	display:none;
}
/**/
.copy {
	font-size: 80%;
}
/* ----------------------------------------------- other */

/*ボタン*/
.btn {
	/*	width:30%;
	margin:20px auto;
	padding:6px 0;
	position: relative;
	text-align:center;
	display: inline-block;
	text-decoration: none;
	background-color:#FFFFFF;
	color: #3B9352;
	border:1px solid #3B9352;
	border-radius: 4px;
	box-shadow: 0 3px 0 #3B9352;
	background-image:url(../img/tpl/icon_btn.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	font-size:80%;*/
	width:80%;
	margin:10px auto;
}
.btn:active {
/*	top: 3px;
	box-shadow: none;
	background-color:#E8F1DB;*/
}
.btn:hover {
/*background-color:#E8F1DB;*/
}
/**/
.btn_s {
	/*	width:60%;
	margin:20px auto;
	padding:6px 0;
	position: relative;
	text-align:center;
	display: inline-block;
	text-decoration: none;
	background-color:#FFFFFF;
	color: #3B9352;
	border:1px solid #3B9352;
	border-radius: 4px;
	box-shadow: 0 3px 0 #3B9352;
	background-image:url(../img/tpl/icon_btn.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	font-size:80%;*/
	width:80%;
	margin:10px auto;
}
.btn_s:active {
/*	top: 3px;
	box-shadow: none;
	background-color:#E8F1DB;*/
}
.btn_s:hover {
/*background-color:#E8F1DB;*/
}
}
