/* common */


body {
	background-color: #FFF;
	min-width: 1120px;
}

.pc { display: block; }
.mb { display: none; }
.left { float: left; }
.right { float: right; }

a.btn01, a.btn02, input.btn02, button.btn02 {
	display: block;
	color: white;
	text-decoration: none;
	border: 0;
	border-radius: 0.3em;
		-moz-border-radius: 0.3em;
		-webkit-border-radius: 0.3em;
		-o-border-radius: 0.3em;
		-ms-border-radius: 0.3em;
}
.btn01 i, a.btn02 i, input.btn02 i { color: white; }
/* ORANGE */
a.btn01:link,a.btn01:visited {
	background-color: #ea8000;
	box-shadow:0px 6px 0px 0px #df6900;
		-moz-box-shadow:0px 6px 0px 0px #df6900;
		-webkit-box-shadow:0px 6px 0px 0px #df6900;
	}
a.btn01:hover,a.btn01:active {
	background-color: #eb5a24;
	box-shadow:0px 6px 0px 0px #cc5a24;
		-moz-box-shadow:0px 6px 0px 0px #cc5a24;
		-webkit-box-shadow:0px 6px 0px 0px #cc5a24;
	}
/* GREEN */
a.btn02:link,a.btn02:visited,
input.btn02,input.btn02:link,input.btn02:visited,
button.btn02,button.btn02:link,button.btn02:visited {
	background-color: #55aa4a;
	box-shadow:0px 6px 0px 0px #2f963c;
		-moz-box-shadow:0px 6px 0px 0px #2f963c;
		-webkit-box-shadow:0px 6px 0px 0px #2f963c;
	}
a.btn02:hover,a.btn02:active,
input.btn02:hover,input.btn02:active,
button.btn02:hover,button.btn02:active {
	background-color: #008c45;
	box-shadow:0px 6px 0px 0px #25723a;
		-moz-box-shadow:0px 6px 0px 0px #25723a;
		-webkit-box-shadow:0px 6px 0px 0px #25723a;
	}


/* ------------------------------------------------ Center */

article#header-wrap,
article#main-wrap,
article#main2-wrap,
article#footer-wrap {
	width: 100%;
	clear: both;
	overflow: auto;
}

/*article#header-wrap header,*/
/*article#main-wrap article#main_ctn,*/
article#main2-wrap article#main2_ctn,
article#footer-wrap footer {
	width: 1120px;
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.07);
	margin: 0 auto;
}

/* ------------------------------------------------ Header */

article#header-wrap {
	overflow: visible;
}
article#header-wrap header {
	min-width: 1120px;
	font-size: 10px 1.0rem;
	overflow: hidden;
}
article#header-wrap header h1 {
	display:block;
	max-width: 365px;
	height: 100px;
	overflow: hidden;
	float: left;
}
article#header-wrap header h1 a img { width: 100%; }
article#header-wrap nav#disp { display:block; }
article#header-wrap nav {
	width: 67%;
	min-width: 735px;
	max-width: 1000px;
	float: right;
}
article#header-wrap nav ul {
	width: 100%;
	height: 100px;
}
article#header-wrap nav ul li { width: 19.4%; min-width: 145px; height: 100%; }
article#header-wrap nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255,255,255,0.7);
	text-decoration: none;
	padding-top: 35px;
	font-family: "Folk Medium";
	font-size: 16px;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.2em;
}

article#header-wrap nav ul li a span {
	font-size: 10px;
	color: #939393;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.5em;
}
article#header-wrap nav ul li a:hover,
article#header-wrap nav ul li a:active {
	background: rgba(224,224,224,0.8);

}
article#header-wrap nav ul li:last-child { width: 22.4%; min-width: 154px; }
article#header-wrap nav ul li:last-child a {
	width: 100%;
	height: 100%;
	padding-top: 15px;
	background-color: #55aa4a;
	color: white;
	font-weight: 200;
	letter-spacing: normal;
}
article#header-wrap nav ul li:last-child a span {
	color: white;
	font-size: 26px;
	font-weight: 100;
	font-family: 'Pathway Gothic One', sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.2em;
}
article#header-wrap nav ul li:last-child a span i {
	color: white;
	font-size: 22px;
}
article#header-wrap nav ul li:last-child a:hover,
article#header-wrap nav ul li:last-child a:active {
	background-color: #008c45;
}

/* ------------------------------------------------ Main */



/* ------------------------------------------------ Footer */

article#footer-wrap {
	clear: both;
	background: url(../img/footer_back.jpg) no-repeat top center;
	overflow: hidden;
}
article#footer-wrap footer {
	height: 365px;
	padding-top: 35px;
	overflow: hidden;
}
article#footer-wrap footer h1 {
	width: 152px;
	display: block;
	float: left;
}
article#footer-wrap footer ul {
	width: 796px;
	margin-top: 5px;
	float: right;
	list-style-type: none;
	list-style: none;
}
article#footer-wrap footer ul li {
	width: 145px;
	margin-left: 1em;
	float: left;
}
article#footer-wrap footer ul li a {
	text-decoration: none;
	color: white;
	font-family: "Folk Regular";
	font-size: 16px;
}
article#footer-wrap footer ul li ul {
	width: 100%;
	border-top: 1px solid white;
	margin-top:15px;
	padding-top:15px;
}
article#footer-wrap footer ul li ul li {
	margin-left: 0;
	margin-bottom: 0.5em;
}
article#footer-wrap footer ul li ul li a {
	font-size: 13px;
}
article#footer-wrap footer address {
	padding-top: 66px;
	font-style: normal;
	color: white;
	text-align: right;
	clear: both;
	line-height: 1.6em;
}
article#footer-wrap footer address ul {
	float: right;
	width: auto;
	margin-bottom: 25px;
	font-family: "Folk Regular";
}
article#footer-wrap footer address ul li {
	width: 260px;
}
article#footer-wrap footer address ul li a {
	display: block;
	border: 3px solid rgba(255,255,255,0.7);
	width:254px;
	padding: 18px 0;
	text-align: center;
}
article#footer-wrap footer address ul li a i {
	color: white;
	padding-right: 0.5em;
}
article#footer-wrap footer address ul li a span {
	color: white;
	font-size: 12px;
	font-weight: normal;
}
article#footer-wrap footer address p {
	clear: both;
	color: white;
	font-size: 12px;
	line-height: 1.5em;
}

/* ----------------------------------------------------------------------------- MOBILE */

@media (max-width: 600px) {

body { min-width: auto; }
.pc { display: none; }
.mb { display: inline-block; }

/* ------------------------------------------------ MOBILE Center */

article#header-wrap header,
article#main-wrap article#main_ctn,
article#main2-wrap article#main2_ctn,
article#footer-wrap footer {
	width: 100%;
	/*box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.07);*/
	margin: 0;
}

/* ------------------------------------------------ MOBILE Header */

article#header-wrap {
	overflow: none;
	box-shadow:0px 0px 6px 3px rgba(0, 0, 0, 0.1);
		-moz-box-shadow:0px 0px 6px 3px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow:0px 0px 6px 3px rgba(0, 0, 0, 0.1);
}
article#header-wrap header {
	font-size: 10px 1.0rem;
	overflow: none;
	min-width: 380px;
	background-color: white;
}
article#header-wrap header h1 {
	display:block;
	width: 270px;
	overflow: none;
	float: left;
	height: auto;
}
article#header-wrap header h1 img {
	width: 270px;
}
a.nav_btn-off,a.nav_btn-on {
	display: block;
	font-size: 40px;
	line-height: 2em;
	width: 80px;
	height: 80px;
	float: right;
	text-align: center;
	cursor: pointer;
}
a.nav_btn-off { color: #333; }
a.nav_btn-on { background-color: #666; }
a.nav_btn-on i {color: white;}
article#header-wrap nav#disp { display:none; }
article#header-wrap nav {
	width: 100%;
	max-width: 100%;
	min-width: 380px;
	float: right;
	position: fixed;
	z-index: 10;
}
article#header-wrap nav ul {
	width: 100%;
	height: auto;
	background-color: #666;
}
article#header-wrap nav ul li {
	width: 50%;
	height: auto;
}
article#header-wrap nav ul li a {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	background: #666;
	text-decoration: none;
	padding-top: 20px;
	font-size: 16px;
	color: white;
	font-weight: normal;
	letter-spacing: 0.2em;
	border-top: 1px solid white;
}
article#header-wrap nav ul li:last-child { width: 50%; height: 40px; }
article#header-wrap nav ul li:nth-child(2) a,
article#header-wrap nav ul li:nth-child(4) a,
article#header-wrap nav ul li:nth-child(6) a {
	border-left: 1px solid white;
}
article#header-wrap nav ul li a span {
	display: none;
}
article#header-wrap nav ul li a:hover,
article#header-wrap nav ul li a:active {
	background-color: rgba(224,224,224,0.1);

}
article#header-wrap nav ul li:last-child a {
	width: 100%;
	height: 40px;
	padding-top: 20px;
	background-color: #666;
	color: white;
	font-weight: normal;
	letter-spacing: 0.2em;
}
article#header-wrap nav ul li:last-child a:hover,
article#header-wrap nav ul li:last-child a:active {
	background-color: rgba(224,224,224,0.1);
}

/* ------------------------------------------------ MOBILE Main */

article#main-wrap {
	position: relative;
	padding-top:80px;
	z-index: 0;
}

/* ------------------------------------------------ MOBILE Footer */

article#footer-wrap {
	clear: both;
	background: url(../img/footer_back.jpg) no-repeat top center/;
	overflow: hidden;
}
article#footer-wrap footer {
	height: 365px;
	padding-top: 35px;
	overflow: hidden;
}
article#footer-wrap footer h1 {
	width: 100%;
	display: block;
	float: none;
	text-align: center;
	margin-bottom: 30px;
}
article#footer-wrap footer ul {
	display: none;
}
article#footer-wrap footer address {
	padding-top: 0;
	font-style: normal;
	color: white;
	text-align: right;
	clear: both;
	line-height: 1.6em;
}
article#footer-wrap footer address ul {
	float: none;
	width: auto;
	margin-bottom: 25px;
	display: block;
	width: 90%;
	margin: 10px auto;
}
article#footer-wrap footer address ul li {
	width: 30%;
	height: 145px;
	float: left;
	margin-right: 3%;
	margin-left: 0;
}
article#footer-wrap footer address ul li:last-child {
	margin-left: 0;
}
article#footer-wrap footer address ul li a {
	display: block;
	border: 3px solid rgba(255,255,255,0.7);
	width:100%;
	height: 100px;
	padding: 18px 0;
	text-align: center;
}
article#footer-wrap footer address ul li a i {
	color: white;
	padding-right: 0.5em;
	font-size: 48px;
	display: inline-block;
	width: 100%;
	margin-bottom:10px;
}
article#footer-wrap footer address ul li:nth-child(3) a i {
	margin-bottom:20px;
}
article#footer-wrap footer address ul li a span {
	color: white;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
article#footer-wrap footer address p {
	clear: both;
	color: white;
	font-size: 14px;
	line-height: 1.7em;
	text-align: center;
	padding-top: 35px;
}


}