﻿p.copyright{font-family: 'Nothing You Could Do', cursive;}

.header-block{background-color: #fff;}
/* 横幅を指定するための要素 */
.map-wrap {
  margin-top:60px;
  max-width: 100%; /* ここに横幅を指定 */
}
 
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}