html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 16px;
}

body {
    font-family: system-ui, -apple-system, Roboto, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    margin: 0;
    padding: 16px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    background-color:#f8f4f1;
    color:#2e1b1bff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}


 @media (hover: hover) and (pointer: fine) {
    body {
        max-width: 640px;
        min-width: 640px;
        min-height: 480px;
        margin: 0 auto;
    }
} 

body.map {
    font-family: system-ui, -apple-system, Roboto, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    margin: 0;
    padding: 16px;
    font-size: 1.3rem;
    line-height: 1.6rem;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

 @media (hover: hover) and (pointer: fine) {
    body.map {
        max-width: none;
        min-width: 800px;
        min-height: 480px;
        margin: 0 auto;
    }
} 


.invisible 
{
  visibility: hidden !important;
}

.hidden {
    display: none !important;
}

input,
textarea,
select,
label,
p,
li,
td,
th,
span,
div {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    
}
