@charset "UTF-8";

main {
    width: 100%;
    height: 400px;
}
.map-embed {
    height: 100%;
    width: 100%;
}

/* --------------------------------------------------
 Fonts
-------------------------------------------------- */

@import '//fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese';

@font-face {
  font-family: "BMW Type Next Regular";
  font-weight: 100;
  src: url("../fonts/BMWTypeNextLatin-Regular.woff2") format("woff2"),
    url("../fonts/BMWTypeNextLatinTT-Regular.woff") format("woff");
}
@font-face {
  font-family: "BMW Type Next Bold";
  font-weight: 700;
  src: url("../fonts/BMWTypeNextLatin-Bold.woff2") format("woff2"),
    url("../fonts/BMWTypeNextLatinTT-Bold.woff") format("woff");
}
@font-face {
  font-family: "BMW Type Next Light";
  src: url("../fonts/BMWTypeNextLatin-Light.woff2") format("woff2"),
    url("../fonts/BMWTypeNextLatinTT-Light.woff") format("woff");
}


