@import "plugins/lightbox.css";
body {
  font-size: 1rem;
  max-width:1280px;
  margin:0 auto;
  font-family: "Montserrat", sans-serif;
    overflow-y: auto;
}

a, a:hover, a:active, a:focus {
  text-decoration: none;
}
a {
    color: #082b86;
}
p {
    margin-bottom: 0px;
    padding-bottom: 1rem;
}
a:hover {
    color: #346bbc;
}
ul {
    padding-left:1.2rem;
    margin-top:0;
    margin-bottom:0
}
table td {
    vertical-align: middle !important;
}
.start {
    height: 664px;
}
.start-background {
    background: url(/img/start.jpg);
    background-repeat: no-repeat;
}
.header-background {
    background-color: rgb(0,0,0,0.05);
}
.footer-background {
    background-color: rgb(0,0,0,0.05);
}
.content-background {
    background-color: rgb(197,218,239,0.1);
}
.start-content {
    width: 80%;
    margin: 0 auto;
    padding-top: 4rem;
}
.menu-layer {
    max-width: 1280px;
    position: absolute;
    top: 46px;
}
.menu {
    float: right;
    background-color: #eeeeee;
}
.background-layer {
    background-color: rgb(0,0,0,0.03);
}
.header {
    color:#2b527bd1 !important;
    margin-bottom: 0;
}
.label {
    color: #793812;
}
.content-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer {
    padding-right: 6em;
    padding-left: 6em;
  background-color: #f5f5f5;
}
.footer-vcenter {
    margin-top: 0.12em;
}
.content-margin {
    padding-right: 3em !important;
    padding-left: 3em !important;
}

.navbar {
    font-size: 1.2em;
    padding: 0.5em 1em 0.5em 1em;
}
.label-color {
    color: #1c84dd;
}
.header-color {
    color: #05417d;
}

.navbar-brand {
    margin-right: 0px;
}
.header-no-border {
    border: none;
}
.header-border{
    border: 1px solid #cfd3d7;
}
:root {
    --tbw-cell-vertical-padding: 4px;
    --tbw-cell-horizontal-padding: 8px;
    --tbw-cell-line-height: 1.5em;
}
.cal-item {
    height: 211px;
    width: 215px;
    float: left;
}
.cal-item:last-child {
    margin-bottom: 3rem;
}
.calendar {
    clear: both;
    margin: 0 auto;
    border: 1px solid #d9d5d5;
}
.calendar-header {
    background-color: aliceblue;
    width: 33px;
    text-align: center;
    float: left;
}
.calendar-detail {
    width: 33px;
    text-align: center;
    float: left;
}
.calendar-detail-start {
    clear: both;
}
.calendar-holiday {
    color: #dd0000;
}
.calendar-season {
    color: #2b527b;
}
.calendar-blocked {
    background-color: #6c757d9e;
    color: #fff;
}
.calendar-booked {
    background-color: #f5704087;
}
.calendar-table {
    border: 1px solid #cecece;
}
.calendar-table thead tr {
    background-color: aliceblue;
}
.calendar-table th {
    border-bottom: 1px solid #d9d5d5;
    padding: 0 0.3rem 0 0.3rem;
    font-weight: normal;
    text-align: center;
}
#mobile-price {
    border: 1px solid lightgray;
    width: 100%;
}
#mobile-price td {
    vertical-align:top !important;
    padding: 2px;
}
.mobile-price-header {
    background-color: aliceblue;
    border-bottom: 1px solid lightgray;
}

@media screen and (min-width:1100px) {
    .price-desktop {
        display: block;
    }
    .price-mobile {
        display: none;
    }
    .text-img-left {
        width: 40%;
        float: left;
        margin-right: 1rem;
    }
    .img-row {
        width: 58.33333333%;
        margin: 0 auto;
        display: flex;
    }

    .img-container {
        width: 50%;
        float: left;
    }
}

@media screen and (min-width:767px) and (max-width:1099px) {
    .price-desktop {
        display: block;
    }
    .price-mobile {
        display: none;
    }
    .text-img-left {
        width: 40%;
        float: left;
        margin-right: 1rem;
    }
    .img-row {
        width: 100%;
        margin: 0 auto;
        display: flex;
    }

    .img-container {
        width: 50%;
        float: left;
    }
}
@media screen and (max-width:767px) {
    .price-desktop {
        display: block;
    }
    .price-mobile {
        display: none;
    }
    .start-content {
        width: 95% !important;
        padding-top: 2rem !important;
    }
    .text-img-left {
        width: 100%;
        margin-bottom: 1rem;
    }
    .img-row {
        width: 100%;
        display: block;
    }
    .img-container {
        width: 100%;
        float: unset;
    }
}
@media screen and (max-width:567px) {
    .price-desktop {
        display: none;
    }
    .price-mobile {
        display: block;
    }
    .price-mobile-header {
        background-color: aliceblue;
        border-bottom: 1px solid lightgray;
        height: 2rem;
        font-size: 0.9rem;
    }
    .price-mobile-detail {
        font-size: 0.9rem;
        height: 2rem;
    }
}
@media screen and (max-width:480px) {
    .price-desktop {
        display: none;
    }
    .price-mobile {
        display: block;
    }
    .price-mobile-header {
        background-color: aliceblue;
        border-bottom: 1px solid lightgray;
        height: 2rem;
        font-size: 0.8rem;
    }
    .price-mobile-detail {
        font-size: 0.9rem;
        height: 2rem;
    }
}
/*# sourceMappingURL=custom.css.map */


