@charset "UTF-8";

/*===============================

  レスポンシブデザイン タブレット
  768px 以下

================================*/
@media only screen and (min-width:560px) and (max-width:768px) {

main {
    margin-top: 125px;
}

#g-header__logo{
  margin-top: 10px;
}
div.g-header-menu{
  width: 260px;
}
div.g-header-menu ul li{
  width: 80px;
}

/**/
}
/**/