/*! 国内DP_PC用 */

/* --------------------start_キービジュアル-------------------- */
#Keyvisual {
  overflow: visible;
}

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

/* start_検索枠 */
.CommonModal-day-ttl {
  position: static;
  margin-bottom: 20px;
}

.suggest.cont {
  margin: 0;
}

.suggest table {
  left: 0;
}
/* end_検索枠 */

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

/* --------------------start_おすすめエリア-------------------- */

.RecommendArea__items {
  display: flex;
  justify-content: space-between;
}

.RecommendArea__item {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 240px;
  height: 240px;
  padding: 20px 40px 13px 20px;
  color: white;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 6px;
  overflow: hidden;
}

.RecommendArea__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(
    0deg,
    rgba(0, 35, 51, 1) 0%,
    rgba(0, 35, 51, 0) 60%
  );
}

.RecommendArea__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.RecommendArea__link::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: white;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.RecommendArea__link::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: 24px;
  right: 25px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
}

.RecommendArea__img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  height: 100%;
  transform: translate(-50%, -50%);
}

.RecommendArea__img img {
  width: auto;
  height: 240px;
  transition: opacity 0.3s;
}

.RecommendArea__item:hover img {
  opacity: calc(var(--hoverOpacity) - 0.1);
}

.RecommendArea__name {
  font-feature-settings: "palt";
}

.Tour__img img {
  width: auto;
  height: 100%;
}
/* --------------------end_おすすめエリア-------------------- */

/* --------------------start_国内ダイナミックパッケージとは-------------------- */
.AboutArea {
  margin: 60px auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.Section__txt {
  text-align: center;
  margin: 0 auto 35px;
}
.AboutArea__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.acd-check {
  display: none;
}
.AboutArea__item {
  width: 326px;
  height: 245px;
  padding: 40px 20px 20px;
  border-radius: 6px;
  background-color: #e5f2f8;
  position: relative;
  margin-bottom: 40px;
}
.AboutArea__charm {
  width: 110px;
  height: 42px;
  background: var(--sub-corporate-color);
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 22px;
  position: absolute;
  top: -20px;
}
.AboutArea__charm span {
  font-size: 26px;
  display: inline-block;
}
.AboutArea__title {
  display: flex;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--sub-corporate-color);
  align-items: center;
  line-height: 1.3;
  border-radius: 4px;
  background-color: white;
}
.AboutArea__title::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: no-repeat center/contain;
  margin-right: 10px;
}
.icon01 .AboutArea__title::before {
  background-image: url(../images/icn_clock.svg);
}
.icon02 .AboutArea__title::before {
  background-image: url(../images/icn_set.svg);
}
.icon03 .AboutArea__title::before {
  background-image: url(../images/icn_only.svg);
}
.icon04 .AboutArea__title::before {
  background-image: url(../images/icn_magiwa.svg);
}
.icon05 .AboutArea__title::before {
  background-image: url(../images/icn_reservation.svg);
}
.icon06 .AboutArea__title::before {
  background-image: url(../images/icn_card.svg);
}

.AboutArea__text {
  font-size: 14px;
  margin-top: 10px;
}

.AboutArea__charm_link {
  margin-top: 5px;
  display: block;
}
.AboutArea__charm_link a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 1px;
}
.Tour__annotation {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 10px;
}

/* --------------------end_国内ダイナミックパッケージとは-------------------- */

/* --------------------start_人気のホテルから選ぶ飛行機＋ホテル・旅館プラン-------------------- */
.plan-dp .Tour__name {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  min-height: 50px;
}
.plan-dp .Tour__hotel-txt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.plan-dp .Tour__airlines {
  margin-bottom: 10px;
}
.plan-dp .Tour__airlines img {
  width: auto;
  height: 25px;
}
.plan-dp .Tour__stays {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.plan-dp .Tour__price {
  position: static;
}

/* --------------------end_人気のホテルから選ぶ飛行機＋ホテル・旅館プラン-------------------- */

/* --------------------start_バナー-------------------- */
#BnArea {
  margin-bottom: 60px;
  padding: 40px 0;
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.BnArea__items {
  display: flex;
  justify-content: center;
}
.BnArea__item {
  width: 680px;
  height: 109px;
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  overflow: hidden;
  transition: box-shadow 0.3s;
  box-shadow: 0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
}
.BnArea__item a {
  transition: box-shadow 0.3s;
  box-shadow: 0px 0px 0px 1px #e5e5e5 inset;
}
.BnArea__item:hover {
  box-shadow: 0 2.5rem 2rem -2rem rgb(0 0 0 / 0);
}
.BnArea__item:hover a {
  box-shadow: 0px 0px 0px 2px var(--corporate-color) inset;
}

.BnArea__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.BnArea__img {
  width: 267px;
  height: 109px;
}
.BnArea__img img {
  width: 267px;
  height: 109px;
  object-fit: cover;
}
.BnArea__texts {
  width: calc(100% - 267px);
  padding: 16px 20px 20px;
}
.BnArea__name {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--corporate-color);
}
.BnArea__text {
  font-size: 1.4rem;
}
/* --------------------end_バナー-------------------- */

/* --------------------start_会員ではない方のご予約確認-------------------- */
.booking-confirmation {
  margin-bottom: 60px;
}
.booking-confirmation__link {
  position: relative;
  display: block;
  width: 680px;
  height: 80px;
  font-size: 1.8rem;
  line-height: 80px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  color: var(--caution-color);
  box-shadow: 0px 0px 0px 2px var(--caution-color) inset;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.booking-confirmation__link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 35px;
  right: 20px;
  border-top: 2px solid var(--caution-color);
  border-right: 2px solid var(--caution-color);
  transform: rotate(45deg);
}
.booking-confirmation__link:hover {
  background-color: #ffe9e6;
}

/* --------------------end_会員ではない方のご予約確認-------------------- */

/* --------------------start_QA-------------------- */
#QA {
  margin-bottom: 60px;
}

.QA__group {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

.QA__group:not(:last-child) {
  margin-bottom: 20px;
}

.QA__q {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  color: var(--sub-corporate-color);
  font-weight: 600;
  font-size: 1.8rem;
  cursor: pointer;
}

.QA__q::before {
  content: "Q";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: white;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0;
  border-radius: 50%;
  background: var(--sub-corporate-color);
}

.QA__q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: -1;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--corporate-color);
  transform: translateY(-50%);
}

.QA__q-inner {
  position: relative;
  width: calc(100% - 50px);
}

.QA__q-inner::before,
.QA__q-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  width: 8px;
  height: 2px;
  background-color: white;
  transform: translateY(-50%);
}

.QA__q-inner::before {
  transform: translateY(-50%) rotate(90deg);
}

.open .QA__q-inner::before {
  transform: translateY(-50%) rotate(0);
}

.QA__a {
  display: none;
  border-top: 1px solid #e5e5e5;
}

.QA__a-inner {
  display: block;
  position: relative;
  padding: 20px 20px 20px 70px;
}

.QA__a-inner::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: var(--sub-corporate-color);
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0;
  border-radius: 50%;
  border: 1px solid var(--sub-corporate-color);
}
.QA__a-inner a{
	color:var(--corporate-color);
}
.QA__link {
  text-align: center;
}
/* --------------------end_QA-------------------- */

/* 検索 */
.Search__form-group--women-only .Search__form-content {
  padding-left: 0;
  text-indent: 0;
}

/* ガイド */
.Common21__inner--travel-info {
  /*display: flex;*/
  justify-content: space-between;
  flex-wrap: wrap;
}

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

/*.Guide__article {
  width: 100%;
}*/

/* --------------------start_ブログ枠-------------------- */
/*.Blog {
  width: calc((100% - 40px) / 2);
}*/

/*.Blog__article {
  width: auto;
}*/

.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_ブログ枠-------------------- */

/* --------------------211115 追記-------------------- */
.swiper-wrapper{height:auto;}

.PB_hidden{
	display:none;
}

/* --------------------JR検索CSS追加ここから-------------------- */
#Search__dp_d-jr-date .CommonModal__scroll-area {
  height: calc(100vh - 40px - 50px - 85px - 60px - 45px);
  max-height: calc(700px - 50px - 85px - 60px - 45px);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#Search__dp_d-jr-date .CommonModal__scroll-area::-webkit-scrollbar {
  display: none;
}
#Search__dp_d-jr-number {
  width: 900px;
}
#Search__dp_d-jr-number .CommonModal__dp-number-ttl {
  width: 15%;
}
#Search__dp_d-jr-number .CommonModal__dp-number-contents-wrap {
  width: 85%;
}
#Search__dp_d-jr-number .CommonModal__dp-number-contents-wrap .CommonModal__dp-number-contents:not(:last-child) {
  padding-right: 20px;
}
/* --------------------JR検索CSS追加ここまで-------------------- */
.mov__section {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.mov__box {
    width: calc((100% - 30px) / 2);
}
.mov__ttl {
    width: 100%;
    margin-bottom: 20px;
    font-size: 2.1rem;
    font-weight: 600;
}
.mov {
    border: 1px solid #E5E5E5;
    overflow: hidden;
}

/*=================
動画
=================*/
.movie_section{
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  /* box-shadow: 0 2.5rem 2rem -2rem rgba(0, 0, 0, 0.1); */
  transition: box-shadow 0.3s;
  padding:15px 0 20px;
  margin:0 auto 10px;
  width:700px;
  background: #f8f8f8;
}
.movie_ttl{
  font-size: 18px;
  font-weight:600;
  text-align:center;
  margin:10px 0;
}
.movie_box {
  /* background-color: #fff; */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
}

.movie_box .movie_btn a {
  font-size: 15px;
  line-height: 1;
  padding: 0;
  border-bottom: 1px solid var(--sub-corporate-color);
  color: var(--sub-corporate-color);
}
.movie_box .movie_btn a:hover {
  border-bottom: none;
  opacity: 0.8;
}

.movie_box .movie_btn a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 1px;
}
.white-popup-block {
  position: relative;
  background: #FFF;
  padding: 10px;
  text-align: left;
  max-width: 865px;
  margin: 40px auto;
}

.bc-player-default_default {
  width: 100% !important;
  height: 485px !important;
}

.popup-modal-dismiss {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 5px;
}

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

img {
  pointer-events: initial;
}