@media screen and (min-width: 1025px), print {
  .contact p {
    line-height: 1.8 !important;
    font-size: 16px !important;
  }
  .room_table {
    padding-bottom: 50px;
  }
  .room_table dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Nunito Sans", sans-serif;
    font-size: 2rem;
    margin-top: 5px;
    width: 100%;
  }
  .room_table dt {
    padding: 0.2em 1em;
    background-color: #e4e4e4;
    width: 350px;
    margin-right: 5px;
    font-size: 2rem;
  }
  .room_table dd {
    padding: 0.2em 1em;
    max-width: 600px;
  }
  .room_contact dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .room_contact dl dt {
    width: 300px;
    padding-right: 30px;
    font-size: 2rem;
  }
  .room_contact dl dd {
    width: 700px;
  }
  .room_contact dl dd .q_sub {
    padding-left: 24px;
  }
  .room_contact dl input {
    -moz-box-shadow: none;
         box-shadow: none;
    border: 1px solid #b8b8b8;
    -moz-border-radius: 10px;
         border-radius: 10px;
    width: 540px;
    min-height: 48px;
    padding: 0 20px;
    outline: none;
    font-size: 2rem;
    font-family: "Nunito Sans", sans-serif;
    color: #000;
    line-height: 46px;
    word-break: keep-all;
  }
}

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .room_contact dl input {
    line-height: 48px;
  }
}

@media screen and (min-width: 1025px), print {
  .room_contact dl input::-ms-clear {
    display: none;
  }
  .room_contact dl input[type='radio'] {
    width: 16px;
    height: 16px;
    min-height: 16px;
    margin: 10px 10px 10px 0;
    vertical-align: middle;
  }
  .room_contact dl input[type='radio'] + label {
    margin: 0 10px 10px 0;
    vertical-align: middle;
  }
  .room_contact dl input[type='checkbox'] {
    width: 16px;
    height: 16px;
    min-height: 16px;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }
  .room_contact dl input[type='checkbox'] + label {
    margin-right: 10px;
    vertical-align: middle;
  }
  .room_contact dl input.input_number {
    width: 70px;
    height: 30px;
    min-height: 30px;
    line-height: 1;
    -moz-border-radius: 2px;
         border-radius: 2px;
    margin: 5px 0;
    padding: 5px 10px;
    font-size: 16px;
    vertical-align: middle;
  }
  .room_contact dl input.input_text {
    width: 120px;
    height: 30px;
    min-height: 30px;
    line-height: 1;
    -moz-border-radius: 2px;
         border-radius: 2px;
    margin: 5px 0;
    padding: 5px 10px;
    font-size: 16px;
    vertical-align: middle;
  }
  .room_contact dl textarea {
    font-family: "Nunito Sans", sans-serif;
    font-size: 2rem;
    line-height: 28px;
    border: 1px solid #b8b8b8;
    -moz-border-radius: 10px;
         border-radius: 10px;
    width: 540px;
    min-height: 180px;
    padding: 8px 20px;
    margin: 20px 0 0;
    outline: none;
    resize: vertical;
  }
  .room_contact .btn_wrap {
    padding-bottom: 119px;
  }
  .room_contact .btn {
    display: block;
    cursor: pointer;
    margin-top: 44px;
    margin-bottom: 119px;
    outline: none;
    border: 0;
    width: 201px;
    height: 50px;
    text-align: center;
    -moz-border-radius: 25px;
         border-radius: 25px;
    background-color: #a99019;
    font-family: "Nunito Sans", sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 50px;
    color: #fff;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
       -moz-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
  }
  .room_contact .btn:first-child {
    margin-right: 33px;
    margin-bottom: 0;
  }
  .room_contact .btn:last-child {
    background-color: #000;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .room_contact .btn:last-child::after {
    left: 14px;
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .room_contact .btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 16px;
    height: 14px;
    background: url(../images/ic_ar.png);
    display: block;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .room_contact .btn:hover {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media screen and (max-width: 1024px) {
  .room_table {
    padding-bottom: 11.71875vw;
  }
  .room_table dl {
    font-family: "Nunito Sans", sans-serif;
    font-size: 3.90625vw;
    margin-top: 1.95312vw;
    width: 100%;
  }
  .room_table dt {
    padding: 0.2em 1em;
    background-color: #e4e4e4;
    width: 100%;
    margin-top: 1.95312vw;
  }
  .room_table dd {
    padding: 0.2em 1em;
    width: 100%;
    margin-top: 1.95312vw;
  }
  .room_contact dt {
    font-size: 4.6875vw;
    margin-bottom: 1.30208vw;
  }
  .room_contact dl {
    margin-bottom: 2.60417vw;
  }
  .room_contact input {
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-box-shadow: none;
         box-shadow: none;
    border: 1px solid #b8b8b8;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    width: 100%;
    height: 34px;
    min-height: 34px;
    padding: 0 2.60417vw;
    outline: none;
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
    color: #000;
    line-height: 9.375vw;
    word-break: keep-all;
  }
}

@media screen and (max-width: 1024px) and (-ms-high-contrast: active), screen and (max-width: 1024px) and (-ms-high-contrast: none) {
  .room_contact input {
    line-height: 9.375vw;
  }
}

@media screen and (max-width: 1024px) {
  .room_contact input::-ms-clear {
    display: none;
  }
  .room_contact input[type='radio'] {
    -webkit-appearance: radio;
    width: 5.20833vw;
    height: 5.20833vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin: 0 2.60417vw 0 0;
    vertical-align: middle;
  }
  .room_contact input[type='radio'] + label {
    margin: 0 2.60417vw 2.60417vw 0;
    vertical-align: middle;
  }
  .room_contact input[type='checkbox'] {
    -webkit-appearance: checkbox;
    width: 5.20833vw;
    height: 5.20833vw;
    margin: 0 2.60417vw 0 0;
    vertical-align: middle;
  }
  .room_contact input[type='checkbox'] + label {
    margin-right: 2.60417vw;
    vertical-align: middle;
  }
  .room_contact input.input_number {
    width: 36.45833vw;
    height: 28px;
    min-height: 28px;
    -moz-border-radius: 0.52083vw;
         border-radius: 0.52083vw;
    margin: 0 0 2.60417vw 0;
    line-height: 1;
    vertical-align: middle;
  }
  .room_contact input.input_text {
    width: 36.45833vw;
    height: 28px;
    min-height: 28px;
    -moz-border-radius: 0.52083vw;
         border-radius: 0.52083vw;
    vertical-align: middle;
    margin: 0 2.60417vw;
    line-height: 1;
    vertical-align: middle;
  }
  .room_contact textarea {
    -webkit-appearance: none;
    font-family: "Nunito Sans", sans-serif;
    font-size: 3.90625vw;
    line-height: 5.46875vw;
    border: 1px solid #b8b8b8;
    -moz-border-radius: 1.95312vw;
         border-radius: 1.95312vw;
    width: 100%;
    min-height: 35.15625vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 1.04167vw 2.60417vw;
    outline: none;
    resize: vertical;
  }
  .room_contact .btn_wrap .btn {
    display: block;
    margin-top: 5.20833vw;
    margin-bottom: 17.05729vw;
    outline: none;
    border: 0;
    width: 39.0625vw;
    text-align: center;
    -moz-border-radius: 5.20833vw;
         border-radius: 5.20833vw;
    background-color: #a99019;
    font-family: "Nunito Sans", sans-serif;
    font-size: 4.29688vw;
    font-weight: 800;
    line-height: 9.76562vw;
    color: #fff;
    position: relative;
  }
  .room_contact .btn_wrap .btn:first-child {
    margin-bottom: 0;
  }
  .room_contact .btn_wrap .btn:last-child {
    margin-top: 3.90625vw;
    background-color: #000;
  }
  .room_contact .btn_wrap .btn:last-child::after {
    left: 2.73438vw;
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .room_contact .btn_wrap .btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.47396vw;
    width: 3.125vw;
    height: 2.73438vw;
    background: url(../images/ic_ar.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
