@charset "utf-8";

h2 {
  background: unset;
  text-shadow: unset;
  background-color: lightgray;
  color: var(--text-color);
  font-size: large;
  margin-bottom: 0;
  text-align: center;
}

div.main-image {
  text-align: center;
}

.main-image img {
  max-width: 80%;
}

div.description {
  margin: 1em 0;
}

.description p {
  font-weight: normal;
  margin: 0;
  text-indent: 1em;
}

div.center-image-outer {
  margin: 10px;
}

div.facebook {
  font-size: large;
  margin: 0 1em;
}

div.facebook>a {
  color: var(--text-color);
}

.info p {
  margin: 0;
}

.info a {
  font-size: larger;
}

.info p.explanation {
  font-size: 11pt;
  font-weight: normal;
  margin-top: 1em;
}

.info p.address {
  font-size: larger;
}

span.map {
  font-size: small;
}

span.tel-header {
  display: inline-block;
  min-width: 2.5em;
}

span.tel-data {
  display:inline-block;
  width: 15em;
}

@media screen and (max-width: 890px) {
  .main-image img {
    max-width: 100%;
    height: auto;
  }

  ul {
    padding-left: 20px;
  }
}