@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "Yu Mincho", "Hiragino Mincho Pro", "MS PMincho", sans-serif;
  font-size: 16px;
  color: #504946;
  line-height: 1.3;
  background-color: #ffffff;
}

img {
  max-width: 100%;
}

.schedule{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}