/*! 総合トップPC用 */

/* --------------------start_キービジュアル-------------------- */

#MainBn {
  width: calc(100% - 480px);
}

.Search__form-ttl {
  display: none;
}

/* --------------------end_キービジュアル-------------------- */

/* --------------------start_担当者おすすめ旅行-------------------- */

.TourRecommend .Tour__swiper {
  margin: 0 auto;
  padding: 35px 0 60px 0;
}

.Tour__card-label {
  position: absolute;
  top: -35px;
  left: 0;
  z-index: 1;
  padding: 12px 10px;
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 0;
  pointer-events: none;
  border-radius: 3px 3px 3px 0;
  background-color: var(--sub-corporate-color);
}

.Tour__card-label::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: var(--sub-corporate-color);
  border-radius: 2px;
  transform: skewY(-45deg);
}

/* --------------------end_担当者おすすめ旅行-------------------- */

/* --------------------start_旅の情報-------------------- */

.Common21__inner--travel-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* start_Guide */
.Guide__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.Guide {
  width: calc((100% - 40px) / 2);
}

.Guide__article {
  width: 100%;
}

.Guide__link {
  text-align: right;
}
/* end_Guide */

/* --------------------end_旅の情報-------------------- */

/* --------------------start_ブログ枠-------------------- */

.Blog__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.Blog {
  width: calc((100% - 40px) / 2);
}

.Blog__article {
  min-width: calc((100% - 40px) / 2.2068);
}

.Blog__article:not(:last-of-type) {
  margin-right: 20px;
}

.Blog__article-img img {
  height: 129px;
}

.Blog__link {
  text-align: right;
}

.Blog__swiper-outer {
  position: relative;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.Blog__swiper {
  --swiper-theme-color: var(--corporate-color);
  margin: 0 auto;
  padding-bottom: 60px;
  position: static;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

.Blog__swiper .swiper-slide {
  transition-property: transform, box-shadow;
}

/* start_swiper-arrow */
.Blog__swiper-button-next.swiper-button-disabled,
.Blog__swiper-button-prev.swiper-button-disabled {
  display: none;
}

.Blog__swiper-button-next,
.Blog__swiper-button-prev {
  position: absolute;
  top: 120px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  border: 2px solid var(--corporate-color);
  transition: background-color 0.3s;
  cursor: pointer;
}

.Blog__swiper-button-next:hover,
.Blog__swiper-button-prev:hover {
  background-color: var(--active-color);
}

.Blog__swiper-button-next {
  right: -25px;
}

.Blog__swiper-button-prev {
  left: -25px;
  transform: rotate(180deg);
}

.Blog__swiper-button-next:after,
.Blog__swiper-button-prev:after {
  content: none;
}

.Blog__swiper.swiper-container-horizontal > .swiper-scrollbar {
  height: 10px;
  z-index: 1;
  background: #f5f5f5;
}

.Blog__swiper .swiper-scrollbar-drag {
  background: #ccc;
}
/* end_swiper-arrow */
/* --------------------end_ブログ枠-------------------- */

/*keyvisual横幅固定*/
#Keyvisual {
  background-color: #f5f5f5;
  background-size: 1400px auto;
}