html, body {
    background-color: #fff;
    color: #636b6f;
    font-weight: 200;
    margin: 0;
    font-family: "fot-tsukuardgothic-std", sans-serif;
  }
  *, *::before, *::after {
    box-sizing: border-box;
}
  .content_wrap{
    width:80%;
    max-width: 800px;
    margin: 0 auto;
  }
  .mt-3, .my-3 {
    margin-top: 1rem !important;
}
  p {
    margin: 0;
    line-height: 1.5;
  }
  .alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    width: 50%;
    margin: 0 auto;
}
  .alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
  #title_area {
    margin: 0;
    padding: 10px;
    width: 100%;
    background: #666;
    color: #fff;
    border-bottom: 10px solid;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  
  #title {
    margin: 0;
  }
  #profile_title{
    background: #f7d666;
    text-align: center;
    font-size: 32px;
    color: #515050;
  }
  #bottom_area {
    border-top: 10px solid #666;
  }
  
  .wait_wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    width: 280px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wait_wrapper_left {
    text-align: center;
}
  #air_mark {
    background: #6495ed;
    padding: .5rem;
    margin: .5rem;
    color: #fff;
    font-weight: 900;
    font-size: 42px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    box-sizing: content-box;
  }
  #common_mark {
    background: #6795a0;
    padding: .5rem;
    margin: .5rem;
    color: #fff;
    font-weight: 900;
    font-size: 42px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    box-sizing: content-box;
  }
  
  #congestion_mark{
    background: #e36962;
    padding: .5rem;
    margin: .5rem;
    color: #fff;
    font-weight: 900;
    font-size: 42px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height:50px;
    display: block;
    box-sizing: content-box;
  }
  #close_mark{
    background: #a3b1b4;
    padding: .5rem;
    margin: .5rem;
    font-weight: 900;
    font-size: 42px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    box-sizing: content-box;
  }
  
  .back_image {
    padding-top: 20px;
    padding-bottom: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../storage/image/.jpg);
    background-size: 120px;
    background-position-y: 70px;
    height: 170px;
  }
  
  .wait_wrapeer_right {
    text-align: right;
  }
  #DateTimeDisp {
    line-height: 1.5;
  }
  .wait_title {
    font-size: 28px;
    line-height: 1;
  }
  
  .wait_count {
    font-size: 42px;
    font-weight: 700;
  }
  .wait_images {
    display: flex;
    justify-content: space-evenly;
    width: 400px;
    margin: 0 auto;
}

  label.radio-button {
    width: 100px;
    background: #D9D9D9;
    padding: .5rem;
    border-radius: 5px;
    margin: .5rem 0;
    color: #000;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
  }
    .radio-button:hover{
      background: #f7d666;
      color: #fff;
    }
    input[type="radio"]:checked + label {
      background: #f7d666;
      color: #fff;
    }
    span.radio-button__icon {
      font-size: 48px;
      FONT-WEIGHT: 900;
      display: inline-block;
      width: 100%;
      text-align: center;
  }
input[type="radio"] {
  display: none;
}
#button_area{
  text-align: center;
}
#button_btn{
    border: 3px solid #000;
    background: #000;
    color: #fff;
    padding: .5rem 1.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
}
    #button_btn:hover{
      background: #fff;
      color: #000;
      border: 3px solid #000;
      transition: .5s;
    }
  #iframe_wait_profile{
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    height: 300px;
    width: 400px;
    position: absolute;
  }

  #wait_count_table{
    margin: 2rem auto;
  }
  #wait_count_table tr{
    display: block;
  }
  #wait_count_table th{
    display: block;
    font-size: 28px;
  }
  #wait_count_table input{
    font-size: 2rem;
    height: 50px;
    border-radius: 4px;
    padding: 10px 15px;
    border: #D5D5D5 2px solid;
    box-sizing: border-box;
  }
  input:focus {
    outline: none;
    border-color: #565e64;
    box-shadow: 0 0 0 0.15rem rgb(130 138 145 / 50%);
  }
  #wait_count_button{
    border: 2px solid #000!important;
    padding: 0 2rem!important;
    background: #000;
    color: #fff;
    height: 50px!important;
    font-size: 1rem!important;
    font-weight: 700;
    cursor: pointer;
  }
    #wait_count_button:hover{
      background: #fff;
      color: #000;
      border: 3px solid #000;
      transition: .5s;
    }
.setting_tables {
    margin: 2rem auto;
}
.setting_table {
    margin: 1rem auto;
    background: #F4F4F4;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    width: 80%;
    max-width: 600px;
    align-items: center;
}
.setting_title {
  font-weight: 700;
  border-bottom: #f7d666 4px solid;
}
.setting_content {
  text-align: center;
}
.setting_table p{
  margin: 5px 0;
}
.setting_table input{
  border-radius: 2px;
  padding: 5px 3px;
  border: #D5D5D5 1px solid;
  box-sizing: border-box;
}
.setting_table input[type="number"] {
  width: 60px;
  text-align: center;
  
}

.setting_table input[type="submit"] {
  box-sizing: content-box;
  border: 2px solid #000;
  padding: 0 1rem;
  background: #000;
  color: #fff;
  height: 30px;
  font-size: .8rem;
  font-weight: 700;
  cursor: pointer;
}
#back_color, #border_color, #air_color,#common_color,#congestion_color,#close_color {
  padding: 0;
  cursor: pointer;
}

/* rogin */
#rogin_title {
  background: #f7d666;
  text-align: center;
  font-size: 32px;
  color: #515050;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 2rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  position: relative;
}

.btn {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: rgb(232, 240, 254);
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a1cbef;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(52 144 220 / 25%);
  }
  #rogout_form{
    text-align: end;
    margin-right: 2rem;
  }
  .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
  .btn-check:focus+.btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgb(225 83 97 / 50%);
  }