.inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
 
.inner:after {
  content:"";
  clear: both;
  display: block;
}
 
/*--------header-----------*/
 
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999;
}
 
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
 
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    position: relative;
    font-size: 36px;
    height: 50px;
}
 
#top-head .logo a {
  position: absolute;
  width: 100%;
  height: 50px;
}
 
 
nav span{
    background:#666;
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}
 
 
/*--------固定化されたときのCSS-----------*/
 
#top-head.fixed {
    margin-top: 0;
    top: 0;
/*    position: fixed;*/
    padding-top: 10px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
 
#top-head.fixed .logo {
  position: relative;
    font-size: 24px;
    color: #333;
}
 
#top-head.fixed .logo a {
  position: absolute;
  width: 100%;
  height: 30px;
 
}
 
 
/*-----------スマホのトグルボタンのCSS-------------*/
 
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 101;
	padding:10px;
	text-align: center;
	color:white;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #FFF;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
	
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
}
#global-nav ul li {
	float: none;
	position: static;
	color: #fff;
	list-style: none;
	padding:10px;
	margin:0;
	border: 3 #FFF solid;
}

#global-nav ul li.menucheck:before{
	background-repeat: no-repeat;
    content:  "";          			       /* 空の要素作成 */
    width: 40px;                            /* 幅指定 */
    height: 40px;                           /* 高さ指定 */
    display:  inline-block;                 /* インラインブロックにする */
    position:  relative;                    /* アイコンの位置を調整 */
    top: -4px;                             /* アイコンの位置を調整 */
    margin-right: 4px;                      /* 余白指定 */
    background-image:  url(../img/common/menu_kyubo.png);  /* アイコン指定 */
    background-size:  contain;              /* アイコンの大きさ指定 */
    background-repeat:  no-repeat;          /* アイコンをリピートしないようにする */
    vertical-align: middle;                    /* アイコンの位置を調整 */
}
#global-nav ul li.new:before{
	background-repeat: no-repeat;
    content:  "";          			       /* 空の要素作成 */
    width: 40px;                            /* 幅指定 */
    height: 40px;                           /* 高さ指定 */
    display:  inline-block;                 /* インラインブロックにする */
    position:  relative;                    /* アイコンの位置を調整 */
    top: -4px;                             /* アイコンの位置を調整 */
    margin-right: 4px;                      /* 余白指定 */
    background-image:  url(../img/common/menu_new.png);  /* アイコン指定 */
    background-size:  contain;              /* アイコンの大きさ指定 */
    background-repeat:  no-repeat;          /* アイコンをリピートしないようにする */
    vertical-align: middle;                    /* アイコンの位置を調整 */
}

 
/*---------gnav sp--------------*/

@media screen and (max-width: 769px) {
    .head-inner {
      display: none;
    }
 
    .slick-next {
      right: 0;
    }
 
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
/*        position: fixed;*/
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        height: 50px;
        top: 15px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background-color: rgba(255,255,255,0.8); 
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
		padding:0px;
	}
    #global-nav ul {
        list-style: none;
        position: static;
		padding:0;
		margin:50px 0 0 0;
		
	}
    #global-nav ul li {
        float: none;
        position: static;
        color: #ED7958;
		list-style: none;
  		padding:15px;
		margin:0;
		border-bottom: 1px #CCC solid;
  }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
		color:#000;
		font-size: 90%;
    }
    #nav-toggle.menutitle {
		position:relative;
		margin-top:50px;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(500px);
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
    }

	.head_nav{
	display: none;
		
	}
}
 
/*------------タブレット用------------------*/
 
