﻿@charset "UTF-8";

/* text */

/* transition */

/*  width */

@font-face {
  font-family: "iconfont";
  src: url("/assets/fonts/iconfont.eot");
  src: url("/assets/fonts/iconfont.eot?#iefix") format("eot"), url("/assets/fonts/iconfont.woff") format("woff"), url("/assets/fonts/iconfont.ttf") format("truetype"), url("/assets/fonts/iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

.iconfont:before {
  display: inline-block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconfont-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.iconfont-2x {
  font-size: 2em;
}

.iconfont-3x {
  font-size: 3em;
}

.iconfont-4x {
  font-size: 4em;
}

.iconfont-5x {
  font-size: 5em;
}

.iconfont-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.iconfont-fonticon-01:before {
  content: "\EA01";
}

.iconfont-fonticon-circle:before {
  content: "\EA02";
}

.iconfont-fonticon-cross:before {
  content: "\EA03";
}

/*
  SASS variables are information about icon's compiled state, stored under its original file name

  .icon-home
    width: $icon-home-width

  The large array-like variables contain all information about a single icon
  $icon-home: x y offset_x offset_y width height total_width total_height image_path

  At the bottom of this section, we provide information about the spritesheet itself
  $spritesheet: width height image $spritesheet-sprites
  */

/*
  The provided mixins are intended to be used with the array-like variables

  .icon-home
    @include sprite-width($icon-home)

  .icon-email
    @include sprite($icon-email)
  */

/*
  The `sprites` mixin generates identical output to the CSS template
    but can be overridden inside of SASS

  @include sprites($spritesheet-sprites)
  */

/*  general */

.hide {
  display: none;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
}

.left,
.halfFloat_left {
  float: left;
}

.right,
.halfFloat_right {
  float: right;
}

.alignLeft {
  text-align: left;
}

.tac,
.l-content__pageTitle,
.l-home__search__selectArea__item .arrow,
.l-home__searchResult__box__body__close {
  text-align: center;
}

.tar {
  text-align: right;
}

.weightBold {
  font-weight: 700;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.if {
  display: inline-block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*  preset */

*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "メイリオ", Meiryo, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6;
  color: #313131;
  font-size: 1.6rem;
  letter-spacing: .05rem;
  -webkit-font-smoothing: antialiased  header;
  line-height: 1.4;
}

body #loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
}

body #loading #loadingWrap {
  width: 70px;
  height: 70px;
}

body #loading #loadingWrap .loader {
  position: relative;
  display: inline-block;
  margin: 0 12.5% 100px;
  width: 50px;
  height: 50px;
  border: 2px solid #f2a93b;
  border-radius: 50%;
  animation: spin 0.75s infinite linear;
}

body #loading #loadingWrap .loader::before,
body #loading #loadingWrap .loader::after {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}

body #loading #loadingWrap .loader-5 {
  display: inline-block;
  border-color: transparent;
  border-top-color: #f2a93b;
}

body #loading #loadingWrap .loader-5::before {
  display: inline-block;
  border-color: transparent;
  border-top-color: #efefef;
  animation: spin 1.5s infinite ease;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  transition: all .15s;
}

a[href$=".xls"],
a[href$=".xlsx"],
a[href$=".pdf"],
a[href$=".doc"],
a[href$=".docx"],
a[href$=".pptx"],
a[href$=".ppt"],
a[href$=".pdf"],
a.ex_link {
  display: inline-block;
  padding: 0 2rem 0 0;
  position: relative;
}

a[href$=".xls"]::after,
a[href$=".xlsx"]::after,
a[href$=".pdf"]::after,
a[href$=".doc"]::after,
a[href$=".docx"]::after,
a[href$=".pptx"]::after,
a[href$=".ppt"]::after,
a[href$=".pdf"]::after,
a.ex_link::after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: no-repeat;
  position: absolute;
  right: -.4rem;
  bottom: .4rem;
}

a[href$=".xls"]::after,
a[href$=".xlsx"]::after {
  background-image: url(/assets/img/common/icon-excel.svg);
}

a[href$=".doc"]::after,
a[href$=".docx"]::after {
  background-image: url(/assets/img/common/icon-word.svg);
}

a[href$=".pptx"]::after,
a[href$=".ppt"]::after {
  background-image: url(/assets/img/common/icon-pp.svg);
}

a[href$=".pdf"]::after {
  background-image: url(/assets/img/common/icon-pdf.svg);
}

a.ex_link::after {
  height: 1rem;
  top: 0;
  right: 0rem;
  opacity: 0.5;
  background-image: url(/assets/img/common/icon-outer.svg);
}

img {
  vertical-align: bottom;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

small {
  font-size: 1em;
}

.l-content {
  color: #71798a;
}

.l-content__pageTitle {
  font-weight: 100;
  font-size: 1.4rem;
  background-color: #42a5f5;
  line-height: 1;
  padding: 1.2rem 0 1rem;
  color: #fff;
}

.l-header {
  background-color: #fff;
  height: 45px;
  padding: 0 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 0 0 0.5rem rgba(0, 0, 1, 0.1);
}

.l-header__title__link {
  display: block;
  line-height: 1;
  font-size: 1.2rem;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "メイリオ", Meiryo, serif;
  font-weight: 100;
}

.l-header__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__info__time {
  text-align: right;
}

.l-header__info__time span {
  display: block;
  line-height: 1.2;
  font-size: 1.2rem;
  color: #8d93a1;
}

.l-header__info__reload__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #8d93a1;
  border-radius: 22px;
  line-height: 1;
  height: 44px;
  width: 44px;
}

.l-header__info__reload__btn .fa-redo-alt {
  font-size: 3rem;
  color: #fff;
  transform: rotate(-100deg);
}

/* sub */

body {
  padding-top: 0 !important;
  margin: 0 !important;
  padding-bottom: 0 !important;
  width: 100%;
}

.l-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 70px !important;
  background-color: #353535 !important;
  width: 100%;
  color: #fff;
  padding: 0 0 0 15px;
  font-size: 16px;
  position: fixed;
  z-index: 900;
  top: 0;
}

.l-head__pageTitle {
  position: fixed;
  top: 70px;
  z-index: 800;
  width: 100%;
}

.l-head_nav {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.l-head_nav--menu:last-child a {
  background: #7b7b7b;
}

.l-head_nav--menu form {
  height: 100%;
}

.l-head_nav--menu input {
  outline: none;
  width: 0;
}

.l-head_nav--menu a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: #595959;
  height: 100%;
  padding: 0 2.6rem;
  color: #fff;
  font-weight: 100;
  letter-spacing: 0;
  transition: background .2s;
}

.l-head_nav--menu a:hover {
  background: #4b4b4b;
}

.l-head_nav--title {
  margin-right: 3rem;
}

.l-head_nav--title a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.l-head .navbar {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.l-head .navbar .container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-head .navbar .container .navbar-header > div {
  display: -ms-flexbox;
  display: flex;
}

.l-head .navbar .container .navbar-header > div div:not(:first-child) {
  margin-right: 1rem;
}

.l-content {
  padding-top: 56px;
}

.l-content__pageTitle {
  text-align: left;
  padding-left: 1.5rem;
  position: relative;
}

.l-content__pageTitle .l-header__info__time {
  position: absolute;
  right: 1rem;
  font-size: 12px;
}

.pcWrap {
  background-color: #eaeaea;
  padding-bottom: 3rem;
}

.pcWrap .l-home {
  width: 1000px;
  margin: 4rem auto 3rem;
}

.pcWrap .l-home.tableArea {
  width: 98%;
  min-width: 1000px;
  margin-top: 0;
  padding-top: 0;
}

.pcWrap .l-home__info {
  background-color: #fff;
  margin-bottom: 2rem;
}

.pcWrap .l-home__search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}

.pcWrap .l-home__search__title {
  margin-bottom: 0;
  margin-right: 2rem;
  padding-left: 1rem;
}

.pcWrap .l-home__search__selectArea {
  width: 85%;
}

.pcWrap .l-home__searchResult {
  padding: .5rem;
}

.pcWrap .l-home__searchResult__table {
  padding: 0;
}

.pcWrap .l-home__searchResult__daySwitch {
  width: 396px;
}

.pcWrap .l-home__searchResult__daySwitch .btn .fas {
  color: #434752 !important;
}

.pcWrap .l-home__searchResult .pickerInput {
  color: #434752 !important;
}

.l-home #datasubmit {
  opacity: 0;
  height: 0;
  position: absolute;
}

.l-home .picker__button--clear {
  display: none;
}

.l-home .picker--opened .picker__frame {
  padding: 0 1rem;
  max-height: 400px;
  top: auto;
  bottom: 0;
}

.l-home .picker__box {
  border-radius: 5px 5px 0 0;
}

.l-home__info {
  background-color: #efefef;
  padding: 1.2rem 1.4rem;
}

.l-home__info__title {
  line-height: 1;
  margin-bottom: .5rem;
  font-weight: 700;
  font-size: 1.2rem;
}

.l-home__info__item {
  font-size: 1.2rem;
  letter-spacing: 0;
}

.l-home__search {
  background-color: #71798a;
  color: #fff;
  padding: 1.2rem 1rem;
}

.l-home__search__title {
  font-weight: 100;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  margin-top: 0;
}

.l-home__search.layout-pc .l-home__search__selectArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-home__search.layout-pc .l-home__search__selectArea .l-home__search__selectArea__item {
  width: 50%;
}

.l-home__search.layout-pc .l-home__search__selectArea .l-home__search__selectArea__item #select_rooms-pc {
  height: 100%;
}

.l-home__search__selectArea__item {
  background-color: #fff;
  color: #666c7c;
  position: relative;
}

.l-home__search__selectArea__item:not(:first-child) {
  margin-top: .8rem;
}

.l-home__search__selectArea__item .arrow {
  font-size: 1.6rem;
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  height: 30px;
  width: 45px;
  line-height: 45px;
  display: block;
  border-left: 1px solid #efefef;
  line-height: 32px;
}

.l-home__search__selectArea select {
  outline: none;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  padding: 1rem 1.4rem;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
}

.l-home__searchResult {
  background-color: #efefef;
  padding: 1rem;
}

.l-home__searchResult.noLogin .l-home__searchResult__daySwitch {
  transition: all .2s;
  cursor: pointer;
}

.l-home__searchResult__daySwitch {
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid #d0d0d0;
  background-color: #fff;
}

.l-home__searchResult__daySwitch .btn {
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  font-size: 1.3rem;
}

.l-home__searchResult__daySwitch .btn.prev,
.l-home__searchResult__daySwitch .btn.next {
  cursor: pointer;
}

.l-home__searchResult__daySwitch .btn.prev input,
.l-home__searchResult__daySwitch .btn.next input {
  text-indent: -9999px;
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 1;
  outline: none;
}

.l-home__searchResult__daySwitch .btn.prev {
  padding: 0 1.6rem 0 1.2rem;
  border-right: 1px solid #d0d0d0;
}

.l-home__searchResult__daySwitch .btn.next {
  padding: 0 1.2rem 0 1.6rem;
  border-left: 1px solid #d0d0d0;
}

.l-home__searchResult__daySwitch .btn .fas {
  font-size: 2.6rem;
  transform: scale(1, 0.6);
  line-height: 1;
}

.l-home__searchResult__daySwitch .text {
  position: relative;
  padding: 0 2rem;
  width: 140px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  z-index: 1;
}

.l-home__searchResult__daySwitch .text:hover {
  background: #f6f7eb;
}

.l-home__searchResult__daySwitch .text .pickerInput {
  cursor: pointer;
}

.l-home__searchResult__daySwitch .text::before {
  pointer-events: none;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../image/img/common/icon-calendar.svg) no-repeat 50%;
  background-size: 17px auto;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% + 5.5rem);
  opacity: 0.7;
  transition: opacity .2s;
  pointer-events: none;
  z-index: 0;
}

.l-home__searchResult__daySwitch .text:hover::before {
  opacity: 1;
}

.l-home__searchResult__daySwitch .text #form1 {
  width: 100%;
  cursor: pointer;
}

.l-home__searchResult__daySwitch .text .pickerInput {
  text-align: center;
  width: 100%;
  height: 40px;
}

.l-home__searchResult__box {
  background-color: #fff;
}

.l-home__searchResult__box.hide {
  display: none !important;
}

.l-home__searchResult__box:not(:first-child) {
  margin-top: 1rem;
}

.l-home__searchResult__box__head {
  padding: 0 1rem;
  border-bottom: 1px solid #efefef;
}

.l-home__searchResult__box__head__roomInfo {
  padding: 1rem 0 .6rem;
  position: relative;
}

.l-home__searchResult__box__head__roomInfo .title {
  line-height: 1;
  font-weight: 100;
  font-size: 1.8rem;
}

.l-home__searchResult__box__head__roomInfo .remaining {
  margin-top: .5rem;
}

.l-home__searchResult__box__head__roomInfo .remaining span {
  display: inline-block;
}

.l-home__searchResult__box__head__roomInfo .remaining span.now {
  color: #285ff6;
}

.l-home__searchResult__box__head__roomInfo .remaining span.max::before {
  content: '/';
}

.l-home__searchResult__box__head__roomInfo .remaining span.time {
  margin-left: 1rem;
  opacity: 0.4;
}

.l-home__searchResult__box__head__roomInfo .roomLink {
  padding: .6rem 1.5rem .6rem 1.8rem;
  background: #737888;
  border-radius: 5rem;
  color: #fff;
  border: 2px solid #737888;
  transition: background-color .2s,color .2s;
  position: absolute;
  top: 1.2rem;
  right: 0;
}

.l-home__searchResult__box__head__roomInfo .roomLink::before {
  content: '現在の利用状況';
}

.l-home__searchResult__box__head__roomInfo .roomLink:hover {
  background-color: #fff;
  color: #737888;
}

.l-home__searchResult__box__head__roomInfo .roomLink .fas {
  font-size: 1.2rem;
  margin-left: 0.8rem;
  margin-right: 0;
}

.l-home__searchResult__box__head__time {
  border-top: 1px solid #efefef;
  position: relative;
  display: none;
}

.l-home__searchResult__box__head__time.timeOnly .tggleTriger {
  display: none;
}

.l-home__searchResult__box__head__time.timeOnly .l-home__searchResult__box__body__close {
  display: none;
}

.l-home__searchResult__box__head__time.timeOnly .item .name::after {
  display: none;
}

.l-home__searchResult__box__head__time .l-home__searchResult__box__body .name::after {
  display: none;
}

.l-home__searchResult__box__head__time .item .name::before {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-size: 1.3rem;
  display: block;
  color: #71798a;
  position: absolute;
  top: calc(50% - .7rem);
  right: -80px;
}

.l-home__searchResult__box__head__time .item .name::after {
  content: 'すべての時限';
  font-size: 1rem;
  position: absolute;
  top: calc(50% - .5rem);
  right: -60px;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0;
  opacity: 0.5;
}

.l-home__searchResult__box__head__time .tggleTriger {
  position: absolute;
  top: 0;
  right: 0px;
  width: 90px;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
  z-index: 50;
  vertical-align: middle;
}

.l-home__searchResult__box__head__time .tggleTriger .fas {
  transition: transform .2s;
  font-size: 1.4rem;
  height: 12px;
  width: 9px;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
}

.l-home__searchResult__box__head__time.is-active .item .name::before {
  transform: rotate(-180deg);
}

.l-home__searchResult__box__head__time.is-active .l-home__searchResult__box__body {
  height: auto;
}

.l-home__searchResult__box__head__time.is-active .l-home__searchResult__box__body__close .fas {
  transform: rotate(0deg);
}

.l-home__searchResult__box__body {
  border-top: 1px solid #efefef;
  overflow: hidden;
  height: 0;
}

.l-home__searchResult__box .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  line-height: 1;
  padding: 1rem 0;
  width: calc(100% - 80px);
  height: auto;
  min-height: 45px;
}

.l-home__searchResult__box .item.open .state {
  color: #1da1f2;
}

.l-home__searchResult__box .item.close .caption,
.l-home__searchResult__box .item.close .state {
  color: #d84532;
}

.l-home__searchResult__box .item .state {
  font-size: 2.4rem;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: 2.4rem;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.l-home__searchResult__box .item .state.name-text {
  font-size: 14px;
  margin-left: 10px;
  max-width: calc(100% - 100px);
}

.l-home__searchResult__box .item .name {
  font-weight: 700;
  color: #313131;
  font-size: 2rem;
  padding-left: 1rem;
  width: auto;
}

.l-home__searchResult__box .item .caption {
  font-size: 1rem;
  margin-left: 1.5rem;
  opacity: .7;
}

.l-home__searchResult__box__body .item {
  width: 100%;
}

.l-home__searchResult__box__body .item:not(:first-child) {
  border-top: 1px solid #efefef;
}

.l-home__searchResult__box__body__close {
  display: block;
  border-top: 1px solid #efefef;
  cursor: pointer;
  padding: 0.7rem 0;
}

.l-home__searchResult__table {
  padding: 2rem;
  background: #eeeeee;
}

.l-home__searchResult__table .table {
  border-spacing: 0;
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.6rem;
}

.l-home__searchResult__table .table thead tr {
  background: #6495ed;
  color: #fff;
}

.l-home__searchResult__table .table thead th {
  font-weight: 100;
  padding: 12px 20px;
}

.l-home__searchResult__table .table thead th.current {
  background-color: #1b1f2a;
}

.l-home__searchResult__table .table thead th:first-child {
  text-align: left;
  border-radius: 5px 0 0 5px;
}

.l-home__searchResult__table .table thead th:last-child {
  border-radius: 0 5px 5px 0;
}

.l-home__searchResult__table .table tbody tr {
  background: #fff;
  transition: all .2s;
}

.l-home__searchResult__table .table tbody tr:hover {
  background-color: #ffffef;
}

.l-home__searchResult__table .table tbody tr td {
  padding: 1rem 1.4rem;
  font-size: 1.4rem;
  width: auto;
  border-top: 1.4rem solid #eeeeee;
  position: relative;
}

.l-home__searchResult__table .table tbody tr td.active {
  cursor: pointer;
}

.l-home__searchResult__table .table tbody tr td.active:hover .tooltip {
  opacity: 1;
  top: 95%;
  pointer-events: auto;
}

.l-home__searchResult__table .table tbody tr td .time {
  display: block;
}

.l-home__searchResult__table .table tbody tr td .remaining .now,
.l-home__searchResult__table .table tbody tr td .remaining .max {
  font-weight: 700;
}

.l-home__searchResult__table .table tbody tr td .remaining .now {
  color: #1da1f2;
}

.l-home__searchResult__table .table tbody tr td .state {
  font-weight: 700;
  font-size: 2.8rem;
}

.l-home__searchResult__table .table tbody tr td .caption {
  word-wrap: break-word;
  font-size: 12px;
  letter-spacing: 0;
}

.l-home__searchResult__table .table tbody tr td .tooltip {
  font-size: 12px;
  background: #404550;
  color: #fff;
  display: block;
  width: 20rem;
  position: absolute;
  line-height: 1.4;
  top: 100%;
  left: calc(50% - 10rem);
  z-index: 20;
  border-radius: 5px;
  opacity: 0.9;
  transition: all .2s;
  opacity: 0;
  pointer-events: none;
}

.l-home__searchResult__table .table tbody tr td .tooltip .wrap {
  position: relative;
  padding: 8px 10px;
}

.l-home__searchResult__table .table tbody tr td .tooltip .wrap::before {
  content: '';
  display: block;
  position: absolute;
  top: -12px;
  left: calc(50% - 7.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 13.0px 7.5px;
  border-color: transparent transparent #404550 transparent;
}

.l-home__searchResult__table .table tbody tr td.openroom {
  color: #1da1f2 !important;
}

.l-home__searchResult__table .table tbody tr td.openroom .state {
  color: #1da1f2;
}

.l-home__searchResult__table .table tbody tr td.closeroom {
  color: #d84532 !important;
}

.l-home__searchResult__table .table tbody tr td.closeroom .state {
  color: #d84532;
}

.l-home__searchResult__table .table tbody tr td.current {
  background-color: #dafffc;
}

.l-home__searchResult__table .table tbody tr td:first-child {
  width: 14%;
}

.l-home__searchResult__table .table tbody tr td:first-child .roomName {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3f4551;
  margin-bottom: 0.5rem;
}

.l-home__searchResult__table .table tbody tr td:first-child a {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #3f4551;
  transition: all .2s;
}

.l-home__searchResult__table .table tbody tr td:first-child a:hover {
  color: #1da1f2;
}

.l-home__searchResult__table .table tbody tr td:first-child a:hover::after {
  color: #1da1f2;
}

.l-home__searchResult__table .table tbody tr td:first-child a::after {
  content: '現在の利用状況 ▶';
  font-size: 10px;
  color: #727888;
  border-radius: 2rem;
  display: block;
  width: 108px;
  text-align: left;
  margin-bottom: 1rem;
  transition: all .2s;
}

.l-home__searchResult__table .table tbody tr td:not(:first-child) {
  text-align: center;
  border-left: 1px solid #eee;
  padding: 1rem 1rem;
}

.picker__nav--disabled {
  display: none;
}

#view_detail {
  background: #e9e9e9;
}

#view_detail .l-content__pageTitle {
  margin: 0 !important;
}

footer {
  padding: 10px;
  text-align: center;
}

body.searchResult .l-home__search__selectArea__item .now {
  position: absolute;
  font-size: 1rem;
  top: calc(50% - .5rem);
  right: 5rem;
}

.l-result__mapArea {
  position: relative;
}

.l-result__mapArea__wrap {
  width: 100%;
  height: auto;
}

.l-result__mapArea__wrap .room {
  margin: auto;
}

.l-second__backArea {
  background-color: #71798a;
  padding: 10px;
}

.l-second__backArea .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 8px 12px;
  color: #71798a;
  width: 120px;
  font-size: 16px;
  position: relative;
}

.l-second__backArea .btn .fas {
  font-size: 20px;
  border-right: 1px solid #efefef;
  padding-right: 12px;
  margin-right: 12px;
}

.l-second__title {
  font-weight: 100;
  color: #fff;
  background-color: #393939;
  padding: 1.4rem 1rem;
  font-size: 1.4rem;
}

.l-modalInnner__content {
  width: 800px;
  height: 800px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
}

.l-modalInnner__content div {
  width: 98px;
  height: 115px;
  background: rgba(0, 0, 0, 0.436);
}

.l-modalInnner__content div:nth-child(even) {
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 670px) {
  body.searchResult .l-home__search {
    background: #b3b6bc;
  }

  .l-result__mapArea {
    width: auto;
    margin: 60px auto;
    background-color: #fff;
    padding: 20px;
  }

  .l-result__mapArea__wrap .room {
    transform: scale(1) !important;
  }
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
}

@media screen and (max-width: 999px) {
  .l-head_nav--menu a {
    padding: 0 1.2rem;
  }

  .l-head .navbar .container .navbar-header > div {
    display: none;
  }

  .l-home__searchResult__daySwitch .btn {
    height: 55px;
  }

  .l-home__searchResult__daySwitch .text {
    height: 55px;
  }
}

@media screen and (max-width:  669px) {
    #view_detail {
        width: 100vw;
        height: 90vh;
        overflow: scroll;
        overflow-y: scroll;
        padding-top: 70px;
        -webkit-overflow-scrolling: touch;
        position:relative
    }

  .l-result__mapArea {
    max-height: 80vh;
    display:inline-block;
    min-width: 100%;
    overflow-x: auto;
    width:100%;
  }

  .l-result__mapArea__wrap {
    -ms-flex-pack: center;
    justify-content: center;
    display:block;
    position:relative;
    max-height: 70vh;
  }

  .l-result__mapArea__wrap.zoomIn {
    overflow: auto;
    max-height: 80vh;
    min-width: 100%;
overflow: auto;
    display:inline-block;
width: 100%
  }

  .l-result__mapArea__wrap.zoomOut .content {
      overflow:auto;
  }

  .l-result__mapArea__wrap.zoomIn .content .room {
    transform: scale(1, 1) !important;
  }

  .l-result__mapArea__wrap .content {
    height: 100%;
    background-color: #fffß;
    height: auto;
    transform-origin: 0px 0px;
    width:100%;
  }
  

  .l-result__mapArea__wrap.zoomIn .content {
    display:inline-block;
    min-width: 100%;
    width: auto;
  }
  .l-result__mapArea__wrap .room {
    height: auto;
    margin: 0;
    transition: all .1s;
    background: 50% no-repeat url(../img/common/map_dummy.png);
    background-size: contain;
    transform-origin: left top;
  }

  .l-result__mapArea .zoomBtn {
    width: 60px;
    height: 60px;
    background-image: no-repeat 50%;
    background-size: contain;
    position:fixed;
    right: 1rem;
    bottom: 2rem;
    cursor: pointer;
    z-index: 9999;
   ;
  }

  .l-result__mapArea .zoomBtn.is-zoomOut {
    background-image: url(../image/img/common/icon-zoom-in.png);
  }

  .l-result__mapArea .zoomBtn.is-zoomIn {
    background-image: url(../image/img/common/icon-zoom-out.png);
  }
}
.Hiddentitle {
color:gray;
}

/*# sourceMappingURL=style.css.map */
