@charset "utf-8";
/* CSS Document */
#footer{
	width: 100%;
}
footer{
	width: 100%;
	overflow: hidden;
}
.footerInfo{
	background-color: #f07787;
	padding: 1% 3%;
}
.footerInfo p{
	color: #FFF;
	font-weight: bold;
}

footer h3{
	color: #f07787;
	font-size: 110%;
	font-weight: bold;
	background-color: #FFF;
	padding: 1% 0.2% 0.2% 0.2%;
}
footer nav{
	background-color: #FFF;
	padding: 0.2% 0.2% 0.5% 0.2%;
}
footer nav a{
	color: #555555;
	font-size: 85%;
	font-weight: bold;
}
footer nav a:hover{
	color: #f07787;
}
.footerImg{
	width: 70%;
}
#copy{
	width:100%;
	text-align:center;
	clear:both;
	padding:1;
	margin-bottom: 1%;
	background-color: #fff7f7;
}
small {
	color: #f07787;
	font-weight: bold;
	font-size: 0.8em;
}
.footerLeft,.footerLeft address,.footerLeft a,.footerLeft p,.footerRight nav,.footerRight nav a{
	color: #FFF;
	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: #f07787;
	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 nav{
	font-size: 90%;
  padding: 0 2%;
}
}
/* 幅767px以下のスタイル*/
@media screen and (max-width: 767px) {
	.spPageLink{
		background-color: #f07787;
		margin-bottom: 150px;
	}
	footer ul{
		width: 100%;
	}
	#footer,#pc-top a{
		display: none;
	}
	.footerImg{
		width: 90%;
		margin: 0 auto;
	}
}