html, body {
  font-family: 'EB Garamond', serif;
  letter-spacing: 0.05em;
  background-color: #fff;
  color: #727171;
  height: 100%;
}

@media only screen and (max-width: 1150px) {
  .for_pc {
    display: none;
  }
}

.for_sp {
  display: none;
}

@media only screen and (max-width: 1150px) {
  .for_sp {
    display: inherit;
  }
}

.hover_underline {
  padding-bottom: .15em;
  background: -webkit-gradient(linear, left top, left bottom, from(#727171), to(#727171)) 0 100%/0 1px no-repeat;
  background: linear-gradient(#727171, #727171) 0 100%/0 1px no-repeat;
  -webkit-transition: background .4s;
  transition: background .4s;
  text-decoration: none;
}

.hover_underline:hover {
  background-size: 100% 1px;
}

/* header
================================================== */
#header {
  width: 100%;
  height: 2em;
  font-size: 34px;
  line-height: 2em;
  letter-spacing: 0.2em;
  background-color: #fff;
  border-bottom: 1px solid #bababb;
  position: absolute;
  z-index: 2;
  color: #595757;
  text-align: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

#header.hide {
  opacity: 0;
}

#header.hide .header__btn {
  cursor: default;
}

#header .header__btn {
  width: 2em;
  height: 2em;
  position: absolute;
  top: 0;
  right: 0.25em;
  cursor: pointer;
}

#header .header__btn span {
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  left: 20%;
  height: 1px;
  background: #727171;
  width: 60%;
}

#header .header__btn span:nth-of-type(1) {
  top: 33%;
}

#header .header__btn span:nth-of-type(2) {
  top: 50%;
}

#header .header__btn span:nth-of-type(3) {
  top: 66%;
}

#header .header__btn.active span {
  width: 50%;
}

#header .header__btn.active span:nth-of-type(1) {
  -webkit-transform: translateX(0.1em) translateY(0.33em) rotate(-45deg);
          transform: translateX(0.1em) translateY(0.33em) rotate(-45deg);
}

#header .header__btn.active span:nth-of-type(2) {
  opacity: 0;
}

#header .header__btn.active span:nth-of-type(3) {
  -webkit-transform: translateX(0.1em) translateY(-0.33em) rotate(45deg);
          transform: translateX(0.1em) translateY(-0.33em) rotate(45deg);
}

@media only screen and (max-width: 1150px) {
  #header {
    height: 11.73333vw;
    line-height: 11.73333vw;
    font-size: 35px;
    font-size: 4.66667vw;
  }
  #header .header__btn {
    width: 11.73333vw;
    height: 11.73333vw;
    right: 0.53333vw;
  }
  #header .header__btn span {
    left: 22%;
    width: 56%;
  }
  #header .header__btn span:nth-of-type(1) {
    top: 36%;
  }
  #header .header__btn span:nth-of-type(3) {
    top: 64%;
  }
  #header .header__btn.active span {
    width: 40%;
  }
  #header .header__btn.active span:nth-of-type(1) {
    -webkit-transform: translateX(1.33333vw) translateY(1.6vw) rotate(-45deg);
            transform: translateX(1.33333vw) translateY(1.6vw) rotate(-45deg);
  }
  #header .header__btn.active span:nth-of-type(3) {
    -webkit-transform: translateX(1.33333vw) translateY(-1.6vw) rotate(45deg);
            transform: translateX(1.33333vw) translateY(-1.6vw) rotate(45deg);
  }
}

#gnav {
  position: absolute;
  right: 0;
  padding: 38px;
  top: 68px;
  text-align: right;
  z-index: 1;
  display: none;
}

#gnav .gnav__anchors {
  font-size: 26px;
  height: 13em;
}

#gnav .gnav__anchors > li {
  font-family: 'MonteCarlo', cursive, serif;
  letter-spacing: 0.1em;
  margin-bottom: 0.85em;
}

#gnav .gnav__anchors > li a.disable {
  color: #c7c7c7;
  pointer-events: none;
}

#gnav .gnav__anchors .contact__list {
  font-family: 'EB Garamond', serif;
  margin-top: 12px;
  letter-spacing: 0.05em;
  overflow: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  max-height: 4em;
}

#gnav .gnav__anchors .contact__list.hide {
  opacity: 0;
  max-height: 0;
}

#gnav .gnav__anchors .contact__list dt {
  font-size: 12px;
  margin-bottom: 1px;
}

#gnav .gnav__anchors .contact__list dd {
  font-size: 14px;
  margin-bottom: 10px;
}

#gnav .access {
  margin-top: 46px;
  font-size: 16px;
  line-height: 1.4em;
}

#gnav .access svg {
  margin-top: 0.3em;
  width: 16px;
  height: 20px;
}

#gnav .opening_hour {
  margin-top: 2.4em;
  font-size: 14px;
  line-height: 1.5em;
}

#gnav .opening_hour .dow {
  margin-right: 0.5em;
}

#gnav .sns {
  margin-top: 46px;
}

#gnav .sns svg {
  width: 21px;
  height: 21px;
}

@media only screen and (max-width: 1150px) {
  #gnav {
    width: 100%;
    top: 11.73333vw;
    padding: 7.46667vw;
    text-align: center;
    background-color: #fff;
  }
  #gnav .gnav__anchors {
    font-size: 52px;
    font-size: 6.93333vw;
  }
  #gnav .gnav__anchors > li {
    letter-spacing: 0.1em;
    margin-bottom: 0.9em;
  }
  #gnav .gnav__anchors > li a.disable {
    pointer-events: none;
  }
  #gnav .gnav__anchors .contact__list {
    margin-top: 2.66667vw;
  }
  #gnav .gnav__anchors .contact__list dt, #gnav .gnav__anchors .contact__list dd {
    float: left;
    line-height: 3.46667vw;
    vertical-align: bottom;
  }
  #gnav .gnav__anchors .contact__list dt {
    font-size: 20px;
    font-size: 2.66667vw;
    margin-bottom: 1px;
    width: 45%;
    text-align: right;
    margin-right: 3%;
  }
  #gnav .gnav__anchors .contact__list dd {
    font-size: 26px;
    font-size: 3.46667vw;
    margin-bottom: 0.9em;
    width: 52%;
    text-align: left;
  }
  #gnav .access {
    margin-top: 6.4vw;
    font-size: 32px;
    font-size: 4.26667vw;
  }
  #gnav .access svg {
    width: 4.26667vw;
    height: 5.33333vw;
  }
  #gnav .opening_hour {
    font-size: 32px;
    font-size: 4.26667vw;
    margin-top: 1.33333vw;
    text-align: left;
  }
  #gnav .opening_hour .dow {
    width: 45%;
    text-align: right;
    margin-right: 3%;
    display: inline-block;
  }
  #gnav .sns {
    margin-top: 3.73333vw;
  }
  #gnav .sns svg {
    width: 6.13333vw;
    height: 6.13333vw;
  }
}

#reservation {
  font-family: 'MonteCarlo', cursive, serif;
  position: absolute;
  font-size: 22px;
  letter-spacing: 0.1em;
  top: 50%;
  left: 10px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-90deg) translateX(-50%);
          transform: rotate(-90deg) translateX(-50%);
}

#reservation a.disable {
  color: #c7c7c7;
  pointer-events: none;
}

@media only screen and (max-width: 1150px) {
  #reservation {
    top: 56vw;
    left: 3.33333vw;
    font-size: 30px;
    font-size: 4vw;
  }
}

#main .background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 1150px) {
  #main .background {
    top: 30.66667vw;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  #main .background img {
    width: 76vw;
  }
}

@media (min-width: 1151px) {
  #main .background img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #main .background img:hover {
    opacity: 0.9;
    cursor: pointer;
  }
}

#main .description {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 714px;
  height: 492px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-family: 'MonteCarlo', cursive, serif;
  font-size: 20px;
  line-height: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
}

#main .description p {
  margin-bottom: 1em;
}

@media only screen and (max-width: 1150px) {
  #main .description {
    width: 100%;
    top: 11.73333vw;
    left: 0;
    height: auto;
    -webkit-transform: none;
            transform: none;
    font-size: 26px;
    font-size: 3.46667vw;
    padding: 12%;
  }
}

a svg {
  fill: currentColor;
}

a svg:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=style.css.map */