.theaterNote {
  font-size: 11px;
  color: #666;
  font-weight: normal;
  padding: 0 32px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .theaterNote {
    padding: 0 16px;
  }
}
