@charset "UTF-8";
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 62.5%;
}

html.fix {
  overflow: hidden;
}

@media screen and (min-width: 999px) {
  html.fix .fix-item a:after {
    background-color: #333;
  }
  html.fix .fix-item .aside {
    color: #fff;
  }
}

body, input, textarea, select, button {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
}

body,
a {
  color: #333333;
  font-size: 1.3rem;
  text-align: justify;
}

body {
  position: relative;
}

.container {
  width: 87.2%;
  max-width: 1080px;
  margin: 0 auto 0;
}

.header {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 100;
}

.header.on {
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
  background-color: rgba(30, 30, 30, 0.9);
}

.header .header-wrap {
  width: 100%;
  max-width: 1180px;
  padding: 12px 16px;
  margin: 0 auto;
  position: relative;
}

.header .logo {
  width: 35.28%;
  max-width: 106px;
}

.header .nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header .nav-relative {
  position: absolute;
  top: 32px;
  right: 56px;
}

.header .nav-relative .nav-list {
  letter-spacing: -0.4em;
}

.header .nav-relative .nav-list-item {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.header .nav-relative .nav-list-item a {
  padding-top: 32px;
  color: #fff;
  font-size: 1rem;
  position: relative;
}

.header .nav-relative .nav-list-item a:before {
  content: "";
  width: 100%;
  height: 32px;
  margin: auto;
  background-size: 22px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header .nav-relative .nav-list-item:not(:last-child) {
  margin-right: 12px;
}

.header .nav-relative .nav-list-item.search a:before {
  background-image: url(/cmn/img/icon-shop_search.png);
  background-position: center bottom 6px;
}

.header .nav-relative .nav-list-item.reserve a:before {
  background-image: url(/cmn/img/icon-reserve.png);
  background-position: center bottom 6px;
}

.header .nav-relative .nav-list-item.contact a:before {
  background-image: url(/cmn/img/icon-contact.png);
  background-position: center bottom 8px;
}

.header .nav-absolute {
  display: none;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: rgba(30, 30, 30, 0.9);
  position: absolute;
  top: 60px;
  z-index: 1;
}

.header .nav-absolute .nav-list {
  padding: 24px 24px;
  position: relative;
  z-index: 10;
}

.header .nav-absolute .nav-list-item {
  border-bottom: 1px solid #fff;
}

.header .nav-absolute .nav-list-item:not(:last-child) {
  margin-bottom: 12px;
}

.header .nav-absolute .nav-list-item a {
  display: block;
  padding: 12px 0;
  color: #fff;
  font-weight: normal;
  position: relative;
}

.header .nav-absolute .nav-list-item a:before, .header .nav-absolute .nav-list-item a:after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto;
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 6px;
}

.header .nav-absolute .nav-list-item a:before {
  right: 2px;
}

.header .nav-absolute .nav-list-item a:after {
  right: 8px;
}

.header .btn-unit {
  position: absolute;
  right: 16px;
  top: 24px;
}

.header .btn-unit .nav-btn {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 18px;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.header .btn-unit.on .line:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.header .btn-unit.on .line:nth-of-type(2) {
  opacity: 0;
}

.header .btn-unit.on .line:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.header .btn-unit .line {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  left: 0;
}

.header .btn-unit .line:nth-of-type(1) {
  top: 0;
}

.header .btn-unit .line:nth-of-type(2) {
  top: 8px;
}

.header .btn-unit .line:nth-of-type(3) {
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .header {
    height: 84px;
  }
  .header .header-wrap {
    padding: 26px 16px;
  }
  .header .logo {
    width: 376px;
    max-width: 376px;
    margin-top: 4px;
  }
  .header .nav-relative {
    top: 46px;
    right: 72px;
  }
  .header .nav-relative .nav-list-item a {
    font-size: 1.2rem;
  }
  .header .nav-relative .nav-list-item a:before {
    height: 36px;
    background-size: 28px auto;
  }
  .header .nav-relative .nav-list-item:not(:last-child) {
    margin-right: 24px;
  }
  .header .nav-relative .nav-list-item.search a:before {
    background-position: center bottom 8px;
  }
  .header .nav-relative .nav-list-item.reserve a:before {
    background-position: center bottom 8px;
  }
  .header .nav-relative .nav-list-item.contact a:before {
    background-position: center bottom 10px;
  }
  .header .nav-absolute {
    height: calc(100vh - 84px);
    top: 84px;
  }
  .header .nav-absolute .nav-list-item a {
    font-size: 1.4rem;
  }
  .header .btn-unit {
    right: 24px;
    top: 32px;
  }
  .header .btn-unit .nav-btn {
    width: 26px;
    height: 22px;
  }
  .header .btn-unit .line:nth-of-type(2) {
    top: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .header .logo a {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .header .logo a:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
  }
  .header .nav-relative {
    right: 16px;
  }
  .header .nav-relative .nav-list-item a {
    padding-top: 38px;
    font-size: 1.3rem;
  }
  .header .nav-relative .nav-list-item a:before {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .header .nav-relative .nav-list-item a:hover:before {
    background-size: 32px auto;
  }
  .header .nav-relative .nav-list-item:not(:last-child) {
    margin-right: 32px;
  }
  .header .nav-relative .nav-list-item.search a:hover:before {
    background-position: center bottom 4px;
  }
  .header .nav-relative .nav-list-item.reserve a:hover:before {
    background-position: center bottom 4px;
  }
  .header .nav-relative .nav-list-item.contact a:hover:before {
    background-position: center bottom 6px;
  }
  .header .nav-absolute {
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    top: 18px;
    right: 188px;
  }
  .header .nav-absolute .nav-list {
    padding: 0 0;
    letter-spacing: -0.4em;
  }
  .header .nav-absolute .nav-list-item {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    border-bottom: none;
  }
  .header .nav-absolute .nav-list-item:not(:last-child) {
    margin-bottom: auto;
    margin-right: 24px;
  }
  .header .nav-absolute .nav-list-item a:before {
    width: 0%;
    height: 1px;
    background-color: #fff;
    border: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    left: 1%;
    top: 32px;
  }
  .header .nav-absolute .nav-list-item a:after {
    display: none;
  }
  .header .nav-absolute .nav-list-item a:hover:before {
    width: 102%;
  }
  .header .btn-unit {
    display: none;
  }
}

.footer {
  width: 100%;
  padding: 0 0 12px;
  background-color: #000;
}

.footer .footer-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1212px;
  margin: 0 auto 0;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer-unit-box {
  color: #fff;
}

.footer .footer-unit-box.detail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.footer .footer-unit-box.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.footer .footer-unit-box .txt-unit {
  padding: 12px 24px;
}

.footer .footer-unit-box .txt-unit .name {
  font-size: 1.5rem;
}

.footer .footer-unit-box .txt-unit .addr {
  font-size: 1.2rem;
}

.footer .footer-unit-box .logo {
  width: 100%;
  max-width: 408px;
  padding: 0 24px;
  margin: 0 auto 0;
}

.footer .footer-unit-box .nav-absolute {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.footer .footer-unit-box .nav-absolute .nav-list {
  padding: 0 16px;
  background-color: #df6a12;
}

.footer .footer-unit-box .nav-absolute .nav-list-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.footer .footer-unit-box .nav-absolute a {
  display: block;
  padding: 16px 0;
  color: #fff;
}

.footer .footer-unit-box .nav-relative {
  padding: 12px 0;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.footer .footer-unit-box .nav-relative .nav-list {
  letter-spacing: -0.4em;
}

.footer .footer-unit-box .nav-relative .nav-list-item {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.footer .footer-unit-box .nav-relative .nav-list-item:not(:last-child) {
  margin-right: 16px;
}

.footer .footer-unit-box .nav-relative .nav-list-item.search a:before {
  background-image: url(/cmn/img/icon-shop_search.png);
  background-position: center bottom 6px;
}

.footer .footer-unit-box .nav-relative .nav-list-item.reserve a:before {
  background-image: url(/cmn/img/icon-reserve.png);
  background-position: center bottom 6px;
}

.footer .footer-unit-box .nav-relative .nav-list-item.contact a:before {
  background-image: url(/cmn/img/icon-contact.png);
  background-position: center bottom 8px;
}

.footer .footer-unit-box .nav-relative a {
  display: block;
  padding-top: 32px;
  color: #fff;
  font-size: 1rem;
  position: relative;
}

.footer .footer-unit-box .nav-relative a:before {
  content: "";
  width: 100%;
  height: 32px;
  margin: auto;
  background-size: 22px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .footer .footer-unit-box .txt-unit {
    padding: 12px 24px;
  }
  .footer .footer-unit-box .nav-absolute {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer .footer-unit-box .nav-absolute .nav-list {
    letter-spacing: -0.4em;
    text-align: left;
  }
  .footer .footer-unit-box .nav-absolute .nav-list-item {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    letter-spacing: normal;
  }
  .footer .footer-unit-box .nav-absolute .nav-list-item:nth-child(2n) {
    margin-left: 2%;
  }
  .footer .footer-unit-box .nav-absolute a {
    font-size: 1.3rem;
  }
  .footer .footer-unit-box .nav-relative .nav-list-item:not(:last-child) {
    margin-right: 24px;
  }
  .footer .footer-unit-box .nav-relative .nav-list-item.search a:before {
    background-position: center bottom 8px;
  }
  .footer .footer-unit-box .nav-relative .nav-list-item.reserve a:before {
    background-position: center bottom 8px;
  }
  .footer .footer-unit-box .nav-relative .nav-list-item.contact a:before {
    background-position: center bottom 10px;
  }
  .footer .footer-unit-box .nav-relative a {
    padding-top: 40px;
    font-size: 1.2rem;
  }
  .footer .footer-unit-box .nav-relative a:before {
    height: 40px;
    background-size: 28px auto;
  }
}

@media screen and (min-width: 1024px) {
  .footer {
    padding: 32px 0;
  }
  .footer .footer-unit {
    display: block;
    padding: 0 16px;
    letter-spacing: -0.4em;
    text-align: left;
    position: relative;
  }
  .footer .footer-unit-box {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    right: 16px;
  }
  .footer .footer-unit-box.nav {
    display: inline-block;
    width: auto;
    letter-spacing: -0.4em;
    position: absolute;
  }
  .footer .footer-unit-box .txt-unit {
    padding: 0;
    margin: 0 auto 12px;
  }
  .footer .footer-unit-box .txt-unit .name {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .footer .footer-unit-box .txt-unit .addr {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
  .footer .footer-unit-box .logo {
    width: 360px;
    padding: 0;
  }
  .footer .footer-unit-box .logo a {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .footer .footer-unit-box .logo a:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
  }
  .footer .footer-unit-box .nav-absolute,
  .footer .footer-unit-box .nav-relative {
    display: inline-block;
    vertical-align: middle;
  }
  .footer .footer-unit-box .nav-absolute .nav-list {
    width: auto;
    padding: 0;
    margin-right: 24px;
    background-color: transparent;
  }
  .footer .footer-unit-box .nav-absolute .nav-list-item {
    width: auto;
  }
  .footer .footer-unit-box .nav-absolute .nav-list-item:nth-child(2n) {
    margin-left: 0;
  }
  .footer .footer-unit-box .nav-absolute .nav-list-item:not(:last-child) {
    border: none;
    margin-right: 16px;
  }
  .footer .footer-unit-box .nav-absolute a {
    font-size: 1.4rem;
    padding: 0;
    position: relative;
  }
  .footer .footer-unit-box .nav-absolute a:before {
    content: "";
    width: 0%;
    height: 1px;
    margin: auto;
    background-color: #fff;
    border: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: absolute;
    top: 32px;
    bottom: 0;
    left: 1%;
    right: 0;
  }
  .footer .footer-unit-box .nav-absolute a:hover:before {
    width: 102%;
  }
  .footer .footer-unit-box .nav-relative .nav-list-item:not(:last-child) {
    margin-right: 16px;
  }
  .footer .footer-unit-box .nav-relative a {
    padding-top: 40px;
    font-size: 1.2rem;
  }
  .footer .footer-unit-box .nav-relative a:before {
    height: 40px;
    background-size: 28px auto;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .footer .footer-unit-box .nav-relative a:hover:before {
    background-size: 32px auto;
  }
}

@media screen and (min-width: 1032px) {
  .footer .footer-unit-box .nav-absolute .nav-list-item:not(:last-child) {
    margin-right: 24px;
  }
}