@charset "utf-8";

/* overall/index
---------------------------------------------------*/
body .tel_reservation .outer_frame_blue {
  text-align: center;
}

body .tel_reservation .outer_frame_blue a {
  pointer-events: none;
  color: #333;
}
body .tel_reservation .outer_frame_blue a .arrow_img {
  display: none;
}

body .tel_reservation .txt_emphasis {
  font-size: 2.4em;
  font-weight: bold;
}

body .tel_reservation .txt_normal {
  font-size: 1.6em;
  margin-top: 12px;
}

@media only screen and (max-width:768px) {
  body .tel_reservation .outer_frame_blue a {
    pointer-events: auto;
    position: relative;
    display: block;
    width: 100%;
    max-width: 311px;
    height: 100%;
    min-height: 84px;
    text-align: center;
    color: #fff;
    padding: 20px 40px 20px 4px;
    margin: 0 auto;
    background: #23ADED;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 3px 3px;
    box-sizing: border-box;
  }
  body .tel_reservation .outer_frame_blue a .arrow_img {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 20px;
    height: auto;
  }

  body .tel_reservation .txt_emphasis {
    font-size: 1.7em;
  }

  body .tel_reservation .txt_normal {
    font-size: 1.1em;
    margin-top: 13px;
  }

  body .tel_reservation .outer_frame_blue .asterisk {
    text-align: left;
    margin-top: 16px;
  }
}
