@charset "utf-8";
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
.eventDisable {
    pointer-events: none;
    opacity: 0.5;
}

h1 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
h2 {
    font-size: 1.4rem;
}
h3 {
    font-size: 1.3rem;
    margin-bottom: 3px;
    text-align: left;
}
p {
    margin-bottom: 3px;
}

.mp0 {
    margin: 0;
    padding: 0;
}

.mb0 {
    margin-bottom: 0;
}
.bg-current {
    background-color: #ccccff;
}
.remodal-overlay {
    background: rgba(255, 255, 255, 0.2);
}
.remodal-overlay.confirmColor {
    background: rgba(255, 255, 255, 0.2);
}
#map-content {
    position: relative;
    display: flex;
}
/** 開始画面のスタイル */
#map-content div#startUpBlock {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}
#map-content div#startUp {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    z-index: 999;
    width: 500px;
    padding: 1rem;
    text-align: center;
}
#map-content div#startUp h1{
    background-color: #d70b0b;
    padding: 0.5rem;
    color:#fff;
}
#map-content div#startUp .btn-primary {
    width: 10rem;
    margin: 1rem 0;
}
#map-content div#startUp img {
    width: 100%;
}
#startBnr:hover {
    opacity: 0.8;
}
section.mapBox {
    height: 100vh;
    width: 100%;
    position: relative;
}
.sp {
    display:none;
}
#map {
    width: 100%;
    height: 100vh;
}
div.gmnoprint:first-child {
    margin: 5px !important;
}
div.gmnoprint button[title="図形を描画"] {
    height: 40px;
    width: 9rem;
    cursor: pointer;
    font-size: 1.1rem !important;
    text-align: center !important;
    border-radius: 3px;
    background-color: #d70b0b !important;
    color: #fff !important;
    position: fixed !important;
    bottom: 30px;
    left:10px;
    display: none !important;
}
div.gmnoprint button[title="図形を描画"] span {
    display: none !important;
}
div.gmnoprint button[title="図形を描画"]::after {
    content: "選択をやり直す";
}
div.gmnoprint button[title="図形を描画"]:hover {
    opacity: 0.8 !important;
}
div.gmnoprint button[aria-checked="true"] {
    background-color: brown !important;
    color: #fff !important;
}
div.gmnoprint button[title="描画をやめる"] {
    display: none !important;
}
div.mapBtn {
    position: absolute;
    top: 3.5em;
    right: 4px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
div.mapBtn.lb {
    left: 4px;
    right: unset;
    bottom: 5%;
    top: unset;
}
#infobar {
    width: 99%;
    height: max-content;
    padding: 0.5rem;
    display: flex;
    gap: 5px;
    flex-direction: column;
    margin: 0.5rem;
    border: solid 1px #0b5ed7;
}
#infobar > div {
    display: flex;
    gap: 1rem;
}
section.controlBox {
    /* display:flex; */
    display: none;
    flex-wrap: wrap;
    Width: 40em;
    padding: 0.5rem;
}
.main_title {
    text-align: center;
    width: 100%;
}
section.controlBox div.formBox {
    padding: 5px;
    border: solid 1px #000;
    width: 100%;
}
section.controlBox input {
    font-size: 1rem;
    line-height: 1rem;
}
section.controlBox input:focus {
    outline: solid 2px #3498db;
    filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
section.controlBox button {
    font-size: 1rem;
}
section.controlBox input[type=radio] {
    margin-right: 0.2rem;
}
section.controlBox label {
    font-size: 1.3rem;
    margin-right: 0.5rem;
}
#search-box {
    margin: 10px;
    width: 200px;
}
section {
    width: 60%;
    margin: 0 auto;
}
div.sending {}

.hide {
    display: none;
}

.show {
    display: block;
}
.deactive {
    pointer-events: none;
    opacity: 0.5;
}

div.send {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 20000;
    cursor: wait;
    background-color: #333333;
    height: 100dvh;
    width: 100%;
    opacity: 0.8;
}

.sendMark {
    border: 12px solid #fafafa;
    border-radius: 50%;
    margin-left: 30%;
    border-top: 12px solid #3498db;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.send1 {
    nimation: sk-scaleout 1.0s infinite ease-in-out;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 20001;
    text-align: center;
    color: #ffffff;
    opacity: 1;
    margin-bottom: 3em;
}
input#area {
    pointer-events:none;
    opacity: 0.5;
}
div#area_calc {
    background-color: #f0f000f0;
}
div#area_calc ol {
    width: fit-content;
    text-align: left;
    margin: 1rem auto;
}
div#manualInput {
    display: flex; flex-direction: row; gap: 1em; flex-wrap: wrap;
}
#reset {
    margin: 1rem auto;
}

.extarnalLinkBlock {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1rem 0;
}

/* マイページ */
.cmap {
    position:relative;
    width:100%;
    height: 70vh;
    padding-top:0em;
    margin: 3em auto 1em auto;
}

.cmap iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/* PDF出力一覧 */
.outlist li {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
    align-items: end;
}


@media screen and (max-width: 845px) {
    .sp {
        display:block;
    }
    .sp.mapLink {
        border: solid 1px #333;
        margin: 1em 0;
        padding: 3px;
        background-color: #fccc;
    }
    .sp.mapLink a {
        display:block;
        margin: 1em auto;
        width: fit-content;
    }
    section {
        width: 100%;
    }
    #map-content {
        display: flex;
        flex-direction: column;
    }
    #map-content div#startUp {
        width: 90%;
    }
    #step1Form #searchGeo {
        margin:0 auto;
    }
    #addressInput {
        width: 100%;
    }
    section.mapBox {
        height: max-content;
    }
    #map {
        height: 100vh;
    }
    #infobar {
        background-color: #fff;
        height: max-content;
        width: 97%;
        display: none;
    }
    section.controlBox {
        padding: 1rem 1rem;
        width: 100%;
    }
    #main-contets #wpmem_reg,
    #main-contets #wpmem_login {
        width: 100%;
    }
    #main-contets #wpmem_reg .button_div,
    #main-contets #wpmem_login .button_div {
        text-align: center;
    }
    #main-contets #wpmem_reg .button_div input,
    #main-contets #wpmem_login .button_div input {
        width: 50%;
    }
    #main-contets #wpmem_login #rememberme{
        display: none;
    }
    #main-contets #wpmem_login label[for="rememberme"] {
        display: none;
    }
}

