/*
vancouver_victoria
*/
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');
/* .fraunces-<uniquifier> {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "SOFT" 0,
    "WONK" 0;
} */
body {
    margin: 0px !important;
    /* height: 100vh;
    height: -webkit-fill-available;
    height: fill-available; */
}

#event_body {
    --m-h1: 3rem;
    --m-h3: 1.8rem;
    --m-p: 1rem;
    --ca-red: #ed1c24;

    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #ed1c24;
    --swiper-theme-color: #F3F900;
}

.s_b {
    margin-bottom: 4rem;
}
.container-xxl {
    padding-right: 15px;
    padding-left: 15px;
}

.bold {
    font-weight: 700;
}
.sub {
    font-size: .7em;
}




#event_header {
    background-color: #34a3c7ba;
}


.s_b.gray {
    padding: 4rem 0;
    background-color: #f5f5f5;
}
.s_b.gray h1 {
    margin-top: 0 !important;
}
@media (min-width: 992px) {
    .s_b {
        margin-bottom: 6rem;
    }
    .s_b.gray {
        padding: 6rem 0;
    }
    #event_body {
        --m-h1: 4.4rem;
    }
    .container-xxl {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}














.text_tasty_trip {
    display: inline-block;
    height: 100%;
}





#s_0 {
    position: relative;
    height: 100vh;
    background: url('/common/event/images/vancouver_victoria/s0_bg.webp') no-repeat 50% 100%;
    background-size: cover;
    color: #fff;
}
#s_0 .container-xxl {
    position: relative;
    height: 100%;
}
#s_0 h3 .text_tasty_trip {
    display: inline-block;
    height: 24px;
    margin: 0 10px;
}


#s_0 .text_area {
    /* position: absolute;
    top: 10%;
    left: 5vw; */
    width: 94%;
    margin: 0 auto;
    padding: 8.5vh 0 0 0;
    text-align: left;
    font-family: 'Paperlogy';
    /* width: calc(100% - 20px); */
    /* right: auto; */
    /* transform: translate(-50%, 0%); */
    /* width: 100%; */
    /* backdrop-filter: blur(5px); */
}
#s_0 .main_tit h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;

}
#s_0 .main_tit h1 .bold {
    font-size: 1.8em;
}
/* #s_0 .main_tit h1 .sub_line {
    display: inline-block;
    font-size: .7em;
    text-align: right;
} */
#s_0 .main_tit h3 {
    font-size: 17px;
    font-weight: 300;
}
#s_0 .main_tit h3 .bold {
    font-size: 1.8em;
    font-weight: 500;
}
#s_0 .main_txt {
    margin-top: 30px;
    text-align: left;
    /* backdrop-filter: blur(5px); */
}
#s_0 .main_txt h4 {
    line-height: 1.4;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.5px;
}
#s_0 .main_txt h4 b {
    color: var(--ca-red);
    font-weight: 700;
}
#s_0 .main_txt h4 .in_ch {
    display: flex;
    margin-top: 8px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-end;
}
#logo_ch_tourism {
    display: inline-flex;
    width: 192px;
    margin-left: 7px;
    margin-bottom: 3px;
}
#logo_ch_tourism img {
    width: 100%;
}

#s_0 .main_txt .travel_recomm {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 3px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
    font-weight: 400;
}
#s_0 .main_txt .travel_recomm li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

#s_0 .main_txt .travel_recomm li:after {
    display: inline-block;
    content: '\7c';
    padding: 0 9px;
    font-family: var(--font-awesome);
    font-weight: 300;
    font-size: .7em;
    color: #d7d7d7;
}
#s_0 .main_txt .travel_recomm li:last-child:after {
    display: none;
}
.travel_recomm_logo {
    display: flex;
    flex-direction: row;
    margin: 2rem 0 0 0;
    align-items: flex-start;
}
.travel_recomm_logo li:after {
    display: inline-block;
    content: '';
    padding: 0 9px;
    border-right: 1px solid transparent;
}


#main_ca_tourism_logo {
    display: block;
    margin-bottom: 10px;
    width: 70px;
}





#main_footer_logos {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    width: 75%;
    height: auto;
}

@media (min-width: 400px) {
    #s_0 .main_txt {margin-top: 30px;}
    #s_0 .main_tit h1 {font-size: 25px;}
    #s_0 .main_tit h3 {font-size: 20px;}
}
@media (min-width: 576px) {
    #s_0 .main_txt {margin-top: 40px;}
    #s_0 .main_tit h1 {font-size: 30px;}
    #s_0 .main_tit h3 {font-size: 23px;}
}
@media (min-width: 768px) {
    #s_0 .text_area {width: 80%;}
    #s_0 .main_txt {margin-top: 44px;}
    #s_0 .main_tit h1 {font-size: 34px;}
    #s_0 .main_tit h3 {font-size: 27px;}
    #s_0 .main_txt h4 {font-size: 26px;}
}
@media (min-width: 992px) {
    #s_0 .text_area {width: 70%;}
    #s_0 .main_tit h1 {font-size: 40px;text-align: left;}
    #s_0 .main_tit h3 {font-size: 32px;text-align: left;}
    #s_0 h3 .text_tasty_trip {
        height: 45px;
    }
    #s_0 .main_txt h4 {font-size: 30px;}
    #s_0 .main_txt .travel_recomm {font-size: 17px}
    #mountain_logo_rigi {width: 64px;}
    #mountain_logo_titlis {width: 96px;}
    #mountain_logo_pilatus {width: 116px;}

    #main_ca_tourism_logo {
        width: 120px;
        margin-bottom: 35px;
    }
    #main_footer_logos {
        width: auto;
        height: 40px;
    }

}
@media (min-width: 1200px) {
    #s_0 .main_txt {}
    #s_0 .text_area {
        width: 100%;
        max-width: 700px;
        margin-left: 0;
        margin-right: 0;
    }

}
/* @media (min-width: 1400px) {
    #s_0 {
        margin-bottom: 8rem;
    }
} */






.event_content h1 {
    margin: 0 0 var(--m-h1) 0;
    font-size: 2.2rem;
    font-weight: 500;
    font-family: 'Paperlogy';
    letter-spacing: 0;
}
.event_content h1 .ln1 {
    text-align: center;
}
.event_content h1 .ln2 {
    font-weight: 700;
    letter-spacing: -1.5px;
    color: var(--ca-red);
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.event_content h1 .ln2 .text_tasty_trip {
    display: block;
    height: 40px;
    margin: 0 0 8px 0;
}
.ln2 b.box {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 10px 5px 0;
    border: 1px solid var(--ca-red);
    border-left: 0;
    border-right: 0;
    font-family: "Fraunces", serif;
    font-weight: 500;
}
@media (min-width: 992px) {
    .event_content h1 {
        font-size: 2.5rem;
    }
    .event_content h1 .ln2 {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }
    .event_content h1 .ln2 .text_tasty_trip {
        display: inline-block;
        height: 40px;
        margin: 0 10px 0 0;

    }
}


.event_content h3 {
    margin: 0 0 var(--m-h3) 0;
    font-family: 'Paperlogy';
    font-weight: 700;
    letter-spacing: 0;
    font-size: 2rem;
}
.event_content .p {
    margin: 0 0 var(--m-p) 0;
}
.event_content .outlink {
    display: inline-block;
    margin: 5px 0 var(--m-h3) 0;
    border: 1px solid var(--blue);
    padding: 4px 7px 2px 7px;
    color: var(--blue);
}
.event_content .outlink i {
    display: inline-block;
    margin: 0 0 0 3px;
}










#attractive_points {}
.imgs img {
    display: block;
    width: 100%;
}
.list {
    margin: var(--m-h1) 0;
    font-size: 1.2rem;
    list-style: disc;
    padding-left: 1.5em;
}
.list li {
    margin-bottom: 1rem;
}
.list li strong {
    font-weight: 700;
}

#attractive_points .list {
    margin: var(--m-h1) auto;
    max-width: 800px;
}













.ecobag_introduction {
    margin: 0 0 var(--m-h1) 0;
    font-size: 1.2rem;
    list-style: decimal;
    padding-left: 1.5em;
}
.ecobag_introduction li {

}
.ecobag_introduction li b {
    font-weight: 700;
}
.ecobag_introduction li::marker {
    width: 20px;
    text-align: left;
}














.promotion_condition {
    margin: 0 0 var(--m-h1) 0;
    font-size: 1.2rem;
    list-style: disc;
    padding-left: 1.5em;
}
.promotion_condition li {}

.promotion_condition li .accent {
    color: var(--ca-red);
    font-weight: 700;
}
/* @media (min-width: 1400px) {
    #s_1 {
        margin-bottom: 8rem;
    }
    #s_1 h1 {
        margin-bottom: 6rem;
    }
} */









#s_2 h3 {
    margin: var(--m-h3) 0;
}

#s_2 .event_content h1 .ln2 {
    justify-content: flex-start !important;
}

.s_image {}
.s_image img {
    display: block;
    width: 100%;
}

@media (min-width: 992px) {
    #s_2 h1 {
        margin: 3rem 0;
        text-align: left;
    }
    #s_2 .event_content h1 .ln1 {
        text-align: left;
    }
}




.city_features .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* margin-right:3px; */
    /* flex-shrink: 1; */
}

.city_features .swiper-slide img {
    display: block;
    width: 100%;
    /* height: 100%; */
    /* object-fit: contain; */
}


.city_detail .tit {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}
.city_detail h3 {}
.city_detail h4 {
    margin-left: 5px;
    font-size: 1rem;
}
.city_detail h3 span.accent {
    display: inline-block;
    margin-left: 5px;
    color: var(--ca-red);
    font-size: .9em;
    font-family: "Fraunces", serif;
    font-weight: 400;
    font-size: .7em;
}
.city_detail h3 .sub {
    display: block;
    font-size: .8em;
    font-weight: 500;
    margin-left: 10px;
}
.city_detail .mountain_logo {
    display: block;
    /* height: 45px; */
    margin-top: 2rem;
    width: 120px;
}
.city_detail #mountain_logo_rigi2 {
    width: 80px;
}
.city_detail p {
    margin: 15px 0;
}
.city_detail .price {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #797979;
}
#city_detail_titlis {
    margin: 3rem 0;
}

.must_todo {}
.must_todo h6 {
    display: inline-block;
    margin: 0 0 10px 0;
    font-weight: 500;
    border-bottom: 1px solid #363636;
    font-family: "Fraunces", serif;
    font-weight: 500;
    font-size: 1.4rem;
    color: #000;
}
.must_todo ol {
    list-style: decimal;
    padding-left: 1.5rem;
    line-height: 1.6;
}
.must_todo ol li {
    color: #b4332f;
    font-weight: 400;
}

@media (min-width: 992px) {
    #s_3 .event_content h1 .ln1 {
        text-align: left;
    }
    .city_detail {
        margin-top: 0;
    }
    .city_detail h3 .sub {
        margin-left: 0;
    }
    #city_detail_titlis {
        /* margin-top: var(--bs-gutter-y); */
        margin-top: 0;
        margin-bottom: 0;
    }
}

































#s_3 {
    /* margin-bottom: 0;
    border-top: 1px solid #e1e1e1;
    padding: 4rem 0; */
}
#s_3 .event_content {
    max-width: inherit;
}
#s_3 h1 {
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 3rem;
}
#s_3 .event_content h1 .ln2 {
    justify-content: flex-start !important;
}


.schedule {
    border-left: 1px solid var(--ca-red);
    padding-left: 20px;
    max-width: 900px;
    margin: 0 auto;
}
.schedule li.day {
    margin: 0 0 3rem 0;
    position: relative;
}
.schedule li.day:before {
    display: block;
    content: '';
    position: absolute;
    left: -28px;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--ca-red);
}

.day_no {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #959595;
    color: #959595;
    font-weight: 700;
    font-family: "Fraunces", serif;
    font-weight: 400;
}
.day .shorts {
    font-weight: bold;
    font-size: 1.2rem;
}
.day .shorts .box {
    display: inline-block;
    padding: 3px 6px;
    border: 1px solid #000;
}
.day .travel_txt {
    /* border-left: 1px solid #000; */
    padding: 1rem;
}
.day .subject {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.day .subject i {
    display: inline-block;
    font-size: 1.4em;
    margin: 0 7px 0 0;
}
.travel_detail {
    display: flex;
    flex-direction: column;
}
.travel_detail ul {
    margin: 0;
    font-size: 1rem;
    list-style: decimal;
    padding-left: 1.5em;
}
.travel_detail ul li {
    line-height: 1.4;
}
.travel_detail .icons {
    margin-left: 0px;
    margin-top: 20px;
    font-size: 2rem;
}
.travel_detail .icons i {
    display: inline-block;
    width: 3rem;
    font-size: 2rem;
    padding: 0 5px;
    color: #959595;
}


@media (min-width: 992px) {
    .travel_detail {
        flex-direction: row;
        justify-content: space-between;
    }
    .travel_detail .icons {
        margin-left: 20px;
        margin-top: 0;
    }
}





.promotion {
    max-width: 900px;
    margin: 0 auto;
}
.promotion .row {
    display: flex;
    align-items: center;
}
.book {
    display: block;
    width: 100%;
}


/* #benefits_c {
    position: relative;
    height: 100%;
    background: url('/common/event/images/vancouver_victoria/s4_2.webp') no-repeat 50% 100%;
    background-size: cover;
    color: #fff;
} */


.benefits {
    margin: 0 0 var(--m-h1) 0;
    font-size: 1.4rem;
    list-style: decimal;
    padding-left: 1.5em;
}
.benefits li {
    line-height: 1.8;
    font-weight: 500;
}
.benefits li .sub {
    font-size: .8em;
    color: #555;
}
.condition {
    margin-bottom: 2rem;
}
.condition i {
    display: inline-block;
    margin: 0 5px 0 0;
}
.condition h5 {
    font-weight: bold;
}
.condition p {
    display: inline-block;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #000;
}





.goods_link_c {
    display: flex;
    max-width: 900px;
    margin: 3rem auto 0 auto;
    flex-direction: column;
}
.goods_link_c .bg {
    width: 100%;
}
.goods_link_c .link {
    width: 100%;
}
.garden {
    display: block;
    width: 100%;
}

#event_goods_links {
    background-color: var(--ca-red);
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#link_ca_tourism_logo {
    display: block;
    width: 100px;
    margin: 0 0 10px 0;
}




@media (min-width: 992px) {
    .condition {
        margin-bottom: 0rem;
    }
    .goods_link_c {
        margin: 4rem auto 0 auto;
        flex-direction: row;
    }
    #event_goods_links {
        font-size: 2rem;
    }
    .goods_link_c .bg {
        width: 50%;
    }
    .goods_link_c .link {
        width: 50%;
    }
}














.customer_consult {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0em auto 0 auto;
    padding: 3em 2em;
    background-color: #13469b;
}

.customer_consult .icon {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 0 2.5rem 0;
}
.customer_consult .icon img {
    display: block;
    height: 30px;
}
.customer_consult .icon i {
    color: #fff;
    font-size: 3em;
    font-family: var(--font-awesome) !important;
}

.customer_consult p {
    color: #fff;
    font-size: 1rem;
    text-align: left;
    margin: 0;
}

.customer_consult a {
    display: block;
    padding: 5px 15px;
    text-align: center;
    background-color: var(--consult);
    background: var(--consult-bg);
    color: #fff;
    border: 1px solid var(--consult-border);
    /* max-width: 300px; */
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
    margin: 1rem auto 0 auto;
}

@media (min-width: 992px) {
    #section_consulting_bar {
        /* background-color: #13469b; */
        padding: 3rem 0;
    }
    .customer_consult {
        flex-direction: row;
    }
    .customer_consult .icon {
        margin: 0 5rem 0 0;
    }
    a.customer_consult p {
        margin-top: 0;
    }
    .customer_consult a {
        margin: 1rem 0 0 0;
    }
}

/*
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}
*/










.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .9;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}


#event_footer {
    margin-top: 0;
}







































/* 

#s_2-1 p {
    margin-bottom: var(--m-h3);
}

#picnic_photos {
    width: 100%;
    max-width: 2000px;
    margin-top: 1.5rem;

  align-items: center;
  -webkit-transition-timing-function:linear!important;
  -o-transition-timing-function:linear!important;
  transition-timing-function:linear!important;
}

#picnic_photos .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#picnic_photos .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
} */


