

#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
object {
  width: -webkit-fill-available;
  height: 600px;
}
.hotel{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.mv h1,
.ttl-dubai{
  font-family: 'Noto Serif JP', serif;
  margin: 0;
  text-align: center;
  color: #fff;
}
.ttl-dubai-third{
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.ttl-dubai{
  display: block;
  font-size: 60px;
  font-family: 'Libre Caslon Display', serif;
  font-weight: normal;
  letter-spacing: -3px;
  background: -o-linear-gradient(bottom, rgb(140, 126, 89)20%, rgb(255, 255, 255)55%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(140, 126, 89)), color-stop(55%, rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(140, 126, 89)20%, rgb(255, 255, 255)55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 0px 600px #000;
}

.copyDubaiTourism{
  background-color: #f7f5f0;
  text-align: center;
  padding: 0 0 16px 0;
  font-size: 12px;
  color: #8C7E59;
}

@media all and (-ms-high-contrast: none) {
  .ttl-dubai,
  h1 span{
    background: none;
  }
  .ttl-dubai{
    padding: 24px 0 0 0;
  }
}

#wrapper h2{
  margin: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  font-weight: bold;
  line-height: normal;
}
#wrapper h3 {
  margin: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  line-height: normal;
}
ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
li{
  list-style: none;
  margin: 0;
  padding: 0;
}
p{
  margin: 0;
  line-height: normal;
}
.mv {
  width: 100%;
  margin: 0;
  padding: 50px 0;
  text-align: center;
  color: #fff;
}
.mv {
  width: 100%;
  min-height: 200px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mv div{
  margin: auto;
}


.mv .h2-txt{
  display: none;
}
.mv h1 {
  font-size: 22px;
  margin: 8px 0;
}
.mv h1:nth-child(1) {
  height: 60px;
  font-size: 60px;
}
.googleMap{
  width: 94%;
  margin: 0 auto;
}

button {
  position: relative;
  width: 94%;
  max-width: 600px;
  height: 50px;
  border-radius: 5px;
  margin: 24px auto 48px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #F9423A;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

button .btn-arrow{
  position: absolute;
  right: 2%;
  top: 40%;
  border-top: solid 3px ;
  border-right: solid 3px ;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

button:hover{
  opacity: 0.8;
  cursor:pointer;
}
@media all and (-ms-high-contrast: none) {
  button:hover{
    cursor:hand;
  }
}

button p {
  margin: auto;
  padding: 10px;
  font-size: 15px;
}

.btn-link{
  background: #333;
  padding: 3px;
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px; 
}
.link a{
  position: relative;
}
.link a .btn-link{
  position: absolute;
  right: 12px;
  bottom: 4px;
  background:#F9423A;
}


#page-top {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 10;
}
.clear{
  clear: both;
}




#navTgl:checked ~ .contents {
  transform: translateX(250px);
}

/* :::::: toggle button :::::: */
#navTgl {
  display: none;
}
label {
  cursor: pointer;
  position: fixed;
  bottom: 0px;
  right: 0px;
}
.drwOpen {
  z-index: 10;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #333;
  transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.drwOpen::before,
.drwOpen::after {
  content: "";
}
.drwOpen span,
.drwOpen::before,
.drwOpen::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid white;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.drwOpen::before {
  transform: translateY(-8px);
}
.drwOpen::after {
  transform: translateY(8px);
}
.drwOpen:hover { opacity: 0.5; }
.drwClose {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background .6s;
}
#navTgl:checked + .drwOpen span {
  transform: scaleX(0);
}
#navTgl:checked + .drwOpen::before {
  transform: rotate(45deg);
}
#navTgl:checked + .drwOpen::after {
  transform: rotate(-45deg);
}
#navTgl:checked + .drwOpen { z-index: 10001; }

/* :::::: drawer menu :::::: */
.drwMenu {
  z-index: 10000;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 270px;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  background: rgba(51,51,51,.8);
  transform: translateX(100%);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.drwMenu h2,
.drwMenu a {
  color: white;
}
.drwMenu h2 {
  text-align: center;
}
.drwMenu ul {
  margin: 0;
  padding: 0;
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.drwMenu li {
  height: 32px;
  font-size: 16px;
  line-height: 2;
  padding: 14px 0 0px 10px;
  border-bottom: 1px solid rgba(255,255,255,.3);
}
.drwMenu li .pc { font-size: 15px; }
.drwMenu a {
  color: white;
  display: inline-block;
  width: 90%;
  text-decoration: inherit;
  transition: background .6s;
}
.drwMenu a:hover {
  opacity: 0.5;
}
.drwMenu li::after {
  content: "";
  position: fixed;
  right: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin: 11px 2px 0 0;
}
.drwMenu li.br {
  height: 38px;
  line-height: 1.4;
  padding: 14px 0 3px 10px;
}
.drwMenu li.br::after { margin: 16px 2px 0 0; }

#navTgl:checked ~ .drwMenu {
  transform: none;
}
@media screen and (max-width: 768px){
  #navTgl:checked ~ .drwClose {
    pointer-events: auto;
    background: rgba(0,0,0,.3);
  }
  .drwMenu { background: rgba(51,51,51,1); }
  .drwMenu ul { top: 45%; }
  .drwMenu li {
    font-size: 15px;
    padding: 12px 0 0px 10px;
    border-bottom: 0.5px solid rgba(255,255,255,.3);
  }
  .drwMenu li.spBr { height: 38px; line-height: 1.4; }
  .drwMenu li.spBr::after { margin: 16px 2px 0 0; }
  .drwMenu li:first-child { font-weight: bold; font-size: 16px; }
  .drwMenu li:first-child.spBr { height: 43px; }
  .drwMenu li a { width: 95%; }
}
@media screen and (max-width: 500px){
  .drwMenu { width: 60%; }
}
@media screen and (max-width: 355px){
  .drwMenu { width: 213px; }
}

/* :::::: 旅ポケット :::::: */
.tabipocket { width: 900px; margin: 80px auto 50px; }
.tabipocket h3 { text-align: center; font-size: 17px; }
.tabipocket div { margin: 0; }
.tabipocket .pocket { text-align: right; margin: -30px 0 0; }
.tabipocket .pocket img {
  display: inline-block;
  width: 90px;
  height: auto;
  margin: 0 !important;
}
.tabipocket .column2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
  padding: 30px 0;
  margin: 15px 0 0;
  border-top: #f9423a solid 2px;
  border-bottom: #f9423a solid 2px;
}
.tabipocket .column2 .item {
  padding: 0 20px;
  border-left: #f9423a 1px solid;
}
.tabipocket .column2 .item:last-child { border-left: none; }
.tabipocket .column2 .item a {
  height: 100%;
  position: relative;
  display: block;
}
.tabipocket .column2 .item a:hover { text-decoration: none; }
.tabipocket .column2 .update {
  text-align: right;
  font-size: 12px;
  margin-bottom: 0;
}
.tabipocket .column2 h4 { margin-bottom: 10px; }
.tabipocket .column2 .img  {
  float: left;
  margin-right: 10px;
  overflow: hidden;
  max-width: 160px;
  max-height: 100px;
}
.tabipocket .column2 img {
  width:100%;
  height: auto;
  margin: 0;
}
.tabipocket .column2 .lead {
  font-size: 13px;
}
.tabipocket .column2 .btn {
  background: #f9423a;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}
.tabipocket .column2 .btn:after {
  visibility: visible;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: all 0.6s ease 0s;
  right: 4px;
  left: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px){
  .tabipocket { width: 92%; margin: 30px auto ; }
  .tabipocket .pocket {
    display: none;
  }
  .tabipocket .column2 {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 10px 0;
  }
  .tabipocket .column2 .item {
    padding: 10px 0;
    border-left: none;
    border-top: 1px solid #f9423a;
  }
  .tabipocket .column2 .item:last-child { border-top: none; }
  .tabipocket .column2 .item a div.clear:last-of-type { padding-bottom: 13px; }
  .tabipocket .column2 .img {
    margin-right: 20px;
    max-height: 120px;
    max-width: 156px;
  }
  .tabipocket .column2 .img img {
    margin-top: 0;
  }
  .tabipocket .column2 .lead {
    font-size: 12px;
  }

  .tabipocket .pocketLink {
    margin-top: 20px;
  }
  .tabipocket .pocketLink a {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background: #f9423a;
    padding: 10px 0;
  }
  .tabipocket .pocketLink a img {
    max-height: 55px;
    width: auto;
    margin: 0 auto;
  }


}





@media screen and (min-width: 768px){
  .ttl-dubai {
    font-size: 125px;
    height: 125px;
  }
  .mv .h2-txt{
    display: block;
  }
  .mv p{
    display: block;
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10%;
  }
  .mv h1:nth-child(1) {
    height: 127px;
    font-size: 125px;
    margin: 0;
  }
  .mv h1:nth-child(2) {
    font-size: 36px;
    margin: 16px 0 8px;
  }
  .mv div{
    margin: 1% auto 3%;
  }
  button{
    width: 80%;
    height: 70px;
    margin: 48px auto;
  }
  button p {
    padding: 22px;
    font-size: 16px;
  }
  a#return-top {
    right: 20px;
    bottom: 20px;
    padding: 30px;
  }
  a#return-top .btn-arrow {
    top: 23px;
    right: 19px;
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
    width: 15px;
    height: 15px;
  }
  .hotel{
    width: 96%;
    margin: 0 auto;
    padding: 0 2%;
    overflow: hidden;
  }
}



@media screen and (min-width: 961px){
  .hotel{
    width: 100%;
    max-width: 960px;
    margin: 24px auto 0;
    padding: 0;
    overflow: hidden;
  }
  a#return-top {
    right: 5%;
    bottom: 20px;
    padding: 30px;
  }
}

@media screen and (min-width: 768px) {
  .sp { display: none !important; }
}
@media screen and (max-width: 767px) {
  .pc { display: none !important; }
}




/* ↓↓↓↓↓ 2020/03/25～ 追記 ↓↓↓↓↓ */


/*  Page Main Image このページのメインビジュアル */
.mv { position: relative; }
.mv:after {
    position: absolute;
    content:"";
    top:0;
    left:0;
    width: 100%;
    height:100%;
    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)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9)5%, rgba(0, 0, 0, 0)120%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9)5%, rgba(0, 0, 0, 0)120%);
}
.mv >div { z-index: 2; }
.mv img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}


/*  Hotel Main Image 各ホテルのメイン写真 */
li.hotelList .h2-img { position: relative; }
li.hotelList .h2-img:after {
    position: absolute;
    content:"";
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgba(0, 0, 0, 0.9)), color-stop(99%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9)1%, rgba(0, 0, 0, 0)99%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9)1%, rgba(0, 0, 0, 0)99%);
}
li.hotelList .h2-img >div { z-index: 2; }
li.hotelList .h2-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*  Hotel Room Slider お部屋詳細のスライダー */
.swiper-wrapper .swiper-slide img { 
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* 周辺の観光スポット */
.locationImg img { 
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.other-hotel-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hotel-img img {
    object-fit: cover;
    width: 100%;
    height: 150px;
}
@media screen and (max-width: 769px){
  .hotel-img img { height: 110px; }
}