
footer
{
	_zoom: 1;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 90px;
	clear: both;
	color: #FFF;
	background-color: var(--link-color);
}

footer .body
{
	padding-top: 80px;
	position: relative;
}

footer .foot_guide
{
	display: flex;
	justify-content: space-between;
}


footer .company 
{
	display: block;
	text-align: left;
}

footer .company h3
{
	font-size: 21px;
	line-height: 1.4;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

footer .company h3 a img
{
	vertical-align: middle;
	transition-duration: 0.6s;
	transform:scale(1,1);
}

footer .company h3 a:hover img
{
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
	transform:scale(1.04,1.04);
}

footer .company p 
{
	margin-bottom: 1em;
}


footer .company p a
{
	display: block;
	pointer-events: none;
	color: #FFF;
	background-image: url(../images/icon_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}

footer .company .access a:before
{
	font-family: "Font Awesome 6 Free";
	content: '\f5a0';
	font-weight: 900;
	margin-right: 10px;

}

footer .foot_navi
{
}

footer .foot_navi ul,
footer .tb_foot_navi ul
{
	display: block;
	width: auto;
	padding: 0px;
	margin: 0px;
}

footer .foot_navi ul li,
footer .tb_foot_navi ul li
{
	display: block;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

footer .tb_foot_navi
{
	display:none;
}

footer .foot_navi ul li a,
footer .tb_foot_navi ul li a
{
	color: #FFF;
}

footer .foot_navi ul li a:hover,
footer .tb_foot_navi ul li a:hover
{
	color: #dbcdac !important;
}

footer .foot_navi ul li a:before,
footer .tb_foot_navi ul li a:before
{
	font-family: "Font Awesome 6 Free";
	content: '\f068';
	font-weight: 900;
	margin-right: 10px;
}


footer .map
{
	flex-basis: 420px;
}





footer .copyright
{
	font-size: 14px;
	line-height: normal;
	text-align: right;
	clear: both;
	padding-top: 20px;
}

#page_top
{
	position: fixed;
	z-index: 100;
	right: 30px;
	bottom: 30px;
	cursor:pointer;
}

#contact_btn
{
	position: fixed;
	z-index: 100;
	right: 0px;
	top: 24%;
}


#contact_btn a img
{
	vertical-align: middle;
	transition-duration: 0.6s;
	transform:scale(1,1);
	width: auto;
	height:auto;
}

#contact_btn a:hover img
{
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
	transform:scale(1.04,1.04);
}



/* PCのみ設定  768 以上*/
@media screen and (min-width:1200px)
{


}

@media (max-width: 1199px) 
{

footer .body
{
	padding-top: 30px;
}

footer .foot_guide
{
	flex-wrap: wrap;
}

footer .foot_navi
{
	display: none;
}

footer .tb_foot_navi
{
	display:block;
}


footer .company
{
	width: 50%;
}

footer .map
{
	width: 48%;
	flex-basis: auto;

}

#contact_btn
{
	width: 40px;
	right: 0px;
	top: 20%;
}


}



/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (min-width:768px) and (max-width:1199px)
{


footer .foot_title
{
}






.foot_up img
{
	height: auto !important;
	position: fixed;
	bottom: 80px;
	right: 4px;
	z-index: 9999;
}

}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{


footer 
{
	padding-top: 20px;
	padding-bottom: 30px;
}

footer .body
{
	margin-top: 0px;
	padding-top: 0px;
}



footer .foot_title
{
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}



footer .tb_foot_navi
{
	display: none;
}


footer .foot_navi_box
{
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 4列 */
	column-gap: 10px; /* 横のスペース */
	row-gap: 10px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;
	width: 100%;

}

footer .nokotsu
{
	text-align: center;
	width: 290px;
	margin-right: auto;
	margin-left: auto;
}



footer .copyright
{
	text-align: center;
}




.foot_up img
{
	height: auto !important;
	position: fixed;
	bottom: 20px;
	right: 4px;
	z-index: 999;
}


#page_top
{
	position: fixed;
	z-index: 100;
	right: 10px;
	bottom: 10px;
	cursor:pointer;
}

#contact_btn
{
	display: none;
}


}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{
	
footer .foot_guide
{
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



footer .company
{
	text-align: left;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}

footer .map
{
	width: auto;
}

footer .foot_navi_box
{
	display: block;
	padding-right: 0px;
}

}