/* */
.reservation .rev_step {
  padding-bottom: 80px; }

.reservation .rev_step .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 96px;
  border: 2px solid #000; }

.reservation .rev_step .step > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  padding: 10px 10px 10px 20px; }

.reservation .rev_step .step > li.active {
  color: #fff;
  background-color: #000; }

.reservation .rev_step .step > li + li {
  border-left: 2px solid #000; }

.reservation .rev_step .step .no {
  font-size: 16px;
  line-height: 1.1;
  padding-bottom: 8px; }

.reservation .rev_step .step .lb {
  font-size: 16px;
  line-height: 1.25; }

.reservation > .btns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 55px; }

.reservation > .btns .cbtn {
  margin: 0 10px;
  height: 72px;
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.48px;
  text-align: center; }

.reservation > .btns .cbtn.big {
  width: 500px; }

.reservation .rev_help_guide {
  padding-top: 30px;
  text-align: center; }

.reservation .rev_help_guide .age {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2; }

.reservation .rev_help_guide .age[data-age]:before {
  content: '';
  margin: 0 auto 35px;
  width: 81px;
  height: 81px;
  display: block;
  background: url("../img/rev/ic-14-years-big.svg") no-repeat 0 0;
  background-size: 100% auto; }

.reservation .rev_help_guide .message {
  line-height: 1.75;
  font-size: 16px; }

.reservation .rev_help_guide .message > p {
  padding-top: 25px; }

.reservation .rev_help_guide .message br.small {
  display: none; }

.reservation .input_help {
  font-size: 14px;
  letter-spacing: -0.17px;
  color: #a6a9aa;
  padding-top: 8px; }

.reservation .rev_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 55px; }

.reservation .rev_form .frm_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;}

.reservation .rev_form .frm_item + .frm_item {
  margin-left: 95px; }

.reservation .rev_form .rev_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 33px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 18px;
  border-bottom: 2px solid #000;
  pointer-events: none; }

.reservation .rev_form .rev_btn .rtit {
  font-size: 24px;
  line-height: 1.1;
  white-space: nowrap;
  margin-right: auto; }

.reservation .rev_form .rev_btn .val {
  font-size: 16px;
  margin-left: auto;
  color: #0047bb;
  font-weight: bold; }

.reservation .frm_btns {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.reservation .frm_btns .cbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 350px;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  margin: 0 10px; }

.reservation .cal_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 45px; }

.reservation .cal_tit .date {
  font-size: 28px;
  font-weight: bold;
  padding-right: 24px; }

.reservation .cal_tit .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 98px; }

.reservation .cal_tit .btns:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -1px;
  margin-top: -8px;
  top: 50%;
  height: 16px;
  width: 2px;
  background-color: #e1e4e5; }

.reservation .cal_tit .btns > a {
  height: 22px;
  width: 22px;
  display: block;
  position: relative;
  overflow: hidden; }

.reservation .cal_tit .btns > a > em {
  opacity: 0; }

.reservation .cal_tit .btns > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 22px;
  margin: -11px 0 0 -7px;
  background: url("../img/rev/reserv.png") no-repeat -300px 0; }

.reservation .cal_tit .btns > a.prev:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.reservation .cal_tit .btns > a.prev.disabled:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background-position: -250px 0; }

.reservation .cal_tit .btns > a.next.disabled:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: -250px 0; }

.reservation .cal_tit .legend {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold; }

.reservation .cal_tit .legend > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px;
  min-width: 50px;
  margin-left: 2px;
  padding: 0 9px; }

.reservation .cal_tit .legend .closed {
  background-color: #f9eeed;
  color: #c5a8a6; }

.reservation .cal_tit .legend .end {
  background-color: #f3f6f6;
  color: #a6a9aa; }

.reservation .cal_tit .legend .wait {
  background-color: #e2f2ff;
  color: #a6b5c5; }

.reservation .tb_cal {
  font-size: 20px;
  table-layout: fixed;
  width: 100%;
  border-spacing: 2px;
  text-align: center;
  border-collapse: separate; }

.reservation .tb_cal thead > tr > * {
  padding-bottom: 24px;
  font-size: 16px; }

.reservation .tb_cal .bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 78px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.2s, background-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s; }

.reservation .tb_cal .bn.today {
  color: #0047bb;
  font-weight: bold; }

.reservation .tb_cal .bn.today:after {
  content: 'Today';
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: normal; }

.reservation .tb_cal .bn.closed {
  background-color: #f9eeed;
  pointer-events: none;
  color: #c5a8a6; }

.reservation .tb_cal .bn.end {
  background-color: #f3f6f6;
  pointer-events: none;
  color: #a6a9aa; }

.reservation .tb_cal .bn.wait {
  background-color: #e2f2ff;
  color: #a6b5c5; }

.reservation .tb_cal .bn.wait[data-label]:after {
  content: attr(data-label);
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: normal; }

.reservation .tb_cal .bn.selected {
  background-color: #0047bb;
  color: #fff;
  font-weight: bold; }

.reservation .btn_rdo {
  position: relative; }

.reservation .btn_rdo input {
  opacity: 0;
  position: absolute; }

.reservation .btn_rdo input:checked ~ .lb {
  z-index: 1; }

.reservation .btn_rdo input:checked ~ .lb:before {
  opacity: 1; }

.reservation .btn_rdo .lb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  border: solid 1px #e1e4e5; }

.reservation .btn_rdo .lb:before {
  content: '';
  border: 2px solid #000;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: -1;
  opacity: 0; }

.reservation .help_desc {
  padding-top: 28px;
  font-size: 16px;
  color: #a6a9aa; }

.reservation .possible {
  font-size: 20px;
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px; }

.reservation .possible:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 8px;
  background: url("../img/rev/reserv.png") no-repeat -150px 0; }

.reservation .possible > strong {
  padding-left: 0.5em; }

.reservation .time_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.reservation .time_select .btn_rdo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.reservation .time_select .btn_rdo .lb {
  height: 82px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.reservation .time_select .btn_rdo .ap {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal; }

.reservation .time_select .btn_rdo .num {
  font-size: 16px;
  color: #6f7076;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.reservation .time_select .btn_rdo .num:before {
  content: "";
  width: 17px;
  height: 16px;
  background: url("../img/rev/ic-man.svg") no-repeat 0 50%;
  background-size: 100% auto;
  margin-right: 7px; }

.reservation .time_select .btn_rdo input:checked ~ .lb .ap {
  font-weight: bold; }

.reservation .time_select .btn_rdo + .btn_rdo {
  margin-left: -1px; }

.reservation .time_list {
  margin-top: 30px;
  color: #a6a9aa;
  font-size: 16px; }

.reservation .time_list .btn_time {
  position: relative;
  display: block; }

.reservation .time_list .btn_time input {
  position: absolute;
  opacity: 0; }

.reservation .time_list .btn_time .lb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 25px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s; }

.reservation .time_list .btn_time .lb .time {
  margin-right: auto;
  font-size: 20px;
  font-weight: normal;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }

.reservation .time_list .btn_time .lb .num b {
  color: #000;
  font-weight: normal; }

.reservation .time_list .btn_time input:disabled ~ .lb {
  border-color: #f3f6f6;
  background-color: #f3f6f6; }

.reservation .time_list .btn_time input:checked ~ .lb {
  background-color: #0047bb;
  color: #fff; }

.reservation .time_list .btn_time input:checked ~ .lb .time {
  font-weight: bold; }

.reservation .time_list .btn_time input:checked ~ .lb .num b {
  color: inherit; }

.reservation .time_list .btn_time input:not(:checked) ~ .lb .point {
  color: #0047bb; }

.reservation .rev_date_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 101px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f3f6f7;
  font-size: 20px;
  margin-bottom: 55px; }

.reservation .rev_date_info .itm[data-label]:before {
  content: attr(data-label);
  padding-right: 1em;
  color: #a6a9aa;
  font-weight: normal; }

.reservation .rev_date_info .itm + .itm {
  padding-left: 78px; }

.reservation .ticket_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.reservation .ticket_select .btn_rdo {
  display: block;
  width: 558px; }

.reservation .ticket_select .btn_rdo .lb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.reservation .ticket_select .btn_rdo ~ .btn_rdo {
  margin-left: auto; }

.reservation .ticket_select .btn_rdo .ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px; }

.reservation .ticket_select .btn_rdo .ticket:before {
  content: "";
  width: 35px;
  height: 26px;
  background: url("../img/rev/reserv.png") no-repeat -800px 0;
  margin-right: 16px; }

.reservation .ticket_select .btn_rdo .photocard:before {
  width: 38px;
  height: 29px;
  background: url("../img/rev/ic-photo.svg") no-repeat 50% 0;
  background-size: auto 100%; }

.reservation .ticket_select .btn_rdo .price {
  margin-left: auto;
  font-size: 24px;
  font-weight: bold; }

.reservation .ticket_select .btn_rdo .price[data-currency]:after {
  content: attr(data-currency); }

.reservation .ticket_select .btn_rdo input:checked ~ .lb .ticket {
  font-weight: bold; }

.reservation .ticket_select .selectd_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #e1e4e5;
  min-height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 38px 10px 40px; }

.reservation .ticket_select .selectd_info[data-label]:before {
  content: attr(data-label);
  margin-right: auto;
  color: #a6a9aa;
  font-weight: normal; }

.reservation .ticket_select .selectd_info .i {
  display: inline-block;
  width: 2px;
  height: 16px;
  background-color: #e1e4e5;
  overflow: hidden;
  text-indent: -99px;
  margin: 0 12px; }

.reservation .ticket_form .frm_tlb {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 21px; }

.reservation .ticket_quantity {
  margin-bottom: 60px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e1e4e5; }

.reservation .ticket_quantity .frm_tlb {
  padding-bottom: 0; }

.reservation .ticket_quantity .count_btn {
  margin-left: auto;
  width: 558px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #000;
  height: 82px; }

.reservation .ticket_quantity .count {
  font-size: 24px;
  font-weight: bold; }

.reservation .ticket_quantity .count_btn .btn_minus,
.reservation .ticket_quantity .count_btn .btn_plus {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.reservation .ticket_quantity .count_btn em {
  overflow: hidden;
  position: absolute;
  background-color: #000;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 4px;
  margin-top: -2px;
  margin-left: -12px; }

.reservation .ticket_quantity .count_btn .btn_minus {
  left: 0;
  border-right: 2px solid #000; }

.reservation .ticket_quantity .count_btn .btn_plus {
  right: 0;
  border-left: 2px solid #000; }

.reservation .ticket_quantity .count_btn .btn_plus:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 24px;
  margin-left: -2px;
  margin-top: -12px;
  top: 50%;
  left: 50%;
  background-color: #000; }

/* */
.reservation .under {
  text-decoration: underline;
  font-weight: bold; }

.reservation .special_care {
  padding-top: 38px; }

.reservation .special_care .special_care {
  padding-top: 38px; }

.reservation .special_care .help_desc {
  color: #000;
  margin-top: 15px;
  border-top: 1px solid #e1e4e5; }

.reservation .care_select {
  font-size: 24px;
  padding-bottom: 28px; }

.reservation .care_select .chk_bg ~ .chk_bg {
  padding-left: 60px; }

.reservation .care_select .hid_input:checked ~ .lb {
  font-weight: bold; }

.reservation .frm_contact {
  margin-bottom: 59px;
  padding: 50px 60px;
  background-color: #f4f5f7;
  font-size: 18px; }

.reservation .frm_contact div.fields {
  margin-top: 38px;
  padding-top: 38px;
  border-top: 1px solid #e1e4e5; }

.reservation .frm_contact .input_help {
  font-size: 16px;
  padding-top: 12px; }

.reservation .frm_contact .input_help.chk {
  padding-top: 4px; }

.reservation .rev_partner {
  padding-top: 58px; }

@media all and (min-width: 1280px) {
  .reservation .frm_contact .lbt {
    margin-bottom: 0;
    padding-left: 14px;
    text-indent: -14px;
    padding-right: 20px;
    width: 150px;
    margin-right: auto; }
  .reservation .frm_contact .lbt:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 3px;
    height: 3px;
    background-color: #000;
    margin-right: 11px; }
  .reservation .frm_contact dl.fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .reservation .frm_contact * + .fields {
    margin-top: 20px; }
  .reservation .frm_contact dl.fields .fld {
    margin-left: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .reservation .frm_contact dl.fields + .input_help {
    margin-left: 150px;
    padding-left: 9px; } }

/* */
.reservation .resev_agree .agree_tit {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
  padding-bottom: 18px;
  border-bottom: 2px solid #000;
  margin-bottom: 38px; }

.reservation .resev_agree {
  font-size: 16px; }

.reservation .resev_agree .title {
  padding-bottom: 35px; }

.reservation .resev_agree .title .tit {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 9px; }

.reservation .resev_agree .title .tit b {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background-color: #0047bb;
  border-radius: 15px;
  margin-right: 10px; }

.reservation .resev_agree .title .desc > p {
  margin-top: 14px; }

.reservation .resev_agree .title .desc br.small {
  display: none; }

.reservation .agree_texts {
  border-top: 1px solid #000; }

.reservation .agree_texts > li {
  border-bottom: 1px solid #e1e4e5;
  padding: 38px 25px 38px 30px;
  position: relative; }

.reservation .agree_texts .tit[data-no] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.reservation .agree_texts .tit[data-no]:before {
  content: attr(data-no) ".";
  padding-right: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap; }

.reservation .agree_texts .desc {
  padding-left: 18px;
  font-size: 14px;
  padding-bottom: 12px; }

.reservation .agree_texts .desc .hid_text {
  display: none; }

.reservation .agree_texts .desc p {
  margin-top: 16px; }

.reservation .agree_texts .desc .tt {
  font-size: 16px;
  font-weight: bold; }

.reservation .agree_texts .desc * + .tt {
  margin-top: 38px;
  line-height: 1.1; }

.reservation .agree_texts .desc .dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.reservation .agree_texts .desc .dot:before {
  content: "";
  width: 3px;
  height: 3px;
  margin-right: 6px;
  background-color: #000;
  margin-top: 9px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.reservation .agree_texts .desc .dot.c_blue:before {
  background-color: #0047bb; }

.reservation .agree_texts .desc .ext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px; }

.reservation .agree_texts .desc .ext:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/rev/icons.png") no-repeat -500px 0;
  margin-right: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 3px; }

.reservation .resev_agree .abtn {
  font-size: 12px;
  padding: 0 12px 0 16px;
  height: 32px;
  position: absolute;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, -webkit-transform 0.2s;
  -o-transition: color 0.2s, transform 0.2s;
  transition: color 0.2s, transform 0.2s;
  transition: color 0.2s, transform 0.2s, -webkit-transform 0.2s;
  bottom: 10px;
  background-color: #f3f6f7; }

.reservation .resev_agree .abtn > * {
  padding-bottom: 1px; }

.reservation .resev_agree .abtn > i {
  font-style: normal; }

.reservation .resev_agree .abtn > em {
  display: none; }

.reservation .resev_agree .abtn:after {
  content: "";
  width: 12px;
  height: 7px;
  margin-left: 6px;
  background: url("../img/rev/ic-arr-small-up-black.svg") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.reservation .resev_agree .abtn.active:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.reservation .resev_agree .abtn.active > i {
  display: none; }

.reservation .resev_agree .abtn.active > em {
  display: block; }

/* */
.reservation .payment_form {
  font-size: 16px; }

.reservation .payment_form .rev_field ~ .rev_field {
  margin-top: 58px; }

.reservation .pay_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.reservation .pay_select .btn_rdo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.reservation .pay_select .btn_rdo ~ .btn_rdo {
  margin-left: -1px; }

.reservation .pay_select .btn_rdo .lb {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.reservation .pay_select .btn_rdo input:checked ~ .lb {
  font-weight: bold; }

.reservation .pay_select ~ .forms {
  margin-top: 30px; }

.reservation .rev_sum_info {
  line-height: 1.75; }

.reservation .rev_sum_info .itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.reservation .rev_sum_info .itm:not(:first-child) {
  margin-top: 18px; }

.reservation .rev_sum_info .itm > dt {
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #a6a9aa;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.reservation .rev_sum_info .itm > dd {
  margin-left: auto;
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.reservation .rev_sum_info i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 1px;
  height: 14px;
  overflow: hidden;
  text-indent: -99px;
  background-color: #333;
  margin: 0 6px 0 8px;
  font-style: normal; }

.reservation .coupon_info i {
  margin: 0 8px 0 10px;
  background-color: #a6a9aa; }

.reservation .coupon_info b.bm {
  font-weight: normal; }

.reservation .rev_sum_info .sum {
  font-size: 24px;
  color: #af231c; }

.reservation .price_info .itm {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 36px;
  line-height: normal;
  margin-top: -10px; }

.reservation .price_info .itm:not(:first-child) {
  margin-top: 5px; }

.reservation .fld_tit {
  font-size: 24px;
  border-bottom: 2px solid #000;
  font-weight: bold;
  padding-bottom: 18px;
  margin-bottom: 30px; }

.reservation .frm_coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.reservation .frm_coupon .lb {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.reservation .frm_coupon .btn_coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 85px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  padding: 0 10px;
  font-weight: bold;
  font-size: 14px;
  color: #fff; }

.reservation .coupon_info {
  margin-top: 20px;
  border-top: 1px solid #e1e4e5;
  padding-top: 15px; }

.reservation .chk_field {
  margin-top: 28px;
  border-top: 1px solid #e1e4e5;
  padding-top: 30px; }

.reservation .chk_field .agree_texts {
  border-top: 0; }

.reservation .chk_field .msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.reservation .chk_field .btn_agree {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  color: #6f7076;
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.reservation .chk_field .btn_agree {
  -webkit-transition: color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, -webkit-transform 0.2s;
  -o-transition: color 0.2s, transform 0.2s;
  transition: color 0.2s, transform 0.2s;
  transition: color 0.2s, transform 0.2s, -webkit-transform 0.2s; }

.reservation .chk_field .btn_agree > * {
  padding-bottom: 1px; }

.reservation .chk_field .btn_agree > i {
  font-style: normal; }

.reservation .chk_field .btn_agree > em {
  display: none; }

.reservation .chk_field .btn_agree:after {
  content: "";
  width: 14px;
  height: 8px;
  margin-left: 10px;
  background: url("../img/rev/ic-arr-small-down-gray.svg") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.reservation .chk_field .btn_agree.active {
  color: #a6a9aa;
  padding-left: 1em; }

.reservation .chk_field .btn_agree.active:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.reservation .chk_field .btn_agree.active > i {
  display: none; }

.reservation .chk_field .btn_agree.active > em {
  display: block; }

/* */
.reservation .lnk {
  color: #0047bb;
  font-weight: bold;
  border-bottom: 1px solid #0047bb;
  white-space: nowrap; }

.reservation .rev_complete {
  font-size: 16px; }

.reservation .rev_summary {
  border: 2px solid #000;
  padding: 55px 40px; }

.reservation .rev_summary .msg {
  line-height: 1.75; }

.reservation .rev_summary .age {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.reservation .rev_summary .age > strong {
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  background: url("../img/rev/ic-14-years-small-02.svg") no-repeat 0 0;
  background-size: 100% auto;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.reservation .rev_summary .rev_tk_date {
  padding: 22px 0;
  font-size: 18px;
  line-height: 1.4; }

.reservation .rev_summary .rev_tk_date .itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px; }

.reservation .rev_summary .rev_tk_date .itm dt {
  color: #a6a9aa;
  min-width: 13ch;
  padding-right: 12px;
  padding-left: 30px;
  text-indent: -30px; }

.reservation .rev_summary .rev_tk_date .itm dt:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  position: relative;
  width: 20px;
  height: 21px;
  background: url("../img/icons/btn-cal@2x.png") no-repeat 100% 50%;
  background-size: 20px auto;
  margin-right: 10px; }

.reservation .rev_summary .rev_tk_date .itm dd {
  font-weight: bold; }

.reservation .rev_summary .rev_ticket {
  border-top: 1px solid #a5a9aa; }

.reservation .rev_summary .rev_sum_info {
  padding: 32px 0 27px 30px;
  border-bottom: 1px solid #e1e4e5; }

.reservation .rev_summary .rev_sum_info .tk_tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  padding-bottom: 1px; }

.reservation .rev_summary .rev_sum_info .itm:not(:first-child) {
  margin-top: 16px; }

.reservation .rev_summary .rev_sum_info .itm {
  line-height: 1.86;
  font-size: 14px;
  letter-spacing: -0.28px; }

.reservation .rev_summary .rev_sum_info .itm > dt {
  min-width: 13ch; }

.reservation .rev_summary .rev_sum_info .itm > dt:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  margin-right: 6px;
  background-color: #000;
  position: relative;
  top: -1px; }

.reservation .rev_summary .rev_sum_info .itm > dd {
  margin-left: 0;
  text-align: left; }

.reservation .rev_summary .total_summary {
  padding-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px; }

.reservation .rev_summary .total_summary > dt {
  font-weight: bold;
  padding-right: 20px; }

.reservation .rev_summary .total_summary > dd {
  margin-left: auto;
  text-align: right; }

.reservation .rev_summary .total_summary .ty {
  font-size: 14px;
  display: inline-block; }

.reservation .rev_summary .at {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #999;
  font-size: 14px;
  line-height: 1.71; }

.reservation .rev_summary .at:before {
  content: attr(data-icon);
  padding-right: 5px; }

.reservation .rev_complete .agree_texts {
  border-top: 0; }

.reservation .rev_complete .agree_texts .please {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  padding-bottom: 10px; }

.reservation .rev_complete .agree_texts .please:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url("../img/rev/reserv.png") no-repeat -450px -50px;
  margin-right: 7px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.reservation .rev_complete .desc {
  display: block;
  padding-left: 30px; }

.reservation .join_guide {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f6f7;
  padding: 35px 40px; }

.reservation .join_guide .link {
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px;
  min-width: 200px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px; }

.reservation .join_guide p {
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: -0.32px;
  padding-right: 20px; }

/* */
.member_ship_content .member_ship_info {
  padding-top: 8px; }

.member_ship_info .dec_tit {
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  line-height: 1.5;
  letter-spacing: -0.48px;
  font-size: 24px;
  font-weight: bold;
  color: #000; }

.member_ship_info .mem_guide {
  background-color: #f3f6f7;
  margin-top: 30px;
  padding: 42px 54px; }

.member_ship_info .mem_guide .dsc {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.55; }

.member_ship_info .mem_guide .info {
  padding-top: 44px;
  font-size: 20px; }

.member_ship_info .mem_guide .info > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.member_ship_info .mem_guide .info > li + li {
  padding-top: 14px; }

.member_ship_info .mem_guide .info .t,
.member_ship_info .mem_guide .info > li[data-label]:before {
  content: attr(data-label);
  color: #a6a9aa;
  margin-right: auto;
  padding-right: 10px;
  white-space: nowrap; }

.member_ship_info .mem_guide .info .t {
  white-space: normal; }

.member_ship_info .mem_guide .info strong {
  margin-left: auto;
  text-align: right; }

.member_ship_info .benefit > li {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.48px; }

.member_ship_info .benefit > li + li {
  border-top: 1px solid #e1e4e5; }

.member_ship_info .benefit .icon {
  width: 75px;
  margin-right: 27px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.member_ship_info .benefit .txt {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-top: 8px; }

.member_ship_info .benefit .txt > em {
  margin-top: -4px;
  display: block;
  font-size: 16px;
  color: #a6a9aa; }

.member_ship_info .benefit_desc {
  border-top-width: 2px;
  padding-top: 18px; }

.member_ship_info .benefit_desc .desc {
  padding-left: 0; }

/* */
.reservation .sub_title {
  margin-top: -4px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.19;
  letter-spacing: -0.29px;
  border-bottom: 1px solid #e1e4e5;
  padding-bottom: 40px;
  margin-bottom: 52px; }

.reservation .sub_title.bb2 {
  padding-bottom: 56px;
  margin-bottom: 0; }

.member_ship_info .input_tit {
  margin-bottom: 33px;
  padding-bottom: 18px;
  border-bottom: 2px solid #000;
  font-size: 24px;
  line-height: 1.1;
  white-space: nowrap;
  font-weight: bold; }

.member_ship_info .frm_contact {
  margin-top: 0; }

.member_ship_info .input_help + .input_help {
  padding-top: 18px; }

.member_ship_info .input_help .chk_bg {
  color: #000; }

.member_ship_info .input_help .chk_bg + .chk_bg {
  margin-left: 20px; }

/* */
.member_ship_info .mem_summary {
  padding: 42px 55px;
  background-color: #f3f6f7; }

.member_ship_info .mem_summary .tit {
  font-size: 31px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 42px; }

.member_ship_info .mem_summary .info > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  letter-spacing: -0.4px; }

.member_ship_info .mem_summary .info > li + li {
  margin-top: 14px; }

.member_ship_info .mem_summary .info > li[data-label]:before {
  content: attr(data-label);
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: auto;
  color: #a6a9aa;
  padding-right: 10px; }

.member_ship_info .mem_summary .info > li > div {
  text-align: right;
  margin-left: auto; }

.member_ship_info .mem_summary .info > li > div > * {
  display: block; }

.member_ship_info .mem_summary .info > li > div > em {
  letter-spacing: -0.24px;
  font-size: 12px;
  color: #6f7076; }

/* */
.member_ship_complete .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.member_ship_complete .info .qrcode {
  width: 220px; }

.member_ship_complete .info .qrcode.member {
  background: url("../img/my/img-main-member-qrframe@2x.png") no-repeat 50% 50%;
  background-size: 100% auto;
  padding: 34px; }

.member_ship_complete .info .detail {
  padding-left: 52px; }

.member_ship_complete .info .detail [data-label]:before {
  content: attr(data-label);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap; }

.member_ship_complete .info .detail .ssn {
  line-height: 1.2;
  display: block;
  font-size: 32px; }

.member_ship_complete .info .detail .ssn:before {
  display: block;
  letter-spacing: -0.19px;
  font-size: 16px;
  color: #000; }

.member_ship_complete .info .detail ul {
  padding-top: 15px; }

.member_ship_complete .info .detail ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  letter-spacing: -0.24px;
  padding-top: 13px; }

.member_ship_complete .info .detail ul > li:before {
  font-weight: bold;
  min-width: 8ch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px; }

.member_ship_complete .agree_texts {
  padding-top: 58px;
  border-top: 0; }

.member_ship_complete .agree_texts .desc {
  padding-left: 0;
  padding-bottom: 0; }

.member_ship_complete .agree_texts .desc .dot {
  margin-top: 15px; }

.member_ship_complete .agree_texts .tit {
  display: block;
  line-height: 1.1; }

.member_ship_complete .benefit_desc {
  padding: 55px 0; }

.member_ship_complete .benefit_desc .tit {
  font-size: 23px;
  line-height: 1.1;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold; }

.member_ship_complete .benefit_desc .tit .bt {
  margin-left: auto;
  font-size: 0.929em;
  border-bottom: 1px solid #0047bb;
  padding-bottom: 3px; }

.member_ship_complete .benefit_desc > ul {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000; }

.member_ship_complete .benefit_desc > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 0; }

.member_ship_complete .benefit_desc > ul > li + li {
  border-top: 1px solid #e1e4e5; }

.member_ship_complete .benefit_desc .desc {
  font-size: 20px;
  font-weight: bold;
  margin-right: auto; }

.member_ship_complete .benefit_desc strong {
  margin-left: auto;
  padding-left: 10px;
  font-size: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap; }

/* */
.program_list .list > li + li {
  border-top: 1px solid #e1e4e5; }

.program_list .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0; }

.program_list .figure {
  width: 558px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.program_list .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 96px;
  font-size: 20px;
  line-height: 1.31;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.program_list .info .tit {
  font-size: 32px;
  font-weight: bold;
  margin-top: -5px; }

.program_list .info .desc {
  padding-top: 30px;
  line-height: 1.5; }

.program_list .info .date {
  padding-top: 20px;
  margin-top: auto;
  color: #a6a9aa;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.program_list .no_list {
  margin-top: 40px; }

.program_detail .list > li {
  padding-top: 9px; }

.program_detail .figure {
  width: 847px; }

.program_detail .info {
  padding-left: 49px; }

.program_detail .info .date {
  padding: 34px 0 20px;
  margin-top: 0;
  margin-bottom: auto; }

.program_detail .info .bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 72px;
  margin-top: auto;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.48px; }

.program_detail .list_view {
  border-top: 1px solid #e1e4e5; }

.program_detail .list_view .description {
  padding-top: 30px; }

.reservation .mshow_btns {
  display: none; }

.reservation .frm_coupon .fld {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.reservation .frm_coupon .btn_coupon {
  height: 55px; }

.reservation .fld_tit .tip {
  padding-top: 4px;
  font-weight: normal;
  color: #a6a9aa;
  font-size: 16px; }

.reservation .coupon_info .wh {
  white-space: nowrap; }

/* 2021.11.02 */
.sticky_bottom {
  position: fixed;
  right: 24px;
  bottom: 42px;
  z-index: 5; }

.sticky_bottom > a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border: 3px solid #000;
  margin-top: 2px; }

.sticky_bottom .btn_up {
  background-color: #000; }

.sticky_bottom .btn_down {
  background-color: #fff; }

.sticky_bottom > a > em {
  opacity: 0;
  position: absolute; }

.sticky_bottom > a:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #000;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -8px; }

.sticky_bottom .btn_up:before {
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #fff; }

@media all and (max-width: 1279px) {
  .reservation_content {
    padding-bottom: 0; }
  .reservation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .reservation .rev_step {
    display: none; }
  .reservation > .btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px;
    margin: 0 -24px;
    margin-top: auto; }
  .reservation > .btns .cbtn.big,
  .reservation > .btns .cbtn {
    width: 100%;
    height: 54px;
    margin: 0;
    font-size: 17px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
  .reservation .rev_help_guide {
    padding: 33px 0 15px;
    margin: auto 0; }
  .reservation .rev_help_guide .age {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2; }
  .reservation .rev_help_guide .age[data-age]:before {
    margin: 0 auto 24px;
    width: 50px;
    height: 50px; }
  .reservation .rev_help_guide .message {
    line-height: 1.71;
    font-size: 14px; }
  .reservation .rev_help_guide .message > p {
    padding-top: 18px; }
  .reservation .rev_help_guide .message br.small {
    display: inline; }
  .reservation .rev_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .reservation .rev_form.date_time_form {
    padding-bottom: 16px; }
  .reservation .rev_form .frm_item + .frm_item {
    margin-left: 0;
    margin-top: 16px; }
  .reservation .rev_form .rev_btn {
    height: 55px;
    border-bottom-color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
    -webkit-transition: margin-bottom 0.2s;
    -o-transition: margin-bottom 0.2s;
    transition: margin-bottom 0.2s;
    pointer-events: auto; }
  .reservation .rev_form .rev_btn:after {
    content: "";
    display: block;
    width: 13px;
    height: 9px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url("../img/rev/reserv.png") no-repeat -175px 0;
    background-size: 500px auto;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
  .reservation .rev_form .rev_btn.active {
    margin-bottom: 24px; }
  .reservation .rev_form .rev_btn.active:after {
    background-position: -175px 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .reservation .rev_form .rev_btn .rtit {
    color: #000;
    font-size: 20px;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
  .reservation .rev_form .rev_btn .val {
    font-size: 14px;
    padding: 0 13px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .reservation .rev_form .rev_btn .val .i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 10px;
    width: 1px;
    overflow: hidden;
    background-color: #a6a9aa;
    overflow: hidden;
    top: -1px;
    margin: 0 3px; }
  .reservation .rev_field {
    display: none; }
  .reservation .rev_btn.active ~ .rev_field {
    display: block; }
  .reservation .cal_tit {
    padding-bottom: 30px; }
  .reservation .cal_tit .date {
    font-size: 17px;
    padding-right: 14px; }
  .reservation .cal_tit .btns {
    width: 64px; }
  .reservation .cal_tit .btns:before {
    margin-top: -5px;
    height: 10px;
    width: 1px;
    margin-left: 0; }
  .reservation .cal_tit .btns > a:before {
    width: 8px;
    height: 14px;
    margin: -7px 0 0 -4px;
    background-position: -250px 0;
    background-size: 500px auto; }
  .reservation .cal_tit .btns > a.prev.disabled:before {
    background-position: -225px 0; }
  .reservation .cal_tit .btns > a.next.disabled:before {
    background-position: -225px 0; }
  .reservation .cal_tit .legend {
    font-size: 12px; }
  .reservation .cal_tit .legend > li {
    height: 25px;
    min-width: 36px;
    padding: 0 6px; }
  .reservation .tb_cal {
    font-size: 14px; }
  .reservation .tb_cal thead > tr > * {
    padding-bottom: 15px;
    font-size: 11px; }
  .reservation .tb_cal .bn {
    height: 44px; }
  .reservation .tb_cal .bn.wait[data-label]:after {
    bottom: 5px;
    font-size: 6px; }
  .reservation .tb_cal .bn.today:after {
    bottom: 5px;
    font-size: 6px; }
  .reservation .frm_btns {
    margin: auto -24px 0;
    padding-top: 40px; }
  .reservation .frm_btns .cbtn {
    width: 100%;
    margin: 0;
    height: 54px;
    font-size: 17px;
    border-bottom: 0; }
  .reservation .help_desc {
    padding-top: 15px;
    font-size: 12px; }
  .reservation .possible {
    font-size: 16px;
    min-height: 0;
    margin-bottom: 15px; }
  .reservation .possible:before {
    width: 15px;
    height: 16px;
    margin-right: 5px;
    background-position: -275px 0;
    background-size: 500px auto; }
  .reservation .time_select .btn_rdo .lb {
    height: 60px; }
  .reservation .time_select .btn_rdo .lb .ap {
    font-size: 14px; }
  .reservation .time_select .btn_rdo .lb .num {
    font-size: 12px; }
  .reservation .time_select .btn_rdo .lb .num:before {
    width: 9px;
    height: 10px;
    margin-right: 4px;
    background-image: url("../img/rev/ic-man_m.svg"); }
  .reservation .time_list {
    margin-top: 24px;
    font-size: 13px; }
  .reservation .time_list .btn_time .lb {
    height: 48px;
    padding: 5px 15px; }
  .reservation .time_list .btn_time .lb .time {
    font-size: 14px; }
  .reservation .rev_date_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    padding: 15px 18px;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px; }
  .reservation .rev_date_info .itm + .itm {
    padding-left: 0;
    margin-top: 7px; }
  .reservation .rev_date_info .itm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .reservation .ticket_select {
    display: block; }
  .reservation .ticket_select .btn_rdo {
    width: auto; }
  .reservation .ticket_select .btn_rdo .lb {
    height: 56px;
    padding: 10px 18px; }
  .reservation .ticket_select .btn_rdo ~ .btn_rdo {
    margin-top: 10px; }
  .reservation .ticket_select .btn_rdo .ticket {
    font-size: 14px; }
  .reservation .ticket_select .btn_rdo .ticket:before {
    width: 22px;
    margin-right: 10px; }
  .reservation .ticket_select .btn_rdo .ticket:not(.photocard):before {
    height: 17px;
    background-position: 0 -25px;
    background-size: 500px auto; }
  .reservation .ticket_select .btn_rdo .photocard:before {
    height: 18px;
    background-size: auto 100%;
    background-position: 50% 50%; }
  .reservation .ticket_select .btn_rdo .price {
    font-size: 14px; }
  .reservation .ticket_select .selectd_info {
    display: none; }
  .reservation .ticket_form .frm_tlb {
    font-size: 13px;
    padding-bottom: 12px; }
  .reservation .ticket_quantity {
    display: block;
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 24px; }
  .reservation .ticket_quantity .count_btn {
    height: 46px;
    width: auto;
    border-width: 1px; }
  .reservation .ticket_quantity .count_btn .btn_minus,
  .reservation .ticket_quantity .count_btn .btn_plus {
    width: 46px;
    border-width: 1px; }
  .reservation .ticket_quantity .count_btn em {
    width: 14px;
    height: 2px;
    margin-top: -1px;
    margin-left: -7px; }
  .reservation .ticket_quantity .count_btn .btn_plus:before {
    width: 2px;
    height: 14px;
    margin-top: -7px;
    margin-left: -1px; }
  .reservation .ticket_quantity .count {
    font-size: 14px; }
  .reservation .special_care {
    padding-top: 24px; }
  .reservation .special_care .help_desc {
    margin-top: 0;
    border-top-color: #000; }
  .reservation .care_select {
    padding-top: 10px;
    font-size: 13px; }
  .reservation .care_select .chk_bg ~ .chk_bg {
    padding-left: 24px; }
  .reservation .frm_contact {
    margin: 2px -24px -1px;
    padding: 28px 24px 40px;
    font-size: 13px;
    position: relative;
    z-index: 1; }
  .reservation .frm_contact .input_help {
    font-size: 1em;
    padding-top: 9px; }
  .reservation .frm_contact div.fields {
    margin-top: 40px;
    padding-top: 16px;
    border-top: 1px solid #a6a9aa; }
  .reservation .frm_contact .input_help.chk br {
    display: none; }
  .reservation .rev_partner {
    padding-top: 22px; }
  .reservation .resev_agree {
    font-size: 14px;
    padding-top: 20px; }
  .reservation .resev_agree .agree_tit {
    display: none; }
  .reservation .resev_agree .title {
    padding-bottom: 25px; }
  .reservation .resev_agree .title .tit {
    font-size: 17px;
    padding-bottom: 0; }
  .reservation .resev_agree .title .tit b {
    width: 24px;
    height: 24px;
    font-size: 11px;
    border-radius: 12px;
    margin-right: 7px;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .reservation .resev_agree .title .desc > p {
    margin-top: 18px; }
  .reservation .resev_agree .title .desc br.small {
    display: inline; }
  .reservation .agree_texts > li {
    padding: 25px 0 0;
    border-bottom: 0; }
  .reservation .agree_texts .tit {
    font-size: 14px; }
  .reservation .agree_texts .tit[data-no]:before {
    padding-right: 4px; }
  .reservation .agree_texts .desc {
    padding-left: 16px;
    font-size: 12px;
    padding-bottom: 0; }
  .reservation .agree_texts .desc p {
    margin-top: 12px; }
  .reservation .agree_texts .desc .tt {
    font-size: 13px; }
  .reservation .agree_texts .desc * + .tt {
    margin-top: 20px; }
  .reservation .agree_texts .desc .dot:before {
    width: 2px;
    height: 2px;
    margin-right: 4px;
    margin-top: 8px; }
  .reservation .agree_texts .desc .ext {
    padding-left: 6px; }
  .reservation .agree_texts .desc .ext:before {
    width: 12px;
    height: 13px;
    background-position: -425px 0;
    background-size: 500px auto;
    margin-right: 5px; }
  .reservation .resev_agree .abtn {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    padding-left: 0 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
    margin-top: 18px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: auto;
    right: auto; }
  .reservation .resev_agree .abtn:after {
    width: 12px;
    height: 7px; }
  .reservation .resev_agree .abtn.active {
    bottom: auto; }
  .reservation .payment_form {
    font-size: 14px;
    padding-top: 18px; }
  .reservation .payment_form .frm_item + .frm_item {
    margin-top: 37px; }
  .reservation .payment_form .rev_field {
    display: block; }
  .reservation .payment_form .rev_field ~ .rev_field {
    margin-top: 37px; }
  .reservation .pay_select .btn_rdo .lb {
    height: 40px; }
  .reservation .pay_select ~ .forms {
    margin-top: 22px; }
  .reservation .rev_sum_info {
    line-height: 1.692; }
  .reservation .rev_sum_info .itm:not(:first-child) {
    margin-top: 12px; }
  .reservation .rev_sum_info i {
    top: -1px;
    height: 10px;
    margin: 0 4px 0 6px; }
  .reservation .coupon_info i {
    margin: 0 6px 0 8px; }
  .reservation .coupon_info i.bm {
    display: none; }
  .reservation .coupon_info b.bm {
    font-weight: bold; }
  .reservation .rev_sum_info .sum {
    font-size: 17px; }
  .reservation .price_info .itm {
    min-height: 25px;
    margin-top: -9px; }
  .reservation .price_info .itm:not(:first-child) {
    margin-top: 7px; }
  .reservation .fld_tit {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 22px; }
  .reservation .frm_coupon .btn_coupon {
    min-width: 80px;
    height: 32px;
    padding: 0 5px;
    font-size: 12px; }
  .reservation .coupon_info {
    margin-top: 17px;
    padding-top: 13px; }
  .reservation .chk_field {
    margin-top: 35px;
    padding-top: 17px; }
  .reservation .chk_field .msg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .reservation .chk_field .chk_bg .lb {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .reservation .chk_field .chk_bg .hid_input[type="checkbox"] ~ .lb:before {
    position: relative;
    top: 1px; }
  .reservation .chk_field .btn_agree {
    font-size: 12px;
    margin-left: 26px;
    margin-top: 7px; }
  .reservation .chk_field .btn_agree:after {
    width: 12px;
    height: 7px;
    margin-left: 7px; }
  .reservation .chk_field .chk_bg .hid_input[type="checkbox"]:checked ~ .lb {
    font-weight: bold; }
  .reservation .rev_complete {
    font-size: 13px; }
  .reservation .rev_summary {
    padding: 25px 20px;
    margin-bottom: 14px; }
  .reservation .rev_summary .msg {
    line-height: 1.524; }
  .reservation .rev_summary .age {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .reservation .rev_summary .age > strong {
    width: 15px;
    height: 15px;
    margin-right: 3px; }
  .reservation .rev_summary .rev_tk_date {
    padding-top: 0;
    font-size: 14px; }
  .reservation .rev_summary .rev_tk_date .itm {
    display: block;
    border-top: 1px solid #e1e4e5;
    padding-top: 23px;
    margin-top: 22px; }
  .reservation .rev_summary .rev_tk_date .itm dt {
    font-size: 15px;
    font-weight: bold; }
  .reservation .rev_summary .rev_tk_date .itm dd {
    padding-top: 9px; }
  .reservation .rev_summary .rev_ticket {
    padding-top: 0;
    border-top-color: #e1e4e5; }
  .reservation .rev_summary .rev_sum_info {
    margin: 0;
    padding: 22px 0; }
  .reservation .rev_summary .rev_sum_info .tk_tit {
    font-size: 14px;
    padding-bottom: 2px; }
  .reservation .rev_summary .rev_sum_info .itm:not(:first-child) {
    margin-top: 14px; }
  .reservation .rev_summary .rev_sum_info .itm {
    line-height: 1.57;
    letter-spacing: -0.84px; }
  .reservation .rev_summary .rev_sum_info .itm > dt:before {
    display: none; }
  .reservation .rev_summary .total_summary {
    padding-top: 22px;
    font-size: 14px; }
  .reservation .rev_summary .total_summary dt {
    font-weight: normal;
    padding-right: 15px;
    white-space: nowrap; }
  .reservation .rev_summary .total_summary .ty {
    font-size: 13px; }
  .reservation .rev_summary .at {
    margin-top: 15px; }
  .reservation .rev_summary .at:before {
    padding-right: 4px; }
  .reservation .rev_complete .agree_texts .please {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 0; }
  .reservation .rev_complete .agree_texts .please:before {
    width: 18px;
    height: 18px;
    background-position: -250px -25px;
    background-size: 500px auto;
    margin-right: 5px; }
  .reservation .rev_complete .desc {
    padding-left: 22px; }
  .reservation > .btns.gotoHome {
    margin: 0 24px 50px;
    padding-top: 0;
    display: block; }
  .reservation > .btns.gotoHome .cbtn + .cbtn {
    margin-top: 20px; }
  .reservation .join_guide {
    margin: auto -24px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px; }
  .reservation .join_guide .link {
    margin-left: 0;
    min-width: 140px;
    height: 44px;
    font-size: 14px; }
  .reservation .join_guide p {
    text-align: center;
    font-size: 14px;
    line-height: 1.52;
    letter-spacing: -0.84px;
    margin-bottom: 18px;
    padding-right: 0; }
  /* */
  .member_ship_content .member_ship_info {
    padding-top: 0;
    margin-top: -3px;
    padding-bottom: 20px; }
  .member_ship_info .dec_tit {
    padding-bottom: 28px;
    font-size: 20px;
    text-align: center; }
  .member_ship_info .dec_tit.first {
    border-bottom: 0; }
  .member_ship_info .mem_guide {
    margin-top: 0;
    padding: 20px;
    margin-bottom: 38px; }
  .member_ship_info .mem_guide .dsc {
    font-size: 14px;
    font-weight: normal; }
  .member_ship_info .mem_guide .info {
    padding-top: 16px;
    font-size: 16px; }
  .member_ship_info .mem_guide .info > li + li {
    padding-top: 9px; }
  .member_ship_info .benefit > li {
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.2; }
  .member_ship_info .benefit .icon {
    width: 50px; }
  .member_ship_info .benefit .txt {
    padding-top: 5px; }
  .member_ship_info .benefit .txt > em {
    margin-top: 5px;
    font-size: 12px; }
  .member_ship_info .benefit_desc {
    border-top-width: 2px;
    padding-top: 17px; }
  .member_ship_info .benefit_desc {
    border-top: 1px solid #e1e4e6; }
  .member_ship_info .benefit_desc .desc {
    padding-left: 0; }
  /* */
  .reservation .sub_title {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 38px;
    margin-bottom: 0; }
  .reservation .sub_title:not(.bb) {
    border-bottom: 0; }
  .reservation .sub_title.bb {
    padding-bottom: 24px;
    margin-bottom: 24px; }
  .reservation .sub_title.bb2 {
    border-bottom: 1px solid #e1e4e5;
    padding-bottom: 19px;
    margin-top: 0; }
  .reservation .sub_title.m_center {
    text-align: center; }
  .reservation .sub_title.mhid {
    display: none; }
  .member_ship_info .input_tit {
    display: none; }
  .member_ship_info .frm_contact {
    margin-top: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #a6a9aa; }
  .member_ship_info .input_help + .input_help {
    padding-top: 14px; }
  .member_ship_info .input_help .chk_bg + .chk_bg {
    margin-left: 18px; }
  /* */
  .member_ship_info .mem_summary {
    margin: 20px 0 -8px;
    padding: 32px 19px 17px; }
  .member_ship_info .mem_summary .tit {
    font-size: 20px;
    padding-bottom: 29px; }
  .member_ship_info .mem_summary .info > li {
    font-size: 16px; }
  .member_ship_info .mem_summary .info > li + li {
    margin-top: 8px; }
  .member_ship_info .mem_summary .info > li > div > em {
    position: relative;
    top: 2px; }
  /* */
  .member_ship_complete .info {
    display: block;
    text-align: center; }
  .member_ship_complete .info .qrcode {
    width: 214px;
    margin: 0 auto; }
  .member_ship_complete .info .qrcode.member {
    background-image: url("../img/my/img-main-member-qrframe.png"); }
  .member_ship_complete .info .detail {
    padding-left: 0;
    padding-top: 18px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    max-width: 100%; }
  .member_ship_complete .info .detail .ssn {
    font-size: 22px; }
  .member_ship_complete .info .detail .ssn:before {
    font-size: 12px;
    padding-bottom: 2px; }
  .member_ship_complete .info .detail ul {
    padding-top: 3px; }
  .member_ship_complete .info .detail ul > li {
    font-size: 14px;
    padding-top: 11px; }
  .member_ship_complete .info .detail ul > li:before {
    min-width: 7ch; }
  .member_ship_complete .agree_texts {
    padding-top: 48px; }
  .member_ship_complete .agree_texts .desc {
    padding-left: 0;
    padding-bottom: 0; }
  .member_ship_complete .agree_texts .desc .dot {
    margin-top: 11px; }
  .member_ship_complete .benefit_desc {
    padding: 48px 0 0; }
  .member_ship_complete .benefit_desc .tit {
    font-size: 14px;
    padding-bottom: 9px; }
  .member_ship_complete .benefit_desc .tit .bt {
    font-size: 13px;
    padding-bottom: 2px; }
  .member_ship_complete .benefit_desc > ul > li {
    padding: 12px 0; }
  .member_ship_complete .benefit_desc .desc {
    font-size: 16px; }
  .member_ship_complete .benefit_desc strong {
    font-size: 14px;
    letter-spacing: -0.84px; }
  /* */
  .program_list .list {
    padding-bottom: 30px; }
  .program_list .list > li {
    display: block;
    padding: 24px 0; }
  .program_list .list > li + li {
    border-top: 0; }
  .program_list .figure {
    width: 100%; }
  .program_list .figure img {
    max-width: none;
    width: 100%; }
  .program_list .info {
    display: block;
    padding-left: 0;
    padding-top: 14px;
    font-size: 14px; }
  .program_list .info .tit {
    font-size: 16px;
    margin-top: 0; }
  .program_list .info .desc {
    padding-top: 9px;
    line-height: 1.5;
    color: #242424; }
  .program_list .info .date {
    padding-top: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 12px; }
  .program_list .info .date > span {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .program_list .info .date > em {
    padding-left: 4px; }
  .program_list .no_list {
    margin-top: 0; }
  /* */
  .program_detail .list {
    padding-bottom: 0; }
  .program_detail .list > li {
    padding-top: 0;
    margin-top: -20px; }
  .program_detail .figure {
    width: auto;
    margin: 0 -24px; }
  .program_detail .info {
    padding-left: 0; }
  .program_detail .info .date {
    padding: 5px 0 0; }
  .program_detail .info .bt {
    display: none; }
  .program_detail .list_view {
    border-top: 0;
    padding-top: 10px;
    padding-bottom: 30px; }
  .program_detail .list_view .description {
    padding-top: 0; }
  .reservation .mshow_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  /* 2021.03.04 */
  .reservation .input_help {
    font-size: 12px;
    padding-top: 7px; }
  /* 2021.08.10 */
  .reservation .frm_coupon .fld {
    padding-right: 10px; }
  .reservation .frm_coupon .btn_coupon {
    height: 40px; }
  .reservation .fld_tit .tip {
    font-size: 12px; } }

.reservation .frm_item.mbtns {
  display: none; }

.reservation > .btns .cbtn.mhid {
  background-color: #0047bb;
  border-color: #0047bb; }

@media all and (max-width: 1279px) {
  .reservation > .btns .cbtn.mhid {
    display: none; }
  .reservation > .btns.gotoHome {
    margin-left: 0;
    margin-right: 0; }
  .reservation .frm_item.mbtns {
    display: block;
    padding-bottom: 14px; }
  .reservation .frm_item .cbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background-color: #0047bb;
    border-color: #0047bb; }
  .reservation .rev_complete .agree_texts .please {
    color: #0047bb; }
  .reservation .rev_complete .agree_texts .please:before {
    background-position: -325px -25px; } }

    
