@import url(./reset.css);
@import url(./custom.css);
body {
  font-size: 13px;
  position: relative;
}
:root {
  --input-h1: 40px;

  --ttl: 18px;
  --ttl-bot-txt: 11px;
  /* 박스 안에 */
  --cont-ttl: 17px;
  /* 예약 숫자 */
  --rev-date: 14px;

  --category-txt: 13px;

  --input-txt: 13px;

  --more-txt: 10px;
  --another: 14px;
  --label: 15px;

  --pop-ttl: 18px;
  --pop-sub-ttl: 16px;
  --pop-box-txt1: 13px;
  --pop-box-txt2: 13px;
  --pop-cfr-btn: 16px;

  /* 인증버튼 */

  --certi-btn: 13px;

  --btn-desi: 16px;

  /* 달력 */
  --cal-mon: 20px;
  --cal-date: 13px;
  --cal-day: 13px;
  --cal-time: 13px;

  --anth-ttl: 18px;
  --anth-sub-ttl: 11px;
}

.loading_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.loading_wrap img {
  width: 70px;
}

.loading_wrap.hide {
  display: none;
}

.full_screen {
  position: fixed;
  top: 0;
  left: 50%;
  max-width: 850px;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.35, -0.02, 0.58, 1.18);
  background-color: #f1f5f8;
}
.scr_inner {
  position: absolute;
  top: 64px;
  left: 0;
  overflow-y: auto;
  width: 100%;
  min-height: calc(100vh - 64px);
  background-color: #f1f5f8;
  bottom: 90px;
  padding: 20px 12.5px 90px;
}
#privacyPop .scr_inner,
#marktPop .scr_inner {
  padding-bottom: 20px;
}
.full_screen.on {
  opacity: 1;
  transform: translateX(-50%);
}
.full_screen .reserHeader,
.full_screen .dc_btn {
  left: 100%;
  transform: translate(0);
}
.full_screen.on .reserHeader,
.full_screen.on .dc_btn {
  left: 50%;
  transform: translate(-50%);
}
#reserCheck.full_screen {
  top: 100%;
  transform: translateX(-50%);
  transition: all 0.5s cubic-bezier(0.35, -0.02, 0.58, 1.18);
}
#reserCheck.full_screen.on {
  top: 0;
}
#certifi.full_screen.on {
  display: block;
}
#msgPop.full_screen .dc_btn,
#kakao_input.full_screen .dc_btn,
#certifi2.full_screen .dc_btn,
#certifi.full_screen .dc_btn {
  position: static;
  transform: translate(0);
  width: calc(100% + 25px);
  margin-left: -12.5px;
  margin-top: 30px;
}

.reserHeader {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 64px;
  max-width: 850px;
  text-align: center;
  z-index: 50;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reserHeader h1 {
  font-size: 18px;
  line-height: 64px;
}

.back_btn {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -7.5px;
  width: 21px;
  height: 15px;
  background-image: url(/img/reservation_mo/back_btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.scr_close {
  position: absolute;
  right: 0;
  top: 0;
  /* margin-top: -7.25px; */
  width: 50px;
  height: 64px;
  background-color: transparent;
  background-image: url(/img/reservation_mo/close_btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14.5px;
}

.home_link_btn {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}
#wrap {
  background-color: #f1f5f8;
  min-height: 100vh;
  padding-top: 64px;
}

#container {
  padding: 20px 12.5px 90px;
  position: relative;
}
#container section + section {
  margin-top: 20px;
}

.cont_box {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  /* padding: 45px 20px; */
  padding: 30px 20px 37px;
  box-shadow: 0 7.5px 17px rgba(133, 190, 233, 0.1);
}
.certif_container + .certif_container {
    margin-top: 14px;
}
.certif_container .cont_box {
  padding: 20px 20px 27px;
}
.ttl_box {
  margin-bottom: 20px;
}

.ttl {
  font-size: var(--ttl);
}

.cont_box .ttl {
  font-weight: 500;
}
.ttl + p {
  font-size: var(--ttl-bot-txt);
  color: var(--c-pt);
  line-height: 1.333;
  margin-top: 10px;
}

.cont_ttl_wrap {
  margin-bottom: 20px;
}

.cont_ttl {
  font-size: var(--cont-ttl);
}

.cont_ttl > * {
  vertical-align: middle;
}

.cont_ttl span {
  display: inline-block;
  margin-left: 10px;
  font-weight: 500;
}
.cont_ttl img {
  width: 15px;
}
.cont_ttl img.ic_request {
  width: 16px;
}
.ps_txt {
  margin-top: 15px;
}
.ps_txt p {
  font-weight: 600;
  color: #ff3333;
  line-height: 1.333;
  text-indent: -0.7em;
  padding-left: 0.7em;
}
/* btn */
.btn_wrap {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.btn_wrap > * {
  flex: 1;
  text-align: center;
  width: 100%;
}

.certi_btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: var(--certi-btn);
  text-align: center;
}

.certi_btn.line {
  border: 1px solid var(--c-pt);
  color: var(--c-pt);
}

.certi_btn.full {
  background-color: var(--c-pt);
  color: #fff;
  border-color: var(--c-pt);
}

.dc_btn {
  display: block;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 850px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  color: #fff !important;
  text-align: center;
  font-size: var(--btn-desi);
  font-weight: bold;
  background-color: var(--c-pt) !important;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 10;
}
.dc_btn.gradi_bg:disabled,
.dc_btn:disabled {
    background-color: #dddddd !important;
    box-shadow: none !important;
    pointer-events: none;
  }
  
.dc_btn.on {
  background-color: var(--c-pt);
  box-shadow: 0 2.5px 9px rgba(80, 186, 189, 0.47);
}
.dc_btn.gradi_bg.on {
  background: #17d2b5;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #11bec1 0%, #17d2b5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #11bec1 0%, #17d2b5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #11bec1 0%, #17d2b5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17d2b5', endColorstr='#11bec1', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.another_btn_wrap {
  margin-top: 20px;
}
.another_btn_wrap .cont_box {
  padding: 20px;
}
.another_btn_wrap .another_btn {
  display: inline-block;
  color: var(--c-pt);
  padding-bottom: 5px;
  border-bottom: 1px solid var(--c-pt);
  font-weight: 500;
  font-size: var(--another);
}
/* input */
.input_wrap > * + * {
  margin-top: 10px;
}
.input_content {
  width: 100%;
}
.input_content > div + div {
  margin-top: 25px;
}

.reservation .phon_num span {
  width: calc(33.3333% - 10px);
  position: relative;
  display: inline-block;
}

.reservation select,
.reservation input {
  height: var(--input-h1);
  line-height: var(--input-h1);
  color: #454545;
  font-size: var(--input-txt);
}

.reservation input::placeholder {
  color: #dddddd;
}

.reservation .phon_num span + span::after {
  position: absolute;
  content: "";
  left: -9.5px;
  top: 50%;
  height: 1px;
  width: 3px;
  background-color: #757575;
}

.certif_container p {
  margin-bottom: 12px;
  color: #757575;
  line-height: 1.5;
}

.certif_container .icon_wrap {
  width: 115px;
  padding-left: 20px;
}
.certif_container .icon_wrap img {
  width: 70px;
  height: 70px;
}
.certif_container .certif_btn {
  display: block;
  width: 140px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.certif_container .kakao_cont {
  display: none;
}
.certif_container .kakao_cont.on {
  display: block;
}
.certif_container .msg_cont {
  display: none;
}
.certif_container .msg_cont.on {
  display: block;
}
.certif_container #kakao_input.kakao_cont {
  padding: 30px 20px;
}
.msg_input.cont_box {
  padding: 30px 20px;
}

input[readonly] {
  background-color: #f9f9f9;
}
button.kakao_btn {
  font-family: "Noto Snas KR";
  font-weight: 700;
}
.kakao_btn {
  display: block;
  width: 140px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--c-pt);
  color: var(--c-pt) !important;
}

.msg_btn {
  color: #999999;
  border: 1px solid #dddddd;
}
.radiobox_cont > label,
.input_wrap > label {
  font-weight: 500;
  font-size: var(--label);
  display: block;
  margin-bottom: 10px;
}

.radiobox_wrap label {
  font-weight: 400;
  color: #454545;
  font-size: var(--input-txt);
}

/* bot agree_wrap */
.bot_sec {
  margin-top: 30px;
}

.agree_wrap > .checkbox1 {
  margin-bottom: 20px;
}

.agree_wrap > .checkbox1 label {
  font-size: var(--another);
  font-weight: 500;
}

.agree_wrap ul {
  padding-left: 3px;
}

.agree_wrap ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #757575;
}
.agree_wrap ul li + li {
  margin-top: 10px;
}

.agree_wrap ul li a {
  color: #454545;
  border-bottom: 1px solid #454545;
  line-height: 1.5;
  font-size: 12px;
}

/* reservation2 */
.list_wrap .list + .list {
  margin-top: 10px;
}
.reservation2 .cont_box {
  padding-bottom: 20px;
}
.check_container .cont_box > ul > li + li {
  margin-top: 40px;
}

/* .select_item {
    max-height: 190px;
} */

.select_item ul li {
  position: relative;
  border: 2px solid var(--c-pt);
  box-shadow: 0 2.5px 3px rgba(0, 186, 190, 0.1);
  color: #454545;
  display: flex;
  align-items: center;
  min-height: 52px;
  justify-content: space-between;
  border-radius: 12px;
  padding: 15px 13px;
  line-height: 1.3333;
}

.select_item ul li + li {
  margin-top: 10px;
}

.select_item ul li .in_txt {
  width: calc(100% - 16px);
  font-weight: 500;
  word-break: break-all;
  color: var(--c-bl2);
}

.select_item ul li .prod_price {
  color: #999;
  text-decoration: line-through;
}

.select_item ul li .del {
  width: 11px;
  height: 12px;
  margin-left: 5px;
  line-height: 48px;
  background: url(/img/reservation/btn/del_11.png) no-repeat center / cover;
}
/* none select */
.select_item ul li.none_select {
  padding: 0;
}
.select_item ul li.none_select a {
  display: block;
  width: 100%;
  padding: 0 13px;
  line-height: 48px;
  font-weight: 500;
  color: var(--c-pt);
  background: url(/img/reservation/ico/add_ico.png) no-repeat right 12px center /
    12px auto;
}

/* 예약일시 */
.select_infor p {
  color: #757575;
  line-height: 1.333;
  font-weight: 500;
}

.select_infor p + p {
  margin-top: 10px;
}

.select_infor p span.selected_time,
.select_infor p span.selected_date {
  font-size: var(--rev-date);
  color: #dddddd;
  margin-left: 20px;
  font-weight: bold;
  font-family: "Lato";
}

.select_infor p span.selected_time.on,
.select_infor p span.selected_date.on {
  color: var(--c-pt);
}
.request textarea {
  background-color: #fafafa;
  border: none;
  border-radius: 12px;
  height: 140px;
  line-height: 1.333;
}

.request textarea::placeholder {
  color: red;
}

/* 시술선택 */
.category_wrap {
  padding-bottom: 20px;
  overflow-x: auto;
}
.category {
  display: block;
  white-space: nowrap;
}
.category a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  background-color: #fafafafa;
  color: #252525;
  text-align: center;
  border-radius: 20px;
  font-size: var(--category-txt);
}

.category a + a {
  margin-left: 5px;
}

.category a.on {
  color: #fff;
  background-color: var(--c-pt);
}

.select_container .list {
  display: none;
}

.select_container .list:first-child {
  display: block;
}

.list_wrap {
  max-height: 330px;
  padding-bottom: 20px;
}

#another .list li {
  /*border: 2px solid var(--c-pt);*/
  box-shadow: 0 2.5px 3px rgba(0, 186, 190, 0.1);
}
.list li {
  border: 2px solid #eeeeee;
  box-shadow: 0 2.5px 3px rgba(0, 00, 0, 0.01);
  border-radius: 12px;
  padding: 12px 13px;
}

.list li + li {
  margin-top: 10px;
}

.list li p {
  color: var(--c-bl2);
  font-weight: 500;
  word-break: break-all;
  line-height: 1.333;
}

.list li .prod_price {
  color: #999;
  text-decoration: line-through;
}

.list li .more_infor {
  color: #999;
  font-size: var(--more-txt);
}

.list li.on {
  border: 2px solid var(--c-pt);
  box-shadow: 0 2.5px 3px rgba(0, 186, 190, 0.1);
}

.dc_wrap {
  margin-top: 30px;
}

.dc_wrap .another_btn {
  font-size: var(--another);
  color: var(--c-pt);
  padding: 10px 0;
  font-weight: 500;
  border-bottom: 1px solid var(--c-pt);
}

/* another scrup*/

.scr_ttl_box {
  margin-bottom: 20px;
}
.scr_ttl_box h2 {
  font-size: var(--anth-ttl);
}

.scr_ttl_box p {
  font-size: var(--anth-sub-ttl);
  margin-top: 20px;
  line-height: 1.3333;
  color: #999;
}

.scr .content {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 30px 20px;
  overflow-y: auto;
}
/* .full_screen#another .cont_box{
    max-height: calc(100% - 60px);
} */
/* 시술선택 */
.scr_category_wrap {
  padding-bottom: 20px;
  overflow-x: auto;
}
.scr_category {
  display: block;
  white-space: nowrap;
}
.scr_category a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  background-color: #fafafafa;
  color: #252525;
  text-align: center;
  border-radius: 20px;
  font-size: var(--category-txt);
}

.scr_category a + a {
  margin-left: 5px;
}

.scr_category a.on {
  color: #fff;
  background-color: var(--c-pt);
}

#another .list {
  display: none;
}

#another .list:first-child {
  display: block;
}
#another .list_wrap {
  max-height: 50vh;
}

.scr_btn {
  display: block;
  text-align: center;
  line-height: 64px;
  height: 64px;
  border-radius: 0 0 20px 20px;
  color: #fff !important;
  font-size: var(--pop-cfr-btn);
  background: #17d2b5;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #11bec1 0%, #17d2b5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #11bec1 0%, #17d2b5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #11bec1 0%, #17d2b5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17d2b5', endColorstr='#11bec1', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

/* date picker */
.ui-datepicker {
  width: 100%;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  line-height: 40px;
  height: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.ui-datepicker .ui-datepicker-header span {
  font-size: var(--cal-mon);
  font-weight: 700;
  font-family: "Lato";
}
/* 비활성화 */
.ui-state-disabled,
.ui-checkboxradio-disabled {
  pointer-events: none;
  opacity: 0.2;
}
/* btn */
.ui-state-disabled.ui-datepicker-prev,
.ui-state-disabled.ui-datepicker-next {
  opacity: 0.5;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
}
.ui-datepicker .ui-datepicker-prev {
  right: 35px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  background-image: url(/img/reservation/btn/month_prev.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ui-datepicker .ui-datepicker-next span {
  transform: rotate(-180deg);
}

.ui-datepicker .ui-datepicker-prev-hover span {
  background-image: url(/img/reservation/btn/month_prev_on.png);
}
.ui-datepicker .ui-datepicker-next-hover span {
  background-image: url(/img/reservation/btn/month_prev_on.png);
}

.ui-datepicker th {
  padding: 10px;
  border: 0;
}
.ui-datepicker th span {
  text-align: center;
  font-weight: 500;
  font-size: var(--cal-day);
  color: #999;
}
.ui-datepicker td {
  border: 0;
  padding: 5px;
  font-weight: 700;
  font-family: "Lato";
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: var(--cal-date);
  border-radius: 50%;
  width: 32.5px;
  height: 32.5px;
  line-height: 32px;
  background-color: transparent;
  border: 1px solid transparent;
  color: #252525;
}
.ui-datepicker th span.on {
  color: var(--c-pt);
}
.ui-datepicker .ui-state-highlight a,
.ui-datepicker .ui-datepicker-today a {
  background-color: transparent;
  color: var(--c-pt);
  border: 1px solid transparent;
}
.ui-icon {
  width: 100%;
  height: 100%;
}
/* active */
.ui-datepicker .ui-datepicker-current-day a {
  background-color: var(--c-pt);
  color: #fff;
  border: 1px solid var(--c-pt);
}

.pick_content:nth-of-type(2) {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
}
.pick_content:nth-of-type(2)::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background-color: #eee;
  width: calc(100% + 40px);
  margin-left: -20px;
  height: 1px;
}
.timepick_wrap input[type="button"]:disabled {
  cursor: default;
}
.timepick_wrap input[type="button"] {
  width: 54px;
  height: 34px;
  line-height: 32px;
  border-radius: 17px;
  background-color: #fafafa;
  border: 2px solid #eeeeee;
  cursor: pointer;
  font-size: var(--cal-time);
}

.timepick {
  width: calc(100% + 8px);
  margin-left: -4px;
  margin-top: -5px;
}
.timepick_wrap input[type="button"] {
  margin: 5px 2px;
  font-family: "Lato";
  font-weight: bold;
}

.timepick_wrap input[type="button"].on {
  border-color: var(--c-pt2);
  background-color: var(--c-pt2);
  color: #fff;
  box-shadow: 0 2.5px 9px rgba(80, 186, 189, 0.47);
}
.timepick_wrap input[type="button"].disabled {
  background-color: #fafafa;
  border: 2px solid #eeeeee;
  color: #bbb;
  box-shadow: none;
}

/* completionPop  */
.full_screen.popupStyle2 .ttl_box {
  margin-bottom: 25px;
}

.full_screen.popupStyle2 .ttl_box img {
  margin-bottom: 20px;
  width: 40px;
}

.full_screen.popupStyle2 .ttl_box h2 {
  font-size: var(--pop-ttl);
}

.full_screen.popupStyle2 .ttl_box p {
  font-size: 11px;
  margin-top: 15px;
  color: #999999;
}

.full_screen.popupStyle2 .cont_box {
  padding: 30px 20px 40px;
}

.full_screen.popupStyle2 .reser_infor {
  padding: 20px 15px 30px;
  border: 2px solid var(--c-pt);
  box-shadow: 0 2.5px 3px rgba(0, 186, 190, 0.1);
  border-radius: 12px;
}

.full_screen.popupStyle2 .infor_ttl {
  font-size: var(--pop-sub-ttl);
  color: var(--c-pt3);
  margin-bottom: 20px;
}

.full_screen.popupStyle2 .reser_infor > ul > li {
  display: flex;
  margin-top: 1em;
}

.full_screen.popupStyle2 .reser_infor .reser_item ul > li {
  margin-top: 0.2em;
  line-height: 1.3333;
}

.full_screen.popupStyle2 .reser_infor ul li > p {
  color: #757575;
  font-size: var(--pop-box-txt1);
  width: 90px;
}

.full_screen.popupStyle2 .reser_infor ul li > div {
  color: #252525;
  font-size: var(--pop-box-txt2);
  width: calc(100% - 90px);
}

.full_screen.popupStyle2 .reser_infor ul li > div b {
  position: relative;
  z-index: 10;
}

.full_screen.popupStyle2 .reser_infor ul li > div b::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--c-pt-line);
  z-index: -1;
}
.checkbox2.row2 input[type="checkbox"]+label::after{

    top: 47%;
}
.full_screen.popupStyle2#authentication .ttl_box p {
    color: #ff3333;
    line-height: 1.5;
    font-weight: 500;
}
.full_screen.popupStyle2#authentication .agree_wrap {
    padding-top: 30px;
}
.full_screen.popupStyle2#authentication .reser_infor ul li > p{
    width: 75px;
}
/* custom scroll */
.mCSB_scrollTools {
  opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #f1f5f8;
  width: 4px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--c-pt2);
}

.mCSB_scrollTools_onDrag {
  opacity: 1;
}

/* 20220627 추가 */
.chg_cont#container {
  padding: 20px 0;
  height: calc(100vh - 64px);
}
.change_cont2 {
}
.change_cont2 .cont_box {
  padding: 20px 10px 25px;
  height: 100%;
  border-radius: 0;
}

.change_cont2 h2 {
  font-size: 15px;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 15px;
}

.change_cont2 h2 span {
  font-size: 13px;
  color: #ff3333;
}

.full_bg {
  background-color: var(--c-pt);
  color: #fff;
  border-color: var(--c-pt);
}
.line_btn {
  background-color: #fff;
  color: #757575;
  border: 1px solid #dbdbdb;
}
.chg_inner {
  height: 100%;
}
.chg_box li.on .detail_wrap {
  display: block;
}
.chg_box .summary {
  padding: 12px 20px;
  background-color: #f9f9f9f9;
  border: 1px solid #eee;
  border-radius: 6px;
  font-size: 13px;
  color: #454545;
  padding-right: 70px;
  background-image: url(/img/reservation_mo/ico/down.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 30px;
}
.chg_box > li + li {
  margin-top: 15px;
}
.chg_box > li.on .summary {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: url(/img/reservation_mo/ico/up.png);
}
.tab + p.desc {
  margin-top: 20px;
}
.tab + p.desc span {
  color: #ff3333;
  display: block;
  line-height: 1.5;
}
.chg_box .state {
  padding: 5px 7.5px;
  display: inline-block;
  font-size: 12px;
  border-radius: 2px;
}

.chg_box .state.done {
  background: #999;
  color: #fff;
}

.chg_box .date {
  margin: 0 10px;
}

.chg_box .place {
  color: #757575;
}

.chg_box .price strong {
  font-size: 18px;
  color: var(--c-pt);
}
.chg_box .btn_wrap {
  margin: 15px auto;
}
.chg_box .btn_wrap button {
  max-width: 75px;
  height: 36px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
}

.chg_box .btn_wrap button + button {
  margin-left: 10px;
}
.detail_wrap {
  display: none;
  border: 1px solid #eee;
  border-top: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 0 10px;
}
.detail_wrap .detail li {
  display: flex;
  align-items: center;
  padding: 10px 5px;
  border-bottom: 1px solid #eee;
  width: 100%;
}
.detail_wrap .detail li:last-child {
    border-bottom: none
}
.detail_wrap .detail li > p {
  padding-left: 10px;
  color: #757575;
  width: 90px;
}
.detail_wrap .detail li div {
  width: calc(100% - 90px);
  line-height: 1.625;
  color: #454545;
}
.detail_wrap .detail li .item_name p {
  display: flex;
}
.detail_wrap .detail li .item_name p .item {
  margin-left: 5px;
}
.detail_wrap .detail li .item_name .color_g1 {
  white-space: nowrap;
}
.detail_wrap .detail + .btn_wrap {
    margin-top: 0;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.reser_go_btn {
  text-align: center;
  height: 44px;
  display: block;
  padding: 0 20px;
  border-radius: 22px;
  line-height: 44px;
  background-color: var(--c-pt);
  color: #fff !important;
  margin-bottom: 20px;
}
.reser_go_btn:visited,
.reser_go_btn:link,
.reser_go_btn:hover {
  background-color: var(--c-pt);
  color: #fff !important;
}
