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

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

.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;
}

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

.header01 .nav01 {
  display: flex;
}
.header01 .nav01 ul {
  display: flex;
}
.header01 .nav01 > ul:nth-child(1) li:not(:last-child) {
  margin-right: 5px;
}
.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 {
  display: flex;
  justify-content: space-between;
}

.header02 .logo {
  width: 11.57em;
  margin-top: -14px;
}

.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 {
  background: linear-gradient(90deg, #ff5500, #ea8b00);
  margin-top: 21px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.0901960784);
}
.header_nav .nav {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  position: relative;
  z-index: 9;
}
.header_nav .nav > li {
  list-style: none;
  width: 14.2857142857%;
  position: relative;
}
.header_nav .nav li a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.5411764706);
  box-sizing: border-box;
  padding: 11px 0 13px;
}
.header_nav .nav li ul {
  width: calc(100% + 85px);
  display: none;
  margin-left: -44px;
  position: absolute;
  z-index: 999;
  background: #f8f8f5;
}
.header_nav .nav li ul li a {
  color: #1c1c1c;
  padding: 13px 13.7px;
  border: 1px solid #babab8;
}
.header_nav .nav li ul li:not(:last-child) a {
  border-bottom: none;
}
.header_nav .content {
  width: 750px;
  height: 200px;
  background: #eee;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
}

/* =======================================
	【common】左がロゴ＋右側がその他
========================================== */
h1.logo a {
  display: inline-block;
  width: 13.5em;
}

header .h_tel a,
header .h_contact a,
header .h_btn a {
  display: inline-block;
  width: 100%;
}
header .tel_icon {
  padding-left: 1em;
  background: url(../img/tel.svg) no-repeat left center/0.7em;
}
header .catalog_icon {
  padding-left: 1.5em;
  background: url(../img/catalog.svg) no-repeat left center/1.3em;
}
header .online_icon {
  padding-left: 1.5em;
  background: url(../img/online.svg) no-repeat left center/1.3em;
}
header .h_btn a {
  background-color: #c40c23;
  padding: 5px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 45px;
}
header .h_tel a {
  background: #1c1c1c;
  padding: 5px 19px;
}

.header_nav {
  background: none;
  box-shadow: none;
  justify-content: flex-end;
}
.header_nav .nav {
  max-width: 1200px;
  width: 100%;
  justify-content: flex-end;
}
.header_nav .nav li a {
  display: block;
  text-align: center;
  color: #1c1c1c;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0 13.7px 13px;
}
.header_nav .nav > li {
  list-style: none;
  width: auto;
  position: relative;
}

/* =======================================
	メガメニュー利用の場合
========================================== */
/* メガメニューの初期状態（非表示） */ /*# sourceMappingURL=header.css.map */
