/*#map_controller{
	position: absolute;
	top: 40vh;
	left: 0;
	width: 10%;
}*/

#map_wrapper{
    text-align: center;
    background-color: #A8E0ED;
}

#map_main{
	fill: #58CBE8;
}

@media screen and  ( max-width:1200px) {
    svg{
    	width: 1000px;
        margin: 0 auto;
    	height: 550px;
        cursor: move;
    	background-color: #A8E0ED;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        overflow: hidden;
    }
}

@media screen and  ( min-width:1200px) {
    svg{
        width: 1200px;
        margin: 0 auto;
        height: 550px;
        cursor: move;
        background-color: #A8E0ED;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        overflow: hidden;
    }
}

.cls-1{
	fill:#ffffff;
}
.cls-2{
	fill:#A8E0ED;
}
.cls-3,.cls-4,.cls-5,.cls-6{
	fill:none;
	stroke-linecap:round;
	stroke-linejoin:round;
}
.cls-3{
	stroke:#b1b2b3;
}
.cls-4{
	stroke:#9cc;
}
.cls-5{
	stroke:#b8b9bb;
}
.cls-6{
	stroke:#007394;
}

[v-cloak] {
    display: none;
}
/*ポップアップ*/
.flex{
	display: flex;
	justify-content: left;

}
.popup-content{
    background-color: #232323;
/*    opacity: 0.9;*/
    width: 300px;
    height: 280px;
    position: absolute;
    top: 270px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    color: white;
    font-size: 15px;
}

.popup_table{
    width: 100%;
    color: white;
}
.popup_table > tbody > tr > td{
    padding: 4px 0 3px;
    padding-left: 18px;
}
.country_name{
    display: inline-block;
    width: 195px;
    color: white;
    text-align: center;
    margin-top: 42px;
    margin-left: 20px;
    font-size: 18px;
}
.time_map{
    font-size: 32px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 4px;
}
/*.ue{
    font-size: 5vw;
    margin:0;
    line-height: 10vw;
}
.sita{
    font-size: 4vw;
    margin:0;
}
*/
.flag{
  width: 40%;

}
.flag > img{
  width: 100%;
  opacity: 1;
  margin: 18px 0 0px 18px;
}
.close{
	cursor: pointer;
	font-size: 23px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;

}
.country_name{

}

circle{
    cursor: pointer;
    transition: 0.5s;
}
circle:hover{
    fill: #ffff00;
    transition: 0.5s;
}