@charset "UTF-8";
html:not(.responsive) {
  min-width: 1000px;
  /* viewport */
}

* {
  box-sizing: border-box;
}

/*=============================================
* body
*=============================================*/
body {
  color: #1d0101;
  font-family: 'Shippori Mincho B1';
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0.06em;
  background: url("../img/shared/bg.jpg");
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  text-align: justify;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 45px;
    min-width: 1000px;
    /* viewport */
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --app-height: 100%;
  }
  html.open,
  body.menu-open {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    height: var(--app-height);
  }
}

/*=============================================
* <main>
*=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 1000px;
}

a:hover {
  text-decoration: none;
}

a, img {
  transition: 0.3s all ease-in-out;
}

.reserve-btn {
  width: 265px;
  margin: 0 auto;
}

.reserve-btn a {
  display: block;
  background: #5c0606;
  color: #ede6e1;
  font-family: 'Noto Serif JP';
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  padding: 15px;
  position: relative;
}

.reserve-btn a:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #ede6e1;
  transform: rotate(0deg) translateY(-50%);
  position: absolute;
  right: 18px;
  top: 50%;
}

.reserve-btn a img {
  width: 17px;
  margin: -4px 12px 0 0;
}

.tel-common {
  text-align: center;
  font-family: 'Noto Serif JP';
  font-size: 17px;
  letter-spacing: 0.06em;
  line-height: 30px;
}

.tel-common span {
  font-size: 32px;
  letter-spacing: 0.06em;
}

.tel-common span img {
  width: 17px;
  margin: -4px 6px 0 0;
}

.tel-common a:hover img {
  opacity: 1 !important;
}

.btn-common {
  width: 70.66666666666667vw;
  margin: 0 auto;
}

.btn-common a {
  display: block;
  font-size: 4.533333333333333vw;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 7vw;
  font-family: 'Noto Serif JP';
  border: 1px solid #1d0101;
  text-align: center;
  position: relative;
  padding: 3.834vw;
}

.btn-common a:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #000;
  transform: rotate(0deg) translateY(-50%);
  position: absolute;
  right: 17px;
  top: 50%;
  transition: 0.3s all ease-in-out;
}

.btn-popup {
  width: 92vw;
  margin: 0 auto;
}

.btn-popup a {
  display: block;
  font-size: 4.533333333333333vw;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 7vw;
  font-family: 'Noto Serif JP';
  border: 1px solid #1d0101;
  text-align: center;
  position: relative;
  padding: 3.834vw;
}

.btn-popup a:after {
  content: '';
  width: 3vw;
  background-image: url("../img/shared/icon_popup.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5vw;
  transition: 0.3s all ease-in-out;
}

.btn-circle {
  width: 38vw;
  height: 38vw;
  margin: 0 auto;
}

.btn-circle a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(58, 53, 49, 0.6);
  text-align: center;
  border: 1px solid rgba(255, 250, 241, 0.6);
  border-radius: 50%;
  font-family: 'Noto Serif JP';
  font-size: 4.533333333333333vw;
  letter-spacing: 0.06em;
  line-height: 7vw;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.btn-circle a:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #d9d2cd;
  transform: rotate(0deg) translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 7vw;
  transition: 0.3s all ease-in-out;
}

.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots li {
  width: 12px;
  height: 12px;
  line-height: 0;
  margin: 0 5px;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  border: 1px solid #231e1a;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #231e1a;
}

@media only screen and (min-width: 768px) {
  .reserve-btn {
    width: 280px;
  }
  .reserve-btn a {
    font-size: 18px;
    line-height: 30px;
    padding: 14px 0 16px 2px;
  }
  .reserve-btn a img {
    width: 19px;
    height: auto;
  }
  .reserve-btn a:hover {
    background: #211d19;
  }
  .reserve-btn a:hover img {
    opacity: 1 !important;
  }
  .tel-common {
    font-size: 18.2px;
    line-height: 30px;
  }
  .tel-common span {
    font-size: 33.8px;
    margin-top: 4px;
  }
  .tel-common span img {
    width: 18px;
    height: auto;
    margin: -7px 6px 0 0;
  }
  .btn-common {
    width: 280px;
    margin: 0;
  }
  .btn-common a {
    font-size: 18px;
    line-height: 30px;
    padding: 13px 13px 15px 16px;
  }
  .btn-common a:hover {
    background: #1d0101;
    color: #ede6e1;
  }
  .btn-common a:hover:after {
    border-color: transparent transparent transparent #ede6e1;
  }
  .btn-popup {
    width: 510px;
  }
  .btn-popup a {
    font-size: 24px;
    line-height: 38px;
    padding: 27px 30px 33px;
  }
  .btn-popup a:after {
    width: 20px;
    right: 18px;
  }
  .btn-popup a:hover {
    background: #211d19;
    color: #ede6e1;
  }
  .btn-popup a:hover:after {
    filter: brightness(0) invert(1);
  }
  .btn-circle {
    width: 190px;
    height: 190px;
    margin: 0;
  }
  .btn-circle a {
    font-size: 18px;
    line-height: 30px;
  }
  .btn-circle a:after {
    bottom: 36px;
  }
  .btn-circle a:hover {
    background: #211d19;
  }
}

/*=============================================
* <header>
*=============================================*/
body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.nav--opened .hamburger,
body.nav--opened #menu-toggle,
body.nav--opened #menu-toggle *,
body.nav--opened #ft-fixed,
body.nav--opened #ft-fixed * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.nav--opened {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.nav--opened #menu-toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
}

header {
  padding: 2.6666666666666665vw 2.6666666666666665vw 0;
  color: #ede6e1;
  position: relative;
}

header h1 {
  font-family: 'Noto Serif JP';
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.06em;
  font-weight: 400;
  position: absolute;
  left: 4vw;
  right: 4vw;
  bottom: 3vw;
  z-index: 1;
  text-align: left;
}

header .logo {
  width: 24.266666666666666vw;
  position: absolute;
  top: 30vw;
  left: 39vw;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  header {
    padding: 10px 10px 0;
  }
  header h1 {
    font-size: 14px;
    left: 40px;
    right: 40px;
    bottom: 23px;
  }
  header .logo {
    width: 183px;
    top: 273px;
    left: calc(50% - 82px);
    z-index: 1;
  }
  header .header-group {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
  }
  header .header-group .row-contact {
    margin-bottom: 26px;
  }
  header .header-group .row-contact .reserve-btn {
    width: 220px;
    margin: 0 0 0 31px;
  }
  header .header-group .row-contact .reserve-btn a {
    font-size: 16px;
    padding: 10px 0 10px 2px;
  }
  header .header-group .row-contact .reserve-btn a:after {
    right: 13px;
  }
  header .header-group .row-contact .tel-common {
    font-size: 14px;
    line-height: 18px;
  }
  header .header-group .row-contact .tel-common span {
    font-size: 26px;
    margin: 8px 0 0 16px;
  }
  header .header-group .row-contact .tel-common span img {
    width: 14px;
    margin: -7px 3px 0 0;
  }
  header .header-group nav {
    font-size: 18px;
    letter-spacing: 0.08em;
    margin: 0 -2px 20px 0;
  }
  header .header-group nav li + li {
    margin-left: 20px;
  }
  header .header-group nav a {
    position: relative;
    padding-bottom: 12px;
  }
  header .header-group nav a:after {
    content: '';
    height: 2px;
    background: #fffaf1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s all ease-in-out;
    opacity: 0;
  }
  header .header-group nav a.active:after,
  header .header-group nav a:hover:after {
    opacity: 1;
  }
  header .header-group .row-info {
    margin-right: 7px;
  }
  header .header-group .row-info .access {
    font-size: 16px;
    letter-spacing: 0.08em;
    padding-top: 2px;
  }
  header .header-group .row-info .access li + li {
    margin-left: 28px;
    position: relative;
  }
  header .header-group .row-info .access li + li:before {
    content: '／';
    position: absolute;
    left: -22px;
    top: 0;
  }
  header .header-group .row-info .access a {
    position: relative;
    padding-bottom: 6px;
  }
  header .header-group .row-info .access a:after {
    content: '';
    height: 2px;
    background: #fffaf1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s all ease-in-out;
    opacity: 0;
  }
  header .header-group .row-info .access a:hover:after {
    opacity: 1;
  }
  header .header-group .row-info .social {
    margin-left: 40px;
  }
  header .header-group .row-info .social li + li {
    margin-left: 23px;
  }
}

.nav-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  transition: 0.3s all ease-in-out;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .nav-fixed {
    height: 90px;
    background: #231e1a;
    color: #ede6e1;
    padding-top: 18px;
  }
  .nav-fixed nav {
    font-size: 16px;
    margin-top: 5px;
  }
  .nav-fixed nav .navi li + li {
    margin-left: 19px;
  }
  .nav-fixed nav .access {
    margin-left: 48px;
  }
  .nav-fixed nav .access li + li {
    margin-left: 30px;
    position: relative;
  }
  .nav-fixed nav .access li + li:before {
    content: '／';
    position: absolute;
    left: -24px;
    top: 0;
  }
  .nav-fixed nav a {
    position: relative;
    padding-bottom: 8px;
  }
  .nav-fixed nav a:after {
    content: '';
    height: 2px;
    background: #ede6e1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s all ease-in-out;
    opacity: 0;
  }
  .nav-fixed nav a.active:after,
  .nav-fixed nav a:hover:after {
    opacity: 1;
  }
  .nav-fixed .tel-common {
    font-size: 14px;
    line-height: 22px;
    margin-right: -2px;
  }
  .nav-fixed .tel-common span {
    font-size: 26px;
    margin: 4px 0 0 16px;
  }
  .nav-fixed .tel-common span img {
    width: 14px;
    margin: -7px 3px 0 0;
  }
  .nav-fixed .group-fixed {
    position: fixed;
    right: 0;
    top: 110px;
    z-index: 9;
  }
  .nav-fixed .group-fixed .reserve {
    width: 50px;
    height: 180px;
    margin-bottom: 11px;
  }
  .nav-fixed .group-fixed .reserve a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ede6e1;
    background: #5c0606;
    padding: 22px 4px 0 0;
    position: relative;
    cursor: pointer;
  }
  .nav-fixed .group-fixed .reserve a:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3.5px 0 3.5px 6px;
    border-color: transparent transparent transparent #ede6e1;
    transform: rotate(0deg);
    position: absolute;
    right: 22px;
    bottom: 22px;
  }
  .nav-fixed .group-fixed .reserve a img {
    margin: 0 0 14px -7px;
  }
  .nav-fixed .group-fixed .reserve a:hover {
    background: #211d19;
  }
  .nav-fixed .group-fixed .reserve a:hover img {
    opacity: 1 !important;
  }
  .nav-fixed .group-fixed .social {
    padding-left: 9px;
  }
  .nav-fixed .group-fixed .social .insta {
    margin-bottom: 4px;
  }
}

.nav-fixed.fixed {
  opacity: 1;
  visibility: visible;
}

.has-nav #ft-fixed {
  opacity: 1;
  visibility: visible;
}

.menu-toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 9;
  background: #000;
  color: #ede6e1;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.menu-toggle .inner {
  position: relative;
  z-index: 0;
  padding: 65px 0 100px;
}

.menu-toggle .inner:before {
  content: '';
  width: 61.86666666666667vw;
  height: 65.33333333333333vw;
  background-image: url("../img/shared/footer_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 5.333333333333333vw;
  bottom: 64px;
  z-index: -1;
}

.menu-toggle .navi {
  line-height: 45px;
  margin-bottom: 48px;
}

.menu-toggle .navi a {
  display: block;
  width: 45px;
  letter-spacing: 0.08em;
  position: relative;
  padding-top: 15px;
}

.menu-toggle .navi a:before {
  content: '';
  width: 23px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  opacity: 0;
}

.menu-toggle .navi a.active:before {
  opacity: 1;
}

.menu-toggle .access {
  margin-bottom: 35px;
}

.menu-toggle .access li + li {
  position: relative;
  margin-left: 26px;
}

.menu-toggle .access li + li:before {
  content: '／';
  position: absolute;
  top: 0;
  left: -21px;
}

.menu-toggle .social li {
  width: 31px;
}

.menu-toggle .social .insta {
  margin-right: 31px;
}

/*=============================================
* key
*=============================================*/
#key {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 121.33333333333333vw;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #key {
    height: 900px;
  }
}

/*=============================================
* <section>
*=============================================*/
.bg-para {
  width: 100%;
  position: relative;
  z-index: 1;
}

.bg-para .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.bg-para .img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}

.object-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}

.remodal h2 {
  font-size: 6vw;
  line-height: 9vw;
  letter-spacing: 0.15em;
  margin-bottom: 5vw;
}

.remodal .note {
  margin-bottom: 8vw;
}

.remodal .menulist {
  text-align: left;
}

.remodal .menulist .note2 {
  line-height: 23px;
  margin-bottom: 15px;
}

.remodal .menulist .item {
  margin-bottom: 10vw;
}

.remodal .menulist .item h3 {
  color: #d9d2cd;
  background: #1d0101;
  font-size: 16px;
  letter-spacing: 0.15em;
  padding: 7px;
  margin-bottom: 15px;
  text-align: center;
}

.remodal .menulist .item h4 {
  text-align: left;
  font-weight: 700;
}

.remodal .menulist .item dl {
  width: 100%;
  display: table;
  line-height: 23px;
  border-bottom: 1px solid rgba(29, 1, 1, 0.3);
  padding-bottom: 11px;
  margin-bottom: 11px;
}

.remodal .menulist .item dl dt {
  display: table-cell;
}

.remodal .menulist .item dl dd {
  display: table-cell;
  text-align: right;
  white-space: nowrap;
  padding-left: 5px;
}

.remodal .box-course {
  background: #d9d2cd;
  padding: 6vw 4vw;
  margin-bottom: 8vw;
}

.remodal .box-course dl {
  border-bottom: 1px solid #7b6967;
  padding-bottom: 4vw;
  margin-bottom: 5vw;
}

.remodal .box-course dl dt {
  font-size: 5.8vw;
  letter-spacing: 0.15em;
  line-height: 8vw;
  margin-bottom: 3vw;
}

.remodal .box-course dl dt small {
  font-size: 4vw;
}

.remodal .box-course dl dd {
  font-size: 5vw;
  letter-spacing: 0.15em;
  line-height: 8vw;
}

.remodal .box-course dl dd small {
  font-size: 3.4vw;
}

.remodal .box-course .col-list {
  text-align: left;
}

.remodal .box2 {
  margin-bottom: 13vw;
}

@media screen and (min-width: 768px) {
  .remodal .popup-inner {
    max-width: 1000px;
    width: 100%;
    margin: 37px auto 23px;
  }
  .remodal h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 32px;
  }
  .remodal .note {
    margin: 0 0 55px 8px;
  }
  .remodal .menulist {
    display: flex;
    justify-content: space-between;
  }
  .remodal .menulist .col {
    width: 320px;
  }
  .remodal .menulist .note2 {
    line-height: 25px;
  }
  .remodal .menulist .item {
    margin-bottom: 46px;
  }
  .remodal .menulist .item h3 {
    font-size: 18px;
    line-height: 30px;
    padding: 4px 5px 6px;
    margin-bottom: 21px;
  }
  .remodal .menulist .item dl {
    line-height: 25px;
    padding-bottom: 13px;
    margin-bottom: 11px;
  }
  .remodal .box-course {
    display: flex;
    justify-content: space-between;
    padding: 38px 30px 45px;
    margin-bottom: 30px;
  }
  .remodal .box-course dl {
    width: 311px;
    border-bottom: none;
    border-right: 1px solid #7b6967;
    padding: 36px 0 24px;
    margin: 0 0 0 50px;
    text-align: left;
  }
  .remodal .box-course dl dt {
    font-size: 35px;
    line-height: 60px;
    margin-bottom: 22px;
  }
  .remodal .box-course dl dt small {
    font-size: 25px;
    margin-bottom: -6px;
  }
  .remodal .box-course dl dd {
    font-size: 30px;
    line-height: 40px;
  }
  .remodal .box-course dl dd small {
    font-size: 20px;
  }
  .remodal .box-course .col-list {
    width: 523px;
    display: flex;
    padding-top: 36px;
  }
  .remodal .box-course .col-list ul + ul {
    margin-left: 41px;
  }
  .remodal .box2 {
    margin-bottom: 60px;
  }
  .remodal .box2 dl {
    padding-top: 43px;
  }
  .remodal .box2 dl dt {
    margin-bottom: 38px;
  }
  .remodal .box2 .col-list {
    padding-top: 41px;
  }
}

/*=============================================
* <footer>
*=============================================*/
footer {
  background: #231e1a;
  color: #f4eee5;
  padding: 60px 0 0px;
}

footer .blk-content {
  padding-bottom: 55px;
  position: relative;
  z-index: 0;
}

footer .blk-content:before {
  content: '';
  width: 61.6vw;
  height: 65.06666666666666vw;
  background-image: url("../img/shared/footer_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 10px;
  right: 8px;
  z-index: -1;
}

footer .blk-content .col-left {
  margin-bottom: 55px;
}

footer .blk-content .col-left .logo {
  width: 112px;
  margin: 0 auto 35px;
}

footer .blk-content .col-left .col-contact .tel-common {
  margin-bottom: 35px;
}

footer .blk-content .col-right {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-align: left;
}

footer .blk-content .col-right a {
  text-decoration: underline;
}

footer .blk-content .col-right small {
  font-size: 12px;
}

footer .blk-content .col-right li + li {
  margin-top: 28px;
}

footer .ft-bot {
  background: #000;
  position: relative;
  z-index: 1;
  padding: 60px 4vw 90px;
  font-weight: 400;
}

footer .ft-bot .col-right .copy {
  display: table;
  margin: 0 auto 22px;
  cursor: pointer;
}

footer .ft-bot .col-right .copy:after {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url("../img/shared/icon_link.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 1px;
}

footer .ft-bot .col-right #socialbuttons {
  text-align: center;
  margin-bottom: 30px;
}

footer .ft-bot .col-left .cookies-link {
  margin-bottom: 30px;
}

footer .ft-bot .col-left .cookies-link a {
  text-decoration: underline;
}

footer .ft-bot .col-left .cookies-link a:after {
  content: '';
  width: 14px;
  height: 14px;
  background-image: url("../img/shared/icon_newwindow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 6px;
}

footer .ft-bot .col-left address {
  line-height: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

footer .ft-bot #pagetop {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-top: 22px;
  position: relative;
}

footer .ft-bot #pagetop:before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 11px 7px;
  border-color: transparent transparent #fffaf1 transparent;
  transform: rotate(0deg) translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
}

@media only screen and (min-width: 768px) {
  footer {
    padding: 57px 0 0px;
  }
  footer nav {
    max-width: 820px;
    width: 100%;
    margin: 0 auto 13px;
    padding-bottom: 14px;
    font-size: 16px;
    letter-spacing: 0.08em;
    border-bottom: 1px solid #595552;
  }
  footer nav a:hover {
    opacity: 0.6;
  }
  footer nav .navi li + li {
    margin-left: 23px;
  }
  footer nav .access {
    margin-left: 61px;
  }
  footer nav .access li + li {
    margin-left: 29px;
    position: relative;
  }
  footer nav .access li + li:before {
    content: '／';
    position: absolute;
    left: -23px;
    top: 0;
  }
  footer .social {
    max-width: 817px;
    width: 100%;
    margin: 0 auto;
  }
  footer .social li + li {
    margin-left: 23px;
  }
  footer .blk-content {
    padding: 41px 0 64px;
  }
  footer .blk-content:before {
    width: 369px;
    height: 390px;
    bottom: -30px;
    right: calc(50% - 612px);
  }
  footer .blk-content .col-left {
    margin: 0 0 0px 77px;
  }
  footer .blk-content .col-left .logo {
    width: 146px;
    margin: 0;
  }
  footer .blk-content .col-left .logo img {
    width: 100%;
    height: auto;
  }
  footer .blk-content .col-left .col-contact {
    width: 220px;
    margin: 81px 0 0 24px;
  }
  footer .blk-content .col-left .col-contact .tel-common {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 35px -14px;
  }
  footer .blk-content .col-left .col-contact .tel-common span {
    font-size: 26px;
    margin-left: 15px;
  }
  footer .blk-content .col-left .col-contact .tel-common span img {
    width: 14px;
  }
  footer .blk-content .col-left .col-contact .reserve-btn {
    width: 100%;
  }
  footer .blk-content .col-left .col-contact .reserve-btn a {
    font-size: 16px;
    padding: 9px 0 10px 2px;
  }
  footer .blk-content .col-left .col-contact .reserve-btn a:after {
    right: 13px;
  }
  footer .blk-content .col-right {
    width: 433px;
    line-height: 25px;
  }
  footer .blk-content .col-right a:hover {
    text-decoration: none;
  }
  footer .blk-content .col-right small {
    font-size: 14px;
  }
  footer .blk-content .col-right span {
    font-size: 16px;
    margin-bottom: -1px;
  }
  footer .blk-content .col-right li + li {
    margin-top: 25px;
  }
  footer .ft-bot {
    padding: 34px 18px 40px;
    position: relative;
  }
  footer .ft-bot .col-right {
    order: 2;
    margin-right: 28px;
  }
  footer .ft-bot .col-right .copy {
    font-size: 14px;
    letter-spacing: 0.15em;
    margin: 0 0 6px auto;
    cursor: pointer;
  }
  footer .ft-bot .col-right .copy:after {
    margin: 0 4px 0 9px;
    top: 2px;
  }
  footer .ft-bot .col-right .copy:hover {
    text-decoration: underline;
  }
  footer .ft-bot .col-right .copy.copied {
    pointer-events: none;
  }
  footer .ft-bot .col-right #socialbuttons {
    text-align: right;
    margin-bottom: 0px;
  }
  footer .ft-bot .col-left {
    order: 1;
    font-size: 14px;
    text-align: left;
    display: flex;
    flex-direction: column;
    margin-top: 4px;
  }
  footer .ft-bot .col-left .cookies-link {
    order: 2;
    margin: 3px 0 0px;
    letter-spacing: 0.1em;
  }
  footer .ft-bot .col-left .cookies-link a:before {
    content: '';
    width: 14px;
    height: 14px;
    background-image: url("../img/shared/icon_newwindow.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 2px;
  }
  footer .ft-bot .col-left .cookies-link a:after {
    display: none;
  }
  footer .ft-bot .col-left .cookies-link a:hover {
    text-decoration: none;
  }
  footer .ft-bot .col-left address {
    order: 1;
    margin-bottom: 0px;
  }
  footer .ft-bot #pagetop {
    font-size: 14px;
    padding-top: 13px;
    position: absolute;
    top: 57px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
  }
  footer .ft-bot #pagetop:before {
    border-width: 0 8px 13px 8px;
  }
  footer .ft-bot #pagetop:hover {
    opacity: 0.6;
  }
}

#ft-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  text-align: center;
  width: 100%;
  z-index: 10;
  height: 55px;
  background: #000;
  color: #fffaf1;
  font-size: 9px;
  font-weight: 500;
  line-height: 18px;
}

#ft-fixed a {
  display: block;
  height: 55px;
  padding-top: 13px;
}

#ft-fixed a:hover img {
  opacity: 1 !important;
}

#ft-fixed .map {
  width: 15%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

#ft-fixed .map img {
  display: block;
  width: 11px;
  margin: 0 auto 3px;
}

#ft-fixed .tel {
  width: 15%;
}

#ft-fixed .tel img {
  display: block;
  width: 15.5px;
  margin: 0 auto 2px;
}

#ft-fixed .reserve {
  width: 55%;
}

#ft-fixed .reserve a {
  background: #5c0606;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding-top: 18px;
}

#ft-fixed .reserve img {
  width: 18px;
  margin: -4px 7px 0 0;
}

#ft-fixed .hamburger {
  width: 15%;
  height: 55px;
  position: relative;
  padding-top: 12px;
}

/*=============================================
* .socialbuttons
*=============================================*/
/*=============================================
* copyright
*=============================================*/
.db {
  display: block;
}

.df {
  display: flex;
}

.jcfs {
  justify-content: flex-start;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.jcfe {
  justify-content: flex-end;
}

.aifs {
  align-items: flex-start;
}

.aic {
  align-items: center;
}

.aife {
  align-items: flex-end;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .df-pc {
    display: flex;
  }
}

/* --------------------------------------------------------------------- */
/* ef */
/* --------------------------------------------------------------------- */
/*=============================================
 * fadeRightUp
 *=============================================*/
@-webkit-keyframes fadeRightUp {
  0% {
    -webkit-transform: translate3d(10px, 10px, 0);
    opacity: 0;
    transform: translate3d(10px, 10px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeRightUp {
  0% {
    -webkit-transform: translate3d(10px, 10px, 0);
    opacity: 0;
    transform: translate3d(10px, 10px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeRightUp {
  -webkit-animation-name: fadeRightUp;
  animation-name: fadeRightUp;
  animation-duration: 2s;
  animation-delay: 0.3s;
}

@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer .ft-bot {
    padding-bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
  #ft-fixed:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #000;
    z-index: -1;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer .ft-bot {
    padding-bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
  #ft-fixed:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #000;
    z-index: -1;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3 / 1), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
  footer .ft-bot {
    padding-bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
  #ft-fixed:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #000;
    z-index: -1;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

@media only screen and (min-width: 768px) {
  .nav--opened #ft-fixed:after,
  #ft-fixed:after {
    display: none;
  }
}
