.pagetop a {
	background-color: #F4F1EC;
	padding: 15px;
	text-align: center;
	display: block;
	font-size: 90%;
	-webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
	opacity: 1;
}
.pagetop a:hover {
	opacity: 0.5;
}
.pagetop a img {
	display: block;
	width: 20px;
	margin: 0 auto;
}

footer {
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 5% 80px 5%;
	box-sizing: border-box;
}

.f-menu {
	padding-top: 15px;
	padding-bottom: 10px;
}
.f-menu ul {
	width: 530px;
	float: left;
	background-image: url("../img/line.gif");
	background-repeat: no-repeat;
	background-position: left;
}
.f-menu ul li {
	float: left;
	padding: 10px 15px;
	background-image: url("../img/line.gif");
	background-repeat: no-repeat;
	background-position: right;
}
.f-menu ul li a {
	display: block;
	color:#543618;
	font-size: 130%;
	text-align: center;
	box-sizing: border-box;
	line-height: 1.5;
	-webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      opacity: 1;
}
.f-menu ul li a:hover {
	opacity: 0.5;
}
.f-menu ul li a span {
	font-size: 40%;
	color:#BE9E64;
}


.foot01 {
	width: 40%;
	float: left;
}
.foot02 {
	width: 55%;
	float: right;
}
.foot01 h2 img {
	width: 300px;
}
.foot01 h3 {
	color: #007A3C;
	padding-top: 10px;
	padding-bottom: 20px;
}


address {
	font-size: 80%;
	opacity: 0.5;
	padding-top: 40px;
}

.sp-fppt {
	display: none;
}

@media screen and ( max-width:800px )
{
	.f-menu {
		display: none;
	}
.foot01 {
	width: 100%;
	float: none;
	text-align: center;
	padding-bottom: 20px
}
.foot02 {
	width: 100%;
	float: none;
	text-align: center;
}
	address {
		text-align: center;
	}
.foot01 h2 img {
	width: 300px;
	margin: 0 auto;
}
	
	
.sp-fppt {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
}
	.sp-fppt ul {
		width: 100%;
		border-top: 1px solid rgba(192,192,192,1.00);
		background-color: rgba(255,255,255,1.00);
	}
	.sp-fppt ul li {
		float: left;
		width: 33.33%;
		padding: 15px 0;
		box-sizing: border-box;
		text-align: center;
	}
	.sp-fppt ul li img {
		width: 20px;
	}
	.liari {
		border-left: 1px solid rgba(192,192,192,1.00);
	}
	.sp-fppt ul li a {
		font-size: 110%;
		line-height: 20px;
		display: block;
	}

}