/* #gMap */
.secMap{
    margin-top: 50px;
    padding-bottom: 30px;
}
#gMap{
    width: 100%;
    height: 500px;
}
.secMap .poi-info-window {
    padding: 12px;
}
.secMap .gm-style .gm-style-iw-c{
    border-radius: 15px !important;
    padding: 0 !important;
    overflow: visible !important;
    max-width: none !important;
    top: -4px !important;
}
.secMap .gm-style .gm-style-iw-tc{
    display: none!important;
}
.secMap .gm-style .gm-style-iw-c .gm-style-iw-d {
    overflow: visible !important;
}
.secMap .gm-style .gm-style-iw-c button:hover {
    opacity: 0.8 !important;
}
.secMap .gm-style-moc{
    display: none !important;
}
.secMap .gm-style .gm-style-iw-t::after {
    display: none;
}
.secMap .gm-style .gm-ui-hover-effect{
    top: 9px!important;
    right: 9px!important;
    opacity: 1!important;
}
.secMap .gm-style .gm-ui-hover-effect span{
    visibility: hidden!important;
}
.secMap .gm-style .gm-ui-hover-effect::after,
.secMap .gm-style .gm-ui-hover-effect::before{
    display: none;
}
@media only screen and (max-width:767px){
    .secMap {
    padding-bottom: 21px;
    margin-top: 20px;
}
    #gMap{
        height: 400px;
    }
}

/* secMapPopup */
.secMapPopup{
    min-width: 175px;
    width: auto;
    padding: 13px 10px;
    background: #fff;
    border-radius: 3px;
    /* overflow: hidden; */
    position: relative;
    font-family:'YakuHanJP_Noto','Noto Sans JP', sans-serif;
}
.secMapPopup::after{
    content: "";
    position: absolute;
    width:15px;
    height: 11px;
    background: #fff;
    left: calc(50% - 7.5px);
    bottom: calc(0% - 10px);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.secMapPopup .inner{

}
.secMapPopup .inner .boxTxt{
    position: relative;
    text-align: center;
}
.secMapPopup .tit{
    font-size: 14px;
    font-weight:bold;
    line-height: 1.5;
    height: auto;
    background: no-repeat;
    color: #000;
}
.secMapPopup .aBtnLink{
    font-size: 11px;
    line-height: 1;
    text-decoration: underline;
    color: #0d7cf9;
    margin-top: 5px;
    display: inline-block;
}
@media only screen and (max-width:767px){

}
.secMap .mapmenu{
    margin-top: 20px;
    background: #f5f5f5;
    padding: 30px 0;
}
.secMap .mapmenu .list{
    display: flex;
    justify-content: center;
}
.secMap .mapmenu .list .item{
    position: relative;
    font-size:15px;
    line-height: 32px;
    font-weight: bold;
    padding-left: 50px;
    letter-spacing: 0.5px;
    margin-right: 70px;
}
.secMap .mapmenu .list .item::after{
    content: "";
    position: absolute;
    left: 10px;
    top: calc(50% - 14px);
    width: 22px;
    height: 28px;
    background: url(/img/common/tp.gif) center center no-repeat;
    background-size: 100% auto;
}
.secMap .mapmenu .list .item:nth-child(1):after{
    background-image: url(/img/common/iconMapPin01.png);
}
.secMap .mapmenu .list .item:nth-child(2):after{
    background-image: url(/img/common/iconMapPin02.png);
}
.secMap .mapmenu .list .item:nth-child(3):after{
    background-image: url(/img/common/iconMapPin03.png);
}
.secMap .mapmenu .list .item:last-child{
    margin-right: 0;
}
@media only screen and (max-width:767px){
    .secMap .mapmenu{
        margin-top: 0px;
        padding: 13px 0;
    }
    .secMap .mapmenu .list{
    }
    .secMap .mapmenu .list .item{
        font-size:12px;
        padding-left: 25px;
        letter-spacing: 0;
        margin-right: 15px;
    }
    .secMap .mapmenu .list .item::after{
        left: 0;
        top: calc(50% - 10px);
        width: 16px;
        height: 20px;
    }
    .secMap .mapmenu .list .item:last-child{
        margin-right: 0;
    }
}
@media only screen and (max-width:340px){
    .secMap .mapmenu .list .item{
        font-size: 11px;
    }
}
/* 240412 */
.secMap .notetxt{
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
}
@media only screen and (max-width:767px){
    .secMap .notetxt{
        font-size: 11px;
        line-height: 1.5;
        margin: 10px 0;
    }
}
