@charset "utf-8";

/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/



/* HEADER */
#header {
    -webkit-transform: translateY(-95px);
    -ms-transform: translateY(-95px);
    transform: translateY(-95px);
    bottom: 0;
}


#header.headerTop.fixHeader {
    -webkit-transition: -webkit-transform 0.4s ease-out, background-color 1s ease-out;
    -ms-transition: -ms-transform 0.4s ease-out, background-color 1s ease-out;
    transition: transform 0.4s ease-out, background-color 1s ease-out;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    margin-top: 0;
}


#main .wrapTitleMain {
    /*top: 56.1%;*/
    top: 46.1%;
    left: 49.2%;
}

body.fixed .headerFront {
    top: 0;
    background: #FFFF;
}

body.fixed .headerFront #header.headerTop {
    top: 0;
    height: 100vh;
    position: fixed;
}

.headerFront {
    /*height: calc(100vh - 99px);*/
    /*    height: 11.6vh;
    width: 100%;
    bottom: 0;
    position: absolute;*/

    height: calc(100vh);
    width: 100%;
    bottom: 0;
    position: absolute;
    display: flex;
    align-items: flex-end;
    top: 75px;
}

#main {
    position: relative;
    height: calc(100vh + 99px);
}

#main .mainPhoto {}

#main .mainPhoto img {
    height: 100vh;
    object-fit: cover;
}


/*.areaComme*/
.areaComme {
    padding: 0 0 40px;
}

.areaComme .commeList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 887px;
    margin: 0 auto;
}

.areaComme .commeList li {
    max-width: 437px;
    width: calc(100% / 2 - 6px);
    margin-bottom: 11px;
}

.areaComme .commeList li:nth-child(odd) {
    margin-right: 13px;
}

/*.areaComme*/

/*.areaStayPlan*/
.areaStayPlan {
    padding: 60px 0 0;
    margin-bottom: 45px;
}

.areaStayPlan .numberTypePlace {
    margin-bottom: 69px;
}

.areaStayPlan .txtReverse {
    top: 200px;
    left: 11px;
    line-height: 1.25;
}

/*.areaConcept*/
.areaConcept {
    position: relative;
}

.areaConcept .conceptPhoto img {
    width: 100%;
}

.areaConcept .conceptBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.areaConcept .conceptBox .numberTypePlace {
    margin-bottom: 26px;
    line-height: 1.2;
}

.areaConcept .conceptBox .conceptSub {
    font-size: 15px;
    margin-bottom: 84px;
    color: #ededed
}

.areaConcept .conceptBox .areaBtn a {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px 0;
}

.areaConcept .conceptBox .areaBtn a .text:after {
    right: 7px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
    background: none;
}

/*.areaConcept */

/*areaInfor*/
.areaInfor {
    background-color: #E9F3F8;
    padding: 28px 0 62px;
}

.areaInfor .numberTypePlace {
    margin-bottom: 39px;
    line-height: 2.1;
}



.areaInfor .areaBtn a {
    border: 1px solid #fff;
    background-color: #fff;
}

/*areaExper*/
.areaExper .slick-slide{
    overflow: hidden;
}

.areaExper .slick-slide img {
    transform: translateX(-50px) scale(2);
}

.areaExper .slick-active img {
    position: relative;
    animation: example 6s ease-in-out;
}

@keyframes example {
    0% {
        transform: translateX(0) scale(2);

    }

    100% {
        transform: translateX(-50px) scale(2);
    }
}

.areaExper {
    padding: 50px 0 0;
}

.areaExper .numberTypePlace {
    line-height: 1.9;
}

.areaExper .experList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 31px;
}

.areaExper .experList li {
    position: relative;
    width: calc(100% / 2 - 1%);
    max-width: 588px;
    margin-bottom: 21px;
}

.areaExper .experList li a {
    display: block;
}

.areaExper .experList li:nth-child(odd) {
    margin-right: 2%;
}

.areaExper .experList .experBox {
    
}



.areaExper .experList .experBox li {
    margin: 0;
    border-radius: 10px 0 10px 0; 
}
.areaExper .experList .experBox li img{
    border-radius: 10px 0 10px 0;
}


.areaExper .experList .listSub {
    position: absolute;
    top: 46.7%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.areaExper .experList .listSub .subPhoto {
    margin-bottom: 17px;
}

.areaExper .experList .listSub .subText {
    color: #fff;
    font-size: 14px;
}

.areaExper .experList .experBox .slick-dots {
    bottom: 7%;
    left: 50%;
    padding: 0;
    z-index: 2;
}

.areaExper .experList .experBox .slick-dots li {
    margin: 0 2px;
}

/*areaAbout*/
.areaAbout {
    padding: 50px 0 75px;
}

.areaAbout .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}

.areaAbout .aboutLeft {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 833px;
}

.areaAbout .aboutLeft .numberTypePlace {
    margin-left: 14px;
    line-height: 1.9;
    margin-top: -9px;
}

.areaAbout .aboutLeft .leftBox {
    width: 100%;
    max-width: 381px;
}

.areaAbout a {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    transition: all .3s;
}

.areaAbout .aboutPhoto {
    overflow: hidden;
    border-radius: 10px 0 10px 0;
    transition: all 0.3s;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.areaAbout .aboutPhoto img {
    width: 100%;
    transition: all .3s;
}

.areaAbout .aboutSub {
    position: absolute;
    top: 51%;
    left: 48%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.areaAbout .aboutSub .cormorant {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 23px;
    letter-spacing: 1px;
}

.areaAbout .aboutList li:first-child {
    margin-bottom: 15px;
}

/*areaGallery*/
.areaGallery {
    position: relative;
    border-radius: 10px 0 10px 0;
}

.areaGallery img {
    width: 100%;
}

.areaGallery .numberTypePlace {
    position: absolute;
    top: 53.4%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1.9;
    margin-bottom: 0;
}

/*areaAccess*/
.areaAccess {
    padding: 80px 0 70px;
}

.areaAccess .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.areaAccess .accessLeft {
    width: 37.5%;
    margin-top: -39px;
}

.areaAccess .accessLeft .numberTypePlace {
    margin-bottom: 58px;
}

.areaAccess .accessLeft .leftSub {
    font-size: 14px;
    line-height: 2;
    margin-left: -5px;
    margin-bottom: 30px;
}

.areaAccess .accessMap {
    width: 100%;
    height: 507px;
    max-width: 769px;
    margin-right: -72px;
}

/*areaTab*/
.areaTab .numberTypePlace {
    line-height: 2.1;
    margin-bottom: 71px;
}

.areaTab .tabBox {
    padding-bottom: 101px;
}

.areaTab .wrapInfo .boxInfoHotel {
    margin-top: 6px;
}

.areaTab .wrapInfo .boxInfoHotel .titleInfoHotel {
    text-align: left;
    padding-left: 9px;
    margin-bottom: 83px;
}

.areaTab .restaurantTab .wrapFair {
    padding-top: 74px;
}

.areaTab .restaurantTab .wrapFair .inner {
    padding: 0;
}

/*areaBoutique*/
.areaBoutique .restaurantMenu {
    padding-left: 41px;
    padding-top: 51px;
}

/*.areaInfoHotel*/
.areaInfoHotel .numberTypePlace {
    margin-bottom: 77px;
}

.areaInfoHotel .contentInfoHotel {
    background-color: #E9F3F8;
}

.wrapFair .listFair {
    display: flex;
    flex-wrap: wrap;
}

.wrapFair .listFair li {
    width: calc((100% / 3) - 15px);
    margin-right: 22px;
    margin-bottom: 34px;
}

.wrapFair .listFair li:nth-child(3n) {
    margin-right: 0;
}

.wrapFair .listFair .fairPhoto {
    position: relative;
}

.wrapFair .listFair .fairPhoto img {
    width: 100%;
    aspect-ratio: initial;
}

.wrapFair .listFair .fairPhoto:after {
    content: "";
    position: absolute;
    background: url('../images/hotel/icon-popup.svg') no-repeat;
    background-size: 100%;
    width: 23px;
    height: 23px;
    bottom: 4px;
    right: 8px;
}

.wrapFair .listFair .boxFair {
    background: #fff;
    padding-top: 24px;
    padding-bottom: 71px;
    border: 1px solid #DBDBDB;
    border-width: 0 1px 1px 1px;
}

.wrapFair .listFair .boxFair .titleFair,
.wrapFair .listFair .fancybox-content .boxFair .titleFair {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 33px;
}

.wrapFair .listFair .boxFair .txtFair,
.wrapFair .listFair .fancybox-content .boxFair .txtFair {
    text-align: justify;
    padding: 0 9px;
    line-height: 1.64;
    min-height: 114px;
}

.fairPhoto .contentPhoto img {
    width: 100%;
    aspect-ratio: 626 / 358;
    height: 100%;
}

.fairPhoto img {
    width: 100%;
}

.boxFair {
    background: #fff;
    padding-top: 28px;
    padding-bottom: 65px;
    border: 1px solid #DBDBDB;
    border-width: 0 1px 1px 1px;
}

.titleFair {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 35px;
}

.txtFair {
    text-align: justify;
    padding: 0 10px;
    line-height: 1.64;
    height: 114px;
    overflow-y: auto;
}

.fancybox__content .titleFair {
    margin-bottom: 51px;
}

.fancybox__content .boxFair {
    padding-bottom: 18px;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    padding: 0;
}


.fancybox__content .titleFair {
    margin-bottom: 51px;
}

.fancybox__content .boxFair {
    padding-bottom: 18px;
    position: relative;
}


.fancybox__content .boxFair .close {
    position: absolute;
    right: 17px;
    top: 22px;
}

.fairPhoto span {
    display: block;
}

.fairPhoto span.contentPhoto {
    position: relative;
}

.fancybox__carousel .fancybox__slide .fancybox__content .fairPhoto {
    position: relative;
}

.fairPhoto span.arrowContent {
    width: 27px;
    height: 64px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.fairPhoto span.arrowPrev {
    left: 8px;
}

.fairPhoto span.arrowNext {
    right: 8px;
}

.fancybox__thumbs,
.carousel__button.is-close,
.carousel__button {
    display: none;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    padding: 0;
    width: 52.1%;
    top: 50%;
    transform: translateY(-50%);
}

.fancybox__slide {
    overflow: initial;
}

.fancybox__slide::before,
.fancybox__slide::after {
    display: none;
}

@media (min-width:769px) {
.areaConcept .conceptPhoto img {
    margin-top: -100px
}

   .areaInfor .listNew {
       width: 100%;
       max-width: 854px;
       margin: 0 auto 56px;
   }
   
   .areaInfor .listNew>li {
       display: flex;
       padding-bottom: 14px;
       margin-bottom: 21px;
       border-bottom: 1px dashed #DADADA;
       padding-left: 31px;
   }
   
   .areaInfor .listNew>li:last-child {
       margin-bottom: 0;
   }
   
   .areaInfor .listNew>li .date {
       color: #231815;
       width: 9%;
       margin-right: 19px;
       display: block;
       margin-top: 1px;
   }
   
   .areaInfor .listNew>li .listCatNew {
       width: 85px;
       margin-right: 12px;
       margin-top: -1px;
   }
   
   .areaInfor .listNew>li .listCatNew li+li {
       margin-top: 4px;
   }
   
   .areaInfor .listNew>li .listCatNew li {
   
       min-width: 66px;
   
       display: inline-block;
   }
   
   .areaInfor .listNew>li .listCatNew li a {
       display: block;
       font-size: 12px;
       color: #42352d;
       border: 1px solid #707070;
       text-align: center;
       padding: 0 3px 1px;
       transition: all .3s;
   }
   
   .areaInfor .listNew>li .newTitle {
       width: calc(100% - 23%);
   }
   
   .areaInfor .listNew>li .newTitle a {
       position: relative;
       display: block;
       color: #231815;
       width: 100%;
       padding-right: 30px;
       text-align: justify;
       display: -webkit-box;
       overflow: hidden;
       text-overflow: ellipsis;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical;
   }
   



}


@media (max-width:1370px) and (min-width:769px) {

    .areaAccess .accessMap {
        margin-right: 0;
    }

}

@media (max-width:1319px) and (min-width:769px) {
    .headerFront {
        /*height: 11vh;*/
    }
}


@media (max-width:1300px) and (min-width:769px) {
    .headerFront {
        /*height: 13vh;*/
    }
}

@media (max-width:1265px) and (min-width:769px) {

    /*areaAbout*/
    .areaAbout .aboutLeft {
        width: 65%;
        margin-right: 2%;
    }

    /*areaAbout*/

    /*areaAccess*/
    .areaAccess .accessMap {
        width: 60%;
        margin-right: 0;
    }
}

@media (max-width:1111px) and (min-width:769px) {
    .headerFront {
        /*height: 12.6vh;*/
    }
}

@media (max-width:1150px) and (min-width:769px) {

    /*areaAbout*/
    .areaAbout .aboutLeft .leftBox {
        width: 55%;
    }

    .areaAbout .aboutList {
        width: 33%;
    }
}

@media (max-width: 1070px) and (min-width: 769px) {
    .wrapFair .listFair .boxFair .txtFair {
        min-height: 160px;
    }
}

@media (max-width:1050px) and (min-width:769px) {
    .areaConcept .conceptBox .areaBtn a span.text:after {
        right: -25px;
    }
}

@media (max-width:965px) and (min-width:769px) {
    .areaComme .commeList li:nth-child(odd) {
        margin-right: 1.4%;
    }

    .areaComme .commeList li {
        width: calc(100% / 2 - 0.7%);
    }

    /*areaComme*/

}

@media (max-width:950px) and (min-width:769px) {
    .areaAbout .aboutLeft .leftBox {
        width: 60%;
    }
}

@media (max-width:915px) and (min-width:769px) {
    .headerFront {
        /*height: 12.4vh;*/
    }
}

@media (max-width:900px) and (min-width:769px) {
    .areaInfor .listNew {
        width: 100%;
        padding: 0 10px;
    }
}

@media (max-width:860px) and (min-width:769px) {
    .areaAbout .aboutLeft {
        width: 66%;
    }

    .areaAbout .aboutList {
        width: 32%;
    }
}

@media (max-width:850px) and (min-width:769px) {
    .headerFront {
        /*height: 12.2vh;*/
    }
}

@media (max-width: 840px) and (min-width: 769px) {
    .wrapFair .listFair .boxFair .txtFair {
        min-height: 140px;
        font-size: 12px;
    }

    .wrapFair .listFair .boxFair .titleFair {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

@media (max-width:800px) and (min-width:769px) {
    .areaAbout .aboutList {
        width: 31%;
    }
}

@media (min-width:769px) {

   
    /*areaConcept*/
    .areaConcept .conceptBox .areaBtn a:hover {
        background-color: #D1E2EC;
        color: #42352D;
    }

    .areaConcept .conceptBox .areaBtn a:hover span.text:after {
        border-left: 6px solid #42352D;
    }

    /*areaInfor*/
    .areaInfor .listNew>li .newTitle a:hover {
        text-decoration: underline;
    }

    .areaInfor .listNew>li .listCatNew li a:hover {
        background: #42352D;
        color: #fff;
    }

    .areaInfor .areaBtn a:hover {
        background-color: #42352D;
        color: #fff;
    }

    .areaAbout a:hover .aboutPhoto img {}

    .wrapFair .listFair li a:hover {
        opacity: 0.8;
    }

    .areaExper .experList li a {
        position: relative;
    }

    .areaAbout a:before,
    .areaExper .experList li a:before {
        transition: all .3s;
    }

    .areaAbout a:hover:before,
    .areaExper .experList li a:hover:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .4);
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    #footer {
        padding-bottom: 34.5px;
    }
}

@media(max-width:768px) {
    #main .wrapTitleMain {
        top: 34.8%;
        left: 55.7%;
    }

    /*areaComme*/
    .areaComme {
        padding: 13px 0 5px;
    }

    .areaComme .commeList li {
        width: calc(100% / 2 - 0.5px);
        margin-bottom: 2px;
    }

    .areaComme .commeList li:nth-child(odd) {
        margin-right: 1px;
    }

    /*.areaConcept*/
    .areaConcept {
        padding: 0;
    }

    .areaConcept .conceptPhoto {
        border-radius: 10px 0 10px 0;
        margin-top: -87px;
    }

    .areaConcept .conceptBox {
        top: 48%;
        width: 100%;
        padding: 0 15px;
    }

    .areaConcept .conceptBox .numberTypePlace {
        margin-bottom: 21px;
    }

    .areaConcept .numberTypePlace .numberPlace,
    .areaConcept .numberTypePlace .titlePlaceEn {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .areaConcept .conceptBox .conceptSub {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .areaConcept .conceptBox .areaBtn a {
        padding: 5px 0;
    }

    .areaConcept .conceptBox .areaBtn a .text:after {
        right: 12px;
        width: 4px;
        height: 4px;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-bottom: 0;
        transform: translateY(-50%) rotate(135deg);
        background: none;
    }

    .areaConcept .conceptBox .areaBtn a span.text:before {
        right: -9px;
        width: 4px;
        height: 7px;
        border: none;
        background: url(../images/common/icon-arrows-white-sp.svg) no-repeat center center;
    }

    /*areaStayPlan*/
    .areaStayPlan {
        padding: 26px 0 0;
        margin-bottom: 0;
    }

    .areaStayPlan .numberTypePlace {
        margin-bottom: 49px;
        line-height: 1.1;
    }

    /*areaInfor*/
    .areaInfor {
        background-color: #fff;
        padding: 39px 0 30px;
    }

    .areaInfor .numberTypePlace {
        line-height: 2.4;
        text-transform: uppercase;
        margin-bottom: 36px;
    }

    .areaInfor .numberTypePlace .titlePlaceEn {
        letter-spacing: 1px;
    }

    .areaInfor .listNew>li .newTitle a {
        font-size: 10px;
        padding-right: 16px;
    }

    .areaInfor .inner {
        padding: 0 2.9% 0 1.4%;
    }

    .areaInfor .listCatMain li a {
        padding: 6px 3px;
    }

    .areaInfor .listNew {
        margin-bottom: 36px;
    }

    .areaInfor .listNew>li {
        padding-left: 23px;
        padding-bottom: 2px;
        margin-bottom: 15px;
    }

    .areaInfor .listNew>li .listCatNew {
        width: 70px;
        margin-right: 5px;
        margin-top: -1px;
    }

    .areaInfor .listNew>li .listCatNew li {
        min-width: 69px;
    }

    .areaInfor .listNew>li .listCatNew li a {
        background: #231815;
        color: #fff;
        font-size: 10px;
        padding: 2px 3px;
    }

    .areaInfor .listNew>li .newTitle {
        width: calc(100% - 128px);
    }

    .areaInfor .listNew>li .date {
        font-size: 14px;
        width: auto;
        margin-right: 8px;
        margin-top: 0px;
    }

    .areaInfor .areaBtn a {
        border: 1px solid;
    }


    /*areaExper*/
    .areaExper {
        padding: 8px 0 0;
    }

    .areaExper .numberTypePlace {
        margin-bottom: 0;
    }

    .areaExper .experList {
        margin-top: 15px;
    }

    .areaExper .experList li {
        width: 100%;
        margin: 0 auto 9px;
    }

    .areaExper .experList li:nth-child(odd) {
        margin-right: auto;
    }

    .areaExper .experList .listSub {
        top: 49.7%;
        text-align: center;
    }

    .areaExper .experList .listSub .subPhoto {
        margin-bottom: 14px;
    }

    .areaExper .slick-dots button {
        width: 7px;
        height: 7px;
    }

    /*areaAbout*/
    .areaAbout {
        padding: 53px 0 18px;
    }

    .areaAbout .numberTypePlace .titlePlaceEn {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.45;
    }

    .areaAbout .aboutLeft {
        margin-bottom: 12px;
    }

    .areaAbout .aboutLeft .numberTypePlace {
        margin: 0 0 38px;
    }

    .areaAbout .numberTypePlace .numberPlace {
        margin-bottom: 18px;
    }

    .areaAbout .aboutLeft .leftBox {
        width: 69%;
    }

    .areaAbout .aboutSub {
        width: 100%;

        left: 50%;
    }

    .areaAbout .aboutSub .cormorant {
        font-size: 14px;
        letter-spacing: 0.8px;
        margin-bottom: 9px;
    }

    .areaAbout .aboutList {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .areaAbout .aboutList li {
        width: 49%;
    }

    /*areaGallery*/
    .areaGallery {
        padding: 0 2.5%;
    }

    /*areaAccess*/
    .areaAccess {
        padding: 10px;
    }

    .areaAccess {
        padding: 50px 0 0;
    }

    .areaAccess .inner {
        flex-direction: column;
    }

    .areaAccess .accessLeft {
        width: 100%;
        margin-top: 0;
        margin-bottom: 25px;
    }

    .areaAccess .accessLeft .numberTypePlace {
        margin-bottom: 17px;
        line-height: 2.6;
    }

    .areaAccess .accessLeft .leftSub {
        margin-left: 7px;
        margin-bottom: 25px;
    }

    .areaAccess .accessMap {
        width: 87%;
        margin: 0 auto;
        height: 55.2vw;
        min-height: 207px;
    }

    .wrapFair .listFair {
        justify-content: space-between;
    }

    .wrapFair .listFair li {
        width: 48%;
        margin-right: 0;
    }

    .wrapFair .listFair li a:hover {
        opacity: 1;
    }

    .wrapFair .listFair .boxFair {
        padding-bottom: 40px;
    }

    .wrapFair .listFair .boxFair .titleFair {
        margin-bottom: 20px;
    }

    .wrapFair .listFair .boxFair .txtFair {
        min-height: 137px;
    }



    .fancybox__carousel .fancybox__slide .fancybox__content {
        padding: 0;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    .areaBoutique {
        background: #E9F3F8;
        padding-bottom: 56px;
    }

    .areaBoutique .inner {
        padding: 0;
    }

    .areaTab .wrapInfo .boxInfoHotel {
        margin-top: 0;
    }

    .areaTab .tabBox {
        padding-bottom: 0;
    }

    .areaTab .numberTypePlace {
        margin-bottom: 20px;
    }

    .areaTab .wrapInfo .boxInfoHotel .titleInfoHotel {
        margin-bottom: 18px;
        padding-left: 0;
    }

    .areaTab .restaurantTab .wrapFair {
        padding-top: 27px;
    }

    .areaBoutique .restaurantMenu {
        padding-top: 51px;
        padding-left: 26px;
    }

    @media (orientation:landscape) {
        .fancybox__carousel .fancybox__slide .fancybox__content {
            top: 44% !important;
            width: 50% !important;
        }

        .fancybox__content .boxFair {
            overflow-y: auto;
            height: 140px;
        }
    }

}


@media (max-width: 414px) {
    .wrapFair .listFair {
        flex-direction: column;
    }

    .wrapFair .listFair li {
        width: 100%;
        margin-right: 0;
    }

    .wrapFair .listFair .boxFair .txtFair {
        min-height: auto;
    }

    .areaConcept .conceptPhoto img {
        height: 100vw;
        object-fit: cover;
        object-position: center;
    }
}
.video {
    position: relative;
    height: 100vh;
    padding: 0;
    overflow: hidden;
    display:flex;
    justify-content:center;
    align-items:center;
}

.video img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}