.pagetop {
	text-align: center;
}

footer {
	border-top: 1px dotted #dd9224;
	padding-top: 100px;
	margin-top: -20px;
	padding-bottom: 60px;
}
.foot {
	text-align: center;
	padding-bottom: 20px;
}
.foot h5 {
	color: #dd9224;
	font-size: 180%;
	line-height: 1.5;
	font-weight: bold;
	padding-bottom: 20px;
}
.foot h2 {
	color: #38292b;
	font-size: 110%;
	line-height: 1.5;
	font-weight: bold;
	padding-bottom: 20px;
}
.foot-tel {
	max-width: 660px;
	margin: 0 auto;
	border: 1px solid #dd9224;
}
.foot-tel01 {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-top: 20px;
	text-align: center;
}
.foot-tel02 {
	float: left;
	width: 50%;
}
.foot-tel01 a {
	font-size: 180%;
	font-weight: bold;
	line-height: 1.5;
	background-image: url(../img/tel.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px 0px 0px 35px;
	color: #38292b;
}
.foot-tel02 a{
	padding: 20px 20px 20px 40px;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.5;
	background-image: url(../img/mail.png);
	background-repeat: no-repeat;
	background-position: 15% 50%;
	background-color: #dd9224;
	color: #fff;
	display: block;
}
.foot-tel02 a:hover {
	opacity: 0.8;
}

.foot-last {
	padding-top: 40px;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
.foot-last img {
	width: 60%;
	padding: 20px;
}

.foot-ll h1 {
	color: #38292b;
	font-size: 140%;
	line-height: 1.5;
	font-weight: bold;
	padding-bottom: 10px;
}

address {
	color: #6d6d6d;
	text-align: center;
	font-size: 80%;
	padding-bottom: 20px;
}

@media screen and ( max-width:800px )
{
.foot {
	padding-left: 5%;
	padding-right: 5%;
}
.foot h5 {
	font-size: 140%;
}
.foot-tel01 {
	float: none;
	width: 100%;
	text-align: center;
}
.foot-tel02 {
	float: none;
	width: 100%;
}
.foot-tel {
	margin-left: 5%;
	margin-right: 5%;
}
}
