@media only screen and (max-width: 640px) {

  .viewSp {
    display: block;
  }

  .notViewSp {
    display: none;
  }

  /* #topVisual .first {
    display: none;
  } */

  #topVisual .second {
    width: 300px;
  }

  #greeting,
  #seisaku,
  #kihonSeisaku,
  #profile,
  #katsudo,
  #contact {
    padding: 20px 0px;
  }

  main>div h2 .titelSet {
    margin-left: 0px;
    margin: 35px 0px 30px 0px;
  }

  main>div h2 .titelSet div.fukidashi {
    display: none;
    /*透明の吹き出し消去 */
  }

  main>div h2 .title {
    font-weight: 600;
    font-size: 26px;
    margin-left: 0px;
    letter-spacing: 0em;
  }

  #latest .latest__schedule {
    width: 300px;
    height: 200px;
  }

  #latest .latest__fbTimeline.viewTb,
  #latest .latest__twTimeline.viewTb {
    display: none;
  }


  #latest .latest__fbTimeline.viewSp,
  #latest .latest__twTimeline.viewSp {
    margin-top: 28px;
    display: block;
  }

  #greeting,
  main>div .inner {
    width: 300px;
    margin: 0px auto;

  }

  #greeting {
    letter-spacing: 0em;
    line-height: 2.5em;
    font-size: 12px;
  }

  #greeting .second {
    margin: 25px auto 20px auto;
  }

  #seisaku .inner ul li .left {
    text-align: center;
    display: block;
    width: 100%;
  }

  #seisaku .inner ul li h3 {
    font-size: 18px;
    border-bottom: none;
    width: auto;
  }

  #seisaku .inner ul li .right {
    display: none;
  }

  #seisaku .inner ul li p {
    text-align: left;
    font-weight: 400;
    width: 101%;
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 2em;
  }

  #profile .pictureBig {
    display: none;
  }

  #profile ul.nenpyo {
    margin-top: 34px;
    font-size: 14px;
    width: 100%;
  }

  #profile .pictureBigSp .caption {
    text-align: center;
    font-size: 14px;
  }

  #profile .picturesSmall ul li {
    display: block;
    padding: 30px 0px;
  }

  #profile .picturesSmall ul li .frame .caption {
    text-align: center;
    font-size: 14px;
  }

  #profile .picturesSmall ul li:first-child {
    padding: 0px 0px 0px 0px;
  }

  #profile .picturesSmall ul li:last-child {
    padding: 0px 0px 0px 0px;
  }

  #profile .picturesSmall ul li.li2 {
    padding: 14px 0px 0px 0px;
  }

  #profile .picturesSmall ul li.li3 {
    padding: 14px 0px 0px 0px;
  }

  #profile .picturesSmall ul li.li4 {
    padding: 14px 0px 0px 0px;
  }

  /* ホバー消去 */
  #profile .frame:hover .grayScale {
    opacity: 0;
  }

  #profile .frame:hover .hoverText {
    opacity: 0;
  }

  /* #kihonSeisaku {
  background: none;
  background-color: #e9f7ee;
} */

  #kihonSeisaku .inner p {
    font-weight: 500;
    font-size: 14px;
  }

  #kihonSeisaku .inner section {
    margin-top: 38px;
  }

  #kihonSeisaku .inner section h3 {
    font-size: 18px;
    text-align: center;
  }

  #kihonSeisaku .inner section ul {
    margin-top: 16px;
    font-size: 14px;
    line-height: 2em;
  }

  #katsudo .inner ul.latest li {
    display: none;
  }

  #katsudo .inner ul.latest li:first-child {
    display: block;
    padding: 0px 0px 0px 0px;
  }

  #access {
    background-color: #ffffff;
  }

  #contactPage #access {
    background-color: #e9f7ee;
  }

  #access .inner .map {
    width: 100%;
  }

  #access .inner .text {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }

  /* お問い合わせ */
  #contactSp {
    text-align: center;
    padding-bottom: 60px;
  }

  #contactSp div.otoiawase a {
    color: #20944f;
    font-weight: 600;
    display: inline-block;
    border: solid 2px;
    padding: 10px 40px;
    background-image: linear-gradient(to right, #ffffff 50%, #20944f 50%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: .3s;
  }

  #contactSp div.otoiawase a:hover {
    background-position: -100% 0;
    border: solid 2px #20944f;
    color: #fff;
  }

  #contactSp .fb,
  #contactSp .tw {
    margin-top: 40px;
    display: inline-block;
  }

  #contactSp .fb,
  #contactSp .tw {
    margin: 40px 0px 40px 0px;
    display: inline-block;
  }

  #contactSp .fb {
    margin-right: 10px;
  }

  #contactSp .tw {
    margin-left: 10px;
  }

  #contactSp .info a {
    color: #20944f;
    font-size: 14px;
  }

  /* プライバシーポリシーページ */
  #privacyPolicy main div.info,
  #sitePolicy main div.info {
    margin: 0px 0px 0px 0px;
  }

  /* お問い合わせ完了ページ */
  #contactPage main#complete .wrapper {
    width: 300px;
  }
}