
/* Base
    ==================================================== */
* {
    background: transparent;
}

body {
    margin: 0;
    height: 100vh;
    overflow: hidden;
    font-family: sans-serif;
    background-color: #f9f7f1;
}
    /* background-image: linear-gradient(to left, white 50%, black 50%); */

#progress {
    position: absolute;
    background-color:#fff;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

#mainTitle {
    width: 50%;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    opacity: 1;
    z-index: 1000;
    transform: translate(-50%, -50%);
}
#mainTitle img {
    width: 100%;
    margin-bottom: 10px;
}

#progressBar {
    width: 100%;
    height: 5px;
    position: absolute;
    border: 1px solid #222;
    opacity: 1;
}

#progressText {
    font-size: 1.3em;
    text-align: center;
    left: 50%;
    opacity: 1;
    z-index: 1000;
}


/* ########################################
---------------- Header mobile layout ---------------- 
 ########################################## */

.ly_header {
    width: 100%;
    position: fixed;
    justify-content: end;
    display: flex;
    z-index: 1;
}

.ly_header_inner {
    display: block;
    position: relative;
    top: 17px;
    right: 20px;
    z-index: 1000;
    -webkit-user-select: none;
    user-select: none;
    text-align: right;
    margin: 0 0 0 auto;
    /* display: flex; */
    justify-content: end;
}

.ly_header_inner a {
  text-decoration: none;
  color: #232323;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.ly_header_inner .line {
    display: inline-block;
    position: relative;
}

.ly_header_inner .line::after {
    content: '';
    background-color: #ff9f24;
    display: block;
    height: 3px;
    position: absolute;
    left: 50%;
    width: 0;
    transition: all 0.3s;
    transform: translateX(-50%);
}

.ly_header_inner .line:hover::after {
    width: 100%;
}

.ly_header_inner a:hover {
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.ly_header_inner .lineTop {
    display: inline-block;
    position: relative;
    font-weight: bold;
}

.ly_header_inner .lineTop::after {
    content: '';
    background-color: #ff9f24;
    display: block;
    height: 3px;
    position: absolute;
    left: 50%;
    width: 100%;
    transition: all 0.3s;
    transform: translateX(-50%);
}

.ly_header_inner a.lineTop:hover {
    color: rgb(0, 0, 0);
}


.ly_header_inner input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    -webkit-touch-callout: none;
    z-index: 100000;
}

.ly_header_inner span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #fff;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

.ly_header_inner span:first-child {
  transform-origin: 0% 0%;
}

.ly_header_inner span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

.ly_header_inner input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
}

.ly_header_inner input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.ly_header_inner input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

.bl_headerNav {
    position: fixed;
    overflow-y: scroll;
    width: 50%;
    /* height: 100%; */
    right: 0px;
    /* padding-top: 10px; */
    background:rgba(255, 255, 255, 0.7);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

.bl_headerNav_inner {
  list-style-type: none;
}



.bl_headerNav_item {
    padding: 10px 0;
    font-size: 1.2em;
    border-bottom: 1px solid #3f3f3f;
}

.bl_headerNav_item_logo {
    width: 20px;
}

.bl_header_inner_logo{
    position: absolute;
    height: 25px;
    left: 50px;
    bottom: 180px;
}
.bl_header_inner_top {
    display: block;
}

/*
 * And let's slide it in from the left
 */
.ly_header_inner input:checked ~ nav
{
  transform: none;
}

/* ########################################
------- logo container mobile layout ------- 
 ########################################## */

.logo_container {
    width: 100%;
    position: absolute;
}


.style_name {
    display: block;
    width: 100px;
    margin:  23px auto 0 auto;
}


/* Module
    ==================================================== */

#main span {
    color: #555;
    font-size: 14px;
}
#main bl_media {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
}
#main bl_media .bl_media_imageWrapper {
    flex: 1 1 25%;
    margin-right: 3.33333%;
}
#main bl_media .bl_media_imageWrapper img {
    width: 100%;
    vertical-align: top;
}
#main bl_media .bl_media_body {
    flex: 1 1 68.33333%;
}
#main bl_media .bl_media_title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.bl_media .body > span {
    color: #555;
    font-size: 14px;
}
.sub-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #555;
}

.btn {
    display: inline-block;
    width: 150px;
    max-width: 100%;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}
.general {
    background-color: #e25c00;
    color: #fff;
}
.warning {
    background-color: #f1de00;
    color: #222;
}

.btn_close {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: -32px;
    right: -32px;
    padding: 0;
    background-image: url('../globalAssets/bt_close.png');
    background-size: 100%;
    cursor: pointer;
    
}

/* Panel
    ==================================================== */

#panel {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 50%;
    margin: auto;
    position: absolute;
    background-color: white;
    display: none;
    z-index: 999;
}

.bl_video {
    width: 100%;
    height: 100%;
}

/* Panel_menu
    ==================================================== */

.ly_bottomMenu {
    position: relative;
    right: 0px;
    width: 200px;
    height: 70px;
    margin: 0 auto;
    transform: translateY(-50px);
    transition: 0.25s;
    z-index: 100;
}
.ly_bottomMenu.open {
    transform: translateY(-100px);
}

.ly_bottomMenu_inner_btn.open {
    transform: scaleY(1);
}

.ly_bottomMenu_innerWrapper {
    display: flex;
    justify-content: center;
    transform: translateY(30px);
    transition: 0.25s;

}
.ly_bottomMenu_innerWrapper.open {
    visibility: visible;
    transform: translateY(0px);
}

.ly_bottomMenu_inner {
    width: 50px;
    margin: 0 auto;
    transform: scaleY(1);
    transition: 0.25s;
}

.ly_bottomMenu_innerImg {
    width: 85%;
    margin: 0 auto;
}

.ly_bottomMenu.open  > .ly_bottomMenu_inner{
    transform: scaleY(-1);
}

.ly_bottomMenu_innerWrapper {
    display: flex;
    justify-content: center;
}

.ly_panel_menu.open-menu {
  bottom: 200px;
}

.ly_panel_menu_inner {
    width: 100%;
    color: #fff;
}

.ly_panel_menu_item {
    width: 35px;
    height: 35px;
    border-bottom: 4px solid transparent;
    text-decoration: none;
    transition: 0.25s;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: contain;
    margin: 5px;
}

.bl_panel_menu {
    justify-content: space-around;
    padding-top: 0;
    padding-bottom: 0;
    list-style-type: none;
    padding: 10px 15px;
}

.bl_panel_menu_title {
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 4px solid #00e240;
}

.bl_panel_menu_item_link {
    position: relative;
    display: block;
    padding: 10px 10px;
    border-bottom: 4px solid transparent;
    color: #fff;
    text-decoration: none;
    transition: 0.25s;
}

.bl_panel_menu_item_link:focus,
.bl_panel_menu_item_link:hover {
    border-bottom-color: #00e240;
}

.toggle {
    cursor: pointer;
}


/* Menu Bottom
    ==================================================== */

.ly_menuBt {
  width: 25%;
  height: 50px;
  margin: 0 auto;
  bottom: -15px;
  position: absolute;
  left:50%;
  transform:translateX(-50%);
  transition: .5s;
}

.ly_menuBt_wrapper {
  background-color: rgba(0.1,0.1,0.1,0.8);
}


.ly_menuBt_action {
  font-size: 1.5em;
  color: #fff;
}

.ly_menuBt.open-menu {
  bottom: 70px;
}
.ly_menuBt_action {
  text-align: center;
  cursor: pointer;
}

.ly_menuBt_inner {
    box-sizing: border-box;
}


.ly_menuBtNav_itemImg {
  width: 32px;
  height: 32px;
}
.ly_menuBtNav_option {
  width: 46px;
  transition: 0.5s;
}
.ly_menuBtNav_option.close {
  transform: rotateX(180deg);
}

.bl_menuBtNav {
    display: flex;
    justify-content: space-around;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    
}

.bl_menuBtNav_item {
    flex-grow: 1;
    position: relative;
    text-align: center;
    padding-top: 0;
    cursor: pointer;
    
}

.bl_menuBtNav_item:last-child.bl_headerNav_link::after {
    content: none;
}

button.ly-button-1 {
    position: absolute;
    right: 20px;
    bottom: 110px;
}
button.ly-button-2 {
    position: absolute;
    right: 20px;
    bottom: 65px;
}

button.button-1 {
    font-size: 1em;
    font-weight: bold;
    padding: 3px 10px;
    color: #fff;
    border-style: noen;
    text-shadow: 1px 1px 2px #000;

    background-color: #7E0305;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 120px;
    z-index: 100;

    cursor: pointer;
}

button.button-1:hover {
    background-color: #c05052;
}


/* Map
    ==================================================== */
#ly_map {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 40vw;

    max-width: 300px;
    /* min-width: 200px; */

    pointer-events: auto;
    /*visibility: inherit;*/
    transform-origin: 50% 50%;
    transition: 0.5s;
    z-index: 100;
}

#ly_map.map_center {
    margin: 0 auto;
    margin-top: 100px;
    left: 50%;
    bottom: 5%;
    width: 60vw;
    max-width: 500px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ly_map_header {
    display: block;
    color: #fff;
    background-color: rgb(185, 185, 185, 0.85);
}

.ly_map_header p {
    color: #333;
    text-align: center;
    margin: 0;
    font-size: 0.5em;
}

.mapImage {
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.ly_map_body {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(230, 230, 230, 0.5);
}

.pinbase {
    position: absolute;
    width: 0px;
    height: 0px;
    
    /*visibility: inherit;*/
    pointer-events: none;
    transform-origin: 50% 50%;
}


.marker {
    position: absolute;
    width: 2vw;
    height: 2vw;
    max-width: 16px;
    max-height: 16px;
    min-width: 16px;
    min-height: 16px;

    top: 0px;
    left: 0px;
    visibility: inherit;
    pointer-events: auto;
    cursor: pointer;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.markerImg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
    height:  16px;
    -webkit-user-drag: none;
    pointer-events: none;
}

.currentMarkerGroup {
    position: absolute;
    width: 2vw;
    height: 2vw;
    max-width: 24px;
    max-height: 24px;
    min-width: 24px;
    min-height: 24px;
    top: 0px;
    left: 0px;
    visibility: inherit;
    pointer-events: none;
    cursor: pointer;
    z-index: 9999;
    /* transform-origin: 50% 50%; */
}

.currentMarkerOffset {
    position: absolute;
    /* width: 25vw; */
    /* height: 25vw; */
    min-width: 256px;
    min-height: 256px;
    max-width: 200px;
    max-height: 200px;
    /* top: -16.15%; */
    /* left: -11.05%; */
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%);

}

.currentMarkerImg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -0px;
    pointer-events: none;
}






/* Modal panel
    ==================================================== */

.ly_positionWrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 201;
    width: 80vw;
    transform: translate3d(0, -50%, 0);
}


.bl_modalWrapper {
  pointer-events: auto;
  z-index: 205;
  position: relative;
  overflow-wrap: break-word;
  display: inline-block;
  min-width: 5em;
  min-height: 5em;
  cursor: default;
  left: -50%;
  color: #ddd;
}

.bl_productModalContainer {
  width: 100%;
  height: 100%;
  background-color: rgba(0.3, 0.3, 0.3, 0.7);
}

.bl_productModalContainer.flex {
  display: flex;
  flex-direction: column;
}

.bl_productModalContainer_header {
  text-align: center;
  line-height: 1.5em;
}


.bl_productModalContainer_header h3 {
    padding: 0;
}



.bl_productModalBodyWrapper {
    margin: 0.2em;
}

.productDetail {
  max-width: fit-content;
}

.productDetail p {
  font-size: 0.8em;
  margin: 0.2em;
}

.bl_imageWapperContainer img,
.bl_imageWapperContainer video {
    max-width: 100%;
    height: auto;
    width /***/:auto;
}

.bl_productModalContainer_footer {
  text-align: center;
  padding: 5px;
}

.ly_modalWrapper_btn {
  width: 32px;
  height: 32px;
  position: absolute;
  right: -3%;
  top: -5%;
}

.ly_modalWrapper_btn img {
  object-fit: cover;
  width: 100%;
  cursor: pointer;
}




/* popMenu
    ==================================================== */

.ly_media {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 201;
    width: 80vw;
    transform: translate3d(0, -50%, 0);
}

.ly_mediaWrapper {
    pointer-events: auto;
    z-index: 205;
    position: relative;
    overflow-wrap: break-word;
    /* display: inline-block; */
    min-width: 5em;
    min-height: 5em;
    max-height: 50vh;
    cursor: default;
    left: -50%;
    color: #ddd;
}

.bl_media_container {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 120, 0, 0.85);
}

.bl_media_container.flex {
    display: flex;
    flex-direction: column;
}


.bl_media_header {
  flex: auto;
  text-align: center;
  padding-top: 5px;
  border-bottom: 1px solid #000;
}

.bl_media_header h3 {
  margin: 10px;
}

.bl_media {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 5px;
}

.bl_media_imgWrapper {
  /* flex: 0 1 27.58333%; */
  margin: 0;
  width: 25%;
}

.bl_media_imgWrapper > img {
  width: 100%;
}

.bl_media_body {
  flex: 1;
}

.bl_media_body h3 {
  margin: 5px;
}

.bl_media_body h3 a {
  color: #fff;
  font-size: 0.9em;
}

.bl_media_body p {
  font-size: 0.6em;
  margin: 5px;
}


.bl_media_body > *:last-child {
  margin-bottom: 0;
}

.bl_media_ttl {
   /* margin-bottom: 10px; */
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
}

.bl_media_txt {
  /* css-wipeではスタイリングなし */
}

.ly_media_btn {
  width: 45px;
  height: 45px;
  position: absolute;
  right: -22px;
  top: -22px;
}

.ly_media img {
  object-fit: cover;
  width: 100%;
  cursor: pointer;
}

.ly_thumbnail {
    position: absolute;
    width: 100%;
    height: 32px;
    bottom: 5%;
}

.bl_thunmbnail {
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

.thumbnail_btn {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.thumbnailBt {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.thumbnailArea {
    position: absolute;
    width: 100vw;
    height: 95px;
    bottom: 33vh;
    justify-content: center;
    display: none;
    flex-wrap: wrap;
}

::-webkit-scrollbar {
    width: 20px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(193, 193, 193, 0.5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

.thumbnailImg {
    width: 100%;
    height: 100%;
    padding: 0px;
    text-align: center;
    max-width: 150px;
    max-height: 75px;
    min-width: 100px;
    min-height: 50px;
    margin: 5px;
}

.thumbnailImg img {
    max-width : 100%;
    cursor: pointer;
    border: 2px solid rgba(235, 235, 235, 0.5);
}

#ly_copylight {
    position: absolute;
    width: 100%;
    color: #fff;
    bottom: 0;
    font-size: 0.7em;
    text-align: center;
    line-height: 0;
}

/* ########################################################################################################################
---------------- mobile landscape layout ---------------- 
 ########################################################################################################################## */
@media (orientation: landscape){

    .bl_headerNav {
        width: 30%;
    }
    .bl_header_inner_logo {
        left: 100px;
    }
    button.ly-button-1 {
        position: absolute;
        right: 20px;
        bottom: 60px;
    }
    button.ly-button-2 {
        position: absolute;
        right: 20px;
        bottom: 25px;
    }

    .ly_positionWrapper {
        width: 80vh;
    }

    #ly_map {
        bottom: 0;
        width: 40vh;
    }
    #ly_map.map_center {
        width: 50vh;
        transform: translate(-50%, -10%);
    }

}


/* ########################################################################################################################
---------------- tablet portrait layout ---------------- 
 ########################################################################################################################## */
@media screen and (min-device-width: 768px) {

    .style_name {
        width: 170px;
        margin: 27px auto 0 auto;
    }

    .ly_header_inner {
        top: 27px;
        right: 20px;
    }
    .ly_header_inner span {
        width: 30px;
        height: 3px;
        margin-bottom: 5px;
    }

    .bl_header_inner_logo {
        left: 90px;
    }

    .bl_headerNav {
        width: 30%;
    }

    #ly_map {
        width: 40vh;
        max-width: 300px;
    }

    #ly_map.map_center {
        width: 40vh;
        transform: translate(-50%, -20%);
    }


}

/* ########################################################################################################################
---------------- tablet landscape layout ---------------- 
 ########################################################################################################################## */
@media screen and (min-device-width: 768px) and (orientation: landscape) {

    .bl_header_inner_logo {
        left: 165px;
    }

    #ly_copylight {
        display: flex;
        justify-content: flex-end;
        line-height: 0;
        right: 50px;
    }

    #ly_map {
        bottom: 0;
        width: 40vh;
    }

    #ly_map.map_center {
        width: 50vh;
        transform: translate(-50%, -10%);
    }

    .ly_bottomMenu {
        transform: translateY(-25px);
    }

}



/* ########################################################################################################################
---------------- tablet landscape layout ---------------- 
 ########################################################################################################################## */
@media screen and (max-width: 1024px) and (orientation: landscape) {


}

@media screen and (min-width:1280px) { 
  
    .ly_map_header p {
        font-size: 0.8em;
    }

    #ly_map {
        width: 16vw;
        max-width: 300px;
        min-width: 100px;
    }

    #ly_map.map_center {
        bottom: -25%;
        width: 40vh;
    }

}

/* ########################################
---------------- PC layout ---------------- 
 ########################################## */

@media (min-width: 1025px) {

    button.ly-button-1 {
        position: absolute;
        right: 20px;
        bottom: 100px;
    }
    button.ly-button-2 {
        position: absolute;
        right: 20px;
        bottom: 30px;
    }

    button.button-1 {
        font-size: 1em;
        font-weight: bold;
        padding: 10px 30px;
        color: #fff;
        border-style: noen;
        text-shadow: 1px 1px 2px #000;

        background-color: #7E0305;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: 200px;
        z-index: 100;

        cursor: pointer;
    }

    button.button-1:hover {
        background-color: #c05052;
    }

    .style_name {
        width: 170px;
        margin: 63px auto 0 auto;
    }

    .ly_header {
        width: 100%;
        background-color:  rgba(255, 255, 255, 0.6);
        border-bottom: 1px solid #ddd;
        position: fixed;
        display: block;
    }

    .ly_header_inner input {
        visibility: hidden;
    }
    .ly_header_inner span {
        display: contents;
        visibility: hidden;
    }


    .ly_header_inner_logo {
        position: absolute;
        width: 8%;
        height: auto;
        left: 0;
        top: 35px;
    }

    .ly_header_inner {
        max-width: 90%;
        top: 0;
        left: 0;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        box-sizing: border-box;
    }



    .bl_headerNav {
        position: relative;
        overflow-y: unset;

        background-color: unset;
        width: 50%;
        height: 40px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;

        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        /* to stop flickering of text in safari */
        transform: translate(0, 0);
    }

    .bl_headerNav_inner {
        display: flex;
        justify-content: space-around;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        list-style-type: none;
        transform: translate(0, 0);

    }

    .bl_headerNav_item {
        flex-grow: 1;
        font-size: 1em;
        padding: 0;
        position: relative;
        text-align: center;
        color:#202020;
        border-bottom: none;
        padding: 0 80px;
    }

    .bl_headerNav_item:last-child.bl_headerNav_link::after {
        content: none;
    }

    .bl_headerNav_sub {
        list-style-type: none;
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .bl_headerNav_item:last-child ul {
        width: 100%;
    }

    .bl_headerNav_subitem {
        overflow: hidden;
        background: rgba(0.3, 0.3, 0.3, 0.7);
        width: 100%;
        height: 0;
        color: #ddd;
        -moz-transition: .2s;
        -webkit-transition: .2s;
        -o-transition: .2s;
        -ms-transition: .2s;
        transition: .2s;
    }

    .bl_headerNav_subitem_link {
        padding: 13px 15px;
        text-align: left;
        font-size: 16px;
        font-weight: normal; 
    }
    .bl_headerNav_subitem a {
        color: #fff;
    }


    .bl_headerNav_item:hover .bl_headerNav_subitem {
        overflow: visible;
        height: 40px;
        border-bottom: 1px solid #fff;
    }
    .bl_headerNav_subitem:first-child{
        border-top: 0;
    }
    .bl_headerNav_subitem:last-child{
        border-bottom: 0;
    }


    .bl_headerNav_link {
        position: relative;
        display: block;
        border-bottom: 2px solid transparent;
        color: #222;
        text-decoration: none;
        transition: 0.25s;
    }
    .bl_headerNav_subitem_link {
        position: relative;
        color: #ddd;
        top: 5px;
        text-decoration: none;
    }

    .bl_headerNav_link:focus,
    .bl_headerNav_link:hover {
        color: #222;
        border-bottom-color:rgba(0.3,0.3,0.3);
    }

    .bl_headerNav_item::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 20px;
        background-color: #a7a7a7;
        transform: translateY(-50%);
    }

    .bl_headerNav_item.logo {
        background-image: url("../globalAssets/logo.png");
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 5px;
    }

    .bl_header_inner_logo{
        position: absolute;
        height: 25px;
        left: 0px;
        bottom: 0px;
    }
    .bl_header_inner_top {
        display: flex;
        justify-content: center;
    }


    .headermenu {
        width: 150px;
        height:100px;
    }

    .ly_bottomMenu {
        transform: translateY(-30px);
    }

    #ly_map.map_center {
        bottom: 0%;
        width: 60vh;
    }

}
