footer
{
	padding-bottom: 2em;
	background-color: #000;
	color: #FFF;
}

footer .body
{
	width: 1150px;
}


footer .foot_head
{
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #000;
}

footer .foot_head .body
{
	padding-bottom: 0px;
}

footer .foot_head h3
{
	font-family: "Nikukyu";
	font-size: 25px;
	line-height: 140%;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	letter-spacing: 0.1em;
}

footer .foot_head .title
{
	text-align: right;
}

footer .foot_nav
{
	background-color: #0EAC66;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: #fff;
}

footer .foot_nav .navi_box
{
	float: left;
}

footer .foot_nav .navi_box ul
{
	display: table;
	table-layout: fixed;
	margin: 0px;
	padding: 0px;
}

footer .foot_nav .navi_box li
{
	display: table-cell;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}

footer .foot_nav .navi_box li:last-child
{
	padding-right: 0px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}

footer .foot_nav .navi_box li a
{
	color: #fff;
	font-size: 15px;
	line-height: 200%;
}

footer .foot_nav .contact_box
{
	float: right;
	text-align: right;
}

footer .foot_nav .contact_box p
{
	text-align: right;
}

footer .foot_nav .contact_box .tel
{
	font-size: 25px;
	line-height: 140%;
	font-weight: bold;
}

footer .foot_nav .contact_box .tel span
{
	background-image: url(../images/icon_tel.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

footer .foot_nav .contact_box .follow
{
	margin: 0px;
	padding-top: 2em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

footer .foot_nav .contact_box .follow dt
{
	display: inline-block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-size: 15px;
	line-height: 100%;
}
footer .foot_nav .contact_box .follow dd
{
	padding: 0px;
	display: inline-block;
	background-repeat: repeat-x;
	background-position: left center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 35px;
	height: 15px;
	background-image: url(../images/bg_line.gif);
}



footer .foot_banner dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

footer .foot_banner dl dt
{
	display: table-cell;
	width: 260px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

footer .foot_banner dl dt img
{
	border-radius: 4px;
	-webkit-border-radius: px;
	-moz-border-radius: 4px;
}


footer .foot_banner dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}



footer .copyright
{
	text-align: right;
	font-size: 12px;
	line-height: normal;
}


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





}

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

footer
{
	padding-top: 0em;
	padding-bottom: 3em;

}

footer .body
{
	width: auto;
}


footer .foot_head .foot_nav,
footer .foot_head .foot_contact
{
	float: none;
	width: auto;
	text-align: center;
}


footer .foot_head h3
{
	font-family: Nikukyu;
	font-size: 18px;
	line-height: 140%;
	padding: 0px;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	letter-spacing: 0.1em;
	text-align: center;
}

footer .foot_head .title
{
	text-align: center;
}

footer .foot_head .title img
{
	width:60%;
}


footer .foot_nav .navi_box
{
	display:none;
}




footer .foot_nav .contact_box
{
	float: none;
	text-align: center;
}

footer .foot_nav .contact_box p
{
	text-align: center;
}

footer .foot_nav .contact_box .tel span
{
	background-image: none;
	padding-left: 0px;
}

footer .foot_nav .contact_box .tel a
{
	color: #fff;
	background-image: url(../images/icon_tel.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}



footer .copyright
{
	text-align: center;
	clear: none;
	float: none;
}

footer .foot_banner dl
{
	display: inline-table;
}

footer .foot_banner dl dt
{
	width: 49%;
}


footer .foot_banner dl dd:nth-child(4n)
{
	display: table-row;
	height: 10px;

}


}