@charset "UTF-8";

/* ---------------------------------------------------------------*\
$common
\*--------------------------------------------------------------- */

header {
  width: 100%;
  min-width: 1180px;
  padding: 32px 0 24px;
  background-color: #f9f9f9;
}

header .header_sp {
  display: none;
}

header .wrapper_contnts_header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

header h1 {
  width: 190px;
}

header h1 > a {
  display: block;
}

header h1 a img {
  max-width: 100%;
  height: auto;
}

header ul.menu_header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

header nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

header ul.menu_header li {
  margin-right: 24px;
}

header ul.menu_header li:last-child {
  margin-right: 0;
}

header ul.menu_header .border_header {
  width: 1px;
  height: 10px;
  background: #ccc;
}

header ul.menu_header li a {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.3rem;
}

/* ---------------------------------------------------------------*\
$1260px
\*--------------------------------------------------------------- */
@media screen and (max-width: 1260px) {
  header .wrapper_contnts_header {
    width: 80%;
  }
}

/* ---------------------------------------------------------------*\
$480px
\*--------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  header {
    min-width: inherit;
    padding: 0;
  }

  .header_pc {
    display: none;
  }

  .header_sp {
    display: block !important;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #f9f9f9;
  }

  .wrapper_contents_header_sp {
    /* width: 85%;
		margin: 0 auto;
		padding: 10px 0; */
    width: 92%;
    padding: 15px 0;
    margin: 0 auto;
  }

  .menu-trigger span {
    height: 1px;
    background: #111;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }

  .menu-trigger span:nth-of-type(3) {
    top: 20px;
  }

  .mobilenav_text {
    color: #111;
  }

  .logo_header_sp {
    display: block;

    /* width: 50px; */
    width: 135px;
  }

  .logo_header_sp img {
    max-width: 100%;
    height: auto;
  }
}
