/* #gMap */
.secMap{
    margin-top: 50px;
    padding-bottom: 70px;
}
#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;
    max-width: 350px;
    width: auto;
    padding: 25px 20px;
    background: #fff;
    border-radius: 5px;
    /* 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: 15px;
    font-weight:bold;
    line-height: calc(22 / 15);
    height: auto;
    background: no-repeat;
    color: #000;
    text-align: left;
}
.secMapPopup .aBtnLink{
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    margin-top: 5px;
    display: inline-block;
    width: 130px;
    height: 36px;
    border-radius: 5px;
    background: #172835;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secMapPopup .aBtnLink:before{
    content: '';
    background: url(../img/modelhouse/iconNextArrow.png) center top / cover no-repeat;
    width: 16px;
    height: 16px;
    bottom: 10px;
    right: 15px;
    position: absolute;
}
.secMapPopup .boxPopup{
    display: flex;
    flex-direction: row-reverse;
    margin-top: 15px;
    align-items: center;
}
.secMapPopup .boxTxt{
    margin: 0;
    margin-right: 30px;
    flex-shrink: 0;
    font-size: 11px;
    line-height: calc(28 / 11);
    width: calc(100% - 160px);
}
.secMapPopup .day{
    position: relative;
    padding-left: 15px;
}
.secMapPopup .day:before{
    position: absolute;
    content: '';
    background: url(../img/modelhouse/iconDay.png) center top / cover no-repeat;
    width: 12px;
    height: 12px;
    top: 9px;
    left: 0;
}
.secMapPopup .address{
    position: relative;
    padding-left: 15px;
}
.secMapPopup .address:before{
    position: absolute;
    content: '';
    background: url(../img/modelhouse/iconAddress.png) center top / cover no-repeat;
    width: 12px;
    height: 15px;
    top: 7px;
    left: 0;
}
@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;
    }
    .secMapPopup .tit {
        font-size: 14px;
    }
    .secMapPopup .boxImg {
        width: 130px;
        flex-shrink: 0;
    }
    .secMapPopup {
        min-width: inherit;
        max-width: 315px;
        padding: 20px 15px;
    }
    .secMapPopup .boxTxt {
        display: block;
    }
    .secMapPopup .boxTxt {
        margin-right: 15px;
        font-size: 10px;
        line-height: calc(20 / 10);
        width: calc(100% - 145px);
    }
    .secMapPopup .aBtnLink {
        margin-top: 15px;
    }
}
@media only screen and (max-width:340px){
    .secMap .mapmenu .list .item{
        font-size: 11px;
    }
}
/* 240412 */
.secMap .notetxt{
    font-size: 13px;
    line-height: 20px;
    text-align: right;
    margin-top: 20px;
}
@media only screen and (max-width:767px){
    .secMap .notetxt{
        font-size: 11px;
        line-height: 1.5;
        margin: 10px 0;
    }
}
.gm-style-iw-chr {
    display: none !important;
}
.secMapPopup .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 0 5px 0 5px;
    background: rgba(23, 40, 53, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.secMapPopup .closeBtn:hover {
    color: #fff;
}