/* home */
body h2 {
    margin-bottom: 1.25rem;
}
.subtitle{
    position: relative;
    font-family: var(--text-medium);
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: 0%;
    padding-left: 1rem;
    text-align: left;
    margin-bottom: .875rem;
}
.subtitle:before {
    content: '';
    width: .375rem;
    height: .375rem;
    opacity: 1;
    background: #D13B2C;
    border-radius: 50%;
    position: absolute;
    display: inline-flex;
    left: 0;
    top: .625rem;
}
.about-us .container a.button.secondary {
    margin-top: .625rem;
}
.about-us .container .content p{
    max-width: 50rem;
}
.about-us .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
}
/* .container {
    max-width: 76.875rem !important;
} */
.container {
    max-width: var(--page-width) !important;
}
.about-us {
    background: #F8F0E4;
    padding: 5.875rem 0;
}
.welcome-slideshow-section{
    position: relative;
}
div#welcome-slideshow:not(.slick-initialized) * {
    opacity: 0;
}
#welcome-slideshow a.button.secondary {
    background-color: #F3D69433 !important;
    border: 1px solid #F3D694 !important;
    color: #F3D694 !important;
}
#welcome-slideshow ul.slick-dots button {
    display: none;
}
#welcome-slideshow ul.slick-dots li {
    width: .25rem;
    height: .25rem;
    background: #fff;
    margin: 0 .9375rem;
    border-radius: 50%;
    opacity: .4;
    list-style-type: none !important;
}
.container.dot-row {
    position: absolute;
    bottom: 2.625rem;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 76.875rem;
}
.container.dot-row button.slick-next.slick-arrow {
    transform: rotate(180deg);
}
.container.dot-row button {
    border: 0 !important;
    padding: 0 !important;
    background: transparent;
    height: 1.25rem;
    width: 1.25rem;
    background-image: url('../images/left.svg');
    background-repeat: no-repeat;
    background-size: contain;
        box-shadow: unset !important;
    outline: unset !important;
        cursor: pointer;
}
.container.dot-row i {
    display: none;
}
#welcome-slideshow ul.slick-dots li.slick-active{
    opacity: 1;
}
#welcome-slideshow ul.slick-dots {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    bottom: 3.75rem;
    margin: 0 auto;
    max-width: var(--page-width) !important;
    width: 100%;
    padding: 0 .9375rem!important;
    left: 0;
    right: 0;
    padding-left: 6rem !important;

}
.slide-button {
    text-align: center;
    margin-top: 2rem;
}
.slide-button a.button + a.button {
    margin-left: 2rem;
}
.p-100{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}
.text-center .subtitle{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.text-center{
    text-align: center;
}
.button-list > a:nth-child(1) {
    background-color: #F3D694 !important;
    border-color: #F3D694 !important;
}
.button-list{
    margin-top: 1.25rem;
}
.button-list > * {
    margin: 0 .5rem !important;
}
.container.container-full {
    max-width: 120rem !important;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}
body .flickity-button {
    width: 3rem;
    height: 3rem;
    background: #F3D694;
    color: #7B695B;
    box-shadow: 0px 4px 4px #00000040;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-item {
    height: 31.25rem;
    overflow: hidden;
    border-radius: .75rem;
    width: calc(33.33% - 1.25rem);
    margin: 0 .938rem;
}
.atmosphere-gallery{
    margin-top: 2rem;
}
body .flickity-prev-next-button.previous {
    left: -1.5rem;
}
body .flickity-prev-next-button.next {
    right: -1.5rem;
}
.map-content a.button.primary {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.map-content .content {
    max-width: 55rem;
}
.map-content {
    position: relative;
}
.main-map {
    display: grid;
    grid-template-columns: 62.5rem 1fr;
    gap: 0 1.875rem;
    margin-top: 2.5rem;
}
.map-iframe iframe {
    width: 100%;
    height: 100%;
}
.map-iframe {
    display: flex;
    flex-direction: column;
}
.map-iframe p {
    margin: 0;
    width: 100%;
    height: 100%;
}
.box-map-item {
    background-color: #E7D3B64D;
    padding: 1.25rem;
    border-radius: .5rem;
}
.box-map-item:not(:last-child){
    margin-bottom: .75rem;
}
.box-map-item a,
.box-map-item p{
    color: #1A1A1A;
}
.box-map-item h3 {
    color: #1A1A1A;
    font-size: 1.25rem;
    line-height: 120%;
    font-family: var(--heading-font-semibold);
    display: flex;
    align-items: center;
    gap: .5rem;
}
.box-map-item h3 img {
    width: 1.5rem;
    min-width: 1.5rem;
    object-fit: contain;
}
.reserve-section{
    background-color: #F8F0E4;
}
.reserve-content:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    z-index: 0;
}
.reserve-content > *{
    position: relative;
    z-index: 2;
    color: #fff !important;
}
.reserve-content p{
    color: #fff !important;
}
.reserve-content .content {
    max-width: 45rem;
    margin: 0 auto .5rem;
}
.reserve-content {
    position: relative;
    min-height: 37.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: .625rem;
    overflow: hidden;
}
/* home */