@charset "UTF-8";
#header {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	position: fixed;
	top:0;
	display: block;
	z-index: 99;
}
#header_inner{
	position:relative;
	display: block;
	max-width: 1040px;
	margin: 0 auto;
/*	height: 60px;*/
}

#btn_logo img{width:100%;}
#btn_logo a:hover{text-decoration:none;}
.logo-text p{color:#000;}
.logo-text:hover p{color:#555;}

.header-title{
	font-size: 12px;
	margin-left: 2rem;
	letter-spacing: 3px;
	color: #595757;
}




#head_ads {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	margin:0 20px;
	width: 486px;
	height: 60px;
	/*background-color: #CCC;*/
}
.example_responsive_1 { width: 468px; height: 60px; }
@media(max-width: 1040px){#head_ads {display:none;}}

#head_ads picture img{
	width: 100%;
}

#gMenu{
	background-color: #f2f2f3;
	text-align: center;
	height: 42px;
}

#gMenu nav ul li{
	display: inline-block;
	margin: 0 2.8rem;
	line-height: 3;
}
nav ul li a{
	color: #231815;
}

.btn_nav{
	margin: 0.3rem 1.2rem;
}

.btn_nav ul{
	display: flex;
}

.btn_nav li{
	font-size: 11px;
	margin-right: 2rem;
}

.btn_nav a:hover{text-decoration:none;}
/*.btn_nav li:hover{background-color:#E95B6B;}*/

.btn_nav_s li{
	color: #FFF;
	line-height: 50px;
	text-align:center;
	background-color:#E8204E;
	margin: 5px;
	border-radius:5px;
}

.sns{
	position: absolute;
	right: 0;
	bottom: 0;
}
.sns li{
	display: inline-block;
}
.sns li img{
	width: 24px;
	height: 24px;
}

/*pc & tablet*/
@media screen and (min-width: 768px) {
	#header{
		padding-top: 20px;
		height: 102px;
	}
	body{
		padding-top: 122px;
	}

	#btn_logo{
		max-width:440px;
		margin-left:1rem;
	}
	.logo-text p{
		margin-left: 3rem;
		font-size: 2rem;
	}
	.btn_nav li{
		right: 0;
	}
	#hamburger-btn,#hamburger-menu{
		display: none;
	}
	.sns{margin-right:20px;}
}
/*smartphone*/
@media screen and (max-width: 767px) {
	#header{
		padding-top: 10px;
		height: 32px;
	}
	body{
		padding-top: 42px;
	}
	
	.header-title{
		display: none;
	}

	#btn_logo{
		max-width:220px;
	}
	.logo-image img{
		width: 75%;
	}
	#gMenu{
		display: none;
	}
	.btn_nav {
		display: none;
	}
	.menu-btn{
		width: 36px;
		height: 36px;
	}
	#hamburger-menu nav{
		top:30px;
		width:220px;
	}
	.sns{margin-right:45px;}
}

/* hamburger-menu */
.menu-btn{
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
	background-color: #F79428;
	margin: 3px;
	border-radius:5px;
}
.menu-btn img{
	width: 125%;
}

#hamburger-menu nav{
	display: none;
	position: absolute;
	right:0;
	background-color: #FFF;
}
#hamburger-menu nav ul li{
	font-size: 2rem;
	line-height: 2.5;
	text-align: right;
	padding: 0 5rem;
}

/* banner */
#banner{
	text-align:center;
	margin:20px;
	width:100%;
}

ul.link li{
	display:inline-block;
	width:48%;
	max-width:220px;
	height:31px;
	margin: 3px 0;
	text-align:left;
}

ul.link li a{
	display:block;
	width:100%;
	font-size:10px;
	line-height:31px;
	text-decoration: none;
}
ul.link li a:hover{opacity: 0.7;}

ul.link li.l01{background: url("https://www.vainqueur-sports.jp/images/banner/banner_l01.jpg") no-repeat;background-size:contain;}
ul.link li.l02{background: url("https://www.vainqueur-sports.jp/images/banner/banner_l02.jpg") no-repeat;background-size:contain;}
ul.link li.l03{background: url("https://www.vainqueur-sports.jp/images/banner/banner_l03.jpg") no-repeat;background-size:contain;}

#banner p{margin:2em 0;text-align:center;}

.btn_banner{display:none;}

/* tablet and pc */
@media screen and (min-width: 768px) {
#banner{width: 220px;}
ul.link li{
	width:100%;
	margin: 10px 0;
}
ul.link li a{
	font-size:14px;
	padding-left:20%;
}
.btn_banner{display:block;}
}
/*smartphone*/
@media screen and (max-width: 767px) {
	#banner{display: none;}
}
