@charset "UTF-8";
/* Scss Document */
@media screen and (min-width: 576px) {
  nav .container {
    max-width: none !important;
    width: auto; }
    nav .container:before {
      content: none; }
    nav .container:after {
      content: none; } }
@media screen and (min-width: 768px) {
  nav .container {
    max-width: none !important;
    width: auto; }
    nav .container:before {
      content: none; }
    nav .container:after {
      content: none; }

  .d-md-flex {
    display: flex !important; } }
@media screen and (min-width: 992px) {
  nav .container {
    max-width: none !important;
    width: auto; }
    nav .container:before {
      content: none; }
    nav .container:after {
      content: none; }

  .d-lg-flex {
    display: flex !important; } }
@media screen and (min-width: 1200px) {
  nav .container {
    max-width: 1140px !important;
    width: 1140px; }
    nav .container:before {
      content: none; }
    nav .container:after {
      content: none; }

  .d-xl-flex {
    display: flex !important; } }
.d-flex {
  display: flex !important; }

@media screen and (min-width: 768px) {
  .sp {
    display: block; } }
@media screen and (min-width: 992px) {
  .sp {
    display: none; } }

@media screen and (max-width: 991.98px) {
  .pc {
    display: none; } }

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
  color: #fff;
  background-color: #23527c;
  border-color: #adadad; }

nav {
  background-color: #fff;
  color: #fff;
  text-align: center;
  box-shadow: none;
  margin-bottom: 24px;
  letter-spacing: 0; }
  nav a {
    color: #3E3E3E; }
  nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    nav ul ul {
      display: block; }
    nav ul li {
      position: relative; }
      nav ul li a {
        display: block;
        color: #fff;
        padding: 15px 20px;
        transition: all 0.3s;
        text-decoration: none;
        height: 54px; }
        @media screen and (min-width: 992px) {
          nav ul li a:hover, nav ul li a:focus, nav ul li a:active, nav ul li a:focus-within {
            text-decoration: none;
            background: #999999;
            color: #fff; } }
      nav ul li li a {
        padding: 10px 35px; }
      nav ul li.parent::before {
        content: "";
        position: absolute;
        right: 15px;
        top: 22px;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(135deg); }
    nav ul ul li.parent::before {
      content: "";
      position: absolute;
      right: 15px;
      top: 20px;
      width: 6px;
      height: 6px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg); }
  @media screen and (min-width: 992px) {
    nav li.parent:hover, nav li.parent:focus, nav li.parent:active, nav li.parent:focus-within {
      text-decoration: none;
      background: #999999; }
      nav li.parent:hover:before, nav li.parent:focus:before, nav li.parent:active:before, nav li.parent:focus-within:before {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff; }
      nav li.parent:hover a, nav li.parent:focus a, nav li.parent:active a, nav li.parent:focus-within a {
        color: #fff; } }
  nav li.parent a {
    padding-right: 35px;
    height: 54px; }
    nav li.parent a:hover, nav li.parent a:focus, nav li.parent a:active, nav li.parent a:focus-within {
      color: #fff; }
    @media screen and (max-width: 767.98px) {
      nav li.parent a {
        padding: 15px 35px 15px 15px;
        height: auto; }
        nav li.parent a:hover, nav li.parent a:focus, nav li.parent a:active {
          color: #fff; } }
  nav li.parent ul {
    /* 位置指定 */
    position: absolute;
    left: 0;
    top: 54px;
    z-index: 4;
    margin: 0;
    padding: 0;
    /* デザイン指定 */
    background-color: #999999;
    width: 180px;
    /* 最初は非表示にする */
    visibility: hidden;
    opacity: 0;
    /* アニメーション */
    transition: all 0.3s;
    text-align: left; }
    @media screen and (max-width: 767.98px) {
      nav li.parent ul {
        background-color: #fff;
        text-align: center; } }
  nav li.parent:hover > ul, nav li.parent ul li:hover > ul, nav li.parent:active > ul {
    visibility: visible;
    opacity: 1; }
  nav li.parent ul li:active > ul {
    visibility: visible;
    opacity: 1; }
  nav li.parent ul li a {
    color: #505050;
    border-bottom: solid 1px rgba(80, 80, 80, 0.6);
    padding: 15px;
    height: auto; }
  nav li.parent ul li:last-child > a {
    border-bottom: none; }
  nav li.parent ul li a:hover, nav li.parent ul li a:active {
    background-color: #DBDBDB;
    color: #23527c; }
  nav li.parent ul ul {
    top: 0;
    left: 182px;
    background-color: #66adf5; }
    nav li.parent ul ul li a:hover, nav li.parent ul ul li a:active {
      background-color: #448ed3; }
  nav .menu li.parent ul {
    background: #999999; }
    @media screen and (max-width: 991.98px) {
      nav .menu li.parent ul {
        background: #fff; } }
    nav .menu li.parent ul a {
      color: #fff; }
      @media screen and (max-width: 991.98px) {
        nav .menu li.parent ul a {
          color: #505050; } }
      nav .menu li.parent ul a:hover {
        color: #23527c; }
  @media screen and (min-width: 992px) {
    nav .menu:hover, nav .menu:focus, nav .menu:active, nav .menu:focus-within {
      text-decoration: none;
      background: #23527c; } }
  nav .keyword {
    margin-right: 1rem; }
    @media screen and (max-width: 991.98px) {
      nav .keyword {
        margin: 0 15px 14px 15px;
        width: auto; } }

#gnav_header {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 767.98px) {
    #gnav_header {
      margin-bottom: 5px; } }
  #gnav_header h1 {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #1B1B1B;
    margin-right: 1rem;
    border-bottom: none;
    font-weight: 700; }
    #gnav_header h1 img {
      width: 175px; }
    @media screen and (max-width: 767.98px) {
      #gnav_header h1 {
        margin-right: 0rem; }
        #gnav_header h1 img {
          width: 100px; } }
    @media screen and (max-width: 767.98px) {
      #gnav_header h1 span {
        display: none; } }

#gnav_list {
  background: #505050; }
  #gnav_list .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 991.98px) {
      #gnav_list .container {
        display: block;
        padding: 0; } }
  @media screen and (max-width: 991.98px) {
    #gnav_list {
      display: none; } }

@media screen and (max-width: 991.98px) {
  .menu {
    display: block; } }
@media screen and (max-width: 991.98px) {
  .menu ul {
    display: block; } }

@media screen and (max-width: 991.98px) {
  ul.menu li a:hover, ul.menu.menu li a:focus, ul.menu.menu li a:active {
    color: #505050; } }
@media screen and (min-width: 992px) {
  ul.menu li a:hover, ul.menu.menu li a:focus, ul.menu.menu li a:active {
    color: #fff; } }

.btnNavigation {
  display: flex; }
  .btnNavigation.pulldown {
    font-size: 14px; }
    @media screen and (max-width: 991.98px) {
      .btnNavigation.pulldown {
        display: block; } }
  .btnNavigation .btn {
    font-size: 12px; }
  @media screen and (max-width: 991.98px) {
    .btnNavigation {
      justify-content: space-between;
      margin-left: auto; } }
  .btnNavigation .parent {
    background: #efefef; }
    .btnNavigation .parent:before {
      border-top: 2px solid #505050;
      border-right: 2px solid #505050; }
    .btnNavigation .parent a {
      color: #505050; }
  .btnNavigation .btn {
    text-align: center;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    padding: 0;
    border-radius: 0;
    border: none;
    line-height: 1.6; }
    @media screen and (max-width: 991.98px) {
      .btnNavigation .btn {
        height: auto;
        flex-grow: 1;
        font-size: 10px; } }
    .btnNavigation .btn.default:hover {
      background: #efefef; }
    .btnNavigation .btn.login {
      background: #dbe6f2; }
    .btnNavigation .btn.contact {
      background: #1869ba; }
    .btnNavigation .btn.seshop {
      background: #5cb85c;
      font-size: 14px; }
      .btnNavigation .btn.seshop a {
        color: #fff; }
      .btnNavigation .btn.seshop:hover {
        background: #409540; }
    .btnNavigation .btn.guide {
      background: #efefef;
      font-size: 1.4rem; }
    .btnNavigation .btn:hover {
      background: #DBDBDB; }
  .btnNavigation a {
    padding: 15px 20px;
    line-height: 1.4;
    text-decoration: none; }
    @media screen and (max-width: 767.98px) {
      .btnNavigation a {
        padding: 10px; } }
    .btnNavigation a i {
      display: block; }

.search-box {
  display: flex;
  flex: 1;
  margin: 0; }
  .search-box.sp {
    display: none; }
    @media screen and (max-width: 991.98px) {
      .search-box.sp {
        display: flex;
        margin: 0 15px 7px 15px; } }
  .search-box.pc {
    margin-right: 1rem; }
    @media screen and (max-width: 991.98px) {
      .search-box.pc {
        display: none; } }
  .search-box input[type="text"] {
    flex-grow: 1;
    padding: 7px 0 7px 20px;
    border: 1px solid #333947;
    border-radius: 2rem 0 0 2rem;
    color: #333947; }
  .search-box button {
    cursor: pointer;
    padding: 8px 9px 8px 8px;
    border-radius: 0 2rem 2rem 0;
    border: none;
    background-color: #333947;
    color: #fff;
    font-size: 14px; }
  .search-box input:focus {
    outline: 0;
    border: 1px solid #23527c; }
  .search-box button:hover {
    background-color: #23527c;
    color: #fff; }

.hamburger-menu {
  display: none;
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer; }
  @media screen and (max-width: 991.98px) {
    .hamburger-menu {
      display: block; } }

.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #242424;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s; }
  .hamburger-menu__bar:first-child {
    top: 16px; }
  .hamburger-menu__bar:nth-child(2) {
    top: 24px; }
  .hamburger-menu__bar:last-child {
    top: 32px; }

.hamburger-menu--open .hamburger-menu__bar {
  top: 50%; }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none; }

/* 画面サイズが768px以下になった時の設定 */
@media screen and (max-width: 991.98px) {
  nav {
    padding: 0; }
    nav ul.category {
      display: block; }
    nav li.parent ul {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      /* JavaScriptで制御するので一旦表示 */
      visibility: visible;
      opacity: 1;
      /* slidetoggleを使って表示させるために表示にする */
      display: none;
      transition: none; }
      nav li.parent ul ul {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        /* JavaScriptで制御するので一旦表示 */
        visibility: visible;
        opacity: 1;
        /* slidetoggleを使って表示させるために表示にする */
        display: none;
        transition: none; }
    nav ul li a {
      border-bottom: solid 1px #ccc;
      padding: 15px;
      height: auto; }
    nav ul li li a {
      padding: 15px; }
    nav ul li.parent::before {
      right: 20px;
      top: 22px; }
    nav ul ul li.parent::before {
      transform: rotate(135deg);
      top: 28px;
      right: 20px; }
    nav ul li.parent.active::before {
      transform: rotate(-45deg); }
    nav .navbar-form {
      padding: 0; } }
