@media only screen and (max-width: 1024px) {
  .viewPc {
    display: none;
  }

  .viewTb {
    display: block;
  }

  .viewSp {
    display: none
  }

  /* ページ内リンクの調整 */
  #greetingLink,
  #seisakuLink,
  #kihonSeisakuLink,
  #profileLink,
  #katsudoLink {
    margin-top: 0px;
    padding-top: 0px;
  }

  #topVisual .first {
    height: 500px;
  }

  #topVisual .contents {
    padding-top: 0px;
  }

  #topVisual .contents img {
    height: 503px;
    width: auto;
    padding-top: 0px;
  }

  #latest .latest__schedule {
    width: 500px;
    height: 200px;
  }

  #latest .latest__fbTimeline,
  #latest .latest__twTimeline {
    margin-top: 28px;
    margin-left: 0px;
  }

  #latest .latest__fbTimeline.viewTb,
  #latest .latest__twTimeline.viewTb {
    display: block;
  }

  #latest .latest__fbTimeline.viewPc,
  #latest .latest__twTimeline.viewPc {
    display: none;
  }

  #greeting,
  main>div .inner {
    width: 600px;
    margin: 0px auto;
  }

  #profile .pictureBig .frame .hoverText img,
  #profile .picturesSmall .frame .hoverText img {
    width: 200px;
  }

  #profile .picturesSmall ul li {
    width: 287px;
    display: inline-block;
  }

  #seisaku .inner ul li h3 {
    width: 500px;
  }

  #access .inner .contents1 {
    text-align: center;
  }

  #access .inner .map {
    width: 420px;
    height: 280px;
  }

  #access .inner .gaikanPc {
    display: none;
  }

  #access .inner .contents2 {
    display: inline-block;
    width: 180px;
    margin-left: 0px;
    margin-top: 14px;
    margin-bottom: 28px;
  }

  #access .inner .text {
    width: 420px;
    height: auto;
    display: inline-block;
    line-height: 1.5em;
    margin-top: 18px;
  }

  #access .inner .contents1Tb {
    font-size: 12px;
    line-height: 1.5em;
  }

  /* 『ご意見・お問い合わせ』ページ */
  #contactPage main>.inner {
    padding: 100px 0px 50px 0px;
  }

  #contactPage form table {
    border-spacing: 10px;
    padding: 20px;
  }

  #contactPage form table tr th {
    text-align: left;
    width: auto;
    display: block;
  }

  #contactPage form table tr td {
    display: block;
  }

  #contactPage form table tr td input,
  #contactPage form table tr td textarea {
    width: 100%;
  }

  /* プライバシーポリシーページ */

  #privacyPolicy main,
  #sitePolicy main {
    padding: 0px 10px 0px 10px;
  }

  /* トップへ戻るボタン */
  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
  }

  #page-top a {
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    opacity: 0.45;
  }

}