html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  margin: 0;
  font-size: 16px;
  font-family: "M PLUS 1c", sans-serif;
  font-weight: 500;
  background: #f9f9f9;
  color: #404040;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  text-decoration: none;
  color: #0000ff;
}

a:hover {
  color: #dc143c;
}

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  font-size: 30px;
  color: #fff;

}

header.gray {
  background-image: none;
  background-color: #696969;
}

#container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: calc(100vh - 80px);
  max-width: 800px;
  width: 95%;
  margin: 0 auto 100px auto;
}

#admin_area {
  background-color: #fff;
}

#admin_area dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  border-bottom: 1px solid #c0c0c0;
}

#admin_area dl dd a {
  display: block;
  width: 150px;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  color: #404040;
}

#admin_area dl dd a:hover {
  background-color: #f08080;
  color: #fff;
  border-radius: 3px;
}

.guide_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 30px 0;
  padding: 20px;
  border: solid 1px #c0c0c0;
  border-radius: 3px;
  background-color: #fff;
}

.guide_area ul {
  margin: 0;
}

.guide_area ul li {
  margin: 0.3em 0 0.3em -1em;
}

.auth_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 10px;
  border: solid 1px #c0c0c0;
  border-radius: 3px;
  background-color: #fff;
}

.title_area {
  margin: 30px 0 5px 0;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #004d25;
  border-left: solid 20px #618e34;
  border-radius: 5px;
}

.title_area_gray {
  margin: 30px 0 5px 0;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #696969;
  border-left: solid 20px #696969;
  border-radius: 5px;
}

.subtitle_area {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #404040;
}

#agree_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 10px;
  border: solid 1px #c0c0c0;
  border-radius: 3px;
  background-color: #fff;
}

#agree_area label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  text-align: center;
  border-top: 1px solid #c0c0c0;
  background-color: #fff;
}

.tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 3px 0;
  border: solid 1px #c0c0c0;
  border-radius: 3px;
  background-color: #fff;
}

.th {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  padding: 15px 10px;
  border-right: solid 1px #c0c0c0;
  background-color: #dbebc4;
}

.th.gray {
  background-color: #d3d3d3;
}

.td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px;
}

.td_w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px;
	color: #fff;
}

input {
  width: 100%;
  padding: 7px;
  font-size: 16px;
  border: solid 1px #c0c0c0;
  font-family: "M PLUS 1c", sans-serif;
}

input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #c0c0c0;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 0px;
  left: 6px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 5px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}

input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #808080;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #808080;
  content: "";
}

input:disabled {
  background-color: #dcdcdc;
}

select {
  max-width: 100%;
  padding: 7px;
  font-size: 16px;
  border: solid 1px #c0c0c0;
  font-family: "M PLUS 1c", sans-serif;
}

optgroup {
  display: none;
}

textarea {
  width: 100%;
  padding: 7px;
  border: solid 1px #c0c0c0;
  font-size: 16px;
  font-family: "M PLUS 1c", sans-serif;
}

textarea:disabled {
  background-color: #dcdcdc;
}

button {
  margin: 10px 5px;
  padding: 10px 0;
  font-size: 18px;
  background: #5f6527;
  color: #fff;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
}

button.submit {
  width: 200px;
  background-color: #5f6527;
}

button.submit:disabled {
  background-color: #bee0c2;
  cursor: not-allowed;
}

button.cansel {
  width: 120px;
  background-color: #808080;
}

button.blue {
  width: 150px;
  background-color: #4682b4;
}

#toplink {
  position: fixed;
  bottom: 80px;
  right: 10px;
}

#toplink img {
  width: 60px;
}

.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#qrcode_scanner {
  display: none;
}

.hissu {
  width: 40px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  header {
    font-size: 20px;
  }
  #container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 98%;
    margin: 0 auto 160px auto;
  }
  #admin_area {
    display: none;
  }
  .guide_area {
    width: 100%;
    margin: 30px auto;
    padding: 15px 10px;
  }
  .title_area {
    width: 100%;
    margin: 20px auto 5px auto;
    font-size: 18px;
  }
  .area98 {
    width: 98%;
    margin: 5px auto;
  }
  .tr {
    display: block;
    margin: 3px auto;
    border: solid 1px #c0c0c0;
    border-radius: 3px;
    background-color: #fff;
  }
  .th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border: 0;
    padding: 15px 10px;
    background-color: #dbebc4;
  }
  .td {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
	color: #fff;
  }
  input {
    width: 100%;
    padding: 7px;
    font-size: 16px;
    border: solid 1px #c0c0c0;
  }
  textarea {
    width: 100%;
    padding: 7px;
    border: solid 1px #c0c0c0;
    font-size: 16px;
    font-family: "M PLUS 1c", sans-serif;
  }
  button {
    margin: 10px 5px;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    border: 0;
    border-radius: 3px;
  }
  button.submit {
    width: 180px;
    background-color: #5f6527;
  }
  button.submit:disabled {
    background-color: #bee0c2;
    cursor: not-allowed;
  }
  button.cansel {
    width: 100px;
    background-color: #808080;
  }
  footer {
    width: 100%;
  }
  #qrcode_scanner {
    display: block;
    width: 85%;
    margin: 30px auto;
  }
  #qrcode_scanner img {
    width: 100%;
  }
}
body {
  background-color: #000;
  padding-bottom: 80px;
}

header {
  margin-bottom: 20px;
  height: auto;
}
header img {
  width: 100%;
  max-width: 800px;
}

.guide_area {
  padding: 24px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.13);
  border: none;
  color: #fff;
  font-size: 14px;
}
.guide_area .cashless {
  margin: 10px 0;
}
.guide_area .cashless dt {
  font-weight: bold;
}
.guide_area .cashless dd p {
  margin: 0;
}
.guide_area .cashless dd span {
  font-weight: bold;
}

.important {
  font-weight: bold;
  color: #ff4444;
}

.title_area {
  margin-bottom: 20px;
  border-left: 3px solid;
  -webkit-border-image: -webkit-gradient(linear, left bottom, left top, from(#884f00), to(#ffa735)) 1;
  -webkit-border-image: -webkit-linear-gradient(bottom, #884f00, #ffa735) 1;
       -o-border-image: linear-gradient(to top, #884f00, #ffa735) 1;
          border-image: -webkit-gradient(linear, left bottom, left top, from(#884f00), to(#ffa735)) 1;
          border-image: linear-gradient(to top, #884f00, #ffa735) 1;
  color: #fff;
}

.tr {
  background-color: transparent;
  border: none;
}
.tr .th {
  background: -webkit-gradient(linear, left top, right top, from(#884f00), to(#ffa735));
  background: -webkit-linear-gradient(left, #884f00, #ffa735);
  background: linear-gradient(to right, #884f00, #ffa735);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.tr .td {
  background-color: rgba(255, 255, 255, 0.13);
  color: #fff;
}

.title_area + p {
  color: #fff;
}

form {
  margin-bottom: 0;
}

textarea {
  margin-bottom: 10px;
  padding: 24px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.13);
  border: none;
  color: #fff;
  font-size: 14px;
}

#agree_area {
  border: none;
}
#agree_area label {
  color: #fff;
}
#agree_area label input[type=checkbox] {
  background-color: #fff;
}

footer {
  background-color: #000;
}
footer button.submit {
  border: 1px solid #fff;
  background: #a6822d;
}

#td2 label {
  color: #fff;
}

#td2 input[type=radio] {
  border: 1px solid #fff;
}
#td2 input[type=radio]:checked:before {
  background: #ff4444;
}/*# sourceMappingURL=style.css.map */