@charset "UTF-8";
/* CSS Document */

/*------------------------------
フッター　ナビゲーション
-------------------------------*/

@media screen and (min-width: 1021px){
#common-footer{
	white-space: 100%;
	height: 240px;
	position:relative;
	bottom: 0px;
	background:linear-gradient(475deg, #0075B2,#0075B2,#0075B2, #0090D9,#0090D9, #A1C896);
	}

.footer-box{
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	height: 170px;
	border-bottom: 1px solid #fff;
}

.footer-logo{
	width: 169px;
	height: 96px;
	float: left;
	background-image: url("logo-w.png");
	background-size:169px 96px;
	background-repeat: no-repeat;
	margin-top: 50px;
	}

.footer-add{
	float: left;
	font-size: 14px;
	color: #fff;
	margin-left: 30px;
	margin-top: 60px;
	line-height: 160%;
}
.footer-add .add{
	border-bottom: 1px solid #fff;
	margin-top: 10px;
	padding-bottom: 7px;
}
	
.footer-add .souko{
	margin-top: 10px;
	margin-left: -7px;
	line-height: 140%;
}

.footer-navi{
	width: 420px;
	float: right;
	margin-top: 90px;
	font-family:"Yu Gothic Bold";
	overflow: hidden;
	}

.footer-navi ul{
	width: 480px;
}
.footer-navi li{
	margin-top: 5px;
	list-style: none;
	float: left;
	font-size: 12px;
	margin-right: 24px;
	}	
.footer-navi li a{
	color: #fff;
	position: relative;
}

.footer-navi .f-li a::after
	{
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -5px;
    left: 0px;
    /*線の形状*/
    width: 100%;
    height: 2px;
    background:#fff;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*左上基点*/
}

/*現在地とhoverの設定*/
.footer-navi .f-li::after,
.footer-navi .f-li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

.footer-navi .f-mail{
	width: 118px;
	border: 1px solid #fff;
	background-image: url("mail.png");
	background-size: 93px 15px;
	background-position: center 5px;
	background-repeat: no-repeat;
	text-indent: -2000px;	
}
.footer-navi .f-mail a{
	padding: 0px 10px;
	display: block;
}
.footer-navi .f-mail a:hover{
	background-color: #fff;
	opacity: 15%;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.br-footer{
		display: block;
	}
#copy{
	width: 100%;
	height: 32px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
	position: absolute;
}
}
@media screen and (max-width: 1020px) and (min-width: 681px){
#common-footer{
	white-space: 100%;
	height: 247px;
	position: relative;
	bottom: 0px;
	background:linear-gradient(475deg, #0075B2,#0075B2,#0075B2, #0090D9,#0090D9, #A1C896);
	}


.footer-box{
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 190px;
	border-bottom: 1px solid #fff;
}

.footer-logo{
	width: 169px;
	height: 96px;
	float: left;
	background-image: url("logo-w.png");
	background-size:169px 96px;
	background-repeat: no-repeat;
	margin-top: 20px;
	}

.footer-add{
	float: left;
	font-size: 14px;
	color: #fff;
	margin-left: 30px;
	margin-top: 30px;
	line-height: 160%;
}
.footer-add .add{
	border-bottom: 1px solid #fff;
	padding-bottom: 7px;
}
.footer-add .souko{
	margin-top: 7px;
	margin-left: -7px;
}

.footer-navi{
	width: 500px;
	height: 70px;
	font-family:"Yu Gothic Bold";
	overflow: hidden;
	margin-left: 200px;
	}

.footer-navi ul{
	width: 500px;
	height: 60px;
	margin-top: 10px;
}
.footer-navi li{
	margin-top: 5px;
	list-style: none;
	float: left;
	font-size: 12px;
	margin-right: 24px;
	text-align: center;
	}

.footer-navi li a{
	color: #fff;
	position: relative;
}

.footer-navi .f-li a::after
	{
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -5px;
    left: 0px;
    /*線の形状*/
    width: 100%;
    height: 2px;
    background:#fff;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*左上基点*/
}

/*現在地とhoverの設定*/
.footer-navi .f-li::after,
.footer-navi .f-li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

.footer-navi .f-mail{
	width: 118px;
	border: 1px solid #fff;
	background-image: url("mail.png");
	background-size: 93px 15px;
	background-position: center 5px;
	background-repeat: no-repeat;
	text-indent: -2000px;	
}
.footer-navi .f-mail a{
	padding: 0px 10px;
	display: block;
}
.footer-navi .f-mail a:hover{
	background-color: #fff;
	opacity: 15%;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.br-footer{
		display: block;
	}
#copy{
	width: 100%;
	height: 32px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
	position: absolute;
}
}


@media screen and (max-width: 680px) {
#common-footer{
	white-space: 100%;
	height: 320px;
	position: relative;
	bottom: 0px;
	background:linear-gradient(475deg, #0075B2,#0075B2,#0075B2, #0090D9,#0090D9, #A1C896);
	}


.footer-box{
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	height: 250px;
}

.footer-logo{
	width: 169px;
	height: 96px;
	float: left;
	background-image: url("logo-w.png");
	background-size:169px 96px;
	background-repeat: no-repeat;
	margin-top: 20px;
	}

.footer-add{
	float: left;
	font-size: 16px;
	color: #fff;
	margin-left: 30px;
	margin-top: 30px;
	line-height: 170%;
	padding-bottom: 7px;
}
.footer-add .add{
	border-bottom: 1px solid #fff;
}
.footer-add .souko{
	margin-top: 7px;
	margin-left: -7px;
	line-height: 170%;
}

.footer-navi{
	width: 620px;
	height: 250px;
	font-family:"Yu Gothic Bold";
	overflow: hidden;
	margin-bottom: 30px;
	}

.footer-navi ul{
	width: 640px;
	height: 100px;
	margin-top: 20px;
	margin-bottom: 30px;
	
}
.footer-navi li{
	margin-top: 5px;
	list-style: none;
	float: left;
	font-size: 16px;
	margin-right: 10px;
	margin-bottom: 7px;
	text-align: center;
	border: 1px solid #fff;
	width: 300px;
	height: 40px;
	}	
.footer-navi li a{
	color: #fff;
	position: relative;
	padding: 3px 50px;
	display: block;
}
.footer-navi .f-mail{
	border: 1px solid #fff;
	background-image: url("mail.png");
	background-size: 130px 20px;
	background-position: center 7px;
	background-repeat: no-repeat;
	text-indent: -2000px;	
}
.footer-navi .f-mail a{
	padding: 0px 10px;
	display: block;
}

#copy{
	width: 100%;
	height: 32px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
	position: absolute;
}
}