@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
#header {
  position: relative;
  padding: 1.317715959vw 0.8052708638vw;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(247, 242, 239, 0.9);
  width: 100%;
}
@media screen and (max-width: 991px) {
  #header {
    height: 6rem;
  }
}

.header-logo-wrap {
  position: fixed;
  top: 1.4641288433vw;
  left: 3.2210834553vw;
  width: 12.2254758419vw;
}
@media screen and (max-width: 991px) {
  .header-logo-wrap {
    top: 0.6rem;
    left: 1.4rem;
    width: 8rem;
  }
}

.header-logo-small {
  width: 5vw;
}

#nav-tgl {
  display: none;
}

.burger-btn {
  display: none;
}
@media screen and (max-width: 991px) {
  .burger-btn {
    display: block;
    width: 3.8rem;
    height: 3.8rem;
    position: fixed;
    top: 0.8rem;
    right: 1rem;
    background-color: transparent;
    border: none;
  }
  .burger-btn:hover {
    cursor: pointer;
  }
}

@media screen and (max-width: 991px) {
  .burger-btn_close {
    z-index: 995;
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  .burger-btn_open {
    z-index: 1;
    opacity: 0;
  }
}

@media screen and (max-width: 991px) {
  .bar {
    width: 2.5rem;
    height: 0.2rem;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #B94137;
    transition: 0.2s;
    visibility: visible;
  }
}

@media screen and (max-width: 991px) {
  .bar_top {
    top: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .bar_mid {
    top: 50%;
    margin-top: -0.1rem;
  }
}

@media screen and (max-width: 991px) {
  .bar_bottom {
    bottom: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .nav-wrapper {
    width: 60%;
    min-width: 28rem;
    max-width: 60rem;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 400;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    background-color: #F7F2EF;
    padding: 7rem 1.5rem 1.5rem 1.5rem;
    pointer-events: none;
  }
}

@media screen and (max-width: 991px) {
  .is-nav-open .nav-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.is-nav-open .burger-btn_open {
  z-index: 995;
  opacity: 1;
}
.is-nav-open .burger-btn_close {
  z-index: 1;
  opacity: 0;
}
.is-nav-open .bar_top {
  transform: translate(-50%, 0.8rem) rotate(45deg);
}
.is-nav-open .bar_mid {
  opacity: 0;
  transition: opacity 0.3s;
}
.is-nav-open .bar_bottom {
  transform: translate(-50%, -0.8rem) rotate(-45deg);
}
.is-nav-open .menu-black-bg {
  opacity: 0.25;
  visibility: visible;
}
.is-nav-open .nav-link-item__link--btn {
  padding: 1rem 1.5rem;
}

.nav-link {
  display: flex;
  gap: 4.39238653vw;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .nav-link {
    flex-wrap: wrap;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .nav-link li {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #header .nav-link {
    margin-bottom: 3rem;
  }
}
#header .sns-link {
  display: none;
}
@media screen and (max-width: 991px) {
  #header .sns-link {
    display: flex;
    justify-content: flex-start;
  }
}

.nav-link-item__link {
  color: #B94137;
}

.nav-link-item__link--btn {
  color: #FFFFFF;
  background-color: #B78A51;
  font-size: max(1.0248901903vw, 12px);
  line-height: 2.1428571429;
  text-align: center;
  padding: 0.8052708638vw 1.9765739385vw;
  border-radius: 100vw;
}

.nav-link-item__link--btn:hover {
  background-color: #FFFFFF;
  color: #B78A51;
  opacity: 1;
}

.is-noscroll {
  overflow-y: hidden;
}

.nav-link-item__contact {
  margin-left: -3vw;
}

.nav-contact-btn {
  background-color: #FFFFFF;
  color: #B78A51;
  font-size: max(3.023255814vw, 1.3rem);
  width: max(38.3720930233vw, 16.5rem);
  border-radius: 5.8139534884vw;
  display: block;
  padding: max(3.15vw, 1.2rem) 0;
  text-align: center;
}
.nav-contact-btn:hover {
  background-color: #B78A51;
  color: #FFFFFF;
}

.footer {
  background-color: #F2EAE3;
  border-radius: 8.2723279649vw 8.2723279649vw 0 0;
  padding-top: 8.3rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .footer {
    padding-top: 15.3vw;
    padding-bottom: 15vw;
  }
}
.footer .nav-contact-btn {
  width: 16.5rem;
  font-size: 1.3rem;
  padding: 1.35rem 0;
}
@media screen and (max-width: 991px) {
  .footer .nav-contact-btn {
    width: max(38.3720930233vw, 16.5rem);
    margin: max(3.5vw, 0.338rem) auto 0;
    font-size: max(3.023255814vw, 1.3rem);
    padding: max(3.15vw, 1.2rem) 0;
  }
}

.footer-link {
  display: flex;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: max(8.3720930233vw, 3.6rem);
}
@media screen and (max-width: 991px) {
  .footer-link {
    flex-wrap: wrap;
    row-gap: 0.3rem;
    justify-content: center;
  }
}

.footer-link-item {
  padding: 0 2.5rem;
}
@media screen and (max-width: 991px) {
  .footer-link-item {
    width: 50%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  .footer-link-item:nth-of-type(odd) {
    text-align: right;
  }
}

.footer-link-item__link {
  font-size: 1.3rem;
  line-height: 2.3076923077;
}
@media screen and (max-width: 991px) {
  .footer-link-item__link {
    font-size: max(3.2558139535vw, 14px);
  }
}

.footer-link-item__link--contact {
  background-color: #FFFFFF;
  border-radius: 100vw;
  width: 16.5rem;
  display: block;
  padding: 0.6rem 1rem;
  text-align: center;
}
.footer-link-item__link--contact:hover {
  background-color: #B78A51;
  color: #FFFFFF;
  opacity: 1;
}

.footer-logo-wrapper {
  text-align: center;
  margin-bottom: 4rem;
  padding-left: 0.8rem;
}
.footer-logo-wrapper img {
  width: 16.7rem;
}

.sns-link {
  display: flex;
  margin-left: -1.055rem;
  margin-right: -1.055rem;
  justify-content: center;
  margin-bottom: 3.6rem;
}

.sns-link-item {
  padding: 0 1.055rem;
}

.footer-permission {
  color: #6A6A6A;
  font-size: 1.2rem;
  line-height: 2.5;
  font-weight: 400;
  text-align: center;
  margin-bottom: 3.2rem;
}

.copyright {
  color: rgba(51, 51, 51, 0.3);
}

.menu-black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #333;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  border: none;
}

.download-btn-fixed {
  display: none;
}
@media screen and (max-width: 991px) {
  .download-btn-fixed {
    display: block;
    color: #FFFFFF;
    background-color: #B78A51;
    font-size: 1.4rem;
    line-height: 1.2380952381;
    text-align: center;
    position: fixed;
    bottom: 1.4rem;
    right: 1.4rem;
    width: 11rem;
    border-radius: 50%;
    height: 11rem;
    z-index: 999;
    box-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 991px) {
  .download-btn-fixed span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .download-btn-fixed span::before {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(../img/home/icon-download.svg) no-repeat center center/contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=style-nav.css.map */