@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----pc,sp表示切替---- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media (min-width: 740px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.txt_c {
  display: block !important;
  text-align: center !important;
}

.txt_r {
  display: block !important;
  text-align: right !important;
}

.fnt12 {
  font-size: 1.2rem;
}

.fnt13 {
  font-size: 1.3rem;
}

.fnt14 {
  font-size: 1.4rem;
}
.fnt14.spfnt {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .fnt14.spfnt {
    font-size: 1.4rem;
  }
}

.fnt16 {
  font-size: 1.6rem;
}
.fnt16.spfnt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .fnt16.spfnt {
    font-size: 1.6rem;
  }
}

.fnt18 {
  font-size: 1.8rem;
}
.fnt18.spfnt {
  font-size: 1.6rem;
}
@media (min-width: 740px) {
  .fnt18.spfnt {
    font-size: 1.8rem;
  }
}

.fnt20 {
  font-size: 2rem;
}
.fnt20.spfnt {
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .fnt20.spfnt {
    font-size: 2rem;
  }
}

.fnt22 {
  font-size: 2.2rem;
}
.fnt22.spfnt {
  font-size: 2rem;
}
@media (min-width: 740px) {
  .fnt22.spfnt {
    font-size: 2.2rem;
  }
}

.lineheight2 {
  line-height: 2;
}

.txt--w {
  color: #fff;
}

.txt--or {
  color: #DC9E0C;
}

.txt--lbr {
  color: #AA9139;
}

.txt--br {
  color: #603813;
}

.bg--lor {
  background: #F9F1E5;
  padding: 20px 15px;
}
@media screen and (min-width: 740px) {
  .bg--lor {
    padding: 40px 15px;
  }
}

.bg--w {
  background: #fff;
}

@media (min-width: 740px) {
  .pc-txtCenter p {
    text-align: center !important;
  }
}

.contentsInr {
  padding: 0 !important;
}
.contentsInr a {
  text-decoration: none !important;
  transition: all 0.3s;
}
.contentsInr a:hover {
  opacity: 0.6;
}

@media (min-width: 740px) {
  .contentsInr {
    width: 100% !important;
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  }
}
.pageTtl {
  margin-bottom: 0 !important;
}

.no-point a {
  pointer-events: none;
  opacity: 0.8;
}

.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: none !important;
}

/* ----sec---- */
.sec {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  background: #FCFFF1;
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.inner02 {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  padding: 0 15px;
}

.sec-slider ul li {
  pointer-events: none;
}
.sec-slider ul li a {
  pointer-events: none;
}

.sec-ttl .ttlLv1 .heading {
  position: relative;
  color: #603813;
  line-height: 1.1 !important;
  font-size: 2.2rem !important;
}
@media screen and (min-width: 740px) {
  .sec-ttl .ttlLv1 .heading {
    font-size: 3rem !important;
  }
}
.sec-ttl .ttlLv1 .heading span {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (min-width: 740px) {
  .sec-ttl .ttlLv1 .heading span {
    font-size: 2.4rem;
  }
}
.sec-ttl .ttlLv1 .heading .sec-ttl-img {
  width: 65px;
  position: absolute;
}
@media screen and (min-width: 740px) {
  .sec-ttl .ttlLv1 .heading .sec-ttl-img {
    width: 85px;
  }
}
.sec-ttl .ttlLv1 .heading .sec-ttl-img:first-of-type {
  bottom: 10%;
  left: 0;
}
@media screen and (min-width: 740px) {
  .sec-ttl .ttlLv1 .heading .sec-ttl-img:first-of-type {
    left: -120px;
  }
}
.sec-ttl .ttlLv1 .heading .sec-ttl-img:last-of-type {
  bottom: 10%;
  right: 0;
}
@media screen and (min-width: 740px) {
  .sec-ttl .ttlLv1 .heading .sec-ttl-img:last-of-type {
    right: -120px;
  }
}

.point-01 {
  margin-top: 80px;
}
.point-01 .point-01__bg {
  position: relative;
}
.point-01 .point-01__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #7B5C0A;
  position: absolute;
  top: 8px;
  left: 8px;
}
.point-01 .point-01__box {
  position: relative;
  border: 1px solid #7B5C0A;
  padding: 30px 20px;
}
@media screen and (min-width: 740px) {
  .point-01 .point-01__box {
    padding: 90px 80px;
  }
}
.point-01 .point-01__box::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/eur/tctour/nenmatsu-dubai/img_sites/gold_obi_left.png) no-repeat top left;
  background-size: contain;
  width: 118px;
  height: 96px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 740px) {
  .point-01 .point-01__box::before {
    width: 138px;
    height: 116px;
  }
}
.point-01 .point-01__box::after {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/eur/tctour/nenmatsu-dubai/img_sites/gold_obi_right.png) no-repeat bottom right;
  background-size: contain;
  width: 118px;
  height: 96px;
  position: absolute;
  bottom: -8px;
  right: -8px;
}
@media screen and (min-width: 740px) {
  .point-01 .point-01__box::after {
    width: 138px;
    height: 116px;
  }
}
.point-01 .point-01__box .point-01__ttl {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 740px) {
  .point-01 .point-01__box .point-01__ttl {
    top: -20px;
  }
}
.point-01 .point-01__box .point-01__ttl .ttlLv1 {
  margin: 0 !important;
  padding: 0 !important;
}
.point-01 .point-01__box .point-01__ttl .ttlLv1 .heading {
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/eur/tctour/nenmatsu-dubai/img_sites/bg_point_ttl.png) no-repeat center;
  background-size: contain;
  color: #fff;
  font-size: 2rem;
  width: 310px;
  height: 80px;
  padding-top: 16px;
}
@media screen and (min-width: 740px) {
  .point-01 .point-01__box .point-01__ttl .ttlLv1 .heading {
    font-size: 2.5rem;
    width: 450px;
    height: 80px;
    padding-top: 10px;
  }
}
.point-01 .point-01__box .point-01__box--flex {
  border-bottom: 2px dotted #917814;
  padding-bottom: 10px;
}
@media screen and (min-width: 740px) {
  .point-01 .point-01__box .point-01__box--flex {
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
  }
}
.point-01 .point-01__box .point-01__box--flex > div:first-of-type {
  width: 90px;
  margin-right: 25px;
  margin: 0 auto;
}
@media screen and (min-width: 740px) {
  .point-01 .point-01__box .point-01__box--flex > div:first-of-type {
    margin: 0;
    margin-right: 25px;
  }
}
.point-01 .point-01__box .point-01__box--flex .point-01__box--txt {
  font-size: 2rem;
  color: #CD621E;
}
@media screen and (min-width: 740px) {
  .point-01 .point-01__box .point-01__box--flex .point-01__box--txt {
    font-size: 2.5rem;
  }
}
.point-01 .point-01__box .point-01__box--flex .point-01__box--img {
  padding-bottom: 10px;
}

.point-02 .point-02__list .point-02__list-box {
  background: #fff;
  padding: 0 15px 15px;
}
@media screen and (min-width: 740px) {
  .point-02 .point-02__list .point-02__list-box {
    min-height: 300px;
  }
}
.point-02 .point-02__list .point-02__list-box img {
  width: 82px;
  margin: 10px auto;
  display: block;
}

.schedule .schedule__map {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.schedule .schedule__list {
  max-height: 800px;
  overflow-y: scroll;
}
.schedule .schedule__list .schedule__list--table {
  background: #FAEFE8;
  border-radius: 23px;
  max-width: 360px;
  margin: 0 auto;
}
@media screen and (min-width: 740px) {
  .schedule .schedule__list .schedule__list--table {
    max-width: 800px;
  }
}
.schedule .schedule__list .schedule__list--table tbody tr {
  border-top: 1px solid #cd621e;
}
.schedule .schedule__list .schedule__list--table tbody tr:first-of-type {
  border-top: 0;
}
.schedule .schedule__list .schedule__list--table tbody tr th {
  background: #CD621E;
  color: #fff;
  font-size: 3rem;
  padding: 10px 15px 0;
  border-radius: 23px 23px 0px 0px;
}
@media screen and (min-width: 740px) {
  .schedule .schedule__list .schedule__list--table tbody tr th {
    font-size: 4.3rem;
    padding: 20px 15px 0;
  }
}
.schedule .schedule__list .schedule__list--table tbody tr th img {
  width: 66px;
}
@media screen and (min-width: 740px) {
  .schedule .schedule__list .schedule__list--table tbody tr th img {
    width: 96px;
  }
}
.schedule .schedule__list .schedule__list--table tbody tr td {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .schedule .schedule__list .schedule__list--table tbody tr td {
    font-size: 1.8rem;
  }
}
.schedule .schedule__list .schedule__list--table tbody tr td:first-of-type {
  padding: 15px;
  width: 25%;
}
@media screen and (min-width: 740px) {
  .schedule .schedule__list .schedule__list--table tbody tr td:first-of-type {
    padding: 25px;
    width: 20%;
  }
}
.schedule .schedule__list .schedule__list--table tbody tr td:last-of-type {
  width: 70%;
  padding: 15px 15px 15px 0;
}
@media screen and (min-width: 740px) {
  .schedule .schedule__list .schedule__list--table tbody tr td:last-of-type {
    width: 75%;
    padding: 25px 25px 25px 0;
  }
}
.schedule .schedule__list .schedule__list--table tbody tr td img {
  width: 28px;
  vertical-align: sub;
  margin-right: 3px;
}

.recommend .recommend__list .recommend__box {
  background: #fff;
  padding: 0px 15px 15px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 740px) {
  .recommend .recommend__list .recommend__box {
    min-height: 500px;
  }
}
.recommend .recommend__list .recommend__box .recommend__box--day {
  font-size: 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 740px) {
  .recommend .recommend__list .recommend__box .recommend__box--day {
    font-size: 2.3rem;
  }
}
.recommend .recommend__list .recommend__box .recommend__box--day img {
  width: 46px;
}
.recommend .recommend__list .recommend__box .recommend__box--day::before {
  content: "";
  width: 155px;
  height: 90px;
  background: #AA9139;
  border-radius: 50%;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.recommend .recommend__list .recommend__box .recommend__box--day p b {
  font-weight: 400 !important;
}

.hotel .hotel__list .colWrap .col:last-of-type {
  margin-top: 40px;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list .colWrap .col:last-of-type {
    margin-top: 0;
  }
}
.hotel .hotel__list .hotel__list-box {
  position: relative;
  border: 1px solid #917814;
  padding: 0px 20px 40px;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list .hotel__list-box {
    padding: 0px 30px 60px;
  }
}
.hotel .hotel__list .hotel__list-box::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/eur/tctour/nenmatsu-dubai/img_sites/img_hotel_03.svg) no-repeat top center;
  width: 150px;
  height: 30px;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list .hotel__list-box::before {
    width: 190px;
    height: 40px;
    top: -38px;
  }
}
.hotel .hotel__list .hotel__list-box .hotel__list-box--flex {
  display: flex;
  align-items: center;
}
.hotel .hotel__list .hotel__list-box .hotel__list-box--flex > div {
  width: fit-content;
}
.hotel .hotel__list .hotel__list-box .hotel__list-box--flex > div .gradeA {
  background: #313131;
  color: #fff;
  font-weight: bold;
  padding: 4px 10px 3px;
  margin-left: 5px;
  border-radius: 3px;
}
.hotel .hotel__list .hotel__list-box .hotel__list-box--day .fs3L {
  font-size: 2.8rem !important;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list .hotel__list-box .hotel__list-box--day .fs3L {
    font-size: 3.6rem !important;
  }
}
.hotel .hotel__list .hotel__list-box .hotel__list-box--tab {
  background: #917814;
  padding: 10px 30px;
  transform: translateX(-20px);
  position: relative;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list .hotel__list-box .hotel__list-box--tab {
    transform: translateX(-30px);
  }
}
.hotel .hotel__list .hotel__list-box .hotel__list-box--tab::before {
  content: "";
  width: 20px;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0% 50%, 20px 0%, 20px 100%);
  position: absolute;
  right: -1px;
  top: 0;
}
.hotel .hotel__list .hotel__list-box .slidControl {
  bottom: -50px;
  background-color: transparent !important;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list .hotel__list-box .slidControl {
    bottom: -70px;
  }
}
.hotel .hotel__list .hotel__list-box .slidControl .slick-dots li button::before {
  background-color: #B2B2B2;
}
.hotel .hotel__list .hotel__list-box .slidControl .slick-dots li.slick-active button::before {
  background-color: #c00;
}

.book .caution {
  border: 1px solid #000;
  padding: 20px;
}
@media screen and (min-width: 740px) {
  .book .caution {
    padding: 50px 30px;
  }
}
.book .caution .caution__ttl {
  font-size: 1.8rem;
}
@media screen and (min-width: 740px) {
  .book .caution .caution__ttl {
    font-size: 2.3rem;
  }
}

.scroll p {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.scroll p img {
  width: 20px;
}