@charset "UTF-8";

header {
  background: #F7F7F7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header01 {
  display: flex;
  justify-content: space-between;
  width: 94%;
  margin: 0 auto;
  padding: 15px 0 0;
  align-items: center;
}

.tel a {
  display: flex;
  font-size: 2.3rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  gap: 8px;
  align-items: center;
  color: #1E1E1E;
}

.tel_time {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 4px;
}

.header02 {
  display: flex;
  justify-content: space-between;
  width: 94%;
  margin: 0 auto;
  padding: 2px 0 15px;
  font-weight: bold;
  align-items: center;
}

.logo {
  width: 13em;
}

.header_nav a {
  color: #1E1E1E;
}

.header_nav a:hover {
  opacity: 0.7;
}

.nav {
  display: flex;
  gap: 25px;
  letter-spacing: 0.05em;
  align-items: center;
}

.nav_u01 {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.nav_u01::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  line-height: 1;
  transition: all 0.3s ease;
}

.nav_u01.is-open::after {
  content: "−";
}

.nav_u01-box {
  display: none;
}

.nav_u01 .nav_u01-box {
  background-color: #ffffff;
  position: absolute;
  width: 12em;
  z-index: 9999;
  top: 100%;
  left: -11px;
  padding: 7px 0 15px 18px;
  text-align: left;
  border-radius: 0.3em;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.arrow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: #000000;
  border-radius: 50%;
}

.arrow-btn::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translate(-1px, 1px);
}

.nav_u01-box a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
}

.h_btn {
  display: inline-block;
  background-color: #C5F00B;
  color: #000000;
  padding: 8px 18px;
  border-radius: 50em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.h_btn:hover {
  background-color: #000000;
  color: #fff;
}

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