@charset "UTF-8";

.m40 {
  margin: 40px auto;
}

.btn_800_yellow {
    background: white;
    padding: 14px 0;
    border-radius: 25px;
    font-size: 1.4rem;
    color: #ebb122;
    position: relative;
    display: block;
    width: 800px;
    text-align: center;
    margin: 10px auto 0;
    border: 1px solid #ebb122;
    font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.btn_800_yellow::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-top: 2px solid #ebb122;
    border-right: 2px solid #ebb122;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px;
    top: 38%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.btn_800_yellow:hover {
    background: #ebb122;
    color: #fff;
}

.btn_800_yellow:hover::after {
    right: 10px;
    top: 38%;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.text_red {
  color: red;
  font-weight: bold;
}

@media screen and (max-width: 767.98px) {

    .btn_800_yellow {
      font-size: 1.2rem;
      padding: 15px;
      width: 285px;
    }

    .btn_800_yellow::after {
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      border-top: 2px solid #ebb122;
      border-right: 2px solid #ebb122;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 20px;
      top: 38%;
      -webkit-transition-duration: .5s;
      transition-duration: .5s;
    }
  
}
/*# sourceMappingURL=../../maps/facilities/chiiki/style.css.map */
