@charset "UTF-8";
#side span, #header .h-dial span, #footer #copyright {
  font-family: adobe-caslon-pro, serif;
  font-weight: 700;
  font-style: normal;
}

#gnav ul li a {
  font-family: cormorant-garamond, serif;
  font-weight: 700;
  font-style: normal;
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #444444;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Hannari", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

a {
  color: #aa7d99;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
side
------------------------------------------------- */
#side {
  width: 100%;
  max-width: 200px;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#side p {
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  height: 111px;
}

#side p + p {
  margin-top: 10px;
}

#side a {
  position: relative;
  display: block;
  padding-top: 40px;
  width: 100%;
  height: 100%;
  border: 1px solid #F9F5F0;
  background: url(../images/side-icon-off.png) no-repeat center 16px, #AA7D9A;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#side a::after {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  z-index: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #F9F5F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#side span {
  display: block;
  width: calc(100% - 30px);
  max-width: 150px;
  margin: 10px auto 0;
  padding-top: 10px;
  border-top: dashed 1px #F9F5F0;
  font-weight: 400;
}

#side a:hover {
  border: 1px solid #AA7D9A;
  background: url(../images/side-icon-on.png) no-repeat center 16px, #F9F5F0;
  color: #aa7d9a;
}

#side a:hover::after {
  border: 2px solid #AA7D9A;
}

#side a:hover span {
  border-top: dashed 1px #AA7D9A;
}

@media (max-width: 1500px) {
  #side {
    width: 16.66667vw;
  }
}

@media (max-width: 999px) {
  #side p {
    font-size: 1.8vw;
  }
}

@media (max-width: 767px) {
  #side {
    display: none;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  position: relative;
  background-color: #dccabc;
  padding-bottom: 50px;
}

#header h1 {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
  color: #444444;
  font-size: 10px;
  line-height: 1.6;
}

#header .top {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

#header .logo {
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .h-dial {
  padding-bottom: 5px;
  font-size: 16px;
  letter-spacing: 0.1em;
}

@media (max-width: 999px) {
  #header .logo img {
    min-width: 160px;
  }
}

@media (max-width: 767px) {
  #header {
    padding-bottom: 0;
  }
  #header .top {
    padding-top: 0;
    height: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header .logo img {
    height: 50px;
    min-width: 0px;
    width: auto;
  }
  #header h1 {
    display: none;
  }
  #header .h-dial {
    display: none;
  }
}

#gnav {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50px;
}

#gnav ul {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

#gnav ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#gnav ul li::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #0d0d0d;
  bottom: 16px;
  left: calc((100% - 50px) / 2);
  z-index: 0;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#gnav ul li:hover::after {
  width: 50px;
}

#gnav ul li.current::after {
  width: 50px;
}

#gnav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-decoration: none;
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}

#gnav ul li a span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  display: block;
  text-align: center;
  font-size: 8px;
  color: #444444;
  line-height: 1.4;
}

@media (max-width: 767px) {
  #gnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #gnav ul li::after {
    bottom: 23px;
  }
  #gnav ul li a {
    line-height: 40px !important;
  }
  #gnav ul li a span {
    padding-bottom: 5px;
  }
}

/* ----------------------------------------------
main
------------------------------------------------- */
#main {
  margin-bottom: 150px;
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 4;
}

#pagetop a {
  position: relative;
  display: block;
  width: 40px;
  height: 17px;
}

#pagetop a img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  top: 0;
}

#pagetop a img:last-child {
  opacity: 0;
}

#pagetop a:hover img:first-child {
  opacity: 0;
}

#pagetop a:hover img:last-child {
  opacity: 1;
}

@media (max-width: 767px) {
  #pagetop {
    bottom: 55px;
    right: 10px;
  }
  #pagetop a {
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  margin-top: 150px;
  background-color: #dccabc;
  padding: 50px 0;
}

#footer .inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .logo {
  margin-bottom: 15px;
}

#footer .logo a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#footer .logo a:hover {
  opacity: 0.6;
}

#footer .logo a:not(:first-child) {
  margin-left: 20px;
}

#footer .reservation p {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 20px;
  border-radius: 9px;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.6;
}

#footer .f-dial {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#footer .text {
  line-height: 1.6;
}

#footer #copyright {
  margin-top: 40px;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
}

#footer #fnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#footer #fnav ul:not(:first-child) {
  margin-left: 30px;
}

#footer #fnav ul li::before {
  content: "-";
  padding: 0 10px;
  line-height: 2.4;
  font-family: sans-serif;
}

#footer #fnav ul li a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  line-height: 2.4;
  color: #333333;
}

#footer #fnav ul li a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  #footer {
    padding: 30px 0;
  }
  #footer #fnav {
    display: none;
  }
  #footer .inner {
    display: block;
  }
  #footer .left {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  #footer #copyright {
    margin-top: 30px;
    text-align: center;
    font-size: 10px;
  }
}
/*# sourceMappingURL=style.css.map */