@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  footer.css
 style info :  スタイル指定
=================================================================== */
footer {
	background: rgba(255,255,255,1);
}
.footerEndSection {
}
.footerEndSection.sectionItem {
	padding-top: 80px;
	padding-bottom: 80px;
}
.footerEndSection.sectionItem::before {
	display: none !important;
}
.footerEndSectionInner {
	position: relative;
	font-size: 10px;
	margin-left: 5vw;
	margin-right: 5vw;
}
.pageTopBtn {
	display: block;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
	z-index: 50;
	background: rgba(255,255,255,1);
	border-radius: 50%;
	-webkit-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.15);
	height: 80px;
	width: 80px;
    margin: auto;
	transition: all .5s ease;
}
.pageTopBtn:hover {
	transform: scale(.95);
}
.pageTopBtn > div {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center;
	transform: translateY(-50%);
}
.footerEndLinkItems {
    margin-bottom: 30px;
}
.footerEndLinkItems li {
	display: inline-block;
	border: #ccc solid 1px;
	border-width: 0 0 0 1px;
	margin-left: 1em;
	padding-left: 1em;
}
.footerEndLinkItems li:nth-of-type(1) {
	border: none;
	margin-left: 0;
	padding-left: 0;
}
.footerEndLinkItems li a {
	color: #222;
	opacity: .6;
}
.logoLink > div {
	text-align: right;
}
.logoLink > div > img {
	max-width: 190px;
	display: inline-block;
	max-height: 34px;
}
.logoLink a {
	display: inline-block;
	margin-left: 20px;
}
.logoLink a img {
	/*max-width: 170px;*/
	max-width: none;
	max-height: 34px;
}
.logoLink .firstclm a img {
	max-width: none;
	max-height: none;
}
.logoLink .firstclm a.egg {
	margin-bottom: 20px;
}
.logoLink .firstclm a.egg img {
	width: 260px;
	height: auto;
}
.copyright {
	text-align: right;
	margin-top: 20px;
}
.copyright small {
	display: inline-block;
	margin-left: 1em;
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1230px) {
.logoLink > div > img {
    display: block;
    margin: 0 0 10px auto;
}
}
@media only screen and (max-width: 991px) {
.footerEndLinkItems {
	margin-bottom: 40px;
}
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
.footerEndLinkItems {
    text-align: center;
}
.logoLink > div > img {
    margin: 0 auto 20px;
}
.logoLink a {
	display: block;
	margin-left: auto;
	text-align: center;
}
.logoLink a {
	margin-bottom: 20px;
}
	.copyright small { display: block; margin-bottom: 5px;}
.pageTopBtn {
    top: -30px;
	height: 60px;
	width: 60px;
}
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 320px) {
}
