﻿body {
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    /* overflow: hidden; */
}

th {
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-weight: normal;
}

#gmap {
    /* Dec 28 中島　ヘッダー、フッターの挿入のためコメントアウト */
    /* position: fixed !important; */
    height: 80% !important;
    width: 100% !important;
}

#search {
    position: relative;
    display: none;
    max-width: 800px;
}
.search-inner {
    position: absolute;
    bottom: 0px;
    background: white;
    width: 100%;
}

#search table {
    width: 100%;
}

#search thead th {
    height: 30px;
    padding: 3px 3px 3px 3px;
    text-align: center;
    background-color: #5289d0;
    color: white;
}

#search td {
    padding: 5px !important;
    text-align: left;
    /* width: 100%; */
}

#search .label {
    position: relative;
    text-align: left;
    width: 30%;
    background-color: #52c2d0;
    color: white;
    text-align: center;
    padding: 10px 0;
}

.kensakujouken {
    display: none;
}

.an2-fadeup {
    animation-name: fadeup;
    animation-duration: 1s;
    /*animation-iteration-count: infinite;*/
}

@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#search td ul {
    display: flex;
    padding-inline-start: 0px!important;
    padding: 0px;
    margin: 0px 7px 0px 0px;
}

.jyouken {
    list-style: none;
    width: 24px;
    height: 24px;
    /*background-color: rgb(251, 253, 253);*/
    border: 1px solid #333;
    padding: 0px;
    margin: 0px 3px 0px 0px;
    border-radius: 5px;
    cursor: pointer;
}

.jyouken img {
    position: relative;
    top: 2px;
    padding: 1px 0px 0px 0px;
    margin: 0px;
}

.onclick {
    background-color: rgb(248, 215, 153);
}

.offclick {
    background-color: rgb(255, 255, 255);
}

#moyori {
    position: absolute;
    right: 65px;
    display: none;
}

#gojyuon {
    position: absolute;
    right: 35px;
    display: none;
}

#hinanjyotype {
    position: absolute;
    right: 35px;
    display: none;
}

#searchdata {
    text-align: left;
    padding: 0;
}

#search li {
    color: #404040;
    border-left: solid 6px #5289d0;
    border-bottom: solid 2px #dadada;
    background: whitesmoke;
    margin-bottom: 5px;
    line-height: 1.5;
    padding: 0.5em;
    list-style-type: none!important;
    font-weight: bold;
}

#search select {
    width: 100%;
    height: 2.5em;
}

#search input[type="text"] {
    width: 80%;
    /* box-sizing: border-box; */
    height: 3em;
    border: 0.5px solid rgb(202, 202, 202);
    border-radius: 5px;
}

#search input[type="button"] {
    width: 18%;
    height: 2.7em;
}

#btn_refugenm {
    background: #5289d0;
    border: 1px solid white;
    border-radius: 5px;
    padding: 5px;
    color: white;
}
#searchdatadiv {
    margin-bottom: 10px;
    max-height: 150px;
    overflow-y: scroll;
    padding: 10px 20px;
}

.square_btn {
    display: block;
    position: absolute;
    top: 8px;
    right: 15px;
    width: 16px;
    height: 16px;
    /* border: 1px solid #333; */
    background: #fff;
    padding: 5px;
    border-radius: 2px;
}

.square_btn::before,
.square_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 11px;
    background: #5289d0;
}

.square_btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.square_btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* .square_btn_hanrei {
    display: block;
    position: absolute;
    top: 6px;
    right: 15px;
    width: 16px;
    height: 16px;
    border: 1px solid #333;
    background: #fff;
}

.square_btn_hanrei::before,
.square_btn_hanrei::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 11px;
    background: #333;
}

.square_btn_hanrei::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.square_btn_hanrei::after {
    transform: translate(-50%, -50%) rotate(-45deg);
} */

.custombutton {
    /*background-color: #e9ebec;*/
    background-color: #ffffff;
    border: 2px solid #444444;
    box-shadow: #0008 0px 1px 4px -1psx;
    cursor: pointer;
    padding: 3px 6px;
    width: 100px;
    color: #050505;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-size: 14px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 3px;
}

.custombutton:hover{
    /*opacity: 0.8;*/
    background-color: #c7c9ca;
}

#hanrei {
    position: relative;
    bottom: 0px;
    z-index: 5000;
    /* background-color: white; */
    width: 100%;
    text-align: center;
    display: none;
    /* height: 200px; */
}

.hanrei-inner {
    position: absolute;
  /* width: 240px; */
  height: 240px; /* 200->240 */
    background: white;
  top: -240px; /* 200->240 */
}
.hanrei-inner > ul {
    margin: 10px;
}

#hanrei ul {
    padding-inline-start: 0px;
}

#hanrei li {
    list-style: none;
    text-align: left;
  line-height: 38px;
}

#hanrei li > span {
    line-height: 35px;
}

.hanrei-inner img {
    width: 35px;
    height: 35px;
}

.listheader {
    text-align: center;
    background-color: #5289d0;
    color: white;
    height: 38px;
    line-height: 38px;
}

.cluster-icon{
    color: #000000;
}

@media screen and (min-width: 480px) and (max-width: 900px) {
    #gmap {
        top: 108px;
    }
    .hanrei-inner {
    top: -132px;
    }
    .square_btn {
        top: 9px;
    }
    .square_btn_hanrei {
        top: 6px;
    }
    #footer {
    margin-top: 105px !important;
    }
    .search-inner {
        bottom: -110px;
    }
}
