@charset "UTF-8";
.eys_header {
  max-width: none !important;
  min-width: 1000px; 
  transition: top .5s; }

.eys_top_btn {
  display: none; }

.eys_header .eys_container {
  padding: 10px 0;
  width: 1000px;
  height: 80px;
  margin: 0 auto;
  display: block;
  display: block !important;
  max-width: none !important; }
  .eys_header .eys_container .eys_header_logo {
    padding: 0;
    display: inline-block;
    width: 136px;
    padding-top: 6px; }
    .eys_header .eys_container .eys_header_logo img {
      width: auto; }
.eys_header .header-intro {
  color: #222222;
  font-size: 10px; }
.eys_header .search-input {
  display: inline-block;
  position: relative;
  background: #EEEEEE;
  border-radius: 20px;
  padding: 8px 20px; }
  .eys_header .search-input input {
    background: url('../images/pc_header/icon.png') no-repeat left center/20px 20px;
    padding: 4px 0 4px 26px;
    border: 0;
    background-color: transparent; }
  .eys_header .search-input input[type="submit"] {
    border-radius: 15px;
    border: solid 0;
    background-color: #dbdbdb;
    background-size: 15px 15px;
    background-position: left 15% center;
    color: #666666;
    padding: 0 10px 0 25px;
    margin-left: 10px;}
    .eys_header .search-input input:focus {
      outline: 0;
      background: none; }
  .eys_header .search-input label {
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: -1;
    color: #666666;
    font-size: 12px; }
.eys_header .header-left {
  display: inline-block;
  margin-top: 20px; }
  .eys_header .header-left a {
    float: left; }
.eys_header .header-content {
  float: right;
  padding: 20px 0 0; }
  .eys_header .header-content a {
    display: inline-block;
    vertical-align: middle; }
.eys_header .lesson-link {
  margin-left: 10px; }

.eys_top {
  display: none;
  }

.eys_top_menu_pc {
  font-family: "Hirakaku", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: rgba(255, 255, 255, 0.9);
  height: 50px; }
  .eys_top_menu_pc ul {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 19px; }
      .eys_top_menu_pc ul li a {
        display: block;
        color: #222222;
        font-size: 13px; }

main {
  padding-top: 151px !important;
  min-width: 1000px; }
