@charset "UTF-8";
@import url("sp-under.css");
@media(max-width:1000px) {
  .g-nav li {
    font-size: min(13px, 3.6vw);
  }
}
@media(max-width:820px) {
  header{
    height: 65px;
  }
  .head-logo{
    width: min(160px,50%);
  }
  .head-nav {
    display: none;
  }
  .hum-btn-wrap {
    height: 65px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    position: fixed;
  }
}
@media(max-width:480px) {
  .index-key{
    height: 100svh;
    background: url("../image/tanaka/background-main-sp.jpg") no-repeat center bottom/cover;
  }
}