@charset "UTF-8";
/*=============================================================
#base
=============================================================*/

html,body{
    width: 100%;
}

body {
width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
 	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
	text-align: left;
 	-webkit-text-size-adjust: 100%;
			position: relative;
}


a {
transition: 1.0s ;
}


a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #66F;
	text-decoration: underline;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #00F;
	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;
}
.hd {
	display: block;
}


.pc_none {
display: block;
}


.sp_none {
display: none;
}

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


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



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


header h1 {
display: none;
}


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

#wrap{
  width: 100%;
}


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

/*=============================================================
pagetop
=============================================================*/

.pagetop {
	position: fixed;
	bottom: 70px;
	right: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	z-index: 8000;
	cursor: pointer;
}
.pagetop span {
	display: block;
	border-radius: 50%;
	background: #333;
	color: #fff;
	font-size: 15px;
	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 {
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: center;
	color: #fff;
}


#footer .body {
padding: 20px 0 80px;
background-color: #333;
width: 100%;
}



#footer .copy {
width: 96%;
text-align: center;
color: #fff;
padding: 0 0;
font-size: 10px;
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#ft_sp {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 500;
  text-align: center;
  background-color: rgba(0,0,0,0.8);
}


#ft_sp ul {
margin: 0px;
padding: 0px;
overflow: hidden;
 display: flex;
    justify-content: space-between;
     align-items: center;
}

#ft_sp ul li {
width: 33%;
}

#ft_sp ul li a {
display: block;
padding: 1px 10%;
margin: 10px 4%;
}


#ft_sp ul li a img {
width: 50%;
height: auto;
}



#ft_sp ul li.tel a {
background-color: #ff7900;
border-radius: 10px;
}

#ft_sp ul li.mail a {
background-color: #0181c3;
border-radius: 10px;
}

#ft_sp ul li.line a {
background-color: #70ba5e;
border-radius: 10px;
}









