body {
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
body > div {
  height: 100%;
  width: 100%;
  background-color: #002266;
  text-align: center;
}

/* loading */
.loading {
  height: 100%;
  position: fixed;
  z-index: 99999;
  width: 100%;
  text-align: center;
  opacity: 0.8;
  background-color: gray;
  display: none;
}

.register-info_content .disabled-guest {
  pointer-events: none;
  background-color: gainsboro;
  width: 100%;
  opacity: 0.6;
}

.alert-dialog-content {
  text-align: center;
  font-size: 32px;
  line-height: normal;
}

.alert-dialog-title {
  font-size: 22px;
}

.text-notes {
  text-align: left;
  margin: 5px 10px;
}

span.medium-text-notes {
  font-size: 30px;
}

span.small-text-notes {
  font-size: 20px;
}

.choose-nationality {
  width: 100%;
  margin-right: 15px;
}

.choose-nationality-item {
  padding: 20px;
  margin-left: 20px !important;
}

.link-button .content_1 {
  color: #1f1f21;
}

.button-choose-national {
  height: 110px;
  line-height: 100px;
  font-size: 2em;
}

.button-lock {
  height: 200px;
  line-height: 100px;
  font-size: 2em;
}

.border-btn-lock {
  border: solid 3px #25a6d9;
  padding: 3px;
  border-radius: 5%;
  margin: 10px;
}

.button-submit-lock {
  margin-bottom: 10px;
}

.border-btn-unlock {
  border: solid 3px #ff5153;
  padding: 3px;
  border-radius: 5%;
}

.border-btn-lock-disabled {
  opacity: 0.5;
}

.smart-lock[disabled] {
  opacity: 1 !important;
}

/* :::::::::::::: Presentation css */
.container-lock {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  --locked-color: #25a6d9;
  --unlocked-color: #ff5153;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-bottom: -30px;
}

.background-red {
  background-color: #ff5153 !important;
}

/* :::::::::::::: Required CSS */
/* Locked */
.smart-lock-icon {
  background: white !important;
}

.lock {
  width: 96px;
  height: 84px;
  border: 3px solid var(--locked-color);
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.1s 80 ease-in-out;
  transition: all 0.1s ease-in-out;
}
.lock:after {
  content: "";
  display: block;
  background: var(--locked-color);
  width: 3px;
  height: 40px;
  position: absolute;
  top: 30%;
  left: 50%;
  margin: -3.5px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.lock:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  bottom: 100%;
  position: absolute;
  left: 35%;
  margin-left: -8px;
  border: 3px solid var(--locked-color);
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.lock:hover:before {
  height: 40px;
}

/*lock physical*/
.lock-small {
  width: 48px;
  height: 42px;
  border: 3px solid var(--locked-color);
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.1s 80 ease-in-out;
  transition: all 0.1s ease-in-out;
}
.lock-small:after {
  content: "";
  display: block;
  background: var(--locked-color);
  width: 3px;
  height: 20px;
  position: absolute;
  top: 30%;
  left: 50%;
  margin: -3.5px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.lock-small:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  bottom: 100%;
  position: absolute;
  left: 35%;
  margin-left: -6px;
  border: 3px solid var(--locked-color);
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* Unlocked */
.unlocked {
  transform: rotate(10deg);
  border-color: var(--unlocked-color);
}
.unlocked:before {
  bottom: 113%;
  left: 31%;
  margin-left: -11.5px;
  transform: rotate(-45deg);
  border-color: var(--unlocked-color);
}
.unlocked:after {
  background: var(--unlocked-color);
}
.unlocked:hover:before {
  height: 40px;
  left: 30%;
  bottom: 113%;
  transform: rotate(-30deg);
}

.spiner {
  margin-top: 50%;
  width: 100px;
  height: 100px;
  display: inline-block;
  border: 10px solid white;
  border-radius: 50%;
  border-top: 10px solid #ff8000;
  animation: spiner 1.5s linear infinite;
}

.bar {
  margin-top: 80%;
  /*margin-top: 50px;*/
  display: inline-block;
  width: 100%;
}
.bar > span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ff8000;
  display: inline-block;
  animation: dot 1.5s ease-in-out infinite both;
}
.bar span.dot1 {
  animation-delay: -0.3s;
}
.bar span.dot2 {
  animation-delay: -0.15s;
}
.bar span.dot3 {
  animation-delay: 0s;
}

@keyframes spiner {
  to {
    transform: rotate(360deg);
  }
}
@keyframes dot {
  0%,
    80%,
    100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.list-item__disabled {
  background-color: #f4f4f4;
}

.list-header {
  background-color: #dddddd;
}

.list-radio__disabled .list-item__center {
  background-color: #f4f4f4;
}

.list-radio-gender__disabled .list-item__center {
  border-bottom: 1px solid #ccc;
}

/*end loadding*/
.message-error {
  color: red;
}

.message-success {
  color: green;
}

.field-require {
  color: red;
}

.hide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s 5s, opacity 4s linear;
}

ons-input[disabled] {
  opacity: 1;
}

.not-found {
  background-color: #f3f3e1;
}
.not-found h1 {
  font-size: 100px;
  color: #8f8e8c;
  text-align: center;
  margin-bottom: 1px;
  font-family: cursive;
}
.not-found p {
  text-align: center;
}

.menu {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  color: #fff;
  height: 100vh;
  transition: transform 0.4s ease-in-out;
  transform: translateX(-100%);
}
.menu ul {
  padding-left: 20px;
  margin: 0 0;
  width: 300px;
  background: black;
  height: 100vh;
  position: relative;
  z-index: 99998;
  padding-top: 60px;
  overflow-x: hidden;
  overflow-y: auto;
}
.menu li {
  list-style: none;
  position: relative;
  z-index: 199999;
  margin-top: 15px;
  display: block;
  width: max-content;
}
.menu li a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  display: block;
  width: max-content;
  display: flex;
  align-items: center;
}
.menu li a i {
  display: inline-block;
  width: 25px;
}
.menu li a span {
  margin-left: 5px;
  display: inline-block;
}
.menu .menu-close {
  z-index: 99997;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  transition: all 0.4s ease-in-out;
}
.menu .logout-button {
  margin-top: 18px;
}

.button-menu {
  position: fixed;
  z-index: 99999999;
  top: 19px;
  left: 15px;
  width: 30px;
  height: 21px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.button-menu.open span {
  background: #fff;
}
.button-menu.open span:nth-child(1), .button-menu.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button-menu.open span:nth-child(2), .button-menu.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.button-menu.open span:nth-child(1) {
  left: 3px;
  top: 5px;
}
.button-menu.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 5px;
}
.button-menu.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.button-menu.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.button-menu.open span:nth-child(5) {
  left: 3px;
  top: 14px;
}
.button-menu.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 14px;
}
.button-menu span {
  /*display: block;*/
  position: absolute;
  height: 3px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.button-menu span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.button-menu span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.button-menu span:nth-child(1), .button-menu span:nth-child(2) {
  top: 0px;
}
.button-menu span:nth-child(3), .button-menu span:nth-child(4) {
  top: 9px;
}
.button-menu span:nth-child(5), .button-menu span:nth-child(6) {
  top: 18px;
}

.list-header--material {
  background-image: none;
  border-top: 1px solid #ccc;
}

.back-button--material {
  line-height: unset;
}

.toolbar__left,
.toolbar__right,
.toolbar--material__left,
.toolbar--material__right {
  width: 27px;
  min-width: unset;
  line-height: unset;
  height: unset;
}
.toolbar__left .back-button,
.toolbar__right .back-button,
.toolbar--material__left .back-button,
.toolbar--material__right .back-button {
  height: unset;
  line-height: unset;
}

.toolbar--material__left,
.toolbar--material__right {
  min-width: 50px;
  width: 50px;
}

.toolbar__center,
.toolbar--material__center {
  width: calc(100% - 27px);
  text-align: center;
  word-break: break-all;
}

.toolbar--material__center {
  width: calc(100% - 50px);
}

.toolbar__navigator .left__back {
  font-size: 1.3em;
  padding: 10px;
  color: black;
}
.toolbar__navigator .left__back:active {
  color: #25a6d9;
}

.toolbar__navigator,
.toolbar--material {
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.toolbar__navigator .toolbar__center,
.toolbar__navigator .toolbar--material__center,
.toolbar--material .toolbar__center,
.toolbar--material .toolbar--material__center {
  height: unset;
}
.toolbar__navigator .toolbar__center.toolbar__title,
.toolbar__navigator .toolbar--material__center.toolbar__title,
.toolbar--material .toolbar__center.toolbar__title,
.toolbar--material .toolbar--material__center.toolbar__title {
  line-height: 44px;
  height: 44px;
  text-align: center;
}

.page__background {
  background: #fff;
}

.button {
  background: #fbe24c;
  color: black;
  font-weight: bold;
}

.list-info .font-size-1-2 {
  font-size: 1.2em !important;
}

.font-size-1-2 {
  font-size: 1.2em !important;
}

.logo-top {
  height: 44px;
}

.button-open-room {
  background: #25a6d9;
}

ons-input {
  width: 100%;
  height: unset;
}

textarea {
  width: 100% !important;
}

.toolbar {
  background: #fff;
}

strong,
.fnt-500 {
  font-weight: 500;
}

.card__content {
  font-size: 1em;
}
.card__content p {
  margin: 0 0;
}
.card__content .button {
  margin-top: 20px;
}

p,
label,
input {
  color: #000 !important;
}

input {
  opacity: 1 !important;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-0 {
  padding: 0 !important;
}

.text-input {
  width: 100% !important;
  padding: 0 0 6px;
  height: unset;
}

.text-input--material:focus {
  background-image: linear-gradient(#25a6d9, #25a6d9), linear-gradient(to top, transparent 1px, #afafaf 1px);
}

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

.logo {
  width: 75%;
  margin: 0 auto;
  height: auto;
  padding-top: 58px;
}
.logo img {
  width: 100%;
  height: auto;
}

.text-normal {
  padding: 0 35px;
}

.text-font10px {
  font-size: 10px;
  padding: 0.5em 1em;
  margin-block-start:0px;
}

.text-font15pxbold {
  font-size: 15px;
  font-weight: bold;
  margin-block-end: 0px;
  text-align: start;
  margin-inline-start:10px;
}

.text-font15px {
  font-size: 15px;
}

.text-font13px {
  font-size: 13px;
}

.text-font30px {
  font-size: 20px;
  font-weight: bold;
  margin-block-end: 0px;
  margin-inline-start:10px;
}
.text-box1 {
  padding: 0.5em 1em;
  color: #2c2c2f;
  background: #cde4ff;/*背景色*/
}

.button-submit {
  margin-top: 0;
  margin-bottom: 30px;
}

.button-submit--unlock {
  font-size: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form label {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.text-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-top {
  padding: 20px 0 !important;
  background-color: #fbe24c;
  color: #fff;
  position: absolute;
  width: 100%;
  z-index: 10000;
}

.card {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #ddd;
}

.card__title {
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 0 !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-30 {
  padding-top: 30px;
}

.navigator-page ons-toolbar:not([inline]) {
  top: 58px !important;
}
.navigator-page ons-toolbar:not([inline]).title-top {
  height: 58px !important;
  padding: 7px 0 !important;
  top: 0 !important;
}
.navigator-page ons-toolbar:not([inline]).title-top div {
  color: #fff;
}
.navigator-page .toolbar + .page__background + .page__content {
  top: 0 !important;
}

.navigator-page_content {
  padding-top: 58px;
  min-height: 100vh;
}
.navigator-page_content.navigator-page_content--toolbar {
  padding-top: 108px;
  min-height: calc(100vh - 108px);
}

.note-dialog {
  border:2px solid #f0301b;
  border-radius: 10px;
  margin-top: 10px;
  font-size: medium;
}

.note-dialog > p {
  padding: 0px 7px;
}

.note-dialog-title {
  background-color:#f0301b;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  top: -3px;
  right: -3px;
  left: -3px;
  font-size: larger;
  color: #FFF;
  padding: 10px 0px;
  text-align: center;
}

.title {
  text-transform: uppercase;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  margin: 4px 0 8px;
  padding: 0;
}

.reservation-list {
  padding-bottom: 30px;
}
.reservation-list p {
  margin: 0.5em !important;
}

.reservation-detail .reservation-detail_content {
  padding-top: 15px;
  padding-bottom: 30px;
}
.reservation-detail p {
  margin: 0.5em !important;
}
.reservation-detail button {
  margin-bottom: 30px;
}

.list-item__btn-remove {
  justify-content: space-between;
}

.link-no-decoration {
  text-decoration: none;
}

.list-item {
  padding-left: 0 !important;
  border-bottom: 0px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-item input:not([type="radio"]) {
  text-align: left;
  height: 24px;
}

.list {
  background: transparent !important;
}

h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 !important;
}

.alert-success {
  color: #155724;
}

.alert-error {
  color: red;
}

.alert-danger {
  color: #721c24;
}

.register-info_content {
  min-height: 100vh;
}

.register-info-detail h4 {
  width: 100%;
}

.camera-open {
  text-align: center;
  height: calc(100vw - 100px);
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
.camera-open .input-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
}
.camera-open img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.list-item__center {
  background-image: unset;
}

.list-info {
  margin-top: 15px;
}
.list-info .text-input--material {
  background-image: none;
}
.list-info ons-list {
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.list-info * {
  font-size: 1em !important;
}
.list-info .list-header--material {
  color: #000;
  border-top: 1px solid #ccc;
  background-image: none;
  background-color: #eeeeee;
}
.list-info .list-header--material:not(:first-of-type) {
  background-image: none;
}
.list-info .list-header {
  text-transform: capitalize;
  border: 1px solid #ccc;
  border-top: none;
  padding: 4px 15px;
}
.list-info .list-item {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 !important;
}
.list-info .list-item .list-item__center {
  width: 100%;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 0 0 !important;
  padding-left: 15px !important;
  min-height: 35px !important;
}
.list-info .list-item.padding label {
  margin-left: 20px !important;
}
.list-info textarea {
  padding: 8px 15px 8px 0;
}
.list-info .list-radio label {
  margin-left: 0;
}
.list-info input {
  border-bottom: none;
  padding-bottom: 0;
}

.radio-button--material {
  font-family: unset;
}

.detail-reservation_content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.detail-reservation_content .button-submit {
  margin-top: 30px;
}

.not-register-complete_content {
  padding-top: 30px;
}

.unlock .title-top {
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  padding: 0 0 !important;
  height: 58px;
  line-height: 58px;
  position: relative !important;
}
.unlock .title-name {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  position: relative !important;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-size: 17px;
}
.unlock .title-name p {
  margin: 0 auto 3px;
  font-weight: 500;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.unlock .title-name span {
  font-size: 14px;
}
.unlock .button-wrap {
  padding: 30px 15px 0;
}

.button-unlock {
  height: calc(100vw - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

.button-contact {
  line-height: 22px;
  background: #ffa500;
}

.button-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.button-form-wrap ons-button,
.button-form-wrap button {
  width: 100%;
}

.padding-top-0 {
  padding-top: 0;
}

#ui-datepicker-div {
  height: auto;
}

.datepicker-birth-day,
.datepicker-expired {
  width: 100%;
  border: none;
}

.alert-dialog {
  width: 100%;
}

.alert-dialog-content--material,
.alert-dialog-title--material {
  padding: 4px 12px 8px;
}

.toolbar__navigator_menu {
  background: transparent !important;
  box-shadow: none !important;
}

.qr-code {
  width: 80%;
  margin: 40px auto 0;
}

/* TODO: 使ってないので削除でいいはず */
.content_2 {
  margin-top: 30px;
}

/* TODO: 使ってないので削除でいいはず */
.content_3 {
  padding-top: 10px;
}

.move-guest {
  padding: 5px;
  color: red;
  font-size: 1.3em;
}

.actual-get-account {
  width: 50px;
  background-color: #f4f4f4;
  padding: 3px;
}

input[type="number"] {
  -moz-appearance: textfield;
}

@media screen and (width: 1024px) {
  .reservation-detail_content .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reservation-detail_content .content_1 {
    width: 75%;
    order: 1;
  }
  .reservation-detail_content .content_2 {
    order: 3;
    width: 100%;
    margin-top: 30px;
  }
  .reservation-detail_content .qr-code {
    order: 2;
    width: 20%;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1023px) {
  .reservation-detail_content .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reservation-detail_content .content_1 {
    width: 75%;
    order: 1;
  }
  .reservation-detail_content .content_2 {
    order: 3;
    width: 100%;
    margin-top: 30px;
  }
  .reservation-detail_content .qr-code {
    order: 2;
    width: 50%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (width: 768px) {
  .reservation-detail_content .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reservation-detail_content .content_1,
  .reservation-detail_content .content_2 {
    width: 100%;
  }
  .reservation-detail_content .content_2 {
    margin-top: 30px;
  }
  .reservation-detail_content .qr-code {
    width: 65%;
    margin-top: 0;
  }
}
@media screen and (width: 812px) {
  .reservation-detail_content .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reservation-detail_content .qr-code {
    order: 2;
    width: 17%;
    margin: 0 0;
    margin-left: auto;
  }
  .reservation-detail_content .content_1 {
    order: 2;
    width: 75%;
  }
  .reservation-detail_content .content_2 {
    order: 3;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (width: 736px) {
  .reservation-detail_content .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reservation-detail_content .qr-code {
    order: 2;
    width: 17%;
    margin: 0 0;
    margin-left: auto;
  }
  .reservation-detail_content .content_1 {
    order: 2;
    width: 75%;
  }
  .reservation-detail_content .content_2 {
    order: 3;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (width: 667px) {
  .reservation-detail_content .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reservation-detail_content .qr-code {
    order: 2;
    width: 17%;
    margin: 0 0;
    margin-left: auto;
  }
  .reservation-detail_content .content_1 {
    order: 2;
    width: 75%;
  }
  .reservation-detail_content .content_2 {
    order: 3;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (width: 568px) {
  .reservation-detail_content .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reservation-detail_content .qr-code {
    order: 2;
    width: 17%;
    margin: 0 0;
    margin-left: auto;
  }
  .reservation-detail_content .content_1 {
    order: 2;
    width: 75%;
  }
  .reservation-detail_content .content_2 {
    order: 3;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1367px) {
  .reservation-detail_content .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reservation-detail_content .content_1 {
    width: 75%;
    order: 1;
  }
  .reservation-detail_content .content_2 {
    order: 3;
    width: 100%;
    margin-top: 30px;
  }
  .reservation-detail_content .qr-code {
    order: 2;
    width: 20%;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
.toast {
  background: #25a6d9;
  bottom: calc(50% + 26px);
}

.show-hide-password {
  position: relative;
  overflow: hidden;
}
.show-hide-password > .toggleMask {
  position: absolute;
  top: 88px;
  right: -34px;
  text-indent: -30px;
  height: 100%;
  line-height: 2;
  pointer-events: auto;
  z-index: 5;
  cursor: pointer;
}
.show-hide-password > .toggleMaskNoDescription {
  position: absolute;
  top: 18px;
  right: -34px;
  text-indent: -30px;
  height: 100%;
  line-height: 2;
  pointer-events: auto;
  z-index: 5;
  cursor: pointer;
}

.show-hide-password > .toggleMask,
.toggleMaskNoDescription ~ input {
  padding-right: 30px;
}

.show-hide-password > .toggleMask:checked::before,
.toggleMaskNoDescription:checked::before {
  content: "\f06e";
}

.description {
  color: #9ea0a2;
  margin-left: 15px;
}

.description-color {
  color: #9ea0a2 !important;
}

.like-tag-a {
  cursor: pointer;
  color: blue;
}

.list-header,
.list-item {
  color: #fff !important;
  font-weight: 300;
  font-size: 18px;
}

.menu-expand {
  margin-top: -10px;
  margin-bottom: -16px;
  background-image: none !important;
}

.menu-ons-list {
  margin-left: 30px;
  margin-bottom: -5px;
  background-image: none !important;
}

.expandable-content {
  margin-top: -13px;
}
.expandable-content > a {
  margin-bottom: 13px;
}

.button-lock > .div-lock-small {
  width: 50px;
  height: 90px;
  margin: auto;
}

.div-explanation-of-key-control-en {
  font-size: 16px;
  height: 117px;
  position: absolute;
  bottom: 0px;
  margin-left: -16px;
  font-weight: normal !important;
  width: 93%;
}

.div-explanation-of-key-control-ja {
  font-size: 16px;
  height: 117px;
  position: absolute;
  bottom: 0px;
  margin-left: -12px;
  font-weight: normal !important;
  width: 93%;
}

.div-explanation-of-key-control-zh-TW,
.div-explanation-of-key-control-zh-CN,
.div-explanation-of-key-control-ko {
  font-size: 16px;
  height: 95px;
  position: absolute;
  bottom: 0px;
  margin-left: -7px;
  font-weight: normal !important;
  width: 93%;
}

.ul-explanation-of-key-control {
  /*width: 205px;*/
  margin-left: -10px;
}
.ul-explanation-of-key-control > li {
  line-height: 17px !important;
  overflow-wrap: break-word !important;
  white-space: normal !important;
  word-break: break-word !important;
  text-align: left !important;
  text-transform: none !important;
  width: 110%;
}

.explanation-of-key-control-button-style {
  height: 190px;
  background: white !important;
}

.guset-list {
  width: 90vw;
  border: solid 1px #c0c0c0;
  margin-top: 2px;
  margin-bottom: 1px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

.card .prepaid-subtitle {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: larger;
}
.card .content_card {
  position: relative;
  width: 90%;
  margin: 30px auto 0px auto;
  padding: 10px;
  border: 2px solid #ffe600;
}
.card .content_card:active {
  background: #c3e9e2;
}
.card .content_card .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card .content_expiration {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (min-device-width: 481px) {
  .px-15 {
    width: 35vw;
    min-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }

  .disabled-guest {
    width: 35vw;
    margin-right: auto;
    margin-left: auto;
  }

  .camera-open {
    text-align: center;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
  }
  .camera-open .input-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 35vw;
    height: 100%;
    opacity: 0 !important;
  }
  .camera-open img {
    width: 35vw;
    height: auto;
    object-fit: cover;
  }

  .alert-dialog {
    width: 60%;
  }

  .guset-list {
    width: 30vw;
    min-width: 450px;
    margin-top: 5px;
    margin-bottom: 1px;
    margin-right: auto;
    margin-left: auto;
    border: solid 1px #c0c0c0;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .reservation-detail_content .qr-code {
    order: 2;
    width: 50%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.locked-img{
  background-image:url(../images/locked.png);
  background-repeat: no-repeat;
}

.unlocked-img{
  background-image:url(../images/unlocked.png);
  background-repeat: no-repeat;
  width: 50%;
  height: auto;
}

.card_list{
    display: flex;
    margin: 10px 10px;
    align-items: center;
    justify-content: center;
}

.credit_card {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-right: 10px;
    padding: 10px;
    border: 2px solid #ffe600;
}

.delete_btn {
    display: block;
    float: right;
    width: 25px;
    height: 25px;
}

.delete_btn_link {
    display: block;
    background-color: #F00;
    line-height: 1.5;
    border-radius: 3px;
    text-align: center;
    color: #FFF;
    width: 25px;
    height: 25px;
}

.credit_card .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.credit_card:active {
  background: #c3e9e2;
}

.keep-text-blue{
  color: blue;
}

.choose-occupation {
  width: 100%;
  margin-right: 15px;
}
/*# sourceMappingURL=style.css.map */
