.footer__top {
  padding: 40px 0;
  background-color: #f4f4f4;
}

.footer__middle {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer__bottom {
  padding: 32px 0;
  background-color: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .footer__bottom {
    padding: 24px 0 32px;
  }
}

@media screen and (max-width: 767px) {
  .footer__bottom .inner {
    padding: 0;
  }
}

.footer__nav {
  padding: 20px 0;
  background-color: #555;
}

@media screen and (max-width: 767px) {
  .footer__nav {
    padding: 20px 0 80px;
  }
}

.footer__nav-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer__nav-wrap {
    display: block;
  }
}

.footer__nav-wrap ul {
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer__nav-wrap ul {
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px;
  }
}

@media screen and (min-width: 768px) {
  .footer__nav-wrap ul li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #fff;
  }
}

.footer__nav-wrap ul a {
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer__nav-wrap ul a {
    font-size: 11px;
  }
}

.footer__insta-heading {
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer__insta-heading {
    flex-direction: column;
    margin-bottom: 24px;
    justify-content: center;
  }
}

.footer__insta-heading p {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .footer__insta-heading p {
    margin-bottom: 16px;
  }
}

.footer__insta-heading a {
  text-decoration: underline;
}

.footer_instafeed .slick-slide {
  width: 180px;
  padding: 0 8px;
}

.footer_instafeed .slick-slide p {
  font-size: 11px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 8px;
  width: 100%;
  word-break: normal;
  padding-right: 0.1em;
}

@media screen and (max-width: 767px) {
  .footer_instafeed_wrap {
    padding: 0 25px;
  }

  .footer_instafeed .slick-slide {
    width: 25vw;
    padding: 0 4px;
  }

  .footer_instafeed .slick-slide p {
    /* display: -webkit-box; */
    -webkit-line-clamp: 3;
    /* -webkit-box-orient: vertical;
    overflow: hidden; */
  }
}

.footer__copy {
  font-size: 11px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer__copy {
    text-align: center;
  }
}

.footer__social {
  display: flex;
  margin-top: 24px;
  gap: 16px 24px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .footer__social {
    flex-direction: column;
    margin-top: 16px;
  }
}

.footer__social>* {
  display: flex;
  padding: 18px 24px;
  background: #fff;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .footer__social>* {
    padding: 4.1666666667vw;
    flex-direction: column;
  }
}

.footer__social-label {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 32px 4px 0;
  height: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer__social-label {
    font-size: min(3.7333333333vw, 18px);
    margin-right: 0;
    margin-bottom: 12px;
    padding: 0;
    white-space: nowrap;
    border-right: none;
  }
}

.footer__social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer__social-list>li {
  margin: 0;
}

.footer__social-list>li img {
  height: 24px;
  width: auto;
}

.footer__social-list>li.footer__social-list__apli img {
  height: 32px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .footer__social-list>li.footer__social-list__apli img {
    height: 40px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .footer__social-list {
    gap: 8px 16px;
    flex-wrap: wrap;
  }
}

.footer__bottom-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer__bottom-wrap {
    display: block;
  }
}

.footer__secure {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .footer__secure {
    display: none;
  }
}

.footer__secure p {
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.footer-point {
  display: flex;
  text-align: center;
  gap: 0 48px;
}

@media screen and (max-width: 767px) {
  .footer-point {
    flex-direction: column;
    text-align: left;
  }
}

.footer-point__item {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .footer-point__item {
    display: flex;
    gap: 16px;
  }

  .footer-point__item:not(:last-child) {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.footer-point__img {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .footer-point__img {
    width: 72px;
  }
}

@media screen and (max-width: 767px) {
  .footer-point__text-wrap {
    flex: 1;
  }
}

.footer-point__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-point__title {
    text-align: left;
  }
}

.footer-point__text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-point__text {
    text-align: left;
  }
}

.footer-point__link a {
  font-size: 14px;
  display: block;
  text-decoration: underline;
}

.footer-point__link a+a {
  margin-top: 8px;
}

.footer-point__tel {
  font-size: 26px;
  padding: 8px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-point__price {
  font-size: 18px;
  font-weight: 500;
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-point__caption {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 12px;
}

.footer-point table {
  width: 100%;
}

.footer-point table td {
  width: 50%;
  padding: 8px 0;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-point table td:last-child {
  border-right: none;
}

.footer-point table tr:last-child td {
  padding: 16px 0;
  border-bottom: none;
}

.footer-menu {
  display: flex;
  gap: 0 64px;
}

@media screen and (max-width: 767px) {
  .footer-menu {
    flex-direction: column;
  }
}

.footer-menu__heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .footer-menu__heading {
    margin-bottom: 0;
    padding: 0 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.footer-menu__inner {
  display: flex;
  gap: 0 64px;
}

@media screen and (max-width: 767px) {
  .footer-menu__inner {
    flex-direction: column;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.footer-menu ul li {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.footer-menu ul li:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .footer-menu ul li:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-menu ul li:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .footer-menu ul li {
    width: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .footer-menu ul li a {
    display: inline-block;
    padding: 12px 14px;
  }
}