@charset "utf-8";
#timetable img {
  width: 70%;
  max-width: 600px;
  display: block;
  margin: 0 auto 30px;
}
#area img {
  width: 90.6%;
  max-width: 1000px;
  display: block;
  margin: 0 auto 30px;
}
.normal_button {
  display: block;
  box-sizing: border-box;
  width: 182px;
  margin: 0 auto 90px;
  font-size: 1.5rem;
  color: #e42e33;
  line-height: 60px;
  text-align: center;
  border: 1px solid #e42e33;
  border-radius: 3px;
  transition: all 0.5s 0s ease;
}
.normal_button:hover, .normal_button:active {
  box-shadow:
    0 0 0.1em #e42e33, 0 0 0.5em #e42e33;
}
#gmap {
  width: 90%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin: 0 auto 30px;
}
#gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#place {
  text-align: center;
  margin-bottom: 90px;
}
#place span {
  display: block;
}
#place h2 {
  margin-top: 30px;
  color: #e42e33;
}
#place p {
  line-height: 2rem;
  font-size: 1.3rem;
}
#place-text p:first-child {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
}
@media screen and (min-width:961px) {
  .normal_button {
    width: 300px;
  }
  #gmap {
    padding-bottom: 30%;
    width: 50%
  }
  #place .mb_text {
    display: inline;
  }
  #place-text p:nth-of-type(2) {
    font-size: 1rem;
  }
}