body #contents article {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  body #contents article {
    margin-bottom: 15%;
  }
}
body #contents h3 {
  color: #1e50a2;
  font-size: 24px;
  text-align: center;
  margin: 1.5em 0 0.4em;
}
@media screen and (max-width: 768px) {
  body #contents h3 {
    font-size: 4vw;
  }
}
body #contents .lead {
  margin-bottom: 0.5em !important;
}
body #contents .bg {
  padding: 0.6em 2em;
  background: #d2dcec;
  text-align: center;
}
body #contents .bg p {
  font-size: 18px;
}
body #contents .tel {
  color: #1e50a2;
  font-size: 1.4em;
}
body #contents .tel a {
  text-decoration: none;
}
body #contents p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  body #contents p {
    font-size: 16px;
  }
}
body #contents .notes {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body #contents .notes {
    font-size: 13px;
  }
}
body #contents #hours table.table {
  width: 350px;
  margin: 0 auto 20px;
}
body #contents #hours table.table th,
body #contents #hours table.table td {
  padding: 0.5em 1em;
  font-size: 18px;
}
body #contents #hours table.table th {
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body #contents #hours table.table th,
  body #contents #hours table.table td {
    padding: 0.4em 1em;
    border-top: none;
  }
  body #contents #hours table.table th {
    text-align: center;
  }
  body #contents #hours table.table td {
    padding: 0.3em 1em;
  }
}
body #contents #price .bg {
  padding: 1.5em 140px 10px;
  text-align: left;
}
body #contents #price .bg dl {
  font-family: Shuei Mincho M;
}
body #contents #price .bg dl dt {
  position: absolute;
  color: #1e50a2;
  font-size: 22px;
}
body #contents #price .bg dl dd.price {
  border-bottom: 2px dotted #2959a7;
  padding-bottom: 0.2em;
  padding-left: 280px;
  font-size: 22px;
}
body #contents #price .bg dl dd.price span {
  font-size: 0.8em;
}
body #contents #price .bg dl dd.notes {
  font-size: 16px;
  margin-bottom: 15px;
}
body #contents #price figure.card{
	text-align: center;
}
@media screen and (max-width: 768px) {
  body #contents #price .bg {
    text-align: center;
    padding: 1.5em 1em 10px;
  }
  body #contents #price figure.card{
	margin: 10px auto;
	width: 90%;
}
  body #contents #price .bg dl dt {
    position: relative;
    border-bottom: 2px dotted #2959a7;
    font-size: 5vw;
  }
  body #contents #price .bg dl dd.price {
    border: none;
    padding-left: 0;
    font-size: 5vw;
  }
  body #contents #price .bg dl dd.notes {
    font-size: 4vw;
  }
}
body #contents #price h3 {
  margin-top: 50px;
}
body #contents #access p {
  text-align: center;
}
body #contents #access .map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
body #contents #access .map iframe,
body #contents #access .map object,
body #contents #access .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body #contents #access p.maplink {
  text-align: right;
  font-size: 12px;
}
body #contents #access p.maplink a {
  color: #666;
}

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