@charset "UTF-8";
/* =======================================
【BASE】
========================================== */
.h_tel a {
  color: #fbfbfb;
}
.h_tel .num span {
  padding-left: 0.9em;
  background: url(../img/tel.svg) no-repeat left bottom 4px/0.67em;
}

header {
  z-index: 100;
  position: relative;
  background-color: #fff;
  height: 110px;
}

.headerArea {
  box-shadow: 0 0px 4.6px rgba(0, 0, 0, 0.2);
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 110px;
  z-index: 99999;
}

.header01 {
  display: flex;
  justify-content: space-between;
  color: #fbfbfb;
}

.header01 .nav01 {
  display: flex;
}
.header01 .nav01 ul {
  display: flex;
}
.header01 .nav01 > ul:nth-child(1) {
  padding-top: 10px;
}
.header01 .nav01 > ul:nth-child(1) li:not(:last-child) {
  margin-right: 20px;
}
.header01 .nav01 > ul:nth-child(1) .btn01.cart a {
  padding-right: 16px !important;
  padding-left: 4em !important;
  background: url(../img/cart.svg) no-repeat left 1.2em bottom 13px/1.7em, #101010;
}
.header01 .nav01 > ul:nth-child(1) .btn01.youtube a {
  padding-right: 16px !important;
  padding-left: 4em !important;
  background: url(../img/youtube.svg) no-repeat left 1.2em bottom 15px/1.7em, #101010;
}

.header02 {
  width: 93%;
  margin: 0 auto;
  max-width: 1400px !important;
}

/* .header02 .logo {
  width: 16em;
} */

.header02 .logo a {
  display: flex;
  margin-top: 7%;
}

.header02 .logo p {
  font-size: 2.1rem;
  font-weight: bold;
  white-space: nowrap;
}

.header02 .flex {
  display: flex !important;
  justify-content: end;
  gap: 2%;
}

.lineHbg a {
  background-color: #ffb564;
  box-shadow: 0 1.2px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 8.5px 8.5px;
  padding: 4% 11%;
  display: flex;
  width: 12.5em;
  line-height: 100%;
  align-items: center;
}

.linebg a {
  background-color: #ffb564;
  box-shadow: 0 1.2px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8.5px;
  /* padding: 2% 3%; */
  display: flex;
  width: 90%;
  align-items: center;
  margin-inline: auto;
  line-height: 170%;
  justify-content: center;
}

.linebg .w_3em {
  width: 8em;
}

.linebg .f14 {
    font-size: 1.6rem !important;
}

.linebg .f16 {
  font-size: 1.8rem!important;
}

.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 {
  background: linear-gradient(90deg, #ff5500, #ea8b00);
  margin-top: 21px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.0901960784);
} */
.header_nav .nav {
  max-width: 980px;
  margin: 0 auto;
  padding: 0.7% 0 0;
  display: flex;
  position: relative;
  z-index: 9;
  gap: 1%;
  justify-content: space-around;
}
.header_nav .nav > li {
  list-style: none;
  position: relative;
}
.header_nav .nav li a {
  display: block;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
.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;
}

/* =======================================
	【logo_navi】2段目がロゴ＋ナビゲーション　参考（https://www.yozan-hikichi.co.jp/）
========================================== */
/* =======================================
	【common】左がロゴ＋右側がその他
========================================== */
/* =======================================
	メガメニュー利用の場合
========================================== */
/* メガメニューの初期状態（非表示） *//*# sourceMappingURL=header.css.map */