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

@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Noto+Serif+JP:wght@200..900&display=swap");

.contents {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mincho {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* 終了告知文 */
.Post {
  font-size: 22px;
  font-weight: 600;
  color: #c00;
  text-align: center;
}

/* H1 */
#PageName {
  width: 1024px;
  margin: 10px auto;
  color: #5f372f;
  font-weight: bold;
}

.swiper {
  cursor: pointer;
}
.ls01 {
  letter-spacing: -0.1px;
}

/*---------------------------------------*/
.kv {
  position: relative;
  background-color: #b02b41;
  z-index: 0;
}

.kv::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/attending/media/malaysia/images/point-bg1.png);
  background-size: 160px 160px;
  background-position: top left;
  opacity: 0.07;
  z-index: -1;
}

.kv-logo {
  position: absolute;
  top: 20px;
  left: calc(50% - 370px);
  translate: -50% 0;
  width: 100px;
  height: 72px;
  object-fit: contain;
  z-index: 1;
}

.kv-label {
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(
    90deg,
    rgba(170, 12, 0, 1) 0%,
    rgba(212, 33, 20, 1) 50%,
    rgba(170, 12, 0, 1) 100%
  );
  font-size: 32px;
  font-weight: 900;
  text-align: center;
}

.kv-label::before,
.kv-label::after {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #eea11a 0%, #ffecb5 50%, #eea11a 100%);
}

.gold-text {
  position: relative;
  display: inline-block;
  width: fit-content;
  line-height: 1.8;
  color: transparent;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.7));
  padding-block-end: 2px;
  margin-inline: auto;
}

.gold-text::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  background: linear-gradient(180deg, #eea11a 0%, #ffecb5 50%, #eea11a 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.gold-text::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  background: linear-gradient(90deg, #ea985a 0%, #93430a 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px transparent;
  color: transparent;
}

.kv-image {
  position: relative;
  background-image: url(/attending/media/malaysia/images/pc/ttl-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1300px;
  width: 100%;
  height: 600px;
  margin-inline: auto;
}

.kv-image h1 {
  position: absolute;
  inset: 0;
  display: block;
  width: 821px;
  height: 364px;
  margin: auto;
}

/* sec-movie start */
.sec-movie {
  background-color: #e5d2d4;
  padding-block: 60px;
  background-image: url(/attending/media/malaysia/images/pc/mys_seo_bg.jpg);
  background-repeat: repeat;
  background-position: center top;
}

.sec-movie_inner {
  display: flex;
  gap: 32px;
}

.sec-movie .seo {
  font-size: 18px;
  text-align: justify;
}
.sec-movie .seo .s01 {
  display: block;
  text-align: center;
}

.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;
}

.sec-movie .movie dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  background-color: #817047;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-block: 8px;
}

.btn-schedule_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 650px;
  height: 100px;
  background-color: #b44b56;
  /* background: linear-gradient(180deg, #af4f5b 40%, #913b46 70%); */
  box-shadow: 0 7px 0 0 #c4bd97;
  /*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;
}

/* sec-movie end */

/* sec-anchor start */
.sec-anchor {
  background-color: #817047;
  padding-block: 40px;
}

.anchor-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 16px;
}

.anchor-item {
  display: flex;
}

.anchor-link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: 5px double #817047;
  background-color: #ffffff;
  /* background: linear-gradient(180deg, #fff 35%, #e9e2da 100%); */
  /* box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3); */
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #333333;
  text-align: center;
  padding-block: 15px 35px;
  transition: opacity 0.3s;
}

.anchor-link:hover {
  opacity: 0.5;
}

.anchor-link::before,
.anchor-link::after {
  content: "";
  display: block;
}

.anchor-link::before {
  background-image: url(/attending/media/malaysia/images/pc/mys_anchor-deco.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 28px;
  height: 28px;
}

.anchor-link::after {
  position: absolute;
  bottom: 10px;
  left: 50%;
  color: #333;
  line-height: 1;
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-50%, -25%) rotate(135deg);
}

/* sec-anchor end */

/* sec-point start */
.sec-point {
  position: relative;
  background-color: #ffffff;
  background-image: url(/attending/media/malaysia/images/pc/mys_point_bg.jpg);
  background-repeat: repeat;
  background-position: center top;
  padding-block: 80px;
  z-index: 0;
  text-align: center;
}

.sec-point h2 img {
  display: block;
  width: auto;
  margin-inline: auto;
  margin-block-end: 48px;
}

.point-item {
  position: relative;
  background: #ffffff;
  border: 3px solid #8fd1b3;
  border-radius: 16px;
  width: 620px;
  height: auto;
  gap: 16px;
  padding: 22px 29px 28px 29px;
}

.point-item dl {
  display: grid;
  grid-template-rows: 1fr max-content;
  height: 100%;
}

.point-item dl dt {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 16px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
  margin-block-end: 16px;
}

.point-item dl dt::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/attending/media/malaysia/images/pc/mys_point_num.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100px;
  height: 100px;
  color: #e9dec0;
  font-family: "Baskerville", serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -2px;
  padding-inline: 0 6px;
}

.point-item dl dt p span {
  font-size: 20px;
}

.point-item dl dt p {
  position: relative;
  top: 0px;
  left: 0px;
  background-color: transparent;
  display: inline;
  color: #539779;
  font-size: 26px;
  text-align: left;
}
.text18 {
  font-size: 18px;
}

.point-item dl {
  position: relative;
}
.point-item dl dt,
.point-item dl dd {
  position: relative;
}

.swiper-point-wrapper {
  position: relative;
  counter-reset: number 0;
  margin-block-start: 48px;
}

.swiper-point-wrapper .swiper-wrapper {
  margin-block-end: 34px;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
}

.swiper-scrollbar {
  background: rgba(153, 153, 153, 0.7);
}

.swiper-scrollbar-drag {
  background: #555;
}

/* sec-point end */

/* sec-hotel start */
.sec-hotel {
  position: relative;
  background-color: #602f30;
  padding-block: 80px;
  z-index: 0;
}

.sec-hotel::before {
  content: "";
  position: absolute;
  top: 0;
  background-image: url(/attending/media/malaysia/images/pc/hotel-line.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 28px;
}

.sec-hotel::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/attending/media/malaysia/images/hotel-bg1.png);
  background-size: 160px 160px;
  opacity: 0.07;
  z-index: -1;
}

.sec-hotel h2 img {
  display: block;
  width: auto;
  margin-inline: auto;
  margin-block-end: 48px;
}

.hotel_tl {
  position: relative;
}
.hotel_tl_five {
    width: 181px;
    position: absolute;
    bottom: -112px;
    z-index: 2;
    right: -207px;
}

.swiper-hotel-wrapper .swiper-controls {
  background: linear-gradient(270deg, #b28836 0%, #e2bd6a 50%, #b28836 100%);
  padding-block: 10px;
}

.swiper-hotel-wrapper .swiper-controls_inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
}

.swiper-hotel-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: initial;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-hotel-wrapper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-hotel-wrapper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.3;
}

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

.swiper-hotel-wrapper
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 7px;
}

.swiper-hotel-wrapper .swiper-button-next,
.swiper-hotel-wrapper .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-hotel-wrapper .swiper-button-prev {
  left: 0px;
  right: auto;
}

.swiper-hotel-wrapper .swiper-button-next {
  right: 0px;
  left: auto;
}

.swiper-hotel-wrapper .swiper-button-next:after,
.swiper-hotel-wrapper .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;
}

/* sec-hotel end */

/* sec-gourmet start */
.sec-gourmet {
  position: relative;
  background-color: #b02b41;
  padding-block: 80px;
  z-index: 0;
}

.sec-gourmet::before {
  content: "";
  position: absolute;
  top: 0;
  background-image: url(/attending/media/malaysia/images/pc/point-line.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 28px;
}

.sec-gourmet::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/attending/media/malaysia/images/point-bg1.png);
  background-size: 160px 160px;
  background-position: top left;
  opacity: 0.07;
  z-index: -1;
}

.sec-gourmet h2 img {
  display: block;
  width: auto;
  margin-inline: auto;
  margin-block-end: 48px;
}

/* sec-gourmet end */

/* sec-sightseeing start */
.sec-sightseeing {
  position: relative;
  background-image: url(/attending/media/malaysia/images/event-bg1.png);
  padding-block: 80px;
}

.sec-sightseeing::before {
  content: "";
  position: absolute;
  top: 0;
  background-image: url(/attending/media/malaysia/images/pc/event-line.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 28px;
}

.sec-sightseeing h2 img {
  display: block;
  width: auto;
  margin-inline: auto;
  margin-block-end: 48px;
}

/* sec-info end */

/* sec-tour start */
.sec-tour {
  position: relative;
  background-image: url("/attending/media/malaysia/images/pc/mys_tour_bg.jpg");
  background-repeat: repeat;
  background-position: center top;
  /*background-color: #ffffff;*/
  padding-block: 80px;
  z-index: 0;
  text-align: center;
}

.sec-decoLine::before {
  /* display: none; */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/attending/media/malaysia/images/pc/mys_bgdecoline.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 70px;
  width: 100%;
  height: 70px;
}

.sec-tour::after {
  display: none;
  /*content: '';
	position: absolute;
	inset: 0;
	background-image: url(/attending/media/malaysia/images/point-bg1.png);
	background-size: 160px 160px;
	background-position: top left;
	opacity: 0.07;
	z-index: -1;*/
}

.sec-tour h2 img {
  display: block;
  width: auto;
  margin-inline: auto;
}

.tourTextBoxFlex01 .p01 {
  width: 76px;
}
.tourTextBoxWrap01 {
  text-align: center;
  margin-bottom: 45px;
}

.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 #9C76A9;
  width: calc(100% / 9);
  font-weight: 600;
  color: #9C76A9;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
}

.block-tab_item:not(:last-child) {
  border-right: none;
}

.block-tab_item.current {
  background-color: #9C76A9;
  color: #fff;
}

.block-tab_contents {
  background-color: #9C76A9;
  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: #9262A233;;
  border-radius: 0 0 8px 0;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  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;
  color: #333;
  line-height: 1.5;
  letter-spacing: 1.35px;
  text-align: left;
}

.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: 18px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 1.12px;
  margin-block-start: 10px;
}

.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 */

.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/malaysia/images/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;
}

/*-------------------------------------------------
  2026/06/11
-------------------------------------------------*/

.contIn1024 {
  width: 1024px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

/*-------------------------*/

.mainvisualWrap01 {
  background-image: url("/attending/media/malaysia/images/pc/mys_mainv_pc.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 600px;
  background-color: #e4c5ca;
  height: 600px;
}
.mainvisualWrap01 .h101 {
  display: none;
}

/*------------------------*/

.tourTextBoxWrap01 {
  text-align: center;
}
.tourTextBox01 {
  display: inline-block;
  text-align: left;
}

.tourTextBoxFlex01 {
  display: flex;
  align-items: center;
  margin: 0px auto 8px auto;
  font-size: 16px;
  line-height: 1.25em;
}
.tourTextBoxFlex01 .p01 {
  margin-right: 14px;
}

/*-----------hotel------------*/
.hotelFlex_3days {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 55px auto 0px auto;
}
.hotelFlex_3days > div {
  width: 500px;
}
.hotel_text {
  font-size: 16px;
  text-align: justify;
}
.mb_40 {
  margin-bottom: 40px;
}
.hotelFlex_3days02 {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 30px 0 50px;
}
.hotelFlex_3days02_left {
  width: 575px;
}
.hotelFlex_3days02_right {
  width: 420px;
}
.hotelFlex_3days02_left img {
  margin-bottom: 20px;
}

.hotelFlex_2days {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 55px auto 50px auto;
}
.hotelFlex_2days02 {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.hotelFlex_2days02 img {
  width: 215px;
}
.hotelFlex_2days_left {
  width: 500px;
}
.hotelFlex_2days_right {
  width: 500px;
}
.hotel_text_fivestar {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  background-color: #7d5018;
  color: #ffffff;
  width: 256px;
  padding: 10px;
  margin-bottom: 15px;
}
.fivestar_strong {
  color: #f4f128;
}
.hotelFlex_1days {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 55px auto 0px auto;
}
.hotelFlex_1days > div {
  width: 500px;
}

/* .hotelFlex02 li {
  width: 325px;
  position: relative;
}
.hotelFlex02 li .htl_badge {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 80px;
} */
.hotelRibon01 {
  position: absolute;
  top: -20px;
  right: -40px;
}
.hotelText01 {
  font-size: 12px;
  line-height: 1.6em;
  margin-top: 12px;
  text-align: right;
}

.hotelFlex03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto 0px auto;
}
.hotelFlex03 .img01 {
  flex-shrink: 0;
}
.hotelFlex03 .text01 {
  width: 510px;
}

.hotelFlex0302 {
  flex-direction: row-reverse;
  margin-top: -70px;
}

.hotelFlex04 {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.hotelFlex04 .img01 {
  flex-shrink: 0;
  margin-left: 30px;
}

.hotelFlex04In {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.hotelFlex04In .img02 {
  position: relative;
  width: 184px;
  margin-right: 20px;
  flex-shrink: 0;
}
.hotelFlex04In .img02 img {
  width: 311px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.hotelFlex04In.flex02 {
  flex-direction: row-reverse;
  margin-top: 36px;
}
.hotelFlex04In .img03 {
  position: relative;
  width: 160px;
  margin-left: 0px;
  flex-shrink: 0;
}
.hotelFlex04In .img03 img {
  width: auto;
  position: absolute;
  left: 30px;
  bottom: -35px;
}

.pointBgImg01 {
  position: absolute;
  left: -70px;
  top: -180px;
}
.pointBgImg02 {
  position: absolute;
  bottom: 24px;
  right: -32px;
}

/*---------sightseeing-----------*/

.sightseeingText01 {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 13px;
}
.blockSightseeingBlock01 {
  padding: 80px 0px 80px 0px;
  background-image: url("/attending/media/malaysia/images/pc/mys_sight_bg.jpg");
  background-repeat: repeat;
  background-position: center top;
  background-size: 1300px auto;
  background-color: #f6f6f6;
  position: relative;
}
.sightseeingBox01 {
  margin: 50px auto 40px auto;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_25 {
  margin-bottom: 25px;
}
.mb_35 {
  margin-bottom: 35px;
}
.sightseeing_columnBox {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 150px 50px 75px;
  margin: 50px 0 150px;
  position: relative;
}
.sightseeing_columnBox:last-child {
  margin: 50px 0 35px;
}

.sightseeing_columnTl {
  width: 385px;
  margin: 0 auto;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.sightseeing_text {
  font-size: 18px;
  text-align: center;
}
.sightseeing_capText {
  font-size: 18px;
}
.sightseeing_capnote {
  font-size: 15px;
  margin-bottom: 20px;
}
.flex_reverse {
  flex-direction: row-reverse;
}

.sightseeing_columnFlex01 {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.sightseeing_columnFlex01_left {
  width: 382px;
}
.sightseeing_columnFlex01_right {
  width: 512px;
}
.sightseeing_column_cap {
  text-align: center;
}
.sightseeing_capimg {
  width: 325px;
  margin: 0 0 20px;
}
.sightseeing_columnFlex02 {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.sightseeing_columnFlex02 > div {
  flex: 1;
}

.sightseeing_column_headerTl {
  width: 100%;
  height: 64px;
  background-image: url("/attending/media/malaysia/images/pc/mys_sight01_plate.jpg");
  color: #817047;
  font-size: 33px;
  font-weight: 600;
  text-align: center;
  line-height: 1.9;
}

.sightseeing_column_peranakan {
  background-color: #ffffff;
  border: 5px solid #539779;
  padding: 80px 100px;
  position: relative;
}
.sightseeing_column_peranakan::before {
  content: "";
  background-image: url(/attending/media/malaysia/images/pc/mys_sight01_column-peraDeco01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 900px auto;
  width: 100%;
  height: 135px;
  position: absolute;
  top: 5px;
  left: 0;
}
.sightseeing_column_peranakan::after {
  content: "";
  background-image: url(/attending/media/malaysia/images/pc/mys_sight01_column-peraDeco02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 900px auto;
  width: 100%;
  height: 135px;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.sightseeing_column_peranakanFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 45px;
  margin-top: 50px;
}
.sightseeing_column_peranakanFlex_left {
  width: 314px;
}
.sightseeing_column_peranakanFlex_right {
  width: 384px;
}

.sightseeing_columnFlex03 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
.sightseeing_columnFlex03_left {
  width: 480px;
}
.sightseeing_columnFlex03_leftFlex {
  display: flex;
  justify-content: space-between;
}
.sightseeing_columnFlex03_leftFlex img {
  width: 233px;
}
.sightseeing_columnFlex03_right {
  width: 412px;
}

.sightseeing_cap_city {
  color: #b44b56;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
}

.sightseeing_columnFlex04 {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.sightseeing_columnFlex04_left {
  width: 381px;
}
.sightseeing_columnFlex04_right {
  width: 512px;
}

.sightseeing_columnFlex05 {
  display: flex;
  justify-content: space-between;
  gap: 21px;
}
.sightseeing_columnFlex05_right {
  width: 360px;
}
.sightseeing_columnFlex05IMG {
  width: 260px;
  height: 260px;
}

/*----------gourmet------------*/

.gourmetFlex02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gourmetFlex02 li {
  width: 323px;
  margin-top: 36px;
}
.gourmetFlex02 li dt {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
}
.gourmetFlex02 li dt img {
  width: auto;
  height: 34px;
}
.gourmetFlex02 li dd {
  font-size: 14px;
  line-height: 1.55em;
}

.gourmetFlex02 .gourmet_d {
  text-align: right;
  font-size: 11px;
}

.gourmetBox02 {
  position: relative;
  background-color: #f5e5e7;
  border: 1px solid #333333;
  margin-top: 100px;
  padding: 50px 45px 45px 45px;
}
.gourmetBox02::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px dotted #000000;
  position: absolute;
  left: 10px;
  top: 10px;
}

.gourmetBox02Deco01 {
  width: 450px;
  position: absolute;
  top: -54px;
  right: -28px;
}
.gourmetBox02Deco02 {
  width: 148px;
  position: absolute;
  bottom: -16px;
  left: -16px;
}

.gourmetH301 {
  text-align: center;
  margin-bottom: 30px;
}
.gourmetH301 img {
  width: auto;
  height: 42px;
}

.gourmetH301.h302 img {
  width: auto;
  height: 57px;
}

.gourmetFlex03 {
  display: flex;
  justify-content: space-between;
}
.flex03Box01 {
  position: relative;
  box-sizing: border-box;
  width: 418px;
  background-image: url("/attending/media/malaysia/images/pc/gourmet_box02_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #ffffff;
  padding: 20px 25px 15px 25px;
}
.flex03Box01::before {
  content: "";
  box-sizing: border-box;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid #707070;
  position: absolute;
  left: 8px;
  top: 8px;
}

.flex03Box02 {
  box-sizing: border-box;
  width: 487px;
}
.gourmetFlex04 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}
.flex04Box01 {
  width: 244px;
  position: relative;
}
.flex04Box02 {
  width: 230px;
  font-size: 14px;
  line-height: 1.55em;
}
.gourmetMenu01 {
  text-align: center;
  margin-bottom: 5px;
}
.gourmetMenu01 img {
  width: 199px;
  height: auto;
}
.gourmetMenuList01 {
}
.gourmetMenuList01 li {
  border-top: 1px solid #c4c4c4;
  text-align: center;
  padding: 14px 0px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 600;
}
.gourmetMenuList01 li .sm01 {
  font-size: 14px;
  letter-spacing: -0.05em;
}

.gourmetMenuList01 li:first-child {
  border-top: none;
}

.gourmetMenuList01 li.li01 {
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-family:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}

.gourmetFlex0302 {
  flex-direction: row-reverse;
}

/*-----------shopping-------------*/

.shoppingBlock01 {
  padding: 80px 0px 0px 0px;
}
.shoppingImgBox01 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 22px;
}
.shoppingBg01 {
  width: 232px;
  position: absolute;
  top: -42px;
  right: -36px;
}
.shoppingBg02 {
  width: 232px;
  position: absolute;
  bottom: 11px;
  left: -40px;
}
.shoppingText01 {
  font-size: 16px;
  line-height: 1.5em;
}

/*---------hotel----------*/

.hotelBox01 {
  box-sizing: border-box;
  height: auto;
  /*width: 660px;*/
  margin-top: 30px;
}

.hotelPosi01 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.blockHotelBlock01 {
  background-image: url("/attending/media/malaysia/images/pc/mys_hotel_bg.jpg");
  background-repeat: repeat;
  background-position: center top;
  background-size: 1300px auto;
  background-color: #f6f6f6;
  padding: 90px 0px 90px 0px;
  position: relative;
}
.sa260906HotelTit01 {
  background-image: url("/attending/media/malaysia/images/pc/mys_hotel_namebg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 16px 0px;
  text-align: center;
  height: 134px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sa260906HotelTit01 h3 img {
  width: 810px;
  max-width: 100%;
  height: auto;
}
.hotel_badge {
  width: 175px;
  margin-left: 30px;
}

.hotelBoxWrap01 {
  margin-top: 20px;
}
.hotelBoxWrap01.hotelBoxWrap02 {
  padding-top: 35px;
  margin-top: 60px;
}

.hotelSlick01 {
  /* margin-top: 15px; */
}

.swiperControlBase01 {
  background-color: #401414;
  background-image: linear-gradient(to right, #401414, #8e4848, #401414);
  padding: 10px 0px;
  text-align: left;
}
.swiperControlWrap01 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.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;
  width: auto !important;
}
.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: #b1b1b1;
  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: #b1b1b1;
}

/*--------------gourmet-------------*/

.blockGourmetBlock01 {
  background-image: url("/attending/media/malaysia/images/pc/mys_meal_bg.jpg");
  background-repeat: repeat;
  background-position: center top;
  background-size: 1300px auto;
  padding: 80px 0px 80px 0px;
  position: relative;
}
.meal_topFlex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 50px;
}
.meal_topFlex > div {
  flex:1;
}
.meal_topFlex h3 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #9262a2;
}
.meal_text {
  font-size: 18px;
}
.meal_point {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-top: 24px;
}

.meal_columnBlock_line01 {
  background-image: url(/attending/media/malaysia/images/pc/mys_meal_column_line01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 28px;
  margin-top: 80px;
}
.meal_columnBlock_line02 {
  background-image: url(/attending/media/malaysia/images/pc/mys_meal_column_line02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 28px;
}
.meal_columnBlock {
  background-color: #ffffff;
  padding: 70px 60px 40px;
}
.meal_columnBlock h3 {
  margin-bottom: 35px;
}
.meal_text {
  font-size: 18px;
}
.meal_textnote {
  font-size: 16px;
}
.meal_columnFlex01 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: center;
}
.meal_columnFlex01 img {
  width: 48%;
  height: auto;
  display: block;
}
.meal_columnFlex02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.meal_columnFlex02 img {
  width: 315px;
  height: auto;
  display: block;
}
.meal_columnFlex03 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: center;
}
.meal_columnFlex03_left {
  width: 440px;
  text-align: left;
}
.meal_columnFlex03_right {
  width: 433px;
}
.meal_columnFlex04 {
  display: flex;
  justify-content: space-between;
  gap: 230px;
  position: relative;
}
.meal_columnFlex04 img {
  /* width: 315px;
  height: auto;
  display: block; */
}
.meal_column_baloon {
    position: absolute;
    width: 290px !important;
    top: -45px;
    left: 231px;
}
.meal_columnFlex05 {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  text-align: center;
}
.meal_columnFlex05_left {
  width: 560px;
}
.meal_columnFlex05_right {
  width: 341px;
  text-align: left;
}
.meal_columnFlex05_right img {
  margin-top: 15px;
}

.meal_right {
  width: 425px;
  flex-shrink: 0;
}

/* ================== */

/* ========= shopping ========= */
.blockshoppingBlock01 {
  background-image: url("/attending/media/malaysia/images/pc/mys_shopping_bg.jpg");
  background-repeat: repeat;
  background-position: center top;
  background-size: 1300px auto;
  padding: 80px 0px 80px 0px;
  position: relative;
}
.shoppingFlex {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.shopping_text {
  font-size: 18px;
}

/* ========= present ========= */
.blockpresentBlock01 {
  background-image: url("/attending/media/malaysia/images/pc/mys_present_bg.jpg");
  background-repeat: repeat;
  background-position: center top;
  background-size: 1300px auto;
  padding: 80px 0px 80px 0px;
  position: relative;
}
.present_bg {
margin-bottom: 30px;
}
.presentFlex-h3 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 533px;
    margin: 0 auto;
}
.present_text {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

/* =================================== */

/*-------------------*/

.hotelPosi01 {
  width: 200px;
  right: 40px;
}
.hotelFlex04In .img03 img {
  width: 182px;
  position: absolute;
  left: 30px;
  bottom: -35px;
}

/*---------------*/

/*----------------------*/

.contH201Wrap01 {
  text-align: center;
}

.contH201 img {
  width: 900px !important;
  margin-bottom: 24px;
}
.contH202 img {
  width: 900px !important;
  margin-bottom: 24px;
}
.contH203 img {
  width: 900px !important;
  margin-bottom: 24px;
}
.contH204 img {
  width: 900px !important;
  margin-bottom: 24px;
}
.contH205 img {
  width: 900px !important;
  margin-bottom: 24px;
}
.contH206 img {
  width: 907px !important;
  margin-bottom: 24px;
}
.contH207 img {
  width: 439px !important;
  margin-bottom: 24px;
}
.contH208 img {
  width: 416px !important;
  margin-bottom: 24px;
}
.contH209 img {
  width: 529px !important;
  margin-bottom: 24px;
}
.contH210 img {
  width: 834px !important;
  margin-bottom: 24px;
}

/*---------------------------*/
