.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background 0.5s ease, backdrop-filter 0.5s ease;
}

.headerArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 50px);
  margin: 0 auto;
}

.logo a {
  display: inline-block;
  width: 20em;
}

.header02 {
  display: block;
}

.header02 .nav01>.flex {
  gap: 5px;
  margin-top: 7px;
}

.header02 .nav01 .h_insta {
  width: 40px;
  height: 40px;
}

.header02 .nav01 .h_tel a {
  line-height: 1.3;
  color: #F5F5F3;
  background: url(../img/tel.svg) no-repeat top 10px left/1.6em;
  padding-left: 2em;
  display: inline-block;
}

.header02 .nav01 .h_faq a, .header02 .nav01 .h_event a, .header02 .nav01 .h_con a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #B0C2CC;
  border-radius: 7px;
  text-align: center;
  color: #424649;
  height: 82px;
  width: 9em;
}

.header02 .nav01 .h_event a {
  background-color: #DDC9C0;
  color: #424649;
}

.header02 .nav01 .h_con a {
  background-color: #424649;
  color: #F5F5F3;
  line-height: 1.4;
}

.header_nav .nav {
  display: flex;
  justify-content: end;
}

.header_nav .nav li a {
  color: #F5F5F3;
  font-size: 1.5rem;
  padding: 10px 0 13px 30px;
  display: inline-block;
}

.inpages .header_nav .nav li a {
  color: #44413A;
}

.inpages .h_tel a {
  color: #44413A !important;
  background: url(../img/tel_b.svg) no-repeat top 10px left/1.6em !important;
}

.header.change-color {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3.5px);
}

.header.change-color .header_nav .nav li a {
  color: #44413A;
}

.header.change-color .h_tel a {
  color: #44413A;
  background: url(../img/tel_b.svg) no-repeat top 10px left/1.6em;
}

@media (max-width: 1170px) {

  .header_nav .nav li a {
    font-size: 1.2rem;
    padding: 10px 0 13px 16px;
  }

  .nav01 .h_tel .poppins {
    font-size: 2.6rem !important;
  }

  .header02 .nav01 .h_faq a, .header02 .nav01 .h_event a, .header02 .nav01 .h_con a {
    width: 7.5em;
    height: 80px;
    font-size: 1.4rem;
  }

  .nav01 .h_tel .right {
    font-size: 1.3rem !important;
    white-space: nowrap;
  }

  .logo a {
    width: 15em;
  }

  .header02 .nav01 .h_insta {
    width: 30px;
    height: 30px;
  }
}
