.sp:not(.pc) ,.tb:not(.pc){
  display: none !important;
}

#container{
	background-color: #f0f0f0;
}
#pan{
	transform: translate3d(0,0,1px);
	font-size: 1.4rem;
	width:1040px;
	margin: auto;
	position: relative;
	height: 2em;
	z-index: 10;

}
#pan p{
	transform: translate3d(0,0,1px);
	color: #2b5796;
	text-align: right;
	padding: 0;
	line-height: 2;
	position: absolute;
	right: 10px;
}
#pan p a{
	color: #2b5796;
}
#contact{}
#contact .tel{
	display: block;
	margin: 10px auto 30px;
	width: 280px;
}

#contact a{
	font-size: 1.6rem;
	line-height: 3;
	display: block;
	color: #fff;
	background:#9c8357;
	border-radius: 2px;
	width: 280px;
	margin:10px auto;
	text-align: center;
	position: relative;
	text-decoration: none;
}
#contact a::after{
	content: "";
	margin: auto;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .7rem 0 .7rem 1rem;
	border-color: transparent transparent transparent #fff;
	top: 0;
	bottom: 0;
	right:  1rem;
}

footer::after{
	content: "";
	display: block;
	clear: both;
}
footer .inner {
	width: 1040px;
	margin: auto;
}
footer .inner::after {
	content: "";
	display: block;
	clear: both;
}



footer .inner p{
	float: right;
	margin-right: 5px;
}

footer{
	border-top: 1px solid #999;
	font-size: 1.1rem;
}
footer .inner .logo{
	width: 30%;
	margin:1em;
	float: left;
}
footer .inner::after {
	content: "";
	display: block;
	clear: both;
}

footer .inner nav{
    margin: 10px 0;
    float: right;
    width: 60%;
    text-align: right;
}
footer .inner nav a{
	margin-right: 1em;
	display: inline-block;
	text-align: right;
	width: auto;

}

footer .inner address{
	clear: both;
	font-style: normal;
	margin: 0 1em;
	float: left;
}

footer .inner p{
	float: right;
	margin-right: 70px;
}
footer .inner p.bana{
	display: block;
}
footer .inner p.bana img{
	width: 250px;
}
footer .inner p.copy{
	float: none;
	clear: both;
	text-align: center;
	margin: 0;
}

#pagetop{
	position: fixed;
	right: 0;
	left: 0;
	margin: auto;
	bottom: 30px;
	z-index: 1;
	display: block;
		width: 1040px;

}
#pagetop a{
	display: block;
	width: 56px;
	height: 56px;
	position: absolute;
	right: 5px;	bottom: 5px;
	opacity: .8;

}

#pagetop a:hover{
	opacity: 1;
}
