@charset "UTF-8";
/* =======================================
【BASE】
========================================== */
h1 {
  color: #fbfbfb;
}

.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 {
  display: flex;
  justify-content: space-between;
}

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

.nav01 {
  padding-top: 12px;
}
.header02 > div {
  display: flex;
}

.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 .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 ul {
  /* width: calc(100% + 40px);
  display: none;
  margin-left: -20px;
  position: absolute;
  z-index: 999;
  background: #fff; */
  position: absolute;
  top: 100%;
  left: -75%;
  /* color: #202945; */
  background: #ffffff;
  list-style: none;
  margin: 0;
  padding: 20px 20px;
  min-width: 300px;
  display: none;
  z-index: 10000;
  line-height: 3.6rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 17px;
}

.header_nav .nav li ul li a {
  margin: 0;
  padding: 0;
}

.header_nav .nav li ul li a {
  border-bottom: 1px solid #D9D9D9;
  /* color: #6a2600; */
}
.header_nav .content {
  width: 750px;
  height: 200px;
  background: #eee;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
}

/* =======================================
	【common】左がロゴ＋右側がその他
========================================== */
header {
  border-top: 10px solid #023775;
  background-color: #F4F5F7;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}
.headerArea {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  /* position: relative; */
  margin: 0 auto;
  width: 96%;
}

h1.logo a {
  display: inline-block;
  width: 16em;
}

.header02 {
  display: block;
}
.header02 .nav01 > ul {
  width: 100%;
  align-items: center;
  gap: 2.5%;
}
.header02 .nav01 .h_contact a,
.header02 .nav01 .h_btn a {
  display: inline-block;
  /* width: 100%; */
}
.header02 .nav01 .tel_icon {
  padding-left: 3em;
  background: url(../img/tel.svg) no-repeat left center/2em;
}
.header02 .nav01 .contact_icon {
  padding-left: 1.5em;
  background: url(../img/parent.png) no-repeat left center / 1em;
}
.header02 .nav01 .h_btn a {
  background: #023775;
  padding: 5% 2%;
  text-align: center;
  border-radius: 50px;
  width: 13em;
}

.header_nav {
  background: none;
  box-shadow: none;
  justify-content: flex-end;
}
.header_nav .nav {
  max-width: 1200px;
  width: 100%;
  justify-content: flex-end;
  gap: 5%;
  align-items: baseline;
  margin-top: 5px;
  padding-bottom: 3%;
}
.header_nav .nav li a,
.header_nav .nav li {
  display: block;
  text-align: center;
  color: #250D0D;
  white-space: nowrap;
}
.header_nav .nav > li {
  list-style: none;
  width: auto;
  position: relative;

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