@charset "utf-8";

.button.more {
  margin-top: var(--content-margin);
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#address {
  padding: var(--section-padding) 0 !important;
}
#address h2 {
  font-weight: 600;
  margin-bottom: 1em;
}
#address h2 img {
  max-width: 194px;
  width: 100%;
  height: auto;
}
#address .inquiry {
  background-color: var(--color-theme-white);
  padding: 4vw;
  text-align: center;
  font-family: var(--font-family-serif);
}
#address .inquiry .siteurl {
  font-family: var(--font-family-sans);
  font-size: 16px;
}