@charset "UTF-8";
#app .main_visual .contents_title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
#app .map_space {
  width: 100%;
  position: relative;
}
#app .map_space iframe {
  width: 100%;
  height: 400px;
}
#app .information_list {
  border-top: none;
  display: grid;
  gap: 0;
  grid-template-columns: 100px 1fr;
  /* 1列目は300px、2列目は余った幅全て */
}
#app .information_list:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
#app .information_list dt {
  width: 100%;
  padding: 0;
}
#app .information_list dd {
  width: 100%;
}
#app .information_list dd a {
  display: block;
}
#app .content .section_title {
  margin-bottom: 32px;
}
#app .information:first-of-type .section_title {
  font-family: 'Noto Sans JP', sans-serif;
}
#app .adress_img {
  width: 191px;
}
#app .adress_img img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  #app .information_list dd {
    width: 100%;
    font-weight: 200;
  }
  #app .map_space iframe {
    height: 335px;
  }
}

/*# sourceMappingURL=contact.css.map */
