@charset "UTF-8";
/* header */
#top-head {
  width: 100%;
  height: 62px;
  margin: 0 auto 0;
  padding: 8px 0;
  line-height: 1;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transform: translateZ(0); }

#top-head.open {
  -webkit-transform: inherit; }

.header-logo {
  position: absolute;
  left: 16px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: top; }
  .header-logo a {
    display: block;
    width: 33px;
    height: 46px; }
    .header-logo a img {
      vertical-align: inherit; }

.header-logo .pc-text {
    text-align: center; }

.header-sp {
  display: block;
  position: absolute;
  top: 15px;
  right: 63px;
  width: calc(100% - 130px);
  /* top: 18px;
  left: 128px;
  width: calc(100% - 188px);  */
}

.nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* width: calc(100% - 6px); */
 }
  .nav-icon li {
    display: block;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.02em;
    width: calc(99.999% / 4); }
    .nav-icon li a {
      display: block;
      line-height: 1.1; }
      .nav-icon li a::before {
        content: "";
        display: block;
        width: 26px;
        height: 23px;
        /* width: 24px;
        height: 17px; */
        margin: 0 auto 4px; }
  .nav-icon .shopsearch a::before {
    background-image: url(../img/header/ico-shopsearch.svg);
    background-size: contain; }
  .nav-icon .menu a::before {
    background-image: url(../img/header/ico-menu.svg);
    background-size: contain; }
  .nav-icon .takeout a::before {
    background-image: url(../img/header/ico-takeout.svg);
    background-size: contain; }
  .nav-icon .onlineshop a::before {
    /* width: 26px;
    height: 23px;
    margin: 0 auto; */
    background-image: url(../img/header/ico-cart.svg);
    background-size: contain; }

.nav-icon li a br {
  display: none;
}
@media screen and (max-width: 535px) and (min-width: 365px) {
  .nav-icon li a::before {
    margin-bottom: 2px;
  }
  .nav-icon li a br {
    display: block;
  }
}

@media screen and (max-width: 320px) {
  .header-sp{
    right: 51px;
    width: calc(100% - 115px);
  }
  .nav-icon{
    /* display: block; */
  }
  .nav-icon li {
    /* display: inline-block;
    width: auto;
    font-size: 7px; */
   }
  .nav-icon li:not(:last-of-type) {
    /* margin-right: 3px; */
    }
  .nav-icon li {
    /* font-size: 7px;  */
    }
  }

#global-nav {
  position: fixed;
  /* 開いてないときは画面外に配置 */
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  background: #F4F4F4;
  width: 100%;
  text-align: center;
  padding: 18px 0 0;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 999; }
  @media screen and (min-width: 768px) {
    #global-nav {
      padding: 20px 0 0; } }

#global-nav .logo-spnav {
  border-bottom: 1px solid #000;
  padding: 0 20px 20px; }
  #global-nav .logo-spnav a {
    display: block;
    width: 100px;
    height: 26.6px; }

#global-nav ul.main-spnav {
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #000; }

#global-nav ul.main-spnav li {
  display: block;
  line-height: 68px;
  padding: 0 48px;
  border-bottom: 1px solid #fff; }

@media screen and (max-width: 320px) {
  #global-nav ul.main-spnav li {
    line-height: 51px; }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
  #global-nav ul.main-spnav li {
    line-height: 61px; }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
  #global-nav ul.main-spnav li {
    line-height: 57px; }
}

#global-nav ul.main-spnav li:last-of-type {
  border-bottom: none; }

#top-head #global-nav ul li a {
  width: 100%;
  display: block; }

#global-nav ul.sub-spnav {
  padding: 32px 48px;
  justify-content: space-around; }
  #global-nav ul.sub-spnav li {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: left; }
  #global-nav ul.sub-spnav li:last-of-type {
    font-family: 'Oswald', sans-serif;
    letter-spacing: -0.01px;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      #global-nav ul.sub-spnav li:last-of-type {
        letter-spacing: 0.1rem; } }

#global-nav ul.member-spnav li {
  width: calc(50% - 1px); }
  #global-nav ul.member-spnav li a {
    display: block;
    text-align: center;
    background-color: #F08300;
    color: #fff;
    height: 56px;
    line-height: 56px; }

#nav-toggle {
  background-color: #F08300;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  /* width: 60px; */
  width: 49px;
  height: 100%;
  cursor: pointer; }

#nav-toggle div {
  position: relative;
  z-index: 99999;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;

  }

#nav-toggle span {
  z-index: 101;
  display: block;
  margin: 0 auto;
  position: absolute;
  height: 2px;
  /* width: 28px; */
  width: 21px;
  background: #fff;
  /* left: 16px; */
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }

#nav-toggle span:nth-child(1) {
  top: 20px; }

#nav-toggle span:nth-child(2) {
  top: 30px; }

#nav-toggle span:nth-child(3) {
  top: 40px; }

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span {
  background: #000; }

.open #nav-toggle span:nth-child(1) {
  top: 32px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-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: 32px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg); }

@media screen and (max-width: 320px) {
  #nav-toggle{
    width: 42px;
  }

}

/* #global-nav スライドアニメーション */
.open #global-nav {
  /* #global-nav top + #mobile-head height */
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 9999;
  height: 100% !important; }

#top-head.open {
  position: fixed; }

@media screen and (min-width: 768px) {
  #top-head{
    height: auto;
    padding: 18px 0;
  }
  header .content-wrap {
    position: relative; }
  .header-logo{
    position: static;
    }
    .header-logo a {
    width: 160px;
    height: 42px; }
  .header-logo p {
    font-size: 10.56px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: bolder;
    margin: 0 auto 2px;
    color: #000; }
  .pc-nav {
    float: right;
    margin-top: 36px; }
  .main-nav li {
    display: inline-block;
    font-size: 13.6px;
    margin-right: 15px; } }
@media screen and (min-width: 768px) and (max-width: 965px) {
  .main-nav li {
    margin-right: 6px; }
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  .main-nav li {
    margin-right: 0;
    font-size: 12px; } }

@media screen and (min-width: 768px) {
    .main-nav li a:hover {
      color: #F08300; }
  .main-nav li:last-of-type {
    margin-right: 0; }
    /* .main-nav li:last-of-type a {
      padding-left: 16px;
      border-left: 1px solid #000; } */
  .sub-nav {
    position: absolute;
    top: -18px;
    right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
   }

  @media screen and (min-width: 768px) and (min-width: 961px) {
    .sub-nav {
      right: 0; } }
@media screen and (max-width: 820px) {
  .main-nav li:last-of-type {
    display: none;
  }
}
@media screen and (min-width: 768px) {
    .sub-nav li {
      width: 80px;
      text-align: center;
      font-weight: bold; }
      .sub-nav li a {
        display: block;
        background-color: #F08300;
        color: #fff;
        font-size: 12px;
        padding: 4px 0; }
        .sub-nav li a:hover {
          opacity: 0.6; }
    .sub-nav li:not(:last-of-type) {
      margin-right: 2px; }
    .sub-nav--language a{
      position: relative;
      background-color: inherit!important;
      color: #969696!important;
      font-weight: normal!important;
      }
    .sub-nav--language a:after{
      position: relative;
      content: "";
      display: inline-block;
      top: -1px;
      margin: 0 0 0 2px;
      width: 5px;
      height: 5px;
      border-right: 1px solid #969696;
      border-bottom: 1px solid #969696;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      }
    .sub-nav--language a:before{
      position: absolute;
      content: "";
      display: inline-block;
      bottom: 3px;
      left: 15px;
      width: calc(100% - 30px);
      height: 1px;
      background-color: #969696;
      }
     }

.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
