@charset "utf-8";
.maps-content-box{
    position: relative;
}

.google-map{
    width:100vw;
    height:calc(100vh - 55px);
}

.iconText{
    color:#fff !important;
    padding-bottom: 14px;
    font-weight: bolder;
}

.zoom_in_btn{
    width: 35px;
    height: 35px;
    background-image: url(../images/zoom_in.png);
    background-size: contain;
}

.zoom_out_btn{
    width: 35px;
    height: 35px;
    background-image: url(../images/zoom_out.png);
    background-size: contain;
}

.zoom_in_btn:hover{
    background-image: url(../images/zoom_in_hover.png);
}

.zoom_out_btn:hover{
    background-image: url(../images/zoom_out_hover.png);
}

.maps_list_box{
    width: 354px;
    max-height: 572px;
    position: absolute;
    top:5%;
    left:100px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.scroll_box{
    overflow-y: scroll;
    height: 464px;
}

.maps_list_box ul{
    display: flex;
    padding:0;
    margin:0;
    list-style: none;
}

.maps_list_box li{
    font-weight: bolder;
    padding:18px 0;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #C4C4C4;
    cursor: pointer;
}

.maps_list_box li.active{
    color: #2D6F23;
    border-bottom: 3px solid #2D6F23;
}

.maps_list_box li:hover{
    color: #2D6F23;
}

.maps_listbox{
    overflow-y:scroll ;
    height: 464px;
}

.maps_list{
    position: relative;
    padding:13px 19px;
    border-bottom: 1px solid #C4C4C4;
    cursor: pointer;
}

.maps_list:hover{
    background: rgba(204, 204, 204, 0.17);
}

.maps_list span{
    display: block;
}

.maps_list .title{
    font-size: 16px;
    font-weight: bolder;
}

.maps_list .text{
    font-size: 12px;
    margin:8px 0;
}

.maps_list .phone{
    font-size: 12px;
}

.maps_list_data{
    background: #fff;
    width:100%;
}

.return_box{
    box-sizing: border-box;
    height:55px;
    background: #F1B92B;
    padding:16px;
    display: flex;
    align-items: center;
}

.return_box span{
    font-size:16px;
    margin-left:15px;
    font-weight: bolder;
}

.maps_list_data .img_box{
    height: 198px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.maps_list_data .img_box img{
    width: 100%;
    height:100%;
}

.maps_list_data .text_box {
    padding:20px 14px
}

.maps_list_data .text_box span{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.maps_list_data .text_box svg{
    margin-right: 4px;
}

.maps_list_data .text_box .title{
    font-size: 16px;
    font-weight: bolder;
    margin-left: 2px;
}

.maps_list_data .link_box{
    padding:0 14px 20px;
    display: flex;
    justify-content: space-between;
}

.more_button_box{
    padding: 0 14px;
}

.more_button_box>div{
    box-sizing: border-box;
    width:100%;
    height:100%;
    border:2px solid #756850;
    margin-bottom: 15px;
    color:#756850;
    font-weight: bolder !important;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
}

.more_button_box .googlemaps_box a{
    padding:0 15px;
    width: 100%;
    color:#756850;
    text-decoration: none;
    font-size: 16px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.googlemaps_box svg{
    margin-right: 5px;
}

.more_button_box .more_title_box{
    width: 100%;
    height:50px;
    padding:0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.more_button_box .more_title_box.active,.more_button_box .googlemaps_box a:hover{
    background: #756850;
    color:#fff !important;
    opacity: 1;
}

.more_button_box .more_title_box:hover{
    background: #F0F0F0;
}

.more_button_box .more_title_box.active:hover{
    background: #756850;
}

.more_button_box .more_text_box>span{
    display: flex;
    padding:0 15px;
    font-size: 14px;
    color:#333;
    margin:15px 0;
    line-height: initial;
}

.more_button_box .more_text_box>span span{
    width:100%;
}

.more_button_box .more_text_box svg{
    margin-right: 5px;
}

.more_button_box .more_text_box02{
    padding:20px 15px;
}

.more_button_box .more_text_box02>span{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color:#333;
    margin-bottom: 3px;
}

.more_text_box02 .city{
    display: block;
    width:100%;
    font-size:16px;
    font-weight: bolder;
    color:#2D6F23;
    margin-bottom: 10px;
}

.more_text_box02>span:last-child{
    margin:0 !important;
}

.more_text_box02 .title{
    width:100%;
    margin-bottom:5px;
}

@media only screen and (max-width: 480px){
    .google-map{
        height: 570px;
    }
    .maps_list_box{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-height: initial;
        box-shadow:none;
    }
    .maps_listbox{
        height: 100%;
        overflow-y: initial;
    }

    .maps-content-box ul{
        display: flex;
        padding: 0;
        margin: -5px 0 0;
        list-style: none;
        background: #fff;
        box-shadow: inset 0px 6px 11px 2px #ebebeb;
    }
    
    .maps-content-box li{
        font-weight: bolder;
        padding: 2.5px 0;
        width: 50%;
        text-align: center;
        border-bottom: 1px solid #C4C4C4;
        cursor: pointer;
    }
    
    .maps-content-box li.active{
        color: #2D6F23;
        border-bottom: 3px solid #2D6F23;
    }
    
    .maps-content-box li:hover{
        color: #2D6F23;
    }
    
    .maps_type{
        box-sizing: border-box;
        padding:0 16px;
        height:84px;
        width:100%;
        background: #F7F4ED;
        display: flex;
        align-items: center;
        justify-content: end;
        font-weight: bolder;
    }

    .maps_type .title{
        color: #666156;
        margin-right: 10px;
    }

    .maps_type_icon01{
        display: block;
        width: 45px;
        height: 45px;
        background: url('../../images/mapTypeIcon01.png');
        margin-right: 20px;
    }

    .maps_type_icon02{
        display: block;
        width: 45px;
        height: 45px;
        background: url('../../images/mapTypeIcon02.png');
    }

    .maps_type_icon01.active{
        background: url('../../images/mapTypeIcon01_hover.png');
    }

    .maps_type_icon02.active{
        background: url('../../images/mapTypeIcon02_hover.png');
    }

    .return_box{
        position: relative;
    }

    .return_box svg:last-child{
        position: absolute;
        right:16px;
    }

    .maps_list span{
        line-height: initial;
    }
    
    .maps_list_data{
        height: 100%;
    }
    .maps_list_data .text_box .title{
        font-size: 16px;
    }

    .maps_list_data .text_box span{
        margin-bottom: 5px;
        line-height:initial;
        min-height: 35px;
    }

    .maps_list .text,.maps_list .phone{
        font-size: 14px;
    }

    .maps_list_data .text_box span,.maps_list_data .text_box span{
        
        font-size: 14px;
    }

    .maps_list_data .img_box{
        margin: 0;
        width: 100%;
    }

    .more_text_box02 span{
        line-height: initial;
    }

    .scroll_box{
        max-height: 512px;
        min-height: initial;
    }

    .more_button_box .more_title_box:hover{
        background: none;
    }

main[role="main"] {
    padding-top: 60px;
}
header {
    height: 55px;
}
}