@charset "utf-8";
/* CSS Document */
#footer{
	width: 100%;
}
footer{
	width: 100%;
	overflow: hidden;
}
.footerInfo{
	padding: 1% 3%;
    margin-bottom: 1%;
    background: #EEE;
}
.footerInfo h3{
	color: #f07787;
	font-size: 200%;
}
.footerInfo p{
	color: #555;
}

footer h3{
	font-size: 170%;
	font-weight: bold;
}
footer h3 .spell{
	color: #b0b0b0;
	font-size: 80%;
	font-weight: bold;
}
footer .footerTel{
	width: 40%;
}
footer nav{
	background-color: #FFF;
	padding: 0.2% 2% 0.5% 2%;
    margin-bottom: 0.5%;
}
footer .navTtl{
	color: #f07787;
  font-size: 110%;
  font-weight: bold;
	padding: 0;
}
footer nav a{
	color: #555555;
	font-size: 85%;
	font-weight: bold;
}
footer nav a:hover{
	color: #306fff;
}
.footerImg{
	width: 70%;
}
#copy{
	width:100%;
	text-align:center;
	clear:both;
	padding:1;
	margin-bottom: 1%;
	background-color: #f07787;
}
small {
	color: #FFF;
	font-weight: bold;
	font-size: 0.7em;
}
.footerLeft,.footerLeft address,.footerLeft a,.footerLeft p,.footerRight nav,.footerRight nav a{
	font-weight: bold;
}
.footerLeft h3{
	color: #FFF;
	font-size: 2em;
	line-height: 2em;
	font-weight: bold;
}
.footerLeft p{
	padding: 1% 0;
}
.footerRight{
	padding: 0 1%;
}
.footerRight a{
	color: #555;
	font-size: 90%;
}
.footerRight p{
	font-size: 90%;
}
.spTel{
	position: fixed;
	width: 100%;
	bottom: 1px;
	opacity:0.9;
	z-index: 8;
}
.pTop {
	text-align: center;
	background-color: #555;
	padding: 2%;
	margin: 0;
}
.pTop a {
	color: #FFF;
	font-weight: bold;
	display: block;
}
.spTel a:hover {
	text-decoration: none;
	opacity: inherit;
}
#pc-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	opacity:0.9;
}
#pc-top a {
	background: #ec7c87;;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#pc-top a:hover {
	text-decoration: none;
	opacity: inherit;
}
@media screen and (min-width: 768px){
		#spTel{
		display:none;
		}	
}
/* 幅1200px以下のスタイル*/
@media screen and (max-width: 1200px) {
.footerInfo p{
	font-size: 80%;
}
.footerImg{
  width: 100%;
}
.footerLeft .fCategory{
  display: none;
}
.footerLeft figure img{
width: 90%;
}
footer h3{
	font-size: 90%;
  padding: 1% 2%;
}
footer .footerTel{
	width: 70%;
}
footer nav{
	font-size: 90%;
  padding: 0 2%;
}
}
/* 幅767px以下のスタイル*/
@media screen and (max-width: 767px) {
	.spPageLink{
		background-color: #f07787;
	}
	.spInfo{
		margin-bottom: 200px;
	}
	footer ul{
		width: 100%;
	}
	#footer,#pc-top a{
		display: none;
	}
	.footerImg{
		width: 90%;
		margin: 0 auto;
	}
}