/* ios10 zoom cut */
html {
    touch-action: manipulation;
    height: -webkit-fill-available;
  }

body {
    /* overflow-x: hidden; */
    padding-top: 60px; /* nav px */
    min-height: 100vh;
    min-height: -webkit-fill-available;
}
/* .map-area{
    margin-top: 8vh;
    height: 70vh;
} */
.svgimage {
    background-color:#FFFFFF;
}

ul {
        list-style: none;
        padding: 2px 5px 2px 5px;
        cursor : pointer;
        margin-bottom:3px
}

li >  span {
    font-size: 11pt;
}

.menu_sp li >  span {
    font-size: 14pt;
}

.jump_area {
    text-decoration: none;
}

.jump_area:hover {
    text-decoration: underline;
}


.box2 {
    
    padding: 3px 0px;
    margin: 10px;
    font-weight: bold;
    color: #555555;/*文字色*/
    border-radius: 10px;/*角の丸み*/
    background-color: #ffffff
}

.msgbox {
    padding: 3px 3px;
    color: #ff0000;/*文字色*/
    margin: 5px;
    border-radius: 5px;/*角の丸み*/
    background-color: #0000ff
}
.close_button{
    cursor: pointer;
}


.close_button::after{
    font-family: "Glyphicons Halflings";
    content: "\e014";
    top: 1px;
    position: absolute;
    right: 5px;
}


.gm-ui-hover-effect img {
width: 28px !important;
height: 28px !important;
}

.gm-ui-hover-effect {
right: 10px !important;
}


.box_frame{
    /* padding:1px 0px 0px 0px; */
    margin-top:10px;
    border-radius:0px;
    height:100%;
    overflow-y:auto;
}

.print_title{
    display: none;
}

.title{
    margin: 3px 0px 3px 0px;
    font-size: 14px;
    color: #164a84;/*文字色*/
    text-align: center;
    padding: 1px;
    border-top: solid 2px #5383c3;
    border-bottom: solid 2px #5383c3;
}

.title_img{
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hazard_notice{
    text-decoration: underline;
    cursor: pointer;
}

.hazard_notice_content{
    font-size: 14px;
    position:absolute;
    top:10%;
    z-index:201;
    border:solid 2px;
    padding: 5px 5px 0px 5px;
}

.hazard_notice_content_body{
    border:solid 1px;
    margin:10px 5px;
    max-width: 400px;
}
.notice_detail{
    display: flex;
}

.hanrei{
    font-size: 14px;
    position:absolute;
    top:16%;
    z-index:200;
    border:solid 2px;
    padding: 5px 5px 0px 5px;
}
.hanrei *{
    cursor:default;
}
.hanrei * li{
    height:23px;
}

.hanrei_print{
    font-size: 11px;
    z-index:200;
    border:solid 2px;
    padding: 5px 5px 0px 5px;
    position: fixed;
    right: 2vw;
    bottom: 1vh;
}
.hanrei_print *{
    cursor:default;
}
.hanrei_print * li{
    height:23px;
}

.menu_name{
    color: #555555;
    display: inline-block;
}

.menu_name_hanrei{
    color: #555555;
    display: inline-block;
    height: 23px;
}


.sub_menu {
    list-style: none;
    padding: 0px 0px 0px 25px ;
}

.sub_menu * li{
    padding: 3px;
}

.img_box{
    width:20px;
    height:20px;
    display: inline-block;
    margin: 5px 5px -5px 5px;
}


.btn-default{
    color: #555;
    font-weight: bold;
    font-size: 12px;

}
.right-btn{
    margin: 0px 0px 5px 0px
}

.background_white{
    background-color:#F8F9FA;
}
.background_white2{
    background-color:#F8F9FA;
}
.background_yellow{
    background-color:#ffffa3;
}
.background_orange{
    background-color:#ffd1a3;
}

.white_frame{
    /* background-color:#F8F9FA; */
    border-radius: 0px;
    margin-bottom: 4px;
    position: relative;
}




.arrow_close{
    padding: 5px;
    height:27px;
    display: inline-block;
    position:relative;
    width: 100%;
    background: #ffe2c6;
    cursor: pointer;
}
.arrow_close::after{
    content: '×';
    font-size: 24px;
    position: absolute;
    top: -3px;
    right: 1px;
}



.arrow_close.ac::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.arrow_hide{
    padding: 5px;
    height:27px;
    font-size: 15px;
    display: inline-block;
    position:relative;
    width: 100%;
    /* right:1px; */
    background: #ffe2c6;
    cursor: pointer;
}
.arrow_hide *{
    cursor: pointer;
}

.arrow_hide::after{

    content: '';
    width: 16px;
    height: 16px;
    border: 0px;
    border-top: solid 3px #555555;
    border-right: solid 3px #555555;
    position: absolute;
    top: 8px;
    right: 1px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.arrow_hide.ac::after {
    top: 5px;
    right: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}


.width{
    width: 30px;
    height: 30px;
    background: #ffffff;
    
}

.red_block{
    background-color:#DC3545;
    width:20px;
    height:20px;
    display: inline-block;
    position: relative;
    top:5px;
    
}
.pink_block{
    background-color:#d70035;
    width:20px;
    height:20px;
    display: inline-block;
    position: relative;
    top: 4px;
    
}

.violetred_block{
    background-color: #bf7fff;
    width:20px;
    height:20px;
    display: inline-block;
    position: relative;
    top:5px;
    
}

.pic_block{
    background-color:#d70035;
    width:20px;
    height:20px;
    display: inline-block;
    position: relative;
    top: 4px;
    
}


.green_block{
    background-color: #009854;
    width:20px;
    height:20px;
    display: inline-block;
    position: relative;
    top:5px;
    
}

.blue_block{
    background-color:#0075c2;;
    width:20px;
    height:20px;
    display: inline-block;
    position: relative;
    top:5px;
    
}

.gray_block{
    background-color:#656566;;
    width:20px;
    height:20px;
    display: inline-block;
    position: relative;
    top:5px;
    
}

.invisible_block{
    background-color:#656566;;
    width:20px;
    height:20px;
    display: inline-block;
    position: relative;
    top:5px;
    
}
.icon_block{
    width:20px;
    height:20px;
    display: inline-block;
    position: relative;
    top:-1px;
    
}

.purple_block{
    background-color:#DA70D6;
    width:20px;
    height:20px;
    display: inline-block;
    margin: 5px 5px -5px 5px;
}

.tsunami_block{
    border:solid 1px;
    border-color:#000000;
    background-color:#FFF462;
    opacity:0.5;
    width:20px;
    height:20px;
    display: inline-block;
    position: relative;
    top: 4px;
    
}


.surge_block{
    border:solid 1px;
    border-color:#000000;
    background-color:#FFF462;
    opacity:0.5;
    width:20px;
    height:20px;
    display: inline-block;
    position: relative;
    top: 4px;
}


.kasen_block{
    border:solid 1px;
    border-color:#000000;
    background-color:#FFF462;
    opacity:0.5;
    width:20px;
    height:20px;
    display: inline-block;
    position: relative;
    top: 4px;
}

/* 凡例用ボックス */
.box_quake_1 {
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#8bc9e3;
    width:20px;
    height:20px;
    display: inline-block;
}

.box_quake_2 {
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#add080;
    width:20px;
    height:20px;
    display: inline-block;
}

.box_quake_3 {
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#eeeb89;
    width:20px;
    height:20px;
    display: inline-block;
}

.box_quake_4 {
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#f9cb84;
    width:20px;
    height:20px;
    display: inline-block;
}


.box_fault {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
}

.horizontal_line {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #ff0000;
}

.box_river_11{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#FFF799;
    width:20px;
    height:20px;
    display: inline-block;
    /* margin: 5px 5px -5px 5px; */
}

.box_river_12{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#BAE3F9;
    width:20px;
    height:20px;
    display: inline-block;
    /* margin: 5px 5px -5px 5px; */
}

.box_river_13{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#7ECEF4;
    width:20px;
    height:20px;
    display: inline-block;
    /* margin: 5px 5px -5px 5px; */
}

.box_river_14{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#9A8EC3;
    width:20px;
    height:20px;
    display: inline-block;
    /* margin: 5px 5px -5px 5px; */
}

.box_river_15{
    opacity: 0.8;
    border:solid 1px;
    border-color:#0081CC;
    width:20px;
    height:20px;
    display: inline-block;
    /* margin: 5px 5px -5px 5px; */
}

.box_surge_11{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#FFFCDB;
    width:20px;
    height:20px;
    display: inline-block;
    /* margin: 5px 5px -5px 5px; */
}

.box_surge_12{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#FFF799;
    width:20px;
    height:20px;
    display: inline-block;
    /* margin: 5px 5px -5px 5px; */
}

.box_surge_13{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#CBE3AE;
    width:20px;
    height:20px;
    display: inline-block;
    /* margin: 5px 5px -5px 5px; */
}

.box_surge_14{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#BAE3F9;
    width:20px;
    height:20px;
    display: inline-block;
    /* margin: 5px 5px -5px 5px; */
}

.box_surge_15{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#7ECEF4;
    width:20px;
    height:20px;
    display: inline-block;
    /* margin: 5px 5px -5px 5px; */
}

.box_surge_16{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#9A8EC3;
    width:20px;
    height:20px;
    display: inline-block;
    /* margin: 5px 5px -5px 5px; */
}

.box_tsunami_11{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#FFFCDB;
    width:20px;
    height:20px;
    display: inline-block;
    /* margin: 5px 5px -5px 5px; */
}

.box_tsunami_12{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#CBE3AE;
    width:20px;
    height:20px;
    display: inline-block;
    /* margin: 5px 5px -5px 5px; */
}

.box_tsunami_13{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#BAE3F9;
    width:20px;
    height:20px;
    display: inline-block;
    /* margin: 5px 5px -5px 5px; */
}

.box_tsunami_14{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#7ECEF4;
    width:20px;
    height:20px;
    display: inline-block;
    /* margin: 5px 5px -5px 5px; */
}

.box_tsunami_15{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#9A8EC3;
    width:20px;
    height:20px;
    display: inline-block;
    /* margin: 5px 5px -5px 5px; */
}

.box_naisui1{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#EFED80;
    width:20px;
    height:20px;
    display: inline-block;
}
.box_naisui2{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#B4D898;
    width:20px;
    height:20px;
    display: inline-block;
}
.box_naisui3{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#BCE2E8;
    width:20px;
    height:20px;
    display: inline-block;
}
.box_naisui4{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#86B3E0;
    width:20px;
    height:20px;
    display: inline-block;
}
.box_naisui5{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#B09DCB;
    width:20px;
    height:20px;
    display: inline-block;
}
.box_naisui6{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#9B68A9;
    width:20px;
    height:20px;
    display: inline-block;
}

.doseki_block{
    border:solid 2px;
    /* border-color:#FFA500;
    background-color:#FFEBCD; */
    border-color:#7ECEF4;
    opacity:1;
    width:20px;
    height:20px;
    display: inline-block;
    position: relative;
    /* top: 4px; */
    
}

.doseki_keikai{
    border:solid 2px;
    /* border-color:#FF0000;
    background-color:#FFA399; */
    border-color:#7ECEF4;
    background-color:#FFFDE5;
}

.doseki_danger{
    border:solid 2px;
    /* border-color:#FF0000;
    background-color:#FFA399; */
    border-color:#7ECEF4;
    background-color:#EA5504;
}

.kyukeisha_block{
    border:solid 2px;
    /* border-color:#FFA500;
    background-color:#FFEBCD;
    background-image:linear-gradient(45deg, #FFA500 25%, #FFEBCD 25%, #FFEBCD 50%, #FFA500 50%, #FFA500 75%, #FFEBCD 75%, #FFEBCD); */
    border-color:#009944;
    background-size: 6px 6px;
    opacity:1;
    width:20px;
    height:20px;
    display: inline-block;
    position: relative;
    /* top: 4px; */
    
}

.kyukeisha_keikai{
    border:solid 2px;
    /* border-color:#FF0000;
    background-color:#FFA399;
    background-image:linear-gradient(45deg, #FF0000 25%, #FFA399 25%, #FFA399 50%, #FF0000 50%, #FF0000 75%, #FFA399 75%, #FFA399); */
    border-color:#009944;
    background-color:#FFFDE5;
    background-size: 6px 6px;
}

.kyukeisha_danger{
    border:solid 2px;
    /* border-color:#FF0000;
    background-color:#FFA399;
    background-image:linear-gradient(45deg, #FF0000 25%, #FFA399 25%, #FFA399 50%, #FF0000 50%, #FF0000 75%, #FFA399 75%, #FFA399); */
    border-color:#009944;
    background-color:#EA5504;
    background-size: 6px 6px;
}


.jisuberi_block{
    border:solid 2px;
    /* border-color:#754B19;
    background-color:#FFEBCD;
    background-image:linear-gradient(45deg, #A17A4D 25%, #FFEBCD 25%, #FFEBCD 50%, #A17A4D 50%, #754B19 75%, #FFEBCD 75%, #FFEBCD); */
    border-color:#985D00;
    background-color:#FFFDE5;
    background-size: 6px 6px;
    opacity:1;
    width:20px;
    height:20px;
    display: inline-block;
    position: relative;
    /* top: 4px; */
    
}



/* -------------------------------------------------- */
.box_shelter{
    /* border:solid 1px; */
    /* border-color:#555555; */
    background-color:#ffffff;
    width:20px;
    height:20px;
    display: inline-block;
}

.box_icon{
    /* border:solid 1px;
    border-color:#555555; */
    width:20px;
    height:20px;
    position : relative;
    top      : -3px;
    left     : -1px;
}

.box_dosekiryu_green{
    border:solid 1px;
    border-color:#2fed2f;
    background-color:#b3ffb3;
    width:20px;
    height:20px;
    display: inline-block;
    margin: 5px 5px -5px 5px;
}

.box_dosekiryu_yellow{
    border:solid 1px;
    border-color:#FFA500;
    background-color:#FFEBCD;
    width:20px;
    height:20px;
    display: inline-block;
    margin: 5px 5px -5px 5px;
}
.box_dosekiryu_red{
    border:solid 1px;
    border-color:#FF0000;
    background-color:#FFE4E1;
    width:20px;
    height:20px;
    display: inline-block;
    margin: 5px 5px -5px 5px;
}


.box_river_r1{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#FEEF48;
    width:20px;
    height:20px;
    display: inline-block;
    margin: 5px 5px -5px 5px;
}


.box_river_r2{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#F2B274;
    width:20px;
    height:20px;
    display: inline-block;
    margin: 5px 5px -5px 5px;
}

.box_river_r3{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#F0A4CB;
    width:20px;
    height:20px;
    display: inline-block;
    margin: 5px 5px -5px 5px;
}

.box_river_r4{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#F16B71;
    width:20px;
    height:20px;
    display: inline-block;
    margin: 5px 5px -5px 5px;
}


.box_tsunami_1{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#00FF00;
    width:20px;
    height:20px;
    display: inline-block;
    margin: 5px 5px -5px 5px;
}


.box_tsunami_2{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#FFE600;
    width:20px;
    height:20px;
    display: inline-block;
    margin: 5px 5px -5px 5px;
}

.box_tsunami_3{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#FF9900;
    width:20px;
    height:20px;
    display: inline-block;
    margin: 5px 5px -5px 5px;
}


.box_tsunami_4{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#F4B3C2;
    width:20px;
    height:20px;
    display: inline-block;
    margin: 5px 5px -5px 5px;
}


.box_surge_1{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#FFFFB3;
    width:20px;
    height:20px;
    display: inline-block;
    margin: 5px 5px -5px 5px;
}

.box_surge_2{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#F7F5A9;
    width:20px;
    height:20px;
    display: inline-block;
    margin: 5px 5px -5px 5px;
}


.box_surge_3{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#FFD8C0;
    width:20px;
    height:20px;
    display: inline-block;
    margin: 5px 5px -5px 5px;
}


.box_surge_4{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#FFB7B7;
    width:20px;
    height:20px;
    display: inline-block;
    margin: 5px 5px -5px 5px;
}


.box_surge_5{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#FF9191;
    width:20px;
    height:20px;
    display: inline-block;
    margin: 5px 5px -5px 5px;
}

.box_surge_6{
    opacity: 0.8;
    border:solid 1px;
    border-color:#000000;
    background-color:#F285C9;
    width:20px;
    height:20px;
    display: inline-block;
    margin: 5px 5px -5px 5px;
}




/* 斜線入り */
.box_slash_kyukeisha_yellow{
    border:solid 1px;
    border-color:#FFA500;

    -webkit-background-size: 7px 7px;
    -moz-background-size: 7px 7px;
    background-size: 7px 7px;
    background-color: #FFEFEF;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
                color-stop(.25, #FFA500), color-stop(.25, transparent),
                color-stop(.5, transparent), color-stop(.5, #FFA500),
                color-stop(.75, #FFA500), color-stop(.75, transparent),
                to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #FFA500 25%, transparent 25%,
            transparent 50%, #FFA500 50%, #FFA500 75%,
            transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #FFA500 25%, transparent 25%,
            transparent 50%, #FFA500 50%, #FFA500 75%,
            transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #FFA500 25%, transparent 25%,
            transparent 50%, #FFA500 50%, #FFA500 75%,
            transparent 75%, transparent);
    width:20px;
    height:20px;
    margin: 5px 5px -5px 5px;
    display: inline-block;
}

.box_slash_kyukeisha_red{
    border:solid 1px;
    border-color:#FF0000;
    margin: 5px 5px -5px 5px;
    -webkit-background-size: 7px 7px;
    -moz-background-size: 7px 7px;
    background-size: 7px 7px;
    background-color: #FFEFEF;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
                color-stop(.25, #FF0000), color-stop(.25, transparent),
                color-stop(.5, transparent), color-stop(.5, #FF0000),
                color-stop(.75, #FF0000), color-stop(.75, transparent),
                to(transparent));
    background-image: -moz-linear-gradient(-45deg, #FF0000 25%, transparent 25%,
              transparent 50%, #FF0000 50%, #FF0000 75%,
              transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #FF0000 25%, transparent 25%,
              transparent 50%, #FF0000 50%, #FF0000 75%,
              transparent 75%, transparent);

    width:20px;
    height:20px;
    display: inline-block;
}

.box_slash_kyukeisha_green{
    border:solid 1px;
    border-color:#90EE90;
    -webkit-background-size: 7px 7px;
    -moz-background-size: 7px 7px;
    background-size: 7px 7px;
    background-color: #FFEFEF;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
                color-stop(.25, #90EE90), color-stop(.25, transparent),
                color-stop(.5, transparent), color-stop(.5, #90EE90),
                color-stop(.75, #90EE90), color-stop(.75, transparent),
                to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #90EE90 25%, transparent 25%,
            transparent 50%, #90EE90 50%, #90EE90 75%,
            transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #90EE90 25%, transparent 25%,
            transparent 50%, #90EE90 50%, #90EE90 75%,
            transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #90EE90 25%, transparent 25%,
            transparent 50%, #90EE90 50%, #90EE90 75%,
            transparent 75%, transparent);
    width:20px;
    height:20px;
    margin: 5px 5px -5px 5px;
    display: inline-block;
}

.min_windows_box{
    position: absolute;
    right: 90px;
    bottom: 40px;
    margin: 10px;
    /* background: #ffffff; */
    z-index: 200;
}

.info-shadow {
    -webkit-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
    filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));    
}

.info-window {
    position: relative;
    display: inline-block;
    padding: 10px;
    min-width: 120px;
     color: #555;
    font-size: 16px;
    background: #ffffff;
    border-radius: 2px;
    
}

.info-window:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -15px;
    border-radius: 2px;
    border: 15px solid transparent;
    border-top: 15px solid #ffffff;

}

/* -----------------スクロールバー非表示----------------- */
html {
    -ms-overflow-style: none; /* IE対策 */ 
}

.box2::-webkit-scrollbar  /* Webkit(Chrome) */{
  display: none;
}

/* firefox用スクロールバー非表示 */
.scrollbar_container 
{
  /* width: 300px; */
  overflow-x: hidden;
}
.scrollbar_hidden 
{
  width: calc(98% + 18px); 
  overflow-y: scroll; 
}
/* --------------------------------------------------------- */

/* 印刷設定 */
@media print{

    /* .gm-style div > img {
        position: absolute  !important;
      }  */
    /* 非表示 */
    .no_print{display: none !important}
    .btn{display: none}
    .gm-fullscreen-control{display: none}

    html, body {
        /* width: 100%; */
        /* height: auto; */
        /* height:100vh;  */
        margin: 0 !important; 
        padding: 0 !important;
        overflow: hidden;
        -webkit-print-color-adjust: exact;
    }
    html:last-child {
        page-break-after: auto;
   }

    .map_area {
        width: 100%;
        height: 100%;
        padding: 0px 5px;
        margin:0px;
    }
    .row {
        height: 100vh !important
        /* height:  calc(100vh - 1vh)!important */
    }
}
/* 余白 */
@page {
    margin: 10mm;
  }


/* sp */
/* @media screen and (max-width: 1024px){ */
@media screen and (max-width: 1199px){
    #hanrei {
        display: none !important;
    }
    .hanrei {
        left: 0%;
        /* bottom: 6vh; */
        /* height: 215px; */
        top: 30vh;
        overflow: auto;
    }

    .hanrei ul{
        left: 0%;
        height: 175px;
    }
    .btn_bottom{
        position: fixed;
        bottom: 0vh;
        width: 100%;
        /* padding: 10px; */
        text-align: center;
        visibility: inherit;
        }
    .btn_bottom a {
        padding: 6px 3px;
    }

    a.menu_btn {
        padding: 12px 3px;
    }

    .left_space_notice_sp{
        height:12vh;
        margin:0px 0px 5px 0px;;
        position:relative;
        z-index:300;
        border:solid 2px;
        border-radius: 0px;
    }
    .hazard_notice_content {
        font-size: 14px;
        position: absolute;
        top: 10%;
        z-index: 201;
        border: solid 2px;
        padding: 5px 5px 0px 5px;
        top:20vh;
        margin-left: 30px;
    }
    .notice_detail{
        display: block;
    }

    ::-webkit-scrollbar {
        width: 20px;
    }
     
    ::-webkit-scrollbar-track {
        background-color: rgb(220,220,220);
        /* border-radius: 5px; */
        box-shadow: inset 3px -3px 5px rgba(0,0,0,0.2);
    }
     
    ::-webkit-scrollbar-thumb {
        background-color: rgb(150,150,150);
        /* border-radius: 5px; */
        box-shadow: inset 3px 3px 3px rgba(255,255,255,0.2);
    }
}
.navbar-collapse {
    float: left;
    width: 100%;
    clear: both;
}
/* layer tree */
.menu_wrap {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 999999;
    pointer-events: none;
}
.sidemenu_sp {
    top: unset;
    /* height: 35vh; */
    bottom: 0px;
    left: 0;
    width: 100vw;
    position: fixed;
    opacity: 0.9;
    display: none;
}
.sidemenu_title {
    position: relative;
    height: 30px;
    padding: 5px 10px 5px 10px;
    /* background-color: #424242;
    color: #fff; */
}
.sidemenu_close {
    position: absolute;
    right: 10px;
    top: 4px;
}
#menu_sp {
    /* height: 45vh; */
    width: 100vw;
    bottom: 0px;
    font-size: 20px;
    border: none;
    font-size: 15pt;
    overflow-y: scroll;
}
.sp_sidebody {
    height: calc(40vh - 60px);
    width: 100%;
    padding: 10px 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 35px;
    /* z-index: 999999; */
    background-color: #fff;
}
/* 
@media (min-width: 768px) {
    .navbar-right {
        margin-top: -50px;
    }
} */
#modal_body_sphanrei li{
    font-weight: bold;
    height: 48px;
}
#modal_body_sphanrei img,#modal_body_sphanrei .box{
    width: 40px;
    height: 40px;
}
/* #modal_body_sphanrei li:not(.layer_shelter):not(.layer_dm):not(.layer_wl):not(.layer_rf) > span {
    display: inline-block;
    vertical-align: 10px;
} */

/* 初回アクセス*/
.overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 1
    }
    .btn_area {
    width: 400px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    text-align: center;
    z-index: 2
    }
    .btn_area .ttl {
    font-weight: bold
    }
    .btn_area p {
    padding: 15px
    }
    .btn_area button {
    display: block;
    margin: 0 auto;
    background: #333;
    color: #fff;
    padding: 20px 40px;
    border: none
    }
    .btn_area button:hover {
    background: #777
    }

    .senter-pos {
        display: flex;
        align-items: center;
        min-height: 100%;
      }