/*======================================

	林建設工業
	フッターCSS

=======================================*/

#footer{
	position: relative;
	background: url(../img/footer/bg_01.png), url(../img/footer/bg_tree.png);
	background-position: center top 230px, center top 0px;
	background-repeat: repeat-x, repeat-x;
	background-size: 100% 100%, auto auto;
	color: #fff;
	padding-bottom: 50px;
	margin-top: 100px;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	opacity: .7;
}

#footer_wrap{
	position: relative;
	padding-top: 300px;
}

#ft_top{
	height: 70px;
}
#ft_top .title{
	position: absolute;
	left: 30px;
}
#ft_top .info{
	position: absolute;
	right: 30px;
	font-size: 87%;
}
#ft_top .info .sp{
	display: none;
}

.copyright{
	border-top: solid 1px #fff;
	padding-top: 15px;
	font-size: 87%;
	text-align: right;
}
.copyright.sp{
	display: none;
	color: #231815;
	text-align: center;
}

.ft_bnr.pc{
	padding-bottom: 30px;
}
.ft_bnr.sp{
	display: none;
	padding-bottom: 20px;
	text-align: center;
}

/* ページトップボタン */
.page_top {
	position: fixed;
	z-index: 100;
}



/*======================================
	フッターメニュー部分
=======================================*/
#ft_menu{
	border-top: solid 1px #fff;
	/* border-bottom: solid 1px #fff; */
	padding: 20px 0;
}

#ft_menu > li{
	float: left;
	max-width: 275px;
	width: 22.375%;
	margin-right: 3.5%;
}
#ft_menu > li:last-child{
	margin-right: 0;
}
#ft_menu .link{
	position: relative;
	padding-left: 1em;
	line-height: 1.8;
}
#ft_menu .link > a::before{
	position: absolute;
	content: '・';
	left: 0;
	padding-top: 2px;
}

/* リスト間隔 */
#ft_menu li{
	padding: 1px 0;
}
#ft_menu li > p{
	padding: 1px 0;
}

#menu_recruit{
	padding-bottom: 20px;
	border-bottom: solid 1px #fff;
}
#menu_100th{
	margin-top: 20px;
}
#menu_other li{
	border-bottom: solid 1px #fff;
	padding: 15px 0;
}
#menu_other li:first-child{
	padding-top: 0;
}
#menu_other li:last-child{
	padding-top: 10px;
	padding-bottom: 0;
	border-bottom: none;
}

.sns_icon{
	margin-left: 15px;
	vertical-align: middle;
	max-width: 41px;
	width: 17.3%;
}


/*======================================
	スマホフッター
=======================================*/
#sp_ft_mk{
	display: none;
}
#sp_ft_menu{
	display: none;
	background: #fff;
	margin-top: 15px;
	margin-bottom: 25px;
}
#sp_ft_menu a{
	color: #231815;
	display: block;
	padding: 10px 12px;
}
#sp_ft_menu li{
	border-bottom: solid 1px #231815;
	background-image: url(../img/footer/mk_link.png);
	background-repeat: no-repeat;
	background-position: top 13px right 15px;
}
#sp_ft_menu li:hover{
	background-color: #f1f4c3;
}
#sp_ft_menu li a:hover{
	opacity: 1 !important;
	color: #000;
}
#sp_ft_menu li:last-child{
	border-bottom: none;
}





@media screen and (max-width:960px) {
	#ft_top .title{
		left: 20px;
	}
	#ft_top .info{
		right: 20px
	}
	.page_top {
		right: 20px;
	}
}

@media screen and (max-width:800px) {
	#ft_menu > li{
		max-width: 380px;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 1em;
	}
	#ft_menu > li:nth-child(even){
		margin-right: 0;
	}
}

@media screen and (max-width:650px) {
	#ft_top{
		height: auto;
		margin-bottom: 25px;
	}
	#ft_top .title{
		position: relative;
		left: 0;
		margin-bottom: 5px;
	}
	#ft_top .info{
		position: relative;
		right: 0;
	}
	#ft_top .info .tel .tel-txt{
		display: block;
		font-weight: bold;
		font-size: 150%;
	}
	.page_top {
		right: 15px;
	}
	#footer_wrap {
		padding-top: 265px;
	}
}

@media screen and (max-width:500px) {
	#footer{
		padding-bottom: 0;
	}
	#ft_menu{
		display: none;
	}
	#ft_top .info .sp{
		display: block;
	}
	#ft_top .title{
		margin-bottom: 10px;
	}
	#sp_ft_menu,
	#sp_ft_mk{
		display: block;
	}
	.copyright.pc{
		display: none;
	}
	.copyright.sp{
		display: block;
		padding: 15px 0;
		background: #fff;
	}
	.ft_bnr.pc{
		display: none;
	}
	.ft_bnr.sp{
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 24px;
		flex-wrap: nowrap;
	}
	.ft_bnr.sp a {
		width: 180px;
	}
	.ft_bnr.sp a.ft_bar_insta {
		max-width: 70px;
	}
	.ft_bnr.sp a img{
		width: 100%;
		display: block;
	}
}
