/*リセット*/
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;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul, dl{
    list-style:none;
}

a{
	text-decoration:none;
}

.pc{
	display:block;
}
.sp{
	display:none;
}

.img100{
	width:100%;
}


html{
	margin:0px;
	padding:0px;
	font-size: 62.5%;
}

body{
	width:100%;
	margin:0px;
	padding:0px;
	font-size: 1.5rem;
	font-family:sans-serif;
	color:#333;
}
#wrapper{
	width:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	overflow:hidden;
}

h1{	
	margin:0 auto 80px auto;
	font-size:4.8rem;
	color:#00a4e4;
	letter-spacing:-2px;
	line-height:1.2;
}

#main{
	text-align:center;
	font-family: "Noto Sans Japanese";
}




/*フッター----------------------------------*/
#footerArea{
	background-color:#3e3a39;
	color:#fff;
}
#footer{
	width:1280px;
	margin:0 auto 0 auto;
	padding:60px 0 60px 0;
}
#address{
	float:left;
	width:300px;
	font-size:1.9rem;
}
#address p{
	margin:20px 0 0 0;
	font-size:1.2rem;
}
#footer ul{
	float:right;
}
#footer ul li{
	float:left;
	width:138px;
	height:28px;
	padding:5px 0 0 0;
	text-align:center;
	border-left:1px solid #fff;
	font-size:1.3rem;
}
#footer ul li a{
	color:#fff;
}
#footer ul li:last-child{
	border-right:1px solid #fff;
}
#privacy{
	width:1280px;
	margin:0 auto 0 auto;
	padding:40px 0 60px 0;
	font-size:1rem;
}
#privacy img{
	float:right;
	margin:-30px 0 0 0;
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
	
.clear{
	clear:both;	
}


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

	.pc{
		display:none;
	}
	.sp{
		display:block;
	}

	/*フッター----------------------------------*/
	#footer{
		width:96%;
		margin:0 auto 0 auto;
		padding:60px 0 60px 0;
	}
	#address{
		float:none;
		width:100%;
	}
	#footer ul{
		display:none;
	}
	#privacy{
		width:100%;
		text-align:center;
	}
	#privacy img{
		width:40%;
		float:none;
		margin:20px 0 0 0;
	}
	
	
}	









