/*============================================================================
	頭の話header#globalHeader
==============================================================================*/

h1#logo{
	margin: 10px auto 8px 10px;
	float: left;
}
h1#logo a{
    display:block;

	width:180px;
	height:42px;
	background: url(../img/logo.png) no-repeat;
	background-size: 180px 42px;
	text-decoration:none;
	text-indent:-1000px;
	font-size:8px;
    overflow:hidden;

}
h1#logo a:hover { text-decoration:none;}



div.fbBox{
	float: right;
	width: 80px;
	margin: 0px 10px 0 0px;
}
div.fbBox a{
	width: 80px;
}
div.fbBox a img{
	width: 60px;
}
/*
div.fbBox a{
	display: block;
	width: 200px;
	padding: 10px;
	background:#dc544b;
	border-bottom: 4px solid #880d05;
	border-radius: 30px;
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
	text-align: center;
}
div.fbBox a i{
font-size: 100%;
color: #FFF;
}
div.fbBox a:hover{
	text-decoration: none;
	background: #c93c32;
}
*/

#hamburger .btn-gNav{
  position: fixed;
  top: 0px;
  right: 16px;
  width: 30px;
  height: 24px;
	z-index: 1040;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#hamburger .btn-gNav span{
  position: absolute;
  width: 100%;
  height: 2px;
  background: #222;
  border-radius: 0px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#hamburger .btn-gNav span:nth-child(1) {
  top:0;
}
#hamburger .btn-gNav span:nth-child(2) {
  top:10px;
}
#hamburger .btn-gNav span:nth-child(3) {
  top:20px;
}
#hamburger .btn-gNav.open span:nth-child(1){
  background: #fff;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
#hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3){
  top: 6px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
#gNav{
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: url(../img/bgbg.png);
  font-size: 30px;
  box-sizing: border-box;
	z-index: 1035;
  padding-top: 100px;
  transition: .3s;
}
#gNav.open{
  right: 0px;
}
#gNav .gNav-menu{
  width: 100%:;
  height:100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  /*justify-content: center;*/
}
#gNav .gNav-menu li{
  display: block;
  padding : 20px 10px;
}
#gNav .gNav-menu li a{
  color: #ddd;
  text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
}

/*============================================================================
	swiperbox
==============================================================================*/

.swiperbox {
position: relative;
width: 100%;
margin-top:20px;
margin-bottom:-20px;
}
.swiper-slide img{
	width: 180px;
}