/* CSS Document */
body {
  padding-top: 3em;
}
@media screen and (min-width: 1280px), print {
  body {
    padding-top: 176px;
  }
}

#header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 3em;
}
@media screen and (min-width: 1280px), print {
  #header {
    height: 177px;
  }
}
#header > .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.5em 0;
  position: relative;
}
@media screen and (min-width: 1280px), print {
  #header > .inner {
    padding: 0 0 1em;
  }
}
#header .logo {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 15px;
  left: 0;
}
@media screen and (min-width: 1280px), print {
  #header .logo {
    width: 35%;
  }
}
#header .logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: min(3svw, 15px);
  line-height: 1;
  color: #231815;
  font-weight: 500;
}
@media screen and (min-width: 1280px), print {
  #header .logo a {
    line-height: 1.2;
  }
}
#header .logo a img {
  width: 1em;
  margin: 0 0.8em 0 0;
}
@media screen and (min-width: 1280px), print {
  #header .logo a img {
    width: 7%;
    max-width: 320px;
  }
}
#header .link {
  display: none;
}
@media screen and (min-width: 1280px), print {
  #header .link {
    display: block;
  }
}
#header .link li {
  text-align: left;
}
#header .form {
  display: none;
}
@media screen and (min-width: 1280px), print {
  #header .form {
    display: flex;
  }
}
#header .form li {
  width: 50%;
}

#header .sp-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 1280px), print {
  #header .sp-buttons {
    display: none;
  }
}
#header .sp-buttons > ul {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  height: 4em;
}
#header .sp-buttons > ul li {
  margin: 0;
  box-sizing: border-box;
  width: 25%;
  height: 100%;
  text-align: center;
}
#header .sp-buttons > ul li:not(:last-child) {
  border-right: 1px solid #808080;
}
#header .sp-buttons > ul li button,
#header .sp-buttons > ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  gap: 0.4em;
  width: 100%;
  height: 100%;
}
#header .sp-buttons > ul li span {
  display: block;
}
#header .sp-buttons > ul li span.material-symbols-outlined {
  font-size: 3em;
}
#header .sp-buttons > ul li small {
  text-align: center;
  font-size: 12px;
  line-height: 1.2em;
}

#header .outline a,
#header .map a,
#header .tel a {
  font-size: min(2.4svw, 12px);
  color: #231815;
  background: url(../images/header/ico-arrow.png) no-repeat 0 50%;
  background-size: 5px;
  padding: 0 0 0 1em;
}

#header .tel a {
  background: none;
}

#header .request,
#header .reserve {
  height: 3em;
}

#header .request a,
#header .reserve a {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/header/request.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  font-size: min(3.2svw, 16px);
  padding: 0.5em 3em;
  height: 100%;
}

#header .reserve a {
  background-image: url(../images/header/reserve.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#header .reserve a span.btm {
  display: block;
  font-size: 10px;
  text-align: center;
  padding: 0.1em 0 0 0;
}

#header .request {
  margin: 0 0 0 2em;
}

@media screen and (min-width: 1280px), print {
  #header .request,
  #header .reserve {
    width: 154px;
    height: 77px;
    margin: 0 0 0 3em;
  }
  #header .reserve {
    margin: 0;
  }
}
#header .insta {
  width: 50px;
  margin-left: 1em;
}
#header .insta a:hover {
  opacity: 0.7;
}

#header .menu {
  font-size: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #666666;
}

#header .menu img {
  width: 30px;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 1280px), print {
  #header .menu {
    display: none;
  }
}
@media screen and (min-width: 1280px), print {
  #header .menu {
    margin-left: 1em;
    flex-direction: row-reverse;
    font-size: 18px;
  }
  #header .menu img {
    margin: 0 0 0 1em;
  }
}
[data-menu=list] {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 100vw;
  right: calc(-100vw + 3em);
  bottom: 4em;
  background-color: #fff;
  /*border: 1px solid #333;*/
  overflow: auto;
  transition: 0.3s ease;
}

[data-menu=list].active {
  opacity: 1;
  left: 0em;
  right: 0;
  width: 100%;
  text-align: center;
}

[data-menu=list] li span.new {
  color: #ff0000;
  font-size: 10px;
  margin: 0 0 0 10px;
}

[data-menu=list] a {
  display: block;
  padding: 0.8em 0 0.4em;
}

[data-menu=list] > ul > li > a {
  /*border-bottom: 1px solid #333;*/
}

[data-menu=list] > ul > li > ul > li > a {
  /*border-bottom: 1px solid #999;*/
}

[data-menu=list] > ul > li > ul > li > a .btm {
  font-size: 0.8em;
  padding-left: 1em;
}

[data-menu=list] > ul > li > ul > li > ul > li > a {
  border-bottom: 1px solid #eee;
}

@media screen and (min-width: 640px), print {
  [data-menu=list] {
    right: -20em;
  }
}
@media screen and (min-width: 1280px), print {
  [data-menu=list] {
    top: 85px;
  }
}
#header .gnav {
  display: none;
}
@media screen and (min-width: 1280px), print {
  #header .gnav {
    display: block;
  }
  .posfix #header .gnav {
    padding: 0em 0 0 0;
  }
}
@media screen and (min-width: 1280px), print {
  #header .gnav ul {
    text-align: center;
    padding: 0.7em 0 0.7em;
    font-size: 0.85em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px), print {
  #header .gnav ul li {
    display: inline;
    padding: 0 1.5em;
    position: relative;
    color: #fff;
  }
}
@media screen and (min-width: 1280px), print {
  #header .gnav ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
}
#header .gnav ul li a {
  color: #231815;
}
#header .gnav ul li span {
  display: block;
}
@media screen and (min-width: 1280px), print {
  #header .gnav ul li span.new {
    position: absolute;
    top: -1.6em;
    left: 50%;
    transform: translateX(-50%);
    color: #ff6666;
    font-size: 10px;
  }
}

ul li.dis {
  opacity: 0.4 !important;
  pointer-events: none !important;
}

[data-menu=list] > ul > li > a {
  border-left: #231815;
  border-right: #231815;
}

header nav ul {
  border-left: #231815;
  border-right: #231815;
}

[data-menu=list] > ul > li > a::after {
  content: "";
  width: 50%;
  max-width: 120px;
  display: block;
  margin: 0 auto;
  height: 1px;
  background: #231815;
}

header nav ul li::after {
  content: "";
  width: 50%;
  max-width: 120px;
  display: block;
  margin: 0 auto;
  height: 1px;
  opacity: 0.5;
}

header nav ul li:nth-child(1)::after {
  background: #231815;
}

header nav ul li:nth-child(2)::after {
  background: #462087;
}

header nav ul li:nth-child(3)::after {
  background: #00826f;
}

header nav ul li:nth-child(4)::after {
  background: #e61f19;
}

header nav ul li:nth-child(5)::after {
  background: #065e91;
}

header nav ul li:nth-child(6)::after {
  background: #e28030;
}

header nav ul li:nth-child(7)::after {
  background: #008cce;
}

header nav ul li:nth-child(8)::after {
  background: #333333;
}

header nav ul li:nth-child(9)::after {
  background: #333333;
}

@media screen and (max-width: 1280px) {
  #header .insta {
    width: 30px;
    margin-left: 0;
  }
}/*# sourceMappingURL=header.css.map */