@charset "utf-8";
/* CSS Document */
/* map_overwrite.css */





/* =========================
breakpoint
========================= */
@media screen and ( min-width: 769px ){
    /* SP <> PC ブレークポイント */
}
@media screen and ( min-width: 1389px ){
    /* XDデザインサイズ　1388 */
}





/* =========================
t-access__guide__map
========================= */
.t-access__guide__map__image {
    position:relative;
    z-index: 5;
}





/* =========================
construction_site
========================= */
.construction_site {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.construction_site .title {
    position: relative;
    font-size: calc( 14 * 100vw / 375 );
    line-height: 2.35;
    letter-spacing: 0.06em;
}
.construction_site .name {
    position: relative;
    padding: calc( 20 * 100vw / 375 ) 0;
    font-size: calc( 20 * 100vw / 375 );
    line-height: 1.7;
    letter-spacing: 0.06em;
    border-top: 2px solid #333;
}
.construction_site .address {
    position: relative;
    font-size: calc( 12 * 100vw / 375 );
    line-height: 1.33;
    letter-spacing: 0.06em;
}
@media screen and ( min-width: 769px ){
    .construction_site {
        width: auto;
        margin: 0 auto;
        padding: 0;
    }
    .construction_site .title {
        font-size: max( min( calc( 20 * 100vw / 1388 ), 27.6px ), 20px );
        line-height: 2.5;
    }
    .construction_site .name {
        padding: max( min( calc( 20 * 100vw / 1388 ), 27.6px ), 20px ) 0;
        font-size: max( min( calc( 28 * 100vw / 1388 ), 38.6px ), 28px );
        line-height: 1.75;
    }
    .construction_site .address {
        font-size: max( min( calc( 14 * 100vw / 1388 ), 19.3px ), 14px );
        line-height: 1.75;
    }
}
@media screen and ( min-width: 1389px ){
}





.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

.leaflet-bar a:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}

.leaflet-control-container > * {
  left: auto;
  top: auto;
  bottom: 40px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .leaflet-control-container > * {
    bottom: min(2.667vw, 12px);
    right: min(2.667vw, 12px);
  }
}




