* {
  margin:0; padding:0;
  text-align: center;
  background-color: #ffffe7;
}

p {
  font-family: serif;
}

h2 {
  font-family: serif;
}

header {
  width: 100%;
  padding: 15px 0;
  margin: 0 auto;
  font-family: 'Caveat', cursive;
}

.headline {
  font-size: 128px;
}

.headline_date {
  font-size: 64px;
}

.headline_image {
  width: 100%;
}

.discribe {
  margin: 20px;
  font-size: 40px;
}

.discribe_schedule {
  margin: 40px;
  font-size: 40px;
}

.options {
  width: 100%;
  margin: 20px auto;
}

.question {
  margin: 20px auto;
}

.answer {
  margin: 20px auto;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 45px;
  font-family: serif;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  width: 30%;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.guide {
  padding: 10px;
  font-size: 30px;
}

.shedule {
  width: 100%;
  font-size: 40px;
}
table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: serif;
  font-size: 30px
}

div.schedule_start {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.schedule_name {
  width: 35%;
}
.schedule_at {
  width: 40%;
}

td.schedule_name {
  text-align: left;
}

td.schedule_at {
  height: 90px;
}

.schedule_after {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.schedule_time {
  width: 20%;
}
.schedule_content {
  width: 40%;
}

.schedule_start {
  padding: 20px;
}

table.schedule_start {
  padding: 20px;
  padding-left: 50px;
}

.schedule_after {
  padding: 20px;
}

footer {
  margin: 50px;
}
