/* ---------------------------------------- */
/* ---------------------------------------- */
#map {
  width: 100%;
  margin-bottom: 40px; }
  #map iframe {
    width: 100%;
    height: 100%; }

#bus {
  width: 100%;
  margin-bottom: 50px; }
  @media screen and (max-width: 640px) {
    #bus {
      height: 220px;
      margin-bottom: 25px; } }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    #bus {
      height: 300px;
      margin-bottom: 25px; } }
  @media screen and (min-width: 1024px) {
    #bus {
      /* pc */
      height: 400px; } }
  #bus img {
    max-width: none; }
  #bus iframe {
    width: 100%;
    height: 100%; }

/* ---------------------------------------- */
table.type1 td {
  text-align: center; }

@media screen and (max-width: 1023px) {
  table.type1 {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  table.type1 {
    margin-bottom: 25px; } }
