@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");
.one {
  position: relative;
  overflow: hidden;
  height: calc(1em * 1);
  padding-right: 1em;
  line-height: 1;
  background-color: #ffffff;
}
.one:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}
.one:after {
  content: "";
  position: relative;
  right: calc(1em * -1);
  float: right;
  width: 1em;
  height: 100%;
  margin-left: calc(1em * -1);
  background-color: #ffffff;
}

.two {
  position: relative;
  overflow: hidden;
  height: calc(2em * 2);
  padding-right: 1em;
  line-height: 2;
  background-color: #ffffff;
}
.two:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}
.two:after {
  content: "";
  position: relative;
  right: calc(1em * -1);
  float: right;
  width: 1em;
  height: 100%;
  margin-left: calc(1em * -1);
  background-color: #ffffff;
}

/*
======== table of content. ===============

summary:ヘッダー、フッター設定

==========================================
*/
/* ***** footer **** */
footer {
  margin-left: 4.1666666667vw;
  margin-right: 4.1666666667vw;
  padding: 3.125vw 0;
  background: url(../img/footer__bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  footer {
    margin-left: 0;
    margin-right: 0;
    padding: 4vw 4vw 13.3333333333vw;
  }
}
footer .contents__inner {
  margin-left: 9.1666666667vw;
  margin-right: 9.1666666667vw;
}
@media screen and (max-width: 767px) {
  footer .contents__inner {
    margin-left: 0;
    margin-right: 0;
  }
}
footer .contents__inner .footer__logo__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 2.2916666667vw;
}
@media screen and (max-width: 767px) {
  footer .contents__inner .footer__logo__wrapper {
    margin: 0 4vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  footer .contents__inner .footer__logo__wrapper .footer__logo {
    width: 15.625vw;
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  footer .contents__inner .footer__logo__wrapper .footer__logo {
    width: 37.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  footer .contents__inner .footer__logo__wrapper #btnPagetop {
    font-size: 87.5%;
  }
}
footer .contents__inner .footer__logo__wrapper #btnPagetop a {
  position: relative;
  display: block;
  padding-right: 22px;
  color: #fff;
  font-family: "Bodoni Moda", serif;
  white-space: nowrap;
}
footer .contents__inner .footer__logo__wrapper #btnPagetop a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -3px;
  margin-top: -9px;
}
footer .contents__inner .footer__logo__wrapper #btnPagetop a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #909291;
  border-right: solid 1px #909291;
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -2px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  footer .contents__inner .footer__logo__wrapper #btnPagetop a:hover {
    color: #fff8df;
    transform: translate(0, -3px);
  }
}
footer .contents__inner .footer__menu {
  margin-bottom: 2.2916666667vw;
  font-family: "Bodoni Moda", serif;
}
@media screen and (max-width: 767px) {
  footer .contents__inner .footer__menu {
    margin-left: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
footer .contents__inner .footer__menu li {
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  footer .contents__inner .footer__menu li {
    margin-bottom: 0.3em;
    font-size: 110%;
  }
}
footer .contents__inner .footer__menu li a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer .contents__inner .footer__menu li a:hover {
    color: #fff8df;
  }
}
footer .contents__inner .footer__social {
  display: flex;
  margin-left: -0.5208333333vw;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 767px) {
  footer .contents__inner .footer__social {
    margin-left: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
footer .contents__inner .footer__social li {
  margin: 0 0.5208333333vw;
}
@media screen and (max-width: 767px) {
  footer .contents__inner .footer__social li {
    margin: 0 1.3333333333vw;
  }
}
footer .contents__inner .footer__social li img {
  width: 2.2916666667vw;
}
@media screen and (max-width: 767px) {
  footer .contents__inner .footer__social li img {
    width: 8vw;
  }
}
footer .contents__inner .footer__social li.mail img {
  width: 2.8125vw;
}
@media screen and (max-width: 767px) {
  footer .contents__inner .footer__social li.mail img {
    width: 10.1333333333vw;
  }
}
footer .contents__inner .footer__social li.reservation img {
  width: 4.7916666667vw;
}
@media screen and (max-width: 767px) {
  footer .contents__inner .footer__social li.reservation img {
    width: 16.2666666667vw;
  }
}
footer .contents__inner .txt__copyright {
  margin: 0 -1.6666666667vw;
  padding-top: 0.8333333333vw;
  border-top: 1px solid #fff;
  color: #fff;
  font-family: "Bodoni Moda", serif;
  font-size: 90%;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .contents__inner .txt__copyright {
    margin: 0;
    padding-top: 2.6666666667vw;
  }
}/*# sourceMappingURL=headerfooter.css.map */