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

.fmt-sectl {
  width: 826px;
  margin: 60px auto 0;
}
.ls02 {
  letter-spacing: -2px;
}
.ls01 {
  letter-spacing: -1px;
}
.ma10 {
  margin-bottom: 10px;
}

.rela {
  position: relative;
}

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

.mainvisual01 {
  background-image: url("/attending/media/spain/images/pc/mainvisual-p.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  height: 544px;
  /* background-color: #f4ebda; */
}
.main-boder img {
  display: block;
}
.maintit01 {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.maintit01 img {
  width: 790px;
  height: auto;
}

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

/*======================================= sec-movie start =======================================*/
.sec-movie {
  background-color: #ffffff;
  /* padding-block: 60px; */
  margin-top: 62.5px;
  background-image: url(/attending/media/spain/images/pc/sec-movie_back.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 80px;
}

.sec-movie_inner {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 10px;
  align-items: center;
  margin-bottom: 32px;
  /*
  padding-left: 32px;

  padding-right: 32px; */
  box-sizing: border-box;
}

.sec-movie_inner .seo {
  margin-right: 16px;
  font-size: 18px;
  line-height: 1.65;
  color: #333333;
  text-align: justify;
  /* padding-right: 16px; */
}

.sec-movie_inner .movie dl {
  margin: 0;
  background-color: #c7ab7cd9;
}

.sec-movie_inner .movie dt.heading {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 8px 4px;
  margin: 0;
  /* 2つの見出しの高さを揃える */
  min-height: 2.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  height: 62.78px;
}

.sec-movie_inner .movie dd.video {
  margin: 0;
  background-color: #cccccc; /* 読込前のグレー背景 */
  width: 100%;
}

.btn-schedule_link {
  background: #8d6525;
  box-shadow: 0 5px 0 0 #cccccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 650px;
  height: 100px;
  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;
}
/*======================================= sec-movie start =======================================*/

/*======================================= スケジュールモーダル =======================================*/
#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: #e8a736d9;
  padding-block: 40px;
}

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

.anchor-item {
  display: flex;
  position: relative;
  background-color: #ffffff;
}
.anchor-item::before {
  content: "";
  box-sizing: border-box;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #e2a400;
  position: absolute;
  top: 6px;
  left: 6px;
}

.anchor-link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: 3px solid #e2a400;
  /*background: linear-gradient(180deg, #FFF 35%, #E9E2DA 100%);*/
  /*box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.30);*/
  width: 100%;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  color: #5f372f;
  text-align: center;
  padding-block: 40px 26px;
  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/spain/images/pc/anchor-deco.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.anchor-link::after {
  position: absolute;
  bottom: 8px;
  left: 50%;
  translate: -50% 0;
  width: 15px;
  height: 10px;
  background-image: url("/attending/media/spain/images/pc/anchor_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

/*======================================= sec-point start ======================================= */
.sec-point {
  position: relative;
  background-image: url("/attending/media/spain/images/pc/sec-point-back.jpg");
  background-size: cover;
  background-position: center top;
  background-color: #aceacb;
  padding-block: 80px;
  z-index: 0;
}

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

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

.point-item {
  position: relative;
  background: #f9f6f1;
  border: 3px solid #710521;
  width: 620px;
  height: auto;
  gap: 16px;
  padding: 10px 29px 28px 0px;
}

.point-item::before,
.point-item::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  translate: -50% 0;
  /*background-image: url(/attending/t/trial_trial/trial_spain/images/pc/point-deco1.svg);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 45px;
}

.point-item:before {
  top: 5px;
}

.point-item::after {
  bottom: 5px;
  scale: -1;
}

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

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

.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 {
  background-image: url("/attending/media/spain/images/pc/sec-htl-back.png");
  background-size: cover;
  background-position: center top;
  padding-bottom: 80px;
  z-index: 0;
}

.hotel-title {
  position: relative;
  background-color: #a01f1f;
  padding-block: 20px;
  margin-block-start: 48px;
  z-index: 2;
}

.hotel-title::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-image: url("/attending/media/spain/images/pc/sec-htl-tlback.png");
  background-size: 100% 100%;
  opacity: 1;
  z-index: -1;
}
.sec-htl-nameflex {
  display: flex;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  width: 1024px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  color: #8d6525;
}

.sec-htl-day {
  width: 121px;
}

.sec-htl-dx {
  width: 171px;
}
.sec-htl-nameset {
  text-shadow: 0 4px 7px rgba(0, 0, 0, 0.08);
}
.sec-htl-name-s {
  font-size: 25px;
  font-weight: 400;
}
.sec-htl-name-L {
  font-size: 40px;
  font-weight: 600;
  line-height: 53px;
}
.sec-htl-name-M {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.hotel-title .caption {
  display: block;
  font-size: 24px;
  font-weight: 500;
}

.hotel-title h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 1024px;
  margin-inline: auto;
}

.hotel-title h3:before,
.hotel-title h3:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hotel-grade {
  position: absolute;
  top: calc(50% + 50px);
  left: calc(50% + (1024px / 2));
  translate: -50% -50%;
  width: 176px;
  height: 127px;
}

/* .hotel1 .hotel-title h3:after {
	top: calc(50% + 10px);
	right: 0;
	translate: 0 -50%;
	background-image: url(/attending/t/trial_trial/trial_spain/images/pc/label-sdx.png);
	width: 176px;
	height: 127px;
} */
.sec-hotel-posi {
  position: relative;
}
.sec-hotel-ima {
  position: absolute;
  bottom: 5px;
  z-index: 1;
  color: white;
  left: 35px;
  background-color: #00000080;
  padding: 4px;
  font-size: 12px;
  padding: 2px;
}

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

.hotel-desc {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  align-items: flex-start;
}

.hotel-desc .hotel-caption {
  width: 670px;
}

.hotel-caption {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.35px;
  color: #fff;
}

.hotel-img_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-block-start: 40px;
}

.sec-htl-five {
  position: absolute;
  width: 148px;
  right: 6px;
  bottom: -170px;
}

.sec-htl-2stay {
  position: absolute;
  right: 170px;
  top: -50px;
}

/*======================================= sec-hotel end =======================================*/

/*======================================= sec-gourmet start  =======================================*/
.sec-gourmet {
  background-image: url(/attending/media/spain/images/pc/sec-gourme-back.png);
  background-position: center top;
  background-size: cover;
  padding-block: 80px;
}

.gourmetTextWrap01 {
  text-align: center;
}

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

.sec-gourmet-tl-p {
  font-size: 18px;
  margin-bottom: 40px;
}

.sec-gourmet-mainflex-wp {
  display: flex;
  justify-content: space-between;
}

.sec-gourmet-mainflex {
  display: flex;
  flex-direction: column;
  width: 320px;
  gap: 15px;
}
.sec-gourmet-mainname {
  width: 153px;
  margin: 0 auto;
}
.sec-gourmet-contain {
  background-color: white;
  margin-top: 39.5px;
}
.sec-gourmet-contain-tl {
  font-size: 33px;
  line-height: 125%;
  font-weight: bold;
  text-align: center;
  color: #614518;
  font-family: "Noto Serif JP", serif;
}
.sec-gourmet-contain-tl-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.sec-gourmet-contain-flex-l {
  display: flex;
  gap: 10px;
  flex-direction: column;
  width: 520px;
  flex-shrink: 0;
}
.sec-gourmet-contain-p {
  font-size: 18px;
}
.sec-gourmet-contain-pp {
  font-size: 14px;
  text-align: center;
  line-height: 120%;
  margin-top: 10px;
}
.sec-gourmet-contain-pa {
  padding: 40px;
}
.sec-gourmet-contain-flex {
  display: flex;
  gap: 20px;
}
.sec-gourmet-adso {
  position: absolute;
  width: 172px;
  top: 62px;
  left: -43px;
}
.sec-gourmet-adso2 {
  position: absolute;
  width: 184px;
  top: 90px;
  left: -33px;
}

/**======================================= sec-gourmet end *======================================= s/

/**======================================= sec-sightseeing start =======================================*/
.sec-sightseeing {
  background-image: url("/attending/media/spain/images/pc/sec-sightseeing-back.png");
  background-position: center top;
  background-size: cover;
  padding-block: 80px;
}

.sec-sightseeing h2 img {
  display: block;
  margin-inline: auto;
  margin-block-end: 48px;
}
.sec-sightseeing-box {
  border-bottom: 1px dashed #bb8c34;
  padding-bottom: 40px;
  margin-top: 48px;
}

.sec-sightseeing-flex {
  display: flex;
  gap: 24px;
}
.sec-sightseeing-left {
  width: 640px;
  flex-shrink: 0;
}
.sec-sightseeing-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sec-sightseeing-p {
  font-size: 18px;
  line-height: 150%;
  margin-top: 10px;
  font-weight: 300;
}
.sec-sightseeing-pp {
  font-size: 14px;
  line-height: 140%;
  margin-top: 20px;
}

.sec-sightseeing-sp {
  position: absolute;
  width: 136px;
  right: -22px;
  top: -39px;
}

/**======================================= sec-sightseeing end =======================================*/

/**======================================= sec-art start =======================================*/
.sec-art {
  background-image: url(/attending/media/spain/images/pc/sec-art-back.png);
  background-position: center top;
  background-size: cover;
  padding-block: 80px;
}
.sec-art-mainflex {
  display: flex;
  flex-direction: column;
  width: 320px;
  gap: 15px;
  border: 1px solid #cd3028;
  border-radius: 10px;
  background-color: white;
  padding: 25px;
}
.sec-art-pflex {
  display: flex;
  gap: 10px;
}
.sec-art-pp {
  font-size: 13px;
  line-height: 140%;
  margin-top: 14px;
  width: 320px;
  letter-spacing: -0.5px;
  margin-left: auto;
}
/**======================================= sec-art end =======================================*/

/**======================================= sec-shop start =======================================*/
.sec-shop {
  background-image: url(/attending/media/spain/images/pc/sec-shop-back.png);
  background-position: center top;
  background-size: cover;
  padding-block: 80px;
}
/**======================================= sec-shop end =======================================*/

/**======================================= sec-present start =======================================*/
.sec-present {
  background-image: url(/attending/media/spain/images/pc/sec-present-back.png);
  background-position: center top;
  background-size: cover;
  padding-block: 80px;
}
.sec-present-p {
  display: flex;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  width: 472px;
  align-items: center;
  line-height: 150%;
}

/**======================================= sec-shop end =======================================*/

/*======================================= sec-tour start =======================================*/
.sec-tour {
  position: relative;
  background-image: url("/attending/media/spain/images/pc/sec-tour-back.jpg");
  background-size: cover;
  background-position: center top;
  background-color: #b02b41;
  padding-block: 80px;
  z-index: 0;
}

.tourBoxWrap01 {
  text-align: center;
}
.tourBox01 {
  display: inline-block;
  text-align: left;
  margin: 48px auto auto;
  font-size: 18px;
  line-height: 1.25;
}
.sec-tour-lead {
  color: #cd3028;
  font-size: 33px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(transparent 50%, #ffe7bc 50%);
  font-weight: bold;
  margin-bottom: 48px;
}
.sec-tour-lead-s {
  text-align: center;
  margin-bottom: 13px;
}

.tourSetsuFlex01 {
  display: flex;
  align-items: center;
  gap: 0px 20px;
  color: #000000;
  margin-bottom: 14px;
}
.tourDay01 {
  background-color: #037308;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 3px 5px;
  width: 79px;
  height: 33px;
  clip-path: polygon(15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%, 0% 50%);
}

.tourDay02 {
  background-color: #3560de;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 3px 5px;
  width: 79px;
  height: 33px;
  clip-path: polygon(15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%, 0% 50%);
}

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

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

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

.block-tab_contents {
  background-color: #cd3028;
  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: #cd302826;
  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;
}

.details-inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-block-start: auto;
}

.price {
  color: #db2100;
  font-size: 19px;
  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;
  letter-spacing: 1.12px;
  margin-block-start: 10px;
  text-align: center;
  color: #000000;
}

.block-tv img {
  display: block;
  /* width: 960px; */
  margin-block-start: 32px;
  margin-inline: auto;
}

.block-tv h2 {
  width: 834px;
  margin: 0 auto;
  margin-bottom: 34px;
}

/*======================================= sec-tour end =======================================*/

/*======================================= sec-point start =======================================*/

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

.pointFlex01 {
  display: flex;
  align-items: center;
  gap: 0px 16px;
  height: 150px;
}
.pointFlex01 .box01 {
  width: 122px;
  flex-shrink: 0;
  margin-left: 30px;
}
.point-item dt {
  color: #333333;
  font-size: 24px;
  line-height: 140%;
}
.point-item dt .s01 {
  font-size: 20px;
}

.point-item dd {
  padding-left: 30px;
}

.point-item {
  position: relative;
  background: #f9f6f1;
  border: 3px solid #29913c;
  border-radius: 16px;
  width: 620px;
  height: auto;
  gap: 16px;
  padding: 10px 30px 28px 0px;
}

.sec-point-red {
  color: #cd3028;
  font-size: 32px;
}

.sec-point-size16 {
  font-size: 16px;
}


.shop_block {
	position: relative;
}
.shop_block p {
	position: absolute;
	bottom: 0;
	left: 0;
}