@charset "UTF-8";
/* 変数定義 */
header {
  margin: 0 auto;
  width: 100vw;
  height: 160px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F8F8F5;
  z-index: 10000;
}
@media screen and (max-width: 560px) {
  header {
    height: 130px;
    padding-top: 10px;
    padding-bottom: unset;
    margin: 0 auto 0 auto;
  }
}
header #header_contents {
  width: 983px;
  height: 70px;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  header #header_contents {
    width: 95vw;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 0 auto;
  }
}
header #header_contents #site_title {
  width: 310px;
  height: 68.68px;
  font-size: 18px;
  order: 1;
  margin-right: 210px;
}
@media screen and (max-width: 560px) {
  header #header_contents #site_title {
    width: 185px;
    height: auto;
    margin-right: 18px;
    order: 1;
  }
}
header #header_contents #site_title img {
  width: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 560px) {
  header #header_contents #site_title img {
    width: 185px;
  }
}
header #header_contents #search_field {
  margin-top: 5px;
  width: 335px;
  margin-right: 12px;
  order: 2;
}
@media screen and (max-width: 560px) {
  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: 10px 10px;
  border-radius: 5px;
  height: 62px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 560px) {
  header #header_contents #search_field .search_container {
    margin: 0;
    height: 41px;
    padding: 0 10px;
  }
}
header #header_contents #search_field .search_container input[type=text] {
  border: none;
  line-height: 26px;
  font-size: 26px;
  width: 90%;
}
@media screen and (max-width: 560px) {
  header #header_contents #search_field .search_container input[type=text] {
    line-height: 24px;
    height: 44px;
  }
}
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: 18px;
  outline: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 560px) {
  header #header_contents #search_field .search_container input[type=submit] {
    top: 8px;
  }
}
header #header_contents #search_field .search_container input::-moz-placeholder {
  color: #999;
  line-height: 26px;
  font-size: 18px;
  position: relative;
  bottom: 2px;
}
header #header_contents #search_field .search_container input::placeholder {
  color: #999;
  line-height: 26px;
  font-size: 18px;
  position: relative;
  bottom: 2px;
}
header #header_contents #header_menu {
  height: 57.29px;
  order: 3;
}
@media screen and (max-width: 560px) {
  header #header_contents #header_menu {
    order: 2;
    margin: 0 0 0 auto;
  }
}
header #header_contents #header_menu a {
  display: inline-block;
  margin: 2px;
}
header #header_contents #header_menu img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 560px) {
  header #header_contents #header_menu img {
    height: 50px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
header #header_contents #header_menu .menu_button {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 560px) {
  header #header_contents #header_menu .menu_button {
    display: inline-block;
    position: relative;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
    margin: 0;
    padding: 0;
  }
}/*# sourceMappingURL=header.css.map */