body{
    background: #F7F7F8 !important;
    /* overflow: hidden; */
}

.main-container{
  display: inline-block;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding-top: 61px;
}
.navbar-container {
    z-index: 999;
    width: 100vw !important;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    z-index: 99999;
}
.js-modal-close{
  cursor: pointer;
}
.js-modal-close:hover{
  opacity: 0.5;
}
.modal__content input[type="time"]{
  width: 200px;
}
.modal__content .error{
  font-size: 14px;
  text-align: center;
}
span.error_m {
	font-size: 15px;
	font-weight: normal;
	color: #FF4040;
	display: block;
	margin: 0;
}
input[type="text"].inp_error,
input[type="number"].inp_error,
input[type="tel"].inp_error,
input[type="time"].inp_error,
select.inp_error,
textarea.inp_error {
    border: 1px solid #F88A8A;
    background: #F4D4D4;
}



/* kintai */
.name-area{
    font-size: 12px;
    text-align: center;
    color: #707070;
    font-weight: bold;
    margin-top: 10px;
}
.time-area{
    color: #707070;
    text-align: center;
}
.time-area #day{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
}
.time-area #datetime{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.btn-list .box{
  margin-bottom: 20px;
}
.btn-list .box p{
  text-align: center;
  margin-bottom: 5px;
}
.btn-list button{
    width: 45%;
    height: 70px;
    border: 1px solid #707070;
    background-color: #FFF;
    font-size: 18px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center center;
}
.btn-list button:disabled{
  background-color: #f1f1f1;
}
.btn-list button.btn-left.active:first-child{
  background-color: #f7e226;
  color: #FFF;
}
.btn-list button.btn-right.active:last-child{
  background: #10207c;
  color: #FFF;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn-list button.btn-left{
  border-radius: 30px 0 0 30px;
  margin-right: 2px;
}
.btn-list button.btn-right{
  border-radius: 0 30px 30px 0;
  margin-left: 2px;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(255,255,255,0.6);
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
#contents{
  width:100%;
  font-size:50px;
  margin: 40px auto;
}
/* マスター */
.btns .update_btn,
.btns .cancel_btn{
    display: none;
}
.card .table tbody td:last-child, .card .table thead th:last-child {
    padding-right: 15px;
    display: table-cell !important;
}
@media screen and (max-width: 767px){
  .for-pc{
    display: none !important;
  }
}
.flash_message{
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 20px;
  z-index: 99999;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
}
