@charset "utf-8";
.cluster span{
    font-size: 20px;
}
.cluster span:after {
    content: "件";
}
.makerLabels {
    color: #000000;
    background:white;
	letter-spacing:normal;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 2px 8px;
    box-sizing: border-box;
    white-space: nowrap;
    border-radius: 24px 24px 24px 24px;
    min-width: 50px;
	 font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (min-width: 780px) {
    .flexbox{
        position: absolute;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        height:450px;
        width: 180px;
        top: 25px;
        left: 25px;
    }
    .flexbox-left{
        align-items: flex-start; /*左端に整列*/
    }
    .icon-img {
        height:80px;
        width: 80px;
    }
    .map {
        top: 0px;
        left: 0px;
        width:100%;
        height: 800px;
    }
}
@media screen and (max-width: 780px) {
    .flexbox {
        position: absolute;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        height: 160px;
        width: 280px;
        bottom: -30px;
        left: 43%;
        margin-left: -140px;
    }
	
	
.flexbox {
        position: absolute;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        height: auto;
        width: auto;
        bottom: 10px;
        left: 36%;
        margin-left: -140px;
    }
	
    .icon-img {
        height:55px;
        width: 55px;
    }
    .map {
        top: 0px;
        left: 0px;
        width:100%;
        height: 600px;
    }
}
.icon-dn{
    display:none;
}
.mapArea {
    position: relative;
}
