@charset "UTF-8";
/* 変数定義 */
header {
  margin: 0 auto;
  width: 100%;
  height: 160px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f8f5;
  z-index: 10000;
}
@media screen and (max-width: 1024px) {
  header {
    height: 126px;
    padding-top: unset;
    padding-bottom: unset;
    margin: 0 auto 0 auto;
  }
}
header #header_contents {
  width: 983px;
  height: 70px;
  display: flex;
  margin: 0 auto;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header #header_contents {
    width: 95vw;
    height: auto;
    margin: 0 auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
header #header_contents #site_title {
  width: 310px;
  height: 68.68px;
  font-size: 18px;
  flex: 1;
  display: flex;
  align-items: center;
  order: 1;
  margin-right: 210px;
}
@media screen and (max-width: 1024px) {
  header #header_contents #site_title {
    width: unset;
    height: 60px;
    flex: 1;
    display: flex;
    align-items: center;
    order: 1;
    margin-right: unset;
  }
}
header #header_contents #site_title a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  header #header_contents #site_title a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
header #header_contents #site_title img {
  aspect-ratio: 766/206;
  width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  header #header_contents #site_title img {
    width: 145px;
    margin: auto;
  }
}
header #header_contents #search_field {
  width: 335px;
  margin-right: 12px;
  order: 2;
}
@media screen and (max-width: 1024px) {
  header #header_contents #search_field {
    width: 95vw;
    height: 41px;
    margin-right: unset;
    order: 3;
  }
}
header #header_contents #search_field .search_container {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  display: block;
  padding: 0 0 0 5px;
  border-radius: 5px;
  height: 62px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  header #header_contents #search_field .search_container {
    margin: 0;
    height: 41px;
    padding: 0;
  }
}
header #header_contents #search_field .search_container input[type=text] {
  border: none;
  width: 90%;
  height: 62px;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  header #header_contents #search_field .search_container input[type=text] {
    line-height: unset;
    height: 41px;
    font-size: 18px;
  }
}
header #header_contents #search_field .search_container input::-moz-placeholder {
  color: #999;
  line-height: 40px;
  font-size: 18px;
  position: relative;
  font-weight: 300;
}
header #header_contents #search_field .search_container input::placeholder {
  color: #999;
  line-height: 40px;
  font-size: 18px;
  position: relative;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  header #header_contents #search_field .search_container input::-moz-placeholder {
    line-height: unset;
    font-size: 16px;
  }
  header #header_contents #search_field .search_container input::placeholder {
    line-height: unset;
    font-size: 16px;
  }
}
header #header_contents #search_field .search_container input[type=text]:focus {
  outline: 0;
}
header #header_contents #search_field .search_container input[type=submit] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.4em;
  content: "fa fa-search";
  border: none;
  background: none;
  color: #3879d9;
  position: absolute;
  top: 20px;
  outline: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  header #header_contents #search_field .search_container input[type=submit] {
    top: 10px;
  }
}
header #header_contents #header_menu {
  height: auto;
  order: 3;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
@media screen and (max-width: 1024px) {
  header #header_contents #header_menu {
    order: 2;
    margin: 0 0 0 auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
  }
}
header #header_contents #header_menu a,
header #header_contents #header_menu .menu_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  text-decoration: none;
  color: #1e6aad;
  gap: 0 2px;
  margin-right: 6px;
}
header #header_contents #header_menu a:link,
header #header_contents #header_menu a:visited,
header #header_contents #header_menu a:hover,
header #header_contents #header_menu a:active {
  color: #1e6aad;
  text-decoration: none;
}
header #header_contents #header_menu img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 1024px) {
  header #header_contents #header_menu img {
    width: 28px;
    height: 28px;
  }
}
header #header_contents #header_menu .link_text {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1ex;
  text-align: center;
  line-height: 1.2;
  margin-top: 2px;
}
@media screen and (max-width: 1024px) {
  header #header_contents #header_menu .link_text {
    font-size: 10px;
  }
}
header #header_contents #header_menu .menu_button {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  header #header_contents #header_menu .menu_button {
    display: flex;
    position: relative;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
  }
}/*# sourceMappingURL=header.css.map */