/*=============================================
 * body
 *=============================================*/
:root {
  --primary: #000;
  --ttl: #38322c;
  --violet: #4a225e;
}

/* zen-kaku-gothic-new-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/zen-kaku-gothic-new-v18-japanese_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-new-500 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/zen-kaku-gothic-new-v18-japanese_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-new-700 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/zen-kaku-gothic-new-v18-japanese_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-new-900 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/zen-kaku-gothic-new-v18-japanese_latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/zen-old-mincho-v13-japanese_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-500 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/zen-old-mincho-v13-japanese_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-600 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/zen-old-mincho-v13-japanese_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* amiri-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Amiri";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/amiri-v30-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/jost-v20-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/jost-v20-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-size: 15px;
  line-height: 2.2;
  color: var(--primary);
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  text-align: justify;
  background: url("../img/shared/bg_sp.jpg") repeat-y top center/100% auto;
}

@media only screen and (min-width: 768px) {
  body {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0;
    background: url("../img/shared/bg.jpg") repeat top center;
  }
}
.nav--opened {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.nav--opened #pagetop, .nav--opened .fx-btn {
  z-index: -1;
  opacity: 0;
}

body.nav--opened, body.nav--opened *, body.nav--opened *:hover, body.nav--opened *:focus, body.nav--opened *:active {
  pointer-events: none !important;
  touch-action: none !important;
}

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

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-old {
  font-family: "Zen Old Mincho";
}

.fnt-amiri {
  font-family: "Amiri";
  font-weight: 400;
}

/*=============================================
 * main
 *=============================================*/
*, *:before, *:after {
  box-sizing: border-box;
}

a[href^="tel:"]:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0 3.3%;
    position: relative;
  }
  .df-sp {
    display: flex !important;
    justify-content: space-between;
  }
}
i {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 1;
  position: relative;
}

/*=============================================
 * tel
 *=============================================*/
.tel {
  line-height: 1.1;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-align: center;
}
.tel p:nth-child(1) {
  font-family: "Zen Old Mincho";
}
.tel .df {
  justify-content: center;
  align-items: center;
  letter-spacing: -0.03em;
  font-size: 33px;
  margin-top: 13px;
  font-family: "Amiri";
  font-weight: 400;
}
.tel .df i {
  width: 15px;
  margin-right: 7px;
  top: -3px;
}
@media only screen and (min-width: 768px) {
  .tel {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .tel .df {
    font-size: 40px;
    margin-top: 21px;
    letter-spacing: -2px;
  }
  .tel .df i {
    width: 18px;
    margin-right: 5px;
    top: -2px;
  }
}

/*=============================================
 * nav
 *=============================================*/
/*=============================================
 * btn-link
 *=============================================*/
.btn-link {
  border-top: 2px solid var(--violet);
  border-bottom: 2px solid var(--violet);
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 88px;
  width: 330px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  color: #000;
  margin: 0 auto;
  font-family: "Zen Old Mincho";
  padding: 2px 0;
  overflow: hidden;
}
.btn-link span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding-left: 20px;
  transition: ease 0.3s;
}
.btn-link span:before {
  content: "";
  display: block;
  width: 25px;
  height: 13px;
  position: absolute;
  top: calc(50% - 6.5px);
  right: 10px;
  background: url("../img/shared/arrow.jpg") no-repeat center/100% auto;
  transition: ease 0.3s;
}
.btn-link span:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--violet);
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.btn-link:hover {
  text-decoration: none;
}
.btn-link:hover span:before {
  background: url("../img/shared/arrow_on.jpg") no-repeat center/100% auto;
}
@media only screen and (max-width: 767px) {
  .btn-link.active {
    justify-content: center;
    padding-left: 0;
    color: #fff;
  }
  .btn-link.active span:before {
    right: auto;
    left: 35px;
    background: url("../img/shared/arrow_on.jpg") no-repeat center/100% auto;
  }
  .btn-link.active span:after {
    transform: scale(2);
  }
}
@media only screen and (min-width: 768px) {
  .btn-link {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1px;
    width: 410px;
    height: 94px;
    transition: all 0.3s;
  }
  .btn-link span {
    justify-content: flex-start;
  }
  .btn-link span:before {
    width: 27px;
    height: 14px;
  }
  .btn-link:hover {
    text-decoration: none;
    color: #fff;
  }
  .btn-link:hover span {
    padding-left: 80px;
  }
  .btn-link:hover span:before {
    right: auto;
    left: 15px;
    background: url("../img/shared/arrow_on.jpg") no-repeat center/100% auto;
  }
  .btn-link:hover span:after {
    transform: scale(2);
  }
}

.btn-link2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #000;
  font-family: "Zen Old Mincho";
  overflow: hidden;
  width: 300px;
  height: 66px;
  margin: 0 auto;
}
.btn-link2:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(50% - 3.5px);
  right: 23px;
  background: url("../img/index/arrow2.png") no-repeat center/100% auto;
  transition: ease 0.3s;
}
.btn-link2:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.btn-link2:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .btn-link2.active {
    justify-content: center;
    padding-left: 0;
    color: #fff;
  }
  .btn-link2.active:before {
    background: url("../img/index/arrow2_on.png") no-repeat center/100% auto;
  }
  .btn-link2.active:after {
    transform: scale(2);
  }
}
@media only screen and (min-width: 768px) {
  .btn-link2:hover {
    justify-content: center;
    padding-left: 0;
    color: #fff;
  }
  .btn-link2:hover:before {
    background: url("../img/index/arrow2_on.png") no-repeat center/100% auto;
  }
  .btn-link2:hover:after {
    transform: scale(2);
  }
}

/*=============================================
 * btn_reserve
 *=============================================*/
.gnav a {
  display: block;
  position: relative;
  transition: ease 0.3s;
}
.gnav a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  background: #271710;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.gnav a:hover, .gnav a.active {
  color: #b7b4ae;
  text-decoration: none;
}

/*=============================================
 * header
 *=============================================*/
.pc-fixed {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pc-fixed {
    display: block;
    position: fixed;
    top: 23px;
    right: 17px;
    z-index: 100;
    transition: ease 0.3s;
  }
  .pc-fixed ul {
    margin-top: 32px;
    line-height: 85px;
    font-size: 17px;
  }
  .pc-fixed ul li {
    margin-top: 35px;
  }
  .pc-fixed ul a {
    display: block;
    cursor: pointer;
    transition: ease 0.3s;
  }
  .pc-fixed ul a:hover, .pc-fixed ul a.active {
    opacity: 0.7;
    text-decoration: none;
  }
  .pc-fixed.hidden {
    opacity: 0;
    pointer-events: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .pc-fixed .logo-icon {
    width: 50px;
  }
  .pc-fixed ul {
    line-height: 50px;
    margin-top: 0;
  }
  .pc-fixed ul li {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-height: 800px) {
  .pc-fixed ul {
    font-size: 14px;
  }
  .pc-fixed ul li {
    margin-top: 25px;
  }
}

.pc-fixed-tel {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pc-fixed-tel {
    display: block;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    top: 47px;
    left: 20px;
    z-index: 100;
    font-size: 15px;
    line-height: 36px;
    transition: ease 0.3s;
  }
  .pc-fixed-tel p:nth-child(2) {
    writing-mode: vertical-lr;
    text-orientation: sideways;
    font-size: 36px;
  }
  .pc-fixed-tel p:nth-child(2) i {
    width: 22px;
    margin-right: 8px;
    margin-bottom: 5px;
    display: inline-block;
  }
  .pc-fixed-tel.hidden {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .pc-fixed-tel {
    left: 5px;
  }
}

.has_nav .pc-fixed-tel {
  opacity: 1;
  pointer-events: visible;
}

header {
  position: relative;
}
header .logo {
  position: absolute;
  z-index: 1;
  top: 5vw;
  left: 4vw;
  width: 29vw;
}
header .wrap {
  padding: 0;
}
header h1 {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  bottom: 6vw;
  left: 4vw;
  right: 5vw;
}
@media only screen and (min-width: 768px) {
  header{
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
  }
  header .wrap {
    max-width: inherit;
    width: calc(100% - 250px);
    box-sizing: border-box;
    padding-left: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  header .header-info {
    width: 280px;
    margin-bottom: 15px;
  }
  header .header-info .tel .df {
    justify-content: flex-start;
    margin-left: 9px;
  }
  header .logo {
    position: static;
    width: 221px;
    margin: 0 37px 49px auto;
  }
  header h1 {
    color: #000;
    font-size: 13px;
    bottom: auto;
    top: 47px;
    left: 45px;
    right: auto;
  }
  header .sns {
    justify-content: center;
    margin: 14px 0 115px;
  }
  header .sns li {
    margin: 0 11px 0 12px;
    width: 30px;
  }
  header .sns a {
    display: block;
  }
  header .header-bnr a {
    display: block;
    margin-top: 11px;
  }
  header .menu-gnav2 {
    position: relative;
    margin-bottom: 15px;
    margin-right: 24px;
    width: 40px;
  }
  header .menu-gnav2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 17px;
    background: #615a51;
  }
  header .menu-gnav2 li {
    position: relative;
    padding: 15px 0;
  }
  header .menu-gnav2 li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 17px;
    background: #615a51;
  }
  header .menu-gnav2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  header .menu-gnav2 a i {
    margin-top: 14px;
    display: inline-block;
    width: 11px;
  }
  header .menu-gnav2 a:hover, header .menu-gnav2 a.active {
    text-decoration: none;
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  header .wrap {
    width: calc(100% - 180px);
    padding-left: 0;
  }
  header .header-info {
    width: 260px;
  }
  header .menu-gnav2 {
    margin-right: 0;
  }
  header h1 {
    left: 27px;
  }
}

#key {
  position: relative;
}
#key .kv-txt {
  position: absolute;
  z-index: 2;
  width: 8.3vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  #key {
    width: calc(100% - 375px);
  }
  #key .img_parallax img {
    width: calc(100% - 501px) !important;
    max-width: 868px !important;
    max-height: 900px !important;
    left: auto !important;
    right: calc(50% - 256px);
  }
  #key .kv_img {
    width: 100%;
    height: 900px;
  }
  #key .kv_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #key .kv-txt {
    width: 49px;
    top: auto;
    bottom: 17px;
    left: 57px;
    transform: translate(0, 0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #key {
    width: calc(100% - 340px);
  }
  #key .img_parallax img {
    width: calc(100% - 350px) !important;
  }
}

/*=============================================
 * nav
 *=============================================*/
/*=============================================
 * animation
 *=============================================*/
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (prefers-brownuced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}
#menu_toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 999;
  padding: 15vw 0 30vw;
  background: url("../img/shared/bg_sp.jpg") repeat-y top center/100% auto;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#menu_toggle .inner {
  position: relative;
}
#menu_toggle .menu-logo {
  margin: 0 auto 20px;
  width: 57px;
  display: block;
}
#menu_toggle .menu-gnav {
  text-align: center;
  font-size: 21px;
  line-height: 50px;
}
#menu_toggle .menu-gnav a.active {
  opacity: 0.5;
}
#menu_toggle .menu-gnav2 {
  margin: 30px auto;
  width: 290px;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
#menu_toggle .menu-gnav2 li {
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
#menu_toggle .menu-gnav2 li:before, #menu_toggle .menu-gnav2 li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #615a51;
}
#menu_toggle .menu-gnav2 li:before {
  left: 0;
}
#menu_toggle .menu-gnav2 li:after {
  right: 0;
}
#menu_toggle .menu-gnav2 li:nth-child(2n+2):before {
  display: none;
}
#menu_toggle .menu-gnav2 li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu_toggle .menu-gnav2 li a i {
  margin-left: 7px;
}
#menu_toggle .menu-gnav2 li a.active {
  opacity: 0.7;
}
#menu_toggle .sns {
  justify-content: center;
  margin-top: 30px;
}
#menu_toggle .sns li {
  width: 30px;
  margin: 0 11px;
}
#menu_toggle .sns li a {
  display: block;
  width: 100%;
}
#menu_toggle .tel {
  margin: 32px 0 35px;
}
#menu_toggle .menu-bnr {
  margin: 0 auto;
  max-width: 345px;
}
#menu_toggle .menu-bnr a {
  display: block;
  width: calc(50% - 4px);
}
#menu_toggle a:hover {
  text-decoration: none;
}

.navOpen #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

/*=============================================
 * hamburger
 *=============================================*/
.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  padding: 0;
  background: var(--violet);
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hamburger .hamburger-box {
  width: 30px;
  height: 11px;
}
.hamburger .hamburger-inner:before {
  display: none;
}
.hamburger .hamburger-inner {
  top: 0;
  margin-top: 0;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner:after {
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.hamburger .hamburger-inner:after {
  bottom: -11px;
}
.hamburger.is-active {
  top: 0;
  right: 0;
  background: none;
}
.hamburger.is-active .hamburger-box {
  width: 42px;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after {
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

/*=============================================
 * footer
 *=============================================*/
footer {
  margin-bottom: 20vw;
  background: url("../img/shared/footer_bg_sp.png") no-repeat center bottom/100% auto;
  position: relative;
  z-index: 1;
  padding: 13vw 0 21vw;
}
footer .footer-nav {
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
}
footer .footer-nav ul {
  width: 50%;
}
footer .footer-nav ul:nth-child(2) {
  width: 47%;
}
footer .footer-nav a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 33px;
}
footer .footer-nav a i {
  margin-left: 10px;
}
footer .footer-nav a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 42px;
  height: 1px;
  background: #000;
  opacity: 0;
}
footer .footer-logo {
  margin: 60px auto 35px;
  width: 143px;
}
footer .tel {
  font-size: 13px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  position: relative;
  padding: 6px 0;
  margin: 0 auto 35px;
  width: 275px;
}
footer .tel:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 3px;
  right: 3px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
footer .tel .df {
  font-size: 37px;
  letter-spacing: -3px;
  margin-top: 10px;
}
footer .tel .df i {
  margin-right: 3px;
  top: -1px;
}
footer .footer-right {
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0;
}
footer .footer-txt {
  margin-bottom: 37px;
}
footer .footer-txt2 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: ease 0.3s;
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
}
footer .footer-txt2 a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 17px;
  background-color: #897551;
}
footer .footer-txt2 a i {
  width: 11px;
  margin-right: 8px;
}
footer .footer-txt2 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
footer .btn-copy, footer .cookie-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
}
footer .btn-copy {
  margin: 45px 0 22px;
  font-size: 11px;
  font-weight: 400;
  color: #5a5347;
}
footer .btn-copy i {
  margin-right: 5px;
}
footer .btn-copy:hover {
  opacity: 0.7;
}
footer .cookie-link a {
  font-size: 11px;
  line-height: 25px;
  color: #2f2f2f;
}
footer .cookie-link a i {
  margin-left: 4px;
  width: 10px;
}
footer #socialbuttons {
  margin-top: 95px;
}
footer address {
  font-size: 11px;
  color: #2f2f2f;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  footer .footer-nav a.active {
    text-decoration: none;
    padding-left: 52px;
  }
  footer .footer-nav a.active:before {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  footer {
    margin-bottom: 0;
    padding: 146px 30px 167px;
    background: none;
  }
  footer .wrap {
    max-width: 1358px;
    padding-right: 80px;
  }
  footer .footer-nav {
    order: 2;
    width: 385px;
    max-width: inherit;
    margin: 20px 0 0 0;
  }
  footer .footer-nav ul:nth-child(1) {
    width: 217px;
  }
  footer .footer-nav ul:nth-child(2) {
    width: 165px;
  }
  footer .footer-nav a {
    font-size: 16px;
    line-height: 32px;
    transition: ease 0.3s;
  }
  footer .footer-nav a:before {
    width: 45px;
  }
  footer .footer-nav a:hover, footer .footer-nav a.active {
    text-decoration: none;
    padding-left: 53px;
  }
  footer .footer-nav a:hover:before, footer .footer-nav a.active:before {
    opacity: 1;
  }
  footer .footer-left {
    width: 650px;
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer-logo {
    width: 211px;
    margin: 0;
  }
  footer .tel {
    order: 2;
    font-size: 14px;
    margin: 56px 0 0 15px;
    width: 305px;
  }
  footer .tel .df {
    font-size: 40px;
    letter-spacing: -2px;
  }
  footer .footer-right {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    margin: 31px 0 0 53px;
  }
  footer .footer-txt {
    margin-bottom: 25px;
  }
  footer .footer-txt2 {
    line-height: 30px;
    letter-spacing: 1px;
  }
  footer .btn-copy, footer .cookie-link a {
    font-size: 12px;
    color: #4c4439;
    letter-spacing: 0.5px;
  }
  footer .cookie-link a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  footer .btn-copy {
    display: inline-flex;
    margin: 0 0 28px 63px;
  }
  footer .footer-left2 {
    align-items: center;
  }
  footer .footer2 {
    position: absolute;
    bottom: -28px;
    right: 81px;
  }
  footer address {
    margin-right: 17px;
    color: #4c4439;
    line-height: 1;
    letter-spacing: 1.9px;
  }
  footer .copy-link-none {
    pointer-events: none;
  }
  footer #socialbuttons {
    text-align: right;
    margin: 25px 0 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1120px) {
  footer .wrap {
    padding-right: 40px;
  }
  footer .footer-logo {
    width: 145px;
    margin-left: 106px;
  }
  footer .footer-left {
    width: 470px;
    display: block;
  }
  footer .footer-right {
    order: 3;
    margin-top: 50px;
    margin-left: 30px;
  }
  footer .tel {
    margin-left: 20px;
  }
  footer .footer2 {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  main {
    background: url("../img/shared/footer_bg.jpg") no-repeat center bottom;
  }
}
iframe {
  width: 100%;
  height: 100%;
}

#pagetop {
  position: fixed;
  bottom: 30vw;
  right: 5vw;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: ease 0.3s;
}
#pagetop.visible {
  opacity: 1;
  pointer-events: visible;
}
@media only screen and (min-width: 768px) {
  #pagetop {
    bottom: 90px;
    left: 20px;
    right: auto;
  }
}

/*=============================================
 * ft_fixed
 *=============================================*/
#socialbuttons .social-facebook {
  margin: 0 5px;
}
@media only screen and (min-width: 768px) {
  #socialbuttons .social-facebook {
    transform: translateY(-5px);
  }
}

#ft_fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.2s;
  z-index: 13;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: url("../img/shared/ft_fixed.jpg") repeat-y center top/100% auto;
}

#ft_fixed a:hover, #ft_fixed a:focus, #ft_fixed a:active, #ft_fixed a:visited {
  opacity: 1 !important;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: url("../img/shared/ft_fixed.jpg") repeat-y center top/100% auto;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99;
  }
  #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:after {
    background: url("../img/shared/ft_fixed.jpg") repeat-y center top/100% auto;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  footer:after {
    background: url("../img/shared/ft_fixed.jpg") repeat-y center top/100% auto;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
@media only screen and (min-width: 600px) {
  footer:after {
    display: none !important;
  }
}
/*=============================================
 * general
 *=============================================*/
.align-bottom {
  align-items: flex-end;
}

.slick-slide > div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.slick-dots {
  font-size: 0;
  line-height: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.slick-dots li {
  display: block;
  line-height: 0;
  margin: 0 5px;
  cursor: pointer;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
}

.slick-dots li button {
  border: 1px solid #1a1816;
  position: relative;
  cursor: pointer;
  outline: none;
  background: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: none;
  border-radius: 50%;
}

.slick-dots .slick-active button {
  background-color: #3a2102;
  border: 1px solid #3a2102;
}

.slick-arrow {
  top: 39vw;
  z-index: 2;
  border: none;
  outline: none;
  color: transparent;
  position: absolute;
  cursor: pointer;
  background: transparent;
  width: 41px;
  height: 41px;
}

.slick-arrow.slick-prev {
  background: url("../img/shared/arrow_left.png") no-repeat center/100% auto;
  left: -20px;
}

.slick-arrow.slick-next {
  background: url("../img/shared/arrow_right.png") no-repeat center/100% auto;
  right: -20px;
}

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

.bg_parallax {
  position: relative;
}

.img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img_parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translateZ(0) !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .img_parallax img {
    height: auto !important;
    -o-object-fit: unset;
       object-fit: unset;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}
@supports (-ms-accelerator: true) {
  .img_parallax img {
    height: auto !important;
    -o-object-fit: unset;
       object-fit: unset;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}
@media only screen and (min-width: 768px) {
  #ft_fixed {
    display: none;
  }
  .sp {
    display: none !important;
  }
  img {
    width: auto;
  }
  .slick-dots li {
    margin: 0 8px;
  }
  .slick-arrow {
    width: 51px;
    height: 51px;
    top: 255px;
  }
  .slick-arrow.slick-prev {
    left: -22px;
  }
  .slick-arrow.slick-next {
    right: auto;
    left: 556px;
  }
  .slick-arrow:hover {
    opacity: 0.8;
  }
  .wrap {
    margin: auto;
    max-width: 1200px;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
  }
  .has_nav footer:after {
    content: none !important;
  }
  .df-pc {
    display: flex !important;
    justify-content: space-between;
  }
}
.df {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

em {
  font-style: normal;
}

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

.remodal-overlay {
  background: rgba(41, 37, 32, 0.8);
}

.remodal {
  background: #fff;
  padding: 50px 20px;
  color: #000000;
}
.remodal button {
  border: none;
  background: none;
  mix-blend-mode: difference;
}
.remodal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 100%;
}
.remodal .remodal-close {
  position: sticky;
  top: 0;
  width: 100%;
}
.remodal .remodal-close2 {
  margin: 30px auto 0;
  width: 250px;
}
.remodal .menu-ttl {
  margin-bottom: 2vw;
}
.remodal .menu-txt1 {
  margin-bottom: 10vw;
  line-height: 1.7;
  letter-spacing: 1px;
  font-size: 12px;
}
.remodal .wrap {
  padding: 0;
}
.remodal .df-pc {
  text-align: left;
}
.remodal .note{
  font-weight: normal;
  font-size:80%;
  letter-spacing: 0;
}

.remodal dl {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px dotted #a3a09f;
  padding-bottom: 10px;
  color: #000;
}
.remodal dl dt {
  font-family: "Zen Old Mincho";
  text-align: left;
  width: calc(100% - 70px);
   line-height:120%;
}
.remodal dl dt span{
  font-size:80%;
 
}
.remodal dl dd {
  text-align: right;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .remodal {
    max-width: 1200px;
    padding: 80px 30px;
  }
  .remodal .close {
    top: 10px;
    right: 10px;
    width: 40px;
  }
  .remodal .menu-ttl {
    margin-bottom: 10px;
  }
  .remodal .menu-txt1 {
    margin-bottom: 60px;
    font-size: 14px;
  }
  .remodal .wrap {
    padding: 0;
    max-width: 1060px;
  }
  .remodal .col {
    width: 31%;
  }
  .remodal .col2 {
   padding-top:80px;
  }
  .remodal dl {
    font-size: 15px;
    letter-spacing: 0;
  }
  .remodal dl dd {
    font-weight: 500;
  }
}/*# sourceMappingURL=shared.css.map */