@charset "utf-8";

html,body{
text-align: center;
font-family: "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a img:hover  {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
 }

.sp_hd{display: none;}

/*フェード*/
.list-mv02{
	opacity: 0;
    transition: 1.0s;
    transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}
.mv02{
	opacity: 1.0;
    transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/*======================
header
=====================*/


/*
==========================================================
pankuzu
==========================================================
*/


/*
==========================================================
footer
==========================================================
*/

footer{
	background: #fff;
}
footer p{
	color: #292929;
}

footer .page_top{
	width: 117px;
	height: 117px;
	margin: 0px auto;
	position: relative;
	top: -60px;
	background: url(../commonImage/page_top.png);
	z-index: 10;
}
footer .page_top a{
	display: block;
	width: 100%;
	height: 100%;
}


footer .logo_foot{
	width: 220px;
	margin: 20px auto;
}

footer .foot_menu{
	margin: 20px auto 15px;
	padding: 0;
	display: flex;
	justify-content:center; 
	text-align: center;
	-webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
}
footer .foot_menu li{
	margin: 0px 10px;
}
footer .foot_menu a{
	color: #fff;
	text-decoration: none;
}

footer .foot_submenu {
	width: 100%;
	background: #fff;
	margin: 0px auto 20px;
	padding: 0;
	border-top:#00b0f0 2px solid;
	border-bottom:#00b0f0 2px solid;
}
footer .foot_submenu ul{
	margin: 10px auto;
	padding: 0;
	width: 100%;
	display:  flex;
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
}
footer .foot_submenu ul li{
	margin: 5px 0px;
	padding: 0px 5px;
	text-align: center;
	line-height: 100%;
	font-size: 14px;
}
footer .foot_submenu ul li:first-child{
border-left: none;
}
footer .foot_submenu ul li a{
	color: #000;
	text-decoration: none;
}

footer .skpl_logo{
	margin: 10px auto;
}


footer .copy_right{
	margin: 0px auto;
	background: #c30d22;
	text-align: right;
	padding: 0px 5px;
}

