@charset "utf-8";

/* タブレット向けレイアウト */
@media screen and (max-width: 1024px) {
  .header_pc {
    display: none;
  }
  .header_smt {
    display: block;
    height: 7vh;
  }
  .menu-content {
    margin-top: 7vh;
    height: 93vh;
  }
  .menu-content ul {
    padding: 1em;
  }
  .menu-btn {
    /* position: fixed; */
    top: 1vh;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  .indexlayout {
    padding-left: 10px;
    /* margin-top: 20px; */
  }
  .top_image_pc {
    display: none;
  }
  .top_image_smt {
    display: block;
  }
  #contact {
    text-align: center;
  }
  #contact img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
  table {
    font-size: 0.8em;
  }
  .indexlayout {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .indexlayout img {
    width: 8%;
    max-width: 100px;
    padding: 0;
    margin-left: 1em;
  }
  .indexlayout h4 {
    font-size: 1em;
    margin-bottom: 0;
    font-weight: 400;
  }

  .indexlayout p {
    font-size: 0.8em;
  }
}

/* モバイル向けレイアウト */
@media screen and (max-width: 670px) {
  .indexlayout img {
    max-width: 50px;
  }
  .indexlayout h4 {
    font-size: 1em;
  }
  .indexlayout p {
    font-size: 0.8em;
  }
}
