.nav-fixed {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 99;
  padding: 19px 0 20px;
}
.nav-fixed .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
.nav-fixed .nav {
  display: flex;
  gap: 25px;
  line-height: 1.5;
}
.nav-fixed .nav a {
  display: block;
  position: relative;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 0 0 5px;
}
.nav-fixed .nav a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--color3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.nav-fixed .nav a:hover::before, .nav-fixed .nav a.active::before {
  opacity: 1;
  visibility: visible;
}
.nav-fixed .insta {
  line-height: 0;
}
.nav-fixed .tel .sub-tel {
  text-align: right;
  font-size: 13px;
  margin: 0 0 3px;
}
.nav-fixed .tel span {
  gap: 2px;
  font-size: 25px;
}
.nav-fixed .tel span::before {
  background-image: url("../img/shared/icon_tel.png");
  width: 17px;
  height: 18px;
}

.tel {
  line-height: 1;
  text-align: center;
}
.tel .sub-tel {
  display: block;
  font-size: 15px;
  letter-spacing: 0.03em;
  margin: 0 0 6px;
}
.tel span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 34px;
  letter-spacing: 0.02em;
}
.tel span::before {
  content: "";
  background: url("../img/shared/icon_tel_sp.png") no-repeat center/100% auto;
  width: 21.5px;
  height: 23.5px;
}
@media screen and (min-width: 768px) {
  .tel .sub-tel {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .tel span {
    font-size: 37px;
  }
  .tel span::before {
    background-image: url("../img/shared/icon_tel2.png");
    width: 24px;
    height: 26px;
  }
}

.note-tel {
  text-align: center;
  line-height: 1.5;
  font-size: 11px;
  color: var(--color);
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .note-tel {
    margin: 5px 0 0;
    font-size: 12px;
  }
}

.btn-web {
  width: 273px;
  max-width: 100%;
}
.btn-web a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  padding: 11.5px 0;
  gap: 0 7px;
  line-height: 2;
  letter-spacing: 0.16em;
  text-decoration: none;
  border: 1px solid rgba(231, 228, 225, 0.45);
}
.btn-web a::before {
  content: "";
  background: url("../img/shared/icon_web_sp.png") no-repeat center/100% auto;
  width: 15.5px;
  height: 11.5px;
}
@media screen and (min-width: 768px) {
  .btn-web {
    width: 300px;
  }
  .btn-web a {
    padding: 13px 0;
  }
  .btn-web a::before {
    background-image: url("../img/shared/icon_web.png");
    width: 18px;
    height: 13px;
  }
  .btn-web a:hover {
    opacity: 0.8;
  }
}

.group-btn-fixed {
  position: fixed;
  z-index: 99;
  top: 230px;
  right: 0;
}
@media screen and (max-height: 750px) {
  .group-btn-fixed {
    top: 100px;
  }
}
.group-btn-fixed .btn-web2 {
  color: #222;
}
.group-btn-fixed .btn-web2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid;
  border-right: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  height: 250px;
  width: 60px;
  padding: 0 15px;
  box-sizing: border-box;
  background: url("../img/shared/bg2.jpg");
  cursor: pointer;
  letter-spacing: 0.16em;
  gap: 10px;
}
.group-btn-fixed .btn-web2 a:hover {
  opacity: 0.8;
}
.group-btn-fixed .btn-web2 a::before {
  content: "";
  background: url("../img/shared/icon_web2.png") no-repeat center/100% auto;
  width: 18px;
  height: 13px;
}
.group-btn-fixed .btn-map2 {
  color: var(--color3);
}
.group-btn-fixed .btn-map2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  height: 100px;
  width: 60px;
  padding: 0 15px;
  box-sizing: border-box;
  background: #000;
  cursor: pointer;
  letter-spacing: 0.08em;
  gap: 7px;
}
.group-btn-fixed .btn-map2 a:hover {
  opacity: 0.8;
}
.group-btn-fixed .btn-map2 a span {
  cursor: pointer;
  letter-spacing: 0.08em;
}
.group-btn-fixed .btn-map2 a::before {
  content: "";
  background: url("../img/shared/icon_map.png") no-repeat center/100% auto;
  width: 15px;
  height: 20px;
}

h1 {
  position: absolute;
  z-index: 5;
  color: #655d56;
  left: 4px;
  height: 164px;
  top: 32px;
  left: 10px;
  line-height: 1.6;
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  h1 {
    color: #54514f;
    font-size: 12px;
    height: auto;
  }
}

#footer {
  background: url("../img/shared/bg2.jpg");
}
#footer .left {
  color: var(--color3);
  background: #000;
  padding: 70px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer .left .logo {
    width: 27px;
    margin: 0 auto;
  }
}
#footer .left .name {
  margin: 25px 0;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
#footer .left .note-tel {
  color: inherit;
}
#footer .left .btn-web {
  margin: 13px auto 37px;
}
#footer .left .nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
  gap: 10px 30px;
  height: 190px;
}
#footer .left .nav li a {
  display: block;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  #footer .left .nav li.insta {
    width: 40px;
  }
}
#footer .right {
  padding: 60px 0 120px;
  color: var(--color4);
  text-align: center;
}
#footer .right .info {
  margin: 0 var(--wrapPadding);
  text-align: left;
}
#footer .right .info dl {
  display: flex;
  line-height: 1.75;
  align-items: flex-start;
}
#footer .right .info dl + dl {
  margin-top: 20px;
}
#footer .right .info dl dt {
  width: 90px;
  letter-spacing: 0;
}
#footer .right .info dl dd {
  width: calc(100% - 90px);
  letter-spacing: 0.12em;
}
#footer .right .info dl dd .link-map {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  letter-spacing: 0.08em;
  margin-left: 12px;
  font-size: 15px;
  gap: 0 4px;
}
#footer .right .info dl dd .link-map::before {
  content: "";
  background: url("../img/shared/icon_map2_sp.png") no-repeat center/100% auto;
  width: 10.5px;
  height: 23.5px;
}
#footer .right .group {
  margin: 40px 0 0;
}
#footer .right .btn-copy {
  line-height: 1.75;
}
#footer .right .btn-copy a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  letter-spacing: 0.12em;
  gap: 7px;
  padding: 0 0 3px;
  border-bottom: 1px solid;
  cursor: pointer;
}
#footer .right .btn-copy a::before {
  content: "";
  background: url("../img/shared/icon_url_sp.png") no-repeat center/100% auto;
  width: 19px;
  height: 16.5px;
}
#footer .right #socialbuttons {
  margin: 15px 0 10px;
}
#footer .right address {
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #footer .right address {
    letter-spacing: 0;
    color: #5d4f4f;
  }
}
#footer .right .cookies-link {
  line-height: 1.5;
  font-weight: 400;
  margin: 6px 0 0;
}
@media screen and (max-width: 767px) {
  #footer .right .cookies-link {
    letter-spacing: 0;
    color: #5d4f4f;
  }
}
@media screen and (min-width: 768px) {
  #footer {
    display: flex;
  }
  #footer .left {
    width: 50%;
    padding: 105px 0 104px;
  }
  #footer .left .name {
    margin: 32px 0 31px;
  }
  #footer .left .note-tel {
    margin: 2px 0 0;
  }
  #footer .left .btn-web {
    margin: 13px auto 37px;
  }
  #footer .left .nav {
    gap: 0 29px;
    height: 93px;
  }
  #footer .right {
    width: 50%;
    padding: 122px 0 80px;
  }
  #footer .right .inner {
    width: 550px;
    max-width: 90%;
    margin: 0 auto;
  }
  #footer .right .info {
    margin: 0 0 0 auto;
    width: 854px;
    max-width: 100%;
  }
  #footer .right .info dl + dl {
    margin-top: 28px;
  }
  #footer .right .info dl dt {
    width: 110px;
    letter-spacing: 0.15em;
  }
  #footer .right .info dl dd {
    width: calc(100% - 110px);
    letter-spacing: 0.1em;
  }
  #footer .right .info dl dd .link-map {
    margin-left: 17px;
  }
  #footer .right .info dl dd .link-map::before {
    background: url("../img/shared/icon_map2.png") no-repeat center/100% auto;
    width: 15px;
    height: 20px;
  }
  #footer .right .group {
    margin: 61px 104px 0 0;
  }
  #footer .right .btn-copy a::before {
    background: url("../img/shared/icon_url.png") no-repeat center/100% auto;
    width: 19px;
    height: 17px;
  }
  #footer .right .btn-copy a:hover:not(.copied) {
    border-color: transparent;
  }
  #footer .right #socialbuttons {
    margin: 12px 0 5px;
  }
  #footer .right address {
    font-size: 13px;
  }
}

#ft-fixed {
  background: url("../img/shared/bg.jpg");
  color: var(--color4);
  display: flex;
  z-index: 99999;
}
#ft-fixed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0.5;
  z-index: 2;
  background: #000;
}
#ft-fixed .group {
  display: flex;
  width: 50%;
  background: url("../img/shared/bg.jpg");
  color: var(--color3);
  line-height: 1.5;
}
#ft-fixed .tel2 {
  width: 50%;
}
#ft-fixed .tel2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  gap: 0 5px;
}
#ft-fixed .tel2 a img {
  width: 14.5px;
}
#ft-fixed .map {
  width: 50%;
}
#ft-fixed .map a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  gap: 0 5px;
}
#ft-fixed .map a img {
  width: 14px;
}
#ft-fixed .web {
  width: 116px;
  background: url("../img/shared/bg2.jpg");
}
#ft-fixed .web a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  gap: 0 5px;
}
#ft-fixed .web a img {
  width: 18px;
}
#ft-fixed .hamburger {
  position: relative;
  z-index: 1;
  background: url("../img/shared/bg2.jpg");
  top: 0;
  right: 0;
  width: calc(50% - 116px);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ft-fixed .hamburger:after {
  display: none;
}

#menu-toggle {
  background: url("../img/shared/bg.jpg");
  color: var(--color3);
}
#menu-toggle .nav {
  text-align: center;
}
#menu-toggle .nav li {
  font-size: 17.5px;
  line-height: 1.5;
  text-align: center;
}
#menu-toggle .nav li + li {
  margin-top: 30px;
}
#menu-toggle .nav li a {
  display: inline-block;
  letter-spacing: 0.1em;
}
#menu-toggle .nav li a.active {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
#menu-toggle .nav li.insta {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}

.btn-link {
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
}
.btn-link a {
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.35em;
  padding: 0 0 14px;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  display: block;
  color: var(--color4);
}
.btn-link a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 8px;
  box-sizing: border-box;
  border-bottom: 1px solid;
  background: url("../img/shared/arrow_sp.png") no-repeat top right/auto 100%;
}
.btn-link a:hover::before {
  animation: line 0.7s;
}
@media screen and (min-width: 768px) {
  .btn-link a::before {
    background-image: url("../img/shared/arrow.png");
  }
}
.btn-link.style2 a {
  color: var(--color3);
}
.btn-link.style2 a::before {
  background-image: url("../img/shared/arrow2_sp.png");
}
@media screen and (min-width: 768px) {
  .btn-link.style2 a::before {
    background-image: url("../img/shared/arrow2.png");
  }
}

@keyframes line {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
.slick-dots {
  display: flex;
  gap: 9px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 16px 0 0;
}
.slick-dots li {
  margin: 0;
  width: 61px;
  height: 8px;
  box-sizing: border-box;
  border: 1px solid #1b1b1b;
  background: transparent;
  border-radius: 0;
}
.slick-dots li.slick-active {
  background: #1b1b1b;
}
.slick-dots li:hover {
  opacity: 0.8;
}

.btn-popup {
  margin: 0 auto;
  width: 295px;
  border: 1px solid #c2c2c2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 40px;
  height: 60px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
}
.btn-popup:after {
  content: "";
  background: url("../img/menu/icon.png") no-repeat center/100% auto;
  width: 12px;
  height: 16px;
}
.btn-popup:hover {
  opacity: 0.8;
}

.bnr a {
  display: block;
  position: relative;
  color: var(--color3);
  text-decoration: none;
  background: url("../img/shared/bg3.jpg");
  padding: 2vw;
}
.bnr a span {
  position: absolute;
  z-index: 2;
  right: 6vw;
  top: 8vw;
  font-size: 4vw;
  line-height: 1.75;
  letter-spacing: 0.25em;
  text-align: right;
  padding: 0 0 20px;
}
.bnr a span::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 8px;
  box-sizing: border-box;
  border-bottom: 1px solid;
  background: url("../img/shared/arrow2_sp.png") no-repeat top right/auto 100%;
}
@media screen and (min-width: 768px) {
  .bnr a {
    display: inline-block;
    padding: 10px 9px 10px 8px;
  }
  .bnr a:hover {
    opacity: 0.8;
  }
  .bnr a span {
    right: 46px;
    top: 60px;
    font-size: 20px;
    padding: 0 0 20px;
  }
  .bnr a span::before {
    width: 60px;
    height: 8px;
    background: url("../img/shared/arrow2.png") no-repeat top right/auto 100%;
  }
}

.popup-menu .remodal-close {
  margin: 0 10px 40px auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .popup-menu .remodal-close {
    width: 35px;
  }
}
.popup-menu .inner {
  background: url("../img/shared/bg2.jpg");
  color: #000;
  padding: 50px 0 64px;
}
.popup-menu .inner h2 {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.popup-menu .inner .sub-txt {
  margin: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .popup-menu .inner .flex .col + .col {
    margin-top: 40px;
  }
}
.popup-menu .inner .flex .col h4 {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 20px;
  border-bottom: 2px solid;
  margin: 0 0 15px;
}
.popup-menu .inner .flex .col h4 ~ h4 {
  margin-top: 42px;
}
.popup-menu .inner .flex .col dl {
  padding: 12px 0;
  border-bottom: 1px solid #aba9a6;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 100;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.popup-menu .inner .flex .col dl dd {
  text-align: right;
}
.popup-menu .inner .remodal-close2 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .popup-menu .inner .remodal-close2 {
    margin-left: auto;
    margin-right: auto;
    width: 104px;
  }
}
@media screen and (min-width: 768px) {
  .popup-menu {
    width: 1200px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
  .popup-menu .remodal-close {
    margin: 0 0 60px auto;
  }
  .popup-menu .inner {
    padding: 70px 0 64px;
  }
  .popup-menu .inner h2 {
    font-size: 36px;
  }
  .popup-menu .inner .sub-txt {
    margin: 30px 0 50px;
  }
  .popup-menu .inner .flex {
    display: flex;
    justify-content: space-between;
  }
  .popup-menu .inner .flex .col {
    width: 309px;
  }
  .popup-menu .inner .flex .col h4 {
    font-size: 18px;
  }
  .popup-menu .inner .flex .col h4 ~ h4 {
    margin-top: 42px;
  }
  .popup-menu .inner .remodal-close2 {
    margin-top: 107px;
  }
}