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

/*------------------------------
メニュー
-------------------------------*/


@media screen and (min-width: 1261px){

#menuArea{
	width: 1260px;
	height: 63px;
	margin: 60px auto 0px;
	background:url("menu-bar-1260.png");
	background-size: 1260px 63px;
	background-repeat: no-repeat;
	z-index: 50;
	position: relative;
}

#mainmenu{
	width: 640px;
	height: 63px;
	float: left;
	margin-right: 0px;
	margin-left: 150px;
	}
	
#mainmenu ul{
	width: 500px;
	height: 63px;
	float: right;
	padding-left: 25px;
	padding-right: 25px;
	}
#mainmenu ul li{
	float: left;
	list-style: none;
	margin: 18px 27px auto;
	font-size: 12px;
	font-family:"Yu Gothic Bold";	
	}
#mainmenu ul li a{
	color: #030303;
	font-size: 11px;
	position: relative;
	}
}

@media screen and (min-width: 1111px) and (max-width: 1260px){

#menuArea{
	width: 1110px;
	height: 63px;
	margin: 60px auto 0px;
	background:url("menu-bar-1110.png");
	background-size: 1110px 63px;
	background-repeat: no-repeat;
	z-index: 50;
	position: relative;
}

#mainmenu{
	width: 640px;
	height: 63px;
	float: left;
	margin-right: 0px;
	}
	
#mainmenu ul{
	width: 500px;
	height: 63px;
	float: right;
	padding-left: 25px;
	padding-right: 25px;
	}
#mainmenu ul li{
	float: left;
	list-style: none;
	margin: 18px 27px auto;
	font-size: 12px;
	font-family:"Yu Gothic Bold";	
	}
#mainmenu ul li a{
	color: #030303;
	font-size: 11px;
	position: relative;
	}
}

@media screen and (min-width: 961px) and (max-width: 1110px){

#menuArea{
	width: 960px;
	height: 63px;
	margin: 60px auto 0px;
	background:url("menu-bar-960.png");
	background-size: 960px 63px;
	background-repeat: no-repeat;
	z-index: 50;
	position: relative;
}

#mainmenu{
	width: 450px;
	height: 63px;
	float: left;
	margin-right: 0px;
	margin-left: 40px;
	overflow: hidden;
	}
#mainmenu ul{
	width: 470px;
	height: 63px;
	float: right;
	}
#mainmenu ul li{
	float: left;
	list-style: none;
	margin: 18px 22px auto;
	font-size: 12px;
	font-family:"Yu Gothic Bold";	
	}
#mainmenu ul li a{
	color: #030303;
	position: relative;
	}
}
@media screen and (min-width: 961px){
	
#toplogo{
	width: 280px;
	height: 40px;
	margin-top:10px;
	margin-left: 50px;
	float: left;
}

.facebook{
	width: 64px;
	height: 30px;
	float: left;
	margin: 17px 0px;
	border-right: 1px solid #fff;
	}
.insta{
	width: 75px;
	height: 30px;
	float: left;
	background-position: center;
	margin: 17px 0px;
	}
.facebook a img,.insta a img{
	width: 30px;
	height: 30px;
	margin: 0px 16px;
	display: inline;
	}
.facebook-sp{
	display: none;
	}
.insta-sp{
	display: none;
	}
.sns-sp	{
	display: none;
	}
#mainmenu li a::after
	{
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -5px;
    left: 0px;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background:#415FC8;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*左上基点*/
}

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

@media screen and (max-width: 960px){
	
#menuArea{
	width: 960px;
	height:152px;
	z-index: 50;
	position: relative;
	background-color: #fff;
}


#mainmenu{
	width: 650px;
	height: 63px;
	margin-left: 30px;
	overflow: hidden;
	}
	
#mainmenu ul{
	width: 680px;
	height: 60px;
	overflow: hidden;
	margin-top: 20px;
	}
#mainmenu ul li{
	height: 30px;
	float: left;
	font-size: 18px;
	list-style: none;
	font-family:"Yu Gothic Bold";
	text-align: center;
	margin-right: 58px;
	}
#mainmenu ul li a{
	color: #030303;
	position: relative;
	height: 30px;
	}
#toplogo{
	width: 280px;
	height: 40px;
	margin-top:30px;
	margin-left: 30px;
	float: left;
}

.facebook{
	display: none;
	}
.insta{
	display: none;
	}
	
.sns-sp{
	float: left;
	margin-left: 170px;
	margin-top: 20px;
	}
.facebook-sp{
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 15px;
	}
.insta-sp{
	width: 70px;
	height: 70px;
	float: left;
	}

	
}