@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-align: left;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol, dl {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  /* border-collapse:collapse; */
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*  汎用class
=====================================*/
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.txt_box {
  display: block;
  overflow: hidden;
  position: relative;
}

.clear {
  clear: both;
}

* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

body {
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Meiryo UI", "\30E1\30A4\30EA\30AA", Meiryo, "\30D2\30E9\30AE\30CE\89D2\30B4\30B7\30C3\30AF", "Hiragino Sans", sans-serif;
  color: #251e1c;
}

#wrapper {
  margin: 0 auto;
  position: relative;
}

body > #wrapper {
  height: auto;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

iframe, #screen {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}

.layout_x iframe {
  background: #fff;
  /*
          width: 1920px;
          height: 1080px;
  */
  margin: 0 auto;
}
.layout_x #deviceView {
  margin: 0 auto;
}

.layout_y iframe {
  background: #fff;
  /*
          width: 1080px;
          height: 1920px;
  */
  margin: 0 auto;
}
.layout_y #deviceView {
  margin: 0 auto;
}

iframe.active {
  display: block;
  z-index: 1001;
}

#screen {
  z-index: 1000;
}

.flex {
  display: flex;
  flex-wrap: nowrap;
}

[v-cloak] {
  display: none;
}

div#loader {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  text-align: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
}

#info {
  width: 1080px;
  height: 200px;
  background: #251e1c;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  z-index: 9000;
}
#info .info_title {
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 41px;
  text-align: center;
}
#info .info_detail {
  height: 90px;
  background: #fff;
  font-size: 68px;
  white-space: nowrap;
  text-align: center;
  width: 100%;
}
#info .info_detail > div {
  height: 90px;
  line-height: 90px;
  margin: 0;
  white-space: nowrap;
  line-height: 1em;
}
#info .info_detail .js-marquee {
  float: none !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: nowrap;
}
#info .info_detail .js-marquee > div {
  line-height: 90px;
  margin: 0 1080px 0 0;
  width: auto;
}
#info .info_detail .js-marquee > div:last-child {
  margin: 0;
}
#info.none .info_title {
  display: none;
}
#info.none .info_detail {
  display: none;
}

.suspend #info {
  background: #0CA84B;
}

.news #info {
  background: #575757;
}

.available #info {
  background: #AD033B;
}

.not_available #info {
  background: #e3b243;
}
.not_available #info .info_title {
  color: #251e1c;
}

/* ==================================================
	空き状況確認パスコード
================================================== */
#path_code {
  position: fixed;
  bottom: 200px;
  z-index: 9999;
  width: 1080px;
  height: 116px;
  background: #000;
  padding: 0 50px;
  margin: 0;
  justify-content: space-between;
}
#path_code > .code_title {
  width: calc(100% - 360px);
  justify-content: space-between;
  align-items: center;
}
#path_code > .code_title > .icon {
  width: 50px;
}
#path_code > .code_title > .title {
  width: calc(100% - 90px);
  text-align: center;
  font-size: 45px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
#path_code > .code_title > .title > span {
  font-size: 31px;
  font-weight: normal;
  display: block;
  color: #F39800;
  margin: 0 0 10px;
  text-align: center;
}
#path_code > .code_number {
  justify-content: space-between;
  align-items: center;
  width: 320px;
}
#path_code > .code_number > p {
  font-size: 80px;
  color: #AD033B;
  width: 70px;
  height: 88px;
  background: #fff;
  text-align: center;
  line-height: 88px;
  font-family: "MS Sans Serif", "Arial", sans-serif;
}