@charset "utf-8";

@import url("base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/
.areaIntroduce .restaurantTxt {
    margin-bottom: 169px;
}

.areaPlace {
    margin-top: 57px;
    margin-bottom: 136px;
}

.areaPlace .textPlace {
    font-size: 18px;
    text-align: center;
    margin-bottom: 78px;
    font-weight: 300;
}

.areaPlace .txtPlace {
    font-size: 14px;
    text-align: center;
    line-height: 1.64;
    margin-bottom: 167px;
    font-weight: 300;
}

.areaPlace .listPlace {
    display: flex;
}

.areaPlace .listPlace li {
    width: calc((100% / 3) - 15px);
    margin-right: 24px;
    flex-direction: column;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 72px;
    display: flex;
    justify-content: center;
}

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

.numberTypePlace {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 9px;
    font-weight: 500;
}

.areaPlace .numberTypePlace .numberPlace {
    margin-bottom: 3px;
}

.areaPlace .listPlace .placePhoto {
    margin-bottom: -2px;
}

.areaPlace .listPlace .placePhoto img {
    width: 100%;
}

.areaPlace .listPlace .wrapPlace {
    border: 1px solid #DBDBDB;
    padding-top: 27px;
    border-width: 0 1px 1px 1px;
    padding-bottom: 22px;
    min-height:25.0em;
    display: flex;
    flex-direction: column;

}

.areaPlace .listPlace .wrapPlace .titlePlaceJp {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 33px;
}

.areaPlace .listPlace .wrapPlace .txt {
    text-align: justify;
    line-height: 1.64;
    padding: 0 9px;
    margin-bottom: 24px;
}
.inner .listAttention {
    margin-top: 40px;
    text-align: center
}

.readmore {
    margin: 0 auto;
    text-align: center;
    margin-top: auto;
}

.readmore a {
    border: 1px solid #42352D;
    min-width: 265px;
    padding: 11px 5px;
    font-size: 14px;
    display: inline-block;
    margin-top: auto;
    
}

.readmore a .text {
    position: relative;
    margin-top: auto;
    font-size: 13px;
}

.readmore a .text:before {
    content: "";
    position: absolute;
    background: url('../images/common/icon-arrow-right.svg') no-repeat center center;
    background-size: cover;
    width: 5px;
    height: 9px;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
}



.btn {
    text-align: center;
}

.areaBtn {
    text-align: center;
}

.btn a {
    border: 1px solid #42352D;
}

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

.areaInfoHotel .numberTypePlace {
    margin-bottom: 90px;
}

.areaInfoHotel .tabInfo {
    background: #E9F3F8;
    padding-top: 0;
    padding-bottom: 0;
}

.areaInfoHotel .contentHotel {}

.areaInfoHotel .contentInfoHotel {
    padding-bottom: 101px;
}

.restaurantMenu {
    padding-left: 41px;
    padding-top: 54px;
    margin-bottom: 0px;
}
.restaurantMenu li{
    margin-top: 14px;
}

/* wrapDetail */
.wrapDetail {
    background: #fff;
    padding-top: 0;
    padding-bottom: 82px;
}

.wrapDetail .listDetail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 41px;
}

.wrapDetail .listDetail li {
    display: flex;
    align-items: center;
    width: calc(100% / 2);
    margin-bottom: 12px;
}

.wrapDetail .listDetail .detail {
    padding-right: 31px;
    position: relative;
}

.wrapDetail .listDetail .subDetail {
    background: #42352D;
    width: 132px;
    text-align: center;
    color: #fff;
    padding: 2px 3px;
}

.wrapDetail .listDetail .detail:after {
    content: "";
    position: absolute;
    background: #42352D;
    width: 1px;
    height: 32px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wrapDetail .listDetail .boxDetail {
    padding-left: 31px;
    padding-top: 4px;
}

.wrapDetail .listDetail .boxDetail .txtDetail {
    margin-bottom: 4px;
}

.wrapDetail .listDetail .boxDetail .txtDetail .linkWeb {
    display: inline-block;
    margin-right: 10px;
}

.wrapDetail .listDetail .boxDetail .txtDetail .linkWeb a {
    text-decoration: underline;
}

/* wrapFair */
.areaInfoHotel .tabInfoTwo {
    padding-top: 85px;
    padding-bottom: 35px;
    margin-bottom: 70px;
}

.wrapFair {}

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

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

.wrapFair .listFair li a {
    display: inline-block;
}

.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: 124px;
    overflow-y: auto;
}

.fancybox__backdrop {
    background-color: #000;
    opacity: 0.63;
}
.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;
    padding: 0 55px;
}

.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;
}

#footer {
    margin-top: 114px;
}

@media (min-width: 769px) {
    .readmore a:hover {
        background-color: #D1E2EC;
    }

    .wrapDetail .listDetail .boxDetail .txtDetail a:hover {
        text-decoration: underline;
    }

    .wrapDetail .listDetail .boxDetail .txtDetail .linkWeb a:hover {
        text-decoration: none;
    }

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

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

@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: 768px) {
    #main .mainPhoto img {
        height: 54vw;
        object-fit: cover;
        object-position: center;
    }

    .areaIntroduce {
        padding: 53px 0 0;
    }

    .areaIntroduce .restaurantTxt {
        margin-bottom: 70px;
    }

    .areaPlace .listPlace {
        flex-direction: column;
    }

    .areaPlace .listPlace li {
        width: 100%;
        margin-top: 0;
    }

    .areaPlace .listPlace li+li {
        margin-top: 60px;
    }


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

    .areaPlace .listPlace .wrapPlace .txt {
        margin-bottom: 45px;
    }

    .restaurantMenu {
        padding-left: 17px;
        padding-top: 60px;
    }

    .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;
    }

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

    .areaPlace {
        margin-bottom: 85px;
    }

    .areaInfoHotel .numberTypePlace {
        margin-bottom: 30px;
    }

    .areaInfoHotel .tabInfoTwo {
        padding-top: 22px;
    }

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

    .fancybox__content .titleFair {
        padding: 0 40px;
    }

    .fancybox__carousel .fancybox__slide .fancybox__content {
        top: 50%;
        width: 100%;
    }

    .fancybox__content .boxFair .close {
        right: 3px;
    }

    .areaReser {
        margin-bottom: -40px;
        padding-bottom: 0;
    }

    .wrapDetail {
        background: #E9F3F8;
        padding-bottom: 0;
    }

    .areaInfoHotel .contentInfoHotel {
        padding-bottom: 0;
    }

    #footer {
        margin-top: 114px;
    }


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

        .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;
    }
}