.hamburger {
  width: 90px;
  height: auto;
  top: 0;
  right: 0;
}
.hamburger:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .hamburger {
    width: 143px;
    height: 135px;
  }
  .hamburger:hover {
    opacity: 0.8;
  }
}

#menu-toggle {
  background: url("../img/shared/bg2.jpg");
  color: var(--color4);
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  #menu-toggle .inner {
    width: 300px;
    margin: 0 auto;
    padding: 45px 0 45px 50px;
    box-sizing: border-box;
    background: url("../img/shared/menu_deco_sp.png") no-repeat top left/40.5px auto, url("../img/shared/menu_deco2_sp.png") no-repeat top right/40.5px auto, url("../img/shared/menu_deco3_sp.png") no-repeat bottom left/40.5px auto, url("../img/shared/menu_deco4_sp.png") no-repeat bottom right/40.5px auto;
  }
  #menu-toggle .nav > li + li {
    margin-top: 30px;
  }
}
#menu-toggle .nav > li {
  position: relative;
}
#menu-toggle .nav > li > a, #menu-toggle .nav > li .parent {
  display: block;
  position: relative;
  text-decoration: none;
  line-height: 1.5;
  font-size: 17.5px;
  letter-spacing: 0.1em;
}
#menu-toggle .nav > li > a small, #menu-toggle .nav > li .parent small {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
  color: var(--color5);
  font-size: 10px;
  letter-spacing: 0.1em;
}
#menu-toggle .nav > li > a::before, #menu-toggle .nav > li .parent::before {
  content: "";
  position: absolute;
  left: -18px;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: var(--color5);
  opacity: 0;
  visibility: hidden;
}
#menu-toggle .nav > li > a.active::before, #menu-toggle .nav > li .parent.active::before {
  opacity: 1;
  visibility: visible;
}
#menu-toggle .nav > li .nav-child {
  background: url("../img/shared/bg2.jpg");
  min-width: 120px;
  padding: 25px 22px;
  position: relative;
  margin: 15px 0 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #menu-toggle .nav > li .nav-child {
    border: 2px solid var(--color5);
  }
}
#menu-toggle .nav > li .nav-child:after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
  top: 5px;
  border: 1px solid var(--color5);
}
#menu-toggle .nav > li .nav-child li {
  border-top: 1px dotted var(--color5);
}
#menu-toggle .nav > li .nav-child li:last-child {
  border-bottom: 1px dotted var(--color5);
}
#menu-toggle .nav > li .nav-child li a {
  box-sizing: border-box;
  display: block;
  font-size: 12.5px;
  line-height: 32px;
  cursor: pointer;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #menu-toggle {
    padding: 40px 0 8px;
    height: auto;
    bottom: auto;
    overflow: visible;
  }
  #menu-toggle .nav {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0 46px;
  }
  #menu-toggle .nav > li {
    position: relative;
  }
  #menu-toggle .nav > li > a, #menu-toggle .nav > li .parent {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 0 0 10px;
  }
  #menu-toggle .nav > li > a small, #menu-toggle .nav > li .parent small {
    display: block;
    margin: 2px 0 0;
    font-size: inherit;
  }
  #menu-toggle .nav > li > a::before, #menu-toggle .nav > li .parent::before {
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    width: 7px;
    height: 7px;
  }
  #menu-toggle .nav > li > a:hover::before, #menu-toggle .nav > li .parent:hover::before {
    opacity: 1;
    visibility: visible;
  }
  #menu-toggle .nav > li:hover .nav-child {
    opacity: 1;
    visibility: visible;
  }
  #menu-toggle .nav > li .nav-child {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/shared/bg2.jpg");
    width: 162px;
    padding: 36px 0 35px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    transition: all 0.5s;
  }
  #menu-toggle .nav > li .nav-child::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 7px;
    right: 7px;
    bottom: 8px;
    border: 3px solid var(--color5);
  }
  #menu-toggle .nav > li .nav-child:after {
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
  }
  #menu-toggle .nav > li .nav-child li {
    border: 0;
    border-right: 1px dotted var(--color5);
    height: 140px;
  }
  #menu-toggle .nav > li .nav-child li:last-child {
    border-bottom: 0;
    border-left: 1px dotted var(--color5);
  }
  #menu-toggle .nav > li .nav-child li a {
    height: 160px;
    padding: 8px 0 0;
    font-size: 15px;
    line-height: 40px;
    width: 40px;
    letter-spacing: 0;
  }
  #menu-toggle .nav > li .nav-child li a:hover {
    opacity: 0.8;
  }
}

#header {
  position: relative;
  padding: 6.8vw 0 0;
}
#header h1 {
  text-align: left;
  line-height: 1.5;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 767px) {
  #header h1 {
    position: absolute;
    z-index: 5;
    top: 59vw;
    left: 6.4vw;
    height: 280px;
  }
}
#header #key .item {
  padding: 0 3.2vw;
  position: relative;
}
#header #key .item .img {
  height: 131vw;
  -webkit-mask-box-image: url("../img/shared/key_mask_sp.png") 0 fill;
          mask-border: url("../img/shared/key_mask_sp.png") 0 fill;
  position: relative;
}
#header #key .item .img::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url("../img/shared/key_deco_sp.png") no-repeat center/100% 100%;
}
#header #key .item .img2 {
  width: 66.13vw;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}
#header .group-logo-nav {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 9.3vw;
  background: url("../img/shared/bg_nav.png") no-repeat bottom center/100% auto;
  width: 25.867vw;
  height: 60.8vw;
}
#header .group-logo-nav::before {
  content: "";
  position: absolute;
  top: 0.5vw;
  left: 0.9vw;
  right: 0.9vw;
  bottom: 13.867vw;
  border-left: 1px dotted #e6dbce;
  border-right: 1px dotted #e6dbce;
}
#header .group-logo-nav .logo {
  position: absolute;
  width: 41.3vw;
  top: 2.4vw;
  left: -7.6vw;
}
@media screen and (min-width: 768px) {
  #header {
    padding: 40px 0 0;
  }
  #header h1 {
    text-align: right;
    margin: 0 100px 17px;
    line-height: 20px;
    color: #3a2003;
    font-size: 14px;
  }
  #header .group-tel-sns {
    position: absolute;
    top: 110px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 4;
  }
  #header .group-tel-sns .tel {
    width: 48px;
  }
  #header .group-tel-sns .tel a {
    width: 48px;
    height: 286px;
    display: block;
    text-decoration: none;
  }
  #header .group-tel-sns .tel .txt-vertical-pc {
    width: 48px;
    height: 286px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #header .group-tel-sns .tel .txt-vertical-pc::before {
    content: "";
    background: url("../img/shared/icon_tel.png") no-repeat center/100% auto;
    width: 48px;
    height: 40px;
  }
  #header .group-tel-sns .tel .txt-vertical-pc span {
    font-size: 30px;
    line-height: 1.5;
    width: 45px;
    letter-spacing: 0.13em;
    height: 228px;
    text-align: center;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #header .group-tel-sns .tel .txt-vertical-pc span {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  #header .group-tel-sns .sns {
    width: 44px;
    border-top: 1px dotted var(--color5);
    padding: 19px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    line-height: 0;
  }
  #header #key .item {
    padding: 0 69px 0 66px;
  }
  #header #key .item .img {
    height: 705px;
    -webkit-mask-box-image: url("../img/shared/key_mask.png") 30 fill;
            mask-border: url("../img/shared/key_mask.png") 30 fill;
    position: relative;
  }
  #header #key .item .img::before {
    right: 50%;
    background: url("../img/shared/key_deco.png") no-repeat left center;
  }
  #header #key .item .img::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background: url("../img/shared/key_deco.png") no-repeat right center;
  }
  #header #key .item .img2 {
    width: 563px;
  }
  #header .group-logo-nav {
    top: -15px;
    left: 104px;
    background: url("../img/shared/bg_nav.png") no-repeat bottom center;
    width: 194px;
    height: 689px;
    box-sizing: border-box;
    padding: 328px 0 0;
  }
  #header .group-logo-nav::before {
    top: 19px;
    left: 8px;
    right: 8px;
    bottom: 100px;
    border-left: 2px dotted #e6dbce;
    border-right: 2px dotted #e6dbce;
  }
  #header .group-logo-nav .logo {
    width: 310px;
    top: 47px;
    left: -58px;
  }
  #header .group-logo-nav .nav {
    padding: 0 23px 0;
    position: relative;
    z-index: 2;
  }
  #header .group-logo-nav .nav li {
    border-top: 1px dotted var(--color5);
  }
  #header .group-logo-nav .nav li:last-child {
    border-bottom: 1px dotted var(--color5);
  }
  #header .group-logo-nav .nav li a {
    display: block;
    padding: 4.5px 0 4.5px 20px;
    position: relative;
    text-decoration: none;
    color: var(--color4);
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.1em;
    margin: 0 -10px 0 0;
  }
  #header .group-logo-nav .nav li a::before {
    content: "";
    position: absolute;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color5);
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  #header .group-logo-nav .nav li a:hover::before, #header .group-logo-nav .nav li a.active::before {
    opacity: 1;
    visibility: visible;
  }
}

.btn-link {
  width: 170px;
  max-width: 100%;
}
.btn-link a {
  border-radius: 16px;
  font-size: 10px;
  line-height: 1.6;
  padding: 8px 0;
  transition: all 0.5s;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #572e12;
  font-family: "DFYuGaSoStd";
  display: block;
}
.btn-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 4.8vw;
  width: 0.8vw;
  height: 0.8vw;
  background: #e6dbce;
}
.btn-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  right: 4.8vw;
  width: 0.8vw;
  height: 0.8vw;
  background: #e6dbce;
}
.btn-link.style2 a {
  color: #e6dbce;
}
.btn-link.style3 {
  width: 275px;
}
.btn-link.style3 a {
  font-size: 18.5px;
  line-height: 2;
  border-radius: 27.5px;
  padding: 7px 0;
}
.btn-link.style3 a::before, .btn-link.style3 a::after {
  width: 5px;
  height: 5px;
}
@media screen and (min-width: 768px) {
  .btn-link {
    width: 247px;
    max-width: 100%;
  }
  .btn-link a {
    font-size: 15px;
    padding: 14px 0 8px;
    border-radius: 23px;
  }
  .btn-link a:hover {
    letter-spacing: 0.2em;
  }
  .btn-link a::before {
    left: 26px;
    width: 4px;
    height: 4px;
  }
  .btn-link a::after {
    right: 26px;
    width: 4px;
    height: 4px;
  }
  .btn-link.style2 a {
    background: transparent;
    border: 1px solid;
  }
  .btn-link.style3 {
    width: 296px;
  }
  .btn-link.style3 a {
    font-size: 20px;
    line-height: 1.6;
    padding: 15.5px 0 6px;
  }
}

#footer {
  background: url("../img/shared/bg2.jpg");
  color: var(--color4);
  padding: 58px 0 160px;
}
#footer .set .left {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer .set .left .logo {
    width: 175px;
    margin: 0 auto;
  }
}
#footer .set .left .name {
  margin: 25px 0;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
#footer .set .left .sns {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  margin: 0 0 20px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #footer .set .left .sns img {
    width: auto;
    height: 26px;
  }
}
#footer .set .left .group-tel {
  padding: 30px 0;
  background: url("../img/shared/line_tel_sp.png") no-repeat top center/100% auto, url("../img/shared/line2_tel_sp.png") no-repeat bottom center/100% auto;
}
#footer .set .left .group-tel .tel .text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  text-align: left;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1;
}
#footer .set .left .group-tel .tel .text::before {
  content: "";
  background: url("../img/shared/icon_tel3_sp.png") no-repeat center/100% auto;
  width: 41px;
  height: 34px;
}
#footer .set .left .group-tel .tel .text span {
  letter-spacing: 0.13em;
}
#footer .set .left .group-tel .tel .text small {
  display: block;
  font-size: 11.5px;
  margin: 0 0 3px;
  letter-spacing: 0.13em;
}
#footer .set .left .group-tel .note-tel {
  margin: 12px 0 0;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
#footer .set .info {
  margin: 35px 0;
}
#footer .set .info dl {
  display: flex;
  border-top: 1px dotted #818181;
  padding: 9px 0 16px 8px;
  line-height: 1.625;
  align-items: flex-start;
}
#footer .set .info dl:last-child {
  border-bottom: 1px dotted #818181;
}
#footer .set .info dl dt {
  width: 85px;
  letter-spacing: 0;
}
#footer .set .info dl dd {
  width: calc(100% - 85px);
  letter-spacing: 0;
}
#footer .group {
  text-align: center;
}
#footer .group .left address {
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin: 0 0 15px;
}
#footer .group .right {
  display: flex;
  gap: 12px;
  color: #929292;
  opacity: 0.9;
  font-size: 12px;
  line-height: 1.5;
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  #footer .group .right {
    flex-direction: column;
    align-items: center;
  }
}
#footer .group .right .btn-copy a {
  display: flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  border-bottom: 1px solid;
  letter-spacing: 0.14em;
  padding: 0 0 2px;
  cursor: pointer;
}
#footer .group .right .btn-copy a::before {
  content: "";
  background: url("../img/shared/icon_url_sp.png") no-repeat top center/100% auto;
  width: 12.5px;
  height: 17px;
}
#footer .group .right .btn-copy a.copied {
  border-color: #929292 !important;
  cursor: context-menu;
}
#footer .group .right .cookies-link a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  border-bottom: 1px solid;
  letter-spacing: 0.15em;
  padding: 0 0 5px;
}
#footer .group .right .cookies-link a::before {
  content: "";
  background: url("../img/shared/icon_cookies_sp.png") no-repeat top center/100% auto;
  width: 12.5px;
  height: 12.5px;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 62px 0 67px;
  }
  #footer .wrap {
    width: 1200px;
  }
  #footer .nav {
    display: flex;
    justify-content: center;
    gap: 0 47px;
    padding: 0 0 43px;
    border-bottom: 1px dotted;
  }
  #footer .nav li a {
    display: block;
    position: relative;
    text-decoration: none;
    line-height: 1.5;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  #footer .nav li a::before {
    content: "";
    position: absolute;
    top: -11px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: var(--color5);
    opacity: 0;
    visibility: hidden;
  }
  #footer .nav li a.active::before, #footer .nav li a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  #footer .set {
    margin: 83px auto 0;
    width: 1000px;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #footer .set .left {
    width: 439px;
    text-align: center;
  }
  #footer .set .left .name {
    margin: 39px 0 40px;
  }
  #footer .set .left .sns {
    gap: 21px;
    margin: 0 0 26px;
  }
  #footer .set .left .group-tel {
    padding: 41px 0 38px;
    background: url("../img/shared/line_tel.png") no-repeat top center, url("../img/shared/line2_tel.png") no-repeat bottom center;
  }
  #footer .set .left .group-tel .tel .text {
    gap: 18px;
    font-size: 35px;
  }
  #footer .set .left .group-tel .tel .text::before {
    content: "";
    background: url("../img/shared/icon_tel3.png") no-repeat center/100% auto;
    width: 57px;
    height: 47px;
  }
  #footer .set .left .group-tel .tel .text small {
    font-size: 16px;
  }
  #footer .set .left .group-tel .note-tel {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 18px;
  }
  #footer .set .info {
    margin: 0;
    width: 512px;
  }
  #footer .set .info dl dt {
    width: 126px;
    letter-spacing: 0.15em;
  }
  #footer .set .info dl dd {
    width: calc(100% - 126px);
    letter-spacing: 0.15em;
  }
  #footer .group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1000px;
    max-width: 100%;
    margin: 63px auto 0;
    text-align: left;
  }
  #footer .group .left {
    text-align: left;
  }
  #footer .group .left address {
    margin: 0 0 9px;
  }
  #footer .group .right {
    display: flex;
    gap: 24px;
    padding: 4px 6px 0 0;
    font-size: 13px;
  }
  #footer .group .right .btn-copy a::before {
    background: url("../img/shared/icon_url.png") no-repeat top center/100% auto;
    width: 13px;
    height: 18px;
  }
  #footer .group .right .btn-copy a:hover {
    border-color: transparent;
  }
  #footer .group .right .cookies-link a::before {
    background: url("../img/shared/icon_cookies.png") no-repeat top center/100% auto;
    width: 13px;
    height: 13px;
  }
  #footer .group .right .cookies-link a:hover {
    border-color: transparent;
  }
}

#ft-fixed {
  background: url("../img/shared/bg2.jpg");
  color: #e6dbce;
  border-top: 1px solid #544137;
  display: flex;
}
#ft-fixed .tel {
  width: 252px;
}
#ft-fixed .tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  gap: 9px;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 13px 0;
}
#ft-fixed .tel a img {
  width: 37.5px;
}
#ft-fixed .insta, #ft-fixed .map {
  width: calc((100% - 252px) / 2);
  box-sizing: border-box;
  border-left: 1px solid #544137;
}
#ft-fixed .insta a, #ft-fixed .map a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#ft-fixed .insta img, #ft-fixed .map img {
  height: 31px;
  width: auto;
}

.slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  gap: 25px;
}
.slick-dots li {
  background: transparent;
  border-radius: 50%;
  border: 1px solid transparent;
  padding: 4px;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s;
  margin: 0;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  background: #572e12;
  border-radius: 50%;
}
.slick-dots li.slick-active {
  border-color: #572e12;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .slick-dots {
    gap: 45px;
  }
  .slick-dots li:hover {
    background: transparent;
    opacity: 0.8;
  }
}

.dot-style .slick-dots li button {
  background: #e2d7ca;
}
.dot-style .slick-dots li.slick-active {
  border-color: #e2d7ca;
}

.loopslider {
  position: relative;
}
.loopslider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 9px;
  top: 0;
  border-top: 3px solid;
  border-bottom: 1px solid;
}
.loopslider::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9px;
  border-top: 1px solid;
  border-bottom: 3px solid;
}
.loopslider ul li {
  width: 644.5px;
}
@media screen and (min-width: 768px) {
  .loopslider::before {
    height: 17px;
    border-top: 5px solid;
  }
  .loopslider::after {
    height: 17px;
    border-bottom: 5px solid;
  }
  .loopslider ul li {
    width: 1289px;
  }
}

.btn-link:has(span) {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.btn-link:has(span) span {
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  font-family: "DFYuGaSoStd";
  color: #e6dbce;
  background: #693618;
  border-radius: 60px;
  font-size: 18px;
  line-height: 1.5;
  padding: 17px 0;
  width: 100%;
}
.btn-link:has(span) span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #e6dbce;
}
.btn-link:has(span) span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #e6dbce;
}
@media screen and (min-width: 768px) {
  .btn-link:has(span) {
    width: 736px;
  }
  .btn-link:has(span) span {
    letter-spacing: 0.1em;
    border-radius: 49.5px;
    font-size: 30px;
    padding: 32px 0 22px;
  }
  .btn-link:has(span) span:hover {
    letter-spacing: 0.2em;
  }
  .btn-link:has(span) span::before {
    left: 52px;
    width: 10px;
    height: 10px;
  }
  .btn-link:has(span) span::after {
    right: 52px;
    width: 10px;
    height: 10px;
  }
}