@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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block; }

img {
	border: 0;
	vertical-align: bottom; }

ol, ul {
	list-style: none; }

blockquote, q {
	quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

a:link, a:visited {
	text-decoration: none;
	color: #000000; }

a:hover, a:active {
	text-decoration: none;
	color: #1aa4ca; }

.clf:after {
	content:" ";
	display:block;
	clear:both;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*============================
body
============================*/
body {
	font-size: 14px;
	/*font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	font-family: "ヒラギノ角ゴPro W3","Hiragino kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #000000;
	-webkit-text-size-adjust: 100%;
	}

html, body {
		width: 100%;
		overflow-x: visible; /* Stops horizontal scrolling. */
	}

img {
	max-width: 100%;
	vertical-align: top;
	}



header nav.pc-nav {
	position: fixed;
	top:0;
	left:0;
	height:85px;
	width: 100%;
	z-index: 10;
	background: #FFF;
}

header nav.pc-nav ul {
	width: 1020px;
	padding: 32px 30px 0;
	margin: 0 auto;
}

header nav.pc-nav ul li {
	float: left;
	margin-right: 24px;
}

header nav.pc-nav ul li.list-toggle {
	float: right;
	margin-top: -32px;
	margin-right: 0;
}

header nav.pc-nav ul li a {

}

header nav.pc-nav .list-menu {
	position: fixed;
	top:0;
	right:10px;
	z-index: 20;
	background: #DDD;
	padding: 5px 10px;
}

header .sp-header {
	position: fixed;
	top:0;
	left:0;
	z-index: 10;
	background: #FFF;
	display: none;
}

header #head-page-list {
	/*display:none;*/
	width:100%;
 	position: fixed;
	z-index:999;
	top: 0px;
	left: 0px;
	background: #00df8e;
	overflow: visible !important;
}

header #head-page-list .head-page-list-wrap {
	display:none;
	padding: 20px 30px 0;
	width: 1020px;
	margin: 0 auto;
	position: relative;
	overflow: visible !important;
}

header #head-page-list p.list-toggle {
	position: absolute;
	bottom:10px;
	right:200px;
	padding: 10px 20px;
	display: inline-block;
	/*background: #00df8e;
	background: #EEE;
	border-radius:10px;*/
}

/*header #head-page-list p.list-toggle span {
	background: #00df8e;
}*/

header #head-page-list .list-close {
	display: inline-block;
	text-align: right;
	padding: 10px;
	background: #00df8e;
	position: absolute;
	right:10px;
}





footer {
	background: #b9b732 url(../img/footer-bg2.jpg) no-repeat top center;
	height: 523px;
	min-width: 1020px;
}


@media screen and (max-width: 1020px) {
	footer {
		background: #b9b732 url(../img/footer-bg2.jpg) no-repeat -500px top;
		height: 523px;
	}
}


footer .ft-wrap {
	padding: 140px 30px 0;
	width: 1020px;
	margin: 0 auto;
}
ul.site-link {
	float: left;
}
ul.site-link.col1 {
	width: 400px;
}
ul.site-link.col2 {
	width: 240px;
}
ul.site-link.col3 {
}
ul.site-link > li {
	margin-bottom: 16px;
}
ul.site-link > li.mb10 {
	margin-bottom: 10px !important;
}
ul.site-link > li:last-child {
	/*margin-bottom: 30px;*/
}
ul.site-link li p.site-link-ttl {
	margin-bottom: 5px;
}
ul.site-link li p.site-link-ttl a {
}
ul.site-link li ul.site-link-list {
	padding-left: 1em;
}
ul.site-link li ul.site-link-list li {
	margin-bottom: 8px;
}
ul.site-link li ul.site-link-list.fl-l li {
	float: left;
}
ul.site-link li ul.site-link-list li a {
}
ul.site-link li a {
}

footer .ft-wrap div.ft-cont {
	clear: both;
	border-top: 1px solid #000000;
}
footer .ft-wrap div.ft-cont p.ft-copy-img {
}

footer .ft-wrap div.ft-cont div.ft-copy {
}
footer .ft-wrap div.ft-cont div.ft-copy p.ft-copy-address {
	float: left;
}
footer .ft-wrap div.ft-cont div.ft-copy p.ft-copy-copyright {
	float: right;
}










@media screen and (max-width: 639px) {

	header 	nav.pc-nav {
		display: none;
	}

	header .sp-header {
		display: block;
		position: fixed;
		top:0;
		left:0;
		z-index: 10;
		width: 100%;
		background: #FFF;
		padding: 20px 5% 15px;
	}

	header .sp-header .sp-logo {
		float: left;
		width: 147px;
	}

	header .sp-header .sp-menu-btn {
		float: right;
		width: 85px;
	}

	header #head-page-list .head-page-list-wrap {
		width: 100%;
		padding: 20px 15px 0;
	}

	header #head-page-list p.list-toggle {
		position: absolute;
		bottom:10px;
		right:5px;
		padding: 10px;
		display: inline-block;
		/*background: #EEE;
		border-radius:15px;*/
	}


/*footer*/

	footer {
		background: #b9b732 url(../img/footer-sp-bg.jpg) no-repeat top left;
		background-size:contain;
		height: auto;
		min-width: 100%;
	}

	footer .ft-wrap {
		padding: 110px 15px 45px;
		width: 100%;
		margin: 0 auto;
	}
	ul.site-link {
		float: none;
	}
	ul.site-link.col1 {
		width: 100%;
	}
	ul.site-link.col2 {
		width: 100%;
	}
	ul.site-link.col3 {
	}
	ul.site-link > li {
		margin-bottom: 10px;
	}
	ul.site-link > li.mb10 {
		margin-bottom: 10px;
	}
	ul.site-link > li:last-child {
		/*margin-bottom: 30px;*/
	}
	ul.site-link li p.site-link-ttl {
		margin-bottom: 5px;
	}
	ul.site-link li p.site-link-ttl a {
	}
	ul.site-link li ul.site-link-list {
		padding-left: 0;
	}
	ul.site-link li ul.site-link-list li {
		margin-bottom: 8px;
	}
	ul.site-link li ul.site-link-list.fl-l li {
		float: left;
	}
	ul.site-link li ul.site-link-list li a {
	}
	ul.site-link li a {
	}

	footer .ft-wrap div.ft-cont {
		clear: both;
		border-top: none;
	}
	footer .ft-wrap div.ft-cont p.ft-copy-img {
		padding-right:20%;
	}

	footer .ft-wrap div.ft-cont div.ft-copy {
	}
	footer .ft-wrap div.ft-cont div.ft-copy p.ft-copy-address {
		float: none;
	}
	footer .ft-wrap div.ft-cont div.ft-copy p.ft-copy-copyright {
		float: none;
	}

}




@media screen and (max-width: 479px) {

	header .sp-header .sp-logo {
		float: left;
		width: 100px;
	}

	header .sp-header .sp-menu-btn {
		float: right;
		width: 55px;
		padding-top: 3px;
	}

}
