.header-pcfix_cont {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  width: 100%; }
  .header-pcfix_cont .header {
    background: #ffffff;
    height: 72px; }
    .header-pcfix_cont .header::after {
      content: "";
      background: url(../images/png/header_underline.png) repeat-x #ffffff;
      width: 100%;
      display: block;
      height: 3px; }
    .header-pcfix_cont .header__inner {
      display: flex;
      justify-content: space-between;
      height: 100%; }
      .header-pcfix_cont .header__inner .logo {
        padding-left: 10vw; }
        .header-pcfix_cont .header__inner .logo__inner {
          height: 100%; }
          .header-pcfix_cont .header__inner .logo__inner a {
            height: 100%;
            display: flex;
            align-items: center; }
            .header-pcfix_cont .header__inner .logo__inner a img {
              width: 231px;
              height: 50px; }
      .header-pcfix_cont .header__inner .navi {
        padding-right: 10vw; }
        .header-pcfix_cont .header__inner .navi__inner {
          display: flex;
          height: 100%;
          align-items: center; }
        .header-pcfix_cont .header__inner .navi .menu__firstlevel {
          width: 136px;
          text-align: center;
          font-size: 1.3rem;
          border-left: 1px solid #CF0F31;
          position: relative; }
          .header-pcfix_cont .header__inner .navi .menu__firstlevel > a {
            color: #CF0F31;
            display: inline-block;
            width: 100%; }
            .header-pcfix_cont .header__inner .navi .menu__firstlevel > a .menu__firstleveltxt {
              margin: 0 12px;
              padding: 12px 0;
              background: #ffffff;
              border-radius: 5px;
              transition: background  .2s ease-in; }
              .header-pcfix_cont .header__inner .navi .menu__firstlevel > a .menu__firstleveltxt.-active {
                background: #2C3644;
                color: #ffffff; }
          .header-pcfix_cont .header__inner .navi .menu__firstlevel:last-of-type {
            border-right: 1px solid #CF0F31; }
          .header-pcfix_cont .header__inner .navi .menu__firstlevel .menu__secondlevel {
            position: relative;
            top: -30px;
            opacity: 0;
            visibility: hidden;
            transition: visibility 0s linear 50ms,opacity .1s ease-in-out,top .3s ease-out; }
            .header-pcfix_cont .header__inner .navi .menu__firstlevel .menu__secondlevel--arrow {
              position: relative;
              top: 30px;
              z-index: 8000; }
              .header-pcfix_cont .header__inner .navi .menu__firstlevel .menu__secondlevel--arrow::before {
                content: "";
                width: 0;
                height: 0;
                position: absolute;
                bottom: 100%;
                left: 50%;
                border: solid transparent;
                border-bottom-color: #2C3644;
                border-width: 19px;
                margin-left: -19px; }
              .header-pcfix_cont .header__inner .navi .menu__firstlevel .menu__secondlevel--arrow::after {
                content: "";
                width: 0;
                height: 0;
                position: absolute;
                bottom: 100%;
                left: 50%;
                border: solid transparent;
                border-bottom-color: #fff;
                border-width: 15px;
                margin-left: -15px;
                transition: border-bottom-color .2s ease-in; }
              .header-pcfix_cont .header__inner .navi .menu__firstlevel .menu__secondlevel--arrow.-active::after {
                border-bottom-color: #2C3644; }
            .header-pcfix_cont .header__inner .navi .menu__firstlevel .menu__secondlevel--cont {
              position: absolute;
              padding-top: 27px;
              left: 50%;
              transform: translate(-50%, 0);
              width: 230px;
              z-index: 7999; }
              .header-pcfix_cont .header__inner .navi .menu__firstlevel .menu__secondlevel--continner {
                background: #ffffff;
                transition: opacity .1s ease-in-out,top .3s ease-out;
                border-radius: 5px;
                width: 230px;
                transform: translate(-50%, 0);
                box-shadow: 0px 0px 7px -1px #6a6a6a;
                border: 3px solid #2C3644;
                position: absolute;
                left: 50%;
                padding-left: 0; }
                .header-pcfix_cont .header__inner .navi .menu__firstlevel .menu__secondlevel--continner > li {
                  background: #ffffff;
                  transition: background  .2s ease-in; }
                  .header-pcfix_cont .header__inner .navi .menu__firstlevel .menu__secondlevel--continner > li a {
                    color: #2C3644;
                    padding: 17px 0;
                    border-bottom: 1px solid #2C3644;
                    display: inline-block;
                    width: 100%; }
                  .header-pcfix_cont .header__inner .navi .menu__firstlevel .menu__secondlevel--continner > li:last-of-type a {
                    border-bottom: none; }
                  .header-pcfix_cont .header__inner .navi .menu__firstlevel .menu__secondlevel--continner > li.-active {
                    background: #2C3644; }
                    .header-pcfix_cont .header__inner .navi .menu__firstlevel .menu__secondlevel--continner > li.-active a {
                      color: #ffffff; }
            .header-pcfix_cont .header__inner .navi .menu__firstlevel .menu__secondlevel.-active {
              top: 0;
              opacity: 1;
              visibility: visible; }
        .header-pcfix_cont .header__inner .navi .menu__contact {
          width: 140px;
          text-align: center;
          font-size: 1.3rem;
          margin-left: 10px; }
          .header-pcfix_cont .header__inner .navi .menu__contact > a {
            color: #fff;
            display: inline-block;
            width: 100%;
            padding: 12px 0;
            background: #CF0F31;
            border-radius: 5px;
            transition: background 1s; }
            .header-pcfix_cont .header__inner .navi .menu__contact > a:hover {
              background: #821a2d; }

.contact-pcfix_cont {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 8000;
  width: 100%; }

.contact {
  display: flex;
  color: #ffffff;
  font-weight: bold;
  height: 88px;
  transform: translateY(100%);
  transition: transform 1s;
  box-shadow: 0px 0px 19px 0px rgba(173, 178, 181, 0.27); }
  .contact__tel {
    width: calc(100% - 23%);
    background: #2C3644; }
    .contact__tel .tel {
      display: flex;
      align-items: center;
      height: 100%;
      justify-content: center; }
      .contact__tel .tel__ttl {
        font-size: 1.3rem;
        background: #131e2d;
        border-radius: 5px;
        padding: 13px 25px; }
      .contact__tel .tel__num {
        font-size: 3rem;
        line-height: 1;
        margin: 0 20px; }
        .contact__tel .tel__num img {
          width: 45px;
          height: 100%;
          display: inline-block;
          margin-right: 10px; }
      .contact__tel .tel__cap {
        line-height: 1.6rem; }
        .contact__tel .tel__cap b {
          font-weight: bold;
          font-size: 1.5rem; }
        .contact__tel .tel__cap u {
          font-size: 1.1rem;
          text-decoration: none; }
  .contact__web {
    width: 23%;
    background: #CF0F31;
    font-size: 1.5rem;
    text-align: center; }
    .contact__web a {
      color: #ffffff;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 1s; }
      .contact__web a img {
        width: 25.5px;
        height: 100%;
        display: inline-block;
        margin-right: 10px; }
      .contact__web a b {
        font-weight: bold; }
      .contact__web a:hover {
        background: #821a2d; }
  .contact.-active {
    transform: translateY(0); }

/* sp */
@media screen and (max-width: 768px) {
  .header-spfix_cont {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8000;
    height: auto;
    padding: 0;
    width: 100%;
    /* header */
    /* nav */ }
    .header-spfix_cont header {
      height: 70px;
      border-bottom: 2px solid #CF0F31;
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .header-spfix_cont header .logo {
        padding: 0 0 0 2%;
        width: 65vw;
        height: inherit; }
        .header-spfix_cont header .logo .logo-inner {
          height: 100%; }
          .header-spfix_cont header .logo .logo-inner a {
            display: inline-block;
            height: 100%; }
            .header-spfix_cont header .logo .logo-inner a img {
              width: 100%; }
      .header-spfix_cont header .drower {
        height: 100%;
        background: #ffffff; }
        .header-spfix_cont header .drower .drower_btn_add_new a, .header-spfix_cont header .drower .drower_btn_add_normal a {
          display: inline-block;
          color: #ffffff;
          height: 100%;
          text-align: center;
          font-size: 1.2rem;
          line-height: 1.8rem;
          width: 75px;
          padding-top: 12px; }
        .header-spfix_cont header .drower__inner {
          height: 100%;
          display: flex;
          padding: 0 16px;
          border-left: 1px solid #CF0F31; }
          .header-spfix_cont header .drower__inner .btn-nav {
            display: flex;
            align-items: center;
            z-index: 9000; }
            .header-spfix_cont header .drower__inner .btn-nav__inner {
              position: relative;
              width: 30px;
              height: 23px; }
              .header-spfix_cont header .drower__inner .btn-nav__inner .btn_line {
                position: absolute;
                left: 0;
                width: 100%;
                height: 1px;
                background: #CF0F31;
                border-radius: 1px;
                transition: .4s, opacity .4s, -webkit-transform .4s; }
                .header-spfix_cont header .drower__inner .btn-nav__inner .btn_line:nth-of-type(1) {
                  top: 0; }
                .header-spfix_cont header .drower__inner .btn-nav__inner .btn_line:nth-of-type(2) {
                  top: 48%;
                  opacity: 1; }
                .header-spfix_cont header .drower__inner .btn-nav__inner .btn_line:nth-of-type(3) {
                  bottom: 0; }
            .header-spfix_cont header .drower__inner .btn-nav.-active .btn_line:nth-of-type(1) {
              transform: rotate(45deg) translate(15%, -3px);
              transform-origin: top left; }
            .header-spfix_cont header .drower__inner .btn-nav.-active .btn_line:nth-of-type(2) {
              transform: translateX(-2rem);
              opacity: 0; }
            .header-spfix_cont header .drower__inner .btn-nav.-active .btn_line:nth-of-type(3) {
              transform: rotate(-45deg) translate(15%, 3px);
              transform-origin: bottom left; }
    .header-spfix_cont .navi {
      width: 100%;
      height: calc(100vh - 70px);
      background: rgba(207, 15, 49, 0.81);
      visibility: hidden;
      opacity: 0;
      position: fixed;
      transition: opacity .5s ease 0s, visibility .5s ease 0s, transform .5s ease 0s, -webkit-transform .5s ease 0s;
      z-index: 9000;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      .header-spfix_cont .navi.-active {
        opacity: 1;
        visibility: visible; }
      .header-spfix_cont .navi__inner {
        display: flex;
        flex-direction: column;
        padding-top: 0; }
      .header-spfix_cont .navi .menu__firstlevel {
        background: rgba(255, 255, 255, 0.97); }
        .header-spfix_cont .navi .menu__firstlevel > a {
          font-size: 1.5rem;
          background: none !important;
          width: 100%;
          height: auto;
          line-height: 1.6;
          display: block;
          color: #CF0F31;
          padding: 6% 3%;
          text-align: left;
          border-bottom: 1px solid #CF0F31; }
        .header-spfix_cont .navi .menu__firstlevel:last-of-type {
          margin-bottom: 60px; }
      .header-spfix_cont .navi .menu__secondlevel {
        background: rgba(255, 255, 255, 0.97); }
        .header-spfix_cont .navi .menu__secondlevel--continner {
          padding-left: 0; }
          .header-spfix_cont .navi .menu__secondlevel--continner > li a {
            font-size: 1.3rem;
            width: 100%;
            line-height: 1.6;
            display: block;
            color: #CF0F31;
            padding: 3%;
            border-bottom: 1px solid #CF0F31;
            text-align: left; }
            .header-spfix_cont .navi .menu__secondlevel--continner > li a::before {
              content: "-";
              display: inline-block;
              margin-right: 1rem; }

  .contact-spfix_cont {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 7998;
    width: 100%; }

  .contact {
    color: #CF0F31;
    height: 70px;
    border-top: 2px solid white; }
    .contact__tel {
      width: calc(100% - $btn-right);
      background: linear-gradient(to bottom, #101319 0%, #495a73 7%, #101319 100%); }
      .contact__tel a {
        color: #ffffff;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center; }
        .contact__tel a .tel {
          line-height: 1;
          flex-direction: column; }
          .contact__tel a .tel__ttl {
            font-size: 1.5rem;
            background: none;
            border-radius: none;
            padding: 0; }
          .contact__tel a .tel__cap {
            line-height: 1; }
            .contact__tel a .tel__cap b {
              font-size: 1rem; }
            .contact__tel a .tel__cap u {
              font-size: 1rem; }
    .contact__web {
      width: 100%;
      background: linear-gradient(to bottom, #930b24 0%, #cf0f31 7%, #930b24 100%); } }

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