body {
    line-height: 1.7em;
    color: #41340be7;
    font-size: 13px;
    font-weight: 800;
    background-color: #d0af4c;
}
h1,h2,h3,h4,h5,h6,label {
    color: #9c801b;
}
.header {
    text-align: center;
    background-color: #9c801b;
    position: fixed;
    color: whitesmoke;
    padding: 1em 0;
    top: 0;
    font-weight: 800;
    width: 100%;
}
.box01{
    font-size: 70em;
    top:-200px;
    left:-100px;
    z-index: -1;
    position: fixed !important;
}
.box01::before {
    content: "人";
}
.box01::after {
    content: "";
}
#loading{
    position: fixed;
    margin:0 auto;
    left:0;
    right:0;
    top:30%;
}
.masterSet,.getHistory,.getPoint,.qrSet,.getBook{
    white-space: nowrap;
    user-select: none;
}
/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */
 .splash-container {
    background: #d0af4c;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 88%;
    top: 0;
    left: 0;
    text-align: center;
    overflow-y: auto;
    position: fixed !important;
}
.splash {
    /* absolute center .splash within .splash-container */
    width: 90%;
    height: 80%;
    margin: auto;
    position: absolute;
    top: 100px; left: 0; bottom: 0; right: 0;
    text-align: center;
}
/* This is the main heading that appears on the blue section */
.splash-head {
    font-size: 20px;
    font-weight: bold;
    color: white;
    border: 3px solid white;
    padding: 1em 1.6em;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
}
.splash-head-backcolor {
    background: #d0af4c;
}
iframe {
    border: 0;
    margin: 5px auto;
    width: 100%;
    height: 97%;
    text-align: center;
    overflow: hidden;
}
.is-center {
    text-align: center;
}
.is-left {
    text-align: left;
}
.is-right {
    text-align: right;
}
/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    top: 88%;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;
    height: 100%;
}
/* We want to give the content area some more padding */
.content {
    overflow :auto;
    text-align: center;
    font-weight: 800;
    color: #9c801b;
}
/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
}
/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
    color: white;
}
/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.main {
    background-color: whitesmoke;
    color: #9c801b;
    padding: auto 2em;
    border-radius: 5px;
}
.l-box {
    padding: 1em;
}
.l-box-lrg {
    font-size: 1em;
}
.pnlfont{
    font-size: 0.8em;
    font-weight: 800;
}
.pure-button {
    color: white;
    background-color: #d0af4c;
    padding: auto 2em;
    border-radius: 5px;
    width: 95%;
}
.pure-button-primary{
    font-weight: 800;
    background-color: #d0af4c;
    color: white;
    margin-bottom: 5px;
}
.pure-button-active{
    background-color: #9c801b;
    color: whitesmoke;
}
a.pure-button-primary {
    background: white;
    color: #d0af4c;
    border-radius: 5px;
    font-size: 120%;
}
.pure-img-responsive {
    max-width: 100%;
    height: auto;
}
.pure-form{
    margin:  1em;
}
/* .pure-form のスタイルを拡張 */
.pure-form-1_5x input{
    font-size: 150%;
    line-height: 1em;
}
  
/*
 * -- QR LAYOUT STYLES --
 */
#canvas{
    width: 90%;
    max-width: 480px;
    border-radius: 10px;
}
#ordno{
    text-align: center;
    color: #d5482e;
    font-size: 7em;
    margin: 100 0;
    padding: 0.1em;
}
.ctl,#money ,#orderlist{
    text-align: center;
    background-color: whitesmoke;
    border-radius: 10px;
    margin: 2px;
    padding: 1em;
}
.menuname{
    text-align: left;
    font-size: large;
}
.price{
    text-align: right;
    font-size: large;
}
.orders{
    font-size: 1em;
    font-weight: 800;
    color: #9c2e1bba;
    text-align: right;
}
.orderSum{
    text-align: center;
    color: #d5482e;
    font-size: 4em;
    margin: 50 0;
    padding: 0.1em;
}
/*
 * -- button LAYOUT STYLES --
 */
.obutton {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    font-size: 18px;
    border-radius: 50px;
    width: 5em;
    height: 3em;
    font-weight: bold;
    transition: 0.05s;
    box-sizing: border-box;
    color:#9c801b;
    background-color:#d3b55a;
    position: relative;
    margin: auto;
    cursor: pointer;
}
.obnumber {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    font-size: 18px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    font-weight: bold;
    transition: 0.05s;
    color: #9c2e1bba;
    background-color: rgba(245, 245, 245, 0.548);
    margin-bottom: 0.5em;
    position: absolute;
    top:0;
}
.fixed-container {
    position: fixed;
    bottom: 5px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8); /* 背景色 */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#show-hide-checkbox {
    vertical-align: middle;
    margin-right: 5px;
}
.haipoint{
    cursor: pointer;
}
#home{
    cursor: pointer;
    padding: 0.5em;
    background: none;
    border: none;
    color: #f3e66f;
}
#back{
    cursor: pointer;
    padding: 0.5em;
    background: none;
    border: none;
    color: #f3e66f;
}
#manual{
    cursor: pointer;
}
#footerback{
    font-weight: 800;
}
.footer {
    text-align: center;
    background-color: #9c801b;
    position: fixed;
    bottom: 0;
    height: 4em;
    width: 100%;
    z-index: 999;
}
.footer2 {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 10;
    margin: 0;
    width: 100%;
    z-index: 999;
}
.footer2 .obutton{
    background-color: rgba(245, 245, 245, 0.6);  
} 
