@charset "UTF-8";

/* =======================================
【BASE】
========================================== */
header {
  background: #EBEBEB;
}

.header {
  display: flex;
  justify-content: space-between;
  width: 94%;
  margin: 0 auto;
  padding: 30px 0 0;
  font-weight: bold;
}

.header a {
  color: #021227;
}

.header a:hover {
  opacity: 0.7;
}

.logo {
  width: 13em;
}

.header01 {
  display: flex;
  align-items: center;
  justify-content: end;
}

.l_line {
  position: relative;
  padding-left: 30px;
  height: 26px;
}

.l_line:before {
  content: "";
  width: 1px;
  height: 26px;
  background: #CDC3C3;
  position: absolute;
  left: 15px;
  top: 0px;
}

.tel a {
  display: flex;
  position: relative;
  align-items: center;
  font-size: 2.5rem;
  transform: translateY(-9px);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 500;
  gap: 3px;
  color: #021227;
  /* 文字とSVGの初期色 */

}

.tel_icon {
  width: 22px;
  height: auto;
  margin-top: 5px;
  flex-shrink: 0;
  /* 文字が長くなってもアイコンが潰れない */
  fill: currentColor;
  /* 親のcolorで色を統一 */
}

.tel_time {
  position: absolute;
  top: -8px;
  right: 0;
  font-size: 1.0rem;
  color: #525252;
  font-family: "Noto Sans", sans-serif;
}

.fax {
  align-items: baseline;
}

.fax_icon {
  flex-shrink: 0;
  /* 文字が長くなってもアイコンが潰れない */
  fill: currentColor;
  /* 親のcolorで色を統一 */
}

.nav {
  display: flex;
  gap: 25px;
  margin: 20px 0;
  letter-spacing: 0.05em;
}

.nav_u01 {
  position: relative;
  background: url(../img/arrow01.svg) no-repeat top 12px right 2px / 8px;
  padding-right: 14px;
}

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

.nav_u01 .nav_u01-box a {
  color: #021227;
  display: inline-block;
  margin-bottom: 10px;
  background: url(../img/arrow02.svg) no-repeat center left/1.2em;
  padding-left: 1.5em;
  font-size: 1.4rem;
}

@media screen and (min-width: 900px) and (max-width: 1130px) {
  .nav {
    gap: 14px;
    font-size: 1.3rem;
  }
}
