@charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&family=Zen+Old+Mincho:wght@700;900&display=swap");

section[data-astro-cid-qcjjcrql] {
  position: relative;
  height: 600px;
  background: url(/attending/media/dubai/images/mv.jpg) no-repeat center top / cover;
}

/*section[data-astro-cid-qcjjcrql]:after {
    content: "";
    display: block;
    width: 490px;
    height: 90px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    background: url(/attending/media/dubai/images/keyvis_deco.svg) no-repeat center / contain;
    transform: translate(-50%);
}*/

h1[data-astro-cid-qcjjcrql] {
  width: 605px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.keyvis__patch[data-astro-cid-qcjjcrql] {
  width: 150px;
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translate(-370px);
}

.wrap[data-astro-cid-hxrq4k5a] {
  padding: 40px 0;
  background-color: var(--bg-color01);
}

.global__inner[data-astro-cid-hxrq4k5a] {
  display: flex;
  gap: 40px;
}

.seo[data-astro-cid-hxrq4k5a] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 728px;
}

a[data-astro-cid-hxrq4k5a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*max-width: 464px;*/
  padding: 0.8rem 1.6rem;
  color: #fff;
  line-height: 1.3;
  text-decoration: underline;
  background-color: var(--accent-color);
  border-radius: 0.4rem;
}

a[data-astro-cid-hxrq4k5a]:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  rotate: 45deg;
}

a[data-astro-cid-hxrq4k5a]:hover {
  text-decoration: none;
}

.video[data-astro-cid-hxrq4k5a] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  column-gap: 8px;
  row-gap: 16px;
  width: 816px;
}

.balloon[data-astro-cid-hxrq4k5a] {
  position: relative;
  width: 100%;
  padding: 0.8rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  background-color: #a6a08d;
}

.balloon[data-astro-cid-hxrq4k5a]:after {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  display: block;
  width: 1.8rem;
  height: 0.8rem;
  background-color: #a6a08d;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translate(-50%);
}

dl[data-astro-cid-hxrq4k5a] {
  width: 256px;
  display: grid;
  gap: 0.8rem;
}

.logo[data-astro-cid-hxrq4k5a] {
  position: relative;
}

.annotation[data-astro-cid-hxrq4k5a] {
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  font-size: 1.2rem;
  transform: translate(-50%);
}

.annotation[data-astro-cid-hxrq4k5a][data-color="white"] {
  color: #fff;
}

.tour-note[data-astro-cid-lcesmlr4] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  padding: 50px;
  background-color: #fff;
}

.tour-note__header[data-astro-cid-lcesmlr4] {
  display: grid;
  gap: 20px;
}

.tour-note__h3[data-astro-cid-lcesmlr4] {
  position: relative;
  color: var(--accent-color);
  font-family: Zen Old Mincho, system-ui;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  transform: skew(-10deg);
  letter-spacing: -0.05em;
  line-height: 1.2;
  background: linear-gradient(transparent 75%, #eae4f7 50%);
}

.tour-note__h3[data-astro-cid-lcesmlr4]:before,
.tour-note__h3[data-astro-cid-lcesmlr4]:after {
  content: "";
  position: absolute;
  top: 4px;
  display: block;
  width: 16px;
  height: 32px;
  background: url(/attending/media/dubai/images/deco_accent.svg) no-repeat center / contain;
}

.tour-note__h3[data-astro-cid-lcesmlr4]:before {
  left: -30px;
  transform: skew(10deg);
}

.tour-note__h3[data-astro-cid-lcesmlr4]:after {
  right: -30px;
  transform: rotate(180deg) skew(10deg);
}

.tour-note__caption[data-astro-cid-lcesmlr4] {
  color: var(--accent-color);
  font-family: Zen Old Mincho, system-ui;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  letter-spacing: -0.05em;
}

.tour-note__dl[data-astro-cid-lcesmlr4] {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  column-gap: 16px;
  width: 100%;
}

.tour-note__logo[data-astro-cid-lcesmlr4] {
  grid-area: 1 / 1 / 3 / 2;
}

.tour-note__title[data-astro-cid-lcesmlr4] {
  grid-area: 1 / 2 / 2 / 3;
  font-family: Zen Old Mincho, system-ui;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  letter-spacing: -0.05em;
}

.tour-note__text[data-astro-cid-lcesmlr4] {
  grid-area: 2 / 2 / 3 / 3;
  font-size: 14px;
}

.tour-note__note[data-astro-cid-lcesmlr4] {
  display: block;
  width: 100%;
  margin-top: -10px;
  font-size: 14px;
}

section[data-astro-cid-h3oqgzdz] {
  padding: 80px 0;
  background-color: var(--bg-color02);
  background-image: url(/attending/media/dubai/images/bg_pattern01.svg);
  background-repeat: repeat;
  background-size: 135px;
}

.tour-tab__items[data-astro-cid-h3oqgzdz] {
  display: flex;
  border: 1px solid var(--accent-color);
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.tour-tab__item[data-astro-cid-h3oqgzdz] {
  width: calc(1024px / 9);
  background-color: #fff;
}

.tour-tab__item[data-astro-cid-h3oqgzdz]:has(.tour-tab__button[data-state="active"]) {
  background-color: var(--accent-color);
}

.tour-tab__item[data-astro-cid-h3oqgzdz]:not(:last-child) {
  border-right: 1px solid #c6bddb;
}

.tour-tab__button[data-astro-cid-h3oqgzdz] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  color: var(--accent-color);
  font-weight: 600;
  text-decoration: underline;
  text-align: center;
}

.tour-tab__button[data-astro-cid-h3oqgzdz][data-state="active"] {
  color: #fff;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

.tour-tab__button[data-astro-cid-h3oqgzdz]:hover {
  text-decoration: none;
}

.tour-container[data-astro-cid-h3oqgzdz] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  background-color: var(--accent-color);
  border-radius: 0 0 8px 8px;
}

.tour__link[data-astro-cid-h3oqgzdz] {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
}

.tour__inner[data-astro-cid-h3oqgzdz] {
  display: flex;
  flex-direction: column;
}

.tour__inner[data-astro-cid-h3oqgzdz][data-position="left"] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 195px;
}

.tour__inner[data-astro-cid-h3oqgzdz][data-position="right"] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 749px;
}

.tour__departure[data-astro-cid-h3oqgzdz] {
  padding: 7px 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background-color: #eae6f2;
}

.tour__name[data-astro-cid-h3oqgzdz] {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}

.tour__link[data-astro-cid-h3oqgzdz]:hover .tour__name[data-astro-cid-h3oqgzdz] {
  text-decoration: none;
}

.tour__footer[data-astro-cid-h3oqgzdz] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.tour__price[data-astro-cid-h3oqgzdz] {
  color: var(--caution-color);
  font-size: 21px;
  font-weight: 600;
}

.tour__button[data-astro-cid-h3oqgzdz] {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  background-color: var(--caution-color);
  box-shadow: 0 -4px #00000040 inset;
}

.tour__button[data-astro-cid-h3oqgzdz]:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
}

.hr[data-astro-cid-mauaaq2w] {
  display: block;
  height: 50px;
  background: url(/attending/media/dubai/images/global_line.png) repeat center / 1300px;
}

.intro[data-astro-cid-pqtkypqh] {
  display: flex;
  justify-content: space-between;
}

.intro__p[data-astro-cid-pqtkypqh] {
  width: 670px;
}

.intro__figure[data-astro-cid-pqtkypqh] {
  width: 200px;
  transform: translateY(-110px);
}

.facility[data-astro-cid-pqtkypqh] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  justify-content: space-between;
  padding-bottom: 25px;
}

.facility__figure[data-astro-cid-pqtkypqh] {
  width: 325px;
}

.facility__figure[data-astro-cid-pqtkypqh][data-size="large"] {
  width: 512px;
}

.facility__text01[data-astro-cid-pqtkypqh],
.facility__text02[data-astro-cid-pqtkypqh] {
  width: 472px;
}

.facility__deco-figure01[data-astro-cid-pqtkypqh],
.facility__deco-figure02[data-astro-cid-pqtkypqh] {
  position: absolute;
}

.facility__deco-figure01[data-astro-cid-pqtkypqh] {
  width: 250px;
  bottom: 0;
  right: 0;
}

.facility__deco-figure02[data-astro-cid-pqtkypqh] {
  width: 251px;
  bottom: 0;
  right: 225px;
}

section[data-astro-cid-y6a423v2] {
  padding: 80px 0;
  background-color: var(--bg-color01);
  background-image: url(/attending/media/dubai/images/bg_pattern02.svg);
  background-repeat: repeat;
  background-size: 160px;
}

section[data-astro-cid-xlmnpw5m] {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 40px;
  margin-top: 80px;
  padding: 48px;
  background-color: var(--accent-color);
  background-image: url(/attending/media/dubai/images/deco_gold-top-left.svg), url(/attending/media/dubai/images/deco_gold-bottom-left.svg), url(/attending/media/dubai/images/deco_gold-top-right.svg), url(/attending/media/dubai/images/deco_gold-bottom-right.svg), url(/attending/media/dubai/images/bg_pattern01--pale.svg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: 60px, 60px, 60px, 60px, 135px;
  background-position: left 8px top 8px, left 8px bottom 8px, right 8px top 8px, right 8px bottom 8px, left top;
}

h4[data-astro-cid-xlmnpw5m] {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: #fff;
  font-family: Zen Old Mincho, system-ui;
  font-weight: 900;
  font-style: normal;
  font-size: 32px;
  transform: skew(-10deg);
}

h4[data-astro-cid-xlmnpw5m]:before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  display: block;
  width: 100%;
  height: 12px;
  background: #fff;
  opacity: 0.3;
}

h4[data-astro-cid-xlmnpw5m]:after {
  content: attr(data-english);
  display: block;
  font-family: Libre Baskerville, system-ui;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  opacity: 0.3;
}

dl[data-astro-cid-xlmnpw5m] {
  display: grid;
  grid-template-columns: 500px 388px;
  row-gap: 16px;
  column-gap: 40px;
}

.patch[data-astro-cid-xlmnpw5m] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 130px;
  height: 130px;
  color: var(--accent-color);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  text-decoration: underline;
  background: url(/attending/media/dubai/images/column01_bg_patch.svg) no-repeat center / contain;
}

.patch[data-astro-cid-xlmnpw5m] span[data-astro-cid-xlmnpw5m] {
  transform: skew(-10deg);
}

dl[data-astro-cid-xlmnpw5m] > div[data-astro-cid-xlmnpw5m] {
  display: grid;
  gap: 16px;
  grid-area: 1 / 1 / 3 / 2;
}

dt[data-astro-cid-xlmnpw5m] {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  color: var(--accent-color);
  font-family: Zen Old Mincho, system-ui;
  font-weight: 900;
  font-style: normal;
  font-size: 21px;
  text-align: center;
  background-color: #fff;
}

dt[data-astro-cid-xlmnpw5m]:before,
dt[data-astro-cid-xlmnpw5m]:after {
  content: "";
  display: block;
  width: 16px;
  height: 32px;
  background: url(/attending/media/dubai/images/deco_accent.svg) no-repeat center / contain;
}

dt[data-astro-cid-xlmnpw5m]:after {
  rotate: 180deg;
}

.figure01[data-astro-cid-xlmnpw5m] {
  grid-area: 2 / 1 / 3 / 2;
}

.figure02[data-astro-cid-xlmnpw5m] {
  grid-area: 1 / 2 / 2 / 3;
}

.text[data-astro-cid-xlmnpw5m] {
  grid-area: 2 / 2 / 3 / 3;
  color: #fff;
}

section[data-astro-cid-cpt7r3dg] {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 40px;
  margin-top: 80px;
  padding: 48px;
  background-color: var(--accent-color);
  background-image: url(/attending/media/dubai/images/deco_gold-top-left.svg), url(/attending/media/dubai/images/deco_gold-bottom-left.svg), url(/attending/media/dubai/images/deco_gold-top-right.svg), url(/attending/media/dubai/images/deco_gold-bottom-right.svg), url(/attending/media/dubai/images/bg_pattern01--pale.svg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: 60px, 60px, 60px, 60px, 135px;
  background-position: left 8px top 8px, left 8px bottom 8px, right 8px top 8px, right 8px bottom 8px, left top;
}

h4[data-astro-cid-cpt7r3dg] {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: #fff;
  font-family: Zen Old Mincho, system-ui;
  font-weight: 900;
  font-style: normal;
  font-size: 32px;
  transform: skew(-10deg);
}

h4[data-astro-cid-cpt7r3dg]:before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  display: block;
  width: 100%;
  height: 12px;
  background: #fff;
  opacity: 0.3;
}

h4[data-astro-cid-cpt7r3dg]:after {
  content: attr(data-english);
  display: block;
  font-family: Libre Baskerville, system-ui;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  opacity: 0.3;
}

.inner[data-astro-cid-cpt7r3dg] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

dl[data-astro-cid-cpt7r3dg] {
  display: grid;
  grid-template-columns: 222px 206px;
  gap: 16px;
  width: 444px;
}

dt[data-astro-cid-cpt7r3dg] {
  display: flex;
  justify-content: space-between;
  grid-area: 1 / 1 / 2 / 3;
  padding: 8px;
  color: var(--accent-color);
  font-family: Zen Old Mincho, system-ui;
  font-weight: 900;
  font-style: normal;
  font-size: 21px;
  text-align: center;
  background-color: #fff;
}

dt[data-astro-cid-cpt7r3dg]:before,
dt[data-astro-cid-cpt7r3dg]:after {
  content: "";
  display: block;
  width: 16px;
  height: 32px;
  background: url(/attending/media/dubai/images/deco_accent.svg) no-repeat center / contain;
}

dt[data-astro-cid-cpt7r3dg]:after {
  rotate: 180deg;
}

.figure[data-astro-cid-cpt7r3dg] {
  grid-area: 2 / 1 / 3 / 2;
}

.text[data-astro-cid-cpt7r3dg] {
  grid-area: 2 / 2 / 3 / 3;
  color: #fff;
}

section[data-astro-cid-2ia5n4pn] {
  position: relative;
  margin-top: 80px;
  padding-bottom: 320px;
}

section[data-astro-cid-2ia5n4pn]:after {
  content: "";
  display: block;
  width: 100vw;
  min-width: 1024px;
  aspect-ratio: 1300 / 650;
  position: absolute;
  bottom: 0;
  left: min(calc((100vw - 1024px) / -2), 0px);
  z-index: 0;
  background: url(/attending/media/dubai/images/HP22-048263.jpg) no-repeat center / contain;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 20%, transparent);
}

.wolrd__h3[data-astro-cid-2ia5n4pn] {
  margin-bottom: 40px;
}

.intro[data-astro-cid-2ia5n4pn] {
  margin-bottom: 40px;
  text-align: center;
}

.world__spot[data-astro-cid-2ia5n4pn] {
  display: grid;
  grid-template-columns: 492px;
  gap: 40px;
}

.world__dl[data-astro-cid-2ia5n4pn] {
  display: flex;
  gap: 16px;
  width: 492px;
}

.world__dl[data-astro-cid-2ia5n4pn][data-number="1"] {
  flex-direction: column;
  grid-area: 1 / 1 / 3 / 2;
}

.world__dl[data-astro-cid-2ia5n4pn][data-number="2"] {
  grid-area: 1 / 2 / 2 / 3;
}

.world__dl[data-astro-cid-2ia5n4pn][data-number="3"] {
  flex-direction: column;
  grid-area: 2 / 2 / 3 / 3;
}

.world__dl[data-astro-cid-2ia5n4pn][data-number="4"] {
  flex-direction: column;
  grid-area: 3 / 1 / 4 / 2;
}

.world__dl[data-astro-cid-2ia5n4pn][data-number="5"] {
  flex-direction: column;
  grid-area: 3 / 2 / 4 / 3;
}

.world__dl[data-astro-cid-2ia5n4pn][data-number="2"] .world__figure[data-astro-cid-2ia5n4pn] {
  width: 233px;
}

.world__dt[data-astro-cid-2ia5n4pn] {
  display: flex;
  gap: 4px;
  padding: 6px;
  color: #fff;
  font-family: Zen Old Mincho, system-ui;
  font-weight: 900;
  font-style: normal;
  background-color: var(--accent-color);
}

.world__patch[data-astro-cid-2ia5n4pn] {
  display: inline-grid;
  place-items: center;
  padding: 3px 4px;
  color: var(--accent-color);
  font-size: 18px;
  transform: skew(-10deg);
}

.world__patch[data-astro-cid-2ia5n4pn]:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: skew(10deg);
}

.world__name[data-astro-cid-2ia5n4pn] {
  font-size: 21px;
  letter-spacing: -0.05em;
  transform: skew(-10deg);
}

.world__dl[data-astro-cid-2ia5n4pn] > div[data-astro-cid-2ia5n4pn] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.world__dd[data-astro-cid-2ia5n4pn] span[data-astro-cid-2ia5n4pn] {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.3;
}

section[data-astro-cid-ahemgaub] {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding: 48px;
  background-color: #fff;
  background-image: url(/attending/media/dubai/images/bg_pattern01--accent.svg);
  background-repeat: repeat;
  background-size: 135px;
  border-top: 4px solid;
  border-image: linear-gradient(to right, #b28836, #fff7cc, #b28836) 1;
}

h4[data-astro-cid-ahemgaub] {
  margin-bottom: 25px;
  color: var(--accent-color);
  font-family: Zen Old Mincho, system-ui;
  font-weight: 900;
  font-style: normal;
  font-size: 40px;
  transform: skew(-10deg);
  letter-spacing: -0.05em;
  line-height: 1.2;
  background: linear-gradient(transparent 75%, var(--bg-color01) 50%);
}

h4[data-astro-cid-ahemgaub] span[data-astro-cid-ahemgaub] {
  font-size: 32px;
}

h4[data-astro-cid-ahemgaub]:before,
h4[data-astro-cid-ahemgaub]:after {
  content: "";
  position: absolute;
  display: block;
  width: 90px;
  height: 84px;
  background: url(/attending/media/dubai/images/drive_deco_h4.svg) no-repeat center / contain;
  transform: skew(10deg);
}

h4[data-astro-cid-ahemgaub]:before {
  top: -20px;
  left: -90px;
}

h4[data-astro-cid-ahemgaub]:after {
  top: -20px;
  right: -90px;
  transform: skew(10deg) scaleX(-1);
}

.intro[data-astro-cid-ahemgaub] {
  margin-bottom: 25px;
  text-align: center;
}

.spot[data-astro-cid-ahemgaub] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.spot__figure[data-astro-cid-ahemgaub] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 296px;
}

.spot__figure[data-astro-cid-ahemgaub][data-width="full"] {
  flex-direction: row;
  width: 100%;
}

.spot__figure[data-astro-cid-ahemgaub][data-width="full"] img[data-astro-cid-ahemgaub] {
  width: 612px;
}

.spot__annotation {
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.3;
  text-indent: -1em;
}

.drive__deco-img01[data-astro-cid-ahemgaub],
.drive__deco-img02[data-astro-cid-ahemgaub] {
  position: absolute;
  width: 221px;
}

.drive__deco-img01[data-astro-cid-ahemgaub] {
  bottom: 0;
  right: 160px;
  rotate: -18deg;
}

.drive__deco-img02[data-astro-cid-ahemgaub] {
  bottom: 0;
  right: 0;
  rotate: 18deg;
}

section[data-astro-cid-bxikt567] {
  position: relative;
  margin-top: 80px;
  padding-bottom: 320px;
}

section[data-astro-cid-bxikt567]:after {
  content: "";
  display: block;
  width: 100vw;
  min-width: 1024px;
  aspect-ratio: 1300 / 480;
  position: absolute;
  bottom: 0;
  left: min(calc((100vw - 1024px) / -2), 0px);
  z-index: 0;
  background: url(/attending/media/dubai/images/SP23-003658.jpg) no-repeat center / contain;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 20%, transparent);
}

.old-dubai__h3[data-astro-cid-bxikt567] {
  margin-bottom: 40px;
}

.intro[data-astro-cid-bxikt567] {
  margin-bottom: 40px;
  text-align: center;
}

.spot[data-astro-cid-bxikt567] {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.spot__dl[data-astro-cid-bxikt567][data-number="1"],
.spot__dl[data-astro-cid-bxikt567][data-number="2"] {
  width: 492px;
}

.spot__dl[data-astro-cid-bxikt567][data-number="3"] {
  width: 659px;
}

.spot__dl[data-astro-cid-bxikt567][data-number="4"] {
  width: 325px;
}

.spot__figure[data-astro-cid-bxikt567] {
  margin-bottom: 16px;
}

.spot__name[data-astro-cid-bxikt567] {
  color: var(--accent-color);
  font-weight: 700;
}

section[data-astro-cid-gzypxlvq] {
  position: relative;
  padding-top: 80px;
  background-color: var(--bg-color01);
  background-image: url(/attending/media/dubai/images/bg_pattern02.svg);
  background-repeat: repeat;
  background-size: 160px;
}

section[data-astro-cid-jmyvqbhe] {
  padding: 80px 0;
  background-image: url(/attending/media/dubai/images/bg_cloud.png), url(/attending/media/dubai/images/bg_sparkling.png), linear-gradient(180deg, #211f26, #7159a6);
  background-repeat: no-repeat;
  background-position: bottom center, top center, top center;
  background-size: contain;
}

.intro[data-astro-cid-jmyvqbhe] {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

.food[data-astro-cid-jmyvqbhe] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.food__dl[data-astro-cid-jmyvqbhe] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 325px;
}

.food__dt[data-astro-cid-jmyvqbhe] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--bg-color01);
  font-family: Zen Old Mincho, system-ui;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}

.food__dt[data-astro-cid-jmyvqbhe]:before,
.food__dt[data-astro-cid-jmyvqbhe]:after {
  content: "";
  display: block;
  width: 20px;
  height: 40px;
  background: url(/attending/media/dubai/images/deco_white.svg) no-repeat center / contain;
}

.food__dt[data-astro-cid-jmyvqbhe]:after {
  rotate: 180deg;
}

.food__dd[data-astro-cid-jmyvqbhe] {
  color: #fff;
}

.restaurant[data-astro-cid-jmyvqbhe] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 48px 58px 0;
}

.restaurant[data-astro-cid-jmyvqbhe]:not(:last-child) {
  margin-bottom: 80px;
}

.restaurant--01[data-astro-cid-jmyvqbhe] {
  width: 100%;
  height: 708px;
  background: url(/attending/media/dubai/images/gourmet_bg_restaurant01.png) no-repeat center / contain;
}

.restaurant--02[data-astro-cid-jmyvqbhe] {
  width: 100%;
  height: 660px;
  background: url(/attending/media/dubai/images/gourmet_bg_restaurant02.jpg) no-repeat center / contain;
}

.restaurant__inner[data-astro-cid-jmyvqbhe] {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.restaurant__h3[data-astro-cid-jmyvqbhe] {
  position: relative;
  display: flex;
  gap: 16px;
  font-family: Zen Old Mincho, system-ui;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  letter-spacing: -0.05em;
  line-height: 1.3;
  text-align: center;
}

.restaurant--01[data-astro-cid-jmyvqbhe] .restaurant__h3[data-astro-cid-jmyvqbhe]:before,
.restaurant--01[data-astro-cid-jmyvqbhe] .restaurant__h3[data-astro-cid-jmyvqbhe]:after {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background: url(/attending/media/dubai/images/gourmet_deco_restaurant01.png) no-repeat center / contain;
}

.restaurant--02[data-astro-cid-jmyvqbhe] .restaurant__h3[data-astro-cid-jmyvqbhe] {
  background: linear-gradient(90deg, #d9ad57, #fffbe5, #d9ad57);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.restaurant--02[data-astro-cid-jmyvqbhe] .restaurant__h3[data-astro-cid-jmyvqbhe]:before,
.restaurant--02[data-astro-cid-jmyvqbhe] .restaurant__h3[data-astro-cid-jmyvqbhe]:after {
  content: "";
  display: block;
  width: 25px;
  height: 80px;
  background: url(/attending/media/dubai/images/gourmet_deco_restaurant02.png) no-repeat center / contain;
}

.restaurant--02[data-astro-cid-jmyvqbhe] .restaurant__h3[data-astro-cid-jmyvqbhe]:after {
  transform: scaleX(-1);
}

.restaurant__info[data-astro-cid-jmyvqbhe] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 434px;
}

.restaurant__small-img[data-astro-cid-jmyvqbhe],
.restaurant__text[data-astro-cid-jmyvqbhe] {
  width: 207px;
}

.restaurant--02[data-astro-cid-jmyvqbhe] .restaurant__text[data-astro-cid-jmyvqbhe] {
  color: #fff;
}

.restaurant__menu[data-astro-cid-jmyvqbhe] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 454px;
}

.restaurant__menu-note[data-astro-cid-jmyvqbhe] {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: right;
}

.restaurant--02[data-astro-cid-jmyvqbhe] .restaurant__menu-note[data-astro-cid-jmyvqbhe] {
  color: #fff;
}

section[data-astro-cid-o35kiamk] {
  padding: 80px 0;
  background-color: var(--bg-color01);
  background-image: url(/attending/media/dubai/images/bg_pattern02.svg);
  background-repeat: repeat;
  background-size: 160px;
}

.inner[data-astro-cid-o35kiamk] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

p[data-astro-cid-o35kiamk] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 446px;
}

.figure01[data-astro-cid-o35kiamk] {
  width: 540px;
}

.figure02[data-astro-cid-o35kiamk] {
  width: 447px;
}

section[data-astro-cid-uhahwt6s] {
  padding: 80px 0;
  background-image: url(/attending/media/dubai/images/bg_cloud.png), url(/attending/media/dubai/images/bg_sparkling.png), linear-gradient(180deg, #211f26, #7159a6);
  background-repeat: no-repeat;
  background-position: bottom center, top center, top center;
  background-size: contain;
}

section[data-astro-cid-hehwikz2] {
  padding: 80px 0;
  background-color: var(--bg-color02);
  background-image: url(/attending/media/dubai/images/bg_pattern01.svg);
  background-repeat: repeat;
  background-size: 135px;
}

ul[data-astro-cid-hehwikz2] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

li[data-astro-cid-hehwikz2] {
  width: 325px;
}

figure[data-astro-cid-hehwikz2] {
  margin-bottom: 16px;
}

figcaption[data-astro-cid-hehwikz2] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: Zen Old Mincho, system-ui;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}

figcaption[data-astro-cid-hehwikz2]:before,
figcaption[data-astro-cid-hehwikz2]:after {
  content: "";
  display: block;
  width: 20px;
  height: 40px;
  background: url(/attending/media/dubai/images/deco_black.svg) no-repeat center / contain;
}

figcaption[data-astro-cid-hehwikz2]:after {
  rotate: 180deg;
}

figcaption[data-astro-cid-hehwikz2] span[data-astro-cid-hehwikz2] {
  font-size: 14px;
}

figcaption[data-astro-cid-hehwikz2] span[data-astro-cid-hehwikz2].block {
  display: block;
}

.note[data-astro-cid-hehwikz2] {
  display: block;
  text-align: right;
  font-size: 12px;
}

a[data-astro-cid-5v5klsc2] {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-block: 80px;
  padding: 35px 60px;
  color: #fff;
  font-family: Zen Old Mincho, system-ui;
  font-weight: 900;
  font-style: normal;
  font-size: 28px;
  letter-spacing: -0.05em;
  background-image: url(/attending/media/dubai/images/BP17-052034.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  border-radius: 8px;
  background-color: var(--accent-color);
}

a[data-astro-cid-5v5klsc2]:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 5%;
  z-index: -1;
  display: block;
  width: 90%;
  height: 90%;
  border-radius: 4px;
  background-color: #000;
  filter: blur(8px);
  opacity: 0.3;
}

a[data-astro-cid-5v5klsc2]:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

a[data-astro-cid-5v5klsc2]:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.inner[data-astro-cid-5v5klsc2] {
  display: flex;
  align-items: center;
  gap: 12px;
}

.inner[data-astro-cid-5v5klsc2]:after {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background-color: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  rotate: 90deg;
}

.contents {
  color: #333;
  --accent-color: #7159a6;
  --bg-color01: #e5ddc3;
  --bg-color02: #eae6f2;
  overflow: hidden;
}

.global__h2 {
  margin-bottom: 55px;
}

.global__inner {
  width: 1024px;
  margin-inline: auto;
}

.global__gold-frame {
  border: 1px solid;
  border-image: linear-gradient(to bottom, #b28836, #fff7cc, #b28836) 1;
}

/* start_放送スケジュール */

#inline-wrap {
  position: relative;
}

#inline-wrap .image {
  position: relative;
  width: 800px;
  margin: 0 auto;
}

#inline-wrap .image::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.brightcove {
  width: 256px;
}

/* end_放送スケジュール */

.block-tab {
  display: flex;
  border: 1px solid var(--accent-color);
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.block-tab_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(1024px / 9);
  padding: 20px 0;
  color: var(--accent-color);
  font-weight: 600;
  text-decoration: underline;
  text-align: center;
  background-color: #fff;
}

.block-tab_item:not(:last-child) {
  border-right: 1px solid #c6bddb;
}

.block-tab_item.current {
  color: white;
  text-decoration: none;
  pointer-events: none;
  background-color: var(--accent-color);
}

.block-tab_item:not(.current) {
  cursor: pointer;
}

.block-tab_item:not(.current):hover {
  text-decoration: none;
}

.block-tab_contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  background-color: var(--accent-color);
  border-radius: 0 0 8px 8px;
}

.block-tab_contents-item {
  display: grid;
  gap: 16px;
}

.block-tab_contents-item .notour {
  display: grid;
  place-items: center;
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
}

.tour-template {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
}

.tour-template .image {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 195px;
}

.tour-template .dept {
  padding: 4px 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background-color: #eae6f2;
}

.tour-template .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 749px;
}

.tour-template .name {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}

.tour-template .details-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.tour-template .price {
  color: var(--caution-color);
  font-size: 21px;
  font-weight: 600;
}

.tour-template .button {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  background-color: var(--caution-color);
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.25) inset;
}

.tour-template .button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
}

/* start_ホテル（カルーセル） */

.carousel_control {
  background: linear-gradient(270deg, #b28836 0%, #fff7cc 50%, #b28836 100%);
  padding: 10px 0px;
}

.carousel_control--base {
  position: relative;
  display: flex;
  align-items: center;
}

.swiper-wrapper {
  height: 626px;
}

.swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 626px;
  object-fit: cover;
  object-position: top;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  top: 0;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 12px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 12px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: relative;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: inline-flex;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0.2;
  margin: 0px 9px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.hotel__h3 {
  position: relative;
  text-align: center;
  background: url(/attending/media/dubai/images/hotel_bg_h3.png) repeat-x center / contain;
}

.hotel__h3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  background: url(/attending/media/dubai/images/hotel_h3-en.png) no-repeat center / contain;
  width: 230px;
  height: 44px;
  z-index: 2;
}

.hotel__h3 img {
  width: 1300px;
}

.intro[data-astro-cid-pqtkypqh] {
  position: relative;
  z-index: 1;
}

.intro__p[data-astro-cid-pqtkypqh] {
  margin-top: 20px;
}

/* end_ホテル（カルーセル */

.greeting_wapper {
  padding: 48px 192px;
  background-image: url(/attending/media/dubai/images/bg_greeting.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.greeting_wapper h3 {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  padding: 20px 80px;
  background-color: var(--accent-color);
  border-radius: 30px;
  text-align: center;
  width: 502px;
  margin: 0 auto 20px;
}

.greeting_wapper video-js {
  margin: 10px 0;
}

.greeting_wapper .btm {
  transform: rotate(180deg);
}

.offer {
  text-align: right;
  font-size: 12px;
}

.name {
  margin-bottom: 10px;
}

.ulizahtml5 {
  width: 100% !important;
  height: auto !important;
  margin-block: 10px;
  aspect-ratio: 16 / 9;
}
