@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-feature-settings: 'palt';
  text-size-adjust: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
label {
  cursor: pointer;
}
ul,
li,
dl,
dt,
dd,
button {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mb0 {
  margin-bottom: 0 !important;
}
body[data-role] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #444;
}
body,
input,
textarea,
* {
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.SP {
  display: none;
}
.btn {
  position: relative;
  width: 145px;
  height: 44px;
  padding: 10px 10px 10px 25px;
  border-radius: 5px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
}
.btn.btn-primary {
    padding: 10px 10px 10px 10px !important;
}

.btn.red {
  background-color: #e71919;
}
.btn img {
  -webkit-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translate(0, -50%);
}
.btn-active {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #042663;
  color: #fff;
}
p {
  margin: 0;
}
.txtCenter {
  text-align: center !important;
}
.titMC {
  margin-bottom: 30px;
  font-size: 1.125rem;
  text-align: center;
}
button.btnEdit {
  width: 77px;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #042663;
  font-size: 0.75rem;
  font-weight: bold;
  white-space: nowrap;
}
button.btnEdit img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
#header {
  width: 100%;
  height: 78px;
  padding: 15px 30px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
#header .logo img {
  width: 150px;
}
#main {
  display: block;
  position: relative;
  max-width: 768px;
  margin: 0 auto;
  padding: 30px;
}
#main.noBack {
  padding-top: 105px;
}
#main .content {
  padding-top: 85px;
}
#main .notes {
  margin-bottom: 35px;
  font-size: 0.75rem;
  text-align: left;
}

#reserveLayer .btnBack,
#main .btnBack {
  display: inline-block;
  margin-bottom: 60px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #888;
  text-decoration: none;
}
#reserveLayer .btnBack img,
#main .btnBack img {
  display: inline-block;
  margin-right: 3px;
}

#reserveLayer .btnBack img{
  margin-right: 10px;
  transform: translate(0,2px);
}
.btnCancel {
  /* position: absolute;
  top: 30px;
  right: 30px; */
  display: block;
  width: 140px;
  margin: 0 0 30px auto;
  padding-left: 15px;
  background: url("../img/arw_right2.svg") no-repeat left center;
  color: #888;
  font-size: 0.75rem;
  text-decoration: none;
}
#index {
  display: block;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
#index img {
  width: 100%;
}
.coorde li {
  text-align: center;
}
.coorde li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 1.5rem;
  text-decoration: none;
}
.coorde li a div {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
.coorde li a div span {
  font-size: 0.75rem;
}
.coorde li a img {
  width: 100%;
  max-width: 740px;
}
.coorde li:nth-child(3) a {
  color: #fff;
}
.selCoordinator {
  padding-top: 220px;
}
.selCoordinator .sel {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 710px;
  margin: 0 auto;
}
.selCoordinator .sel li {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.16);
  position: relative;
  border-radius: 5px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.16);
}
.selCoordinator .sel li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 315px;
  height: 234px;
  color: #444;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
}
.selCoordinator .sel li a div {
  margin-top: 20px;
  line-height: 1;
}
.selCoordinator .sel li .down {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  padding: 25px 20px;
}
html.styleOpen .selCoordinator .sel li .down {
  display: none;
}
.selCoordinator .sel li .sub {
  display: none;
}
html.styleOpen .selCoordinator .sel li .sub {
  display: block;
}
.selCoordinator .sel li .sub ul li {
  -webkit-box-shadow: none;
  border-bottom: 1px solid #eee;
  box-shadow: none;
}
.selCoordinator .sel li .sub ul li a {
  display: block;
  height: auto;
  padding: 18px 20px;
  background: url("../img/arw_right.svg") no-repeat right 5% center;
  font-weight: bold;
  text-align: left;
}
.selCoordinator .sel li .sub .up {
  height: auto;
  padding: 25px 20px;
}
.staffList {
  padding-top: 90px;
}
.staffList ul {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.staffList ul li {
  width: 33.3%;
  margin-bottom: 30px;
  padding: 0 2%;
}
.staffList ul li .staff {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}
.staffList ul li .staff .img {
  display: block;
  position: relative;
  margin-bottom: 5px;
  line-height: 0;
  text-decoration: none;
}
.staffList ul li .staff .img img.photo {
  width: 100%;
}
.staffList ul li .staff .img img.ico {
  position: absolute;
  top: 7px;
  left: 7px;
}
.staffList ul li .staff .img .profile {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 7px;
  left: 7px;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 28px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(0,0,0,0.2);
  color: #444;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
}
.staffList ul li .staff .stat {
  font-size: 0.625rem;
}
.staffList ul li .staff .stat span {
  display: inline-block;
  vertical-align: middle;
}
.staffList ul li .staff .stat span.ico {
  width: 11px;
  height: 11px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #888;
}
.staffList ul li .staff dl {
  margin-bottom: 10px;
}
.staffList ul li .staff dl dt {
  font-size: 0.875rem;
  font-weight: bold;
}
.staffList ul li .staff dl dd {
  font-size: 0.75rem;
}
.staffList ul li .staff a.btnReq {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 3px;
  background-color: #9e1111;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.staffList ul li .staff.enable .stat span {
  color: #009f2a;
}
.staffList ul li .staff.enable .stat span.ico {
  background-color: #33d95f;
}
.staffList ul li .staff.enable a.btnReq {
  background-color: #042663;
}
.staffList ul li .staff.active .stat span {
  color: #a20909;
}
.staffList ul li .staff.active .stat span.ico {
  background-color: #9e1111;
}
.staffList ul li .staff.active a.btnReq {
  background-color: #9e1111;
}
.controller {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.controller .navLeft {
  position: absolute;
  top: 20px;
  left: 20px;
}
.controller .navLeft dl {
  margin-bottom: 15px;
  color: #fff;
}
.controller .navLeft dl dt {
  font-size: 0.875rem;
}
.controller .navLeft dl dd {
  font-size: 0.75rem;
}
.controller .navLeft li {
  margin-bottom: 12px;
}
.controller .navRight {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 0.75rem;
  text-align: right;
}
.controller .navRight .btnInfo {
  margin-bottom: 15px;
}
.controller .navRight ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 10px 5px;
  border-radius: 5px;
  background-color: rgba(0,0,0,0.5);
}
.controller .navRight ul li {
  position: relative;
  border-right: 1px solid rgba(255,255,255,0.2);
}
.controller .navRight ul li:last-child {
  border-right: none;
}
.controller .navRight ul li .sub {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 150px;
  padding: 0;
  border-radius: 0;
  background-color: #fff;
}
.controller .navRight ul li .sub li {
  width: 100%;
}
.controller .navRight ul li .sub li button {
  width: 100%;
  color: initial;
}
.controller .navRight ul li.open .sub {
  display: block;
}
.controller .navRight button {
  width: 55px;
  height: 45px;
}

.controller .navRight button.toggle-video img[src*="ico_cam_off.svg"] {
  height: 20px;
  transform: translate(-2px,0);
}

.usetStat {
  margin-bottom: 20px;
  font-size: 0.875rem;
}
.usetStat .ico {
  color: #00de3b;
}
.clerk {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}
.clerk .store {
  font-size: 0.875rem;
}
.clerk .name {
  font-size: 1.125rem;
}
.banner {
  z-index: 2;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.videoArea {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #444444;
}

.videoStaff {
  /* width: 100%; */
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-color: #444444;
}

.videoStaff #local-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotateY(180deg) translateX(0px);
}
body[data-role="staff"] .videoArea{
  right: 50%;
}


local-video

.videoArea.disabled {
  background: #444 url("../img/ico_cam_disabled.svg") no-repeat center center !important;
}
.videoArea::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 133px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.333)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.333), rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.333), rgba(0,0,0,0));
  content: "";
}
.videoArea::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 313px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.533)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.533));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.533));
  content: "";
}
.memo {
  z-index: 22;
  position: absolute;
  right: -312px;
  bottom: 20px;
  width: 312px;
  height: 271px;
  padding: 15px 20px;
  border-radius: 5px 0 0 5px;
  background-color: #fff;
}
.memo.open {
  right: 0;
}
.memo .btnClose {
  display: none;
}
.memo h2 {
  margin: 0 0 10px 0;
  color: #888;
  font-size: 0.875rem;
  font-weight: normal;
}
.memo textarea {
  width: 100%;
  height: 200px;
  border: none;
  font-size: 14px;
}
.total_items {
  z-index: 22;
  position: absolute;
  right: -620px;
  bottom: 20px;
  width: 571px;
  height: 369px;
  padding: 15px 20px;
  border-radius: 5px 0 0 5px;
  background-color: #fff;
}
.total_items.open {
  right: 0;
}
.total_items .btnClose {
  display: none;
}
.total_items .itemList {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(85%, #000), to(rgba(0,0,0,0)));
  -webkit-mask-image: -webkit-linear-gradient(top, #000 0%, #000 85%, rgba(0,0,0,0) 100%);
  height: 210px;
  margin-bottom: 10px;
  overflow-y: auto;
  mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(85%, #000), to(rgba(0,0,0,0)));
  mask-image: linear-gradient(to bottom, #000 0%, #000 85%, rgba(0,0,0,0) 100%);
}
.total_items table {
  width: 100%;
  margin-bottom: 15px;
}
.total_items table th {
  padding: 9px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0.75rem;
  font-weight: normal;
}
.total_items table th:first-child {
  width: 45%;
}
.total_items table th:last-child {
  border-right: none;
}
.total_items table td {
  padding: 6px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.total_items table td:last-child {
  border-right: none;
  white-space: nowrap;
}
.total_items table td .memoArea {
  display: block;
  overflow: hidden;
  color: #c3c3c3;
  font-size: 0.625rem;
}
.total_items table td .memoArea img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.total_items table td .memoArea span {
  display: inline-block;
  vertical-align: middle;
}
.total_items table td .memoArea input {
  position: absolute;
  top: -100px;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 14px;
}
.total_items table td .memoArea input:focus {
  position: static;
}
.total_items table td .memoArea input:focus + .txt {
  display: none;
}
.total_items table td.total_items_price {
  text-align: right;
}

.total_items table td button.timEdit{
  border-radius: 4px;
  background-color: #042663;
  color :#ffffff;
  font-size: 10px;
  padding: 7px 10px;
}
.total_items table td button.timDel{
  border-radius: 4px;
  background-color: #DDDDDD;
  font-size: 10px;
  padding: 7px 10px;
}

.total_items table.editReserve th {
  width: 15%;
  padding: 34px 0 30px 0;
  white-space: nowrap;
}
.total_items table.editReserve td {
  position: relative;
  width: auto;
  font-size: 1.0625rem;
  font-weight: bold;
}
.total_items table.editReserve td.tdEdit {
  position: relative;
  width: 13%;
  text-align: center;
  white-space: nowrap;
}
.total_items ul.selItem {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.total_items ul.selItem li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.total_items ul.selItem li span {
  display: inline-block;
  margin-right: 3px;
}
.total_items ul.selItem li:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.total_items ul.selItem li + li {
  margin-left: 10px;
}
.total_items ul.selItem select,
.total_items ul.selItem input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 15px 25px 15px 10px;
  border: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: none;
  background-color: transparent;
  color: #888;
  font-size: 1rem;
}
.total_items ul.selItem select::-ms-expand {
  display: none;
}
.total_items ul.selItem select {
  background: url("../img/tri_down.svg") no-repeat right 10px center;
}
.total_items ul.selItem input {
  width: 143px;
  padding-right: 10px;
}
.total_items ul.btns {
  /*text-align: right;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.total_items ul.btns li {
  display: inline-block;
}
.total_items ul.btns li:first-child {
  flex : 1;
  font-size:14px;
  color: #888888;
  display: flex;
  align-items: center;
}
.total_items ul.btns li:first-child strong{
  font-size: 28px;
  font-weight: normal;
  color: #444444;
}

#userAreaCustom .btn-reload,
.total_items ul.btns li button,
#confExit ul.btns li button,
#roomExit ul.btns li button {
  width: 143px;
  height: 44px;
  border-radius: 5px;
  background-color: #042663;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  cursor: pointer;
}
#userAreaCustom .btn-reload {
    margin: auto;
    display: block;
    width: 237px;
    height: 54px;
    line-height: 54px;
    text-decoration: none;
}
.total_items ul.btns li button{
  width: 237px;
  height: 54px;
}
.total_items ul.btns li button div {
  font-size: 0.625rem;
}
.total_items ul.btns li button.total {
  width: 120px;
  background-color: #e71919;
}
#confExit p,
#userExitNotify p {
    text-align: center;
}

#confExit ul.btns li a,
#roomExit ul.btns li a,
#userExitNotify ul.btns li a {
  display: inline-block;
  width: 143px;
  line-height: 44px;
  border-radius: 5px;
  background-color: #042663;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  cursor: pointer;
}
#confExit ul.btns li a.cancel,
#userExitNotify ul.btns li a.disappear {
    width: 143px;
    background-color: #e71919;
}

#confExit ul.btns,
#userExitNotify ul.btns {
    text-align: center;
}

#confExit ul.btns li{
    display: inline-block;
}

#confExit.open,
#userExitNotify.open,
#waitingDialog.open,
#userInteractive.open {
    display: block;
}

#roomExit p,
#waitingDialog p,
#userInteractive p {
    text-align: center;
}

#roomExit ul.btns {
    text-align: center;
}

#roomExit ul.btns li{
    display: inline-block;
}

#conf {
  z-index: 30 !important;
  background-color: transparent !important;
}
#conf,
#settingArea,
#wipeSettingArea,
#leftSettingArea,
#userArea,
#userAreaCustom,
#dialog,
#loading,
#confCam,
#confItem,
#confPrice,
#confExit,
#roomExit,
#userExitNotify,
#waitingDialog,
#userInteractive,
#shareScreen ,
#waiting ,
#help,
#reserveLayer,
#popupNotify {
  display: none;
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background-color: rgba(0,0,0,0.533);
}
#reserveLayer .window{
  margin: 0 auto 0 auto;
  top: 160px;
  bottom: 75px;
  right: 0;
  left: 0;
  padding: 0;
  overflow: hidden;
}

#reserveLayer .window .reserve{
  overflow: auto;
  height: 100%;
  padding: 20px 20px 60px 20px !important;
}
#reserveLayer .reserve h2{
  font-weight: bold;
}
#reserveLayer .reserve .notes{
  text-align: left;
}

#reserveLayer .dateInr ul,
#reserveLayer .reserve .dateArea{
  margin-bottom: 60px;
}
html.confOpen #conf {
  display: block;
}
html.selCamOpen #confCam {
  display: block;
}
html.confItemOpen #confItem {
  display: block;
}
html.confPriceOpen #confPrice {
  display: block;
}
html.loading #loading {
  display: block;
}
html.exitRoomOpen #roomExit {
    display: block;
}
html.messageBox #waiting {
  display: block;
}
html.messageBox #popupNotify {
  display: block;
}
html.helpOpen #help {
  display: block;
}
html.visitReserve #reserveLayer {
  display: block;
  visibility: visible;
}
.window {
  position: absolute;
  top: 220px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 672px;
  margin: auto auto 50px auto;
  padding: 45px 110px;
  border-radius: 5px;
  background-color: #fff;
}
.window.large {
    padding: 45px 60px;
}

#userAreaCustom .window.large {
  padding: 45px 60px 25px;
}
.window.staff {
  margin-bottom: 0;
  padding: 30px;
}
.window.nopadding {
  width: 480px;
  padding: 0;
}
.window .btnClose {
  position: absolute;
  top: 30px;
  right: 30px;
}
.window h2 {
  margin: 0 0 20px 0;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
}
.window p {
  padding-bottom: 35px;
  font-size: 0.875rem;
}
#loading .window {
  padding: 70px 110px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
#loading .window p {
  padding-bottom: 10px;
}
#help .window{
  padding: 0;
}
#help .window section{
  display: flex;
  padding: 40px 50px;
  border-bottom: 1px solid #DDDDDD;
}

#help .window section:last-child{
  border-bottom: none;
}
#help .window section h2{
  text-align: left;
  font-size: 20px;
  margin-bottom: 15px;
}
#help .window section .caution{
  color: #FF0000;
  font-weight: bold;
  font-size: 14px;
}
#help .window section p{
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.items_price {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 0.875rem;
}
.items_price .item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.items_price .item .name {
  width: 40%;
}
.items_price .item .quantity {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.items_price .item .price {
  text-align: right;
}
.total_price {
  padding: 15px 0 0 0;
  font-size: 1.5rem;
  text-align: right;
}
.btnArea {
  margin-top: 30px;
}
.btnArea li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  border: 2px solid #ddd;
  border-radius: 5px;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
}
.btnArea li a.navy {
  border: 2px solid #042663;
  background-color: #042663;
  color: #fff;
}
.btnArea li a.small {
  height: 60px;
  font-size: 0.875rem;
}
#confItem .info {
  padding: 0 45px;
}
.notes {
  font-size: 0.75rem;
  text-align: center;
}
.selCam {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 20px;
}
.selCam li {
  margin: 0 20px;
}
.selCam li button {
  width: 215px;
  height: 104px;
  padding: 25px 0 15px 0;
  border-radius: 5px;
  background-color: #042663;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
.selCam li button img {
  min-width: 29px;
}
.selCam li button div {
  padding-top: 10px;
}
.selCam li button.gray {
  background-color: #8d8d8d;
}
.selCam li:first-child {
  margin-bottom: 10px;
}
.selBtn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 20px;
}
.selBtn li {
  margin: 0 20px;
}
.selBtn li a,
.selBtn li button {
  /* display: inline-block; */
  width: 215px;
  height: 54px;
  padding: 0;
  border-radius: 5px;
  background-color: #042663;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.selBtn li a.gray,
.selBtn li button.gray {
  background-color: #8d8d8d;
}
#contentArea {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 87px;
  left: 0;
}
/*.videoArea {*/
  /*background: url("../img/dummy_user.jpg") no-repeat center center;*/
  /*background-size: cover;*/
/*}*/
/*.videoArea.user {*/
  /*background: url("../img/dummy.jpg") no-repeat center center;*/
  /*background-size: cover;*/
/*}*/
.footNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 87px;
  background-color: #042663;
}
.footNav ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 87px;
  background-color: #042663;
  align-items: center;
  justify-content: space-around;
  flex: 1;
}

/*.footNav ul li {*/
  /*width: 25%;*/
/*}*/

.footNav li button {
  display: block;
  position: relative;
  width: 100%;
  height: 87px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
}
.footNav li button div {
  -webkit-transform: translate(-50%, 0);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}

.footNav .timBnts{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 63px;
  background-color: #041C49;
  border-radius: 5px;
  padding: 10px;
  margin-right: 20px;
}

.footNav .timBnts .timb:first-child{
  margin-right: 10px;
}
.footNav .timBnts .timb button{
  background-color: #042663;
  height: 44px;
  border-radius: 5px;
  padding: 0 15px;
  color: #ffffff;
}
.footNav .timBnts .timb button img,
.footNav .timBnts .timb button span{
  display: inline-block;
  vertical-align: middle;
}
.footNav .timBnts .timb button img{
  margin-right: 5px;
}
.footNav .timBnts .timinfo button{
  height: auto;
  line-height: 0;
  padding: 10px;
}

.footNav .waitingArea{
  margin-right: 30px;
}
.footNav .waitingArea button{
  background: #ffffffcc url(../img/ico_hourglass.svg) no-repeat center 10px;
  border-radius: 8px;
  width: 94px;
  height: 63px;
  color: #042663;
  font-size: 11px;
  padding-top: 35px;
}
html.waiting .footNav .waitingArea button{
  background: #059DEB url(../img/ico_hourglass_on.svg) no-repeat center 10px;
  color : #ffffff;
}

#waitingArea{
  display: none;
}

html.waiting #waitingArea{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  color: #ffffff;
  font-size: 24px;
  left:0;
  background: rgba(0,0,0,0.5) url(../img/waiting-room.jpg) center / cover no-repeat;
  background-blend-mode: multiply;
}

html.waiting #waitingArea.shop {
  left: 50%;
}

html.waiting [data-role="user"] #waitingArea{
  z-index: 1;
}

html.waiting [data-role="user"] #waitingArea{
  z-index: 1;
}


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

.footNav .shareScreenArea{
    margin-right: 30px;
  }
  .footNav .shareScreenArea button{
    background: #ffffffcc url(../img/screen-share.svg) no-repeat center 6px /38%;
    border-radius: 8px;
    width: 94px;
    height: 63px;
    color: #042663;
    font-size: 11px;
    padding-top: 35px;
  }
  html.shareScreen .footNav .shareScreenArea button{
    background: #059DEB url(../img/stop-screen-share.svg) no-repeat center 6px /38%;
    color : #ffffff;
  }

#shareScreenArea{
    display: none;
}

html.shareScreen #shareScreenArea{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    color: #ffffff;
    font-size: 24px;
    background: rgba(0,0,0,0.5) url(../img/waiting-room.jpg) center / cover no-repeat;
    background-blend-mode: multiply;
  }

  html.shareScreen #shareScreenArea.shop {
    left: 50%;
  }

  html.shareScreen [data-role="user"] #shareScreenArea{
    z-index: 1;
  }

  html.shareScreen [data-role="user"] #shareScreenArea{
    z-index: 1;
  }

/* /////////////////////// */
/* ////////////////////////////SHARE SCREEN //////////////// */





.footNav .shareScreenAreaWebinar{
  margin-right: 30px;
}
.footNav .shareScreenAreaWebinar button{
  background: #ffffffcc url(../img/screen-share.svg) no-repeat center 6px /38%;
  border-radius: 8px;
  width: 94px;
  height: 63px;
  color: #042663;
  font-size: 11px;
  padding-top: 35px;
}
html.shareScreenWebinar .footNav .shareScreenAreaWebinar button{
  background: #059DEB url(../img/stop-screen-share.svg) no-repeat center 6px /38%;
  color : #ffffff;
}

#shareScreenAreaWebinar{
  display: none;
}

html.shareScreenWebinar #shareScreenAreaWebinar{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  color: #ffffff;
  font-size: 24px;
  background: rgba(0,0,0,0.5) url(../img/waiting-room.jpg) center / cover no-repeat;
  background-blend-mode: multiply;
}

html.shareScreenWebinar #shareScreenAreaWebinar.shop {
  left: 50%;
}

html.shareScreenWebinar.left #shareScreenAreaWebinar.shop {
  left:0;
  right: 50%;
}

html.shareScreenWebinar [data-role="user"] #shareScreenAreaWebinar{
  z-index: 1;
}

html.shareScreenWebinar [data-role="user"] #shareScreenAreaWebinar{
  z-index: 1;
}


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



.footNav .visitArea{
  margin-right: 10px;
}
.footNav .visitArea button{
  background: transparent url(../img/ico_visit.svg) no-repeat center 10px;
  border-radius: 8px;
  width: 94px;
  height: 63px;
  color: #ffffff;
  font-size: 11px;
  padding-top: 35px;
  border:  2px solid #ffffff44;
}
html.visit .footNav .visitArea button{
  background: #ffffff url(../img/ico_visit_on.svg) no-repeat center 10px;
  color : #042663;
}
html.visitReserve .footNav .visitArea button{
  background: #ffffff url(../img/ico_visit_on.svg) no-repeat center 10px;
  color : #042663;
}

.footNav .shareScreen{
    margin-right: 10px;
}
.footNav .shareScreen button{
    background-color: #0A54A3;
    border-radius: 8px;
    width: 110px;
    height: 63px;
    color: #ffffff;
    border:  4px solid #ffffff;
}
html.visit .footNav .shareScreen button{
    background-color: #0A54A3;
    color : #042663;
}
    html.visitReserve .footNav .shareScreen button{
    background-color: #0A54A3;
    color : #042663;
}

#staffLayer {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}
html.staffLayerOpen #staffLayer {
  display: block;
}
#staffLayer .staffInfo {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#staffLayer .staffInfo .img {
  width: 48%;
}
#staffLayer .staffInfo .img img {
  width: 100%;
}
#staffLayer .staffInfo .info {
  width: 48%;
}
#staffLayer .staffInfo .info .infoInr {
  padding: 0 15px;
}
#staffLayer .staffInfo .info .stat {
  padding-top: 35px;
  color: #009f2a;
  font-size: 0.625rem;
}

#staffLayer .staffInfo .info .stat.enable {
    color: #009f2a;
}

#staffLayer .staffInfo .info .stat.active{
    color: #9e1111;
}

#staffLayer .staffInfo .info .stat span {
  display: inline-block;
  vertical-align: middle;
}
#staffLayer .staffInfo .info .stat span.ico {
  width: 11px;
  height: 11px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #33d95f;
}
#staffLayer .staffInfo .info .stat.enable span.ico {
    background-color: #33d95f;
}
#staffLayer .staffInfo .info .stat.active span.ico {
    background-color: #9e1111;
}

#staffLayer .staffInfo .info .name {
  margin-bottom: 20px;
}
#staffLayer .staffInfo .info .store {
  margin-bottom: 20px;
  color: #888;
  font-size: 0.75rem;
}
#staffLayer .staffInfo .info dl {
  margin-bottom: 15px;
  font-size: 0.75rem;
}
#staffLayer .staffInfo .info dl dd {
  color: #888;
}
#staffLayer .staffInfo .info .share {
  margin-bottom: 15px;
}
#staffLayer .staffInfo .info a.request {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 3px;
  background-color: #042663;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#staffLayer .staffInfo .info a.request.enable{
    background-color: #042663;
}

#staffLayer .staffInfo .info a.request.active{
    background-color: #9e1111;
}

#staffLayer .staffInfo .info a.request.close{
    background-color: #9e1111;
}

#staffLayer .staffInfo .info .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
}
#staffLayer .staffInfo .info .thumb li a {
  opacity: 0.3;
}
#staffLayer .staffInfo .info .thumb li.act a {
  opacity: 1;
}
#staffLayer .staffInfo .info .thumb li + li {
  margin-left: 15px;
}
.topPage {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 150px 30px 100px 30px;
}
.topPage figure {
  margin-bottom: 35px;
  text-align: center;
}
.topPage h1 {
  margin-bottom: 40px;
  font-size: 1.625rem;
  text-align: center;
}
.topPage p {
  margin-bottom: 70px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
.topPage h2 {
  font-size: 1.125rem;
  text-align: center;
}
.topPage .notesList {
  width: 100%;
  max-width: 635px;
  margin: 0 auto 50px auto;
}
.topPage .notesList li {
  margin-bottom: 13px;
  padding-left: 15px;
  font-size: 0.75rem;
}
.topPage .notesList li span {
  margin-left: -13px;
}

.topBtn{
  padding: 10px 3% 120px 3%;
}
.topBtn a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 710px;
  height: 140px;
  border-radius: 5px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.2);
  color: #042663;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
}
.blueBelt{
  background-color: #042663;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
  color: #ffffff;
  margin-bottom: 40px;
}
.topNotes {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 50px 30px 50px 30px;
}

.topNotes figure{
  text-align: center;
}

.topNotes .catch{
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  line-height: 2;
  color: #444444;
}

.topNotes .blue{
  text-align: left;
  font-size: 12px;
  color: #042663;
}

.topNotes .notes{
  font-size: 10px;
  margin-bottom: 30px;
}
.topNotes .notes li{
  padding: 5px 0;
  text-align: left;
}
.topNotes .agreement{
  border: 1px solid #dddddd;
  height: 165px;
  overflow: auto;
  border-radius: 3px;
  padding: 25px 30px;
  font-size: 14px;
  margin-bottom: 30px;
}

.topNotes .agreement div,
.topNotes .agreement ul,
.topNotes .agreement ol,
.topNotes .agreement h4{
  font-size: 12px;
  margin-bottom: 5px;
}
.topNotes .agreement ol{
  padding-left: 20px;
}
.topNotes .agreement ol li{
  list-style: decimal;
}

.formPage {
  width: 100%;
  padding-bottom: 100px !important;
  /* max-width: 768px;
  margin: 0 auto;
  padding: 75px 30px 30px 30px !important; */
}
.formPage h1 {
  margin-bottom: 50px;
  font-size: 1.125rem;
  text-align: center;
}
.formPage p.catch {
  width: 100%;
  margin: 0 auto 20px auto;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}
.formPage p.catch strong {
  font-size: 1rem;
}
.formPage select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 14px 30px 15px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: url("../img/tri_down.svg") no-repeat right 10px center;
  font-size: 1rem;
}
.formPage ul.checkbox {
  padding-top: 15px;
}
.formPage ul.checkbox li {
  margin-bottom: 20px;
}
.formPage ul.checkbox li label {
  display: block;
  position: relative;
  overflow: hidden;
}
.formPage ul.checkbox li label input {
  position: absolute;
  top: -50px;
}
.formPage ul.checkbox li label input + span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
  vertical-align: middle;
}
.formPage ul.checkbox li label input:checked + span {
  position: relative;
}
.formPage ul.checkbox li label input:checked + span:after {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 15%;
  left: 38%;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-right: 2px solid #042663;
  border-bottom: 2px solid #042663;
  content: '';
}
.formPage textarea {
  width: 100%;
  max-width: 474px;
  height: 313px;
  padding: 20px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 1rem;
}
.formPage table {
  width: 100%;
  margin-bottom: 65px;
  border-collapse: collapse;
}
.formPage table tr {
  border-bottom: 1px solid #ddd;
}
.formPage table th {
  padding: 45px 0 0 40px;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.formPage table th span {
  -webkit-transform: translate(0, -2px);
  display: inline-block;
  margin-left: 5px;
  padding: 3px 5px;
  transform: translate(0, -2px);
  border-radius: 4px;
  background-color: #e71919;
  color: #fff;
  font-size: 0.625rem;
  vertical-align: middle;
}
.formPage table td {
  width: 73%;
  padding: 30px 0;
}
.formPage table input[type="text"],
.formPage table input[type="password"],
.formPage table input[type="tel"] {
  width: 100%;
  max-width: 470px;
  height: 55px;
  padding: 0 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 1rem;
}
.formPage table .remark {
  padding-top: 15px;
  font-size: 0.75rem;
}
.formPage table.confirm th {
  padding: 34px 0 30px 40px;
}
.formPage table.confirm td {
  font-size: 1.0625rem;
  font-weight: bold;
}
.formPage table.editReserve th {
  width: 15%;
  padding: 34px 0 30px 0;
  white-space: nowrap;
}
.formPage table.editReserve td {
  position: relative;
  width: auto;
  font-size: 1.0625rem;
  font-weight: bold;
}
.formPage table.editReserve td.tdEdit {
  position: relative;
  width: 13%;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
.formPage table.editReserve td .error {
  color: #f00;
}
.formPage table.editReserve td .dTime {
  display: inline-block;
  margin-left: 20px;
  font-size: 0.75rem;
  font-weight: normal;
}
.formPage .btnNote {
  margin-bottom: 30px;
  color: #888;
  font-size: 0.75rem;
  text-align: center;
}
.formPage a.button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 710px;
  height: 140px;
  margin-bottom: 40px;
  border-radius: 5px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.2);
  color: #042663;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}
.formPage .cancelTxt {
  margin-bottom: 10px;
  font-size: 0.875rem;
  text-align: center;
}
.formPage button[type="submit"] {
  display: block;
  width: 100%;
  max-width: 450px;
  height: 80px;
  margin: 0 auto 40px auto;
  border-radius: 5px;
  background-color: #042663;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
}

.formPage button[type="submit"][disabled]{
  opacity: 0.3;
}

.loginForm .linkArea,
.formPage .linkArea {
  text-align: center;
}
.loginForm .linkArea a,
.formPage .linkArea a {
  display: inline-block;
  padding-left: 15px;
  background: url("../img/arw_right2.svg") no-repeat left center;
  color: #888;
  font-size: 0.75rem;
  text-decoration: none;
}

.formPage .agreement{
  height: 220px;
  overflow: auto;
  border: 1px solid #DDDDDD;
  margin-bottom: 40px;
  font-size: 13px;
  -webkit-overflow-scrolling: touch;
}
.formPage .agreement .agreeInr{
  padding: 20px 30px;
}
.formPage .agreement h2{
  font-size: 14px;
}

.formPage .agreeCaption{
  font-size: 13px;
  margin-bottom: 20px;
  text-align: center;
}
/* body {
    font-family: 'lato', sans-serif;
}
.container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
h2 {
    font-size: 26px;
    margin: 20px 0;
    text-align: center;
}
h2 small {
    font-size: 0.5em;
} */
.complete figure {
  display: block;
  margin-bottom: 70px;
  padding-top: 50px;
  text-align: center;
}
.complete h1 {
  margin-bottom: 80px;
  font-size: 1.5rem;
}
.complete p {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 2;
}
.editArea textarea,
.editArea input,
.editArea .dateInr {
  display: none;
}
.editArea.editMode .edit,
.editArea.editMode .dEdit {
  display: none;
}
.editArea.editMode textarea,
.editArea.editMode input,
.editArea.editMode .dateInr {
  display: block;
}
.responsive-table li {
    border-radius: 3px;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.responsive-table .table-header {
    background-color: #95a5a6;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.responsive-table .table-row {
    background-color: #fff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.responsive-table .col-1 {
    flex-basis: 10%;
}
.responsive-table .col-2 {
    flex-basis: 30%;
}
.responsive-table .col-3 {
    flex-basis: 20%;
}
.responsive-table .col-4 {
    flex-basis: 15%;
}
.responsive-table .col-5 {
    flex-basis: 25%;
}
/* --------------reserve page --------------*/
.reserve {
  margin-bottom: 120px !important;
  padding: 75px 30px 30px 30px !important;
  color: #444;
}
.reserve h1 {
  margin-bottom: 50px;
  font-size: 1.625rem;
  text-align: center;
}
.reserve h2 {
  margin-bottom: 25px;
  font-size: 1.125rem;
  text-align: center;
}
.reserve .aboutReserve {
  margin-bottom: 70px;
  padding: 20px;
  border: 1px solid #ddd;
  font-size: 0.875rem;
}
.reserve .aboutReserve dt {
  margin-bottom: 5px;
  font-weight: bold;
}
.reserve .personal {
  margin-bottom: 120px;
}
.reserve .personal dl {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.reserve .personal dl dt {
  width: 145px;
  font-size: 0.875rem;
}
.reserve .personal dl dd:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 15px;
}
.reserve .personal dl dd input {
  display: none;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ddd;
  font-size: 1rem;
}
.reserve .personal dl dd .edit {
  font-size: 1.0625rem;
  font-weight: bold;
}
.reserve .personal dl dd .edit.error {
  color: #f33;
}
.reserve .personal dl dd .notes {
  margin: 20px 0 0 0 !important;
  padding: 0;
}
.reserve .personal dl dd button {
  width: 77px;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #042663;
  font-size: 0.75rem;
  font-weight: bold;
  white-space: nowrap;
}
.reserve .personal dl dd button img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.reserve .personal dl dd button span {
  display: inline-block;
  vertical-align: middle;
}
.reserve .personal dl.editMode .edit {
  display: none;
}
.reserve .personal dl.editMode input {
  display: block;
}
.reserve .prefecturesArea {
  margin-bottom: 120px;
}
.reserve .prefecturesArea .prefectures {
  border-top: 1px solid #ddd;
}
.reserve .prefecturesArea .prefecture {
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.reserve .prefecturesArea .prefecture h2 {
  margin: 0;
  padding: 25px 10px;
  background: url("../img/ico_plus.svg") no-repeat right center;
  font-size: 1rem;
  text-align: left;
}
.reserve .prefecturesArea .prefecture h2.open {
  border-bottom: 1px solid #ddd;
  background: url("../img/ico_minus.svg") no-repeat right center;
}
.reserve .prefecturesArea .prefecture h2.tit {
  cursor: pointer;
}
.reserve .prefecturesArea .prefecture h3 {
  margin: 0;
  padding: 17px 10px;
  background: url("../img/ico_plus.svg") no-repeat right center;
  background-size: 12px 12px;
  font-size: 0.875rem;
  font-weight: normal;
  cursor: pointer;
}
.reserve .prefecturesArea .prefecture h3:before {
  content: "・";
}
.reserve .prefecturesArea .prefecture h3.open {
  background: url("../img/ico_minus.svg") no-repeat right center;
  background-size: 12px 12px;
}
.reserve .prefecturesArea .prefecture h3.open:before {
  content: "";
}
.reserve .prefecturesArea .prefecture h3[data-role="disabled"] {
  background-image: none;
  opacity: 0.3;
  pointer-events: none;
}
.reserve .prefecturesArea .prefecture h3:last-child {
  border-bottom: none;
}
.reserve .prefecturesArea .prefecture .stores .storesInr {
  border-bottom: 1px solid #eee;
}
.reserve .prefecturesArea .prefecture .stores .storesInr:last-child {
  border-bottom: none;
}
.reserve .prefecturesArea .prefecture .stores hr {
  margin: 0;
  padding: 0;
  border: none;
}
.reserve .prefecturesArea .prefecture .stores label {
  display: block;
  position: relative;
  overflow: hidden;
}
.reserve .prefecturesArea .prefecture .stores label:last-child {
  margin-bottom: 30px;
}
.reserve .prefecturesArea .prefecture .stores label .store {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px 10px 20px;
  padding: 15px 25px;
  border: 3px solid #ddd;
  border-radius: 5px;
}
.reserve .prefecturesArea .prefecture .stores label .store dl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.reserve .prefecturesArea .prefecture .stores label .store dl dt {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: bold;
}
.reserve .prefecturesArea .prefecture .stores label .store dl dd {
  font-size: 0.875rem;
}
.reserve .prefecturesArea .prefecture .stores label .store ul li {
  padding: 3px 0;
  color: #888;
  font-size: 0.75rem;
}
.reserve .prefecturesArea .prefecture .stores label input[type="radio"] {
  position: absolute;
  left: -20px;
}
.reserve .prefecturesArea .prefecture .stores label input[type="radio"]:checked + .store {
  border: 3px solid #042663;
}
.reserve .prefecturesArea .mapArea {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.reserve .prefecturesArea .mapArea .map {
  text-align: right;
}

.reserve .prefecturesArea .mapArea .area {
  position: absolute;
  top: 0;
  left: 0;
}
.reserve .prefecturesArea .mapArea .area[data-map="hokkaido"] {
  top: 102px;
  left: 561px;
}
.reserve .prefecturesArea .mapArea .area[data-map="hokkaido"] ul {
  width: 72px;
}
.reserve .prefecturesArea .mapArea .area[data-map="hokkaido"] ul li {
  width: 100%;
}
.reserve .prefecturesArea .mapArea .area[data-map="tohoku"] {
  top: 160px;
  left: 496px;
}
.reserve .prefecturesArea .mapArea .area[data-map="tohoku"] ul {
  width: 216px;
}
.reserve .prefecturesArea .mapArea .area[data-map="tohoku"] ul li {
  width: 33.3%;
}
.reserve .prefecturesArea .mapArea .area[data-map="kanto"] {
  top: 286px;
  left: 487px;
}
.reserve .prefecturesArea .mapArea .area[data-map="kanto"] ul {
  width: 216px;
}
.reserve .prefecturesArea .mapArea .area[data-map="kanto"] ul li {
  width: 33.3%;
}
.reserve .prefecturesArea .mapArea .area[data-map="hokuriku"] {
  top: 40px;
  left: 219px;
}
.reserve .prefecturesArea .mapArea .area[data-map="hokuriku"] ul {
  width: 216px;
}
.reserve .prefecturesArea .mapArea .area[data-map="hokuriku"] ul li {
  width: 33.3%;
}
.reserve .prefecturesArea .mapArea .area[data-map="tokai"] {
  top: 376px;
  left: 398px;
}
.reserve .prefecturesArea .mapArea .area[data-map="tokai"] ul {
  width: 72px;
}
.reserve .prefecturesArea .mapArea .area[data-map="tokai"] ul li {
  width: 100%;
}
.reserve .prefecturesArea .mapArea .area[data-map="kansai"] {
  top: 114px;
  left: 219px;
}
.reserve .prefecturesArea .mapArea .area[data-map="kansai"] ul {
  width: 216px;
}
.reserve .prefecturesArea .mapArea .area[data-map="kansai"] ul li {
  width: 33.3%;
}
.reserve .prefecturesArea .mapArea .area[data-map="chugoku"] {
  top: 207px;
  left: 70px;
}
.reserve .prefecturesArea .mapArea .area[data-map="chugoku"] ul {
  width: 216px;
}
.reserve .prefecturesArea .mapArea .area[data-map="chugoku"] ul li {
  width: 33.3%;
}
.reserve .prefecturesArea .mapArea .area[data-map="shikoku"] {
  top: 419px;
  left: 312px;
}
.reserve .prefecturesArea .mapArea .area[data-map="shikoku"] ul {
  width: 72px;
}
.reserve .prefecturesArea .mapArea .area[data-map="shikoku"] ul li {
  width: 100%;
}
.reserve .prefecturesArea .mapArea .area[data-map="kyusyu"] {
  top: 321px;
  left: 15px;
}
.reserve .prefecturesArea .mapArea .area .tit {
  font-size: 0.875rem;
}
.reserve .prefecturesArea .mapArea .area ul {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 144px;
}
.reserve .prefecturesArea .mapArea .area ul li {
  width: 50%;
}
.reserve .prefecturesArea .mapArea .area ul li a,
.reserve .prefecturesArea .mapArea .area ul li span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 30px;
  margin: 0 4px 4px 0;
  padding-left: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff url("../img/arw_right2.svg") no-repeat 10px center;
  background-size: 3px 6px;
  color: #444;
  font-size: 0.75rem;
  text-decoration: none;
}
.reserve .prefecturesArea .mapArea .area ul li span {
  background-color: #eee;
  color: #ccc;
}
.reserve .dateArea {
  margin-bottom: 120px;
}
/* */
#reserveLayer .reserve .prefecturesArea .mapArea .map {
  transform: translate(-90px, 0);
}
#reserveLayer .reserve .prefecturesArea .mapArea .area[data-map="hokkaido"] {
  top: 40px;
  left: 478px;
}
#reserveLayer .reserve .prefecturesArea .mapArea .area[data-map="shikoku"] {
  top: 360px;
  left: 232px;
}
#reserveLayer .reserve .prefecturesArea .mapArea .area[data-map="tokai"] {
  top: 329px;
  left: 318px;
}
#reserveLayer .reserve .prefecturesArea .mapArea .area[data-map="kanto"] {
  top: 220px;
  left: 405px;
}
#reserveLayer .reserve .prefecturesArea .mapArea .area[data-map="hokuriku"] {
  top: 0px;
  left: 155px;
}
#reserveLayer .reserve .prefecturesArea .mapArea .area[data-map="kansai"] {
  top: 67px;
  left: 155px;
}
#reserveLayer .reserve .prefecturesArea .mapArea .area[data-map="tohoku"] {
  top: 101px;
  left: 406px;
}
#reserveLayer .reserve .prefecturesArea .mapArea .area[data-map="chugoku"] {
  top: 167px;
  left: 40px;
}
#reserveLayer .reserve .prefecturesArea .mapArea .area[data-map="kyusyu"] {
  top: 277px;
  left: 15px;
}
/* */
.dateInr dl {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
.dateInr dl dt {
  width: 95px;
  font-size: 0.875rem;
}
.dateInr dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.dateInr dl dd span {
  color: #888;
  font-size: 0.75rem;
  line-height: 1;
}
.dateInr dl:nth-child(1) dd {
  font-weight: bold;
}
.dateInr dl:nth-child(1) dd input {
  display: block;
  width: auto;
  height: auto;
  border: none;
  background: transparent url("../img/ico_calendar.svg") no-repeat right center;
  color: #444;
  font-size: 1rem;
  font-weight: bold;
}
.dateInr dl:nth-child(1) dd a {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.dateInr dl:nth-child(2) {
  border-bottom: none;
}
.dateInr ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.dateInr ul li label {
  display: block;
  position: relative;
  overflow: hidden;
}
.dateInr ul li label input[type="radio"] {
  position: absolute;
  left: -20px;
}
.dateInr ul li .time {
  height: 15px;
  margin-bottom: 10px;
  font-size: 0.75rem;
  text-align: center;
}
.dateInr ul li .button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid #ddd;
  border-radius: 3px;
  line-height: 0;
}
.dateInr ul li .button:after {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #888;
  border-radius: 50%;
  content: "";
}
.dateInr ul li input[type="radio"]:checked + .time {
  color: #042663;
  font-size: 0.875rem;
  font-weight: bold;
}
.dateInr ul li input[type="radio"]:checked + .time + .button {
  border: 3px solid #042663;
}
.dateInr ul li input[type="radio"]:checked + .time + .button:after {
  border: 3px solid #042663;
}
.dateInr ul li input[type="radio"][disabled] + .time + .button {
  position: relative;
  border: none;
  cursor: default;
}
.dateInr ul li input[type="radio"][disabled] + .time + .button:before {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  width: 17px;
  height: 2px;
  transform: rotate(45deg);
  background-color: #ddd;
  content: "";
}
.dateInr ul li input[type="radio"][disabled] + .time + .button:after {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  width: 17px;
  height: 2px;
  transform: rotate(-45deg);
  border: none;
  border-radius: 0;
  background-color: #ddd;
  content: "";
}
.dateInr.dateEdit dl {
  margin-bottom: 30px;
  padding: 0 !important;
  border-bottom: none;
}
.dateInr.dateEdit input[type="text"] {
  width: auto !important;
  max-width: none !important;
  padding-left: 0;
}
.dateInr.dateEdit ul {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 520px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.dateInr.dateEdit ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.storeList {
  padding: 0 40px 30px 40px !important;
}
.storeList .catch {
  margin-bottom: 40px;
  font-size: 0.875rem;
  text-align: center;
}
.storeList .store {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  display: block;
  margin-bottom: 40px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  color: #444;
  text-decoration: none;
}
.storeList .store .images {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.storeList .store .images .img {
  position: relative;
}
.storeList .store .images .tit {
  -webkit-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translate(0, -50%);
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.storeList .store .images .tit span {
  display: inline-block;
  margin-right: 10px;
  font-size: 0.875rem;
  line-height: 1;
  vertical-align: middle;
}
.storeList .store .images .tit strong {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: middle;
}
.storeList .store .info {
  position: relative;
  padding: 50px 30px 20px 30px;
  font-size: 0.875rem;
}
.storeList .store .info .staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -33px;
  left: 30px;
}
.storeList .store .info .staff li + li {
  margin-left: 10px;
}
.storeList .store .info .description {
  margin-bottom: 25px;
}
.storeList .store .info .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
}
.storeList .store .info .feature dl {
  padding: 0 25px;
  border-right: 1px solid #eee;
}
.storeList .store .info .feature dl:first-child {
  padding-left: 0;
}
.storeList .store .info .feature dl:last-child {
  padding-right: 0;
  border-right: none;
}
.storeList .store .info .feature dl dt {
  margin-bottom: 10px;
  color: #042663;
  font-weight: bold;
}
#dialog,
#userAreaCustom,
#userArea {
  display: none;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
#dialog {
  z-index: 100;
}
#dialog .window,
#userAreaCustom .window {
  max-width :560px;
  text-align: center;
}
html.ShowConnectOpen #userAreaCustom {
  display: block;
}
html.userOpen #userArea {
  display: block;
}
#userAreaCustom h2 ,
#userArea h2 {
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
  font-size: 1.125rem;
  text-align: left;
}
#userAreaCustom table th ,
#userArea table th {
  padding: 10px 20px 10px 0;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: left;
}

#userAreaCustom table td ,
#userArea table td {
  padding: 10px 0;
  font-size: 0.9375rem;
  font-weight: bold;
}
#settingArea {
  display: none;
  z-index: 25;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
html.settingOpen #settingArea {
  display: block;
}
#settingArea .tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0 35px;
  border-bottom: 1px solid #ddd;
}
#settingArea .tab li {
  margin: 0 10px;
  text-align: center;
}
#settingArea .tab li button {
  position: relative;
  padding: 20px 0 20px 25px;
  color: #a0a0a0;
}
#settingArea .tab li button.cam {
  background: url("../img/ico_set_cam.svg") no-repeat left center;
}
#settingArea .tab li button.mic {
  background: url("../img/ico_set_mic.svg") no-repeat left center;
}
#settingArea .tab li button.spk {
  background: url("../img/ico_set_spk.svg") no-repeat left center;
}
#settingArea .tab li button.out {
  background: url("../img/ico_set_out.svg") no-repeat left center;
}
#settingArea .tab li button.act {
  color: #042663;
}
#settingArea .tab li button.act:after {
  -webkit-transform: translate(-50%, 0);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 3px;
  transform: translate(-50%, 0);
  background-color: #042663;
  content: '';
}

#settingArea .tab li button.cam.act {
  background: url("../img/ico_set_cam_on.svg") no-repeat left center;
}
#settingArea .tab li button.cam.act {
  background: url("../img/ico_set_cam_on.svg") no-repeat left center;
}
#settingArea .tab li button.cam.act {
  background: url("../img/ico_set_cam_on.svg") no-repeat left center;
}
#settingArea .tab li button.mic.act {
  background: url("../img/ico_set_mic_on.svg") no-repeat left center;
}
#settingArea .tab li button.spk.act {
  background: url("../img/ico_set_spk_on.svg") no-repeat left center;
}
#settingArea .tab li button.out.act {
  background: url("../img/ico_set_out_on.svg") no-repeat left center;
}
#settingArea .cont {
  padding: 30px 40px;
}
#settingArea .cont dl {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#settingArea .cont dl dt {
  margin-bottom: 20px;
  font-size: 0.875rem;
}
#settingArea select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding-right: 30px;
  border: none;
  background: url("../img/arw_down2.svg") no-repeat right 10px center;
  font-size: 1rem;
}
#settingArea .btnArea {
  text-align: right;
}
#settingArea .btnArea button {
  width: 88px;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #888;
  font-size: 0.875rem;
}

/* #settingArea .tab-main {
}

#settingArea .tab-main > * {
  display: none;
}

#settingArea .tab-main > *.active {
  display: block;
} */

#confCam .video {
  width: 100%;
  max-width: 473px;
  height: 296px;
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: #202020;
}
#confCam .video img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#confCam .submitArea {
  margin-bottom: 30px;
  text-align: center;
}
#confCam .submitArea button {
  width: 100%;
  max-width: 300px;
  height: 56px;
  border-radius: 5px;
  background-color: #042663;
  color: #fff;
  font-weight: bold;
}
#confCam .option {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 0.75rem;
}
#confCam .option li {
  position: relative;
  margin: 0 15px;
  overflow: hidden;
}
#confCam .option li input,
#confCam .option li span,
#confCam .option li img {
  display: inline-block;
  vertical-align: middle;
}
#confCam .option li img {
  margin-right: 5px;
}
#confCam .option li button {
  width: 62px;
  height: 28px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 0.75rem;
}
#confCam .option input {
  position: absolute;
  top: -50px;
}
#confCam .option input + span {
  display: inline-block;
  position: relative;
  width: 38px;
  height: 20px;
  border-radius: 10px;
  background-color: #ddd;
}
#confCam .option input + span:before {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
#confCam .option input:checked + span {
  background-color: #68df70;
}
#confCam .option input:checked + span:before {
  left: 19px;
}
#confCam .notes img {
  -webkit-transform: translate(0, 2px);
  display: inline-block;
  margin: 0 2px;
  transform: translate(0, 2px);
}
.submit {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 450px;
  height: 80px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #042663;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
.loginForm {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  width: 100%;
  max-width: 550px;
  margin: 180px auto;
  padding: 85px 75px 60px 75px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.loginForm h1 {
  margin-bottom: 35px;
  font-size: 1.125rem;
  text-align: center;
}
.loginForm dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.loginForm dl:last-child {
  margin-bottom: 45px;
}
.loginForm dl dt {
  width: 120px;
  font-size: 0.875rem;
}
.loginForm dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.loginForm dl input {
  display: block;
  width: 100%;
  max-width: 282px;
  height: 44px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 1rem;
}
.loginForm button {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 80px;
  margin: 0 auto 40px;
  border-radius: 5px;
  background-color: #042663;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
.searchArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.searchArea h2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  font-size: 1.125rem;
}
.searchArea .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.searchArea .search button {
  -webkit-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  line-height: 0;
}
.searchArea .search input {
  width: 356px;
  height: 41px;
  padding: 0 30px 0 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 1rem;
}
.tabArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.tabArea li a {
  display: block;
  position: relative;
  padding: 20px;
  color: #a1a1a1;
  font-size: 0.875rem;
  text-decoration: none;
}
.tabArea li a.act {
  color: #042663;
}
.tabArea li a.act:after {
  -webkit-transform: translate(-50%, 0);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 3px;
  transform: translate(-50%, 0);
  background-color: #042663;
  content: '';
}
.reserveList {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.reserveList table {
  width: 100%;
}
.reserveList tr {
  border-bottom: 1px solid #ddd;
}
.reserveList th {
  padding: 10px 20px;
  border-right: 1px solid #ddd;
  color: #042663;
  font-size: 0.875rem;
  text-align: left;
}
.reserveList th:last-child {
  border-right: none;
}
.reserveList td {
  padding: 10px 20px;
  border-right: 1px solid #ddd;
  font-size: 0.75rem;
}
.reserveList td:last-child {
  width: 117px;
  border-right: none;
  text-align: center;
}
.reserveList td a,
.reserveList td button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 77px;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #042663;
  text-decoration: none;
}
.reserveList td img {
  display: inline-block;
  margin-right: 10px;
}
.reserveList .more {
  display: block;
  padding: 50px 0;
  color: #042663;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.reserveList .more img {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.detail {
  margin-bottom: 120px;
}
.detail dl {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.detail dl dt {
  width: 145px;
  padding-top: 13px;
  font-size: 0.875rem;
}
.detail dl dd.cont {
  padding-top: 10px;
}
.detail dl dd.cont span {
  font-size: 0.75rem;
  font-weight: normal;
}
.detail dl dd:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 15px;
}
.detail dl dd input {
  display: none;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ddd;
  font-size: 1rem;
}
.detail dl dd .edit {
  font-size: 1.0625rem;
  font-weight: bold;
}
.detail dl dd .edit.error {
  color: #f33;
}
.detail dl dd .notes {
  margin: 20px 0 0 0 !important;
  padding: 0;
}
.detail dl dd button {
  width: 77px;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #042663;
  font-size: 0.75rem;
  font-weight: bold;
  white-space: nowrap;
}
.detail dl dd button img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.detail dl dd button span {
  display: inline-block;
  vertical-align: middle;
}
.detail dl.editMode .edit {
  display: none;
}
.detail dl.editMode input {
  display: block;
}
#main.schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  padding: 0;
}
#main.schedule .calendarArea {
  width: 68%;
  padding: 35px 30px;
}
#main.schedule .calendarArea h2 {
  margin: 0 0 25px 0;
  font-size: 1.125rem;
}
#main.schedule .calendarArea h2 img {
  -webkit-transform: translate(0, -2px);
  display: inline-block;
  margin-right: 10px;
  transform: translate(0, -2px);
  vertical-align: middle;
}
#main.schedule .timeArea {
  width: 32%;
  padding: 35px 30px;
  background-color: #ddd;
  position: relative;
  overflow: scroll;
}
#main.schedule .timeArea h2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin: 0 0 25px 0;
  font-size: 1.125rem;
}
#main.schedule .timeArea h2 img {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
}
#main.schedule .timeArea h2 span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
}
#main.schedule .timeArea .times {
  margin-bottom: 35px;
  padding-bottom: 80px;
}

#main.schedule .timeArea .times .item {
  margin-bottom: 10px;
}
#main.schedule .timeArea .times .item label {
  display: block;
  position: relative;
  overflow: hidden;
}
#main.schedule .timeArea .times .item label .button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 18px 15px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(0,0,0,0.2);
  font-weight: bold;
}
#main.schedule .timeArea .times .item input {
  position: absolute;
  left: -50px;
}
#main.schedule .timeArea .times .item input + .button .state {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  border: 4px solid #22bc46;
  border-radius: 50%;
}
#main.schedule .timeArea .times .item input:checked + .button {
  background-color: #3e66c2;
}
#main.schedule .timeArea .times .item input:checked + .button .time {
  color: #fff;
}
#main.schedule .timeArea .times .item input:checked + .button .text {
  color: #fff;
}
#main.schedule .timeArea .times .item input:checked + .button .state {
  border-color: #fff;
}
#main.schedule .timeArea .times .item input:checked + .button .state:before {
  color: #fff !important;
}
#main.schedule .timeArea .times .item input[disabled] + .button {
  background-color: rgba(255,255,255,0.4);
}
#main.schedule .timeArea .times .item input[disabled] + .button .time {
  color: #aeaeae;
}
#main.schedule .timeArea .times .item input[disabled] + .button {
  cursor: default;
}
#main.schedule .timeArea .times .item input[disabled] + .button .state {
  position: relative;
  border: none;
  border-radius: 0;
}
#main.schedule .timeArea .times .item input[disabled] + .button .text {
  color: #aeaeae;
}
#main.schedule .timeArea .times .item input[disabled] + .button .state:before {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 25px;
  height: 4px;
  transform: rotate(45deg);
  background-color: #e4a6a6;
  content: '';
}
#main.schedule .timeArea .times .item input[disabled] + .button .state:after {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 25px;
  height: 4px;
  transform: rotate(-45deg);
  background-color: #e4a6a6;
  content: '';
}
#main.schedule .timeArea .times .item input.tri + .button .state {
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 0;
  border-color: #000;
}
#main.schedule .timeArea .times .item input.tri + .button .state:before {
  color: #e8a70e;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1;
  content: '\25B3';
}
#main.schedule .timeArea .times .item label.picked input + .button .state {
  border: unset!important;
}

#main.schedule .timeArea .times .item label.picked input + .button .state:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  height: 38px;
  line-height: 1;
  margin: auto;
  font-size: 38px;
  border: unset!important;
  content: '\25CE';
}

#main.schedule .timeArea .times .item label.picked input + .button .state::after {
  display: none;
}

#main.schedule .timeArea button[type="submit"] {
  display: block;
  width: calc( 100% - 60px );
  height: 94px;
  border-radius: 5px;
  background-color: #042663;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
#main.schedule .monthlyNav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
#main.schedule .monthlyNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main.schedule .monthlyNav ul.nav {
  border: 1px solid #ddd;
  border-radius: 3px;
}
#main.schedule .monthlyNav ul.nav a,
#main.schedule .monthlyNav ul.nav button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  color: #3e66c2;
  font-size: 0.75rem;
  font-weight: bold;
  text-decoration: none;
}
#main.schedule .monthlyNav ul.nav a.btnPrev,
#main.schedule .monthlyNav ul.nav button.btnPrev {
  padding: 0 0 0 10px;
  background: url("../img/arw_left.svg") no-repeat left 10px center;
}
#main.schedule .monthlyNav ul.nav a.btnNext,
#main.schedule .monthlyNav ul.nav button.btnNext {
  padding: 0 10px 0 0;
  background: url("../img/arw_right.svg") no-repeat right 10px center;
}
#main.schedule .monthlyNav ul.nav a[disabled],
#main.schedule .monthlyNav ul.nav button[disabled] {
  color: #ececec;
}
#main.schedule .monthlyNav ul.nav a[disabled].btnPrev,
#main.schedule .monthlyNav ul.nav button[disabled].btnPrev {
  background-image: url("../img/arw_left_g.svg");
}
#main.schedule .monthlyNav ul.nav a[disabled].btnNext,
#main.schedule .monthlyNav ul.nav button[disabled].btnNext {
  background-image: url("../img/arw_right_g.svg");
}
#main.schedule .monthlyNav ul.nav .month {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 40px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#main.schedule .monthlyNav ul.supple {
  font-size: 0.75rem;
}
#main.schedule .monthlyNav ul.supple li {
  padding: 0 10px;
}
#main.schedule .monthlyNav ul.supple li i {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  vertical-align: middle;
}
#main.schedule .monthlyNav ul.supple li i.cir:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #22bc46;
  border-radius: 50%;
  vertical-align: middle;
  content: '';
}
#main.schedule .monthlyNav ul.supple li i.tri:before {
  display: inline-block;
  margin-right: 5px;
  color: #e8a70e;
  font-size: 1rem;
  font-style: normal;
  vertical-align: middle;
  content: '△';
}
#main.schedule .monthlyNav ul.supple li i.crs {
  -webkit-transform: translate(0, -2px);
  width: 16px;
  height: 16px;
  transform: translate(0, -2px);
}
#main.schedule .monthlyNav ul.supple li i.crs:before {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  margin-right: 5px;
  transform: rotate(45deg);
  background-color: #e4a6a6;
  vertical-align: middle;
  content: '';
}
#main.schedule .monthlyNav ul.supple li i.crs:after {
  -webkit-transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  margin-right: 5px;
  transform: rotate(-45deg);
  background-color: #e4a6a6;
  vertical-align: middle;
  content: '';
}
#main.schedule .cal {
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 5px;
}
#main.schedule table {
  width: 100%;
}
#main.schedule table caption {
  display: none;
}
#main.schedule table thead {
  background-color: #ececec;
}
#main.schedule table thead th {
  padding: 15px 0;
  font-size: 0.875rem;
}
#main.schedule table thead th:first-child {
  color: #f00;
}
#main.schedule table thead th:last-child {
  color: #0080ff;
}
#main.schedule table tbody tr {
  border-bottom: 1px solid #ddd;
}
#main.schedule table tbody tr:last-child {
  border-bottom: none;
}
#main.schedule table tbody td {
  border-right: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
}
#main.schedule table tbody td:first-child {
  color: #f00;
}
#main.schedule table tbody td:last-child {
  border-right: none;
  color: #0080ff;
}
#main.schedule table tbody td label {
  display: block;
  position: relative;
  overflow: hidden;
}
#main.schedule table tbody td label .button {
  position: relative;
  padding: 34px 0;
  overflow: hidden;
  border-radius: 5px;
}
#main.schedule table tbody td label .button .date {
  margin-bottom: 12px;
}
#main.schedule table tbody td input {
  position: absolute;
  top: -50px;
}
#main.schedule table tbody td input + .button .state {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  border: 4px solid #22bc46;
  border-radius: 50%;
}
#main.schedule table tbody td input:checked + .button {
  background-color: #3e66c2;
}
#main.schedule table tbody td input:checked + .button .date {
  color: #fff;
}
#main.schedule table tbody td input:checked + .button .state {
  border-color: #fff;
}
#main.schedule table tbody td input.tri + .button .state {
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 0;
  border-color: #000;
  /* background-color: #e8a70e; */
}
#main.schedule table tbody td input.tri + .button .state:before {
  color: #e8a70e;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1;
  content: '△';
}
#main.schedule table tbody td input:checked.tri + .button .state:before {
  color: #fff;
}
#main.schedule table tbody td input[disabled] + .button {
  cursor: default;
}
#main.schedule table tbody td input[disabled] + .button .state {
  position: relative;
  border: none;
  border-radius: 0;
}
#main.schedule table tbody td input[disabled] + .button .state:before {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 25px;
  height: 4px;
  transform: rotate(45deg);
  background-color: #e4a6a6;
  content: '';
}
#main.schedule table tbody td input[disabled] + .button .state:after {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 25px;
  height: 4px;
  transform: rotate(-45deg);
  background-color: #e4a6a6;
  content: '';
}
#main.schedule table tbody td input[disabled].none + .button {
  background-color: #f8f8f8;
}
#main.schedule table tbody td input[disabled].none + .button .date {
  color: #c2c2c2;
}
#main.schedule table tbody td input[disabled].none + .button .state:before {
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 10px;
  height: 3px;
  transform: rotate(0deg) translate(-50%, -50%);
  border-radius: 2px;
  background-color: #ddd;
}
#main.schedule table tbody td input[disabled].none + .button .state:after {
  display: none;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #dad55e;
  color: #777620;
}
.ui-state-default,
.ui-widget-content .ui-state-default.ui-state-active {
  border: 1px solid #042663;
  background: #042663;
  color: #fff;
}
.ui-widget-header {
  border: none;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
}
.fs14 {
  font-size: 0.875rem !important;
}
@media only screen and (max-width: 767px) {
  .PC {
    display: none !important;
  }
  .SP {
    display: block !important;
  }
  .btn {
    width: 125px;
    padding: 10px 5px 10px 20px;
  }
  .btn img {
    left: 7px;
  }
  #header {
    height: 60px;
    padding: 5px 15px;
  }
  #main {
    padding: 30px 15px;
  }
  #main.noBack {
    padding-top: 75px;
  }
  #reserveLayer .btnBack,
  #main .btnBack {
    left: 15px;
    font-size: 0.75rem;
  }
  .btnCancel {
    left: 15px;
  }
  .btnCancel img {
    display: inline-block;
    margin-right: 5px;
  }
  .controller .navLeft {
    top: 15px;
    left: 15px;
  }
  .controller .navLeft dl dt {
    font-size: 0.625rem;
  }
  .controller .navLeft dl dd {
    font-size: 0.625rem;
  }
  .controller .navRight {
    top: 15px;
    right: 15px;
  }
  .controller .navRight ul {
    padding: 6px 5px;
  }
  .controller .navRight button {
    width: 37px;
    height: 27px;
    line-height: 0;
  }
  .controller .navRight button img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .controller .navRight button.toggle-video img[src*="ico_cam_off.svg"]{
    height: 15px;
  }
  .controller .navRight .video img,
  .controller .navRight .video video {
    width: 123px;
  }
  .usetStat {
    font-size: 0.625rem;
  }
  .clerk {
    bottom: 15px;
    left: 15px;
  }
  .clerk .store {
    font-size: 0.625rem;
  }
  .clerk .name {
    font-size: 0.625rem;
  }
  .banner {
    right: 15px;
    bottom: 15px;
  }
  .memo.open {
    top: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    overflow-y: auto;
    border-radius: 0;
  }
  .memo .btnClose {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .memo textarea {
    display: block;
    position: absolute;
    top: 50px;
    right: 3%;
    bottom: 10px;
    left: 3%;
    width: 94%;
    height: auto;
    border: 1px solid #ddd;
  }
  .total_items {
    width: auto;
    height: auto;
    padding: 30px 10px 15px 10px;
  }
  .total_items.open {
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    border-radius: 0;
  }
  .total_items .btnClose {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .total_items .itemList {
    -webkit-mask-image: none;
    height: auto;
    mask-image: none;
  }
  .total_items table td {
    font-size: 0.75rem;
  }
  .total_items table td .memoArea span {
    display: inline;
  }
  .total_items table.editReserve th {
    display: block;
    padding: 20px 0 0 0;
  }
  .total_items table.editReserve td {
    display: block;
    padding: 5px 0 30px 0;
    font-size: 0.875rem;
  }
  .total_items table.editReserve td.tdEdit {
    -webkit-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    transform: translate(0, -50%);
  }
  .total_items ul.selItem {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .total_items ul.selItem li {
    margin-bottom: 10px;
  }
  .total_items ul.selItem li:first-child {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 270px;
  }
  .total_items ul.selItem input {
    width: 180px;
  }
  .total_items ul.btns li button{
    width: 130px;
    height: 54px;
  }
  .total_items ul.btns li:first-child{
    font-size: 12px;
  }
  .total_items ul.btns li:first-child strong{
    font-size: 18px;
  }

  #conf,
  #settingArea,
  #userArea,
  #loading,
  #confCam,
  #confItem,
  #confPrice {
    z-index: 20;
  }
  .window {
    top: 100px;
    right: 15px;
    left: 15px;
    width: auto;
    max-width: none;
    padding: 15px;
  }
  .window.large {
    padding: 15px;
  }
  .window.nopadding {
    width: auto;
  }
  .window .btnClose {
    top: 20px;
    right: 20px;
  }
  .window h2 {
    font-size: 1.25rem;
  }
  .window p {
    font-size: 0.75rem;
  }
  #help .window section{
    padding: 20px;
    display: block;
  }
  .items_price .item .name {
    width: auto;
  }
  .total_price {
    font-size: 1.25rem;
  }
  .btnArea li a {
    height: 44px;
    font-size: 1.125rem;
  }
  #confItem .info {
    padding: 0;
  }
  .selCam {
    display: block;
    padding: 0;
  }
  .selCam li button {
    display: block;
    margin: 0 auto;
    padding: 5px 0;
  }
  .selCam li button div {
    font-size: 0.75rem;
  }
  .selBtn {
    margin-bottom: 0;
    padding: 0;
  }
  .selBtn li {
    width: 45%;
    margin: 0 5px;
  }
  .selBtn li button {
    width: 100%;
    height: 44px;
  }
  #contentArea {
    bottom: 45px;
  }
  .footNav {
    height: 45px;
  }
  .footNav ul{
    height: 45px;
  }
  .footNav li button {
    height: 45px;
    padding-bottom: 0;
    font-size: 0.625rem;
  }
  .footNav li button img {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    vertical-align: middle;
  }
  .footNav li button div {
    vertical-align: middle;
    position: static;
    transform: translate(0,0);
  }
  .footNav .timBnts{
    height: 41px;
    margin-right: 5px;
    padding: 5px;
  }
  .footNav .timBnts .timb button{
    height: 36px;
    font-size: 10px;
    padding: 0 5px;
  }
  .footNav .timBnts .timb button img{
    display: none;
  }
  .topPage {
    padding-top: 75px;
  }
  .topPage figure img {
    width: 80px;
  }
  .topPage h1 {
    font-size: 1.25rem;
  }
  .topPage p {
    font-size: 1rem;
  }
  .topPage a {
    height: 70px;
    font-size: 1.125rem;
  }
  .topNotes{
    padding: 30px 3% 30px 3%;
  }
  .topNotes figure{
    margin: 0;
  }
  .topBtn a {
    height: 70px;
    font-size: 1.125rem;
  }
  .topNotes .agreement{
    padding: 25px 3%;
  }
  .formPage p.catch {
    text-align: left;
  }
  .formPage ul.checkbox li {
    margin-bottom: 15px;
  }
  .formPage table tr {
    display: block;
    position: relative;
  }
  .formPage table th {
    display: block;
    padding: 20px 0 0 0;
  }
  .formPage table th br {
    display: none;
  }
  .formPage table td {
    display: block;
    width: 100%;
    padding: 5px 0 30px 0;
  }
  .formPage table.confirm th {
    display: block;
    padding: 20px 0 0 0;
  }
  .formPage table.confirm td {
    display: block;
    padding: 5px 0 30px 0;
    font-size: 0.875rem;
  }
  .formPage table.editReserve th {
    display: block;
    padding: 20px 0 0 0;
  }
  .formPage table.editReserve td {
    display: block;
    padding: 5px 0 30px 0;
    font-size: 0.875rem;
  }
  .formPage table.editReserve td.tdEdit {
    -webkit-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    transform: translate(0, -50%);
  }
  .formPage button[type="submit"] {
    font-size: 1rem;
  }
  .complete figure {
    padding-top: 0;
  }
  .editArea td:nth-child(2) {
    padding-right: 85px !important;
  }
  .reserve {
    padding: 30px 15px !important;
  }
  .reserve h1 {
    font-size: 1.25rem;
  }
  .reserve .aboutReserve {
    padding: 20px 10px;
  }
  .reserve .personal dl {
    display: block;
    padding: 20px 80px 20px 0;
  }
  .reserve .personal dl dd:last-child {
    -webkit-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .reserve .personal dl dd .notes {
    margin: 10px 0 0 0 !important;
  }
  .reserve .prefecturesArea .prefecture .stores label .store {
    display: block;
    margin: 0 0 10px 0;
    padding: 15px;
  }
  .reserve .prefecturesArea .prefecture .stores label .store ul {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .reserve .prefecturesArea .mapArea {
    display: none;
  }
  .dateInr dl {
    display: block;
  }
  .dateInr ul {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 102%;
    margin-left: -1%;
  }
  .dateInr ul li {
    margin: 0 0.6% 15px 0.6%;
  }
  .dateInr.dateEdit ul li {
    margin: 0 0.6% 15px 0.6%;
  }
  .storeList {
    padding: 0 0 30px 0 !important;
  }
  .storeList .store .images .img img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .storeList .store .images .tit {
    left: 20px;
  }
  .storeList .store .info {
    padding: 30px 15px 20px 15px;
  }
  .storeList .store .info .staff {
    top: -28px;
    left: 15px;
  }
  .storeList .store .info .staff li img {
    width: 45px;
  }
  .storeList .store .info .description {
    font-size: 0.875rem;
  }
  .storeList .store .info .feature {
    display: block;
  }
  .storeList .store .info .feature dl {
    margin-bottom: 10px;
    padding: 0;
    border-right: 0;
  }
  .storeList .store .info .feature dl dt {
    margin-bottom: 5px;
  }
  #userArea h2 {
    padding-bottom: 20px;
  }
  #userArea table th {
    display: block;
    padding-bottom: 3px;
    font-size: 0.75rem;
  }
  #userArea table td {
    display: block;
    padding-top: 3px;
    font-size: 0.75rem;
  }
  #settingArea .tab {
    padding: 15px;
  }
  #settingArea .tab li button {
    padding: 20px 10px;
    overflow: hidden;
    background-position: center center !important;
    text-indent: -9999px;
  }
  #settingArea .cont {
    padding: 15px;
  }
  #confCam .option {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #confCam .option li:last-child {
    margin-top: 15px;
  }
  #confCam .notes {
    text-align: left;
  }
  .submit {
    width: 100%;
    border-radius: 3px;
  }
  .loginForm {
    padding: 45px 15px 30px 15px;
  }
  .loginForm dl {
    display: block;
  }
  .loginForm dl input {
    width: 100%;
    max-width: none;
  }
  .searchArea {
    display: block;
  }
  .searchArea h2 {
    margin-bottom: 5px;
  }
  .tabArea li a {
    padding: 10px;
  }
  .reserveList thead {
    display: none;
  }
  .reserveList tr {
    display: block;
    position: relative;
  }
  .reserveList th {
    display: block;
  }
  .reserveList td {
    display: block;
    padding: 5px 10px;
    border-right: none;
  }
  .reserveList td:nth-child(1),
  .reserveList td:nth-child(2),
  .reserveList td:nth-child(3) {
    padding-right: 100px;
  }
  .reserveList td:last-child {
    -webkit-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    transform: translate(0, -50%);
  }
  #main.schedule {
    display: block;
  }
  #main.schedule .calendarArea {
    width: 100%;
    padding: 35px 15px 0 15px;
  }
  #main.schedule .timeArea {
    width: 100%;
    padding: 35px 15px;
  }
  #main.schedule .timeArea h2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.75rem;
  }
  #main.schedule .timeArea h2 img {
    margin-top: 0;
  }
  #main.schedule .timeArea h2 span {
    display: inline-block;
  }
  #main.schedule .timeArea .times {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  #main.schedule .timeArea .times .item {
    width: 31.3%;
    margin-right: 3%;
  }
  #main.schedule .timeArea .times .item:nth-child(3n) {
    margin-right: 0;
  }
  #main.schedule .timeArea .times .item label .button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 49px;
    padding: 4px;
  }
  #main.schedule .timeArea .times .item label .button .time {
    font-size: 0.9375rem;
    padding-left: 28px;
  }
  #main.schedule .timeArea .times .item input + .button .state {
    width: 17px;
    height: 17px;
    margin-right: 2px;
    border: 3px solid #22bc46;
    position: absolute;
    left: 6px;
    top: 6px;
  }
  #main.schedule .timeArea .times .item input[disabled] + .button .state:before {
    top: 7px;
    width: 15px;
    height: 3px;
  }
  #main.schedule .timeArea .times .item input[disabled] + .button .state:after {
    top: 7px;
    width: 15px;
    height: 3px;
  }
  #main.schedule .timeArea .times .item input.tri + .button .state {
    width: 17px;
    height: 17px;
    line-height: 1;
  }
  #main.schedule .timeArea .times .item input.tri + .button .state:before {
    font-size: 1.0625rem;
  }
  #main.schedule .timeArea button[type="submit"] {
    height: 74px;
    font-size: 0.9375rem;
  }
  #main.schedule .timeArea button[type="submit"] br {
    display: none;
  }
  #main.schedule .monthlyNav ul.nav .month {
    width: 96px;
    font-size: 0.875rem;
  }
  #main.schedule .monthlyNav ul.supple {
    display: block;
    font-size: 0.625rem;
  }
  #main.schedule .monthlyNav ul.supple li i.cir:before {
    width: 12px;
    height: 12px;
  }
  #main.schedule .monthlyNav ul.supple li i.tri:before {
    font-size: 0.75rem;
  }
  #main.schedule .monthlyNav ul.supple li i.crs:before {
    width: 11px;
  }
  #main.schedule .monthlyNav ul.supple li i.crs:after {
    width: 11px;
  }
  #main.schedule .cal {
    border-bottom: none;
    border-width: 2px;
    border-radius: 5px 5px 0 0;
    border-color: #c6c6c6;
  }
  #main.schedule table thead {
    display: none;
  }
  #main.schedule table tbody tr:nth-child(n + 2) {
    display: none;
  }
  #main.schedule table tbody td label .button {
    padding: 5px 0;
    border-radius: 0;
  }
  #main.schedule table tbody td label .button:before {
    content: attr(data-title);
  }
  #main.schedule table tbody td label .button .date {
    margin-bottom: 3px;
  }
  #main.schedule table tbody td input:checked + .button:before {
    color: #fff;
  }
  #main.schedule table tbody td input[disabled].none + .button:before {
    color: #c2c2c2;
  }
  /*.fit-video {*/
    /*height: calc(100% + 67px) !important;*/
  /*}*/
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .total_items ul.selItem li:first-child{
    width: 250px;
  }
  .total_items ul.selItem{
    margin-bottom: 0;
  }
  .fit-video {
    object-fit: cover !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .banner img {
    width: 220px;
  }
}

@media only screen and (min-width: 1080px) and (max-height: 768px) {
  .navRight .video{
    position: fixed;
    right: 210px;
    top: 15px;
  }
}
@media only screen and (max-width: 600px) {
    html.ShowConnectOpen #userAreaCustom {
        margin-top: 200px;
    }
  }
/* --------------reserve page end--------------*/
@media all and (max-width: 767px) {

    .responsive-table .table-header {
        display: none;
   }
    .responsive-table li {
        display: block;
   }
    .responsive-table .col {
        flex-basis: 100%;
   }
    .responsive-table .col {
        display: flex;
        padding: 10px 0;
   }
    .responsive-table .col:before {
        color: #6c7a89;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 50%;
        text-align: right;
   }
}
.box{
  display: flex;
}

.btn-accept{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 3px;
  background-color: #9e1111;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background-color: #042663;
}

.alert {
  max-width: 900px;
  margin: 1em auto;
  position: relative;
  padding: 1em;
  font-size: 0.9em;
  border: 1px solid transparent;
  border-radius: 0.25em;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert .close {
    display: none;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-dismissible .close {
    display: block;
    float: right;
    color: inherit;
    cursor: default;
    font-weight: bold;
}

.btn-danger{
  color: #fff;
  background-color: #721c24;
  border-color :  #721c24;
}

.btn-default{
  color: #fff;
  background-color: #918d8d;
  border-color :  #918d8d;
}

.total_items{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.btnClose{
  width: 20px;
}

.fit-video {
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
    object-fit: cover;
}
.fit-video-share-screen {
    height: unset;
}
.thumb-video {
    width: 177px;
}

.cldr {
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  max-width: 1200px;
  position: relative;
  user-select: none;
}
.cldr * {
  font-family: "Montserrat", sans-serif;
}
.cldr caption {
  caption-side: top;
  margin-bottom: 1rem;
  color: #FF9800;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.cldr caption a {
  display: inline-block;
  padding: .45rem .65rem;
  color: #FEFEFE;
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background: #E91E63;
  border-radius: 3px;
}
.cldr .cldr--month {
  display: block;
  margin-bottom: .35rem;
  color: #E91E63;
  font-size: 1.5rem;
}
.cldr .cldr--year {
  display: block;
  margin-bottom: .5rem;
  color: #3F51B5;
  font-size: 1.85rem;
}
.cldr table,
.cldr th,
.cldr td {
  color: #606060;
  background: #FEFEFE;
  border: 1px solid #DFDFDF;
  border-collapse: collapse;
  border-spacing: 0;
}
.cldr table {
  margin: auto;
  width: 100%;
}
.cldr th {
  padding: .75rem 1rem;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  border-bottom-width: 2px;
  border-bottom-color: #D9D9D9;
}
.cldr td {
  padding: 1rem;
  text-shadow: 1px 1px #FEFEFE;
  text-align: right;
  vertical-align: top;
  width: 14.285%;
  height: 5rem;
  position: relative;
}
@media (min-width: 751px) {
  .cldr td {
    height: 6.25rem;
  }
}
.cldr td > a,
.cldr td > span {
  padding: 1rem;
  color: #606060;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cldr .cldr--sat,
.cldr .cldr--sat > a {
  color: #2196F3;
}
.cldr .cldr--sun,
.cldr .cldr--sun > a {
  color: #F44336;
}
.cldr .cldr--today {
  font-weight: 600;
  background: #FFFDE7;
}
.cldr .cldr--empty {
  cursor: not-allowed;
  background-color: #F0F0F0;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 7px, rgba(255, 255, 255, .3) 7px, rgba(255, 255, 255, .3) 14px);
}
.cldr .cldr--daysoff {
  cursor: not-allowed;
  color: #673AB7 !important;
  background-color: #ffeded;
}
.cldr .cldr--daysoff.animate {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ff0000' fill-opacity='0.32' fill-rule='evenodd'/%3E%3C/svg%3E");
  animation: daysoff 3s linear infinite;
}
.cldr .cldr--caption-daysoff {
  padding: .2rem;
  color: #FEFEFE;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1;
  text-shadow: none;
  background: #F44336;
  border-radius: 3px;
  position: absolute;
  right: .5rem;
  bottom: .5rem;
}
.cldr .cldr--button {
  pointer-events: none;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.cldr .cldr--button > * {
  pointer-events: visible;
  color: #009688;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
}
.cldr .cldr--button-prev {
  left: 0;
}
.cldr .cldr--button-next {
  right: 0;
}

@keyframes daysoff {
  0% {
    background-position-y: 0px;
  }
  50% {
    background-position-y: -50px;
  }
  100% {
    background-position-y: -101px;
  }
}

.lb-required{
  color: #f33;
}


/*---------------------------------------------
                  Custom CSS
  ---------------------------------------------*/

#local-preview-video {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.window .btns a {
  text-decoration: none;
}

.times.none > * {
    display: none;
}

#main.schedule .times.none {
  padding-bottom: 55px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #main.schedule .timeArea .times .item label .button {
    display: block;
    min-height: 65px;
  }
  #main.schedule .timeArea .times {
    padding-bottom: 60px;
  }
  #main.schedule .timeArea .times .item label .button .text {
    font-size: 0.75rem;
  }
  #main.schedule .timeArea .times .item input[disabled] + .button .state{
    position: absolute;
  }
  #main.schedule .timeArea .times .item label.picked input + .button .state:before{
    display: block;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: -6px;
    height: 38px;
    line-height: 1;
    margin: auto;
    font-size: 27px;
    border: unset!important;
    content: '\25CE';
  }

}

#wipeSettingArea {
  display: none;
  z-index: 25;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
html.wipeSettingOpen #wipeSettingArea {
  display: block;
}
#wipeSettingArea .tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0 35px;
  border-bottom: 1px solid #ddd;
}
#wipeSettingArea .tab li {
  margin: 0 10px;
  text-align: center;
}
#wipeSettingArea .tab li button {
  position: relative;
  padding: 20px 0 20px 25px;
  color: #a0a0a0;
}
#wipeSettingArea .tab li button.cam {
  background: url("../img/ico_set_cam.svg") no-repeat left center;
}
#wipeSettingArea .tab li button.mic {
  background: url("../img/ico_set_mic.svg") no-repeat left center;
}
#wipeSettingArea .tab li button.spk {
  background: url("../img/ico_set_spk.svg") no-repeat left center;
}
#wipeSettingArea .tab li button.out {
  background: url("../img/ico_set_out.svg") no-repeat left center;
}
#wipeSettingArea .tab li button.act {
  color: #042663;
}
#wipeSettingArea .tab li button.act:after {
  -webkit-transform: translate(-50%, 0);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 3px;
  transform: translate(-50%, 0);
  background-color: #042663;
  content: '';
}
#wipeSettingArea .tab li button.cam.act {
  background: url("../img/ico_set_cam_on.svg") no-repeat left center;
}
#wipeSettingArea .tab li button.mic.act {
  background: url("../img/ico_set_mic_on.svg") no-repeat left center;
}
#wipeSettingArea .tab li button.spk.act {
  background: url("../img/ico_set_spk_on.svg") no-repeat left center;
}
#wipeSettingArea .tab li button.out.act {
  background: url("../img/ico_set_out_on.svg") no-repeat left center;
}
#wipeSettingArea .cont {
  padding: 30px 40px;
}
#wipeSettingArea .cont dl {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#wipeSettingArea .cont dl dt {
  margin-bottom: 20px;
  font-size: 0.875rem;
}
#wipeSettingArea select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding-right: 30px;
  border: none;
  background: url("../img/arw_down2.svg") no-repeat right 10px center;
  font-size: 1rem;
}
#wipeSettingArea .btnArea {
  text-align: right;
}
#wipeSettingArea .btnArea button {
  width: 88px;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #888;
  font-size: 0.875rem;
}

/* ---------------------------------------------LEFT CAM----------------------------------------------------------------- */
#leftSettingArea {
  display: none;
  z-index: 25;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
html.leftSettingOpen #leftSettingArea {
  display: block;
}
#leftSettingArea .tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0 35px;
  border-bottom: 1px solid #ddd;
}
#leftSettingArea .tab li {
  margin: 0 10px;
  text-align: center;
}
#leftSettingArea .tab li button {
  position: relative;
  padding: 20px 0 20px 25px;
  color: #a0a0a0;
}
#leftSettingArea .tab li button.cam {
  background: url("../img/ico_set_cam.svg") no-repeat left center;
}
#leftSettingArea .tab li button.mic {
  background: url("../img/ico_set_mic.svg") no-repeat left center;
}
#leftSettingArea .tab li button.spk {
  background: url("../img/ico_set_spk.svg") no-repeat left center;
}
#leftSettingArea .tab li button.out {
  background: url("../img/ico_set_out.svg") no-repeat left center;
}
#leftSettingArea .tab li button.act {
  color: #042663;
}
#leftSettingArea .tab li button.act:after {
  -webkit-transform: translate(-50%, 0);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 3px;
  transform: translate(-50%, 0);
  background-color: #042663;
  content: '';
}
#leftSettingArea .tab li button.cam.act {
  background: url("../img/ico_set_cam_on.svg") no-repeat left center;
}
#leftSettingArea .tab li button.mic.act {
  background: url("../img/ico_set_mic_on.svg") no-repeat left center;
}
#leftSettingArea .tab li button.spk.act {
  background: url("../img/ico_set_spk_on.svg") no-repeat left center;
}
#leftSettingArea .tab li button.out.act {
  background: url("../img/ico_set_out_on.svg") no-repeat left center;
}
#leftSettingArea .cont {
  padding: 30px 40px;
}
#leftSettingArea .cont dl {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#leftSettingArea .cont dl dt {
  margin-bottom: 20px;
  font-size: 0.875rem;
}
#leftSettingArea select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding-right: 30px;
  border: none;
  background: url("../img/arw_down2.svg") no-repeat right 10px center;
  font-size: 1rem;
}
#leftSettingArea .btnArea {
  text-align: right;
}
#leftSettingArea .btnArea button {
  width: 88px;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #888;
  font-size: 0.875rem;
}

