﻿
/*共通ヘッダー非表示*/
#suz-top-header-trigger {
  display: none;
}

.header-wrap {
  background: url(../image/headder_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .header-wrap {
    z-index: 10002;
  }
}
.header-wrap__top {
  background-color: #ffffff;
  color: #000000;
}
.header-wrap__top-tel:after {
  background: #000000;
}
.header-wrap__top-tel .txt-l {
  color: #000000 !important;
}
.header-wrap__top-tel .txt-l a {
  color: #000000 !important;
}
.header-wrap__content {
  background: inherit;
  color: #ffffff;
}
.header-wrap__content a {
  color: #ffffff;
}
.header-wrap__content-navi .fix-inner {
  background: inherit;
}
.header-wrap__content-navi .fix-inner.fixInit {
  background: url(../image/headder_bg.jpg) no-repeat center center/cover;
}
.header-wrap__content-navi .btn-logo {
  width: 97px;
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi .btn-logo {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi .btn-sys-menu > * + * {
    margin-left: 10px;
  }
}
.header-wrap__content-menu {
  border-top: 1px solid #ffffff;
}
.header-wrap__content-menu .menu-list + .menu-list {
  border-left: 1px solid #ffffff;
}
.header-wrap__content-menu .menu-head {
  color: #ffffff;
}
.header-wrap__content-menu.fixed {
  background-image: inherit;
  background-position: bottom;
}
.header-wrap__content-menu.fixed > .inner-wrap {
  border-top: 1px solid #ffffff;
}
.header-wrap__content .hover-menu {
  background: #464443;
}
.header-wrap__content .hover-menu__cat-link {
  color: #230e02;
}
.header-wrap__content .hover-menu__box-link + .hover-menu__box-link {
  border-top: 1px solid #939393;
}
.header-wrap__content .hover-menu__cat:before {
  border-color: transparent transparent #646464 transparent;
}
@media screen and (max-width: 767px) {
  .header-wrap__content.fixed {
    position: fixed !important;
  }
}

.side-menu {
  background-color: #ebebeb;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .side-menu {
    overflow: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
.side-menu__sns {
  background: url(../image/headder_bg.jpg) no-repeat center center/cover;
}
.side-menu__search {
  background: #e3e3e3;
}
@media screen and (min-width: 768px) {
  .side-menu__search form {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .side-menu__search form .uni_suggest_container {
    width: 330px;
    top: 60px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
  }
}
.side-menu__info-login > *, .side-menu .side-menu__info-logout > * {
  background-color: #000000;
}
.side-menu__list-img {
  width: 40px;
  left: 8px;
}
.side-menu__footer-inner {
  background: #c9c8c8;
}
.side-menu__footer-inner .txt-tel-box {
  background-color: #ffffff;
}

.header-wrap__top {
  background-color: #e3e3e3;
}

.header-wrap__content-navi .btn-sys-menu > * span {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi .btn-sys-menu > * span {
    margin-bottom: 3px;
  }
}

#uni_suggestbg {
  display: none;
}