@charset "utf-8";

@media (max-width: 900px) {

  html { font-size: 14px; }
  body { font-size: 1rem; line-height: 1.6; }

  /* ----------------------
     レイアウト調整
  ---------------------- */
  main, section, article {
    padding: 10px;
  }
  .wrap, .container {
    width: 100%;
    padding: 0 10px;
  }

  /* ----------------------
     タイトルまわり
  ---------------------- */
  div.title {
    font-size: 1.1rem;
    margin-bottom: 1em;
    padding: 0.5em 0;
    border-bottom: 1px solid #444;
  }
  div.title div.heading {
    display: block;
    line-height: 1.4;
  }
  div.title div.heading span.left {
    display: block;
    font-weight: bold;
    margin-bottom: 0.3em;
  }
  div.title div.heading span.right {
    display: block;
    font-size: 0.9rem;
    color: #aaaaaa;
    text-align: right;
  }

  /* ----------------------
     汎用パーツ
  ---------------------- */
  h1 { font-size: 1.5rem; margin: 1em 0; }
  h2 { font-size: 1.3rem; margin: 1em 0; }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  table {
    width: 100%;
    display: block;
  }
  tbody, tr, th, td {
    display: block;
    width: 100%;
  }
  th {
    background: #222;
    text-align: left;
    padding: 8px;
  }
  td {
    padding: 8px;
    margin-bottom: 10px;
  }
  
  #gmap iframe {
    width: 100%;
    height: 300px;
  }
}