<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* result-listing page */
.result-heading {
  margin-bottom: 10px;
  height: 500px;
}

.result-heading .title h1 {
  margin: 70px auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .result-heading .title h1 {
    margin: 50px auto;
  }
}

@media (max-width: 767px) {
  .result-heading .title h1 {
    margin: 30px auto;
  }
}

.result-heading .background {
  background-image: url("../images/result-listing-bg.jpg?v1");
}

@media (min-width: 768px) and (max-width: 1023px) {
  .result-heading .background {
    background-image: url("..//images/result-listing-bg-m.jpg?v1");
  }
}

@media (max-width: 767px) {
  .result-heading .background {
    background-image: url("..//images/result-listing-bg-m.jpg?v1");
  }
}

@media (min-width: 1680px) {
  .result-heading {
    height: 500px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .result-heading {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .result-heading {
    height: 90vh;
  }
}

.result-container {
  margin: 30px auto 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .result-container {
    margin: 20px auto;
  }
}

@media (max-width: 767px) {
  .result-container {
    margin: 15px auto;
  }
}

.result-container .result-tips {
  font-size: 1.7rem;
  color: #000;
  margin: 20px 0 50px;
  padding: 20px 15px;
  background-color: #EEE;
  border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .result-container .result-tips {
    font-size: 1.5rem;
    margin: 25px 0;
  }
}

@media (max-width: 767px) {
  .result-container .result-tips {
    font-size: 1.5rem;
    margin: 20px 0;
  }
}

.result-container .result-tips p {
  line-height: 1.3;
}

.result-container .result-tips p:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .result-container .result-tips p:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .result-container .result-tips p:not(:last-child) {
    margin-bottom: 10px;
  }
}

.result-container .result-tips p:last-child {
  font-size: 1.3rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .result-container .result-tips p:last-child {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .result-container .result-tips p:last-child {
    font-size: 1.2rem;
  }
}

.result-container .result-tips p a {
  color: #9c9c9c;
}

.result-container .result-tips p a:hover {
  color: #EB7C21;
}

.search-store {
  margin: 30px auto 10px;
}

.result-keyword {
  margin: 30px auto 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .result-keyword {
    width: 80%;
    margin: 10px auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column nowrap;
  }
}

@media (max-width: 767px) {
  .result-keyword {
    width: 100%;
    margin: 10px auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .result-keyword &gt; div:first-child {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .result-keyword &gt; div:first-child {
    margin: 0;
  }
}

.result-keyword .keyword {
  background-color: #000;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .result-keyword .keyword {
    font-size: 1rem;
    margin: 0 15px 10px 0;
  }
}

@media (max-width: 767px) {
  .result-keyword .keyword {
    font-size: 1rem;
    margin: 0 15px 10px 0;
  }
}

.result-keyword .keyword:hover {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  background-color: #000;
  border-color: #000;
}

.search-count-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
  margin-bottom: 10px;
}

.search-count-container .count {
  font-size: 1.7rem;
  color: #000;
}

.search-count-container .count span {
  margin: 0 5px;
}

.search-count-container .tips {
  font-size: 1.2rem;
  color: #9c9c9c;
}

.search-count-container .tips a {
  font-size: inherit;
  color: inherit;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}

.search-count-container .tips a:hover {
  color: #EB7C21;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .search-count-container .tips a {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .search-count-container .tips a {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .search-count-container .tips {
    display: none;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .search-count-container .tips {
    display: none;
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .search-count-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column nowrap;
    margin-bottom: 0;
  }
  .search-count-container div {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .search-count-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column nowrap;
    margin-bottom: 0;
  }
  .search-count-container div {
    margin-bottom: 5px;
  }
}

.container-member {
  margin: 0 auto;
}

.container-member .oki-hint {
  padding: 20px 0;
  margin: 30px auto;
  font-size: 1.5rem;
  color: #333;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .container-member .oki-hint {
    margin: 20px 10%;
  }
}

@media (max-width: 767px) {
  .container-member .oki-hint {
    font-size: 1.3rem;
  }
}

.terms-container {
  max-width: 900px;
  font-size: 1.2rem;
  color: #000;
  transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .terms-container {
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -o-transform: translateY(-60px);
  }
}

@media (max-width: 767px) {
  .terms-container {
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -o-transform: translateY(-60px);
  }
}

.terms-container div {
  line-height: 1.6;
}

.terms-container .time {
  margin-bottom: 20px;
}

.terms-container .content {
  margin-bottom: 20px;
}

.terms-container .content .title {
  font-weight: bold;
}

.terms-container .content .detail-1 {
  padding-left: 10px;
  font-size: 1.1rem;
}

.terms-container .content .detail-2 {
  padding-left: 20px;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.terms-container .content .detail-3 {
  padding-left: 30px;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

/* For member page */
.member-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row nowrap;
  transform: translateY(-35px);
  -webkit-transform: translateY(-35px);
  -moz-transform: translateY(-35px);
  -o-transform: translateY(-35px);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .member-container {
    flex-flow: column nowrap;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .member-container {
    flex-flow: column nowrap;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

.account-container {
  max-width: 1200px;
  margin: 0 auto;
}

.form-container,
.QA-container {
  padding: 40px 20px 30px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .form-container,
  .QA-container {
    padding: 40px 0 30px;
  }
}

@media (max-width: 767px) {
  .form-container,
  .QA-container {
    padding: 40px 0 30px;
  }
}

.form-container {
  width: 60%;
  color: #000;
  font-size: 1.3rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .form-container {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .form-container {
    width: 100%;
  }
}

.form-container .facebook-btn {
  font-size: 1.1rem;
  margin: 0 auto 30px;
  border-radius: 5px;
  color: #fff;
  min-width: 150px;
  padding: 8px;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  transform: translateX(33%);
  -webkit-transform: translateX(33%);
  -moz-transform: translateX(33%);
  -o-transform: translateX(33%);
  cursor: pointer;
  background-color: #3B5997;
  border: 1px solid #3B5997;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .form-container .facebook-btn {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    margin: 0 auto 20px;
  }
}

@media (max-width: 767px) {
  .form-container .facebook-btn {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    margin: 0 auto 15px;
  }
}

.form-container .facebook-btn i {
  font-size: 1.5rem;
}

.form-container .facebook-btn span {
  margin-left: 5px;
  cursor: unset;
}

.form-container .facebook-btn:hover {
  background-color: #FFF;
  color: #3B5997;
}

.form-container p {
  text-align: center;
  margin: 0 0 30px;
  color: #9c9c9c;
  font-size: 1rem;
  width: 80%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .form-container p {
    width: 100%;
    margin: 0 0 20px;
  }
}

@media (max-width: 767px) {
  .form-container p {
    width: 100%;
    margin: 0 0 15px;
  }
}

.form-container h4 {
  width: 80%;
  text-align: center;
  margin: 0 0 30px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .form-container h4 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .form-container h4 {
    width: 100%;
  }
}

.form-container .lang-choose {
  border-radius: 3px;
}

.form-container .lang-choose div {
  width: 50%;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid #EEE;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}

.form-container .lang-choose div.active {
  background-color: #000;
  color: #fff;
}

.form-container .lang-choose div:not(:last-child) {
  border-right: 0;
}

.form-container .lang-choose div:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.form-container .lang-choose div:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.form-container &gt; div {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-flow: column nowrap;
  width: 100%;
  height: fit-content;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  display: none;
}

.form-container &gt; div.active {
  display: flex;
}

.oki-form {
  width: 100%;
}

.oki-form &gt; div {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row nowrap;
}

.oki-form &gt; div label {
  width: 25%;
  line-height: 1.3;
  font-size: 1.2rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .oki-form &gt; div label {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .oki-form &gt; div label {
    width: 25%;
  }
}

.oki-form &gt; div .input-container {
  width: 75%;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .oki-form &gt; div .input-container {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .oki-form &gt; div .input-container {
    width: 75%;
  }
}

.oki-form &gt; div .input-container input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #EEE;
  border-radius: 3px;
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}

.oki-form &gt; div .input-container input::-webkit-input-placeholder {
  color: #9c9c9c;
}

.oki-form &gt; div .input-container input::-webkit-outer-spin-button, .oki-form &gt; div .input-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.oki-form &gt; div .input-container input:focus {
  border-color: #EB7C21;
}

.oki-form &gt; div .input-container textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #EEE;
  border-radius: 3px;
  font-size: 1.2rem;
  resize: none;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}

.oki-form &gt; div .input-container textarea:focus {
  border-color: #EB7C21;
}

.oki-form &gt; div .input-container .input-50 {
  width: 49% !important;
}

@keyframes input-shake {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
  20% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

.oki-form &gt; div .input-container .error {
  animation: input-shake .3s ease 0s 1;
  border-color: #F34242;
}

.oki-form &gt; div .input-container .input-notice {
  width: 100%;
  color: #F34242;
  margin: 5px 0 0;
  flex-shrink: 0;
  text-align: left;
  height: 0;
  display: none;
}

.oki-form &gt; div .input-container .input-notice.active {
  display: block;
}

.oki-form &gt; div .input-container .input-notice.input-50 {
  width: 49%;
}

.oki-form &gt; div .input-container .input-val {
  width: 100%;
  padding: 10px;
  line-height: 1.2;
  font-size: 1.2rem;
  border-bottom: 1px solid #EEE;
}

.oki-form &gt; div .input-container.input-for-detail #phone {
  border: 0;
  border-bottom: 1px solid #EEE;
}

.oki-form &gt; div .iti {
  width: 100%;
}

.oki-form &gt; div.birth-container {
  margin-bottom: 35px;
}

.oki-form &gt; div.birth-container .input-container p:last-of-type {
  color: #999;
}

@media (max-width: 767px) {
  .oki-form &gt; div {
    margin-bottom: 20px;
  }
}

.oki-form &gt; p {
  width: 100%;
  text-align: right;
}

.oki-form a {
  color: #9c9c9c;
  font-size: 1rem;
}

.oki-form .oki-btn {
  width: 150px;
  padding: 10px 0;
  margin: 30px auto 0;
  transform: translateX(33%);
  -webkit-transform: translateX(33%);
  -moz-transform: translateX(33%);
  -o-transform: translateX(33%);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .oki-form .oki-btn {
    width: 300px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .oki-form .oki-btn {
    width: 100%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

.oki-form button[type=submit].disabled {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
  color: #fff;
  cursor: wait;
}

.form-account-container {
  padding: 20px;
  background-color: transparent;
}

.form-account-container &gt; div {
  display: block;
}

.form-account-container .oki-form .oki-btn {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .form-account-container {
    padding: 20px 10px;
  }
}

@media (max-width: 767px) {
  .form-account-container {
    padding: 20px 0;
  }
}

.QA-container {
  width: 36%;
  color: #000;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .QA-container {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .QA-container {
    width: 100%;
  }
}

.QA-container .QA-Q {
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0 0 20px;
  line-height: 1.3;
}

.QA-container .QA-A ol li {
  font-size: 1.15rem;
  line-height: 1.5;
}

.QA-container .QA-A ol li:not(:last-child) {
  margin-bottom: 15px;
}

.QA-container .QA-A:not(:last-child) {
  margin-bottom: 20px;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #FFF;
}

.order-title-wap {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-title-wap {
    display: block;
  }
}

@media (max-width: 767px) {
  .order-title-wap {
    display: block;
  }
}

.order-tab-wap {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-tab-wap {
    display: flex;
  }
}

@media (max-width: 767px) {
  .order-tab-wap {
    display: flex;
  }
}

.order-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row nowrap;
}

.order-container &gt; div {
  padding: 20px;
  font-size: 1.3rem;
  color: #9c9c9c;
  background-color: #fafafa;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-container &gt; div {
    padding: 15px 10px;
  }
}

@media (max-width: 767px) {
  .order-container &gt; div {
    padding: 15px 10px;
  }
}

.order-type-container {
  width: 15%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-type-container {
    display: none;
  }
}

@media (max-width: 767px) {
  .order-type-container {
    display: none;
  }
}

.order-type-container .order-type {
  width: 100%;
  cursor: pointer;
  position: relative;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}

.order-type-container .order-type.hint:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  left: unset;
  right: 0;
  background-color: #409C6A;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.order-type-container .order-type:not(:last-child) {
  margin-bottom: 20px;
}

.order-type-container .order-type.active {
  color: #EB7C21;
}

.order-type-container .order-type.active a {
  color: #EB7C21;
}

.order-type-container .order-type a {
  display: inline-block;
  width: 100%;
  color: #9c9c9c;
}

.order-listing-container {
  width: 83%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-listing-container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .order-listing-container {
    width: 100%;
  }
}

.order-listing-container .none-hint {
  text-align: center;
  color: #000;
  font-size: 1.4rem;
}

.order-listing {
  width: 100%;
  display: none;
}

.order-listing.active {
  display: block;
}

.order-listing .order-item {
  cursor: default;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row nowrap;
  width: 380px;
}

.order-listing .order-item:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #EEE;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-listing .order-item {
    cursor: pointer;
    position: relative;
    flex-flow: column nowrap;
  }
  .order-listing .order-item &gt; div:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .order-listing .order-item {
    cursor: pointer;
    position: relative;
    flex-flow: column nowrap;
  }
  .order-listing .order-item &gt; div:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .order-listing .order-item {
    width: 90vw;
    margin: auto;
  }
}

.order-listing .order-item .order-No {
  width: 20%;
  color: #000;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-listing .order-item .order-No {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .order-listing .order-item .order-No {
    width: 100%;
  }
}

.order-listing .order-item .order-msg {
  width: 70%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-listing .order-item .order-msg {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .order-listing .order-item .order-msg {
    width: 100%;
  }
}

.order-listing .order-item .order-msg &gt; div {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row nowrap;
}

.order-listing .order-item .order-msg &gt; div:not(:first-child) {
  padding-left: 35px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-listing .order-item .order-msg &gt; div:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .order-listing .order-item .order-msg &gt; div:not(:first-child) {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-listing .order-item .order-msg &gt; div {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .order-listing .order-item .order-msg &gt; div {
    margin-bottom: 15px;
  }
}

.order-listing .order-item .order-msg .avatar {
  width: 25px;
  height: 25px;
  box-shadow: 0 2px 6px 1px #ccc;
  margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-listing .order-item .order-msg .avatar {
    display: none;
  }
}

@media (max-width: 767px) {
  .order-listing .order-item .order-msg .avatar {
    display: none;
  }
}

.order-listing .order-item .order-msg .name {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-listing .order-item .order-msg .name {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .order-listing .order-item .order-msg .name {
    font-size: 1.4rem;
  }
}

.order-listing .order-item .order-msg .msg {
  font-size: 1.2rem;
}

.order-listing .order-item .order-msg .msg i {
  margin-right: 10px;
  color: #9c9c9c;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-listing .order-item .order-msg .msg i {
    display: none;
  }
}

@media (max-width: 767px) {
  .order-listing .order-item .order-msg .msg i {
    display: none;
  }
}

.order-listing .order-item .order-msg .msg span {
  display: inline-block;
  width: 200px;
  color: #000;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-listing .order-item .order-msg .msg span {
    width: fit-content;
    padding-right: 20px;
    position: relative;
  }
  .order-listing .order-item .order-msg .msg span:first-of-type:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    left: unset;
    right: 0;
    transform: translate(calc(-10px + 50%), -50%);
    -webkit-transform: translate(calc(-10px + 50%), -50%);
    -moz-transform: translate(calc(-10px + 50%), -50%);
    -o-transform: translate(calc(-10px + 50%), -50%);
    display: inline-block;
    background-color: #EB7C21;
    border-radius: 50%;
  }
}

@media (max-width: 767px) {
  .order-listing .order-item .order-msg .msg span {
    width: fit-content;
    padding-right: 20px;
    position: relative;
  }
  .order-listing .order-item .order-msg .msg span:first-of-type:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    left: unset;
    right: 0;
    transform: translate(calc(-10px + 50%), -50%);
    -webkit-transform: translate(calc(-10px + 50%), -50%);
    -moz-transform: translate(calc(-10px + 50%), -50%);
    -o-transform: translate(calc(-10px + 50%), -50%);
    display: inline-block;
    background-color: #EB7C21;
    border-radius: 50%;
  }
}

.order-listing .order-item .order-msg .details {
  align-items: flex-start;
  flex-flow: column nowrap;
  font-size: 1.2rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-listing .order-item .order-msg .details {
    display: none;
  }
}

@media (max-width: 767px) {
  .order-listing .order-item .order-msg .details {
    display: none;
  }
}

.order-listing .order-item .order-msg .details p {
  color: #9c9c9c;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row nowrap;
  cursor: pointer;
  user-select: none;
}

.order-listing .order-item .order-msg .details p:after {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-left: 3px;
  border-top: 1px solid #9c9c9c;
  border-right: 1px solid #9c9c9c;
  transform-origin: center center;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transform: rotate(135deg) translateY(20%);
  -webkit-transform: rotate(135deg) translateY(20%);
  -moz-transform: rotate(135deg) translateY(20%);
  -o-transform: rotate(135deg) translateY(20%);
}

.order-listing .order-item .order-msg .details p.active:after {
  transform: rotate(-45deg) translateY(20%);
  -webkit-transform: rotate(-45deg) translateY(20%);
  -moz-transform: rotate(-45deg) translateY(20%);
  -o-transform: rotate(-45deg) translateY(20%);
}

.order-listing .order-item .order-msg .details span {
  display: inline-block;
  width: 20px;
  text-align: center;
}

.order-listing .order-item .order-msg .details .detail-listing {
  color: #000;
  margin-top: 10px;
}

.order-listing .order-item .order-msg .details .detail-listing li {
  user-select: none;
}

.order-listing .order-item .order-msg .details .detail-listing li:not(:last-child) {
  margin-bottom: 5px;
}

.order-listing .order-item .order-more {
  width: 10%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-listing .order-item .order-more {
    width: 100%;
    /* display: none;*/
  }
}

@media (max-width: 767px) {
  .order-listing .order-item .order-more {
    width: 100%;
    /* display: none; */
  }
}

.order-listing .order-item .order-status {
  width: 10%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-flow: row nowrap;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-listing .order-item .order-status {
    position: absolute;
    width: fit-content;
    height: auto;
    top: 0;
    left: unset;
    right: 0;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .order-listing .order-item .order-status {
    position: absolute;
    width: fit-content;
    height: auto;
    top: 0;
    left: unset;
    right: 0;
    width: fit-content;
  }
}

.order-listing .order-item .order-status span {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 2px;
  color: #fff;
  font-size: 1.1rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-listing .order-item .order-status span {
    padding: 0;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .order-listing .order-item .order-status span {
    padding: 0;
    font-size: 1.2rem;
  }
}

.order-listing .order-item .order-status .order-cancel {
  background-color: #C76669;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-listing .order-item .order-status .order-cancel {
    color: #C76669;
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .order-listing .order-item .order-status .order-cancel {
    color: #C76669;
    background-color: transparent;
  }
}

.order-listing .order-item .order-status .order-attend {
  background-color: #409C6A;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-listing .order-item .order-status .order-attend {
    color: #409C6A;
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .order-listing .order-item .order-status .order-attend {
    color: #409C6A;
    background-color: transparent;
  }
}

.order-listing .order-item .order-status .order-no-show {
  background-color: #9c9c9c;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .order-listing .order-item .order-status .order-no-show {
    color: #9c9c9c;
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .order-listing .order-item .order-status .order-no-show {
    color: #9c9c9c;
    background-color: transparent;
  }
}

.booking-container {
  max-width: 850px;
  background-color: #FFF;
  margin-top: -150px;
  position: relative;
  padding: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .booking-container {
    max-width: 750px;
    padding: 30px 50px;
  }
}

@media (max-width: 767px) {
  .booking-container {
    max-width: 100%;
    padding: 60px 15px;
  }
}

.booking-container &gt; div, .booking-container .form-for-booking {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 20px;
}

.booking-container .booking-tips {
  padding: 10px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .booking-container .booking-tips {
    padding: 10px 0;
  }
}

.booking-container .share-booking {
  margin: 20px auto 55px;
  background-color: #EEE;
  border-radius: 5px;
  padding: 20px 15px 5px;
}

.booking-container .share-booking h3 {
  margin-bottom: 15px;
  text-align: center;
  color: #000;
  font-weight: bold;
}

@media (max-width: 767px) {
  .booking-container .share-booking h3 {
    font-size: 1.2rem;
  }
}

@media (min-width: 1300px) {
  .booking-container .share-booking {
    width: 70%;
  }
}

@media (min-width: 1024px) and (max-width: 1299px) {
  .booking-container .share-booking {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .booking-container .share-booking {
    margin: 20px auto;
  }
}

.booking-container .ticket-line {
  width: 100%;
  border-top: 1px solid #E2E2E2;
  margin: 30px auto;
}

@media (max-width: 767px) {
  .booking-container .ticket-line {
    margin: 20px auto;
  }
}

@media (max-width: 767px) {
  .booking-container .form-for-booking {
    padding: 0;
  }
}

.booking-container .form-for-booking &gt; div {
  margin-bottom: 20px;
}

.booking-container .form-for-booking .form-title {
  margin: 60px 0 50px;
}

@media (max-width: 767px) {
  .booking-container .form-for-booking .form-title {
    margin: 40px 0;
  }
}

.booking-container .form-for-booking .ticket-title {
  border-color: #EB7C21;
}

.booking-container .form-for-booking .ticket-title:after {
  color: #EB7C21;
  font-weight: bold;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .booking-container .form-for-booking .ticket-title:after {
    font-size: 1.3rem;
    padding: 0 10px;
    text-align: center;
  }
}

.booking-container .form-for-booking .ticket-title.ticket-detail-title {
  border-color: #000;
}

.booking-container .form-for-booking .ticket-title.ticket-detail-title:after {
  color: #000;
}

.booking-container.pending {
  border-top: 3px solid #EB7C21;
}

.booking-container.cancel {
  border-top: 3px solid #F34242;
}

.booking-container.overdue {
  border-top: 3px solid #5AC0DE;
}

.booking-container.no-show {
  border-top: 3px solid #9c9c9c;
}

.booking-container .store-blade {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  background-color: rgba(250, 250, 250, 0.95);
  padding: 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .booking-container .store-blade {
    padding: 0;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
  }
}

@media (max-width: 767px) {
  .booking-container .store-blade {
    padding: 0;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
  }
}

.booking-container .store-blade .logo {
  width: 90px;
  height: 90px;
  background-size: cover;
  border: 1px solid #FCFCFC;
  margin-right: 10px;
  flex-shrink: 0;
  box-shadow: 0 2px 6px 1px #ccc;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .booking-container .store-blade .logo {
    width: 70px;
    height: 70px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .booking-container .store-blade .logo {
    width: 60px;
    height: 60px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.booking-container .store-blade .store-info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column nowrap;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .booking-container .store-blade .store-info {
    align-items: center;
  }
}

@media (max-width: 767px) {
  .booking-container .store-blade .store-info {
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .booking-container .store-blade .store-info &gt; div {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .booking-container .store-blade .store-info &gt; div {
    margin-bottom: 5px;
  }
}

.booking-container .store-blade .title h1 {
  font-size: 1.8rem;
  line-height: 1.5;
  display: inline;
  font-weight: bold;
  margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .booking-container .store-blade .title h1 {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .booking-container .store-blade .title h1 {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

@keyframes heart-shake {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  20% {
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
  }
  40% {
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
  }
  60% {
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
  }
  80% {
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}

.booking-container .store-blade .title .fa-heart {
  font-size: 1.8rem;
  transition: linear all 0.3s;
  color: #f3494a;
  cursor: pointer;
}

.booking-container .store-blade .title .fa-heart:hover {
  animation: heart-shake .5s linear 0s 1;
}

.booking-container .store-blade .address {
  line-height: 1.5;
  color: #9c9c9c;
}

@media (max-width: 767px) {
  .booking-container .store-blade .address {
    line-height: 1.3;
  }
}

.booking-container .location-container {
  padding: 0 20px;
  margin: 30px auto;
}

@media (max-width: 767px) {
  .booking-container .location-container {
    padding: 0;
  }
}

.booking-container .location-container .store-title {
  font-size: 1.8rem;
}

.booking-tips {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row nowrap;
  font-size: 1.2rem;
  color: #000;
}

@media (max-width: 767px) {
  .booking-tips {
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    margin-bottom: 0 !important;
  }
}

.booking-tips a {
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}

.booking-tips a:hover {
  color: #EB7C21;
}

.booking-tips &gt; div {
  text-align: right;
}

.booking-tips &gt; div p {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .booking-tips &gt; div {
    margin: 10px 0;
    text-align: center;
  }
}

.booking-restaurant {
  text-align: center;
}

.booking-restaurant .avatar {
  width: 80px;
  height: 80px;
  box-shadow: 0 2px 6px 1px #ccc;
  object-fit: cover;
  margin-bottom: 20px;
}

.booking-restaurant .name {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 15px;
  font-weight: bold;
}

@media (min-width: 1024px) and (max-width: 1299px) {
  .booking-restaurant .name {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .booking-restaurant .name {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .booking-restaurant .name {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.booking-restaurant .location {
  font-size: 1.1rem;
}

.booking-status {
  position: relative;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}

.booking-status p {
  margin-bottom: 10px;
}

@media (min-width: 1300px) {
  .booking-status p:first-of-type {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) and (max-width: 1299px) {
  .booking-status p:first-of-type {
    font-size: 2rem;
  }
}

.booking-status.pending {
  color: #EB7C21;
}

.booking-status.pending .status-box span {
  background-color: #5AC0DE;
}

.booking-status.cancel .status-box span {
  background-color: #F34242;
}

.booking-status.overdue .status-box span {
  background-color: #5AC0DE;
}

.booking-status.no-show .status-box span {
  background-color: #9c9c9c;
}

.booking-status .status-box {
  color: #000;
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row nowrap;
}

.booking-status .status-box span {
  display: inline-block;
  font-size: 1.1rem;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .booking-status .status-box {
    font-size: 1.2rem;
  }
}

.booking-status .oki-btn {
  position: absolute;
  top: 0;
  right: 20px;
  background-color: #F34242;
  border-color: #F34242;
  min-height: 40px;
}

.booking-status .oki-btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
  box-shadow: 0 2px 6px 1px #ccc;
}

@media (max-width: 767px) {
  .booking-status .oki-btn {
    min-height: 35px;
    position: static;
    margin: 15px 0;
    float: right;
  }
}

@media (min-width: 1300px) {
  .booking-status {
    text-align: left;
  }
}

@media (min-width: 1024px) and (max-width: 1299px) {
  .booking-status {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .booking-status {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .booking-status {
    font-size: 1.3rem;
  }
}

.form-title {
  position: relative;
  height: 1px;
  border-bottom: 1px solid #9c9c9c;
  margin: 50px 0;
}

.form-title:after {
  content: attr(data-title);
  display: inline-block;
  padding: 0 20px;
  font-size: 1.2rem;
  background-color: #FFF;
  color: #000;
  position: absolute;
  width: fit-content;
  height: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.booking-msg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
}

.booking-msg &gt; div {
  width: calc(100% / 3);
  text-align: center;
}

@media (max-width: 767px) {
  .booking-msg &gt; div {
    width: 25%;
  }
}

.booking-msg &gt; div:not(:last-child) {
  position: relative;
}

.booking-msg &gt; div:not(:last-child):after {
  content: '';
  background-color: #CCC;
  position: absolute;
  width: 1px;
  height: 40px;
  top: 50%;
  left: unset;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.booking-msg &gt; div .booking-msg-item {
  width: 100%;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 15px;
  font-weight: bold;
}

@media (min-width: 1024px) and (max-width: 1299px) {
  .booking-msg &gt; div .booking-msg-item {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .booking-msg &gt; div .booking-msg-item {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .booking-msg &gt; div .booking-msg-item {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.booking-msg &gt; div .booking-msg-item::-webkit-outer-spin-button, .booking-msg &gt; div .booking-msg-item::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.booking-msg &gt; div p {
  font-weight: bold;
  color: #A6A6A6;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .booking-msg &gt; div:first-child {
    width: 50%;
  }
}

.booking-details {
  width: fit-content;
  margin: 0 auto;
}

.booking-details h2 {
  font-size: 1.4rem;
  color: #000;
}

.booking-details h2:not(:first-of-type) {
  margin-top: 10px;
}

.booking-details h2 span {
  display: inline-block;
  width: 25px;
}

.booking-details p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 15px;
  font-weight: bold;
}

@media (min-width: 1024px) and (max-width: 1299px) {
  .booking-details p {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .booking-details p {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .booking-details p {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.booking-details .for-customer {
  position: relative;
  font-size: 1.2rem;
  border-bottom: 1px solid #EB7C21;
  margin: 30px 0 20px;
  font-weight: normal;
}

.booking-details .for-customer:after {
  content: attr(data-content);
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  position: absolute;
  width: fit-content;
  height: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #EB7C21;
  white-space: nowrap;
  font-size: 1.2rem;
}

.booking-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .booking-btns {
    flex-flow: row wrap;
  }
}

@media (max-width: 767px) {
  .booking-btns {
    flex-flow: row wrap;
  }
}

.booking-btns &gt; a {
  letter-spacing: 0;
  font-size: 1.3rem;
  border-width: 2px;
  font-weight: bold;
  padding: 10px 8px;
}

@media (max-width: 767px) {
  .booking-btns &gt; a {
    font-size: 1.1rem;
    padding: 5px;
  }
}

.booking-btns &gt; a:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .booking-btns &gt; a:not(:last-child) {
    margin: 5px;
  }
}

.booking-btns .booking-cancel {
  background-color: #F34242;
  color: #fff;
  border-color: #F34242;
}

.booking-btns .booking-cancel:hover {
  background-color: #000;
  border-color: #000;
}

.oki-form .booking-submit {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}

.oki-form .edit-btns {
  position: relative;
}

@media (max-width: 767px) {
  .oki-form .edit-btns {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column wrap;
  }
}

.oki-form .edit-btns .edit-cancel {
  background-color: #fff;
  color: #000;
  border-color: #CCC;
  min-width: 55px;
  width: 55px;
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  padding: 0;
  min-height: 30px;
  transform: translateX(160%);
  -webkit-transform: translateX(160%);
  -moz-transform: translateX(160%);
  -o-transform: translateX(160%);
}

.oki-form .edit-btns .edit-cancel:hover {
  background-color: #EEE;
}

@media (max-width: 767px) {
  .oki-form .edit-btns .edit-cancel {
    width: 100%;
    position: static;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .oki-form .edit-btns .booking-submit {
    padding: 15px 0;
    font-size: 1.3rem;
  }
}

.oki-form-detail {
  padding: 10px 30px;
}

@media (max-width: 767px) {
  .oki-form-detail {
    padding: 0;
  }
}

.oki-form-detail p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #A6A6A6;
  font-weight: bold;
}

@media (max-width: 767px) {
  .oki-form-detail p {
    font-size: 1.2rem;
  }
}

.oki-form-detail p span {
  color: #000;
}

.oki-form-detail p.email span {
  text-decoration: underline;
}

.checkbox-content {
  margin: 20px 0;
  align-items: flex-start !important;
}

.checkbox-content input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-appearance: checkbox;
  margin: 0 5px 0 0;
}

.checkbox-content label {
  display: inline-block;
  width: 100% !important;
  font-size: 1.1rem;
  line-height: 1.5;
  cursor: pointer;
  padding-bottom: 10px;
}

.booking-notice {
  font-size: 1.2rem;
  color: #A6A6A6;
  line-height: 1.5;
  color: #9c9c9c;
}

@media (max-width: 767px) {
  .booking-notice {
    font-size: 1rem;
  }
}

.booking-notice p {
  font-family: 'Roboto', sans-serif;
}

.booking-notice p:not(:last-child) {
  margin-bottom: 20px;
}

.scroll-to-fixed-fixed {
  z-index: 2 !important;
}

.contents-registed {
  border: 1px solid #eee;
  padding: 2% 5%;
  box-shadow: 2px 2px 2px #fafafa;
  width: 80%;
  margin: auto;
  max-width: 900px;
  font-size: 1.6rem;
  border-radius: 3px;
  line-height: 2;
  text-align: center;
}

.contents-registed .msg {
  font-size: 2.2rem;
  color: #FE9200;
  transition: all .3s ease;
  margin: 10px 0;
  display: none;
}

.contents-registed .msg.active {
  display: inline-block;
}

.contents-registed #resend {
  cursor: pointer;
  color: #EB7C21;
  user-select: none;
}

.contents-registed .count {
  color: #9c9c9c;
  cursor: wait;
  text-decoration: underline;
  display: none;
}

.contents-registed .count:after {
  content: attr(data-msg);
  display: inline-block;
  margin-left: 5px;
}

.contents-registed.active #resend {
  display: none;
}

.contents-registed.active .count {
  display: inline-block;
}

.tag-result {
  font-size: 2.5rem;
  text-align: center;
  width: 100%;
  display: block;
  color: #000;
  margin: 10px auto;
}

.jedate .jedate-content .daystable td.disabled, .jedate .jedate-content .daystable td.disabled .nolunar, .jedate .jedate-content .daystable td.disabled .lunar {
  cursor: not-allowed;
}

.jedate .jedate-header {
  border-bottom: 1px solid #EEE;
}

.promotion-banner-container {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.promotion-banner-container .banner-slider {
  position: relative;
  width: 100%;
  padding-bottom: 45%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}

.promotion-banner-container .banner-slider span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 80%;
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  line-height: 1.3;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .promotion-banner-container .banner-slider span {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .promotion-banner-container .banner-slider span {
    width: 90%;
    font-size: 1.7rem;
  }
}

.promotion-banner-container ~ .oki-swiper-btn-prev, .promotion-banner-container ~ .oki-swiper-btn-next {
  background-color: transparent;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .promotion-banner-container ~ .oki-swiper-btn-prev, .promotion-banner-container ~ .oki-swiper-btn-next {
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .promotion-banner-container ~ .oki-swiper-btn-prev, .promotion-banner-container ~ .oki-swiper-btn-next {
    background-color: #fff;
  }
}
.w_630{
  width: 630px;
}
.w_1000{
  width: 1000px;
}
.w_1200{
  width: 1200px;
}
.w_1920{
  width: 1920px;
}
.w_158{
  width: 158px;
}
.w_800{
  width: 800px;
}
.w_500{
  width: 500px;
}
.w_300{
  width: 300px;
}
.h_300{
  height: 300px;
}
.h_533{
  height: 533px;
}
.h_158{
  height: 158px;
}
.h_1080{
  height: 1080px;
}
.h_840{
  height: 840px;
}
.nodisplay{
  display: none;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>