.nbanner-1 .meMsg_ItemURL_1 img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: center;
}

.nbanner-1 .meMsg_ItemURL_2 img {
    display: none;
}

.roomCanAddBed {
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
}

p.defaulttext {
    font-size: 14px;
    font-weight: bold;
}

select.defaultSelect {
    font-size: 16px;
    padding: 11px 21px;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 25%);
    border-radius: 2px;
}

.flex-column {
    flex-direction: column;
    justify-content: space-evenly;
}

.searchBtn {
    padding: 15px 25px;
    background: #6BAFE0;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

/*飯店設施區塊*/
.hotelIntro {
    max-width: 80%;
    margin: 0 auto;
}

.hotelIntro .meMsg_MsgBlk {
    margin: 3% auto;
}

.hotelIntro2 {
    max-width: 80%;
    margin: 0 auto;
}

/*搜尋欄*/
.meus_JacobFrontMainPage .meMsg_MsgMainTd {
    position: relative;
    top: -50px;
}

.searchBar {
    display: flex;
    justify-content: space-evenly;
    max-width: 95%;
    margin: 0 auto;
    box-shadow: 2px 0px 10px 0px rgb(0 0 0 / 20%);
    border-radius: 15px;
    background: #fff;
    min-width:60%;
}

.checkInText,
.checkOutText,
.peopleCountText {
    text-align: center;
    color: #555555;
}

input#checkIn,
input#checkOut {
    border: none;
    border-radius: unset;
    background: #fff;
    width: 100%
}

.search {
    /* padding: 0px 20px; */
    display: flex;
    align-items: center;
    margin: 10px 0px;
    justify-content: center;
}

/* .checkTime,
.search.peopleCount,
.search.roomType {
    border-right: 2px solid #939393;
} */

.checkTime {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
}

.checkInTimeImg,
.checkOutTimeImg {
    margin-right: 10px;
    display: none;
}

.searchImg {
    margin-right: 10px;
}

.InputTypeArea {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.childCount {
    margin-left: 20px;
}

.selectcount {
    width: 100%;
    border: none;
    border-radius: unset;
    background: #fff;
}

.searchBtnArea {
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.searchBtn:hover {
    color: #fff;
    font-weight: bold;
    background: #0085FF;
    transition: 0.5s;
}

.searchIcon {
    width: 20px;
    height: 20px;
}

span.searchText {
    word-break: keep-all;
}

/*搜尋欄手機版*/
@media (max-width:1150px) {

    .checkTime,
    .search.peopleCount,
    .search.roomType {
        border: 0;
    }

    //img {
    //    width: 100%;
    //}

    .nbanner-1 .meMsg_ItemURL_1 img {
        display: none;
    }

    .nbanner-1 .meMsg_ItemURL_2 img {
        display: block;
    }

    .search {
        padding: 20px;
        margin: 0;
    }

    .searchBar {
        display: flex;
        max-width: 90%;
        flex-direction: column;
        align-items: center;
    }

    .checkTime.checkInDateTime {
        border-right: 2px solid #939393;
    }

    #checkIn,
    #checkOut {
        font-size: 18px;
    }

    .search.peopleCount,
    .search.roomType,
    .search.priceChoose {
        width: 90%;
        border-top: 2px solid #939393;
    }

    /* .search.checkInDateTime {
        width: 100%;
        border-bottom: 2px solid #ededed;
        border-right: unset;
    }

    .search.checkOutDateTime {
        width: 100%;
        border-bottom: 2px solid #ededed;
        border-right: unset;
    } */

    /* .search.peopleCount {
        width: 100%;
    } */

    .InputTypeArea {
        display: flex;
        align-items: center;
        padding: 5px 10px;
        justify-content: flex-start;
    }

    .childCount {
        margin-left: 40px;
    }

    .searchBtnArea {
        text-align: center;
        width: 100%;
        justify-content: center;
    }

    .searchBtn {
        display: block;
        width: 100%;
    }

    input#checkIn,
    input#checkOut {
        padding: 0;
		  font-size: 16px;
    }

	.addbedimg,.addmealimg{    
    	 width: 18px;
    	 height: 18px;
	    /* line-height: 0.5; */
	    margin-top: 3px;
	}
	
	p.roomName {
	    font-size: 14px;
	}
	
	p.totalPrice {
	    font-weight: bold;
	    font-size: 16px;
	}
}




/*熱門房型*/
.roomTypePopular {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}

p.titleText {
    font-size: 25px;
    font-weight: bold;
}

span.titleSpan {
    font-size: 16px;
    opacity: 0.7;
}

.showListArea {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    max-width: 100%;
    margin: auto;
    flex-wrap: wrap;
}

.roomDetailImg {
    position: relative;
}

.roomTypeDetail {
    width: calc(32% - 1%);
    margin: 5px;
    height: 450px;
}

.checkRoomDetail {
    position: absolute;
    bottom: 0px;
    text-align: center;
    font-size: 16px;
    display: none;
    background: #6BAFE0;
    padding: 10px;
    width: 100%;
}

.roomDetailImg:hover .checkRoomDetail {
    display: block;
}

.roomDetailImg {
    position: relative;
    width: 100%;
    height: 350px;
}

.roomImg {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

a.goRoomDetailPage,
a.reserveThisRoomNow {
    color: #FFF;
    /*background: #30667d;*/
    padding: 10px 15px;
    cursor: pointer;
}

.roomInformation {
    margin-top: 15px;
}

.roomPrice {
    font-size: 14px;
    opacity: 0.5;
}

.roomPrice::before {
    content: '平均 NT$ ';
}


/*熱門房型手機版*/
@media (max-width: 768px) {
    .showListArea {
        max-width: 100%;
    }

    .roomTypeDetail {
        width: calc(48% - 2%);
        margin: 5px;
        height: 250px;
    }

    .checkRoomDetail {
        position: unset;
        bottom: unset;
        text-align: center;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        background: #6BAFE0;
        padding: 10px 5px;
        width: 100%;
    }

    .roomDetailImg {
        width: 100%;
        height: 130px;
        display: block;
    }

    .roomDetailImg:hover .checkRoomDetail {
        display: flex;
    }

    a.goRoomDetailPage,
    a.reserveThisRoomNow {
        padding: unset;
    }

    .roomInformation {
        margin-top: 49px;
    }

    .roomImg {
        width: 100%;
        object-fit: unset;
        height: 100%;
    }

	 .socialBar img {
    	height: 35px;
		filter: brightness(100);
	}
}



/*左圖輪播右文*/
.intro1 {
    max-width: 80%;
    margin: 5% auto 2%;
}

.meJsShowImg .meMsg_MsgList .meMsg_MsgListBlk {
    position: relative;
    top: -20px;
}

body .JsShowImg .divJsShowImgB {
    background: unset;
}

body .JsShowImg .meMsg_MsgListBlk img.b0,
body .JsShowImg .meMsg_MsgListBlk img.b0:hover {
    width: 10px;
    height: 10px;
}

body .JsShowImg .meMsg_MsgListBlk img.b1,
body .JsShowImg .meMsg_MsgListBlk img.b1:hover {
    width: 10px;
    height: 10px;
}

body .JsShowImg .meMsg_MsgListBlk img.b1,
body .JsShowImg .meMsg_MsgListBlk img.b1:hover {
    background-color: #0085FF;
    border: 6px solid #0085FF;
    position: relative;
    top: 0px;
    margin: 0px 4px;
    border-radius: 8px;
}

/*右圖左文區塊*/
.intro2 {
    max-width: 80%;
    margin: 0 auto 5%;
}

/*搜尋日期*/

p.checkInTime,
p.checkOutTime {
    margin-left: 25px;
    font-weight: bold;
    color: #444268;
    font-size: 21px;
}

#checkIn,
#checkOut {
    font-weight: bold;
    color: #444268;
    font-size: 20px;
}

/* 房型價格區塊 */
.roomPriceArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

p.totalPrice {
    font-weight: bold;
    font-size: 19px;
}

/* .peopleCount {
    flex: 0.55;
}

.roomType,
.priceChoose {
    flex: 0.20;
}

.searchImg {
    flex: 0.10;
}

.searchInput {
    flex: 0.9;
} */

.adultCount .defaultText,
.childCount .defaultText {
    font-weight: bold;
    font-size: 18px;
}

.searchBtnArea {
    flex: 0.15;
}

/* syrena編輯 */

/* 結束 */