@charset "utf-8";

/** ***************************************************************************
 * 住所
 * ************************************************************************* */

#ContentsMain div.address {
  margin: 40px auto;
}

#ContentsMain div.address table {
  font-size: 1.125em;
}

#ContentsMain div.address th {
  width: 25%;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:768px) {

  #ContentsMain div.address table {
    font-size: 1.25em;
  }

}

/** ***************************************************************************
 * Google Map
 * ************************************************************************* */

#ContentsMain div.googlemap {
  max-width: 900px;
  margin: 40px auto;
  padding-bottom: 100%;
  position: relative;
  z-index: 1;
}

#ContentsMain div.googlemap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:768px) {

  #ContentsMain div.googlemap {
    padding-bottom: 50%;
  }

}
