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

/* footer ==============================================================
	1. p-footer
	2. p-control
	3. p-fmenuTop, p-fmenuBottom
	4. p-address
	5. p-copyright
======================================================================== */

/* =====================================================================
	1. p-footer
======================================================================== */

.p-footer {
	position: relative;
	width: 100%;
	border-top: #8DC21F solid 10px;
	padding-top: 30px;
	background: url(../img/footer/bg_footer.jpg) repeat center;
}
@media screen and (max-width: 999px) {
	.p-footer {
		background: none;
	}
}

/* =====================================================================
	2. p-control
======================================================================== */

.p-footer .p-control .p-tel, 
.p-footer .p-control .p-contactus {
	display: none;
}
.p-footer .p-control a {
	display: block;
	width: 75px;
	height: 75px;
}
.p-footer .p-control .p-pagetop {
	position: fixed;
	bottom: 35px;
	right: 10px;
	width: 75px;
	height: 75px;
	background: url(../img/footer/btn_pagetop.png) no-repeat center;
	background-size: 75px 75px;
}
.p-footer .p-control .p-pagetop:hover {
	opacity: 0.75;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
	.p-footer .p-control .p-tel {
		display: block;
		position: fixed;
		z-index: 50;
		top: calc(100% - 80px);
		left: 10px;
		width: 75px;
		height: 75px;
		background: url(../img/footer/btn_tel.png) no-repeat center;
		background-size: 75px 75px;
	}
	.p-footer .p-control .p-contactus {
		display: block;
		position: fixed;
		z-index: 50;
		top: calc(100% - 80px);
		right: 10px;
		width: 75px;
		height: 75px;
		background: url(../img/footer/btn_contactus.png) no-repeat center;
		background-size: 75px 75px;
	}
	.p-footer .p-control .p-pagetop {
		z-index: 50;
		top: calc(100% - 80px);
		left: 0;
		right: 0;
		bottom: 5px;
		margin: auto;
	}
}
@media print {
	.p-footer .p-control .p-pagetop {
		display: none;
	}
}

/* =====================================================================
	3. p-fmenuTop, p-fmenuBottom
======================================================================== */
.p-footer .p-fmenuTop,
.p-footer .p-fmenuBottom {
	margin: auto;
	text-align: center;
	display: block;
	font-size: 0;
	margin-bottom: 15px;
}
.p-footer .menu-item {
	display: inline-block;	
}
.p-footer .menu-item a {
	display: block;
	color: #000000;
	font-size: 1.4rem;
	line-height: 1.5rem;
	text-decoration: none;
	padding: 0 1.5em;
	border-left: #000000 solid 1px;
}
.p-footer .menu-item:last-child a {
	border-right: #000000 solid 1px;
}
@media screen and (max-width: 999px) {
	.p-footer .p-fmenuTop {
		display: none;
	}
	.p-footer .p-fmenuBottom {
		position: absolute;
		bottom: 110px;
		margin: 0;
		width: 100%;
	}
	.p-footer .p-fmenuBottom .menu-item {
		display: block;	
		width: 100%;
		height: 40px;
		background-color: #8DC21F;
		border-bottom: #FFFFFF solid 1px;
	}
	.p-footer .p-fmenuBottom .menu-item a {
		position: relative;
		text-align: left;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 1.4rem;
		line-height: 4.0rem;
		border: none;
	}
	.p-footer .p-fmenuBottom .menu-item a:after {
		content: '>';
		position: absolute;
		right: 15px;
		font-size: 1.8rem;
		transform: scaleX(0.5);
	}
	.p-footer .p-fmenuBottom .menu-item:last-child a {
		border: none;
	}
}

/* =====================================================================
	4. p-address
======================================================================== */
.p-footer .p-address {
	padding-bottom: 130px;
}
.p-footer .p-address .p-logo {
	display: block;
	text-align: center;
	margin: auto;
	width: 234px;
	height: 50px;
	background: url(../img/footer/logo.png) no-repeat;
	background-size: 234px 50px;
}
.p-footer .p-address .p-logo a {
	display: block;
	width: 234px;
	height: 50px;
}
.p-footer .p-address .p-text {
	text-align: center;
	font-style: normal;
	color: #000000;
	font-size: 1.2rem;
	line-height: 1.5rem;
	padding-top: 1em;
}
@media screen and (max-width: 999px) {
	.p-footer .p-address .p-text {
		line-height: 2.4rem;
	}
}

/* =====================================================================
	5. p-copyright
======================================================================== */
.p-footer .p-copyright {
	width: 100%;
	height: 30px;
	background-color: #6A9317;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.2rem;
	line-height: 3.0rem;
}
@media screen and (max-width: 999px) {
	.p-footer .p-copyright {
		height: 110px;
	}
}
