@charset "UTF-8";
/* CSS Document */
.header-wrap {
  width: 100%;
}

.header-wrap2 {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.inner {
  width: 1100px;
  margin: 0 auto;
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (max-width: 979px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}
/* logoのhover */
a.logohover:hover {
  display: block;
  opacity: 0.6;
  transition: 0.5s;
}

/* header */
#top-head {
  font-size: 14px;
  position: relative;
  width: 100%;
  margin: auto 0;
  padding: 15px 0 15px;
  line-height: 1;
  z-index: 100;
}

#top-head a,
#top-head {
  color: #333;
  font-size: 1.25em;
  text-decoration: none;
}

#top-head .inner {
  position: relative;
}

#top-head .logo {
  max-width: 230px;
  margin: 0 auto;
  padding: 0;
  font-size: 36px;
  text-align: center;
}
#top-head .logo img {
  display: block;
  width: 100%;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  #top-head {
    padding: 0 0 10px;
  }
  #top-head .logo {
    max-width: 150px;
    margin: 0 auto;
    padding: 0;
    font-size: 36px;
    text-align: center;
  }
  #top-head .logo img {
    display: block;
    width: 100%;
    margin-top: 0px;
  }
}
/*---------------------
ヘッダー　ロゴ、お問い合わせBOX 
----------------------*/
.header-left {
  width: 20%;
  float: left;
}
.header-left p {
  display: block;
  width: 100%;
}

.header-center {
  width: 60%;
  float: left;
}

.header-right {
  width: 20%;
  float: right;
}

/*---------------------
SNS
----------------------*/
.header-sns {
  width: 60%;
  float: right;
}
.header-sns ul {
  padding: 30px 0;
}
.header-sns ul li {
  display: block;
  width: 44%;
  float: left;
  padding: 3%;
  text-align: center;
}
.header-sns ul li img {
  display: block;
  width: 100%;
  max-width: 35px;
}
.header-sns ul li img:hover {
  display: block;
  opacity: 0.6;
  transition: 0.5s;
}

nav#global-nav {
  clear: both;
  width: 100%;
}

#global-nav ul {
  list-style: none;
  font-size: 13px;
}
#global-nav ul li {
  font-weight: 700;
  font-family: "Comfortaa", sans-serif;
  float: left;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0.001deg);
  letter-spacing: 0.08em;
  transition: all 0.3s ease;
}
#global-nav ul li:hover {
  letter-spacing: 0.28em;
}

/* --------------------------------------
メニュー幅　個別設定 pc
-------------------------------------- */
#global-nav ul li.n-top {
  width: 15%;
}
#global-nav ul li.n-concept {
  width: 20%;
}
#global-nav ul li.n-menu {
  width: 15%;
}
#global-nav ul li.n-news {
  width: 15%;
}
#global-nav ul li.n-price {
  width: 15%;
}
#global-nav ul li.n-shopinfo {
  width: 20%;
}
#global-nav ul li.n-access {
  width: 15%;
}

#global-nav ul li a {
  display: block;
  padding: 6px 8px;
  line-height: 1.2;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
}

#global-nav ul li a:hover {
  color: #5a8e08;
}

#global-nav ul li a span {
  font-size: 11px;
  font-weight: normal;
  color: #000;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}

/* Btn Hover */
#global-nav ul li:after {
  position: absolute;
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  bottom: -15px;
  transition: all 0.3s ease;
}

#global-nav ul li:hover:after {
  width: 100%;
  background: #5a8e08;
  bottom: -15px;
}

@media screen and (max-width: 979px) {
  .header-wrap,
  .header-wrap .inner {
    position: relative;
  }
  .header-left {
    width: 15%;
  }
  .header-center {
    width: 70%;
  }
  .header-right {
    width: 15%;
  }
  /*---------------------
  SNS
  ----------------------*/
  .header-sns {
    width: 100%;
    float: none;
  }
  .header-sns ul {
    padding: 0 10px;
  }
  .header-sns ul li {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
  }
  .header-sns ul li img {
    display: block;
    width: 35px;
    margin: 0 auto;
  }
  /*---------------------
  タブレット時メニュー
  ----------------------*/
  #global-nav ul {
    margin-bottom: 0;
  }
  #global-nav ul li:nth-child(1) {
    border-left: none;
  }
  #global-nav ul li:nth-child(1),
  #global-nav ul li:nth-child(2),
  #global-nav ul li:nth-child(3),
  #global-nav ul li:nth-child(4),
  #global-nav ul li:nth-child(5) {
    border-bottom: 1px solid #f0f0f0;
  }
  #global-nav ul li:nth-child(6) {
    border-right: none;
  }
  #global-nav ul li a {
    padding: 15px 0;
  }
  #global-nav ul li.n-top {
    width: 15%;
  }
  #global-nav ul li.n-concept {
    width: 20%;
  }
  #global-nav ul li.n-menu {
    width: 15%;
  }
  #global-nav ul li.n-news {
    width: 15%;
  }
  #global-nav ul li.n-shopinfo {
    width: 20%;
  }
  #global-nav ul li.n-access {
    width: 15%;
  }
  /* Btn Hover */
  #global-nav ul li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    bottom: 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }
  #global-nav ul li:hover:after {
    background: #000;
    bottom: 0px;
  }
}
/* --------------------------------------
Fixed スクロール時の吸着メニュー
-------------------------------------- */
#top-head.fixed {
  position: absolute;
  top: 0;
}

#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 0;
  background: #fff;
  background: rgb(255, 255, 255);
  transition: top 0.65s ease-in;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  border-bottom: 1px solid #dcdcdc;
}

#top-head.fixed .header-wrap {
  display: none;
}

#top-head.fixed .header-wrap2 {
  margin-top: 0;
}

#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}

#top-head.fixed .logo {
  display: block;
  max-width: 120px;
  min-width: 84px;
  min-height: 84px;
  background: url(../img/id/logo.png) no-repeat;
  background-size: 100% auto;
  background-position: center 10px;
  text-indent: -9999px;
}

#top-head.fixed #global-nav ul {
  bottom: 15px;
}

#top-head.fixed #global-nav ul li a {
  color: #333;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
  bottom: -15px;
}

#top-head.fixed #global-nav ul li:hover:after {
  background: #000;
  bottom: -15px;
}

#top-head.fixed .header-wrap {
  padding-bottom: 3px;
}

#top-head.fixed .header-tel img,
#top-head.fixed .header-contact img {
  width: 90%;
}

/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/
@media screen and (max-width: 979px) {
  #top-head {
    padding-bottom: 0;
  }
}
/*-----768 以下----*/
@media screen and (max-width: 767px) {
  .header-wrap,
  .header-wrap .inner {
    position: relative;
  }
  .header-left {
    display: none;
  }
  .header-center {
    width: 100%;
    float: none;
  }
  .header-right {
    width: 100%;
    float: none;
  }
  .inner {
    width: 97%;
    max-width: 728px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
/*-----980px 以上----*/
@media screen and (min-width: 980px) {
  .inner {
    width: 97%;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #global-nav ul {
    bottom: 30px;
    margin-right: 0;
  }
}
/*-----1100px 以上----*/
@media screen and (min-width: 1100px) {
  article {
    padding: 0 30px;
  }
  .inner {
    width: 97%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #grobal-nav ul {
    margin-right: 0;
  }
}/*# sourceMappingURL=nav.css.map */