/* 新しいホテルのNewマーク */
/* 表示 */
/*  Hotel 1 Andaz Dubai The Palm */
li.hotelList:nth-child(1) .new,
/*  Hotel 2 Caesars Bluewaters Dubai */
li.hotelList:nth-child(2) .new,
/*  Hotel 3 Jumeirah Al Qasr */
li.hotelList:nth-child(3) .new,
/*  Hotel 4 Jumeirah Al Naseem */
li.hotelList:nth-child(4) .new ,
/*  Hotel 5 Jumeirah Dar Al Masyaf */
li.hotelList:nth-child(5) .new { 
    display: block;
}
/* 非表示 */
/*  Hotel 2 Caesars Bluewaters Dubai */
li.hotelList:nth-child(2) .new,
/*  Hotel 3 Jumeirah Al Qasr */
li.hotelList:nth-child(3) .new,
/*  Hotel 4 Jumeirah Al Naseem */
li.hotelList:nth-child(4) .new ,
/*  Hotel 5 Jumeirah Dar Al Masyaf */
li.hotelList:nth-child(5) .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 Andaz Dubai The Palm */
#beachHotel ul li:nth-child(1) .cate-luxury p,
#beachHotel ul li:nth-child(1) .cate-pool p,
#beachHotel ul li:nth-child(1) .cate-pop p,
#beachHotel ul li:nth-child(1) .cate-beach-pj p,
#beachHotel ul li:nth-child(1) .cate-24h p,

#beachHotel ul li:nth-child(1) .cate-luxury svg,
#beachHotel ul li:nth-child(1) .cate-pool svg,
#beachHotel ul li:nth-child(1) .cate-pop svg,
#beachHotel ul li:nth-child(1) .cate-beach-pj svg,
#beachHotel ul li:nth-child(1) .cate-24h svg,
   
 /*  Hotel 2 Caesars Bluewaters Dubai */
#beachHotel ul li:nth-child(2) .cate-luxury p,
#beachHotel ul li:nth-child(2) .cate-pool p,
#beachHotel ul li:nth-child(2) .cate-beach-etc p,

#beachHotel ul li:nth-child(2) .cate-luxury svg,
#beachHotel ul li:nth-child(2) .cate-pool svg,
#beachHotel ul li:nth-child(2) .cate-beach-etc svg,

 /*  Hotel 3 Jumeirah Al Qasr */
 #beachHotel ul li:nth-child(3) .cate-luxury p,
 #beachHotel ul li:nth-child(3) .cate-pool p,
 #beachHotel ul li:nth-child(3) .cate-pop p,
 #beachHotel ul li:nth-child(3) .cate-beach-etc p,

 #beachHotel ul li:nth-child(3) .cate-luxury svg,
 #beachHotel ul li:nth-child(3) .cate-pool svg,
 #beachHotel ul li:nth-child(3) .cate-pop svg,
 #beachHotel ul li:nth-child(3) .cate-beach-etc svg,
 
/*  Hotel 4 Jumeirah Al Naseem */
#beachHotel ul li:nth-child(4) .cate-luxury p,
#beachHotel ul li:nth-child(4) .cate-pool p,
#beachHotel ul li:nth-child(4) .cate-pop p,
#beachHotel ul li:nth-child(4) .cate-beach-etc p,

#beachHotel ul li:nth-child(4) .cate-luxury svg,
#beachHotel ul li:nth-child(4) .cate-pool svg,
#beachHotel ul li:nth-child(4) .cate-pop svg,
#beachHotel ul li:nth-child(4) .cate-beach-etc svg,

/*  Hotel 5 Jumeirah Dar Al Masyaf */
#beachHotel ul li:nth-child(5) .cate-luxury p,
#beachHotel ul li:nth-child(5) .cate-pool p,
#beachHotel ul li:nth-child(5) .cate-pop p,
#beachHotel ul li:nth-child(5) .cate-beach-etc p,

#beachHotel ul li:nth-child(5) .cate-luxury svg,
#beachHotel ul li:nth-child(5) .cate-pool svg,
#beachHotel ul li:nth-child(5) .cate-pop svg,
#beachHotel ul li:nth-child(5) .cate-beach-etc svg{
    color: #807352;
    fill: #807352;
}



/*  Spot 周辺の観光スポット */
/*  Hotel 1 Andaz Dubai The Palm */
/*#beachHotel ul li:nth-child(1) ul#spot li:nth-child(1) .locationImg {
    background-image: url(../images/spot/aquaventure_waterpark@2x.jpg);
}
#beachHotel ul li:nth-child(1) ul#spot li:nth-child(2) .locationImg {
    background-image: url(../images/spot/blue_water_island@2x.jpg);
}
#beachHotel ul li:nth-child(1) ul#spot li:nth-child(3) .locationImg {
    background-image: url(../images/spot/jbr_beach@2x.jpg);
}
#beachHotel ul li:nth-child(1) ul#spot li:nth-child(4){
    display: none;
}*/

/*  Hotel 2 Caesars Bluewaters Dubai */
/*#beachHotel ul li:nth-child(2) ul#spot li:nth-child(1) .locationImg {
    background-image: url(../images/spot/blue_water_island@2x.jpg);
}
#beachHotel ul li:nth-child(2) ul#spot li:nth-child(2) .locationImg {
    background-image: url(../images/spot/jbr_beach@2x.jpg);
}
#beachHotel ul li:nth-child(2) ul#spot li:nth-child(3),
#beachHotel ul li:nth-child(2) ul#spot li:nth-child(4) {
    display: none;
}*/

/*  Hotel 3 Jumeirah Al Qasr */
/*#beachHotel ul li:nth-child(3) ul#spot li:nth-child(1) .locationImg {
    background-image: url(../images/spot/souk_madinat_jumeirah@2x.jpg);
}
#beachHotel ul li:nth-child(3) ul#spot li:nth-child(2) .locationImg {
    background-image: url(../images/spot/wildwadi@2x.jpg);
}
#beachHotel ul li:nth-child(3) ul#spot li:nth-child(3),
#beachHotel ul li:nth-child(3) ul#spot li:nth-child(4) {
    display: none;
}*/

/*  Hotel 4 Jumeirah Al Naseem */
/*#beachHotel ul li:nth-child(4) ul#spot li:nth-child(1) .locationImg {
    background-image: url(../images/spot/souk_madinat_jumeirah@2x.jpg);
}
#beachHotel ul li:nth-child(4) ul#spot li:nth-child(2) .locationImg {
    background-image: url(../images/spot/wildwadi@2x.jpg);
}
#beachHotel ul li:nth-child(4) ul#spot li:nth-child(3),
#beachHotel ul li:nth-child(4) ul#spot li:nth-child(4) {
    display: none;
}*/

/*  Hotel 5 Jumeirah Dar Al Masyaf */
/*#beachHotel ul li:nth-child(5) ul#spot li:nth-child(1) .locationImg {
    background-image: url(../images/spot/souk_madinat_jumeirah@2x.jpg);
}
#beachHotel ul li:nth-child(5) ul#spot li:nth-child(2) .locationImg {
    background-image: url(../images/spot/wildwadi@2x.jpg);
}
#beachHotel ul li:nth-child(5) ul#spot li:nth-child(3),
#beachHotel ul li:nth-child(5) ul#spot li:nth-child(4) {
    display: none;
}
*/


/*  その他のホテル */
/*  title */
#otherHotel h2 {
    width: 18em; /*  タイトルの文字数+6  */
    background-image: url(../images/icon/icon-beach-gld.svg), url(../images/icon/icon-beach-gld.svg);
}

/*  Hotel ６ One&Only The Palm */
/*#otherHotel li:nth-child(1) .other-hotel-img{
    background-image: url(../images/beach/one-only-the-palm@2x.jpg);
}*/

/*  Hotel 7 Jumeirah Beach Hotel */
/*#otherHotel li:nth-child(2) .other-hotel-img{
    background-image: url(../images/beach/jumeirah-beach-hotel@2x.jpg);
}*/

/*  Hotel 8 Bulgari Resort Dubai */
/*#otherHotel li:nth-child(3) .other-hotel-img{
    background-image: url(../images/beach/bulgari-resort-dubai@2x.jpg);
}*/

/*  Hotel 9 Four Seasons Resort Dubai at Jumeirah Beach */
/*#otherHotel li:nth-child(4) .other-hotel-img{
    background-image: url(../images/beach/four-seasons-resort-dubai-at-jumeirah-beach@2x.jpg);
}*/

/*  Hotel 10 The Westin Dubai Mina Seyahi Beach Resort & Marina */
/*#otherHotel li:nth-child(5) .other-hotel-img{
    background-image: url(../images/beach/the-westin-dubai-mina-seyahi-beach-resort-marina@2x.jpg);
}*/

/*  Hotel 11 Jumeirah Mina A'salam */
/*#otherHotel li:nth-child(6) .other-hotel-img{
    background-image: url(../images/beach/jumeirah-mina-a-salam@2x.jpg);
}*/


@media screen and (min-width: 769px){

}