@charset "UTF-8";
/* =======================================
【BASE】
========================================== */
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

h1 {
  color: #fbfbfb;
  padding-top: 10px;
}

.header01 {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.header01 .logo2 {
  width: 10em;
}

.h_tel a {
  padding-left: 1.7em;
  background: url(../img/tel.svg) no-repeat left top 0.4em/1.5em;
}
.h_tel .f31 {
  letter-spacing: 0.06em;
}

.header01 .nav01 {
  display: flex;
  margin-top: -6px;
}
.header01 .nav01 ul {
  display: flex;
}
.header01 .nav01 > ul:nth-child(1) li:not(:last-child) {
  margin-right: 20px;
}

.header02 {
  display: flex;
  justify-content: space-between;
}

.header02 .logo {
  width: 13.57em;
  padding-top: 3px;
}

.header02 > div {
  display: flex;
  color: #fbfbfb;
  margin-top: 13px;
}

.header02 > div > .tel {
  padding-right: 30px;
}

.header02 > div > .tel a {
  width: 218px;
  padding-top: 4px;
  display: block;
}

.header02 > div > .con_line {
  position: relative;
  padding-left: 32px;
}

.header02 > div > .con_line:before {
  content: "";
  width: 1px;
  height: calc(100% - 7px);
  background: #e8e3d6;
  position: absolute;
  left: -5px;
  top: 2px;
}

.header02 > div > .con_line > ul {
  display: flex;
  font-weight: 600;
}

.header02 > div > .con_line > ul li:nth-child(1) {
  background: url(../img/icon_mail.svg) no-repeat center left 0/1.3em;
}

.header02 > div > .con_line a {
  color: #232220;
  padding-left: 1.6em;
  line-height: 100%;
}

.header02 > div > .con_line > ul li:nth-child(2) {
  background: url(../img/icon_line.svg) no-repeat center left 0/1.3em;
  margin-left: 27px;
}

.header_nav {
  margin-top: 21px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.0901960784);
}
.header_nav .nav > li {
  list-style: none;
  width: 14.2857142857%;
  position: relative;
}
.header_nav .nav li a {
  display: block;
  color: #433d38;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 500;
}
.header_nav .nav li ul {
  width: calc(100% + 40px);
  display: none;
  margin-left: -20px;
  position: absolute;
  z-index: 999;
  background: #fff;
}
.header_nav .nav li ul li a {
  border-top: 1px solid #eee;
  color: #6a2600;
}
.header_nav .content {
  width: 750px;
  height: 200px;
  background: #eee;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
}
.header_nav .nav li a:nth-child(1) {
  border-left: 1px solid rgba(255, 255, 255, 0.5411764706);
}

/* =======================================
	【logo_navi】2段目がロゴ＋ナビゲーション　参考（https://www.yozan-hikichi.co.jp/）
========================================== */
.headerArea {
  background: #fff;
  position: relative;
  z-index: 5;
}
.headerArea::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0%;
  bottom: -5em;
  background: url(../img/header_bg.svg) no-repeat center bottom/2000px;
  width: 100%;
  height: 5.3em;
  z-index: 0;
}

.header02 > div {
  display: block;
  margin-top: 0;
}

.sub_nav {
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 5;
}
.sub_nav .h_contact a,
.sub_nav .h_line a {
  background-color: #fe9761;
  border-radius: 0 0 10px 10px;
  width: 7.75em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  height: 5.7em;
}
.sub_nav .h_line a {
  background-color: #00b403;
}

.header_nav {
  margin-top: 0;
  box-shadow: none;
  width: 100%;
}
.header_nav .nav {
  width: 100%;
  gap: 2.8%;
  display: flex;
}
.header_nav .nav > li {
  width: auto;
}
.header_nav .nav li a {
  border-right: none;
  padding: 0px 0 8px;
  position: relative;
  z-index: 0;
}
.header_nav .nav li a::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0%;
  bottom: 8px;
  background: #433d38;
  width: 100%;
  height: 1px;
  z-index: -1;
  transform: scaleX(1);
  transform-origin: left;
}
.header_nav .nav li ul {
  width: calc(100% + 40px);
  display: none;
  margin-left: -20px;
  position: absolute;
  z-index: 999;
  background: #fbfbfb;
}
.header_nav .nav li ul li a {
  border-top: 1px solid #a98d5b;
  border-right: 1px solid #a98d5b;
  border-left: 1px solid #a98d5b;
  color: #a98d5b;
}
.header_nav .nav li ul li:last-child a {
  border-bottom: 1px solid #a98d5b;
}
.header_nav .content {
  width: 750px;
  height: 200px;
  background: #eee;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
}
.header_nav .nav li a:nth-child(1) {
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .header01 .nav01,
  .header02 > div,
  .header_nav {
    display: none;
  }
  a.logo {
    flex-wrap: wrap;
    width: calc(100% - 70px);
  }
  .header01 {
    padding: 0;
  }
  h1 {
    padding-top: 5px;
  }
  .logo1 {
    width: 10em;
  }
  .header01 .logo2 {
    margin-left: 0 !important;
    margin-top: 2%;
  }
  .headerArea::before {
    bottom: -4.8vw;
    background: url(../img/header_bg.svg) no-repeat center bottom/120%;
    height: 5.2vw;
  }
}
a.logo {
  display: flex;
  color: #fe9761;
  letter-spacing: 0.04em;
  align-items: flex-end;
}/*# sourceMappingURL=header.css.map */