@charset "UTF-8";

@media screen and (min-width: 1080px) {

  /*--------------------------------header----------------------*/
  header {
    width: 100%;
    height: 60px;
    padding: 20px 0 5px 0;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 99;
  }

  ul.header {
    width: 900px;
    height: 60px;
    margin: 0 auto;
    padding: 0 180px 0 0;
    display: flex;
    justify-content: space-between;
    background: url(../image/telbutton.png) no-repeat center right;
  }

  img.logo {
    width: 510px;
    height: 60px;
  }

  img.smalllogo {
    width: 180px;
    height: 60px;
  }

  header a:hover img {
    filter: alpha(style=0, opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    background: #fff;
  }

  a.togo {
    outline: none;
  }
}

@media screen and (max-width: 1079px) {
  header {
    width: 100%;
    height: auto;
    padding: 3% 4% 1% 4%;
    box-sizing: border-box;
  }

  ul.header {
    width: 100%;
  }

  img.logo {
    width: 70%;
    height: auto;
    position: relative;
    z-index: 100;
  }

  ul.header li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  img.logomail {
    display: none;
  }
}