.table-sp {
    display: none;
}

.table-desktop {
    display: block;
}

.leaflet-control-layers-overlays {
    font-size: 14pt;
}

.reset_btn {
    margin: 5px 10px 20px;
    /* right: 0px; */
    /* display: block; */
    /* position: relative; */
    font-weight: bold;
    /* font-size: 10pt; */
    /* width: 150px; */
    /* padding: 0.3em; */
    text-align: center;
    /* text-decoration: none; */
    /* color: #1b1b1b; */
    /* background: #fff; */
    /* border: 1px solid #1b1b1b; */
    vertical-align: middle;
}

.areareset_btn {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.result-box {
    position: relative;
    overflow: auto;
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22); */
    width: 100%;
    height: 150px;
    /* padding: 0.5em 1em; */
    margin: 2em 0;
    border-top: solid 5px #1b1b1b;
    border-bottom: solid 5px #1b1b1b;
    background: white;
    color: #1b1b1b;
}

.btn {
    right: 0px;
    width: 150px;
    margin: 5px 10px;
    border: 1px solid #1b1b1b;
    background: #fff;
    font-size: 10pt;
    /* display: block; */
    /* position: relative; */
    font-weight: bold;
    color: #1b1b1b;
    /* padding: 0.3em; */
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.btn:hover {
    background: #1b1b1b;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.searchCategory {
    width: 25px;
    margin: 5px 0px;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #fff;
    text-align: center;
    /* background-color: #ff0000; */
}

.searchText {
    left: 20px;
    display: inline-block;
    width: 25%;
    margin: 0 10px;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', 'æ¸¸ã‚´ã‚·ãƒƒã‚¯', sans-serif;
    font-size: 16px;
    vertical-align: middle;
}

.searchResult {
    display: flex;
    align-items: center;
}

.searchName {
    width: 50%;
    cursor: pointer;
}

.searchAddress {
    width: 40%;
}

.chiiki {
    /* width: 80%; */
    margin: 30px 50px;
    padding: 20px 50px;
    border-width: thin;
    border-style: dashed;
    border-radius: 2px;
}

.futomoji {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

input[type='checkbox'] {
    display: none;
}

.checkbox01 {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    padding: 5px 30px;
    cursor: pointer;
}

.checkbox01::before {
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 1px solid #231815;
    background: #fff;
    content: '';
}

.checkbox01::after {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 5px;
    height: 9px;
    margin-top: -7px;
    border-right: 3px solid #ed7a9c;
    border-bottom: 3px solid #ed7a9c;
    content: '';
    opacity: 0;
    transform: rotate(45deg);
}

input[type='checkbox']:checked + .checkbox01::after {
    opacity: 1;
}

.area {
    position: absolute;
    z-index: 100;
    display: flex;
    width: 100%;
    /* height: 350px; */
    /* background-color: #f5dddc; */
    margin: auto;
    flex-wrap: wrap;
    /* display: none; */
}

.tab_class {
    z-index: 100;

    display: block;
    float: left;
    width: 50%;
    height: 60px;
    background-color: lightgrey;
    font-size: 15px;
    line-height: 60px;
    color: white;
    text-align: center;
    cursor: pointer;
    order: -1;
    /* position: relative; */
}

input[name='tab_name'] {
    /* position: absolute; */
    z-index: 100;
    display: none;
}

input:checked + .tab_class {
    /* color: aliceblue; */
    /* position: absolute; */
    z-index: 100;
    background-color: #f57e7a;
    color: white;
}

.searchView {
    text-align: center;
}

.content_class {
    display: none;
    width: 100%;
    /* text-align: center; */
    background-color: #f5dddc;
    transition-delay: 0.5s;
    transition-duration: 0.5s;
}

.content_class:hover {
    /* background-color: #f5dddc; */
    display: block;
    /* transition-delay: 0.5s;
    transition-duration: 0.5s; */
    /* width: 100%; */
}

.serchInfo {
    margin: 30px 0 20px;
    font-size: 20px;
    font-weight: bolder;
}

.keywordBox {
    width: 300px;
    height: 40px;
    margin: 10px 5px 50px;
    padding: 0 10px;
    font-size: 20px;
}

.serchButton {
    width: 70px;
    height: 40px;
    margin: 7px 0;
    padding: 0;
}

input:checked:hover + .tab_class + .content_class {
    z-index: 98;
    display: block;
    /* transition-delay: 0.5s;
    transition-duration: 0.5s; */
}

.mapAndSelect {
    position: relative;
    height: 75vh;
}

.mapcontainer {
    position: absolute;
    z-index: 1;
    top: 30px;
    width: 100%;
    height: 75vh;
}

.legend {
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: 15px;
    padding: 5px;
    background-color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
    opacity: 0.85;
}

.legend_circle {
    font-size: large;
}

.map {
    width: 100%;
    height: 75vh;
}

.popupNormal {
    font-size: 11pt;
}

.popupBold {
    font-weight: bold;
}

.popupBigFont {
    font-size: 13pt;
    font-weight: bold;
}


/* 20210811～修正分 */
/* 余白・フォント調整 */
.mapAndSelect {
    height: calc( 75vh + 60px);
}

.mapcontainer {
    top: 60px;
}

.clskkuwppcc {
    margin: 30px 50px 20px;
}

.areareset_btn, .reset_btn, .serchButton {
    padding: 10px 18px;
    border: 1px #707070 solid;
    border-radius: 3px;
    background-color: #efefef;
    line-height: 1;
}

.content_class button:hover {
    background-color: #e0e0e0;
}

div.clsknl5wqa9 div.tbl th, div.clsknl5wqa9 div.tbl td {
    vertical-align: middle;
}

/* タブ */
.checked{
    background-color: #f57e7a;
}

/* ボタン */
.reset_btn {
    margin: 0px 10px 20px;
}

.serchButton {
    margin: 10px 0 50px;
}

/* keyword */
.keywordBox {
    box-sizing: border-box;
    border: 1px #707070 solid;
    border-radius: 3px;
}

/* result-box */
.result-box{
    margin: 10px 0;
    height: 335px;
}

.searchCategory {
    width: 23px;
    line-height: 23px;
}

.searchText{
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体","Font Awesome 5 Free", sans-serif;
}