@charset "utf-8";
/* CSS Document */

/*クリック無効対策*/
.nav_tyowinter,.btn_box,.btn01_rt,.banner {
  position: relative;
  z-index: 2;
}
/*Xで消せる固定ナビ*/
.fixed-nav {
  position: fixed;
  bottom: 70px;
  right: 10px;
  transition: opacity .25s ease, transform .25s ease;
  z-index: 4;
}
.fixed-nav>a {
  display: inline-block;
  background: #9f1010;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 18px 0;
  transition: .2s;
}
.fixed-nav>a:hover {
  text-decoration: none;
  opacity: .6;
}
.fixed-nav>a>.text_yellow {
  color: #fff68c;
}
.fixed-nav>a>.text_yellow:first-of-type {
  font-size: 2.2rem;
}
.fixed-nav.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}
.fixed-nav>.close-btn {
  position: absolute;
  background: #fff;
  border: 1px solid #666;
  font-size: 2.0rem;
  font-weight: bold;
  width: 28px;
  line-height: 1.3;
  border-radius: 50%;
  top: -8px;
  right: 0;
  cursor: pointer;
  z-index: 4;
}
/*ナビ*/
.nav_tyowinter ul {
  display: flex;
  justify-content: center;
}
.nav_tyowinter ul li {
  width: 25%;
  text-align: center;
  border-left: 1px solid #c6e3f3;
  height: 60px;
}
.nav_tyowinter ul li:last-of-type {
  border-right: 1px solid #c6e3f3;
}
.nav_tyowinter ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.nav_tyowinter ul li a:hover {
  text-decoration: none;
}
.nav_tyowinter ul li a span {
  display: inline-block;
  font-size: 1.6rem;
  color: #023e70;
  font-weight: bold;
  padding: 35px 0 0;
}
.nav_tyowinter ul li a span>span {
  font-size: 2rem;
  line-height: 1;
  padding: 0;
}
.nav_tyowinter ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 34px;
  top: 0;
  left: calc(50% - 17px);
  transition: .2s;
}
.nav_tyowinter ul li a[href*="solo"]::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/winter_2025/icon_tyowinter2025_01.png) no-repeat 0 0 / 34px 34px;
}
.nav_tyowinter ul li a[href*="couple"]::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/winter_2025/icon_tyowinter2025_02.png) no-repeat 0 0 / 34px 34px;
}
.nav_tyowinter ul li a[href*="student"]::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/winter_2025/icon_tyowinter2025_03.png) no-repeat 0 0 / 34px 34px;
}
.nav_tyowinter ul li a[href*="goodvalue"]::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/winter_2025/icon_tyowinter2025_04.png) no-repeat 0 0 / 34px 34px;
}
.nav_tyowinter ul li a:hover::before {
  top: -5px;
}
.nav_tyowinter ul li a::after {
  content: "";
  border-top: 2px solid #115b98;
  border-right: 2px solid #115b98;
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/*クーポン*/
.coupon_box {
  margin: 10px auto;
  padding: 20px;
  background: #eef8fd;
  border-radius: 10px;
}
.coupon_box h2 {
  font-size: 2.0rem;
  color: #023e70;
  text-align: center;
}
.coupon_box h2>p {
  font-size: 1.6rem;
  margin: 0 auto 5px;
}
.coupon_box .coupon_price {
  font-size: 3.2rem;
  font-weight: bold;
  color: #d50000;
  text-align: center;
  display: table;
  margin: 10px auto 0;
}
.coupon_box .coupon_price .text_small {
  font-size: 2.0rem;
}
.icon_max {
  position: relative;
}
.icon_max::before {
  content: "最大";
  display: inline-block;
  position: absolute;
  color: #023e70;
  font-size: 1.5rem;
  background: #b2dbf3;
  padding: 2px 10px;
  border-radius: 15px;
  top: 0;
  left: -55px;
}
.icon_max::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-right: 10px solid #b2dbf3;
  border-top: 0 solid transparent;
  border-bottom: 10px solid transparent;
  top: 27px;
  left: -28px;
}
.coupon_box dl {
  display: flex;
  border-bottom: 1px dashed #023e70;
  padding: 0 0 5px;
  margin: 5px auto;
  align-items: flex-end;
}
.coupon_box dl>dt {
  width: 29%;
}
.coupon_box dl>dd {
  width: 71%;
}
.coupon_box .btn01_rt {
  margin: 10px auto 0;
  background: none;
  width: 100%;
}
.coupon_box .btn01_rt a {
  background: #0c67b2;
  padding: 10px 40px 10px 20px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 1.6rem;
}
.coupon_box .btn01_rt a::after {
  right: 4%;
}
.coupon_box .btn01_rt a:hover {
  opacity: 1;
  text-decoration: none;
  background: #fff;
  color: #0c67b2;
  border: 1px solid;
}
.coupon_box .btn01_rt a:hover::after {
  border-color: #0c67b2;
}
/*タイトル*/
.tyowinter .feature .section h2 {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  color: #023e70;
  border-bottom: 2px solid;
  margin: -100px auto 10px;
  padding: 160px 0 5px;
  position: relative;
}
#solo h2 {
  border-color: #3ca7f2;
}
#couple h2 {
  border-color: #ed3a4b;
}
#student h2 {
  border-color: #f4721c;
}
#goodvalue h2 {
  border-color: #57c441;
}
.tyowinter .feature .section h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 44px;
  height: 44px;
  top: 115px;
  left: calc(50% - 22px);
}
.tyowinter .feature #solo.section h2::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/winter_2025/icon_tyowinter2025_01.png) no-repeat 0 0 / 44px 44px;
}
.tyowinter .feature #couple.section h2::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/winter_2025/icon_tyowinter2025_02.png) no-repeat 0 0 / 44px 44px;
}
.tyowinter .feature #student.section h2::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/winter_2025/icon_tyowinter2025_03.png) no-repeat 0 0 / 44px 44px;
}
.tyowinter .feature #goodvalue.section h2::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/winter_2025/icon_tyowinter2025_04.png) no-repeat 0 0 / 44px 44px;
}
.tyowinter .feature .section h2>p.fs1_6 {
  text-align: center;
}
.tyowinter .feature .section h2>p>span {
  font-size: 3rem;
  line-height: 1;
}
.tyowinter .feature .section h3 {
  display: table;
  font-size: 2.0rem;
  color: #023e70;
  background: none;
  border: none;
  padding: 0 0 10px;
  margin: 20px auto 15px;
  position: relative;
}
.tyowinter .feature .section h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #f4721c;
  width: 100px;
  height: 4px;
  border-radius: 2px;
  bottom: -5px;
  left: calc(50% - 50px);
}
.tyowinter .feature .section h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/page/shutoken/images/winter_2025/img_tyowinter2025_01.png) no-repeat 0 0 / 28px 21px;
  width: 28px;
  height: 21px;
  top: -12px;
  right: -25px;
}
.area_container .feature .section h4 {
  font-size: 1.8rem;
  color: #023e70;
  border: none;
  padding: 0;
  margin: 20px auto 5px;
  text-align: center;
}
/*商品*/
.no_station .conditions {
  display: none;
}
.tyowinter .hotel li {
  background: #fff;
  border-radius: 8px;
  padding: 0;
  border: 1px solid #c6e3f3;
}
.tyowinter .hotel li .img_box>img {
  border-radius: 7px 7px 0 0;
}
.tyowinter .base_prod .hotel li>a .details_box>.area {
  background: none;
  color: #222;
  padding: 0 0 0 15px;
  letter-spacing: -0.05rem;
  position: relative;
}
.tyowinter .base_prod .hotel li>a .details_box>.area::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #68b2de;
  width: 10px;
  height: 10px;
  border-radius: 5px 5px 5px 0;
  top: 3px;
  left: 0;
  transform: rotate(-45deg);
}
.tyowinter .base_prod .hotel li>a .details_box>.area::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  top: 6px;
  left: 3px;
}
.tyowinter .details_box {
  padding: 0 10px 10px;
}
.tyowinter .area_box .jretravel-image .fade img {
  aspect-ratio: 307 / 190;
}
/*商品ボタン*/
.tyowinter .productButton .btn_box {
  margin: 0 auto;
}
.tyowinter .productButton .btn_box>a {
  background: #0c67b2;
  color: #fff;
  border: none;
  width: 280px;
  margin: 0 auto;
  border-radius: 22px;
}
.tyowinter .productButton .btn_box>a>.btn_box_r>.arrow-right {
  border-color: #fff;
}
.tyowinter .productButton .btn_box:hover {
  opacity: 1;
}
.tyowinter .productButton .btn_box>a:hover {
  background: #fff;
  color: #0c67b2;
  border: 1px solid;
  padding: 4px 10px 4px 5px;
}
.tyowinter .productButton .btn_box>a:hover>.btn_box_r>.arrow-right {
  border-color: #0c67b2;
}
/*赤*/
.tyowinter .productButton .btn_box.btn_red>a {
  background: #d11628;
}
.tyowinter .productButton .btn_box.btn_red>a:hover {
  background: #fff;
  color: #d11628;
}
.tyowinter .productButton .btn_box.btn_red>a:hover>.btn_box_r>.arrow-right {
  border-color: #d11628;
}
/*オレンジ*/
.tyowinter .productButton .btn_box.btn_orange>a {
  background: #df5c05;
}
.tyowinter .productButton .btn_box.btn_orange>a:hover {
  background: #fff;
  color: #df5c05;
}
.tyowinter .productButton .btn_box.btn_orange>a:hover>.btn_box_r>.arrow-right {
  border-color: #df5c05;
}
/*学生旅行*/
.bg_student {
  position: relative;
}
.bg_student::before,.bg_student::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/page/shutoken/images/winter_2025/img_tyowinter2025_02.png) no-repeat 0 0 / 264px 460px;
  width: 264px;
  height: 460px;
  filter: drop-shadow(2px 6px 2px #eee);
  z-index: -1;
}
.bg_student::before {
  top: 20px;
  left: 10px;
}
.bg_student::after {
  top: 500px;
  right: 10px;
  transform: scale(1, -1);
  filter: drop-shadow(2px -6px 2px #eee);
}
.tyowinter .area_container .area_box {
  background: #fff;
  border-radius: 8px;
  padding: 0 0 20px;
  border: 1px solid #c6e3f3;
}
.tyowinter .area_container .area_box>.image img {
  border-radius: 7px 7px 0 0;
}
.tyowinter .area_box .feature .section h5 {
  color: #e25d05;
  border-left: none;
  border-bottom: 1px dashed #e25d05;
  padding: 0 0 5px;
  margin: 10px 10px 0;
}
.tyowinter .area_box .hotel li {
  border: none;
  border-radius: 0;
  padding: 10px;
}
.tyowinter .area_box .hotel li .img_box>img {
  border-radius: 0;
}
.tyowinter .area_box .details_box {
  padding: 0;
}
.tyowinter .area_box .productButton .btn_box>a {
  width: 94%;
}
.tyowinter .area_box .productButton .btn_box>a>.btn_box_l>.btn_inner>.btn_ttl {
  font-size: 1.4rem;
}
/*タブ*/
.tyowinter .tab_menu {
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 10px;
  margin: 10px auto;
}
.tyowinter .tab_menu>li {
  width: calc(100% / 2);
  text-align: center;
  font-size: 2rem;
  color: #023e70;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  background: #f0f7fb;
  border-radius: 8px;
}
.tyowinter .tab_menu>li.active, .tab_menu>li:hover {
  background-color: #b2dbf3;
}
.tyowinter .tab_area {
  display: none;
}
.tyowinter .tab_area.show {
  display: block;
}
/*カルーセル*/
.tyowinter .wrap_slide {
  position: relative;
  display: flex;
  margin: 0 auto;
}
.tyowinter .wrap_slide .swiper,.wrap_slide.coupon_container .swiper {
	overflow: hidden;
	position: relative;
	padding: 0 0 30px;
}
.tyowinter .wrap_slide .swiper .swiper-pagination {
  bottom: 0;
}
.tyowinter .wrap_slide .cmn_contents {
  margin: auto;
}
.tyowinter .base_prod {
  margin-bottom: 0;
}
/*バナー*/
.banner .train_icon .textitem {
  position: relative;
  padding: 0 0 0 80px;
  text-align: left;
}
.banner .train_icon .textitem::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/page/feature/goodvalue/images/goodvalue_ic34.png) no-repeat 0 0 / 75px auto;
  width: 75px;
  height: 20px;
  top: 2px;
  left: 0;
}
.banner .train_icon.bnr_w480 .textitem {
  padding: 0 0 0 70px;
}
.banner .train_icon.bnr_w480 .textitem::before {
  left: -10px;
}
/*-----PC-----*/
@media screen and (min-width: 768px) {
  /*カルーセルなし 非表示*/
  .no_swipe .swiper-button-prev,
  .no_swipe .swiper-button-next,
  .no_swipe .swiper-pagination {
    display: none !important;
  }
  /*商品*/
  .tyowinter .area_box .fade {
    width: 318px !important;
    height: 196px!important;
  }
  /*商品ボタン*/
  .tyowinter .btn_container {
    display: flex;
    justify-content: center;
  }
  .tyowinter .btn_container>.productButton {
    width: 30% !important;
  }
  /*バナー*/
  .tyo_otherarea_banner .textitem {
    width: 460px;
    margin: .5rem auto 0;
  }
  /*クーポン*/
  .coupon_container .swiper-wrapper {
    justify-content: center;
  }
  .coupon_container .swiper-slide {
    margin: 0 10px !important;
    width: 470px !important;
  }
  .coupon_container.pc_clm3 .swiper-slide {
    width: calc((1000px - 40px) / 3) !important;
  }
  .pc_clm3 .coupon_box {
    padding: 20px 8px;
  }
  .pc_clm3 .coupon_box .btn01_rt a {
    padding: 0 25px 0 15px;
    display: inline-block;
    width: 100%;
    line-height: 2.4;
    height: 39px;
  }
  .pc_clm3 .coupon_box dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .pc_clm3 .coupon_box dl>dt, .pc_clm3 .coupon_box dl>dd {
    width: 100%;
  }
}
/*-----SP-----*/
@media screen and (max-width: 767px) {
  /*ナビ*/
  .nav_tyowinter ul {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .nav_tyowinter ul li {
    width: 50%;
    border: 1px solid #c6e3f3;
  }
  .nav_tyowinter ul li a::before {
    width: 26px;
    height: 26px;
    left: calc(50% - 13px);
    top: 6px;
  }
  .nav_tyowinter ul li a[href*="solo"]::before {
    background: url(/content/dam/jretravel/site/page/shutoken/images/winter_2025/icon_tyowinter2025_01.png) no-repeat 0 0 / 26px 26px;
  }
  .nav_tyowinter ul li a[href*="couple"]::before {
    background: url(/content/dam/jretravel/site/page/shutoken/images/winter_2025/icon_tyowinter2025_02.png) no-repeat 0 0 / 26px 26px;
  }
  .nav_tyowinter ul li a[href*="student"]::before {
    background: url(/content/dam/jretravel/site/page/shutoken/images/winter_2025/icon_tyowinter2025_03.png) no-repeat 0 0 / 26px 26px;
  }
  .nav_tyowinter ul li a[href*="goodvalue"]::before {
    background: url(/content/dam/jretravel/site/page/shutoken/images/winter_2025/icon_tyowinter2025_04.png) no-repeat 0 0 / 26px 26px;
  }
  .nav_tyowinter ul li a:hover::before {
    top: 0;
  }
  .nav_tyowinter ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav_tyowinter ul li a::after {
    right: 10px;
  }
  .nav_tyowinter ul li a span {
    padding: 30px 0 0;
    font-size: 1.5rem;
  }
  .nav_tyowinter ul li a span>span {
    font-size: 1.8rem;
  }
  .nav_tyowinter.clm3 ul li:last-of-type {
    width: 100%;
  }
  /*クーポン*/
  .wrap_slide.coupon_container {
    position: relative;
    margin: 0 auto;
  }
  .coupon_box {
    width: 94%;
    margin: 0 auto;
  }
  .coupon_box h2 {
    font-size: 1.8rem;
  }
  .coupon_box h2>p {
    font-size: 1.5rem;
  }
  .coupon_box dl {
    flex-direction: column;
  }
  .coupon_box dl>dt, .coupon_box dl>dd {
    width: 100%;
  }
  .coupon_box .btn01_rt a {
    padding: 8px 20px 8px 5px;
    font-size: 1.4rem;
  }
  .coupon_box .btn01_rt::after {
    right: 4%;
  }
  .coupon_box .btn01_rt:has(a:hover)::after {
    border-color: #0c67b2!important;
  }
  .wrap_slide.coupon_container .swiper-button-prev, .wrap_slide.coupon_container .swiper-button-next {
    content: "";
    position: absolute;
    display: block !important;
    top: 30%;
    left: 0;
    width: 40px;
    height: 40px;
    background: #0c67b2;
    border-radius: 20px;
    z-index: 3;
  }
  .wrap_slide.coupon_container .swiper-button-prev {
    transform: rotate(180deg);
  }
  .wrap_slide.coupon_container .swiper-button-next {
    right: 0;
    left: auto;
    top: 26%;
  }
  .wrap_slide.coupon_container .swiper-button-prev::before, .wrap_slide.coupon_container .swiper-button-next::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    left: 10px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #f9f5f1;
    border-right: 2px solid #f9f5f1;
    transform: rotate(45deg);
  }
  .wrap_slide.coupon_container .swiper-button-prev.swiper-button-disabled,
  .wrap_slide.coupon_container .swiper-button-next.swiper-button-disabled
  {
    opacity: .35;
  }
  .wrap_slide.coupon_container .swiper-pagination-bullets {
    bottom: 10px;
  }
  /*カルーセル*/
  .tyowinter .swiper-pagination-bullet,.wrap_slide.coupon_container .swiper-pagination-bullet {
    background: #0c67b2;
  }
  .tyowinter .wrap_slide {
    padding: 0 10px;
  }
  /*商品ボタン*/
  .tyowinter .productButton .btn_box {
    margin: 10px auto 0;
  }
  .tyowinter .productButton .btn_box>a {
    width: 94%;
  }
  /*学生旅行*/
  .bg_student::before, .bg_student::after {
    background: url(/content/dam/jretravel/site/page/shutoken/images/winter_2025/img_tyowinter2025_02.png) no-repeat 0 0 / 132px 230px;
    width: 132px;
    height: 230px;
  }
  .bg_student::before {
    top: -5px;
    left: 5px;
  }
  .bg_student::after {
    top: 620px;
  }
  /*タブ*/
  .tyowinter .tab_menu {
    margin: 10px 10px 0;
  }
  /*バナー*/
  .banner .train_icon .textitem::before {
    background: url(/content/dam/jretravel/site/page/feature/goodvalue/images/goodvalue_ic34.png) no-repeat 0 0 / 65px auto;
    width: 65px;
    height: 18px;
    top: 0;
    left: 0;
  }
  .banner .train_icon .textitem {
    padding: 0 0 0 70px;
  }
  .banner .train_icon.bnr_w480 .textitem::before {
    left: 0;
  }
}