@charset "UTF-8";

section.details .page-name-kana {
  font-size: 0.9em;
}

section.details .page-name {
  font-size: 2rem;
  font-weight: 900;
}

section.details table.basic-information tbody tr > th {
  width: 16em;
  box-sizing: border-box;
  vertical-align: middle;
}

.area-terms ul {
  list-style: none;
}

.area-terms ul > li {
  font-size: 1rem;
}

.area-terms ul > li:after {
  content: '、';
}

.area-terms ul > li:last-child:after {
  content: none;
}

.subject-terms ul {
  list-style: none;
  margin: 0 0 -1em -0.5em;
}

.subject-terms ul > li {
  font-size: 1rem;
  line-height: 1;
  margin: 0 0.5em 1rem;
  padding: 0.25em 0.5em;
  background: #009d24;
  color: #ffffff;
}

.subject-terms ul > li:last-child {
  margin: 0 0.5em 1rem;
}

[data-js-component="google-maps"] {
  width: 100%;
  border: 1px solid #d0d0d0;
  margin: 0.5em 0 0 0;
  box-sizing: border-box;
  height: 100vw;
  max-height: 300px;
}

[data-js-component="google-maps"] div {
  position: unset;
}

section.schedule table * {
  text-align: center;
  vertical-align: middle;
}

section.schedule table .closed {
  color: #ff0000;
  font-weight: 900;
}