/* 地図画面*/
.divMap {
    position: absolute;
    z-index: -1;
    bottom: 0;
}

.btnMapImg {
    border: none;
    outline: none;
    background: transparent;
    width: auto;
    overflow:visible;
    padding: 0;
    pointer-events: auto;
    touch-action: manipulation;
}

#btnMapScaleUp:active{
    margin: 5px;
    height:40px;
    width:40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/images/map/scale-up/scale-plus-disable.png');
}
#btnMapScaleUp {
    margin: 5px;
    height:40px;
    width:40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/images/map/scale-up/scale-plus-press.png');
}

#btnMapScaleDown:active{
    margin: 5px;
    height:40px;
    width:40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/images/map/scale-down/scale-minus-disable.png');
}

#btnMapScaleDown {
    margin: 5px;
    height:40px;
    width:40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/images/map/scale-down/scale-minus-press.png');
}

#btnMapCurrentLocation:active{
    margin: 5px;
    height:52px;
    width:52px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/images/map/current_location/location-disable.png');
}

#btnMapCurrentLocation {
    margin: 5px;
    height:52px;
    width:52px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/images/map/current_location/location-press.png');
}

#btnMapGenre:active{
    margin: 5px;
    height:52px;
    width:52px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/images/map/genre-list/narrow-disable.png');    
}

#btnMapGenre {
    margin: 5px;
    height:52px;
    width:52px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/images/map/genre-list/narrow-press.png');
}

.divMapControllerImgBlock {
    position: fixed;
    bottom: 40px;
    right:0;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end; 
    z-index: 998;
    pointer-events: none;
}

.divMapGenreImgBlock {
    position: fixed;
    bottom: 40px;
    left:0;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end; 
    z-index: 998;
}

/* 地図画面 観光スポット*/
#navMapSpotInfo {
    position: fixed;
    bottom: 0;
    width: 100vh;
    margin: 32px 0 0 0;
    padding: 6px 14px 6px 14px;
    z-index: 998;
    transition: all 0.3s;
    overflow-y: auto;
    background-color: #ffffff;
    display:none;
}

#navMapSpotInfo.active {
    bottom: 0;
}

.divMapSpotDismis {
    position: absolute;
    right:8px;
    padding: 1px;
}

.btnMapSpotDismis {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    color: #FFF;
    border: none;
    outline: none;
    text-align:center;
    text-decoration: none;
}

.btnMapSpotDismis:active
{
    background-color: #feff87;
    color: #333;
}

.divMapSpotInfoBrock {
    left:0;
    display: inline-flex;
}

.divMapSpotInfoTextBrock {
    position: relative;
    display:flex;
    flex-direction:column;
    margin: 0 30px 0 0;
}

.btnMapSpotBlock {
    display: flex;
    padding: 20px 0 0 0;
    justify-content:space-around;
}

.imgMapSpotIcon {
    margin: 10px 10px 20px 0;
       -o-object-fit: contain;
          object-fit: contain;
}

.divMapSpotTitle {
    margin: 18px 0 0 0;
    word-wrap: break-word;
}

.divMapSpotExplanation {
    position: relative;
    margin: 10px 10px 20px 0;
    word-wrap: break-word;
    -o-object-fit: contain;
       object-fit: contain;
}

.btnMapSpotBase {
    width: 160px;
    height: 60px;
    border-radius: 30px;
    font-family: HiraginoSans-W6;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    text-align:center;
    text-decoration: none;
}

.btnMapSpotBase:active
{
    background-color: #feff87;
    color: #333;
}

.btnMapSpotRight {
    position: absolute;
    right:14px;
    bottom:10px;
}


.btnMapSpotLeft {
    position: absolute;
    left:14px;
    bottom:10px;
}


/* 地図画面 ジャンルリスト*/
.divGenreSelectDialog {
    border-radius: 10px;
}

.divGenreSelectDialogBody {
    padding: 0;
}

.liGenreSelectInfo {
    position: relative;
    border-top:1px solid #979797
}

.lblGrnreSelectName {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #231815;
    font-family: HiraginoSans-W3;
}

.chkGenreSelect {
    position: absolute;
    right: 0;
    top: 50%;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.divGenreSelectModalFooter {
    border-top: 1px solid #979797;
    height: 60px;
    padding: 0;
}

.divGenreSelectModalFooterblock {
    margin: 0;
    height: 100%;
}

.btnGenreSelectBase {
    width: 50%;
    border: none;
}

.btnGenreSelectFont {
    font-family: HiraginoSans-W3;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #009e96;
}

.btnGenreSelectLeft {
    border-right: 1px solid #979797;
}

.btnMapSpotDismisTxt {
    margin:0 auto;
    display: flex;
    justify-content: center;
}

