@charset "utf-8";
/* CSS Document */

/*クリック無効対策*/
.nav_winter,.btn01_rt,.banner,.other_btn_box,.tab_menu {
  position: relative;
  z-index: 2;
}
/*背景*/
.bg_color {
  background: #f5fafe;
  position: relative;
  z-index: 1;
}
.bg_01,.bg_02,.bg_03,.bg_04,.bg_05 {
  position: relative;
}
.bg_01::before,.bg_02::before,.bg_03::before,.bg_04::before,.bg_05::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/page/seasonal/winter/images/2025/bg_winter2025_01.png) no-repeat 0 0 / 89px 146px;
  width: 89px;
  height: 146px;
  z-index: -1;
}
.bg_01::before {
  top: 0;
  left: 80px;
}
.bg_02::before {
  top: -40px;
  right: 80px;
  transform: scale(1, -1);
}
.bg_03::before {
  top: -60px;
  left: 180px;
  transform: scale(-1, 1);
}
.bg_04::before {
  right: 120px;
  top: 20px;
}
.bg_05::before {
  top: -40px;
  left: 120px;
  transform: scale(-1, 1);
}
/*ナビ*/
.nav_winter {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
}
.nav_winter li {
  border-left: 1px solid #bed9f1;
  width: calc(100% / 4);
  text-align: center;
  position: relative;
}
.nav_winter li:last-of-type {
  border-right: 1px solid #bed9f1;
}
.nav_winter li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #084680;
  font-weight: bold;
  padding: 45px 0 5px;
  height: 100%;
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  transition: .2s;
}
.nav_winter li a:hover {
  color: #e79a07;
}
.nav_winter li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 32px;
  top: 5px;
  left: 0;
  transition: .2s;
}
.nav_winter li a:hover::before {
  top: 0;
}
.nav_winter li:nth-child(1) a::before {
  background: url(/content/dam/jretravel/site/page/seasonal/winter/images/2025/icon_winter2025_01.png) no-repeat center 0/32px 32px;
}
.nav_winter li:nth-child(2) a::before {
  background: url(/content/dam/jretravel/site/page/seasonal/winter/images/2025/icon_winter2025_02.png) no-repeat center 0/32px 32px;
}
.nav_winter li:nth-child(3) a::before {
  background: url(/content/dam/jretravel/site/page/seasonal/winter/images/2025/icon_winter2025_03.png) no-repeat center 0/32px 32px;
}
.nav_winter li:nth-child(4) a::before {
  background: url(/content/dam/jretravel/site/page/seasonal/winter/images/2025/icon_winter2025_04.png) no-repeat center 0/32px 32px;
}
.nav_winter li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #6099ce;
  border-right: 2px solid #6099ce;
  transform: rotate(135deg);
  top: calc(50% - 5px);
  right: 20px;
}
/*テキスト*/
.read_text {
  text-align: center;
}
/*タイトル*/
.feature .section h2 {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  color: #084680;
  margin: -120px auto 10px;
  padding: 160px 0 15px;
  position: relative;
  z-index: -1;
}
.feature .section h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 120px;
  left: calc(50% - 18px);
}
.feature #activity.section h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/winter/images/2025/icon_winter2025_01.png) no-repeat 0 0/36px 36px;
}
.feature #gourmet.section h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/winter/images/2025/icon_winter2025_02.png) no-repeat 0 0/36px 36px;
}
.feature #sake.section h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/winter/images/2025/icon_winter2025_03.png) no-repeat 0 0/36px 36px;
}
.feature #plan.section h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/winter/images/2025/icon_winter2025_04.png) no-repeat 0 0/36px 36px;
}
.feature .section h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fceea1;
  width: 70px;
  height: 6px;
  border-radius: 3px;
  bottom: 0;
  left: calc(50% - 35px);
}
.feature .section h3 {
  font-size: 1.6rem;
  color: #084680;
  background: none;
  border-bottom: none;
  margin: -120px auto 10px;
  padding: 120px 0 0 15px;
  position: relative;
  z-index: -1;
}
.feature .section h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #084680;
  width: 4px;
  height: 22px;
  bottom: 0;
  left: 0;
}
.feature .section h3>span {
  font-size: 2.0rem;
}
/*商品*/
.box_content {
  border: 1px solid #bed9f1;
}
.base_prod .hotel li>a .details_box>.area,.spot_box .area {
  background: none;
  color: #084680;
  font-weight: bold;
  padding: 0 0 0 15px;
  position: relative;
  line-height: 1.4;
}
.base_prod .hotel li>a .details_box>.area::before,.spot_box .area::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #084680;
  width: 12px;
  height: 12px;
  top: 1px;
  left: 0;
  border-radius: 6px 6px 6px 0;
  transform: rotate(-45deg);
}
.base_prod .hotel li>a .details_box>.area::after,.spot_box .area::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  top: 5px;
  left: 4px;
}
.box_content .hotel .txt {
  background: #fffde3;
  padding: 5px;
}
/*カルーセル*/
.wrap_slide {
  position: relative;
  display: flex;
}
.wrap_slide .swiper {
  overflow: hidden;
  position: relative;
  padding: 0 3% 40px;
}
.wrap_slide .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
.wrap_slide .swiper .swiper-pagination {
  bottom: 0;
}
.wrap_slide .cmn_contents {
  margin: auto;
  height: 100%;
}
.base_prod {
  margin-bottom: 0;
}
/*商品コンポーネントのページネーション */
.box_content .base_prod .swiper-button-next,
.box_content .base_prod .swiper-button-prev,
.box_content .base_prod .swiper-pagination {
  display: none !important;
}
/* 前へ/後ろへボタン */
.wrap_slide .swiper-button-prev, .wrap_slide .swiper-button-next {
  position: absolute;
  display: block!important;
  top: 45%;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #387ab8;
}
.wrap_slide .swiper-button-prev::before,.wrap_slide .swiper-button-next::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  left: 10px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.wrap_slide .swiper-button-prev.swiper-button-disabled,
.wrap_slide .swiper-button-next.swiper-button-disabled {
  opacity: .35;
}
.wrap_slide .swiper-button-prev {
  top: 48%;
  left: -45px;
  transform: rotate(180deg);;
}
.wrap_slide .swiper-button-next {
  right: -45px;
}
.swiper-pagination-bullet {
  background: #3770a6;
}
/*ボタン*/
.btn01_rt a {
  background: #387ab8;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  padding: 10px 50px;
  transition: .2s;
}
.btn01_rt a::after {
  border-color: #fff;
  right: 15px;
}
.btn01_rt.yellow a {
  background: #fadb5e;
  color: #084680;
}
.btn01_rt.yellow a::after {
  content: "";
  border-top: 2px solid #084680;
  border-right: 2px solid #084680;
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: rotate(45deg) translate(-35%, -40%);
  transform: rotate(45deg) translate(-35%, -40%);
}
.btn01_rt.yellow a:hover {
  background: #084680;
  opacity: 1;
  color: #fadb5e;
}
.btn01_rt.yellow a:hover::after {
  border-color: #fadb5e;
}
/*プランボタン*/
.other_btn_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.other_btn_box .other_btn a {
  display: block;
  background: #387ab8;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  width: calc((1000px - 60px) / 4);
  padding: 5px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  transition: .2s;
}
.other_btn_box .other_btn:nth-of-type(n+5) {
  margin-top: 20px;
}
.other_btn_box .other_btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 15px;
  -webkit-transform: rotate(45deg) translate(-35%, -40%);
  transform: rotate(45deg) translate(-35%, -40%);
}
.other_btn_box .other_btn a:hover {
  opacity: .6;
}
/*タブ*/
.tab_menu {
  display: flex;
  position: relative;
  justify-content: space-between;
  height: 40px;
  background: #e5f2fd;
  margin: 10px auto;
}
.tab_menu>li{
  font-size: 1.8rem;
  font-weight: bold;
  color: #3770a6;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
}
.tab_menu>li {
  width: calc(100% / 4);
}
.tab_menu>li.active,.tab_menu>li:hover {
  color: #fff;
  background-color: #6099ce;
}
.tab_area{
  display: none!important;
}
.tab_area.show{
  display: block!important;
}
/*バナー*/
.banner .textitem {
  position: relative;
  padding: 0 0 0 15px;
}
.banner .textitem::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 2px solid #084680;
  border-right: 2px solid #084680;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg) translate(-35%, -40%);
  transform: rotate(45deg) translate(-35%, -40%);
}
/*エリアバナー*/
.bnr_container {
  display: flex;
  flex-wrap: wrap;
}
.bnr_container.area .banner {
  width: calc((1000px - 60px) / 4) !important;
  padding: 0;
  margin: 0 20px 20px 0;
  background: #fff;
}
.bnr_container.area .banner:nth-of-type(4n) {
  margin-right: 0;
}
.bnr_container.area .listitem a {
  position: relative;
}
.bnr_container.area .listitem a>.textitem {
  position: absolute;
  top: calc(50% - 18px);
}
.bnr_container.area .listitem a>.textitem>.titleitem {
  background: none;
  font-size: 2.4rem;
  text-align: center;
  filter: drop-shadow(1px 1px 3px #000);
}
.bnr_container.area .titleitem::before {
  width: 10px;
  height: 10px;
  right: 26%;
}
/*テーマバナー*/
.bnr_container.theme .banner {
  width: calc((1000px - 40px) / 3) !important;
  padding: 0;
  margin: 0 20px 20px 0;
}
.bnr_container.theme .banner:nth-of-type(3n) {
  margin-right: 0;
}
.bnr_container .imageitem,
.bnr_container .textitem {
  width: 100%;
  padding: 0;
}
.bnr_container .textitem::before,
.bnr_container .textitem::after {
  content: none;
}
.bnr_container .listitem a {
  flex-direction: column;
  background: none;
}
.bnr_container .titleitem {
  background: #387ab8;
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  padding: 7px 10px;
  margin: 0;
}
.bnr_container .titleitem::before {
  content: "";
  margin: 0;
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.bnr_container .leaditem {
  padding: 5px 0 0;
  font-size: 1.3rem;
}
/*記事*/
.article_container {
  display: flex;
}
.article_container .banner {
  width: calc((1000px - 60px) / 4)!important;
  padding: 0;
  margin: 0 20px 0 0;
}
.article_container .banner:last-of-type {
  margin-right: 0;
}
.article_container .banner .bnr_box>li {
  display: block;
  border: 1px solid #bed9f1;
  padding: 10px;
}
.article_container .banner .bnr_box>li .clm_list_img, .article_container .banner .bnr_box>li .clm_lst_tag {
  display: block;
  width: 100%;
}
.bnr_box .clm_list_area[style*="none"]+.clm_list_title {
  margin: 5px auto;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  height: 65px;
}
.article_container .bnr_box .clm_list_txtarea,.article_container .bnr_box .clm_list_txt {
  display: none;
}
.article_container .bnr_box .clm_list_bnr {
  padding: 0;
}
.article_container .bnr_box .clm_list_bnr a {
  margin: 0 auto;
  padding: 5px;
  border: 2px solid #387ab8;
  border-radius: 10px;
  color: #084680 !important;
  font-weight: bold;
  transition: .2s;
}
.article_container .bnr_box .clm_list_bnr a:after {
  border-top: 2px solid #387ab8;
  border-right: 2px solid #387ab8;
}
.article_container .bnr_box .clm_list_bnr a:hover {
  background: #c4e1f9;
}
/*スポットページ*/
.other_btn_box.spot .other_btn a::after {
  transform: rotate(135deg);
  top: 30%;
}
.spot_box {
  border: 1px solid #bed9f1;
  padding: 10px;
  display: flex;
}
.spot_box.img_left>.thumbnailImage {
  margin-right: 20px;
}
.spot_box.img_right>.thumbnailImage {
  margin-left: 20px!important;
}
.spot_box .info_box {
  background: #fffde3;
  border: none;
  width: 100%;
  padding: 5px 10px;
  margin: 10px auto 0;
}
.spot_box .swichi_thumb {
  width: 70%;
}
.spot_box .area_titlebox>.title_name {
  font-size: 2.0rem;
}
.spot_box .info_box>p:first-of-type {
  font-size: 1.5rem;
  font-weight: bold;
  color: #084680;
  border-bottom: 1px dashed #084680;
  margin: 0 auto 5px;
}
.spot_box .info_box>dl {
  display: flex;
  border-bottom: 1px dashed #ccc;
  padding: 0 0 2px;
  margin: 0 auto 2px;
}
.spot_box .info_box>dl>dt {
  width: 18%;
}
.spot_box .info_box>dl>dd {
  width: 82%;
}
.spot_box .btn01_rt {
  width: 100%;
  margin: 10px auto 0;
}
.spot_box>.ace-section>.cmn_contents {
  margin: 0 auto;
}

/*-----PC-----*/
@media screen and (min-width: 768px) {
  /*カルーセル*/
  .wrap_slide .swiper {
    padding: 0 0 40px;
  }
  .wrap_slide .swiper .swiper-wrapper .swiper-slide {
    width: 320px;
  }
  /*前へ/後ろへボタン*/
  .wrap_slide .swiper-button-prev.swiper-button-disabled,
  .wrap_slide .swiper-button-next.swiper-button-disabled {
    opacity: .35;
  }
  .wrap_slide.coupon_container .swiper-button-prev,.wrap_slide.coupon_container .swiper-button-next {
    z-index: 2;
  }
  /*カルーセルなし 非表示*/
  .wrap_slide.no_swipe .swiper-button-prev,
  .wrap_slide.no_swipe .swiper-button-next,
  .wrap_slide.no_swipe .swiper-pagination {
    display: none !important;
  }
  /*スポットページ*/
  .spot_box.img_right {
    flex-direction: row-reverse;
  }
}

/*-----SP-----*/
@media screen and (max-width: 767px) {
  /*背景*/
  .bg_01::before {
    top: -20px;
    left: 10px;
  }
  .bg_02::before {
    top: -30px;
    right: 20px;
  }
  .bg_03::before {
    top: -40px;
    left: 30px;
  }
  .bg_04::before {
    right: 20px;
  }
  .bg_05::before {
    left: 20px;
  }
  /*ナビ*/
  .nav_winter {
    flex-wrap: wrap;
    border: 0.5px solid #bed9f1;
    margin: 0 auto;
  }
  .nav_winter li {
    border: 0.5px solid #bed9f1!important;
    width: calc(100% / 2);
  }
  .nav_winter li::before {
    right: 10px;
  }
  .nav_winter li a {
    font-size: 1.4rem;
    padding: 30px 0 0;
    height: 60px;
  }
  .nav_winter li a::before {
    height: 28px;
  }
  .nav_winter li:nth-child(1) a::before {
    background: url(/content/dam/jretravel/site/page/seasonal/winter/images/2025/icon_winter2025_01.png) no-repeat center 0/28px 28px;
  }
  .nav_winter li:nth-child(2) a::before {
    background: url(/content/dam/jretravel/site/page/seasonal/winter/images/2025/icon_winter2025_02.png) no-repeat center 0/28px 28px;
  }
  .nav_winter li:nth-child(3) a::before {
    background: url(/content/dam/jretravel/site/page/seasonal/winter/images/2025/icon_winter2025_03.png) no-repeat center 0/28px 28px;
  }
  .nav_winter li:nth-child(4) a::before {
    background: url(/content/dam/jretravel/site/page/seasonal/winter/images/2025/icon_winter2025_04.png) no-repeat center 0/28px 28px;
  }
  /*テキスト*/
  .read_text {
    text-align: left;
  }
  /*タイトル*/
  .feature .section h2 {
    font-size: 2.2rem;
  }
  .feature .section h3 {
    width: 94%;
  }
  /*ボタン*/
  .other_btn_box .other_btn {
    width: 46%;
    margin: 10px auto !important;
  }
  .other_btn_box .other_btn a {
    width: 100%;
  }
  .btn01_rt {
    background: none;
  }
  .btn01_rt::after {
    display: none;
  }
  /*タブ*/
  .tab_menu{
    margin: 10px;
  }
  .tab_menu>li{
    font-size: 1.6rem;
  }
  /*エリアバナー*/
  .bnr_container {
    flex-wrap: wrap;
    margin: 0 10px;
  }
  .bnr_container.area .banner {
    width: 46% !important;
    margin: 10px auto !important;
  }
  .bnr_container .tyo_destination_banner .titleitem {
    font-size: 1.5rem;
    padding: 5px 8px;
  }
  .bnr_container .tyo_destination_banner .textitem {
    padding: 0;
  }
  .bnr_container .tyo_destination_banner .imageitem img {
    height: 100px;
  }
  .bnr_container.area .listitem a>.textitem>.titleitem {
    font-size: 2rem;
  }
  .bnr_container.area .titleitem::before {
    right: 23%;
  }
  /*テーマバナー*/
  .bnr_container.theme .banner {
    width: 46% !important;
    margin: 0 auto 10px !important;
  }
  .bnr_container.theme .titleitem {
    font-size: 1.3rem;
    padding: 5px 10px 5px 5px;
  }
  .bnr_container .titleitem::before {
    right: 6px;
  }
  /*カルーセル*/
  .wrap_slide .cmn_contents {
    width: 100%;
  }
  .wrap_slide .swiper-button-prev {
    top: 22%;
    left: 0;
    z-index: 3;
  }
  .wrap_slide .swiper-button-next {
    top: 19%;
    right: 0;
    z-index: 3;
  }
  /*記事*/
  .article_container {
    flex-direction: column;
  }
  .article_container .banner {
    width: 100% !important;
  }
  .article_container .banner .bnr_box>li {
    display: flex;
    justify-content: space-between;
  }
  .article_container .bnr_box_1>li .clm_list_img {
    width: 48% !important;
  }
  .article_container .banner .bnr_box>li .clm_lst_tag {
    width: 50%;
  }
  .bnr_box .clm_list_area[style*="none"]+.clm_list_title {
    height: auto;
    margin: 0 auto 5px;
  }
  /*スポットページ*/
  .spot_box {
    flex-direction: column;
    width: 94%;
  }
  .swichi_box {
    width: 100%;
  }
  .spot_box.img_left>.thumbnailImage {
    margin: auto;
  }
  .spot_box.img_right>.thumbnailImage {
    margin: auto !important;
  }
  .spot_box .info_box>dl>dt {
    width: 25%;
  }
  .spot_box .info_box>dl>dd {
    width: 75%;
  }
  .spot_box .btn01_rt.yellow a {
    padding: 5px 10px;
  }
  .area_titlebox {
    width: 100%;
  }
  .swichi_mv:not([title=""]):after {
    font-size: 1.1rem;
    padding: 5px 0 5px 10px;
    margin-top: -29px;
  }
}