@charset "UTF-8";
/*ーーーーーーーーーー
header
ーーーーーーーーーーー*/
#head_wrap {
  top: -100px;
  /*position: relative;*/
  position: absolute;
  width: 100%;
  max-width: 1800px;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  height: 0px;
  text-decoration: none; }
  #head_wrap a {
    text-decoration: none;
    color: #fff; }
  #head_wrap .inner {
    width: 100%;
    margin: 0 auto;
    background: #f3e0e2;
    position: relative;
}
    #head_wrap .inner:after {
      content: "";
      clear: both;
      display: block; }
  #head_wrap .logo-head {
    text-align: center;
    font-size: 36px; }
    #head_wrap .logo-head img {
      width: 200px;
      padding: 10px 0; }
      @media (max-width: 940px) {
        #head_wrap .logo-head img {
          width: 148px;
          padding: 9px 0; } }

#global-nav {
  position: absolute;
  right: 0;
  top: 0; }
  #global-nav ul {
    list-style: none;
    /*margin-right: 10px;*/
    display: block;
    margin-right: 0px; }
    #global-nav ul li {
      padding: 0 14px;
      margin: 18px 0 0;
      border-right: none;
      /*hover時 下線の設定ここまで*/ }
      #global-nav ul li:last-child {
        border-right: none; }
      #global-nav ul li.btn-gnav {
        background: #2D5198;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        margin-left: 15px;
        transition: .25s;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5em;
        padding: 0.8em 0; }
        #global-nav ul li.btn-gnav a {
          padding-left: 40px;
          padding-right: 40px; }
        #global-nav ul li.btn-gnav:hover {
          background: #3FA7F3; }
      #global-nav ul li a {
        padding: 15px 8px;
        transition: all .6s ease 0s;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        text-decoration: none;
        /*hover時 下線の設定ここから*/ }
        #global-nav ul li a::after {
          position: absolute;
          bottom: 2px;
          left: 0;
          content: '';
          width: 100%;
          height: 2px;
          background: #542F11;
          opacity: 0;
          visibility: hidden;
          transition: .25s; }
        #global-nav ul li a:hover::after {
          bottom: -2px;
          opacity: 1;
          visibility: visible; }
      #global-nav ul li.btn-gnav a::after {
        background: #fff; }
      #global-nav ul li.btn-gnav a:hover::after {
        opacity: 0; }

.head-cart {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
  height: 60px;
  z-index: 9999; }
  @media (max-width: 940px) {
    .head-cart {
      right: 7px;
      width: 42px;
      height: 42px; } }

/* Fixed */
#head_wrap.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	height: 80px;
	transition: top 0.3s ease-in;
	-webkit-transition: top 0.3s ease-in;
	-moz-transition: top 0.3s ease-in;
	background: #f3e0e2;
}
  @media (max-width: 940px) {
	#head_wrap.fixed {
		height: 70px;
	}
}
  #head_wrap.fixed .logo {
    font-size: 36px;
    color: #333; }

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 30px;
  top: 27px;
  width: 44px;
  height: 46px;
  cursor: pointer;
  z-index: 101; }
  @media (max-width: 940px) {
    #nav-toggle {
      right: 20px;
      top: 19px;
      width: 38px;
      height: 40px; } }
  #nav-toggle div {
    position: relative; }

#head_wrap {
  top: 0;
  position: fixed;
  margin-top: 0;
  width: 100%;
  padding: 0;
  /* Fixed reset */ }
  #head_wrap .inner {
    width: 100%;
    padding: 0; }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent; }

#mobile-head {
  /*background: rgba(255,255,255,.9);*/
  width: 100%;
  /*height: 56px;*/
  z-index: 999;
  position: relative; }

#head_wrap.fixed .logo,
#head_wrap .logo {
  position: absolute;
  left: 13px;
  top: 13px;
  color: #333;
  font-size: 26px; }

#global-nav {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  right: -290px;
  top: 80px;
  background: rgba(243, 224, 226, 0.8);
  width: 290px;
  text-align: center;
  padding: 10px 0;
  /*z-index: 9999;*/
  /* スマホ時ナビ開閉速度 */
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
	opacity: 0;
}
  @media (max-width: 940px) {
    #global-nav {
      right: -200px;
      top: 70px;
      width: 200px; } }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0; }
    #global-nav ul li {
      float: none;
      position: static;
      /*border-top: 1px solid #ddd;*/ }

#head_wrap #global-nav ul li a,
#head_wrap.fixed #global-nav ul li a {
  width: 100%;
  display: block;
  padding: 5px 0;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  padding: 0 1em 1em 0;
  color: #542F11; }
  @media (max-width: 940px) {
    #head_wrap #global-nav ul li a,
    #head_wrap.fixed #global-nav ul li a {
      font-size: 18px; } }

#nav-toggle {
  display: block; }

/* #nav-toggle 切り替えアニメーション */
#nav-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #603813;
  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: 13px; }
  #nav-toggle span:nth-child(3) {
    top: 26px; }

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

/* #global-nav スライドアニメーション */
.open #global-nav {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateX(-290px);
  -webkit-transform: translateX(-290px);
  transform: translateX(-290px);
	opacity: 1;
}
  @media (max-width: 940px) {
    .open #global-nav {
      -moz-transform: translateX(-200px);
      -webkit-transform: translateX(-200px);
      transform: translateX(-200px); } }
