@font-face {
    font-family: 'Univers';
    src: url(./font/UniversLTStd.woff2) format("woff2"), url(./font/UniversLTStd.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Univers';
    src: url(./font/UniversLTStd-Obl.woff2) format("woff2"), url(./font/UniversLTStd-Obl.woff) format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Univers';
    src: url(./font/UniversLTStd-BoldObl.woff2) format("woff2"), url(./font/UniversLTStd-BoldObl.woff) format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Univers';
    src: url(./font/UniversLTStd-Bold.woff2) format("woff2"), url(./font/UniversLTStd-Bold.woff) format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Bodoni';
    src: url(./font/BodoniBertholdBQ-Regular.woff2) format("woff2"), url(./font/BodoniBertholdBQ-Regular.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}
:root {
    --color-dark-grey: #424242;
    --color-darker-grey: #282828;
    --color-border-grey: #e2e2e2;
    --color-light-grey: #d8d8d8;
    --color-text-grey: #787878;
    --color-medium-grey: #a4a4a4;
    --color-bg-grey: #f5f5f5;
    --color-bg-dark: #282828;
    --color-white: #fff;
    --color-matte-black: #1a1a1a;
    --color-piano-black: #111111;
    --color-black: #000;
    --color-slider-light: #e1e1e1;
    --color-slider-dark: #262626;
    --wrapper-max-width: 1250px;
    --wrapper-padding: 20px;
    --big-header-height: 75vh;
    --text-max-width: 700px;
    --fs-100: 100px;
    --fs-40: 40px;
    --fs-30: 30px;
    --fs-27: 27px;
    --fs-24: 24px;
    --fs-22: 22px;
    --fs-18: 18px
}

body {
    font-family: 'Univers',sans-serif;
}
.main_title p {
    font-family: 'Univers',sans-serif;
}

.tp-caption.white_heavy_40 {
    font-family: 'Univers',sans-serif;
    font-weight: normal;
    font-size: 5rem;
    color:rgb(52, 52, 52);
}

.parallax-content-2 div h1 {
    font-family: 'Univers',sans-serif;
    font-weight: normal;
    font-size: 3rem;
    color:rgb(52, 52, 52);
}

a.btn_full, button.btn_1, a.pop-button, .pop-container .pop-fixer .pop-outer .pop-toolbar .pop-button {
    --color-btn: var(--color-black);
    --color-bg: var(--color-white);
    align-items: center;
    background: var(--color-bg);
    border-left: 2px solid var(--color-btn);
    border-right: 2px solid var(--color-btn);
    display: inline-flex;
    color: var(--color-btn);
    font-size: 14px;
    justify-content: center;
    padding: 10px 20px;
    position: relative;
    text-decoration: none !important;
    transition: color .4s ease-out, background-color .4s ease-out;
    min-width: 150px;
    font-weight: normal;
    border-radius: unset;
}

a.btn_full:before, button.btn_1:before, a.pop-button:before, .pop-container .pop-fixer .pop-outer .pop-toolbar .pop-button:before {
    content: '';
    display: block;
    height: 1px;
    border-bottom: 2px solid var(--color-btn);
    position: absolute;
    top: -2px;
    left: 0;
    right: 0
}

a.btn_full:after, button.btn_1:after, a.pop-button:after, .pop-container .pop-fixer .pop-outer .pop-toolbar .pop-button:after {
    content: '';
    display: block;
    height: 1px;
    border-top: 2px solid var(--color-btn);
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0
}

a.btn_full:hover, button.btn_1:hover, a.pop-button:hover, .pop-container .pop-fixer .pop-outer .pop-toolbar .pop-button:hover {
    color: var(--color-bg);
    background-color: var(--color-btn)
}
.pop-toolbar {
    padding-bottom: 10px;
}
a {
    color: var(--color-black);
    text-decoration: underline;
}
.main-menu a, #top_tools a, #top_links a {
    text-decoration: none;
}

.main-footer {
    background-color: #111;
    color: #FFF;
    text-align: center;
    padding: 40px 0 0
}

.main-footer .logo-wrapper {
    display: flex;
    justify-content: center
}

.main-footer .logo-wrapper .site-logo {
    margin: 0;
    height: 50px
}

.main-footer .address {
    margin: 2rem auto 0;
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 1.2rem
}

@media (min-width: 768px) {
    .main-footer .address {
        margin-top: 0
    }
}

.main-footer .address .field__label {
    display: none
}

.main-footer .address .field__item {
    text-align: center
}

@media (min-width: 768px) {
    .main-footer .address .field__item {
        display: flex;
        gap: 1rem;
        justify-content: center
    }
}

@media (min-width: 992px) {
    .main-footer .address .field__item {
        gap: 2rem
    }
}

@media (min-width: 992px) {
    .main-footer .address .field__item {
        gap: 3rem
    }
}

.main-footer .infos a {
    text-decoration: none;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    background-image: linear-gradient(to top, transparent, transparent 0px, #A4A4A4 1px, #A4A4A4 1px, transparent 1px);
    transition: color .4s ease-out
}

.main-footer .infos a:hover {
    color: #CCC
}

.main-footer a {
    color: #A4A4A4;
    transition: color .4s ease-out
}

.main-footer a:hover {
    color: #e8e8e8
}

@media (min-width: 992px) {
    .main-footer .container {
        padding: 0 60px
    }
}

@media (min-width: 1200px) {
    .main-footer .container {
        padding: 0 74px
    }
}

.main-footer .container .row {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin: 0
}

@media (min-width: 768px) {
    .main-footer .container .row {
        flex-direction: row;
        justify-content: space-between
    }
}

.main-footer .field--name-field-display-schedule {
    font-weight: bold
}

.main-footer .infos {
    text-align: center;
    margin-bottom: 25px;
    padding: 0 15px
}

@media (min-width: 768px) {
    .main-footer .infos {
        width: 60%;
        max-width: 60%;
        margin-right: 0;
        margin-left: auto
    }
}

.main-footer .infos p {
    margin: 0 0 1em 0;
    font-size: 1.6rem
}

@media (min-width: 768px) {
    .main-footer .infos p {
        font-size: 1.3em
    }
}

@media (min-width: 992px) {
    .main-footer .infos p {
        font-size: 1.35em
    }
}

@media (min-width: 1200px) {
    .main-footer .infos p {
        font-size: 1.4em
    }
}

.main-footer .menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-footer .menu li {
    padding: 0
}

.main-footer .footer-1 {
    padding-bottom: 34px
}

.section-pc .main-footer .footer-1 {
    padding-bottom: 50px
}

.main-footer .footer-1 .menu {
    text-align: center
}

@media (min-width: 768px) {
    .main-footer .footer-1 .menu {
        text-align: right;
        width: 33.333%;
        max-width: 33.333%
    }
}

.main-footer .footer-1 .menu li {
    font-size: 1.6em;
    font-weight: bold
}

.section-pc .main-footer .footer-1 .menu li {
    margin-bottom: .5em
}

@media (min-width: 768px) {
    .main-footer .footer-1 .menu li {
        font-size: 1.3em
    }
}

@media (min-width: 992px) {
    .main-footer .footer-1 .menu li {
        font-size: 1.35em
    }
}

@media (min-width: 1200px) {
    .main-footer .footer-1 .menu li {
        font-size: 1.4em
    }
}

.main-footer .footer-1 .menu a {
    color: #FFF;
    text-decoration: none
}

.main-footer .footer-1 .menu a:hover {
    color: #A4A4A4
}

.main-footer .footer-1 .pc-logo + .menu {
    border-bottom: 1px solid #747474;
    padding-bottom: 22px;
    margin-bottom: 27px
}

@media (min-width: 768px) {
    .section-pc .main-footer .footer-1 .pc-logo + .menu {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: center;
        margin-left: auto
    }
}

.main-footer .footer-1 .row:nth-child(2) {
    margin-top: 2rem;
    padding-top: 2rem;
    position: relative
}

@media (min-width: 768px) {
    .main-footer .footer-1 .row:nth-child(2) {
        margin-top: 0;
        padding-top: 4rem
    }
}

.main-footer .footer-1 .row:nth-child(2):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #424242;
    height: 1px
}
.short_info {
    visibility: hidden;
}
#single_tour_desc h3 {
    font-family: bodoni;
    font-size: 3rem;
    color: black;
}
.main_title h2 {
    font-weight: unset;
    text-transform: none;
    font-size: 4rem;
    font-weight: unset;
}
.event-description {
    font-size: 13pt;
    line-height: 26px;
}
.main-menu > ul > li > a {
    font-weight: bold;
}
.parallax-content-2 {
    background: none;
}
.parallax-window.small-height {
    min-height: 250px;
    background: #ffffff;
}
div.tp-banner-container > div {
    max-height: 250px !important;
    height: 250px !important;
}
div.tp-caption {
    top: 210px !important;
    font-size: 3rem !important;
    background: none !important;
}

/*@keyframes rotate-logo {
    0% {
        transform: rotateX(0)
    }
    25% {
        transform: rotateX(-180deg)
    }
    50% {
        transform: rotateX(-180deg)
    }
    75% {
        transform: rotateX(-360deg)
    }
    100% {
        transform: rotateX(-360deg)
    }
}

@media (min-width: 768px) {
    #logo a img, .logo-wrapper a img{
        animation: 5s rotate-logo 1s ease-in-out infinite;
    }
}*/

.img_container a:hover img, .img_container a:focus img {
    -webkit-transform: none !important;
    transform: none !important;
}

.img_container img {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-backface-visibility: hidden;
}

.footer-1 .menu-footer-right {
    text-align: right;
}
.menu-footer-right a {
    font-size: 14px;
    line-height: 1.85;
    text-decoration: none;
    color: inherit;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Univers',sans-serif !important;
}

.intro_title {
    vertical-align: bottom;
}
#hero_2 .intro_title h1 {
    color: rgb(52, 52, 52);
    font-weight: normal;
    font-size: 30px;
}
/*
#hero_2 .intro_title h1:before,
#hero_2 .intro_title h1:after {
    display: inline-block;
    width: 60px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: rgba(52, 52, 52, 0.5);
}*/

#hero_2.support_bg {
    background: #FFFFFF;
    height: 250px;
}
#hero_2.cart_bg {
    background: #FFFFFF;
    height: 250px;
}
#hero_2.shop_bg {
    background: #FFFFFF;
    height: 250px;
}
#hero_2 {
    color: rgb(52, 52, 52);
}