@charset "UTF-8";
#app {
  font-family: "Noto Sans Japanese", sans-serif;
  text-align: center;
  background: #fff3ea;
  color: #003894;
  height: 100vh;
}
#app * {
  vertical-align: top;
}
#app #header {
  width: 96%;
  padding: 2vh 2%;
  font-size: 50px;
  height: 10vh;
}
#app #header #new_button,
#app #header .info {
  display: inline-block;
  vertical-align: middle;
}
#app #header #new_button {
  text-align: center;
  width: 44%;
  padding: 1% 2%;
  font-size: 6vh;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: #003894;
  box-shadow: 0 5px 0 #ca1c30;
  border-radius: 10px;
}
#app #header .info {
  font-size: 6vh;
  width: 49%;
}
#app #header .info .wait {
  width: 100%;
  text-align: center;
}
#app #wait_wrap,
#app #end_wrap {
  display: inline-block;
  width: 48%;
  height: 86vh;
  padding: 0;
  margin: 0;
}
#app #wait_wrap h2,
#app #end_wrap h2 {
  font-size: 20px;
  text-align: center;
  background: #999;
  color: #fff;
  padding: 1vh 30px;
  height: 2vh;
  line-height: 2vh;
}
#app #wait_wrap .chip,
#app #end_wrap .chip {
  background: #fff;
  padding: 2% 8%;
  border-bottom: 2px solid #999;
  user-select: none; /* CSS3 */
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Safari、Chromeなど */
  -ms-user-select: none; /* IE10かららしい */
}
#app #wait_wrap .chip .num,
#app #end_wrap .chip .num {
  display: inline-block;
  border-radius: 40px;
  height: 80px;
  width: 80px;
  font-size: 30px;
  line-height: 80px;
  background: #fcc800;
  color: #fff;
  text-align: center;
}
#app #wait_wrap .chip .time_wrap,
#app #end_wrap .chip .time_wrap {
  display: inline-block;
  text-align: center;
  width: calc(50% - 110px);
}
#app #wait_wrap .chip .time_wrap *,
#app #end_wrap .chip .time_wrap * {
  text-align: center;
  line-height: 1;
}
#app #wait_wrap .chip .time_wrap .label,
#app #end_wrap .chip .time_wrap .label {
  text-align: center;
  font-size: 11px;
  text-indent: -130px;
}
#app #wait_wrap .chip .time_wrap .time,
#app #end_wrap .chip .time_wrap .time {
  font-size: 56px;
}
#app #wait_wrap .chip .time_wrap .tani,
#app #end_wrap .chip .time_wrap .tani {
  font-size: 11px;
}
#app #wait_wrap .chip .time_wrap .tani span,
#app #end_wrap .chip .time_wrap .tani span {
  display: inline-block;
  margin-left: 65px;
}
#app #wait_wrap .chip .buttons,
#app #end_wrap .chip .buttons {
  display: inline-block;
  text-align: right;
  width: 45%;
}
#app #wait_wrap .chip .buttons .button,
#app #wait_wrap .chip .buttons .end,
#app #wait_wrap .chip .buttons .call,
#app #end_wrap .chip .buttons .button,
#app #end_wrap .chip .buttons .end,
#app #end_wrap .chip .buttons .call {
  font-size: 40px;
  border-radius: 10px;
  background: #666;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  box-shadow: 0 5px 0 #ca1c30;
}
#app #wait_wrap .chip .buttons .button .icon,
#app #wait_wrap .chip .buttons .end .icon,
#app #wait_wrap .chip .buttons .call .icon,
#app #end_wrap .chip .buttons .button .icon,
#app #end_wrap .chip .buttons .end .icon,
#app #end_wrap .chip .buttons .call .icon {
  width: 34px;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -10px;
  fill: #fff;
}
#app #wait_wrap .chip .buttons .call,
#app #end_wrap .chip .buttons .call {
  background: #f2a60c;
}
#app #wait_wrap .chip .buttons .end,
#app #end_wrap .chip .buttons .end {
  background: #003894;
}
#app #wait_wrap {
  margin-right: 1%;
}
#app #wait_wrap h2 {
  background: #003894;
}
#app #wait_wrap .chiplist {
  overflow-y: scroll;
  height: 82vh;
}
#app #wait_wrap .chiplist .chip {
  position: relative;
}
#app #wait_wrap .chiplist .chip .delete {
  position: absolute;
  top: 5%;
  left: -200px;
  display: table;
  height: 90%;
  width: 18%;
  font-size: 36px;
  letter-spacing: 0.1em;
  vertical-align: middle;
  background-image: linear-gradient(45deg, #69000b 0%, #dd293d 100%);
  color: #fff;
}
#app #wait_wrap .chiplist .chip .delete span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#app #end_wrap {
  overflow-y: scroll;
}
#app #end_wrap h2:first-child {
  background: #fcc800;
}
#app #end_wrap .end_h2 {
  position: relative;
  margin-top: 20px;
}
#app #end_wrap .end_h2 .none {
  position: absolute;
  right: 10px;
  top: 0;
  clear: both;
  font-size: 11px;
  text-align: right;
  color: #ddd;
  padding-top: 10px;
  line-height: 2vh;
}
#app #end_wrap .calllist .chip {
  background: #fff9cb;
}
#app #end_wrap .endlist .chip {
  background: #eee;
  color: #666;
  display: block;
  float: left;
  width: calc(50% - 110px);
  padding: 5px 55px;
  margin: 0;
}
#app #end_wrap .endlist .chip .num {
  color: #eee;
  background: #999;
}
#app #end_wrap .endlist .chip .time_wrap {
  width: calc(100% - 100px);
}
