@charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");

.fontZenOldMincho {
  font-family: "Zen Old Mincho", serif;
}

/*---------------------------------------*/

/* sec-tour start */
.sec-tour {
  position: relative;
  background-image: url("/attending/media/south_africa/images/pc/tour_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  /*background-color: #ffffff;*/
  padding-block: 80px;
  z-index: 0;
  text-align: center;
}

.sec-tour h2 img {
  display: block;
  width: auto;
  margin-inline: auto;
}

.block-tab {
  display: flex;
  justify-content: space-between;
}

.block-tab_item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: solid 1px #245784;
  width: calc(100% / 9);
  font-weight: 600;
  color: #245784;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
}

.block-tab_item:not(:last-child) {
  border-right: none;
}

.block-tab_item.current {
  background-color: #245784;
  color: #fff;
}

.block-tab_contents {
  background-color: #245784;
  padding: 16px;
}

.tour-caption {
  font-size: 18px;
  font-weight: 400;
  color: #ffee53;
  text-align: center;
  letter-spacing: 1.44px;
  margin-block-start: 24px;
}

.tour-notice {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 1.12px;
}

.tour-choice {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 1.44px;
  margin-block-start: 48px;
}

.block-tab_contents-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.tour-template {
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.tour-link:only-child {
  grid-column: 1 / -1;
}

.tour-link:hover {
  opacity: 0.7;
}

.block-tour {
  margin-block-start: 16px;
}

.dept {
  background: #fffccb;
  border-radius: 0 0 8px 0;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  color: #245784;
  line-height: 1;
  letter-spacing: 1.2px;
  padding-block: 8px;
  padding-inline: 20px;
}

.details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  padding-block: 12px 16px;
  padding-inline: 14px;
}

.name {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #333;
  line-height: 1.5;
  letter-spacing: 1.35px;
}

.details-inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-block-start: auto;
}

.price {
  color: #db2100;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.6px;
}

.button {
  display: flex;
  border-radius: 4px;
  background: #cb1d43;
  box-shadow: 0 5px 0 0 #930d2a;
  justify-content: center;
  align-items: center;
  gap: 3px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 10px 12px;
}

.notour {
  grid-column: 1 / -1;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-block: 12px;
}

.block-bn {
  margin-block: 80px;
}

.block-bn img {
  display: block;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
}

.block-bn p {
  font-size: 14px;
  font-weight: 400;
  /*color: #FFF;*/
  letter-spacing: 1.12px;
  margin-block-start: 10px;
  text-align: right;
}

.block-tv img {
  display: block;
  width: 960px;
  margin-block-start: 32px;
  margin-inline: auto;
}

.block-bn a:hover,
.block-tv a:hover {
  opacity: 0.7;
}
/* sec-tour end */

/* seo_start */
.block-seo {
  background-image: url("/attending/media/south_africa/images/pc/sa_seo-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-color: #ffffff;
  padding: 0 0 50px;
}

.block-seo_inner {
  width: 1024px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}

.block-seo_inner .text {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  /*width: calc(100%  - 236px - 20px);*/
  /*width: calc(100% - 236px - 20px - 236px - 20px);*/
  color: #462011;
}

.block-seo_inner .text .caption {
  width: 460px;
  height: auto;
  text-align: left;
  font-size: 16px;
}

.block-seo_inner .text .link {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.05em;
  /*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  color: #48110b;
  text-decoration: underline;
}

.block-seo_inner .movie {
  width: 530px;
  height: auto;
  margin-left: 40px;
  flex-shrink: 0;
  display: flex;
  gap: 10px;
}

.block-seo_inner .movie dl {
  flex: 1;
  min-width: 0;
}

.block-seo_inner .movie .heading {
  background-color: #a33254;
  outline: solid 1px #e7d674;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: -0.05em;
  /*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-seo_inner .movie .video {
  outline: solid 1px #e7d674;
}

.block-seo_inner .movie .link-movie {
  position: relative;
  display: block;
  background-color: #fce97c;
  font-size: 17px;
  font-weight: 700;
  font-family:
    "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #48110b;
  text-align: center;
  padding: 10px 0;
}

.block-seo_inner .movie .link-movie::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #48110b;
  border-right: 1px solid #48110b;
  transform: translateY(-50%) rotate(135deg);
}

/* seo_end */

/* sec-movie start */
.sec-movie {
  /* background-color: #e5d2d4; */
  padding-block: 60px;
  background-image: url("/attending/media/south_africa/images/pc/sa_seo-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-color: #ffffff;
  /* padding: 0 0 50px; */
}

.sec-movie_inner {
  display: flex;
  gap: 32px;
}

.sec-movie .seo {
  font-size: 18px;
}
.sec-movie .seo .s01 {
  display: block;
}

.sec-movie .movie {
  /*display: grid;
	grid-template-columns: repeat(2, 1fr);*/
  display: flex;
  gap: 10px;
}

.sec-movie .movie dl {
  /*display: flex;
	flex-direction: column;*/
  width: 280px;
}
.movie dd {
  outline: solid 1px #e7d674;
}

.sec-movie .movie dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  background-color: #a47f41;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-block: 8px;
  margin-bottom: 8px;
  position: relative;
  outline: solid 1px #e7d674;
}
.sec-movie .movie dl dt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #a47f41;
  border-bottom: 0;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.btn-schedule_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 650px;
  height: 100px;
  background: linear-gradient(180deg, #af4f5b 40%, #913b46 70%);
  box-shadow: 0 7px 0 0 #74202b;
  /*border: 3px solid #913B46;*/
  border-radius: 8px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 8px 16px;
  margin-inline: auto;
  margin-block-start: 24px;
  transition: 0.3s;
}

.btn-schedule_link:hover {
  box-shadow: unset;
  transform: translateY(4px);
}

.btn-schedule_link span {
  font-size: 18px;
}

/* スケジュールモーダル */
#inline-wrap {
  position: relative;
}

#inline-wrap .image {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

#inline-wrap .image::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

/* アンカーボタン */

.block-anc {
  background-color: #d4be89;
  padding: 40px 0;
}
.anc_btn {
  display: flex;
  justify-content: center;
  gap: 16px;
  text-align: center;
}
.anc_btn li {
  width: 184px;
}

/*-------------------------*/

.contents {
  overflow: hidden;
}

.contIn1024 {
  width: 1024px;
  margin: auto;
  position: relative;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}

/*-------------------------*/

/*--------POINT swipwer----------*/

.blockPointBlock01 {
  padding: 60px 0px 80px 0px;
  background-image: url("/attending/media/south_africa/images/pc/sa_point_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.point-item {
  position: relative;
  background: #f9f6f1;
  border: 3px solid #a47f41;
  border-radius: 16px;
  width: 620px;
  height: auto;
  gap: 16px;
  padding: 10px 30px 28px 0px;
  box-sizing: border-box;
}
.swiper-point-wrapper .swiper .swiper-scrollbar {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
}
.swiper-scrollbar {
  background: rgba(153, 153, 153, 0.7);
}
.swiper-scrollbar-drag {
  background: #555;
}
.swiper-point-wrapper {
  position: relative;
  counter-reset: number 0;
  margin-block-start: 48px;
  overflow: hidden;
}
.swiper-point-wrapper .swiper-wrapper {
  margin-block-end: 24px;
}

.point-item dl dt p span {
  font-size: 20px;
}
.point-item dt {
  color: #29913c;
  font-size: 30px;
  line-height: 1.4;
  margin-left: 20px;
  letter-spacing: -0.09em;
}
.point-item dt .s01 {
  font-size: 15px;
}
.point-item dt img {
  width: 120px;
}
.point-item dt h3 {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin: 0;
}
.point-item dd {
  padding-left: 30px;
}
.point-item_note {
  font-size: 15px;
  line-height: 1.25;
  color: #000000;
  letter-spacing: normal;
  font-feature-settings: "palt";
  font-family: sans-serif;
  font-weight: 400;
}
.point-item dt h3.pt_num3_lh {
  line-height: 1.15;
}

.pointFlex01 {
  display: flex;
  align-items: center;
  gap: 0px 4px;
  height: 150px;
}
.pointFlex01 .box01 {
  flex-shrink: 0;
}

.custom-swipe-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 15px 40px;
  border-radius: 12px;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  white-space: nowrap;
}
.custom-swipe-hint::before {
  content: "";
  background-image: url("/attending/media/south_africa/images/pc/il-scroll.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 76px;
  height: 94px;
  animation: swipe-hand 1.5s infinite ease-out;
}
@keyframes swipe-hand {
  0%,
  20% {
    transform: translateX(0);
    opacity: 1;
  }

  70% {
    transform: translateX(-40px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
.custom-swipe-hint.is-hidden {
  opacity: 0;
}

/*-------------------------*/

.mainvisualWrap01 {
  background-image: url("/attending/media/south_africa/images/pc/sa_mv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.mainvisualWrap01 .h101 {
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 600px;
}
.mainvisualWrap01 .h101 img {
  width: 1250px;
  height: auto;
}

/*------------------------*/

.blockTourBlock01 {
  background-image: url("/attending/media/south_africa/images/pc/sa_cont_bg01.jpg");
  background-repeat: repeat;
  background-position: center top;
  position: relative;
  padding: 90px 0px 30px 0px;
}

.contH201Wrap01 {
  margin-bottom: 30px;
  text-align: center;
}
.contH201Wrap01 img {
  max-width: 85%;
  width: auto;
  height: auto;
  margin: auto;
}
.contH201Wrap01.height156 img {
  height: 156px;
}
.contH201Wrap01.height160 img {
  height: 160px;
}
.tourTextWrap01 {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  margin: 30px auto 16px auto;
}

.sa260906TourH301 {
  margin-bottom: 18px;
}
.sa260906TourTextBlock01 {
  color: #000000;
  text-align: center;
  margin: 30px auto 30px;
}
.sa260906TourText01 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
}
.sa260906TourTextBox01 {
  display: inline-block;
  margin-top: 20px;
}
.sa260906TourDl01 {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.sa260906TourDl01 dt {
  box-sizing: border-box;
  padding: 4px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
  width: 90px;
  height: 44px;
  font-size: 18px;
  line-height: 1.5em;
  background: rgb(107, 0, 64);
  background: linear-gradient(
    90deg,
    rgba(107, 0, 64, 1) 0%,
    rgba(179, 85, 141, 1) 50%,
    rgba(107, 0, 64, 1) 100%
  );
}
.sa260906TourDl01 dd {
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
}

/*--------------------*/

/* .pointImgWrap01 {
  width: 800px;
  margin: 46px auto 0px auto;
} */

/*--------------------*/

.blockSightseeingBlock01 {
  position: relative;
  padding: 80px 0px 80px 0px;
  background-image: url("/attending/media/south_africa/images/pc/sa_sight_bg.jpg");
  background-repeat: repeat;
  background-position: center top;
  background-size: cover;
}

.sightseeingBox01 {
  margin: 30px auto 20px auto;
  position: relative;
}

/*---------Hotel swiper----------*/

.posiRe01 {
  position: relative;
}
.hotelBox01 {
  color: #ffffff;
  box-sizing: border-box;
  height: auto;
  width: 700px;
  margin-top: 30px;
}

.hotelPosi01 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.hotelKijyun01 {
  position: absolute;
  top: -25px;
  right: 50%;
  margin-right: -520px;
  z-index: 1;
}
.hotelKijyun01.hotelKijyun0102 {
  top: -144px;
}

.blockHotelBlock01 {
  background-image: url("/attending/media/south_africa/images/pc/sa_hotel_bg02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*background-color: #19295A;*/
  padding: 60px 0px 10px 0px;
}

.hotelBoxWrap01 {
  background-image: url("/attending/media/south_africa/images/pc/cont_hotel_bg01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 493px;
  /*padding-top: 65px;*/
}
.hotelBoxWrap01.hotelBoxWrap02 {
  background-image: url("/attending/media/south_africa/images/pc/cont_hotel_bg02.png");
  padding-top: 35px;
  margin-top: 60px;
}
.hotel_tl_text {
  font-size: 18px;
  color: #ffffff;
}

.hotelSlick01 {
  margin-top: 0px;
}

.swiperControlBase01 {
  background: rgb(178, 136, 54);
  background: linear-gradient(
    90deg,
    rgba(178, 136, 54, 1) 0%,
    rgba(255, 247, 204, 1) 50%,
    rgba(178, 136, 54, 1) 100%
  );
  /*background-color: #000000;*/
  padding: 10px 0px;
}
.swiperControlWrap01 {
  display: flex;
  align-items: center;
}

.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.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.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-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.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.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #ffffff;
  opacity: 0.2;
  margin: 0px 9px;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}

/*---------------------------*/

.contBottomArea01 {
  padding: 40px 0px 45px 0px;
}

.contents a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}

.block-seo_inner .movie .heading {
  background-color: #a47f41;
  margin-bottom: 8px;
  position: relative;
}
.block-seo_inner .movie .heading::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #a47f41;
  border-bottom: 0;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.seoModalBtn01 {
  display: block;
  text-align: center;
  margin-top: 60px;
}
.seoModalBtn01 img {
  width: 635px;
  margin: 0 auto;
}

/*---------Hotel----------*/

.AfricaLineBlock01 {
  background-image: url("/attending/media/south_africa/images/pc/sa_cont_line01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 50px;
}
.sa260906HotelTit01 {
  background-image: url("/attending/media/south_africa/images/pc/sa_hotel_tl_bg02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 16px 0px;
  text-align: center;
  height: 168px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sa260906HotelTit01 h3 img {
  width: 810px;
  max-width: 100%;
  height: auto;
}
.hotel_badge {
  position: absolute;
  top: calc(90% + 90px);
  left: calc(45% + (1024px / 2));
  translate: -50% -50%;
  width: 176px;
  height: 127px;
  z-index: 1000;
}
.sa260906HotelFlex01 {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 80px;
}
.sa260906HotelFlex01 li {
  width: 324px;
  position: relative;
}
.hotelBox01.width100 {
  width: 100%;
}

/*-----------Sightseeing------------*/

.sa260906SightBg01 {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
}
.sa260906SightBox01 {
  /* margin-top: 40px; */
}
.sa260906SightH301 img {
  margin: 30px 0 0;
}
.sight_img {
  margin-top: 25px;
}
.sa260906SightFlex01 {
  display: flex;
  justify-content: space-between;
}
.sa260906SightFlex01 li {
  width: 492px;
  margin-top: 40px;
}

.sa260906SightDl01 {
  margin-top: 15px;
}
.sight_spotFlex {
  display: flex;
  gap: 50px;
  margin-top: 25px;
  align-items: flex-start;
}
.sight_spotFlex02 {
  display: flex;
  gap: 17px;
  margin-top: 25px;
  align-items: flex-start;
}
.sight_spotFlex02 img {
  width: 330px;
}
.sight_spotFlex02_inner {
  display: flex;
  gap: 17px;
}
.sight_spotFlex03 {
  display: flex;
  gap: 84px;
  margin-top: 25px;
  align-items: flex-start;
}
.sight_spotFlex03 img {
  width: 470px;
}
.sight_table {
  width: 336px;
}
.sight_table_box {
  position: relative;
}
.sight_ribbon {
  position: absolute;
  top: -10px;
  left: -35px;
  width: 208px;
}
.sight_spot_text {
  font-size: 18px;
  margin-top: 15px;
}
.sight_spot_textnote {
  font-size: 15px;
}
.sight_spotname {
  color: #447346;
  font-size: 28px;
  line-height: 1.5em;
  font-weight: bold;
  margin: 10px auto 10px;
  border-bottom: 1px solid #447346;
  display: table;
}
.sight_spotnameS {
  font-size: 20px;
}

.sa260906SightBox02 {
  background-image: url("/attending/media/south_africa/images/pc/sight_box_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-top: 150px;
  padding: 48px;
  color: #ffffff;
}
.sa260906SightImg01 {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0px;
  top: -133px;
}
.sa260906SightImg01 img {
  width: auto;
  height: 133px;
}

/*----------ボルダーズビーチ-----------*/

.sight_boulder {
  width: 1024px;
  background-color: #ffffff;
  padding: 10px;
  border: 10px solid #5f9acd;
  margin: 50px 0 0;
}
.sight_boulder_inner {
  background-image: url("/attending/media/south_africa/images/pc/sa_sight_boulder_bg.jpg");
  border: 2px solid #5f9acd;
  padding: 30px 45px 45px;
  position: relative;
}
.sight_boulder_head {
  font-size: 36px;
  color: #5f9acd;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.sight_boulder_head::before {
  content: "";
  background-image: url("/attending/media/south_africa/images/pc/sa_sight_boulder_illustL.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  width: 120px;
  height: 115px;
  position: absolute;
  top: 10px;
  left: 35px;
}
.sight_boulder_head::after {
  content: "";
  background-image: url("/attending/media/south_africa/images/pc/sa_sight_boulder_illustR.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 205px auto;
  width: 205px;
  height: 110px;
  position: absolute;
  top: 20px;
  right: 35px;
}
.sight_boulder_deco {
  margin: 10px 0 40px;
}
.sight_boulder_text {
  font-size: 18px;
  margin-top: 15px;
}
.sight_boulderFlex {
  margin-top: 20px;
  display: flex;
  gap: 30px;
}

/*----------Gourmet-----------*/

.blockGourmetBlock01 {
  /* background-image: url("/attending/media/south_africa/images/pc/cont_bg05.png");
  background-repeat: repeat;
  background-position: center center;
  background-size: cover; */
  background-color: #e9dec0;
  padding: 80px 0px 80px 0px;
}

.gourmetFlex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gourmetFlex01 li {
  width: 445px;
  flex-shrink: 0;
  margin-bottom: 40px;
}
.sa260906GourmetTextBox01 {
  text-align: center;
  margin: auto auto 40px;
}
.sa260906GourmetDl01 {
  margin-top: 15px;
}
.sa260906GourmetDl01 dt {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.sa260906GourmetDl01 dt::before {
  content: "";
  background-image: url("/attending/media/south_africa/images/pc/sa_gourmet_decoL.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  width: 20px;
  height: 30px;
  display: block;
  margin-right: 8px;
}
.sa260906GourmetDl01 dt::after {
  content: "";
  background-image: url("/attending/media/south_africa/images/pc/sa_gourmet_decoR.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  width: 20px;
  height: 30px;
  display: block;
  margin-left: 8px;
}
.sa260906GourmetDl01 dd {
  /* color: #ffffff; */
}

.sa260906GourmetFlex01 {
  display: flex;
  justify-content: space-between;
}
.sa260906GourmetFlex01 li {
  width: 325px;
}

.sa260906GourmetBox01 {
  background-image: url("/attending/media/south_africa/images/pc/gourmet_box_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding: 40px 58px 40px;
  margin-top: 70px;
}
.sa260906GourmetH301 {
  text-align: center;
  margin-bottom: 35px;
}
.sa260906GourmetH301 img {
  width: 692px;
  height: auto;
}

.sa260906GourmetFlex02 {
  display: flex;
  justify-content: space-between;
}
.sa260906GourmetFlex02 li {
  width: 446px;
}

.sa260906GourmetFlex03 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.sa260906GourmetFlex03 .box01 {
  width: 216px;
}

.sa260906GourmetBox02 {
  background-image: url("/attending/media/south_africa/images/pc/gourmet_box_bg02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding: 40px 58px 40px;
  margin-top: 70px;
}

.sa260906GourmetH302 {
  text-align: center;
  margin-bottom: 35px;
}
.sa260906GourmetH302 img {
  width: 970px;
  height: auto;
  margin-left: -30px;
}

.sa260906GourmetH303 {
  text-align: center;
  margin-bottom: 35px;
}
.sa260906GourmetH303 img {
  width: 718px;
  height: auto;
}
.sa260906GourmetFlex04 {
  display: flex;
  justify-content: space-between;
}
.sa260906GourmetFlex04 li {
  width: 440px;
}

.gourmet_column {
  background-color: #785a32;
  padding: 10px;
  color: #ffffff;
  margin: 45px 0 0;
}
.gourmet_column_inner {
  border: 1px solid #ffffff;
  padding: 45px;
}
.gourmet_columnFlex {
  display: flex;
  gap: 45px;
}
.gourmet_columnL {
  width: 505px;
}
.gourmet_columnR {
  width: 350px;
}
.gourmet_column_img {
  margin: 0 0 20px;
}
.gourmet_column_text {
  font-size: 18px;
}
.gourmet_column_imgFlex {
  display: flex;
  gap: 20px;
  margin: 30px 0 0;
  position: relative;
}
.gourmet_column_imgFlex img {
  width: 245px;
}
.gourmet_column_ribbon {
  position: absolute;
  top: -10px;
  right: -35px;
}

.gourmet_boxFlex {
  display: flex;
  align-items: center;
  margin: 45px 0 0;
}
.gourmet_boxFlex img {
  width: 452px;
}
.gourmet_column_ph {
  width: 452px;
}
.gourmet_boxFlex_rev {
  flex-direction: row-reverse;
}
.gourmet_box_textBox {
  width: 572px;
  height: 300px;
  background-color: #ffffff;
  padding: 25px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gourmet_box_textHead {
  font-size: 30px;
  color: #a47f41;
  text-align: center;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
  position: relative;
}
.gourmet_box_textHead::before {
  content: "";
  background-image: url("/attending/media/south_africa/images/pc/sa_gourmet_decotreeL.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85px auto;
  width: 85px;
  height: 57px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.gourmet_box_textHead::after {
  content: "";
  background-image: url("/attending/media/south_africa/images/pc/sa_gourmet_decotreeR.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85px auto;
  width: 85px;
  height: 57px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
.gourmet_box_text {
  font-size: 18px;
}

.gourmetafrica_column {
  background-image: url("/attending/media/south_africa/images/pc/sa_gourmetafrica_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 1024px;
  background-color: #b18d5e;
  padding: 22px;
  margin-top: 70px;
}
.gourmetafrica_column_inner {
  width: 100%;
  background-color: #ffffff;
  padding: 30px;
  border: 1px solid #000000;
}
.gourmetafrica_head {
  font-size: 28px;
  font-weight: 600;
  color: #785a32;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #785a32;
  padding-bottom: 25px;
}
.lt02 {
  letter-spacing: -0.07em;
}
.gourmetafrica_head::before {
  content: "";
  background-image: url("/attending/media/south_africa/images/pc/sa_gourmet_decoL.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  width: 20px;
  height: 30px;
  display: block;
  margin-right: 30px;
}
.gourmetafrica_head::after {
  content: "";
  background-image: url("/attending/media/south_africa/images/pc/sa_gourmet_decoR.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  width: 20px;
  height: 30px;
  display: block;
  margin-left: 30px;
}
.gourmetafrica_columnFlex {
  display: flex;
  gap: 30px;
  margin: 25px 0;
}
.gourmetafrica_column_text {
  font-size: 18px;
}

/*------------Present--------------*/

.presetnt_wrap {
  background-image: url("/attending/media/south_africa/images/pc/sa_present_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px 138px;
}
.present {
  background-color: #ffffff;
  padding: 10px;
}
.present_inner {
  border: 1px solid #a47f41;
  padding: 50px;
}
.present_flex {
  display: flex;
  gap: 40px;
}
.present_flexL {
  width: 438px;
}
.present_text {
  font-size: 18px;
  margin: 20px 0 0;
}

/*--------------------------*/

.banner_text {
  font-size: 18px;
  text-align: center;
  margin: 10px 0 0;
}
.introduction_img {
  transform: translateY(-10px);
}

/*--------------------------*/
