@charset "utf-8";

/*========*/
/* フッタ */
/*========*/

/* ページの先頭へ戻る
-----------------------------------*/
.ptop {
	position: fixed;
	bottom: 112px;
	right: 72px;
	z-index: 999999;
}

.ptop a {
	position: relative;
	display: block;
	width: 72px;
	height: 72px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.ptop a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 72px;
	background-image: url(/images/common/footer_bt01.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.ptop a:hover {
	opacity: .7 ;
	filter: alpha(opacity=70);
}

@media screen and (max-width: 1024px) {

.ptop {
	right: 16px;
}

.ptop a {
	width: 54px;
	height: 54px;
}

.ptop a::after {
	width: 54px;
	height: 54px;
}

}

@media screen and (max-width: 767px) {

.ptop a {
	width: 36px;
	height: 36px;
}

.ptop a::after {
	width: 36px;
	height: 36px;
}

}


/* フッタ
-----------------------------------*/

footer {
	margin-top: 80px;
}

footer .footer-inner {
	max-width: 1232px;
	padding: 0 16px;
	margin: 0 auto;
}

footer .sitemap {
	background-color: #EEE;
	padding: 80px 0 64px;
}

footer .sitemap .list-sns {
	font-size: 0;
	text-align: center;
}

footer .sitemap .list-sns li {
	display: inline-block;
	width: 48px;
	margin: 0 4px 40px;
	font-size: 1rem;
}

footer .sitemap .list-link {
	float: left;
	width: 18%;
	margin-right: 2.5%;
}

footer .sitemap .list-link:nth-child(5) {
	margin-right: 0;
}

footer .sitemap .list-link li {
	font-size: 0.8rem;
	line-height: 2;
}

footer .sitemap .list-link .top {
	font-size: 1rem;
	line-height: 1;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 2px solid #000;
}

footer .sitemap .sub-link li:not(.top) a {
	color: #666;
	background: url(/images/common/com_ic01.png) no-repeat;
	background-size: 8px 13px;
	background-position: center left;
	padding-left: 16px;
}

footer .copyright {
	padding: 16px;
	text-align: center;
	color: #666;
}



@media screen and (max-width: 767px) {

footer {
	margin-top: 40px;
}

footer .sitemap {
	background-color: #FFF;
	padding: 40px 0 16px;
}

footer .sitemap .list-sns li {
	width: 37px;
	margin: 0 8px 0;
}

footer .sitemap .list-link {
	display: none;
}


footer .copyright {
	padding: 12px;
}

}