@charset "utf-8";

#sideSlideArea {
  position: fixed;
  right: -260px;
  z-index: 10000;
}

input[type=submit] {
  cursor: pointer;
}

.toast-top-left {
  top: 70px;
}

.establishmentSet {
  display: none;
}

.calendar {
  display: none;
}

#graphPage .navBox .body .wireList dd {
  cursor: pointer;
}

#graphPage .daySetBox .dayInput01 {
  width: 199px;
}

#mapPickupArea {
	left: -280px;
	transition: all 300ms 0s ease;
}

.mapPickupAreaOpen {
	left: 0px;
}
#ars-map {
  z-index: 1;
}

#dashboard .contsBox.infoBox .head .headTtl {
  width: 150px;
}

#dashboard .contsBox .body .arrowBox {
  display: none;
}

#dashboard .contsBox .body .arrowBox .num {
  font-size: 40px;
}

#dashboard .contsBox .head .time {
  clear: both;
  background: #a0a0a0;
  margin: 0 -10px;
  text-align: center;
  padding: 3px 0;
}

#dashboard .contsBox.close .head .time {
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
}

#graphPage .daySetBox .btnLeft {
  left: 10px;
}

#graphPage .daySetBox .cover.cal01 {
  left: 39px;
}

#graphPage .daySetBox .btnright {
  left: 241px;
}

#graphPage .daySetBox .period {
  left: 287px;
}
  
#graphPage .navBox .body dt span {
  float: right;
  margin-right: 10px;
}

#graphPage .periodArea.caution {
  display: none;
}

@media screen and (max-width: 640px) {
  header #gNav ul.regular > li.item02,
  header #gNav ul.regular > li.item03 {
    display: list-item;
  }
  header #gNav ul.regular > li.item01 {
    display: none;
  }
  
  #dashboard .contsBox.infoBox .head .headTtl {
    width: 78%;
  }
  
  #dashboard .contsBox.close .head .switch {
    display: list-item;
  }
  
  .head ul.hIcon li.establishment {
    /* display: none; */
  }
  
  #mapPickupArea .scrollBody {
    height: 310px;
  }
  
  #graphPage .daySetBox .period {
    left: -5px;
  }
}

header #gNav ul.infoNav {
  width: 360px;
  z-index: 10000;
}

header #gNav ul.infoNav .warning {
  display: none;
}

header #gNav ul.infoNav .detail li {
  cursor: pointer;
}

header #gNav ul.infoNav .detail li.danger,
header .infoNavSp .detail li.danger {
  color: #8e0000;
}

header #gNav ul.infoNav .detail li.caution,
header .infoNavSp .detail li.caution {
  color: #5d0080;
}

header #gNav ul.infoNav .detail li.danger:before,
header .infoNavSp .detail li.danger:before {
  content: "● ";
  color: #ff0000;
}

header #gNav ul.infoNav .detail li.caution:before,
header .infoNavSp .detail li.caution:before {
  content: "● ";
  color: #cf4cff;
}

header .setUp {
  z-index: 10010;
}

header .setUp.cur {
  position: fixed;
}

body#modal {
  min-width: 800px;
}

#modal02 .modalBox {
  top: 50px;
  left: 0;
  transform: none;
}

#tab02 td div {
  height: 22px;
}
