@charset "UTF-8";
/*
 * 独自CSS
*/

.divicon1{text-align: center; font-size: 16px; color:red; opacity: 0.7;}

/* Popup関係 */
/* Responsive Popup Style */
.leaflet-popup-content-wrapper {
    width:335px;
    /*border-radius: 3;*/
    padding: 1px;
    font-size: 10px;
}
.leaflet-popup-content {
    /*border-radius: 3;*/
    width: 315px;
    margin: 13px 19px;
    font-size: 8px;
}

/* .leaflet-popup-close-button {
    display:none;
} */
/*.time {
    padding-top: 7px;
}*/
.date {
    font-size: 12pt;
    margin-top: 15px;
    margin-bottom: 0px;
}
.pict-into-popup {
    /*border-radius: 3;*/
    overflow: hidden;
    cursor: pointer;
    background-color: white;
}
.pict {
    /*border-radius: 3;*/
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #dcdcdc;
}
/*.pict:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}*/
.likes-into-popup {
    height: 14px;
    padding: 0 25px 25px 25px;
}
.likes-count {
    height: 14px;
    color: #777;
    cursor: pointer;
}
.likes-count:hover {
    color: red;
}
.likes-icon {
    display: inline-block;
    height: 14px;
    width: 15px;
    margin-right: 5px;
}
@media (max-width: 600px) {
    div.leaflet-popup.leaflet-zoom-animated {
        width: 210px;
    }
    .leaflet-popup-content {
        margin: 5px 10px;
        width: 210px;
    }
    .leaflet-popup-content-wrapper {
        width:230px;
        /*border-radius: 3;*/
        padding: 1px;
    }
    .pict-into-popup {
        width: 150px;
    }
    .pict {
        width: 150px;
        height: 150px;
    }
    .time-into-popup {
        margin: 15px;
        position: absolute;
        z-index: 2;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        color: black;
        background-color: white;
        text-align: center;
        font-size: 7pt;
        font-weight: bold;
    }
    .comment-into-popup {
        color: black;
        width: 100px;
        padding: 5px;
        font-size: 10pt;
        font-weight: 100;
        word-wrap: break-word;
    }
    .result-list {
        height: 100px;
        overflow: auto;
        text-decoration: none;
        font-size: 14px;
        display: inline;
    }
}
@media (min-width: 600px) {
    div.leaflet-popup.leaflet-zoom-animated {
        width: 290px;
    }
    .leaflet-popup-content {
        margin: 10px 10px;
    }
    .pict-into-popup {
        width: 250px;
    }
    .pict {
        width: 250px;
        height: 250px;
    }
    .time-into-popup {
        margin: 25px;
        position: absolute;
        z-index: 2;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        color: black;
        background-color: white;
        text-align: center;
        font-size: 7pt;
        font-weight: bold;
    }
    .comment-into-popup {
        color: black;
        width: 250px;
        padding: 5px;
        font-size: 10pt;
        font-weight: 100;
        word-wrap: break-word;
    }
    .result-list {
        height: 200px;
        overflow: auto;
        text-decoration: none;
    }
}

.result-list a:link { color: #000000; }
.result-list a:visited { color: #000000; }
.result-list a:hover   { color: #000000; }
.result-list a:active { color: #000000; }

/*雨量観測所ラベル用スタイル*/
.leaflet-tooltip.my-labels {
    background-color: transparent;
    border: transparent;
    box-shadow: none;
    font-weight: bold;
    font-size: 15px;
}

/* 印刷時検索条件は非表示にする */
@media print {
    .search-print-none {
        display: none !important
    }
    .openbtn-print-none {
        display: none !important
    }
}
/* 印刷時は横向き 縦の場合マップの下が切れるため*/
/*@page { size:landscape; }*/

/* Sidebar 関係 */
.sidebar {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    /*top: 0;*/
    left: 0;
    background-color: white; /* white*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 25px; /* Place content 60px from the top */
    /*transition: 0.5s;*/ /* 0.5 second transition effect to slide in the sidebar */
}


/* The sidebar links */
.sidebar a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 50px;
    color: black;
    display: block;
    /*transition: 0.3s;*/
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
    color: #0000ff;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 25px;
    background-color: #007bff;
    color: white;
    padding: 10px 10px;
    border: none;
    border-radius:.2em;
}

/* The button used to open the sidebar */
.openbtn {
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: -5px;
    background-color: #007bff;
    color: white;
    padding: 10px 10px;
    border: none;
    border-radius:.2em;
}

.openbtn:hover {
    background-color: #444;
}

#openBtn{
    display: block;
}
#openBtn_small{
    display: none;
}

#closeBtn{
    display: block;
}
#closeBtn_small{
    display: none;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .3s; /* If you want a transition effect */
    padding: 0px 0px 0px 15px;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */

    /* Sidebar 関係 */
    .sidebar {
        position: fixed;
        transition: 0s;
    }
    #openBtn{
        display: none;
    }
    #openBtn_small{
        display: block;
    }
    #closeBtn{
        display: none;
    }
    #closeBtn_small{
        display: block;
        z-index: 2;
    }
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {padding-top: 10px;}
    .sidebar a {font-size: 18px;}
}

/*凡例パネル*/
.mypanel {
    z-index: 1010;
    background: rgba(255,255,255,0.8);
    border-radius: 4px;
    padding: 2px;
    position: absolute;
    float: left;
    left: 20px;
    bottom: 25px;
    /*display: none;*/
    height: 135px;
    width:110px;
    border-radius: 4px;
    overflow-y: auto;
    max-height:550px;
}
.container {
    width: 100%;
}
.cell {
    width: 100%;
    font-weight: bold;
}

/*凡例パネル*/
.infopanel {
    z-index: 1000;
    background: rgba(255,255,255,1.0);
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    right: 57px;
    top: 70px;
    display: none;
    height: 320px;
    width: 200px;
    overflow-y: auto;
    max-height:550px;
}
.infopanel .inner {
    font-size: 1.25rem;
    width: 100%;
    height: 100%;
    overflow: auto;
}

/* 矢印方位選択用 */
#direction .rs-handle  {
    background-color: transparent;
    border: 8px solid transparent;
    border-right-color: black;
    margin: -8px 0 0 14px !important;
}
#direction .rs-handle:before  {
    display: block;
    content: " ";
    position: absolute;
    height: 12px;
    width: 12px;
    background: black;
    right: -6px;
    bottom: -6px;
    border-radius: 100%;
}
#direction .rs-handle:after  {
    display: block;
    content: " ";
    width: 40px;
    position: absolute;
    top: -1px;
    right: 0px;
    border-top: 2px dotted black;
}
#direction .rs-range-color  {
    background-color: #8832cd;
}
#direction .rs-path-color  {
    background-color: #ddc5f0;
}

/* infoボタンのスタイル */
#infobutton {
    height: 44px;
    width: 44px;
    line-height: 34px;
}

/* レイヤツリーのスタイル */
.jstree-default .jstree-leaf>.jstree-ocl {
    display: none;
}
