.tb:not(.sp) ,.pc:not(.sp){
  display: none !important;
}
html {
	font-size: 62.5% !important; 
}

#pan{
	
	font-size: 1.4rem;
	width:100%;
	margin: auto;
	position: relative;
	height: 2em;
	z-index: 10;
}
#pan p{
	
	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: 80%;
}

#contact a.clink{
	font-size: 1.6rem;
	line-height: 3;
	display: block;
	color: #fff;
	background:#9c8357;
	border-radius: 2px;
	width: 80%;
	margin:10px auto;
	text-align: center;
	position: relative;
	text-decoration: none;
}
#contact a.clink::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{
		font-size: 1.4rem;
	clear: both;
	margin-top: 2em;
	border-top: 1px solid #999;
}
footer .inner {
	width: 100%;
	margin: auto;
}
footer .inner img{
	width: 70%;
	margin:1em;
}
footer .inner::after {
	content: "";
	display: block;
	clear: both;
}

footer .inner nav{
	margin: 0 1em;
	line-height: 2;
	display: flex;flex-wrap: wrap;

}
footer .inner nav a{
	display: inline-block;
	margin: 0;
	font-size: 1.4rem;
	width: 50%;

}

footer .inner address{
	font-style: normal;
	margin: 0 1em;

}
footer .inner p{
	text-align: center;
}
footer .inner p.bana{
	clear: both;
	text-align: center;
}
footer .inner p.bana img{
	width: 90%;
	max-width: 200px;
	
}
footer .inner p.copy{
	clear: both;
	text-align: center;
}

#pagetop{
	position: fixed;
	right: 5px;
	bottom: 65px;
	z-index: 1;
}
