@charset "UTF-8";

.contents_btn01 a span {
    white-space: nowrap;
}

/* ホットペッパーボタン　カラー変更 */
#hotpeppa_btn + .contents_btn01 a, .glossary_archive .content_wrapper .heading.block_header_2 a:after, main form .submit {
      background-color: #9f1547!important;
      border-radius: 10px!important;
      scale: 1.3!important;
}
@media screen and (max-width: 460px) {
#hotpeppa_btn + .contents_btn01 a, .glossary_archive .content_wrapper .heading.block_header_2 a:after, main form .submit {
      scale: 1!important;
}
}