/* Seat */
.btn-sm {
  padding: .25rem -0.5rem;
  width: 182px !important;
}

tr,
td {
  height: 10px !important;
}

table {
  font-size: 1.4rem !important;
}

thead tr th {
  background-color: #cde4bc !important;
}

table.dataTable.no-footer {
  border-bottom: none !important;
}

.seat-img {
  z-index: 0;
  width: 100% !important;
}

.seat-label {
  height: 18px;
  margin: 0px 10px !important;
  vertical-align: text-bottom;
}

.description {
  width: 100%;
}

.fa-close {
  padding-left: 5px !important;
}

/* Office*/

.line.l--0 {
  left: 0;
}

.line.l--25 {
  left: 25%;
}

.line.l--50 {
  left: 50%;
}

.line.l--75 {
  left: 75%;
}

.line.l--100 {
  left: calc(100% - 1px);
}

.charts {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.chart:not(:first-child) {
  margin-top: 10px;
}

.chart__title {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}

.chart--prod .chart__title {
  animation-delay: 3.3s;
}

.chart--design .chart__title {
  animation-delay: 4.5s;
}

.chart--horiz {
  overflow: hidden;
  margin-bottom: auto;
}

.chart__bar {
  background: linear-gradient(to left, #cde4bc, #97c972);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}

.chart--dev .chart__bar:nth-of-type(11) {
  animation-delay: 2.7s;
}

.chart--dev .chart__bar:nth-of-type(10) {
  animation-delay: 2.5s;
}

.chart--dev .chart__bar:nth-of-type(9) {
  animation-delay: 2.3s;
}

.chart--dev .chart__bar:nth-of-type(8) {
  animation-delay: 2.1s;
}

.chart--dev .chart__bar:nth-of-type(7) {
  animation-delay: 1.9s;
}

.chart--dev .chart__bar:nth-of-type(6) {
  animation-delay: 1.7s;
}

.chart--dev .chart__bar:nth-of-type(5) {
  animation-delay: 1.5s;
}

.chart--dev .chart__bar:nth-of-type(4) {
  animation-delay: 1.3s;
}

.chart--dev .chart__bar:nth-of-type(3) {
  animation-delay: 1.1s;
}

.chart--dev .chart__bar:nth-of-type(2) {
  animation-delay: 0.9s;
}

.chart--dev .chart__bar:nth-of-type(1) {
  animation-delay: 0.7s;
}

.chart--prod .chart__bar:nth-of-type(2) {
  animation-delay: 4.2s;
}

.chart--prod .chart__bar:nth-of-type(1) {
  animation-delay: 4s;
}

.chart--design .chart__bar:nth-of-type(4) {
  animation-delay: 5.8s;
}

.chart--design .chart__bar:nth-of-type(3) {
  animation-delay: 5.6s;
}

.chart--design .chart__bar:nth-of-type(2) {
  animation-delay: 5.4s;
}

.chart--design .chart__bar:nth-of-type(1) {
  animation-delay: 5.2s;
}

.chart__label {
  padding-left: 10px;
  line-height: 30px;
  color: white;
}

@keyframes anim-lightspeed-in {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.userCode {
  color: #454545;
}

/* Office Mst Detail */
.seat-label {
  font-size: 20px;
  margin-bottom: 30px;
  font-size: 18px;
  width: 8%;
  display: inline;
}

.form-control {
  display: inline;
}

.search-div {
  width: 80%;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
}

/* Base styling */

#wrap {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.input::before {
  background-image: url(../images/14.jpg);
}

.input-header {
  position: relative;
  padding-top: 80px;
  color: #fff;
}


.input-content {
  position: relative;
  padding: 40px 55px;
  background: #fff;
  margin-top: 10%;
  z-index: 10;
}

.input-content .inputbox {
  float: left;
  width: 33%;
  overflow: hidden;
  position: relative;
}

/* Login Page */
/*errorMessageBLock*/
#msg-blk1,
#msg-blk {
  color: red;
  font-weight: bold;
}

.bg {
  width: 40%;
  height: 73%;
  margin: 0 auto;
  margin-bottom: 3%;
  border-radius: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}


/* Style the tab content */
#Employee {
  background-color: rgba(216, 147, 74, 0.6);
}

#Guest {
  background-color: rgba(216, 147, 74, 0.6);
}


body {
  margin: 0;
  color: #000;
}

*,
:after,
:before {
  box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}

.clearfix:after {
  clear: both;
  display: block
}

a {
  color: inherit;
  text-decoration: none
}

.login-wrap {
  width: 100%;
  max-width: 525px;
  position: relative;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}

.login-html {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 35px 70px 50px 70px;
}

.login-html .sign-in-htm,
.login-html .sign-up-htm {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  transition: all .4s linear;
}

.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check {
  display: none;
}

.login-html .tab,
.login-form .group .label,
.login-form .group .button {
  text-transform: uppercase;
}

.login-html .tab {
  color: #bbb;
  font-size: 22px;
  margin-right: 15px;
  padding-bottom: 5px;
  margin: 0 15px 10px 0;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.login-html .sign-in:checked+.tab,
.login-html .sign-up:checked+.tab {
  color: #fff;
  border-color: #cde4bc;
}

.login-form {
  min-height: 345px;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.login-form .group {
  margin-bottom: 15px;
  margin-top: 30px;
}

.login-form .group .label,
.login-form .group .input,
.login-form .group .button {
  width: 100%;
  color: #000;
  display: block;
}

.login-form .group .input {
  color: #fff;
}

.login-form .group .input,
.login-form .group .button {
  border: none;
  padding: 15px 20px;
  border-radius: 25px;
  background: rgb(0 0 0 / 65%);
}

.login-form .group .button {
  background: #cde4bc;
}

.login-form .group .label {
  color: #aaa;
  font-size: 12px;
}

.login-form .group .btn {
  background: #cde4bc;
}

.login-form .group label .icon {
  width: 22px;
  height: 20px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  background: rgb(205, 228, 188, .7);
}

.login-form .group label .icon:before,
.login-form .group label .icon:after {
  content: '';
  width: 10px;
  height: 2px;
  background: #000;
  position: absolute;
  transition: all .2s ease-in-out 0s;
}

.login-form .group label .icon:before {
  left: 6px;
  width: 6px;
  bottom: 7px;
  transform: scale(0) rotate(0);
}

.login-form .group label .icon:after {
  top: 9px;
  right: 3px;
  transform: scale(0) rotate(0);
}

.login-form .group label {
  font-size: 12px;
  color: rgb(205, 228, 188, .5);
}

.login-form .group .icon {
  margin-right: 10px;
  vertical-align: middle;
}

.login-form .group .check:checked+label {
  color: #cde4bc;
}

.login-form .group .check:checked+label .icon:before {
  transform: scale(1) rotate(45deg);
}

.login-form .group .check:checked+label .icon:after {
  transform: scale(1) rotate(-45deg);
}

.login-html .sign-in:checked+.tab+.sign-up+.tab+.login-form .sign-in-htm {
  transform: rotate(0);
}

.login-html .sign-up:checked+.tab+.login-form .sign-up-htm {
  transform: rotate(0);
}

.login-container h1 {
  position: relative;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #cde4bc);
  background-size: 80%;
  animation: animate 7s linear infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

.lineUp {
  margin-top: 60px;
  color: #fff;
  font-weight: bold;
}

h4 {
  color: #000;
}

@keyframes animate {
  0% {
    background-position: -500%;
  }

  100% {
    background-position: 500%;
  }
}

.button:hover {
  text-decoration: none;
}

/* UserList */
/* Base styling */

#wrap {
  max-width: 90%;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.input::before {
  background-image: url(../images/01.jpg);
}

.input-content {
  position: relative;
  padding: 40px 55px;
  background: #fff;
  margin-top: 32vh;
  z-index: 10;
}

.input-content h2 {
  padding-bottom: 45px;
  font-size: 1.625em;
  font-weight: bold;
  vertical-align: middle;
}

.input-content h2 span {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 6px 3px;
  border: 1px solid #ffca00;
  border-radius: 4px;
  font-size: 0.85rem;
  vertical-align: middle;
  color: #ffca00;
}

h2 {
  text-align: center;
  margin-top: 4%;
}

table caption {
  padding: .5em 0;
}

table.dataTable th,
table.dataTable td {
  white-space: nowrap;
}

.p {
  text-align: center;
  padding-top: 40px;
}


.input-content .inputbox {
  color: #a6ca8b;
}

/* UserMstDetail */
.seat-label {
  font-size: 20px;
  margin-bottom: 30px;
  font-size: 18px;
  width: 8%;
  display: inline;
}

.form-control {
  display: inline;
}

.search-div {
  width: 80%;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
}

.input::before {
  background-image: url(../images/11.jpg);
}

.input-header {
  position: relative;
  padding-top: 80px;
  color: #fff;
}

.input-content .inputbox {
  float: left;
  width: 33%;
  overflow: hidden;
  position: relative;
}

/* userMstList */
.form-control {
  display: inline;
  width: 20%;
}

.input::before {
  background-image: url(../images/01.jpg);
}


/* Base styling */

.input::before {
  background-image: url(../images/11.jpg);
}

.input-header {
  position: relative;
  padding-top: 80px;
  color: #fff;
}

.input-header h1 {
  padding-bottom: 25px;
  font-size: 3.25em;
  font-weight: 100;
}

.input-content h2 {
  padding-bottom: 45px;
  font-size: 1.625em;
  font-weight: bold;
  vertical-align: middle;
}

.input-content h2 span {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 6px 3px;
  border: 1px solid #a6ca8b;
  border-radius: 4px;
  font-size: 0.85rem;
  vertical-align: middle;
  color: #a6ca8b;
}

.input-content .inputbox {
  color: #a6ca8b;
}

.form-select {
  display: block;
  width: 100%;
  border-left: none;
  border-top: none;
  border-right: none;
}

.form-select {
  width: 100%;
  /*appearance: none;*/
  border-left: none;
  border-right: none;
  border-top: none;
  outline: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
}

/*ログイン*/
a {
  text-decoration: none !important;
}

/*モダールウィンドウ*/
.modal-content {
  width: 500px;
  padding: 25px 0px;
  /*
  margin: 30px -110px;
*/
}

.modal-dialog {
  margin-top: 15%;
}

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

.modal-header {
  border-bottom: none;
  margin: 0 auto;
  margin-bottom: 10px;
}

.btn-popupOk {
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 4px;
  border: none;
  color: white;
  width: 80px;
}

.btn-popupClose {
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 4px;
  border: none;
  color: white;
  width: 80px;
}

.form-btn {
  text-align: center;
  padding: 5px;
  margin: 10px;
}

.logo {
  color: #fff;
  font-weight: bold;
  margin: 0px 25px !important;
}

h5 {
  color: #fff;
  float: left;
  display: contents;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
  color: #DDD;
}

.arrow {
  background-color: #f6f3ed;
}

.arrow::after {
  display: inline-block;
  padding-left: 8px;
  content: "\2911";
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.arrow:hover::after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}

.input::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hr {
  height: 2px;
  background: rgba(255, 255, 255, .2);
}

tbody tr:nth-of-type(odd) {
  background-color: #fff !important;
}

.table-bordered {
  border: none;
}

table tbody tr td:first-child {
  text-align: center !important;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

nav label {
  color: #fff;
}

/* //////////////////// */

label.field {
  border-radius: 2px;
  color: #666;
  display: block;
  margin: 16px;
  max-width: 300px;
  padding: 8px;
  opacity: 0;
  position: relative;
  transition-property: opacity;
  z-index: 1;
}

label.field span {
  color: inherit;
  display: block;
  height: 20px;
  line-height: 20px;
  pointer-events: none;
  position: absolute;
  top: 32px;
  transform: scale(1) translateY(0);
  transition-property: color, font-size, top;
  z-index: 1;
}

label.field span.required::after {
  color: inherit;
  content: "*";
  display: block;
  height: 20px;
  left: -20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.error label.field span {
  color: #F02318;
}

label.field .psuedo_select {
  background: rgba(255, 255, 255, 0);
  position: relative;
  color: #666;
  cursor: pointer;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  margin: 24px 32px 0 0;
  min-width: 250px;
  padding-top: 24px;
  outline: 0;
  z-index: 1;
}

label.field .psuedo_select::after {
  background: url("data:image/svg+xml;utf8,<svg fill='#666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

label.field .psuedo_select .selected {
  height: 24px;
  left: 1px;
  line-height: 24px;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateY(24px);
  transition-property: opacity, transform;
  will-change: transform;
}

label.field .psuedo_select ul {
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  display: block;
  height: 0;
  list-style: none;
  margin-top: 2px;
  opacity: 0;
  overflow: hidden;
  padding: 0 1px;
  pointer-events: none;
  transition-property: height, opacity;
  width: 100%;
  z-index: 2;
}

label.field .psuedo_select ul li {
  height: 32px;
  padding: 8px 4px;
}

label.field .deselect {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
}

label.field.focused .psuedo_select {
  border-color: #a6ca8b;
}

label.field.focused .psuedo_select::after {
  background: url("data:image/svg+xml;utf8,<svg fill='#007BED' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
}

label.field.focused .psuedo_select ul {
  opacity: 1;
  pointer-events: all;
}

.input-content .inputbox {
  float: left;
  width: 40%;
  overflow: hidden;
  position: relative;
}

.input-content .inputbox-title {
  position: absolute;
  top: 15px;
  left: 0;
  width: 200px;
  height: 30px;
  color: #666;
  font-weight: bold;
  line-height: 30px;
}

.input-content .inputbox-content {
  position: relative;
  width: 80%;
}

.input-content .inputbox-content input {
  width: 100%;
  height: 53px;
  box-sizing: border-box;
  line-height: 30px;
  border: 0;
  background: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
}

.input-content .inputbox-content input:focus~label,
.input-content .inputbox-content input:valid~label {
  color: #a6ca8b;
  transform: translateY(-10px);
  font-size: 0.825em;
  cursor: default;
}

.input-content .inputbox-content input:focus~.underline {
  width: 100%;
}

.input-content .inputbox-content label {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  color: #ccc;
  cursor: text;
  transition: all 200ms ease-out;
  z-index: 10;
}

.input-content .inputbox-content .underline {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #a6ca8b;
  transition: all 200ms ease-out;
}

.btn-common {
  display: inline-block;
  position: relative;
  border-radius: 25px;
  background: #2b2b2b;
  font-size: 1.2rem !important;
  height: 45px;
  position: relative;
  color: #fff;
  letter-spacing: 0.094em;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-lx {
  min-width: 270px;
  width: auto;
  font-size: 1em !important;
  padding: 0px 15px;
}

.btn-md {
  width: 200px;
  font-size: 1.2rem !important;
}
.btn-margin{
  margin-bottom:15px;
}
.btn-sm {
  width: 160px;
  height: 40px;
  border-radius: 0.5rem !important;
  font-size: 1rem !important;
}

.btn-xs {
  width: 65px;
  height: 40px;
  border-radius: 0.2rem !important;
}

.btn-detail {
  width: 220px;
  color: #000 !important;
  background: #a6ca8b;
}

.btn-detail:hover {
  color: #fff !important;
  background: #000 !important;
}

.btn-over {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  padding: 0px 5px;
}

.btn-reg {
  width: 100%;
}

.btn-disabled {
  width: 65px;
  height: 40px;
  color: #454545;
  background: #8b8b8b !important;
  border-radius: 0.2rem;
}

.btn-disabled:hover {
  background: #8b8b8b !important;
  cursor:none;
}

.btn-del {
  width: 65px;
  height: 40px;
  color: #fff;
  background: #da0a0a;
  border-radius: 0.2rem;
}

.btn-del:hover {
  background: #a6ca8b !important;
}

.btn-pos {
  margin-bottom: 1% !important;
  display: block;
  float: right;
}

.table td,
.table th {
  padding: 0.55rem !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 15px 10px !important;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 18px 18px !important;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

.dataTables_info {
  margin-top: -42px;
  float: right !important;
}

.footer p {
  margin-bottom: 0px;
}

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

.inner-container {
  background: url(../images/b2.jpg) !important;
  background-position: 25% 75%;
  background-repeat: no-repeat;
  background-size: cover !important;
}

a {
  color: #000000 !important;
}

.layer {
  background-color: rgba(3, 3, 3, 0.55);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle {
  width: 300px;
  height: 349px;
  float: left;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 0;
  padding: 9% 0;
  margin-right: 40px;
  border-radius: 1%;
  background-color: rgba(3, 3, 3, 0.5);
}

.emp {
  background: url(../images/recruit.jpg);
  background-color: rgba(3, 3, 3, 0.5);
  background-size: cover;
  opacity: 0.8;
}

.guest {
  background: url(https://www.w3schools.com/howto/img_avatar.png);
  background-color: rgba(3, 3, 3, 0.6);
  background-size: contain;
  opacity: 0.8;
}

h1 img {
  width: 100px;
}

h1 {
  text-align: center;
  padding-bottom: 30px;
}
.add-line:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 4px;
  position: absolute;
  left: 50%;
  margin-top: 70px;
  margin-left: -30px;
  background: #000000;
  border: 2.2px solid #000000;
  border-radius: 5px;
}

.fa-close {
  padding-left: 4px;
}
.officeUseList > th{
  border: 1px solid #c5c5c5;
  padding: 18px;
}
.officeListBody > td{
  padding: 15px 10px !important;
}
h3 {
  border-bottom: 1px solid;
  padding: 0px 10px 20px;
  text-align: center;
  margin-bottom: 41px;
}

.inner-form {
  max-width: 85%;
  margin: 0 auto;
}

#center_div {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 36%;
  bottom: 0;
  right: 0;
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body,
html {
  font-family: "Lato", "メイリオ", "Meiryo", Sans-Serif;


}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

p {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  margin-bottom: 0px !important;
}

ul,
li {
  margin: 0px;
  list-style-type: none;
}


/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #999999;
}

input:-moz-placeholder {
  color: #999999;
}

input::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder {
  color: #999999;
}

textarea::-webkit-input-placeholder {
  color: #999999;
}

textarea:-moz-placeholder {
  color: #999999;
}

textarea::-moz-placeholder {
  color: #999999;
}

textarea:-ms-input-placeholder {
  color: #999999;
}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
  color: #000 !important;
  background-color: #a6ca8b !important;
}

iframe {
  border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Poppins-Regular;
  font-size: 13px;
  line-height: 1.5;
  color: #999999;
}

.txt2 {
  font-family: Poppins-Regular;
  font-size: 15px;
  line-height: 1.5;

  color: #666666;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: inline;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 140px;
  height: 38px;
  background-color: #2E509E;
  color: white;
  margin-bottom: 30px;
  margin-right: 30px;
  border-radius: 5px;

  font-family: Poppins-Regular;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;
  min-height: 100vh;
  font-size: 500%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #000000;
}

.wrap-login100 {
  width: 80%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px 130px 33px 80px;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
  width: 316px;
  background-image: url(../images/bg2.jfif);
  /*linear-gradient(rgb(138 219 255 / 1%), rgba(161,209,250,1)),*/
}

.login100-pic img {
  max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.login100-form {
  width: 290px;
}

.login100-form-title {
  font-family: Poppins-Bold;
  font-size: 20px;
  color: #333333;
  line-height: 1.2;
  text-align: center;

  font-weight: bold;
  margin-top: 2%;
  width: 100%;
  display: block;
  padding-bottom: 54px;
}


/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  font-family: Poppins-Medium;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;

  display: block;
  width: 100%;
  background: #e6e6e6;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 68px;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: grey;
}

.input100:focus+.focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 30px 5px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 30px 5px;
    opacity: 0;
  }
}

.symbol-input100 {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus+.focus-input100+.symbol-input100 {
  color: #3b74b7;
  padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.login100-form-btn {
  width: 300px;
  margin: 40px;
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  /* width: 100%; */
  height: 50px;
  border-radius: 5px;
  background: #9b5423;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #bc855f;
}



/*------------------------------------------------------------------
[ Responsive ]*/



@media (max-width: 992px) {
  .wrap-login100 {
    padding: 177px 90px 33px 85px;
  }

  .login100-pic {
    width: 35%;
  }

  .login100-form {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .wrap-login100 {
    padding: 100px 80px 33px 80px;
  }

  .login100-pic {
    display: none;
  }

  .login100-form {
    width: 65%;
    margin: auto;
  }

  .logoHide {
    display: block;
    margin-left: -35px;
    margin-bottom: 50px;
  }

  .login100-form-title {
    text-align: left;
    margin-left: 20px;
    font-size: 18px;
  }
}

@media (min-width: 769px) {
  .logoHide {
    display: none;
  }
}

@media (max-width: 576px) {
  .wrap-login100 {
    padding: 100px 15px 33px 15px;
  }

  .login100-form-title {
    text-align: left;
    margin-left: 20px;
    font-size: 18px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/*----------Menu-----------*/


/*----------bootstrap-navbar-css------------*/
nav {
  padding: 20px !important;
}

.navbar-logo {
  padding: 15px;
  color: #fff;
}

.navbar-mainbg {
  background-color: #000;
  padding: 0px;
}

#navbarSupportedContent {
  overflow: hidden;
  position: relative;
}

#navbarSupportedContent ul {
  padding: 0px;
  margin: 0px;
}

#navbarSupportedContent ul li a i {
  margin-right: 10px;
}

#navbarSupportedContent li {
  list-style-type: none;
  float: left;
}

#navbarSupportedContent ul li a {
  color: #fff !important;
  text-decoration: none;
  font-size: 1.2em !important;
  display: block;
  padding: 20px 20px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}

#navbarSupportedContent>ul>li.active>a {
  color: #212529 !important;
  background-color: transparent;
  transition: all 0.7s;
}

#navbarSupportedContent a:not(:only-child):after {
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transition: 0.5s;
}

#navbarSupportedContent .active>a:not(:only-child):after {
  transform: rotate(90deg);
}

.hori-selector {
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #000 !important;
  background-color: #97c972;
  border-radius: 15px;
}

@media (max-width: 908px) {
  .myForm {
    background: red !important;
    display: none;
  }
}

@media (max-width: 1968px) {
  #navbarSupportedContent ul li a {
    padding: 12px 30px;
  }

  .hori-selector {
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}


/* seat section */

.title:hover {
  text-decoration: none;
  cursor: default;
}

.descriptionName {
  background-color: #FFC800;
  border-radius: 3px;
  padding: 0px 11px;
  border: 1px solid #ababab;
}

.seatName {
  float: left;
  font-size: 10px;
  background-color: #FFC800;
  border-radius: 3px;
  color: black;
  width: 30px;
  height: 35px;
  text-align: center;
  margin: 1px !important;
  border: 1px solid #adadad;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.diningRoom {
  position: absolute;
  height: 3.8%;
  width: 15%;
  margin-top: 5%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 3%;
}

.diningRoom #d1 {
  margin-top: 27%;
}

.specialMeetingRoom {
  position: absolute;
  height: 3.8%;
  width: 15%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 3%;
  margin-top: 24%;
}

.firstMeetingRoom {
  position: absolute;
  height: 3.8%;
  width: 15%;
  margin-top: 11%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 22%;
}

.firstMeetingRoom #f1 {
  margin-top: 43%;
}

.thirdMeetingRoom {
  position: absolute;
  height: 3.8%;
  width: 15%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 41%;
  margin-top: 8%;
}

.businessNegoRoom {
  position: absolute;
  height: 3.8%;
  width: 15%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 41%;
  margin-top: 19%;
}

.systemAreaL {
  position: absolute;
  height: 3.8%;
  width: 34%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 59%;
  margin-top: 3.8%;

}

.systemAreaR {
  position: absolute;
  height: 3.8%;
  width: 32%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 59%;
  margin-top: 8%;
}

.generalAffRoom {
  position: absolute;
  height: 3.8%;
  width: 15%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 22.7%;
  margin-top: 44.8%;

}

.webMeetingRoom {
  position: absolute;
  height: 3.8%;
  width: 8%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 87%;
  margin-top: 40.8%;
}
.specialReceptionRoom {
  position: absolute;
  height: 3.8%;
  width: 8%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 3%;
  margin-top: 58.8%;
}
.presidentRoom {
  position: absolute;
  height: 3.8%;
  width: 4%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 84%;
  margin-top: 60.5%;
}
.vicePresidentRoom {
  position: absolute;
  height: 3.8%;
  width: 4%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 90%;
  margin-top: 23.5%;
}
.chairmanRoom {
  position: absolute;
  height: 3.8%;
  width: 4%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 88%;
  margin-top: 51.5%;
}


.freeAddArea1T {
  position: absolute;
  height: 3.8%;
  width: 12%;
  display: inline;
  z-index: 0;
  margin-left: 78%;
  margin-top: 14%;

}

.freeAddArea1B {
  position: absolute;
  height: 3.8%;
  width: 8%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 78%;
  margin-top: 18.3%;

}

#freeAddArea2 {
  position: absolute;
  height: 3.8%;
  width: 30%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 43.6%;
  margin-top: 41.2%;

}
#freeAddArea3 {
  position: absolute;
  height: 3.8%;
  width: 15%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 43.6%;
  margin-top: 52%;

}
#freeAddArea4 {
  position: absolute;
  height: 3.8%;
  width: 15%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 60.6%;
  margin-top: 41.2%;

}
#freeAddArea5 {
  position: absolute;
  height: 3.8%;
  width: 15%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 60.6%;
  margin-top: 52%;

}

.nagakuteMeetingRoom {
  position: absolute;
  height: 3.8%;
  width: 11%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 3.2%;
  margin-top: 10%;
}

.nagakuteFreeAddRoom1 {
  position: absolute;
  height: 3.8%;
  width: 7%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 72.8%;
  margin-top: 12.7%;
}

.nagakuteFreeAddRoom2 {
  position: absolute;
  height: 3.8%;
  width: 8%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 79.8%;
  margin-top: 20.7%;
}

.nagakuteFreeAddRoom3 {
  position: absolute;
  height: 3.8%;
  width: 7%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 88.8%;
  margin-top: 5.9%;
}

.nagakuteFreeAddRoom4 {
  position: absolute;
  height: 3.8%;
  width: 7%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 89.8%;
  margin-top: 20%;
}

.nagakuteFreeAddRoom5 {
  position: absolute;
  height: 3.8%;
  width: 8%;
  border-radius: 50%;
  display: inline;
  z-index: 0;
  margin-left: 86.8%;
  margin-top: 38.7%;
}

.addMan {
  display: none;
}

.noMan {
  /* background-color: grey; */
  background-color: rgb(128 128 128 / 60%);
}

.guestT {
  background-color: greenyellow;
  /* background-color: rgb(173 255 47 / 60%); */
}

.office {
  color: black;
  background-color: #a6ca8b;
  font-size: 17px;
}
.goBackButton{
  height: auto;
  width: auto;
  padding: 5px 10px!important;
  position: absolute;
  background: #2b2b2b;
  color: #fff;
  padding: 5px;
  border: 1px solid #2b2b2b;
  border-radius: 0.5rem;
  left: 93%;
  top: 1%;
}
.goBackButton:hover{
  border : 1px solid #2b2b2b;
}
.title {
  color: #fff;
  background: #000;
  font-size: 1.5em !important;
  border-radius: 30px;
  margin:5px 0px;
}
/*.title {
  color: #fff;
  background: #000;
  font-size: 1.5em !important;
  width: 11%;
  margin-top: 1%;
  height: 80%;
  border-radius: 30px;
  margin-left: 2%;
}*/

.btnC {
  font-size: 15px;
}

.login {
  color: white !important;
  text-decoration: none;
  font-size: 21px;
}

.empId {
  color: white;
  font-size: 17px;
}

.empIdfield {
  width: 30%;
  height: 50px;
  border-radius: 5px;
  display: block;
  margin-left: 35%;
  margin-top: 13%;
  margin-bottom: 30px;
}

.gst-blk {
  margin: 50% !important;
  background-color: green;
  color: red;
  display: inline-block !important;
  text-align: center !important;
  margin: 50% !important;

}

.emp-blk {
  display: block !important;
  text-align: center !important;
  margin: 50% !important;

}

.widthEditTob {
  max-width: 20% !important;
}

.widthEdit {
  max-width: 18% !important;
}

@media only screen and (max-width: 576px) {
  .sample-balloon>p{
    font-size:0.5rem;
  }
  .seatName {
    width: 16px;
    height: 17px;
    font-size: 6px;
  }
  .bg{
    width:100%;
  }
  table.dataTable thead th, table.dataTable thead td {
    padding: 8px 8px !important;
    font-size: 1rem;
  }
  table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 2px !important;
    font-size: 1rem;
  }
  table.dataTable tbody .tdAreaMst {
    padding: 8px 2px !important;
    font-size: 0.9rem;
  }
  table.dataTable thead .tdAreaMst {
    padding: 8px 4px !important;
    font-size: 0.9rem;
  }
  .btnAreaMst{
    width: 3rem;
    font-size: 1rem!important;
  }
  .seatContainer{
    padding-top: 120px!important;
  }
  .goBackButton{
    position:relative;
    left:90%
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .sample-balloon>p{
    font-size:0.59rem;
  }
  .seatName {
    width: 18px;
    height: 23px;
    font-size: 7px;
  }
  .bg{
    width:70%;
  }
  table.dataTable thead th, table.dataTable thead td {
      padding: 8px 8px !important;
  }
  table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 8px !important;
    font-size: 1rem;
  }
  table.dataTable tbody .tdAreaMst {
    padding: 8px 2px !important;
    font-size: 0.9rem;
  }
  table.dataTable thead .tdAreaMst {
    padding: 8px 8px !important;
    font-size: 1rem;
  }
  .btnAreaMst{
    width: 3rem;
    font-size: 1rem!important;
  }
  .goBackButton{
    position:relative;
    left:90%
  }
}


@media only screen and (min-width: 767px) and (max-width: 993px) {
  .sample-balloon>p{
    font-size:0.8rem;
  }
  .seatName {
    width: 25px;
    height: 30px;
  }
  .bg{
    width:50%;
  }
  table.dataTable tbody .tdAreaMst {
    padding: 8px 8px !important;
    font-size: 1.3rem;
  }
  table.dataTable thead .tdAreaMst {
    padding: 8px 8px !important;
    font-size: 1.2rem;
  }
  .btnAreaMst{
    width: 3rem;
    font-size: 1rem!important;
  }
}
@media only screen and (max-width: 993px) {
  .kaisha{
    width:100%;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .btn-sm{
    width: 144px !important;
    font-size: 0.76rem!important;
  }
  .sample-balloon>p{
    font-size:0.8rem;
  }
  .seatName {
    width: 25px;
    height: 30px;
  }
  .bg{
    width:45%;
  }
  .goBackButton{
    font-size: 0.99rem!important;

  }
}

#msg-blk {
  display: block;
  margin-bottom: 5px;
  animation: fadeOut 2s forwards;
  animation-delay: 5s;
}
.sample-balloon>p{
    text-align:center;
  }
.dropDownArrow {
  position: absolute;
  bottom: -10%;
  z-index: 2;
  right: 30px;
}
.sample-balloon {
  max-height:24px;
  opacity: inherit;
  z-index: 1;
  position: absolute;
  background: #2b2b2b;
  border-radius: 30px;
  padding: 0px 5px;
  font-weight: bold;
  color: #fff;
  width: 120px;
  top:-20%;
  text-align: center;
}
.sample-balloon:before {
  content: "";
  /* borderで三角形を作る */
  border: 10px solid transparent;
  border-top: 10px solid #2b2b2b;
  /* 配置する */
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.freeAddArea1TLabel {
  position: absolute;
  width: 11%;
  height: 22%;
  z-index: 2;
  opacity: 0;
  margin-left: 78%;
  margin-top: 14%;
}
.freeAddArea2Label {
  position: absolute;
  width: 30%;
  height: 20%;
  z-index: 2;
  opacity: 0;
  margin-left: 43.6%;
  margin-top: 41.2%;
}
.freeAddArea3Label {
  position: absolute;
  width: 15%;
  height: 11%;
  z-index: 2;
  opacity: 0;
  margin-left: 43.6%;
  margin-top: 52%;
}
.freeAddArea4Label {
  position: absolute;
  width: 15%;
  height: 11%;
  z-index: 2;
  opacity: 0;
  margin-left: 60.6%;
  margin-top: 41.2%;
}
.freeAddArea4Label {
  position: absolute;
  width: 15%;
  height: 11%;
  z-index: 2;
  opacity: 0;
  margin-left: 60.6%;
  margin-top: 41.2%;
}
.freeAddArea5Label {
  position: absolute;
  width: 15%;
  height: 11%;
  z-index: 2;
  opacity: 0;
  margin-left: 60.6%;
  margin-top: 52%;
}
.diningRoomLabel {
  position: absolute;
  width: 15%;
  height: 17%;
  z-index: 2;
  opacity: 0;
  margin-left: 2.6%;
  margin-top: 5%;
}
.specialMeetingRoomLabel{
  position: absolute;
  width: 15%;
  height: 11%;
  z-index: 2;
  opacity: 0;
  margin-left: 2.6%;
  margin-top: 24%;
}
.firstMeetingRoomLabel{
  position: absolute;
  width: 15%;
  height: 23%;
  z-index: 2;
  opacity: 0;
  margin-left: 21.6%;
  margin-top: 11%;
}
.thirdMeetingRoomLabel{
  position: absolute;
  width: 15%;
  height: 11%;
  z-index: 2;
  opacity: 0;
  margin-left: 40.6%;
  margin-top: 8%;
}
.businessNegoRoomLabel{
  position: absolute;
  width: 15%;
  height: 17%;
  z-index: 2;
  opacity: 0;
  margin-left: 40.6%;
  margin-top: 19%;
}
.systemAreaLabel{
  position: absolute;
  width: 15%;
  height: 17%;
  z-index: 2;
  opacity: 0;
  margin-left: 59%;
  margin-top: 4%;
}
.systemArea1Label{
  position: absolute;
  width: 19%;
  height: 11%;
  z-index: 2;
  opacity: 0;
  margin-left: 74%;
  margin-top: 4%;
}
.generalAffRoomLabel{
  position: absolute;
  width: 15%;
  height: 28%;
  z-index: 2;
  opacity: 0;
  margin-left: 23%;
  margin-top: 45%;
}
.webMeetingRoomLabel{
  position: absolute;
  width: 7%;
  height: 7%;
  z-index: 2;
  opacity: 0;
  margin-left: 87%;
  margin-top: 41%;
}
.specialReceptionRoomLabel{
  position: absolute;
  width: 7%;
  height: 7%;
  z-index: 2;
  opacity: 0;
  margin-left: 3%;
  margin-top: 59%;
}
.presidentRoomLabel{
  position: absolute;
  width: 4%;
  height: 4%;
  z-index: 2;
  opacity: 0;
  margin-left: 84%;
  margin-top: 60.5%;
}
.vicePresidentRoomLabel{

  position: absolute;
  width: 4%;
  height: 4%;
  z-index: 2;
  opacity: 0;
  margin-left: 90%;
  margin-top: 23.5%;
}
.chairmanRoomLabel{
  position: absolute;
  width: 4%;
  height: 4%;
  z-index: 2;
  opacity: 0;
  margin-left: 88%;
  margin-top: 51.5%;
}
.nagakuteRoomLabel {
  position: absolute;
  opacity: 0;
  z-index: 2;
 }
.meeting{
  height: 14%;
  width: 7.3%;
  margin-left: 3.3%;
  margin-top: 10%;
}
.room1{
   height: 51%;
   width: 3.6%;
   margin-left: 72.8%;
   margin-top: 12.7%;
}

 .room2 {
   height: 14.8%;
   width: 7.5%;
   margin-left: 79.8%;
   margin-top: 20.7%;
 }

 .room3 {
   height: 14.8%;
   width: 3.8%;
   margin-left: 88.8%;
   margin-top: 5.9%;
 }

 .room4 {
   height: 21.8%;
   width: 3.8%;
   margin-left: 89.8%;
   margin-top: 20%;
 }

 .room5 {
   height: 7.4%;
   width: 7%;
   margin-left: 86.8%;
   margin-top: 38.7%;
 }

.balloonInnerMeeting{
  height: 30%;
  width: 100%;
  margin-left: 1%;
  margin-top: -13.6%;
}
.balloonInnerRoom1{
   height: 10%;
   width: 351%;
   margin-left: -130%;
   margin-top: 72%
}

 .balloonInnerRoom2 {
   height: 30%;
   width: 169%;
   margin-left: -32%;
   margin-top: -14%;
 }

 .balloonInnerRoom3 {
    height: 30%;
    width: 333%;
    margin-left: -110%;
    margin-top: -30%;
 }

 .balloonInnerRoom4 {
   height: 20%;
   width: 333%;
   margin-left: -110%;
   margin-top: -10%;
 }

 .balloonInnerRoom5 {
   height: 60%;
   width: 181%;
   margin-left: -30%;
   margin-top: -30%;
 }
 .balloonDiningRoom {
   height: 20%;
   width: 40%;
   margin-left: 35%;
   margin-top: -15%;
 }
 .balloonSpecialMeetingRoom {
   height: 30%;
   width: 71%;
   margin-left: 17%;
   margin-top: -15%;
 }
 .balloonFirstMeetingRoom {
   height: 15%;
   width: 71%;
   margin-left: 17%;
   margin-top: -15%;
 }
 .balloonThirdMeetingRoom {
   height: 30%;
   width: 71%;
   margin-left: 17%;
   margin-top: -15%;
 }
 .balloonBusinessNegoRoom {
   height: 20%;
   width: 71%;
   margin-left: 17%;
   margin-top: -15%;
 }
 .balloonSystemArea {
    height: 20%;
    width: 95%;
    margin-left: 55%;
    margin-top: -15%;
 }
 .balloonSystemArea1 {
    height: 31%;
    width: 75%;
    margin-left: -35.5%;
    margin-top: -12%;
 }
 .balloonGeneralAffRoom {
    height: 13%;
    width: 71%;
    margin-left: 12.5%;
    margin-top: -21%;
 }
 .balloonWebMeetingRoom {
    height: 30%;
    width: 160%;
    margin-left: -25.5%;
    margin-top: -40%;
 }
 .balloonSpecialReceptionRoom {
    height: 30%;
    width: 160%;
    margin-left: -25.5%;
    margin-top: -40%;
 }
 .balloonPresidentRoom {
   height: 50%;
   width: 170%;
   margin-left: -33.5%;
   margin-top: -69%;
 }
 .balloonVicePresidentRoom {
   height: 50%;
   width: 200%;
   margin-left: -48.5%;
   margin-top: -66%;
 }
 .balloonChairmanRoom {
   height: 50%;
   width: 200%;
   margin-left: -48.5%;
   margin-top: -66%;
 }
 .balloonFreeAddArea {
    height: 30%;
    width: 50%;
    margin-left: 25%;
    margin-top: -15%;
 }
 .balloonFreeAddArea1T {
    height: 15%;
    width: 130%;
    margin-left: -14.5%;
    margin-top: -15%;
 }
.hover:hover{
  opacity: 1!important;
}



.btnFreeAddArea1TLabel{
  position: absolute;
  width: 7%;
  height: 11%;
  z-index: 2;
  opacity: 0;
  margin-left: 87%;
  margin-top: 41%;
}
.balloonFreeAddArea1T {
   height: 15%;
   width: 130%;
   margin-left: -14.5%;
   margin-top: -15%;
}
