/* タブレット向けレイアウト */
@media (max-width: 1200px) {
  .header-right {
    display: none;
  }

  .top-wrapper h1 {
    font-size: 45px;
  }

  .sitemaps {
    padding-left: 200px;
    width: 100%;
  }

  .facebook {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .header-left {
    display: none;
  }
}

/* スマホ向けレイアウト */
@media (max-width: 700px) {
  header {
    background-color: white;
  }

  .logo img {
    width: 270px;
    padding-top: 12px;
  }

  .header-right {
    display: none;
  }

  .contact-btn {
    height: 80px;
    width: 300px;
  }

  .contact-text a {
    font-size: 24px;
  }

  .header-right {
    float: left;
  }

  .top-wrapper h1 {
    font-size: 35px;
    padding: 0px;
  }

  .top-wrapper h2 {
    font-size: 15px;
  }

  .description {
    width: 95%;
  }

  .contact-wrapper p {
    font-size: 16px;
  }

  footer .right p {
    font-size: 10px;
    text-align: center;
  }

  .sitemaps {
    width: 100%;
    padding-left: 30px;
  }

  .facebook {
    display: none;
  }
}

/* タブレット以外向けレイアウト */
@media (min-width: 1200px) {
  .header-right-mobile-layout {
    display: none;
  }
}

/* スマホ以外向けレイアウト */
@media (min-width: 700px) {
  .mobile-facebook {
    display: none;
  }
}
