@charset "UTF-8";
/* CSS Document */
/*
font-family: "Noto Sans JP", sans-serif;
font-family: "Noto Serif JP", serif;
font-family: "Bonheur Royale", cursive;

*/
/* リセット */
html, body, ul, li, dl, dt, dd, div, p, h1, h2, h3, span {
  margin: 0;
  padding: 0;
}
main.dubai_lp {
  overflow: hidden;
}
.dubai_lp section {
  border: none;
  background: none;
}
.dubai_lp a:hover {
  color: inherit;
}
.dubai_lp i[class*="fa-"] {
  margin-right: 0;
}
.dubai_lp a:focus {
  color: inherit;
}
.dubai_lp select {
  outline: none;
  appearance: none;
}
@media screen and (max-width:768px) {
  main.dubai_lp {
    overflow-x: hidden;
  }
}
/*=======================================
	共通
=======================================*/
.dubai_lp * {
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  box-sizing: border-box;
  list-style-type: none;
  font-display: fallback !important;
}
.dubai_lp p, .dubai_lp li, .dubai_lp dt, .dubai_lp dd, .dubai_lp th, .dubai_lp td, .dubai_lp h1, .dubai_lp h2, .dubai_lp h3, .dubai_lp h4, .dubai_lp h5 {
  font-family: "Noto Sans JP", sans-serif;
}
.dubai_lp span {
  font-size: inherit;
  font-weight: inherit;
}
.dubai_lp i {
  font-size: inherit;
  font-weight: bold;
}
.dubai_lp strong {
  font-size: inherit;
  font-weight: inherit;
}
.dubai_lp a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.dubai_lp a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.dubai_lp .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0 80px 0;
}
.dubai_lp h2 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 30px;
  margin: 0;
}
.dubai_lp h3 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 500;
  margin: 0 0 50px 0;
  font-size: 24px;
}
.dubai_lp .ttl_bottom {
  text-align: center;
  margin: 0 0 70px 0;
  font-family: "Bonheur Royale", cursive;
  color: #c5a05a;
  font-size: 36px;
}
.dubai_lp img {
  width: 100%;
  height: auto;
}
.dubai_lp .pc_none {
  display: none;
}
/*slick*/
.dubai_lp .tour .slick-track {}
.dubai_lp .slick-slide {
  height: auto;
}
.dubai_lp .slick-prev, .dubai_lp .slick-next {
  width: 12.5px;
}
.dubai_lp .slick-prev:before, .dubai_lp .slick-next:before {
  color: #333;
}
.dubai_lp .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  font-weight: bold;
}
.dubai_lp .slick-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
}
.dubai_lp .slick-dots li {
  width: 18px;
  height: 18px;
}
.dubai_lp .slick-dots li button:before {
  content: "●";
  font-size: 10px;
  color: #c89932;
}

.updateddate{
	font-size: 12px;
	text-align: right;
	margin: 0 0 20px 0;
}

@media screen and (max-width:768px) {
  .dubai_lp .slick-active {
    cursor: grab;
  }
  .dubai_lp .slick-active:active {
    cursor: grabbing;
  }
  .dubai_lp a:hover {
    opacity: 1;
  }
  .dubai_lp .sp_none {
    display: none;
  }
  .dubai_lp .pc_none {
    display: inherit;
  }
  .dubai_lp .inner {
    width: 95%;
    padding: 40px 0;
  }
  .dubai_lp h2 {
    font-size: 26px;
  }
  .dubai_lp .ttl_bottom {
    margin: 0 0 30px 0;
    font-size: 30px;
  }
	.updateddate{
	text-align: right;
	margin: 0 10px 20px 0;
}
}
/*=======================================
	メインビジュアル（mainvisual）
=======================================*/
.dubai_lp .mainvisual {
  position: relative;
}
.dubai_lp .mainvisual .inner {
  display: block;
  aspect-ratio: 5 / 2;
  max-width: none;
  height: 600px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.dubai_lp .mainvisual .inner h1 {
  width: fit-content;
  height: 80px;
  line-height: 80px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #FFF;
  background: rgba(25, 47, 96, 0.7);
  font-size: 40px;
  text-shadow: 0 0 10px #192f60;
  margin: 5% auto 50px auto;
  padding: 0 20px;
  position: relative;
}
.dubai_lp .mainvisual .inner h1::before {
  content: "";
  display: block;
  width: 30px;
  height: 80px;
  border-top: 0 solid rgba(0, 0, 0, 0);
  border-bottom: 80px solid rgba(25, 47, 96, 0.7);
  border-left: 30px solid rgba(0, 0, 0, 0);
  border-right: 0 solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: -30px;
}
.dubai_lp .mainvisual .inner h1::after {
  content: "";
  display: block;
  width: 30px;
  height: 80px;
  border-bottom: 0 solid rgba(0, 0, 0, 0);
  border-top: 80px solid rgba(25, 47, 96, 0.7);
  border-right: 30px solid rgba(0, 0, 0, 0);
  border-left: 0 solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: -30px;
}
.dubai_lp .mainvisual .inner .h1_bottom {
  font-family: "Bonheur Royale", cursive;
  color: #FFF;
  text-align: center;
  font-size: 180px;
  transform: rotate(-10deg);
  position: absolute;
  top: clac(10% + 100px);
  left: calc(50% - 350px);
  text-shadow: 0 0 30px #FFF;
}
/*slick+アニメーション*/
.slider_mv {
  width: 100vw;
  aspect-ratio: 5 / 2;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  object-fit: cover;
}
.slider_mv li img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.slider_mv .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
@media screen and (max-width:768px) {
  .slider_mv {
    aspect-ratio: none;
    height: 500px;
  }
  .dubai_lp .mainvisual .inner {
    width: 100%;
    height: 100%;
  }
  .dubai_lp .mainvisual .inner h1 {
    font-size: 34px;
    line-height: 40px;
    height: 100px;
    padding: 10px 15px 10px 5px;
    margin: 50px auto 0 auto;
  }
  .dubai_lp .mainvisual .inner h1::before {
    height: 100px;
    border-bottom: 100px solid rgba(25, 47, 96, 0.7);
  }
  .dubai_lp .mainvisual .inner h1::after {
    height: 100px;
    border-top: 100px solid rgba(25, 47, 96, 0.7);
  }
  .slider_mv li img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .dubai_lp .mainvisual .inner .h1_bottom {
    font-size: 120px;
    line-height: 100%;
    top: 200px;
    left: calc(50% - 200px);
  }
}
/*=======================================
	コンテンツナビ（content_nav）
=======================================*/
/*スクロールでFix*/
.dubai_lp .content_nav {
  background: linear-gradient(#001e43, #192f60, #001e43);
  z-index: 10;
}
.dubai_lp .content_nav .inner {
  max-width: 1160px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.dubai_lp .content_nav .dep_menu {
  width: 20%;
  min-width: 230px;
  display: flex;
  justify-content: center;
}
.dubai_lp .content_nav .dep_menu p {
  height: 60px;
  line-height: 60px;
  margin: 0 10px 0 0;
  color: #FFF;
}
.dubai_lp .content_nav .dep_select_wrap {
  width: 100px;
  height: 34px;
  margin: 12px 0 0 0;
  background: #FFF;
  position: relative;
}
.dubai_lp .content_nav .dep_select_wrap::before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 12px;
  font-weight: bold;
  color: #c5a05a;
  position: absolute;
  top: 6px;
  right: 5px;
  z-index: 0;
}
.dubai_lp .content_nav .dep_menu select {
  width: 100px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  padding: 0 10px 0 0;
  border: none;
  cursor: pointer;
  background: none;
  z-index: 1;
  position: relative;
    text-align-last: center;
}
.dubai_lp .content_nav ul {
  display: flex;
  width: 80%;
}
.dubai_lp .content_nav li {
  width: 25%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
.dubai_lp .content_nav li a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #FFF;
}
.dubai_lp .content_nav li a:hover {}
.dubai_lp .content_nav .sp_menuttl {
  display: none;
}
.dubai_lp .content_nav.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.dubai_lp .content_nav.fixed ul {
  top: inherit;
}
@media screen and (max-width:768px) {
  .dubai_lp .content_nav {
    background: none;
  }
  .dubai_lp .content_nav .inner {
    width: 100%;
  }
  .dubai_lp .content_nav .dep_menu {
    width: 50%;
    background: linear-gradient(#001e43, #192f60, #001e43);
    border-right: 1px solid #000;
  }
  .dubai_lp .content_nav .dep_menu p, .dubai_lp .content_nav li a {
    height: 50px;
    line-height: 50px;
  }
  .dubai_lp .content_nav .dep_select_wrap {
    margin: 8px 0 0 0;
  }
  .dubai_lp .content_nav .dep_menu p span {
    display: none;
  }
  .dubai_lp .content_nav ul {
    width: 50%;
    flex-direction: column;
    position: relative;
  }
  .dubai_lp .content_nav .sp_menuttl {
    font-family: "Noto Serif JP", serif;
    width: 100%;
    background: linear-gradient(#001e43, #192f60, #001e43);
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #c5a05a;
    cursor: pointer;
  }
  .dubai_lp .content_nav .sp_menu {
    width: 100%;
    background: linear-gradient(#001e43, #192f60, #001e43);
    position: absolute;
    border-top: 1px solid #000;
  }
  .dubai_lp .content_nav .sp_menu:nth-child(2) {
    bottom: -50px;
    left: 0;
  }
  .dubai_lp .content_nav .sp_menu:nth-child(3) {
    bottom: -100px;
    left: 0;
  }
  .dubai_lp .content_nav .sp_menu:nth-child(4) {
    bottom: -150px;
    left: 0;
  }
  .dubai_lp .content_nav .sp_menu:nth-child(5) {
    bottom: -200px;
    left: 0;
  }
  .dubai_lp .content_nav li {
    font-size: 16px;
  }
}
/*=======================================
	リード（lead）
=======================================*/
.dubai_lp .lead {
  background: #26499d;
}
.dubai_lp .lead h2 {
  margin: 0 0 50px 0;
  color: #FFF;
}
.dubai_lp .lead h2::after {
  content: "";
  width: 160px;
  height: 1px;
  background: #c5a05a;
  display: block;
  margin: 40px auto 0 auto;
}
.dubai_lp .lead .txt {
  max-width: 600px;
  margin: 0 auto;
  color: #FFF;
  letter-spacing: 1px;
  line-height: 180%;
}
@media screen and (max-width:768px) {
  .dubai_lp .lead h2 {
    font-size: 28px;
  }
  .dubai_lp .lead h2 strong {
    font-size: 38px;
  }
  .dubai_lp .lead .txt {
    margin: 0 20px;
  }
}
/*=======================================
	ツアーを探す（tour）
=======================================*/
/*Swiper打ち消し*/
.dubai_lp .swiper {
  padding: 10px 25px 10px 25px;
}
.dubai_lp .is-active.swiper {
  padding: 10px 25px 50px 25px;
}
.dubai_lp .swiper-button-prev {
  top: calc(50% - 30px);
  left: -20px !important;
}
.dubai_lp .swiper-button-next {
  transform: none;
  top: calc(50% - 30px);
  right: -20px !important;
}
.dubai_lp .swiper-button-prev:after, .dubai_lp .swiper-button-next:after {
  content: "";
  display: block;
  width: 20px;
  height: 60px;
  line-height: 60px;
  color: #c5a05a;
  text-align: center;
  font-size: 30px;
  box-sizing: border-box;
}
.dubai_lp .swiper-button-prev:after {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-weight: bold;
}
.dubai_lp .swiper-button-next:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 10px;
  left: 25px;
  bottom: 0;
  width: calc(100% - 50px);
}
/*タビックスSwiperCSS打ち消し*/
.dubai_lp .swiper-button-prev, .dubai_lp .swiper-button-next {
  background-image: none !important;
}
.dubai_lp .tour {
  padding: 80px 0 0 0;
  margin: -80px 0 80px 0;
}
.dubai_lp .tour h3 {
  width: fit-content;
  margin: 0 auto 30px auto;
  background: #FFF;
  line-height: 100%;
  padding: 3px 5px;
}
.dubai_lp .tour h3 strong {
  background: #c5a05a;
  color: #FFF;
  font-size: 20px;
  padding: 0 10px;
  margin: 0 10px 0 0;
  display: inline-block;
}
.dubai_lp .tour .plan_wrap {
  max-width: 1160px;
  margin: 0 auto 100px auto;
  padding: 40px 0 0 0;
  position: relative;
  background: url("../img/ttl-bk-be.png") repeat-x top center;
  border-radius: 10px;
}
.dubai_lp .tour .box_wrap {
  height: auto;
  display: flex;
  justify-content: center;
}
.dubai_lp .tour .is-active .box_wrap {
  justify-content: flex-start;
}
.dubai_lp .tour .swiper-scrollbar-drag {
  background: #c5a05a;
}
/*boxの中身*/
.dubai_lp .tour .box {
  height: auto;
  border: 3px solid #001e43;
  background: #FFF;
  padding: 10px 10px 60px 10px;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.dubai_lp .tour .box .reco {
  display: inline-block;
  background: #9f166a;
  width: 70px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: -3px;
  left: 5px;
  z-index: 1;
}
.dubai_lp .tour .box .reco::before {
  content: "";
  display: block;
  width: 35px;
  height: 10px;
  border-top: 0 solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 35px solid #9f166a;
  border-right: 0 solid rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -10px;
  left: 0;
  box-sizing: border-box;
}
.dubai_lp .tour .box .reco::after {
  content: "";
  display: block;
  width: 35px;
  height: 10px;
  border-top: 0 solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-right: 35px solid #9f166a;
  border-left: 0 solid rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -10px;
  right: 0;
  box-sizing: border-box;
}
.dubai_lp .tour .box_inner {
  height: 100%;
}
.dubai_lp .tour .box .img_box {
  margin: 0 0 10px 0;
  position: relative;
}
.dubai_lp .tour .box .class {
  display: inline-block;
  font-size: 13px;
  color: #FFF;
  height: 18px;
  line-height: 17px;
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}
.dubai_lp .tour .box h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 10px 0;
  text-align: justify;
}
.dubai_lp .tour .box .outline {
  margin: 0 0 10px 0;
}
.dubai_lp .tour .box .outline li {
  font-size: 13px;
}
.dubai_lp .tour .box .price_wrap {
  width: 100%;
  background: #ebf6f7;
  padding: 10px;
}
.dubai_lp .tour .box .price_wrap li {
  text-align: center;
}
.dubai_lp .tour .box .price_wrap li.note {
  font-size: 13px;
}
.dubai_lp .tour .box .price_wrap li.price {
  font-size: 18px;
  font-weight: 500;
  color: #DD0000;
  line-height: 180%;
}
.dubai_lp .tour .box .tour_btn {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.dubai_lp .tour .box .tour_btn a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  background: linear-gradient(#001e43, #192f60, #001e43);
}
.dubai_lp .tour .box .tour_btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  color: #c5a05a;
  margin: 0 0 0 10px;
}
/*添乗員プラン*/
.dubai_lp .tour .plan_3 .box {
  width: calc(100% - 50px);
  padding: 15px;
  margin: 30px auto;
}
.dubai_lp .tour .plan_3 .box .box_inner {
  display: flex;
  justify-content: space-between;
  height: auto;
}
.dubai_lp .tour .plan_3 .box .box_inner .img_box {
  width: 400px;
  margin: 0;
}
.dubai_lp .tour .plan_3 .box .box_inner .txt_box {
  width: calc(100% - 420px);
  position: relative;
  padding: 0 0 65px 0;
}
.dubai_lp .tour .alltour_btn {
  display: block;
  width: 80%;
  max-width: 600px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
}
.dubai_lp .tour .alltour_btn a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #FFF;
  background: linear-gradient(#001e43, #192f60, #001e43);
}
.dubai_lp .tour .alltour_btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  color: #c5a05a;
  margin: 0 0 0 10px;
}
@media screen and (max-width:768px) {
.dubai_lp .tour {
  margin: -60px 0 80px 0;
}
  .dubai_lp .tour .inner {
    width: 100%;
  }
  .dubai_lp .tour h3 {
    margin: 0 auto 30px auto;
  }
  .dubai_lp .tour .plan_3 .box .box_inner {
    flex-direction: column;
  }
  .dubai_lp .tour .plan_3 .box .box_inner .img_box {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .dubai_lp .tour .plan_3 .box .box_inner .txt_box {
    width: 100%;
  }
  .dubai_lp .swiper-button-prev {
    left: -8px !important;
  }
  .dubai_lp .swiper-button-next {
    right: -8px !important;
  }
  .dubai_lp .tour .alltour_btn {
    width: 95%;
    font-size: 16px;
  }
  .dubai_lp .tour .plan_wrap.plan_3 {
    margin: 0 0 40px 0;
  }
}
/*=======================================
	基本情報（info）
=======================================*/
.dubai_lp .info {
  padding: 80px 0 80px 0;
  margin: -80px 0 0 0;
  background: linear-gradient(#ebf6f7, #a2d7dd);
}
.dubai_lp .info .inner {
  padding: 50px 0 150px 0;
}
.dubai_lp .info .info_wrap {
  background: #FFF;
  padding: 20px;
  border-radius: 5px;
  border: 2px solid #c5a05a;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.dubai_lp .info .flex_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
  align-items: flex-start;
}
.dubai_lp .info .flex_wrap .img_box {
  width: 500px;
}
.dubai_lp .info .flex_wrap .txt_box {
  width: calc(100% - 520px);
  padding: 25px 0 0 0;
}
.dubai_lp .info .flex_wrap .txt_box h3 {
  margin: 0 0 10px 0;
}
.dubai_lp .info .flex_wrap .txt_box .h3_bottom {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #c5a05a;
  margin: 0 0 40px 0;
}
.dubai_lp .info .flex_wrap .txt_box .outline {
  width: fit-content;
  margin: 0 auto;
}
.dubai_lp .info .flex_wrap .txt_box .outline li {
  border-bottom: 1px dotted #c5a05a;
}
.dubai_lp .info .flex_wrap .txt_box .outline li + li {
  margin: 10px 0 0 0;
}
.dubai_lp .info .flex_wrap .txt_box .outline li span {
  color: #c5a05a;
}
.dubai_lp .info .flex_wrap .left_box {
  width: 400px;
  padding: 20px;
  color: #c4972f;
  background: #fff9f5;
  border-radius: 5px;
}
.dubai_lp .info .flex_wrap .left_box p {
  letter-spacing: 1px;
  text-align: justify;
}
.dubai_lp .info .flex_wrap .right_box {
  width: calc(100% - 420px);
}
.dubai_lp .info .flex_wrap .right_box dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dubai_lp .info .flex_wrap .right_box dl + dl {
  margin: 25px 0 0 0;
}
.dubai_lp .info .flex_wrap .right_box dt {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #c5a05a;
  text-align: center;
  color: #FFF;
}
.dubai_lp .info .flex_wrap .right_box dd {
  width: calc(100% - 80px);
  font-size: 15px;
  text-align: justify;
}
.dubai_lp .info .graph {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
.dubai_lp .info .inner {
  padding: 50px 0 80px 0;
}
  .dubai_lp .info .flex_wrap {
    flex-direction: column;
    margin: 0 0 20px 0;
  }
  .dubai_lp .info .flex_wrap + .flex_wrap {
    margin: 0;
  }
  .dubai_lp .info .flex_wrap .right_box {
    width: 100%;
  }
  .dubai_lp .info .flex_wrap .left_box {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .dubai_lp .info .flex_wrap .img_box {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .dubai_lp .info .flex_wrap .txt_box {
    width: 100%;
    padding: 0;
  }
  .dubai_lp .info .flex_wrap .txt_box h3 {
    margin: 0 0 5px 0;
  }
  .dubai_lp .info .flex_wrap .txt_box .h3_bottom {
    margin: 0 0 20px 0;
  }
  .dubai_lp .info .flex_wrap dd.graph_btn {
    width: 100%;
    text-align: center;
    max-width: 400px;
    margin: 20px auto 0 auto;
  }
  .dubai_lp .info .flex_wrap dd.graph_btn a {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 38px;
    font-weight: 500;
    border: 1px solid #c5a05a;
    color: #c5a05a;
  }
  .dubai_lp .info .flex_wrap dd.graph_btn a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    font-weight: bold;
    margin: 0 0 0 10px;
  }
}
/*=======================================
	観光スポット（spot）
=======================================*/
.dubai_lp .spot {
  padding: 80px 0 80px 0;
  margin: -80px 0 0 0;
  background: #192f60;
}
.dubai_lp .spot .inner {
  padding: 50px 0 80px 0;
}
.dubai_lp .spot h2 {
  color: #FFF;
}
.dubai_lp .spot .spot_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.dubai_lp .spot .spot_btn.sp {
  display: none;
}
.dubai_lp .spot .spot_btn {
  width: calc(100% - 540px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.dubai_lp .spot .spot_btn li {
  display: block;
  width: calc(100% / 4 - 10px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin: 0 5px 10px 5px;
  cursor: pointer;
}
.dubai_lp .spot .spot_btn li:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.dubai_lp .spot .spot_btn li.active {
  border: 1px solid #c5a05a;
}
.dubai_lp .spot .spot_btn li.active img {
  opacity: 0.5;
}
.dubai_lp .spot .spot_btn li img {
  height: 100%;
  object-fit: cover;
}
.dubai_lp .spot .spot_detail li {
  width: 500px;
  background: #FFF;
  padding: 20px;
  border-radius: 5px;
  border: 2px solid #c5a05a;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.dubai_lp .spot .spot_detail li .img_box {
  margin: 0 0 20px 0;
}
.dubai_lp .spot .spot_detail li h3 {
  font-size: 18px;
  margin: 0 0 15px 0;
}
.dubai_lp .spot .spot_detail li .txt {
  font-size: 15px;
  text-align: justify;
}
@media screen and (max-width:768px) {
  .dubai_lp .spot .inner {
    padding: 50px 0 80px 0;
  }
  .dubai_lp .spot .spot_wrap {
    flex-direction: column;
  }
  .dubai_lp .spot .spot_btn.pc {
    display: none;
  }
  .dubai_lp .spot .spot_btn.sp {
    display: flex;
    width: 100%;
  }
  .dubai_lp .spot .spot_btn li:hover {
    opacity: 1;
    transition: 0;
  }
  .dubai_lp .spot .spot_btn li.active {
    border: none;
  }
  .dubai_lp .spot .spot_btn li.active img {
    opacity: 1;
  }
}
/*=======================================
	グルメ・お土産（recommend）
=======================================*/
.dubai_lp .recommend {
  padding: 80px 0 0 0;
  margin: -80px 0 80px 0;
  background: #ebf6f7 url("../img/ttl-bk-wh.png");
}
.dubai_lp .recommend h2, .dubai_lp .recommend .ttl_bottom {
  text-shadow: 2px 2px #FFF;
}
.dubai_lp .recommend .ttl_bottom {
  margin: 0 0 30px 0;
}
.dubai_lp .recommend .content_wrap + .content_wrap {
  margin: 120px 0 0 0;
}
.dubai_lp .recommend .slick-dotted.slick-slider {
  margin-bottom: 50px;
}
.dubai_lp .recommend .slick-dots {
  bottom: -50px;
}
.dubai_lp .recommend .slick-prev, .dubai_lp .recommend .slick-next {
  width: 23px;
  height: 39px;
  top: calc(50% - 10px);
}
.dubai_lp .recommend .slick-prev:before, .dubai_lp .recommend .slick-next:before {
  color: #c5a05a;
  font-size: 36px;
}
.dubai_lp .recommend .box {
  background: #FFF;
  padding: 15px;
  border-radius: 5px;
  border: 2px solid #c5a05a;
  margin: 0 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.dubai_lp .recommend .box .img_box {
  margin: 0 0 10px 0;
}
.dubai_lp .recommend .box .img_box img {}
.dubai_lp .recommend .box h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 5px;
  border-bottom: 1px solid #c5a05a;
  border-top: 1px solid #c5a05a;
}
.dubai_lp .recommend .box .txt {
  font-size: 15px;
  padding: 0 10px;
  color: #c5a05a;
}
@media screen and (max-width:768px) {
  .dubai_lp .recommend .slick-prev, .dubai_lp .recommend .slick-next {
    top: inherit;
    bottom: -75px;
  }
  .dubai_lp .recommend .slick-prev {
    left: 10px;
  }
  .dubai_lp .recommend .slick-next {
    right: 10px;
  }
  .dubai_lp .recommend .slick-dots {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
}
/*=======================================
	よくある質問（faq）
=======================================*/
.dubai_lp .faq .inner {
  padding: 0 0 80px 0;
}
.dubai_lp .faq .box_wrap {
  max-width: 700px;
  margin: 0 auto;
}
.dubai_lp .faq .box + .box {
  margin: 20px 0 0 0;
  border-top: 1px dotted #c5a05a;
  padding: 20px 0 0 0;
}
.dubai_lp .faq h3 {
  text-align: left;
  font-size: 18px;
  margin: 0 0 30px 0;
  padding: 0 50px 0 36px;
  color: #333;
  position: relative;
  cursor: pointer;
}
.dubai_lp .faq h3::before {
  font-family: "Noto Serif JP", serif;
  content: "Q";
  display: block;
  width: 36px;
  height: 36px;
  font-size: 26px;
  line-height: 28px;
  border-radius: 50%;
  background: #c5a05a;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: -6px;
  left: -10px;
}
.dubai_lp .faq h3::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: bold;
  color: #c5a05a;
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.dubai_lp .faq h3.active::after {
  content: "\f106";
}
@media screen and (max-width:768px) {
  .dubai_lp .faq .box_wrap {
    width: 100%;
    padding: 20px;
  }
  .dubai_lp .faq h3 {
    font-size: 16px;
    margin: 0 0 20px 0;
    padding: 0 22px 0 36px;
  }
  .dubai_lp .faq h3::before {
    top: -4px;
    left: -8px;
  }
  .dubai_lp .faq h3::before {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 25px;
  }
}
/*=======================================
	おすすめ特集・情報（other）
=======================================*/
.dubai_lp .other {
  padding: 80px 0;
  position: relative;
  background: #26499d;
}
.dubai_lp .other h2 {
  color: #FFF;
  margin: 0 0 50px 0;
}
.dubai_lp .other ul {
  width: calc(100% - 50px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.dubai_lp .other li {
  padding: 20px;
}
.dubai_lp .other li img {
  border: 1px solid #FFF;
}
.dubai_lp .other li a {
  display: block;
}
.dubai_lp .other .slick-prev, .dubai_lp .other .slick-next {
  width: 18px;
  height: 28px;
}
.dubai_lp .other .slick-prev:before, .dubai_lp .other .slick-next:before {
  font-size: 30px;
  color: #c89932;
}
@media screen and (max-width:768px) {
  .dubai_lp .other ul {
    width: 80%;
    margin: 0 auto;
  }
  .dubai_lp .other li {
    padding: 10px;
  }
}
/*=======================================
	トップに戻るボタン
=======================================*/
.dubai_lp .page_top a {
  box-sizing: border-box;
  display: block;
  text-align: center;
  color: #000;
  background: #c5a05a;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  font-family: "Noto Serif JP", serif;
  line-height: 90px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
}
.dubai_lp .page_top a:hover {
  opacity: 0.8;
  transition: .3s;
}
@media screen and (max-width:768px) {
  .dubai_lp .page_top a {
    display: none;
  }
}
/*====================================
	モーダルの設定
====================================*/
#lean_overlay {
  position: fixed;
  z-index: 21;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
@media screen and (max-width:768px) {
  /*気候グラフ用設定*/
  .dubai_lp .info .modal_inner {
    display: none;
    width: 95%;
    margin-top: 100px;
    color: #FFF;
    position: relative;
  }
  .dubai_lp .info .modal_inner p.modal_close {
    position: absolute;
    top: -35px;
    right: 0;
    display: block;
    /* widthとheightは閉じるボタンの画像の幅を指定 */
    width: 30px;
    height: 30px;
    background: #c5a05a;
    z-index: 100;
    cursor: pointer;
  }
  .dubai_lp .info .modal_inner p.modal_close::after {
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-weight: bold;
    color: #FFF;
    width: 100%;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/*観光スポットSP用設定*/
@media screen and (max-width:768px) {
  .dubai_lp .spot .modal_inner {
    display: none;
    margin-top: 100px;
    position: relative;
  }
  .dubai_lp .spot .spot_detail li {
    width: 90%;
  }
  .dubai_lp .spot .modal_inner p.spot_close {
    position: absolute;
    top: -35px;
    right: 0;
    display: block;
    /* widthとheightは閉じるボタンの画像の幅を指定 */
    width: 30px;
    height: 30px;
    background: #c5a05a;
    z-index: 100;
    cursor: pointer;
  }
  .dubai_lp .spot .modal_inner p.spot_close::after {
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-weight: bold;
    color: #FFF;
    width: 100%;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
  }
}