@charset "UTF-8";


/*================================================
 *  メニュー動作
 ================================================*/



.hamburger_wrap {
	  z-index:99999;

	position: fixed;
	/*background-color:#12356c;*/
	background-color:transparent;
	
	
  right : 18px;
  top   : 14px;
  width : 46px;
  height: 46px;
  }





/*　ハンバーガーメニューボタン　*/
.hamburger {
	  z-index:99999;

  display : block;
  position: fixed;
  z-index : 3;
  right : 20px;
  top   : 16px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  z-index:99999;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #111;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 20px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 20px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: #555;
  text-align: center;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
  			padding-bottom:50px;
			padding-top:50px;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
/*nav.globalMenuSp ul li:hover{
  background :#ddd;
}*/

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
}








/*アドレス*/
.top_address{
	position:fixed;
	right:280px;
	font-size:12px;
	line-height:160%;
	}

.top_address strong{
	font-size:22px;
	}

	@media screen and (max-width:999px) {
		.top_address{
			display:none;
		}
	}




/*産直さんさんリンク*/
.top_sansanlink{
	position:fixed;
	right:90px;
	}
.top_sansanlink img{
	width:170px;
	height:auto;
	}


	@media screen and (max-width:999px) {
		.top_sansanlink{
			display:none;
		}
	}






