@charset "UTF-8";
/*=============================================================
#base
=============================================================*/
body {
	margin: 0px;
	padding: 0px;
 	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
 background-color: #fff;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333;
	text-align: left;
 	-webkit-text-size-adjust: 100%;
}


a {
transition: 1.0s ;
}

a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #66F;
	text-decoration: underline;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	background-color: #FFF;
 overflow: hidden;
}

.pc_none {
display: none;
}

.sp_none {
display: block;
}

img,a img {	
width: 100%;
height: auto;
}


a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #000;
}


.body {
max-width: 1000px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
position: relative;
text-align: left;
}


 /*======================
header
=====================*/


header h1 {
display: none;
}



/*=============================================================
#contents
=============================================================*/

#contents {
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
}


/*=============================================================
pagetop
=============================================================*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 8000;
	cursor: pointer;
}
.pagetop span {
	display: block;
	border-radius: 50%;
	background: #333;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-family: Arial, Helvetica, sans-serif;
}
.pagetop span:hover {
	background-color: #ccc;
}




/*=============================================================
#FOOTER
=============================================================*/



#footer {
	position: relative;
 background-color: #333;
 
}

#footer .body {
padding: 60px 0;
}



#footer .copy {
	width: 100%;
	text-align: center;
		color: #fff;
  	padding-top: 10px;
	padding-bottom: 30px;
 font-size: 20px;
}










@media (max-width:1500px) { 



}


@media (max-width:1000px) { 




}

