/* CSS Document */
#schedule_table table{display:table;}
.miyako-ap-free{
  display: flex; width: 90%; max-width: 360px;
  justify-content: center; align-items: center;
  position: absolute; z-index: 9; bottom: -1.5vw; right: 4rem;
  background: #a40e14; margin: 0 auto;
  border-radius: 10px; padding: 15px 20px;box-sizing: border-box;
  transform: rotateZ(-7deg);
}
.miyako-ap-free img{
  width: 16%;
}
.miyako-ap-free p{ line-height: 1;
  width: 80%; font-size: 24px; font-weight: bold; color: #fff; text-align: center;
}
.miyako-ap-free p small{
  font-size: 60%; display: block; margin-top: 5px;
}
@media screen and (max-width:520px) {
  .miyako-ap-free{ position: relative; bottom: 0rem; right: 0; margin: 6rem auto -4rem; transform: none;}
  #merit a.tel{
    color: orangered;
  }
}