
img{
max-width: 100%;
height: auto;
width :auto;
}

a img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

a{
	text-decoration: none;
}

.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
	margin: 0px 0px 0px 0px;
    z-index: 10000;
}

.pc_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
==========================================================
*/

.pankuzu{
	width: 100%;
	margin: 0px auto;
	background: #fff;
	box-shadow: 0px 2px 3px #cccccc;
	padding: 0;
	position: relative;
	z-index: 100;
}
.pankuzu ol{
	width: 1200px;
	margin: 0px auto;
	padding: 0;
	display: flex;
}
.pankuzu ol li{
	padding: 0;
	margin: 10px 10px;
	color: #000;
	font-size: 13px;
}



/*
==========================================================
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;
	justify-content: center;
}
footer .foot_submenu ul li{
	margin: 15px 0px;
	border-right: 1px solid #000;
	padding: 0px 15px;
	text-align: center;
	line-height: 100%;
	font-size: 16px;
}
footer .foot_submenu ul li:first-child{
border-left: 1px solid #000;
}
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;
}

