/* 新しいホテルのNewマーク */
/* 表示 */
/*  Hotel 1 Atlantis, The Palm */
li.hotelList:nth-child(1) .new,
/*  Hotel 2 Address Sky View Hotel */
li.hotelList:nth-child(2) .new, 
/*  Hotel 3 W Dubai - The Palm */
i.hotelList:nth-child(3) .new{ 
    display: block;
}
/* 非表示 */
/*  Hotel 1 Atlantis, The Palm */
li.hotelList:nth-child(1) .new,
/*  Hotel 3 W Dubai - The Palm */
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 Atlantis, The Palm */
#poolHotel ul li:nth-child(1) .cate-luxury p,
#poolHotel ul li:nth-child(1) .cate-pool p,
#poolHotel ul li:nth-child(1) .cate-pop p,
#poolHotel ul li:nth-child(1) .cate-beach-pj p,

#poolHotel ul li:nth-child(1) .cate-luxury svg,
#poolHotel ul li:nth-child(1) .cate-pool svg,
#poolHotel ul li:nth-child(1) .cate-pop svg,
#poolHotel ul li:nth-child(1) .cate-beach-pj svg,

 /*  Hotel 2 Address Sky View Hotel */
#poolHotel ul li:nth-child(2) .cate-luxury p,
#poolHotel ul li:nth-child(2) .cate-pool p,
#poolHotel ul li:nth-child(2) .cate-pop p,

#poolHotel ul li:nth-child(2) .cate-luxury svg,
#poolHotel ul li:nth-child(2) .cate-pool svg,
#poolHotel ul li:nth-child(2) .cate-pop svg,
 /*  Hotel 3 W Dubai - The Palm */
#poolHotel ul li:nth-child(3) .cate-luxury p,
#poolHotel ul li:nth-child(3) .cate-pool p,
#poolHotel ul li:nth-child(3) .cate-pop p,
#poolHotel ul li:nth-child(3) .cate-beach-pj p,

#poolHotel ul li:nth-child(3) .cate-luxury svg,
#poolHotel ul li:nth-child(3) .cate-pool svg,
#poolHotel ul li:nth-child(3) .cate-pop svg,
#poolHotel ul li:nth-child(3) .cate-beach-pj svg{
    color: #807352;
    fill: #807352;
}



/*  Spot 周辺の観光スポット */
/*  Hotel 1 Atlantis, The Palm */
/*#poolHotel ul li:nth-child(1) ul#spot li:nth-child(1) .locationImg {
    background-image: url(../images/spot/aquaventure_waterpark@2x.jpg);
}
#poolHotel ul li:nth-child(1) ul#spot li:nth-child(2) .locationImg {
    background-image: url(../images/spot/lost-chamber-aquarium@2x.jpg);
}
#poolHotel ul li:nth-child(1) ul#spot li:nth-child(3) .locationImg {
    background-image: url(../images/spot/dolphin_bay@2x.jpg);
}
#poolHotel ul li:nth-child(1) ul#spot li:nth-child(4){
    display: none;
}*/

/*  Hotel 2 Address Sky View Hotel */
/*#poolHotel ul li:nth-child(2) ul#spot li:nth-child(1) .locationImg {
    background-image: url(../images/spot/burj_khalifa@2x.jpg);
}
#poolHotel ul li:nth-child(2) ul#spot li:nth-child(2) .locationImg {
    background-image: url(../images/spot/dubai_mall@2x.jpg);
}
#poolHotel ul li:nth-child(2) ul#spot li:nth-child(3),
#poolHotel ul li:nth-child(2) ul#spot li:nth-child(4) {
    display: none;
}*/

/*  Hotel 3 W Dubai - The Palm */
/*#poolHotel ul li:nth-child(3) ul#spot li:nth-child(1) .locationImg {
    background-image: url(../images/spot/aquaventure_waterpark@2x.jpg);
}
#poolHotel ul li:nth-child(3) ul#spot li:nth-child(2) .locationImg {
    background-image: url(../images/spot/lost-chamber-aquarium@2x.jpg);
}
#poolHotel ul li:nth-child(3) ul#spot li:nth-child(3) .locationImg {
    background-image: url(../images/spot/dolphin_bay@2x.jpg);
}
#poolHotel ul li:nth-child(3) ul#spot li:nth-child(4) {
    display: none;
}
*/

/*  Page Main Image このページのメインビジュアル */
/*.mv{
    background: -webkit-gradient(linear, 
    left bottom, left top, 
    color-stop(5%, rgba(0, 0, 0, 0.9)), 
    color-stop(120%, rgba(0, 0, 0, 0))), 
    url(../images/pool/pool-sp@2x.jpg);
    background: -o-linear-gradient(bottom, 
    rgba(0, 0, 0, 0.9)5%, 
    rgba(0, 0, 0, 0)120%), 
    url(../images/pool/pool-sp@2x.jpg);
    background: linear-gradient(0deg, 
    rgba(0, 0, 0, 0.9)5%, 
    rgba(0, 0, 0, 0)120%), 
    url(../images/pool/pool-sp@2x.jpg);
    background-position: center;
    background-size: cover;
}*/




@media screen and (min-width: 769px){




}