@charset "utf-8";

/*

************************************************************************

 フッター

************************************************************************

*/


#global-footer {
	background-image: url(../../img/footer/bg-footer.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;

	padding-bottom: 10em;
}

#footer {
	padding: 10em 0 0em 0;
}

#footer-logo {
	display: block;
	margin: 0 auto;
	text-align: center;
}


#footer-contents

{

}

#footer-contents .site-name

{

	text-align:center;

	line-height:1;

}

#footer-contents .site-name .sub

{

	display:block;

	font-size:0.8em;

	margin-bottom:0.5em;

	color:var(--body-font-color-light);

}

#footer-contents .site-name .main

{

	display:block;

	font-size:1.5em;

	font-weight:bold;

}

#footer-contents .address

{

	text-align:center;

	font-size:0.8em;

	margin-top:1em;

}


#footer-contents .block-contact {
	padding: 3em 0 0 0;
	margin-bottom: 5em;
}
#footer-contents .block-contact .text {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0.4em;
}

#footer-contents .link

{

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	align-items: center;

	align-content: center;

	margin:-0.5em;

	margin-top:1.0em;
	margin-bottom: 3em;


}

#footer-contents .link > a

{

	margin:0.5em 2em;


}

#footer-contents .link > a:hover > span

{

	text-decoration:underline;

}

#footer-contents .link > a span::before {
	content: '';
	display: inline-block;

	position: absolute;
	top: 50%;
	left: -1em;
	transform: translateY(-50%);

	width: 0.3em;
	height: 0.3em;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent var(--body-font-color);

}


.footer-sns {
	display: flex;

	justify-content: center;

	margin-bottom: 3em;
}
.footer-sns li {
	list-style: none;
}
.footer-sns li img {
	width: 30px;
	height: auto;
}


#toTop {
	position: fixed;
	bottom: 2em;
	right: 2em;
}


/* ################################################################################################ */

/* ## TAB                        ################################################################## */

/* ################################################################################################ */

@media screen and (max-width:1040px) {
	#toTop {
		display: none;
	}
}



/* ################################################################################################ */

/* ## スマホサイト用スタイル ###################################################################### */

/* ################################################################################################ */

@media screen and (max-width:640px) {
	#global-footer {
		padding-bottom: 2em;
	}
}

