@charset "UTF-8";

/* LOCATION SECTION CSS */

.section-location {
    position: relative;
    padding: min(300px, 15.625vw) 0 min(112px, 5.833vw);
    background-color: #0b8196;
    width: min(100vw, 1920px);
    float: left;
    background-image: url('/wp-content/uploads/2023/08/map_background.svg');
    background-repeat: no-repeat;
    background-position: left bottom;
}

.section-location::before {
    content: '';
    position: absolute;
    top: max(-0.052vw, -1px);
    left: 0;
    width: min(100vw, 1920px);
    height: min(9.271vw, 178px);
    background-image:  url('/wp-content/uploads/2023/08/wave_transition_bottom.svg');
    background-size: min(100vw, 1920px) min(9.271vw, 178px);
}

section.section-location .heading h2 {
    color: #3b3b3b;
    font-size: 36px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 50px;
    margin-bottom: 80px;
}

.section-location .heading h2::after {
    border-color: #6d9f32;
}

.section-location .map-block {
    position: relative;
    display: block;
    max-width: 1920px;
    float: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
}

.section-location .mapWrap {
    overflow: visible;
    text-align: left;
    float: right;
    padding: 0;
    z-index: 5;
}

.section-location #map {
    margin: 0 auto;
    position: relative;
    box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
    height: clamp(500px, 33.333vw, 640px);
}

address .row-location a {
    color: #F8F8F8;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.36px;
    line-height: 24px;
}

address hr {
    border-color: #FFF;
}

.section-location .address {
    float: left;
    position: relative;
    top: unset;
    left: unset;
    display: grid;
    text-align: center;
    align-content: center;
    align-items: center;
}

.section-location .address .address-holder {
    box-shadow: none;
    background-color: transparent;
    color: #FFF;
    text-align: left;
    padding: 20px 18px;
}

.section-location .address address {
    margin: 0;
    font-size: 22px;
    line-height: 1.2em;
    font-style: normal;
    width: 100%;
}

.section-location .address .shedule dl {
    color: #F8F8F8;
    margin: 0;
    width: 100%;
    font-size: clamp(14px, 0.833vw, 18px);
    line-height: clamp(20px, 1.25vw, 24px);
}

.section-location .address .shedule dt {
    font-weight: normal;
    width: 40%;
    text-align: left;
    line-height: 24px;
}

.section-location .address .shedule dd {
    margin: 0;
    text-align: right;
    line-height: 24px;
}

.section-location .btn {
    float: left;
    background-color: #f8f8f8;
    color: #0b8196;
    letter-spacing: normal;
}

.section-location .btn:hover{
    background-color: #f8f8f8;
    color: #f0633c;
}

.row-location {
    padding: 0;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 300;
    margin: 0 0 24px;
}

.row-location hr {
    /* display: none; */
    margin: 10px 0;
    width: 65%;
}

.row-location.row-place .place h4 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 29px;
}


.section-location .row-location .place h4::after,
.section-location .row-location .place .h4::after {
    content: '';
    width: 80px;
    border-bottom: 5px solid #fcd58f;
    display: block;
    margin: 24px 0;
}

.row-location a {
    font-weight: 400;
}

.row-location .place span {
    padding: 3px 0;
    display: block;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.36px;
    line-height: 24px;
}

.row-location.row-place .place .h4,
.row-location.row-place .place h4 {
    color: #F8F8F8;
    font-family: 'kon-tiki-aloha-jf', sans-serif;
    font-weight: 400;
    font-size: clamp(24px, 2.50vw, 48px);
    line-height: clamp(28px, 2.813vw, 54px);
    text-transform: none;
    margin-bottom: 20px;
    letter-spacing: normal;
}

.section-location .address address::after {
    position: relative;
    content: '';
    display: none;
    width: 72px;
    border-bottom: 4px solid #d7e3ea;
    margin: 24px auto;
}

.section-location .address hr { 
    border-bottom: 1px solid #fff;
    margin: 10px 0;
    width: 100%;
    display: none;
}

.section-location .address .shedule {
    width: 70%;
    margin: 0 0 55px;
}

.schd-note {
    padding: 30px 0 0;
    font-size: small;
}

.bottom-opener {
    margin-top: 56px;
}

@media ( max-width: 1280px ) {
    .section-location .container {
        width: 100%;
    }
}

@media ( max-width: 1024px ) {
    .section-location {
        background-size: contain;
        padding-bottom: 0;
        clear: both;
    }

    .row-location.row-place .place h4::after {
        margin: 24px auto;
    }

    .section-location .address {
        width: 100%;
        float: none;
        text-align: center;

        /* padding: 0 15px; */
    }

    .section-location .address .address-holder {
        width: 100%;
        padding: 20px;
        margin: 0 auto;
        text-align: center;
    }

    .section-location .row-location .place h4::after, .section-location .row-location .place .h4::after {
        margin: 24px auto;
    }

    .section-location .address .shedule {
        max-width: 348px;
        margin: 0 auto 55px;
    }
    
    .section-location .mapWrap {
        clear: both;
        float: none;
        padding: 0;
        margin: 0 auto 20px;
    }

    .row-location.row-tel .tel a.btn.btn-danger {
        margin: 10px auto;
    }

    .section-location .btn {
        margin: 10px auto;
        float: none;
    }
}

@media ( max-width: 567px ) {
    #xs-address .shedule {
        max-width: unset;
        width: 100%;
        margin-bottom: 40px;
    }

    .section-location #map {
        width: 85%;
        margin: 20px auto;
    }

    .section-location {
        background-image: url(/wp-content/uploads/2023/08/map_plant.svg);
        background-size: min(51.449vw, 213px) min(145.411vw, 602px);
    }
}

@media ( max-width: 479px ) {
    .section-location .address .shedule {
        width: 100%;
    }
}