@charset "UTF-8";
/*
=======================================================
FOOTER
=======================================================


/* footer
----------------------------------------- */
#footer {
	/*position: relative;*/
	background: url(../img/pattern_bg.jpg);
}

#footer .footerBee{
	/*position: relative;*/
	margin-top: 0;
	padding-top: 100px;
	background: url(../../common/img/footer_bg.svg) no-repeat;
	background-size: contain;
	background-position: bottom left;
}
.footerBg{
	/*background: #CCE5D7;*/
	margin-bottom: 150px;
}
#footer .bgImageBtnWrap{
    padding: 50px 3%;
    display: flex;
    justify-content: center;
}
.bgImageBtnWrap .link{
    margin-right: 10px;
    margin-left: 10px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
	background: rgb(0 128 0 / 80%);
    text-decoration: none;
    color: #fff;
    width: 84px;
    height: 84px;
    padding: 33px 0;
    text-align: center;
    display: block;
    border-radius: 42px;
    font-size: 12px;
    transition: .3s;
}
#page-top a:hover {
   opacity: .5;
}

/*.floatingBanner01 {
	width: 250px;
}
.floatingBanner02 {
	width: 250px;
}*/

.floatingBannerWrap {
	width: 250px;
	position: fixed;
    bottom: 10px;
    right: 10px;
}

.floatingBannerWrap li{
	list-style: none;
	/*margin-bottom: 10px;*/
}

.floatingBannerWrap a{
	/*box-shadow: 0 0 10px rgba(186,178,141,30%);*/
}


#footer .footer_Logotext{
	text-align: center;
}

.footer_Logotex_imgLogo{
	margin-bottom: 30px;
}

.footer_Logotex_imgLogo img{
	max-width: inherit;
	width: 108px;
}

.footer_Logotext_txt {
	margin-bottom: 60px;
}

.footer_Logotext_txt .txtJP{
	/*margin-bottom: 10px;*/
	color: #FAB44B;
	text-decoration: center;
	font-size: 24px;
	font-weight: 700;
}

.footer_Logotext_txt .txtEn{
    font-size: 10vw;
	color: #F99900;
	font-weight: 400;
}


.footer_Logotext_txt .txtJP_small{
	color: #888888;
	font-size: 18px;
	font-weight: 500;
}

.footer-gnav {
	padding: 0 3%;
	text-align: center;
	margin: 0;
}


.footer-gnav li {
	display: inline-flex;
    margin: 0 0 0 0;
    font-size: 12px;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.footer-gnav li a{
	color: #666;
    padding: 10px 5px;
}
.footer-gnav li a:hover{
	color: #F99900;
}
.footer-gnav li:last-child {
	margin-bottom: 0;
}
.footer-inner {
	padding: 40px 30px 15px;
	/*background-color: #F5F5F5;*/
	color: #2D2D2D;
}
.footer-company-area {
}
.footer-logo {
	display: block;
	width: 200px;
	margin: 0 auto 15px;
}
.footer-logo img{
	display: block;
}
.footer-address {
	margin-bottom: 15px;
	font-size: 12px;
	color: #2D2D2D;
	text-align: center;
}
.copyright {
	font-weight: 400;
	display: block;
	font-size: 10px;
	text-align: center;
	color: #666;
	letter-spacing: 0.06em;
}

@media only screen and (max-width: 768px) {
	.footerBg{
		margin-bottom: 100px;
	}
	.floatingBannerWrap{
		display: none;
	}
}


/* tablet 640px - 799px */
@media only screen and (min-width: 640px) {
/* footer
----------------------------------------- */
	#footer {
		position: relative;
	}
	.page-top {
		display: block;
		position: absolute;
		top: 0;
		right: 30px;
		width: 50px;
		height: 50px;
	}
	.footer-gnav {
		padding: 0 40px;
	}

	.footer-gnav li a{
		color: #666;
	}
	.footer-gnav li:last-child {
		margin-bottom: 0;
	}
	.footer-inner {
		padding: 40px 30px 25px;
		/*background-color: #f7f7f7;*/
		color: #2D2D2D;
	}
	.footer-company-area {
	}
	.footer-logo {
		display: block;
		width: 200px;
		margin-bottom: 15px;
	}
	.footer-address {
		font-size: 11px;
	}
	.copyright {
		font-weight: 400;
		display: block;
		font-size: 10px;
		text-align: center;
		color: #666;
		letter-spacing: 0.06em;
	}

}


/* PC 800px - */
@media only screen and (min-width: 800px) {
	#footer .bgImageBtnWrap{
		display: flex;
    	justify-content: center;
	}
	.footer_Logotext_txt .txtJP{
		font-size: 30px;
	}
	.footer_Logotext_txt .txtEn{
		font-size: 90px;
	}
}

/* PC 1100px - */
@media only screen and (min-width: 1100px) {
/* commonLink01 
	----------------------------------------- */
	#footer .bgImageBtnWrap .link{
		margin: 0 20px 0 20px;
		/*max-width: 600px;*/
		width: auto;
	}
	#footer .commonLink01{
		font-size: 20px;
	}
/* footer
----------------------------------------- */
	#footer {
		/*padding-top: 250px;*/
	}
	.footerBg{
		/*background: #CCE5D7;*/
		margin-bottom: 270px;
	}
	#footer .footerBee{
		padding-top: 120px;
	}
	.footer-gnav {
		padding: 0 40px;
		text-align: center;
	}
	.footer-gnav li {
		font-size: 12px;
	}
	.footer-gnav li a {
		transition: all .3s;
		color: #000;
		padding: 15px 15px;
	}
	.footer-gnav li a:hover {
		color: #F99900;
	}
	.footer-gnav li:last-child {
		margin: 0;
	}
	.footer-inner {
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
		padding: 30px 60px 30px;
		color: #2D2D2D;
	}
	.footer-company-area {
		width: 70%;
	    margin: auto;
	}
	.footer-logo {
		display: block;
		width: 264px;
		margin-bottom: 20px;
	}
	.footer-address {
		margin-bottom: 15px;
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	.copyright {
		font-weight: 400;
		display: block;
		font-size: 12px;
		text-align: center;
		letter-spacing: 0.06em;
	}

	.snsLinkWrap .linkitem{
		margin: 0 5px;
	}
	.snsLinkWrap .linkitem a{
		width: 26px;
		height: 26px;
		border-radius: 13px;
	}
	.snsLinkWrap .linkitem a img{
		height: 12px;
	}
	.snsLinkWrap .linkitem a .twitter{
		height: 10px;
	}

}

