@charset "utf-8";
/* CSS Document */

/* footer ==============================================================
	1. p-control
	2. p-fmenu
	3. p-footer
======================================================================== */

/* =====================================================================
	1. p-control
======================================================================== */
.p-control {
	display: block;
	width: 100%;
	height: 23px;
}
.p-control .p-tel {
	display: none;
}
.p-control .p-pagetop {
	float: right;
	display: inline-block;
	width: 133px;
	height: 23px;		
}
.p-control .p-pagetop a {
	display: block;
	width: 133px;
	height: 23px;
	background: url(../img/footer/nav_pagetop.png) no-repeat right;
}
.p-control .p-mail {
	display: none;
}

@media screen and (max-width: 799px) {
	.p-control {
		position: fixed;
		bottom: 0;
		z-index: 200;
		display: table;
		table-layout: fixed;
		width: 100%;
		padding: 12px 0;
		background-color: rgba(255,255,255,0.85);
	}
	.p-control .p-tel {
		display: table-cell;
		text-align: center;
		vertical-align: top;
		height: 56px;
	}
	.p-control .p-tel a {
		display: block;
		height: 56px;
		background: url(../img/footer/nav_call_sp.png) no-repeat center;
		background-size: 56px 56px;
	}
	.p-control .p-pagetop {
		float: none;
		display: table-cell;
		text-align: center;
		vertical-align: top;
		height: 56px;
	}
	.p-control .p-pagetop a {
		height: 56px;
		background: url(../img/footer/nav_pagetop_sp.png) no-repeat center;
		background-size: 56px 56px;
	}
	.p-control .p-mail {
		display: table-cell;
		text-align: center;
		vertical-align: top;
		height: 56px;
	}
	.p-control .p-mail a {
		display: block;
		height: 56px;
		background: url(../img/footer/nav_mail_sp.png) no-repeat center;
		background-size: 56px 56px;
	}
}

/* =====================================================================
	2. p-fmenu
======================================================================== */
.p-fmenu {
	width: 100%;
	height: 50px;
	background-color: #000000;
}
.p-fmenu .p-fnavi {
	display: block;
	text-align: center;
}
.p-fmenu .p-fnavi .c-imgReplace {
	display: inline-block;
	text-indent: 0;
	white-space: normal;
	position: relative;	
}
.p-fmenu .p-fnavi .c-imgReplace a {
	display: block;
	font-size: 1.2rem;
	line-height: 1.2rem;
	color: #FFFFFF;
	text-decoration: none;
	margin: 19px 0;
	padding: 0 1em;
	border-right: #FFFFFF solid 1px;
}
.p-fmenu .p-fnavi .c-imgReplace:first-child a {
	border-left: #FFFFFF solid 1px;
}

@media screen and (max-width: 799px) {
	.p-fmenu.is-hidden {
		display: none;
	}
}

/* =====================================================================
	3. p-footer
======================================================================== */
.p-footer {
	min-height: 165px;
}
.p-footer .p-corporate {
	display: inline-block;
	width: 116px;
	height: 94px;
	background: url(../img/logo/logo_footer.png) no-repeat;
	margin: 20px 15px 0 0;
}
.p-footer .p-address {
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	margin: 35px 0 0;
	font-size: 1.2rem;
}
.p-footer .p-address .p-logo {	
	width: 180px;
	height: 50px;
	background: url(../img/logo/logo.png) no-repeat;
	background-size: 180px 50px;
}
.p-footer .p-address .p-adr.c-text {
	font-size: 1.2rem;
	line-height: 1.6rem;
}
.p-footer .p-copyright {
	width: 100%;
	margin: 25px 0 10px;
	text-align: right;
	font-size: 1.2rem;
	line-height: 1.6rem;
}

@media screen and (max-width: 799px) {
	.p-footer {
		min-height: 180px;
		margin: 0 0 -10px;
		background-color: #000000;
	}
	.p-footer .p-corporate.is-hidden {
		display: none;
	}
	.p-footer .p-address {
		display: block;
		text-align: center;
	}
	.p-footer .p-address .p-logo {	
		width: 100%;
		height: 62px;
		background: url(../img/logo/logo_w.png) no-repeat center bottom;
		background-size: 150px 31px;
	}
	.p-footer .p-address .p-adr {
		padding: 10px 40px;
	}
	.p-footer .p-address .p-adr.c-text,
	.p-footer .p-address .p-adr.c-text a {
		color: #FFFFFF;
	}
	.p-footer .p-copyright {
		text-align: center;
		padding: 0 0 80px;
	}
	.p-footer .p-copyright.c-text,
	.p-footer .p-copyright.c-text a {
		color: #FFFFFF;
	}
}