/* 新しいホテルのNewマーク */
/* 表示 */
/*  Hotel 1 Canopy Dubai Al Seef */
li.hotelList:nth-child(1) .new,
/*  Hotel 2 Rove Downtown Dubai */
li.hotelList:nth-child(2) .new,
/*  Hotel 3 Al Seef Heritage hotel , Curio Collection by Hilton */
li.hotelList:nth-child(3) .new{
    display: block;
}
/* 非表示 */
/*  Hotel 1 Canopy Dubai Al Seef */
li.hotelList:nth-child(1) .new,
/*  Hotel 2 Rove Downtown Dubai */
li.hotelList:nth-child(2) .new,
/*  Hotel 3 Al Seef Heritage hotel , Curio Collection by Hilton */
li.hotelList:nth-child(3) .new{
    display: none;
}



/* 

Category Selected
部屋詳細スライド下のカテゴリーの選択

========================================
.cate-luxury => ラグジュアリー
.cate-luxury svg  => ラグジュアリーのアイコン

.cate-fountain => ファウンテンビュー
.cate-fountain svg => ファウンテンビューのアイコン

.cate-pool => プール付き
.cate-pool svg => プール付きのアイコン

.cate-pop => 有名・話題
.cate-pop svg => 有名・話題のアイコン

.cate-beach-pj => ビーチエリア/パームジュメイラ
.cate-beach-pj svg => ビーチエリア/パームジュメイラのアイコン

.cate-beach-etc => ビーチエリア/その他
.cate-beach-etc svg => ビーチエリア/その他のアイコン

.cate-airport => 空港内・周辺
.cate-airport svg => 空港内・周辺のアイコン

.cate-24h => 24時間滞在
.cate-24h svg => 24時間滞在のアイコン

========================================

 */

 /*  Hotel 1 Canopy Dubai Al Seef */
#boutiqueHotel ul li:nth-child(1) .cate-pool p,
#boutiqueHotel ul li:nth-child(1) .cate-airport p,

#boutiqueHotel ul li:nth-child(1) .cate-pool svg,
#boutiqueHotel ul li:nth-child(1) .cate-airport svg,

 /*  Hotel 2 Rove Downtown Dubai */
#boutiqueHotel ul li:nth-child(2) .cate-pool p,
#boutiqueHotel ul li:nth-child(2) .cate-pool svg,

 /*  Hotel 3 Al Seef Heritage hotel , Curio Collection by Hilton */
#boutiqueHotel ul li:nth-child(3) .cate-airport p,
#boutiqueHotel ul li:nth-child(3) .cate-pop p,
#boutiqueHotel ul li:nth-child(3) .cate-24h p,

#boutiqueHotel ul li:nth-child(3) .cate-airport svg,
#boutiqueHotel ul li:nth-child(3) .cate-pop svg,
#boutiqueHotel ul li:nth-child(3) .cate-24h svg{
    color: #807352;
    fill: #807352;
}



/*  Spot 周辺の観光スポット */
/*  Hotel 1 Canopy Dubai Al Seef */
/*#boutiqueHotel ul li:nth-child(1) ul#spot li:nth-child(1) .locationImg {
    background-image: url(../images/spot/al_fahidi_historical_district@2x.jpg);
}
#boutiqueHotel ul li:nth-child(1) ul#spot li:nth-child(2) .locationImg {
    background-image: url(../images/spot/dubai_frame@2x.jpg);
}
#boutiqueHotel ul li:nth-child(1) ul#spot li:nth-child(3) .locationImg {
    background-image: url(../images/spot/old_souk@2x.jpg);
}
#boutiqueHotel ul li:nth-child(1) ul#spot li:nth-child(4){
    display: none;
}*/
/*  Hotel 2 Rove Downtown Dubai */
/*#boutiqueHotel ul li:nth-child(2) ul#spot li:nth-child(1) .locationImg {
    background-image: url(../images/spot/dubai_mall@2x.jpg);
}
#boutiqueHotel ul li:nth-child(2) ul#spot li:nth-child(2) .locationImg {
    background-image: url(../images/spot/burj_khalifa@2x.jpg);
}
#boutiqueHotel ul li:nth-child(2) ul#spot li:nth-child(3) .locationImg {
    background-image: url(../images/spot/dubai_fountain@2x.jpg);
}
#boutiqueHotel ul li:nth-child(2) ul#spot li:nth-child(4) {
    display: none;
}*/
/*  Hotel 3 Al Seef Heritage hotel , Curio Collection by Hilton */
/*#boutiqueHotel ul li:nth-child(3) ul#spot li:nth-child(1) .locationImg {
    background-image: url(../images/spot/al_fahidi_historical_district@2x.jpg);
}
#boutiqueHotel ul li:nth-child(3) ul#spot li:nth-child(2) .locationImg {
    background-image: url(../images/spot/old_souk@2x.jpg);
}
#boutiqueHotel ul li:nth-child(3) ul#spot li:nth-child(3) .locationImg {
    background-image: url(../images/spot/dubai_frame@2x.jpg);
}
#boutiqueHotel ul li:nth-child(3) ul#spot li:nth-child(4) {
    display: none;
}*/



/*  その他のホテル */
/*  title */
#otherHotel h2 {
    width: 20em; /*  タイトルの文字数+6  */
    background-image: url(../images/icon/icon-boutique.svg), url(../images/icon/icon-boutique.svg);
}
/*  Hotel ４ Hilton Dubai Al Habtoor City */
/*#otherHotel li:nth-child(1) .other-hotel-img{
    background-image: url(../images/boutique/zabeel-house-mini-al-seef@2x.jpg);
}*/
/*  Hotel 5 Rove Dubai Marina */
/*#otherHotel li:nth-child(2) .other-hotel-img{
    background-image: url(../images/boutique/rove-dubai-marina@2x.jpg);
}*/



@media screen and (min-width: 769px){

}