@charset "utf-8";
/* CSS Document */
/*------------------
TOPに戻るボタン
--------------------*/
#back-top {
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  z-index: 9998;
  display: none;
}
#back-top a {
  width: 5.1rem;
  display: block;
  text-decoration: none;
  color: #bbb;
}
#back-top a:hover {
  color: #000;
}
/* arrow icon (span tag) */
#back-top span {
  width: 5.1rem;
  height: 5.1rem;
  display: block;
  background: url(../img/btn_top.png) center center / contain no-repeat;
}
#back-top.fixed {
  bottom: 6rem;
}
/*------------------
共通
--------------------*/
#jagabee {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'メイリオ', sans-serif;
  color: #231815;
  background: url(../img/bg_main.jpg) center top;
}
#jagabee .inner {
  max-width: 1150px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
}
.w100 {
  width: 100%;
}
#jagabee .sp {
  display: none;
}
/*------------------
gnavi
--------------------*/
#jagabee .gnavi {
  margin: 0 auto;
  max-width:1150px;
}

#jagabee .gnavi ul {
  display: flex;
  margin: 0;
  padding: 0;
  justyify-content:space-between;
  width:100%;
}
#jagabee .gnavi ul li {
  position: relative;
  font-weight:bold;
  font-size:19px;
  width:20%;
  text-align:center;
  border-left:solid 1px #231815; 
}

#jagabee .gnavi ul li:last-child {
  border-right:solid 1px #231815; 
}

#jagabee .gnavi ul li a{
  color:#231815;
  display:block;
}
#jagabee .gnavi ul li a:hover{
  color:#709c28;
}

#jagabee .gnavi ul li a.active{
  color:#709c28;
}



#jagabee .gnavi ul li img {
  border-right: 1px solid #757575;
}
#jagabee .gnavi ul li:nth-child(1) img {
  border-left: 1px solid #757575;
}
#jagabee .gnavi ul li img {
  width: 100%;
}

#jagabee .gnavi ul li img.icon {
max-width: 100%;
    width: 5rem;
    border-right: none;
    position: absolute;
    top: -4.5rem;
    left: 0.8rem;
    border-left: none;
}

.pankuzu {
  max-width: 1057px;
  margin: 0 auto;
  font-size: 14px;
  margin-bottom: 1rem;
}

.pankuzu a {
  text-decoration: underline;
}

.pankuzu a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
 
  #jagabee .gnavi {
padding:0 2vw 2vw 2vw;
padding-bottom: 1rem;    
}
  
  #jagabee .gnavi ul li img.icon {
    width: 3.8vw;
    top: -3vw;
    left: 0.2vw;
  }
  
  #jagabee .gnavi ul li {
  font-size:1.6vw;
}
  
}

/*第二階層*/
#jagabee.gnavi_2nd .gnavi {
  margin: 34px auto 20px auto;
}
/*------------------
2nd ヘッダー
--------------------*/
#header {
  height: 122px;
  background: url(../img/header_bg.png) center top;
  text-align: center;
  position: relative;
}

#header a {
  position: relative;
}

#header .icon {
  width:84px;
  height:auto;
  position: absolute;
  top:-80px;
  left:-20px;
}

@media screen and (max-width: 767px) {
  /*------------------
  TOPに戻るボタン
  --------------------*/
  #back-top {
    bottom: 8rem;
    right: 1rem;
  }
  #back-top.fixed {
    bottom: 8rem;
  }
  /*------------------
  共通
  --------------------*/
  main {
    padding-top: 0;
  }
  #jagabee .inner {
    width: 100%;
    max-width: 100%;
  }
  #jagabee .pc {
    display: none;
  }
  #jagabee .sp {
    display: block;
  }

  .pankuzu {
    margin: 1em auto;
    font-size: 2.5vw;
    padding-left: 0.5em;
  }

  /*------------------
  2nd ヘッダー
  --------------------*/
  #header {
    height: auto;
    background: url(../img/header_bg.png) 0 0;
    text-align: center;
    line-height: 0;
  }
  #header a img {
    line-height: 0;
    margin-left: 3vw;
  }
  
  #header .icon {
    width:18vw;
    top: -20vw;
    left: -0.5vw;
  }  
  
#header img {
    width: auto;
    height: auto;
    max-width: 100%;
}

  /*------------------
  スマホ用　gnavi
  --------------------*/
  #jagabee {
    position: relative;
  }
  /*============
    .toggle_btn
    =============*/
  .menu-trigger-wrap {
    position: absolute;
    right: 0;
    top: 0;
    background: #321f1a;
    padding: 10px;
    z-index: 9999;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 24px;
    height: 24px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .gnavi_sp {
    z-index: 9999;
  }
  .gnavi_sp .menu {
    display: none;
    position: absolute;
    right: 0;
    top: 44px;
    width: 100%;
    padding: 4vw 0;
    background: #321f1a;
    z-index:100;
  }

  .gnavi_sp .menu .menu-item {
    position: relative;
  }

  .gnavi_sp .menu .menu-item a {
    background: #321f1a;
    color: #fff;
    display: block;
    padding: 5vw 0.4em;
    text-align: center;
    text-decoration: none;
  }

  .gnavi_sp .menu .menu-item img.icon {
        position: absolute;
        left: 10rem;
        top: 1rem;
  }
  .gnavi_sp .menu .menu-item img.icon {
    width: 10%;
  }
  .gnavi_sp .menu .menu-item img.icon.wide {
    left: 2rem;
  }

  .active.menu-trigger span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
  }
  .active.menu-trigger span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .active.menu-trigger span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
  }
}

a.insta {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  z-index: 9999;
}

a.insta img {
  width: 38px;
  height: 38px;
}
