:root {
  --h2: 32px;
  --small: 14px;
  --regular: 16px;
}

.footer__wrap {
  background: url(../images/footerBg.png) no-repeat center/cover;
}
.footer__main {
  display: grid;
  place-content: center;
  padding: 105px 0 55px;
}
.footer__image {
  max-width: 260px;
}
.footer__inner {
  display: grid;
  place-content: center;
  padding: 24px 0;
  background: rgba(0, 0, 0, 0.5);
}
.footer__list {
  display: none;
  justify-content: center;
  gap: 27px;
  margin-bottom: 18px;
}
.footer__link {
  transition: opacity 0.4s ease;
}
.footer__link:hover {
  opacity: 0.4;
}
.footer__address {
  color: #fff;
  font-size: var(--regular);
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.footer__address font{
  color: #fff;
}
.footer__address p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.footer__copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  display: block;
  width: 100%;
  padding: 23px 0;
  background: #000;
}
.footer__copyright font{
  color: #fff;
}
.floating__contents {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.floating__el {
  width: 60px;
  height: 60px;
  background: #AD926A;
}
.floating__el:not(:last-child) {
  margin-bottom: 16px;
}
.floating__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}
.floating__link:hover {
  opacity: 0.4;
}

.floatingSp__contents {
  display: none;
}

.br__sp{
  display: none;
}
@media (max-width: 767px) {
  .floating__contents {
    display: none;
  }
  .floatingSp__contents {
    width: 100%;
    display: block;
    background: linear-gradient(180deg, #AD926A 0%, #6B440A 100%);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .floatingSp__list {
    display: flex;
    height: 64px;
  }
  .floatingSp__el {
    width: 25%;
    position: relative;
  }
  .floatingSp__el .floatingSpLanguage {
    max-width: 24px;
    margin-bottom: 5px;
  }
  .floatingSp__el .floatingSpTop {
    max-width: 24px;
    margin-bottom: 5px;
  }
  .floatingSp__el .floatingMapIcon {
    max-width: 32px;
    margin-bottom: 1px;
  }
  .floatingSp__el .floatingSpTel {
    max-width: 20px;
    margin-bottom: 8px;
  }
  .floatingSp__el .floatingSpReservation {
    max-width: 24px;
    margin-bottom: 5px;
  }
  .floatingSp__el-link {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #664920;
  }
  .floatingSp__el-text {
    color: #fff;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .floatingSp__el-text font{
    color: #fff;
  }
  .footer {
    padding-bottom: 64px;
  }
  .footer__wrap {
    background: url(../images/footerBgSp.png) no-repeat center/cover;
  }
  .footer__main {
    padding: 80px 0;
  }
  .footer__inner {
    padding: 24px 0 40px;
  }
  .footer__list {
    display: flex;
    gap: 20px;
  }
  .footer__image {
    max-width: 200px;
  }
  .footer__address {
    font-size: 14px;
    max-width: clamp(16.125rem, -1.154rem + 73.72vw, 34.188rem);
  }
  .footer__address p {
    font-size: 16px;
    margin-top: 5px;
  }
  .br__sp{
  display: block;
}
}/*# sourceMappingURL=footer.css.map */