@charset "utf-8";
/* 幅が 834px以下 */
@media (max-width:834px) {
  #access_g_maps1 {
    width: 100%;
    height: 400px;
  }
  .access_address {
    font-size: 10pt;
    text-align: center;
  }
  .access_content_text {
    padding: 0;
  }
  .access_content_text p {
    margin: 30px 0;
    line-height: 2rem;
  }
  .access_content_parking {
    width: 100%;
  }
  .access_content_parking th {
    background: #eee;
  }
  .access_content_parking th,
  .access_content_parking td {
    padding: 15px 0;
    font-weight: normal;
    text-align: center;
    border: solid 1px #aaa;
  }
  #access_g_maps2 {
    width: 100%;
    height: 400px;
  }
  .access_content_visitor {
    width: 100%;
  }
  .access_content_visitor th,
  .access_content_visitor td {
    padding: 15px 20px;
    font-weight: normal;
    text-align: left;
    white-space: pre-line;
  }
  .access_content_visitor tr {
    border-bottom: solid 1px #aaa;
  }
}
/* 幅が 834px以上 */
@media (min-width:834px) {
  #access_g_maps1 {
    width: 100%;
    height: 300px;
  }
  .access_address {
    font-size: 12pt;
    text-align: center;
  }
  .access_content_text {
    padding: 0 30px;
  }
  .access_content_text p {
    margin: 30px;
    line-height: 2rem;
  }
  .access_content_parking {
    width: 100%;
  }
  .access_content_parking th {
    background: #eee;
  }
  .access_content_parking th,
  .access_content_parking td {
    padding: 15px 0;
    font-weight: normal;
    text-align: center;
    border: solid 1px #aaa;
  }
  #access_g_maps2 {
    width: 100%;
    height: 250px;
  }
  .access_content_visitor {
    width: 100%;
  }
  .access_content_visitor th,
  .access_content_visitor td {
    padding: 15px 20px;
    font-weight: normal;
    text-align: left;
  }
  .access_content_visitor tr {
    border-bottom: solid 1px #aaa;
  }
}
