@charset "UTF-8";

/* サブナビ*/
.l-header__barInner {
  display: flex;
  justify-content: space-between;
}

.l-header__bar .l-container {
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}

.ex-header-sub {
  text-align: right !important;
  width: 50%;
  line-height: 14px;
}

.ex-header-sub li {
  display: inline-block;
  padding: 0 12px;
  font-size: 12px;
}

.ex-header-sub li a:hover {
  color: #a1a0a0;
}

.ex-header-sub li:nth-child(2) {
  /*　border-right: 1px solid #e6e3e3;　*/
  border-left: 1px solid #e6e3e3;
}

/* ロゴ*/
.c-headLogo {
  height: 100%;
  align-items: center;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
}

/* グロナビ*/
ul.wp-megamenu-sub-menu > li {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a p {
  color: #000000 !important;
}

ul.wp-megamenu li:first-child a {
  border-left: 1px solid #FFF !important;
}

/* hover*/
.ex-header-section .wp-block-column:hover {
  filter: brightness(102%)
}

.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a:hover {
  text-decoration: none !important;
}

/* メニュー*/
@media (min-width: 960px) {
  .-parallel .l-header__logo {
    display:flex;
    padding: 16px 48px;
  }

  .c-headLogo {
    width: 30%;
    display: block !important;
    text-align: left;
  }

  /* ヘッダー*/
  .ex-header-right {
    width: 69.9%;
    display: flex;
    margin-left: auto;
  }
}

.contact-box {
  margin-left: auto;
  margin-bottom: 2px;
  line-height: 1.5em;
}

.contact-box span {
  display: block;
}

.contact-box01 {
  font-size: 11px;
  text-align: justify;
  text-align-last: justify;
}

.contact-box02 {
  font-weight: 700;
  color: #020202;
  font-size: 25px;
  letter-spacing: 2px;
  margin-bottom: 2px;
}

.contact-box03 {
  font-size: 11px;
  text-align: justify;
  text-align-last: justify;
}

.contact-banner {
  padding-left: 1em;
}

.contact-banner .far {
  padding-right: 5px;
}

.contact-banner .fas {
  padding-right: 5px;
}

.contact-banner a {
  font-size: 16px;
  height: 88%;
  display: flex;
  align-items: center;
  padding: 0 2em;
  margin-top: 3px;
  border-radius: 5px
}

.ex-header-cta {
  background-color: #d4504e;
  color: #FFF;
}

.ex-header-cta:hover {
  background: #ea8d85;
}

.l-header__bar {
  background-color: transparent;
}

.c-gnav>.menu-item>a .ttl {
  color: #fff;
  font-size: 18px
}

.-parallel .l-header__gnav .c-gnav>li>a {
  font-weight: 500;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  padding: 18px 30px;
  border-top: 0 ridge;
  border-right: 1px ridge;
  border-left: 0 ridge;
  border-bottom: 0 ridge
}

.-parallel .l-header__gnav .c-gnav>li:first-child {
  border-left: 1px ridge;
}

/* PCのみ表示*/
@media (max-width: 1100px) {
  .ex-header-right {
    display:none;
  }

  .ex-header-sub {
    display: none;
  }
}