/* =======================================
  footer
========================================== */
.footer {
  background: url("../img/footer_bg.jpg") no-repeat center bottom/cover;
}

.footer01 {
  padding: 80px 0;
}

.footer01__inner {
  border-radius: 15px;
  background: rgba(104, 104, 104, 0.1);
  padding: 60px;
  display: flex;
  align-items: center;
  gap: 0;
}

.footer01 .h2TIt02_en {
  color: #44413A;
}

.footer01__col {
  flex: 1;
  padding: 0 60px;
}

.footer01__col:first-child {
  padding-left: 0;
}

.footer01__col:last-child {
  padding-right: 0;
}

.footer01__divider {
  width: 1px;
  height: 346px;
  background: rgba(82, 82, 82, 0.32);
  flex-shrink: 0;
}

.footer01__text {
  margin-top: 20px;
  margin-bottom: 24px;
  text-align: center;
}

.footer01__tel a {
  font-size: 4rem;
  color: #44413A;
  font-family: "Poppins", sans-serif;
}

.footer01__tel a span {
  font-size: 2.2rem;
}

.footer01__btns {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  justify-content: center;
}

.footer01__circle-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  border: 1px solid #44413A;
  color: #44413A;
  text-align: center;
  line-height: 1.5;
  transition: background 0.3s;
}

.footer01__circle-btn:hover {
  background: rgba(255, 255, 255, 0.25);
}

.footer01__circle-btn img {
  width: 45px;
  height: auto;
}

.footer01__circle-btn:last-child {
  border: none;
  background: #fff;
}

.footer01__circle-btn:last-child:hover {
  background: rgba(255, 255, 255, 0.65);
}

.footer02 {
  padding: 0 0 30px;
}

.footer02__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.footer02__left {
  flex-shrink: 0;
}

.footer02__left .flex {
  justify-content: flex-start;
  margin-left: 12px;
  gap: 20px;
  align-items: flex-end;
}

.footer02__logo {
  width: 20em;
  margin-bottom: 35px;
  transition: opacity 0.3s;
}

.footer02__logo:hover {
  opacity: 0.7;
}

.footer02__address {
  color: #F5F5F3;
}

.footer02__insta {
  display: inline-block;
  transition: opacity 0.3s;
}

.footer02__insta:hover {
  opacity: 0.7;
}

.footer02__insta img {
  width: 46px;
  height: auto;
}

.footer02__nav {
  display: flex;
  gap: 60px;
  flex: 1;
  justify-content: flex-end;
}

.footer02__nav a {
  color: #F5F5F3;
  display: inline-block;
  margin-bottom: 14px;
  transition: opacity 0.3s;
}

.footer02__nav a:hover {
  opacity: 0.7;
}

.footer02__copy {
  text-align: center;
  font-size: 1.3rem;
  color: #F5F5F3;
  margin-top: 40px;
}

@media (max-width: 1000px) {
  .footer02__nav {
    font-size: 1.3rem;
  }
}

@media (max-width: 900px) {
  .footer01__inner {
    flex-direction: column;
    gap: 50px;
  }

  .footer01__col {
    padding: 0;
    width: 100%;
  }

  .footer01__divider {
    width: 100%;
    height: 1px;
  }

  .footer02__inner {
    flex-direction: column;
    gap: 40px;
  }

  .footer02__nav {
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    width: 100%;
  }

  .footer02__nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
}

/*# sourceMappingURL=footer.css.map */
