@charset "UTF-8";
/*----------------------------------
map
----------------------------------*/
.map__box{
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}
.btn--popup{
    margin-top: 40px;
    text-align: center;
    letter-spacing: -.4em;
}
.btn--popup__print{
    display: inline-block;
    letter-spacing: normal;
    text-align: center;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
}
.btn--popup__print a{
    display: block;
    font-size: 14px;
    color: #fff;
    background-color: #be9461;
    border: 1px solid #be9461;
}
.btn--popup__print a:hover{
    background-color: #fff;
    color: #be9461;
}
.gallery-grid{
    background: #be9461;
    align-items: center;
    padding: 20px 16px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px 0;
}
.map-address-note{
    font-size: 1.4rem;
    line-height: 1.2;
}
.map-address{
    font-size: 2rem;
    padding: 16px;
    border: 1px solid #fff;
}
.gallery-grid .text-wrapper{
    display: grid;
    gap: 20px;
    width: calc(100% - 32px);
    margin-left: auto;
}
.map-address-heading{
    font-size: 2.4rem;
    line-height: 1.2;
    background: #fff;
    color: #be9461;
    padding: 16px;
}
.map-heading{
    margin-top: 80px;
}
@media screen and (max-width:767px) {
    .map-heading{
        margin: 40px 0 0;
    }
    .primary-heading.map-heading{
        margin-bottom: -10px;
    }
    .gallery-grid{
        grid-template-columns: 1fr;
    }
    .gallery-grid .text-wrapper{
        gap: 16px;
        width: 100%;
    }
    .map-address-heading{
        font-size: 1.6rem;
    }
    .map-address-note{
        font-size: 1.2rem;
    }
    .map-address{
        font-size: 1.8rem;
    }
}
@media print { 
    header,
    footer,
    .cv--top,
    .cv--bottom--wrap,
    .btn--popup,
    .fv--second,
    .pageHeader--wrap{
        display: none!important;
    }
    .pc-none{
        display: none;
    }
    .primary-heading{
        font-size: 2rem!important;
    }
    * {
        -webkit-print-color-adjust: exact;
    }
    .map-address-heading{
        font-size: 1.6rem!important;
    }
    .map-heading{
        margin-top: 20px!important;
    }
    .ph{
        margin: 10px 0!important;
    }
    .container--section{
        padding: 0!important;
    }
    /* .map-heading{
        page-break-before: always;
    } */
}