/* スマートフォン（モバイル）向けスタイル */
@media only screen and (max-width: 690px) {
  header {
    height: 40px;
  }
}