@charset "UTF-8";
/* =======================================
【BASE】
========================================== */
.h_tel a {
  color: #212836;
  text-align: center;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #F1F1F1;
  padding-bottom: 15px;
}

.header01 {
  display: flex;
  justify-content: space-between;
  color: #fbfbfb;
  padding-left: 23px;
  margin-top: 1%;
}

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

.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% + 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/）
========================================== */
/* =======================================
	【common】左がロゴ＋右側がその他
========================================== */
header .inner_1400 {
  width: 96.5%;
}

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

.mainTitle1 img {
  display: inline-block;
}

h1.logo a img {
  width: 15.1em;
}

.header02 {
  display: flex;
  width: 45%;
}
.header02 .nav01 {
  /* margin-right: 17px; */
  margin-top: 13px;
  width: 100%;
}
.header02 .nav01 > ul {
  width: 100%;
}

.header02 .cl33 > li {
  width: 33%;
}

header .h_tel a,
header .h_entry a,
header .h_btn a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}

header .h_btn a {
  border-radius: 50px;
  display: inline-block;
  padding: 10px 17px;
  background: url(../img/arrowW.png) no-repeat right 0.7em center / 2em, #012548;
  letter-spacing: 0.08em;
}
header .h_btn a p {
  padding-right: 10px;
}
header .h_entry a {
  border-radius: 50px;
  display: inline-block;
  padding: 10px 25px;
  background: url(../img/arrowB.png) no-repeat right 0.7em center/2em, #EEE312;
  color: #212836;
  letter-spacing: 0.15em;
}
header .h_entry a p {
  padding-right: 5px;
}

.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: #333;
  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 {
  list-style: none;
  width: auto;
  position: relative;
}

/* =======================================
	ハンバーガーメニュー
========================================== */
/* アコーディオンメニュー */
.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.accordion-title {
  cursor: pointer;
  padding: 10px 20px;
  position: relative;
  color: #fefefe;
}

.accordion-title:after {
  position: relative;
  display: block;
  content: "";
  right: -12px;
  top: 1em;
  width: 1.3em;
  height: 1.5em;
  transform: rotate(-90deg);
  transition: all 0.4s ease-in-out;
  background: url(../img/arrow03.svg) no-repeat center left/100%;
}

.accordion-title.open:after {
  transform: rotate(90deg);
}

.global-nav img {
  width: 50%;
  margin: 20px auto;
}

.global-nav .sp_btnArea {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.global-nav .btn01 {
  width: 100%;
  text-align: center;
}

.global-nav .btn01.line {
  background: url(../img/arrow02_w.svg) no-repeat center right 1em/1.2em,
    linear-gradient(90deg, #ff5500, #ea8b00);
  color: #fff;
}

.global-nav {
  position: fixed;
  right: -320px;
  /* これで隠れる */
  top: 0;
  height: 100vh;
  color: #012548;
  transition: all 0.6s;
  z-index: 999;
  overflow-y: auto;
  background: #F1F1F1;
}

.global-nav .accordion-container {
  width: 300px;
  margin: 0 auto;
  background: #F1F1F1;
  padding: 0 6%;
}

.global-nav .accordion-container.con02 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.global-nav .accordion-container .accordion-title02 {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #597691;
  padding: 0.8em 0.8em 0.8em 0.8em;
  font-weight: normal;
  cursor: pointer;
  display: block;
  font-weight: bold;
  display: block;
  color: #012548;
}


.accordion-title {
  padding: 0 !important;
  width: 3em;
  height: 3.5em;
  position: absolute;
  top: 0;
  right: 0;
}

.global-nav .accordion-container .accordion-content li {
  padding: 0.3em 0.3em 0.3em 4.25em;
  border-bottom: none;
}


.global-nav .btn01 a {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hamburger {
  position: relative;
  width: 58px;
  height: 56px;
  cursor: pointer;
  z-index: 100;
}

.hamburger__line {
  position: absolute;
  left: 18px;
  width: 30px;
  height: 2px;
  background-color: #0852A0;
  transition: all 0.6s;
}

.hamburger__line--1 {
  top: 8px;
}

.hamburger__line--2 {
  top: 19px;
  width: 17px;
}

.hamburger__line--3 {
  top: 30px;
}

.hamburger__menu {
  top: 45px;
  right: 14px;
}

.black-bg01 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}

.nav-open .black-bg01 {
  opacity: 0.8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}

.accordion-box {
  position: relative;
}

.accordion-close {
  display: none;
  padding-left: 0.8em;
  padding-bottom: 0.8em;
  padding-top: 0.3em;
  border-bottom: 1px solid #dde4e1;
}

.nav li:nth-child(1) a {
  border-left: none !important;
}

.accordion-close li a {
  padding: 6px 0 0px;
  font-weight: 500;
  color: #0a0a0a;
  font-weight: bold;
} /*# sourceMappingURL=header.css.map */
