


footer
{
	display: flow-root;
	padding-top: 60px;
	padding-bottom: 60px;
	clear: both;
	background: url("../images/foot_bg.jpg") no-repeat fixed bottom center;
	color: #FFF;
}

/* iOSだけ無効化 */
@supports (-webkit-touch-callout: none) 
{
footer 
{
	background-attachment: scroll;
}

}


footer .foot_area
{
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 10px;
	align-items: center;
}

footer .company
{
	flex-shrink: 0;
}

footer .company h3
{
	font-size: 20px;
	line-height: 1;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;

}

footer .company p
{
	font-size: 18px;
	line-height: 1.4;
}

footer .company .youtube a
{
	font-size: 40px;
	line-height: 1.4;
	color: #fe0032;
}

footer .company .youtube a i
{
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-left: 4px;
	padding-right: 4px;

}

footer .company .youtube a:hover
{

}

footer .foot_navi
{
}


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

footer .foot_navi ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

footer .foot_navi ul li dl dt
{
	display: block;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;

}

footer .foot_navi ul li dl dd
{
	display: block;
	margin: 0px;
	padding: 0px;
}

footer .foot_navi ul li dl dt a
{
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
}

footer .foot_navi ul li dl dd a
{
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	display: inline-flex;
	align-items: center;
}

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


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



#page_top
{
	position: fixed;
	z-index: 100;
	right: 0px;
	bottom: 0px;
	cursor:pointer;
	opacity: 1;
	transform: translateY(160px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

#page_top.is-show
{
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}


#page_top img
{
	transition: 1s all;
}

#page_top img:hover
{
	transform:scale(1.04,1.04);
	transition:1s all;
}


/* PCのみ設定  768 以上*/
@media screen and (min-width:1921px)
{
footer
{
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}


}

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


}

/** タブレット以下 */
@media screen and (max-width: 1199px) 
{
footer
{
	-ms-background-size: auto 100%;
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}

footer .foot_area
{
	display: block;
}

footer .company
{
	text-align: center;
	margin-bottom: 20px;

}

footer .foot_navi
{
	width: auto;
	padding-top: 20px;
	padding-bottom: 10px;

}


footer .foot_navi ul
{
	grid-template-columns: repeat(4, auto);
	column-gap: 20px; /* 横のスペース */
	row-gap: 20px; /* 縦のスペース */
}


#page_top
{
	bottom: 0px;
	transform: translateY(162px);
}

#page_top.is-show
{
	transform: translateY(70px);
}



}

/* 横置きの場合 */
@media (max-width: 1199px) and (orientation: landscape)
{
}

/* 縦置きの場合 */
@media (max-width: 1199px) and (orientation: portrait)
{
#contact_btn
{
	display: none;
}



}

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




}



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


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


footer .foot_navi 
{
}


footer .copyright
{
	text-align: center;
}


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


}

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

footer .foot_area
{
	display: block;
}



footer .company
{
	display: inline-block;

	width: auto;
}


footer .foot_navi ul
{
	grid-template-columns: repeat(2, auto);
	column-gap: 20px; /* 横のスペース */
	row-gap: 20px; /* 縦のスペース */
}


footer .foot_navi ul li
{
	border-bottom: solid 1px #fff;
	padding-bottom: 20px;

};



footer .foot_copyright
{
	display: block;
	text-align: center;
}
	


}