@charset "utf-8";
/* CSS Document */

/*背景色*/
.bg_blue {
  background: #f6ffff;
}
/*ナビ*/
.nav_tyosummer {
  display: flex;
  margin: 0 auto 20px!important;
  position: relative;
  z-index: 1;
}
.nav_tyosummer li {
  font-size: 1.6rem;
  height: 85px;
  border-left: 2px solid #eee !important;
}
.nav_tyosummer li:last-of-type {
  border-right: 2px solid #eee !important;
}
.nav_tyosummer li:hover {
  opacity: 1;
}
.nav_tyosummer li a {
  display: inline-block;
  color: #222;
  height: 100%;
  position: relative;
  transition: .2s;
}
.nav_tyosummer li a:hover {
  color: #009ed9;
}
.nav_tyosummer li a::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  top: 0;
  left: calc(50% - 20px);
  transition: .1s;
}
.nav_tyosummer li a[href*="summer"]::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/summer_2025/nav_period.png) no-repeat 0 0 / 40px 40px;
}
.nav_tyosummer li a[href*="summer"]:hover::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/summer_2025/nav_period_on.png) no-repeat 0 0 / 40px 40px;
}
.nav_tyosummer li a[href*="goodvalue"]::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/summer_2025/nav_price30.png) no-repeat 0 0 / 40px 40px;
}
.nav_tyosummer li a[href*="goodvalue"]:hover::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/summer_2025/nav_price30_on.png) no-repeat 0 0 / 40px 40px;
}
.nav_tyosummer li a[href*="suggest"]::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/summer_2025/nav_area.png) no-repeat 0 0 / 40px 40px;
}
.nav_tyosummer li a[href*="suggest"]:hover::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/summer_2025/nav_area_on.png) no-repeat 0 0 / 40px 40px;
}
.nav_tyosummer li a[href*="view_tabi"]::before {
  background: url(/content/dam/jretravel/site/common/images/logo/logo_view_tabi02.svg) no-repeat 0 0 / 67px 20px;
  width: 67px;
  height: 20px;
  top: 15px;
  left: calc(50% - 33px);
}
.nav_tyosummer li a[href*="view_tabi"]:hover::before {
  opacity: .6;
  top: 16px;
}
.nav_tyosummer li a>span {
  width: 100%;
  height: 100%;
  padding: 50px 0 0;
}
.nav_tyosummer li a>span span {
  padding: 0;
  display: inline-block;
}
.naviArea3 li .nav_price {
  font-size: 1.8rem;
  line-height: 1;
}
/*クーポン*/
.coupon_box {
  width: 700px;
  margin: 0 auto 20px;
  padding: 20px 30px 0;
  border: 1px solid #009ed9;
  border-radius: 8px;
}
.coupon_box h2 {
  font-size: 2.4rem;
  color: #0083c7;
  display: table;
  margin: 0 auto 20px;
}
.coupon_box h2 .coupon_ttl_marker {
  display: table;
  padding: 0 10px;
  background: linear-gradient(transparent 70%, #fff950 70%);
}
.coupon_box h2 .coupon_ttl_area {
  font-size: 2rem;
  padding: 0 10px 0 25px;
  position: relative;
}
.coupon_box h2 .coupon_ttl_area::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #009ed9;
  width: 14px;
  height: 14px;
  top: 4px;
  left: 5px;
  border-radius: 7px 7px 7px 0;
  transform: rotate(-45deg);
}
.coupon_box h2 .coupon_ttl_area::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 9px;
  border-radius: 3px;
}
.coupon_box h2 .coupon_ttl_hotel {
  font-size: 2rem;
  margin: 5px auto;
}
.coupon_box dl {
  display: flex;
  border-bottom: 1px dashed #ccc;
  margin: 0 auto 5px;
  padding: 0 0 5px;
}
.coupon_box dl>dt {
  width: 25%;
}
.coupon_box dl>dd {
  width: 75%;
}
.coupon_box .btn01_rt {
  position: relative;
  z-index: 2;
}
.coupon_box .btn01_rt a {
  background: #009ed9;
  font-size: 1.6rem;
  font-weight: bold;
  transition: .2s;
}
.coupon_box .btn01_rt a:hover {
  text-decoration: none;
}
/*クーポンカルーセル*/
.wrap_slide.clm1 {
  position: relative;
  display: flex;
  margin: 0 auto;
}
.wrap_slide.clm1 .swiper {
  overflow: hidden;
  position: relative;
  padding: 0 0 30px;
}
.wrap_slide.clm1 .swiper .swiper-pagination {
  bottom: 25px;
}
.wrap_slide.clm1>.swiper-button-prev, .wrap_slide.clm1>.swiper-button-next {
  display: block !important;
}
.wrap_slide.clm1>.swiper-button-prev, .wrap_slide.clm1>.swiper-button-next {
  content: "";
  position: absolute;
  display: inline-block;
  background: #fff;
  border: 1px solid #009ed9;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 43%;
  z-index: 2;
}
.wrap_slide.clm1>.swiper-button-prev::before, .wrap_slide.clm1>.swiper-button-next::before {
  content: "";
  position: absolute;
  display: block;
  top: 33%;
  left: 25%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #009ed9;
  border-right: 2px solid #009ed9;
  transform: rotate(45deg);
  z-index: 1;
}
.wrap_slide.clm1>.swiper-button-prev.swiper-button-disabled::before, .wrap_slide.clm1>.swiper-button-next.swiper-button-disabled::before
{
  opacity: .35;
}
.wrap_slide.clm1>.swiper-button-prev {
  top: 47%;
  left: 10%;
  transform: rotate(180deg);
}
.wrap_slide.clm1>.swiper-button-next {
  right: 10%;
}
/*バナー*/
.banner {
  position: relative;
  z-index: 2;
}
.tyo_otherarea_banner .textitem {
  text-align: left;
}
.banner .train_icon .textitem {
  position: relative;
  padding: 0 0 0 70px;
}
.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: -10px;
}
/*タイトル*/
/*h2*/
.top .section.tyosummer h2 {
  font-size: 2.8rem;
  color: #0083c7;
  display: table;
  margin: -100px auto 0;
  padding: 180px 0 0;
  position: relative;
  z-index: 0;
}
.text_h2>p, .text_h2>ul {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 5px auto 20px;
}
.top .section.tyosummer h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 130px;
  left: calc(50% - 25px);
}
.top #summer.section h2::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/summer_2025/nav_period.png) no-repeat 0 0 / 50px 50px;
}
.top #goodvalue.section h2::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/summer_2025/nav_price30.png) no-repeat 0 0 / 50px 50px;
}
.top #suggest.section h2::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/summer_2025/nav_area.png) no-repeat 0 0 / 50px 50px;
}
.top #view_tabi.section.tyosummer h2 {
  padding: 150px 0 0;
}
.top #view_tabi.section.tyosummer h2::before {
  display: none;
}
.top #view_tabi.section.tyosummer h2>img {
  width: 120px;
  height: auto;
  margin: 0 auto 10px;
}
.top .section.tyosummer h2 .tx_color {
  color: #f08800;
  font-size: 3.8rem;
  line-height: 1;
}
.top .section.tyosummer h2 .tx_small {
  font-size: 1.8rem;
}
/*h3*/
.top .section.tyosummer h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0083c7;
  background: none;
  border-radius: 0;
  margin: -100px auto 0;
  padding: 150px 0 0;
}
.top .section.tyosummer h3>span {
  display: inline-block;
  font-size: 1.2rem;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 3px solid #009ed9;
  padding: 2px 5px 3px;
  margin: 0 10px 0 0;
}
.top .section.tyosummer h3>span>span {
  font-size: 2rem;
}
.text_h3>p {
  text-align: center;
  margin: 10px auto;
  padding: 0 0 10px;
  position: relative;
}
.text_h3>p::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #009ed9;
  width: 160px;
  height: 2px;
  bottom: 0;
  left: calc(50% - 80px);
}
.text_h3>p::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #5ef2ff;
  width: 30px;
  height: 2px;
  bottom: 0;
  left: calc(50% - 80px);
}
/*期間ナビ*/
.sub_nav ul {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
}
.sub_nav ul>li {
  font-size: 1.8rem;
  background: #fff;
  border: 1px solid #009ed9;
  border-radius: 8px;
  width: 320px;
  text-align: center;
  transition: .2s;
}
.sub_nav ul>li:hover {
  background: #fffcaf;
}
.sub_nav ul>li>a {
  color: #0083c7;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
}
.sub_nav ul>li>a:hover {
  text-decoration: none;
}
/*商品*/
.summer_clm3 .hotel>li {
  background: #fff;
  border: 1px solid #009ed9;
  border-radius: 8px;
  height: 300px;
}
.summer_clm3 .hotel>li .conditions,
.area_box .hotel>li .conditions {
  display: none;
}
.summer_clm3 .base_prod .hotel li>a .details_box>.area,
.area_box .base_prod .hotel li>a .details_box>.area {
  background: none;
  color: #222;
  font-size: 1.3rem;
  padding: 0 0 0 20px;
  position: relative;
}
.summer_clm3 .base_prod .hotel li>a .details_box>.area::before,
.area_box .base_prod .hotel li>a .details_box>.area::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #009ed9;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px;
  border-radius: 6px 6px 6px 0;
  transform: rotate(-45deg);
}
.summer_clm3 .base_prod .hotel li>a .details_box>.area::after,
.area_box .base_prod .hotel li>a .details_box>.area::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  width: 4px;
  height: 4px;
  top: 6px;
  left: 6px;
  border-radius: 2px;
}
.summer_clm3 .base_prod .hotel li>a .img_box>.ribbon {
  background: #fff950;
  color: #0083c7;
  font-size: 1.5rem;
  padding: 3px 10px;
  top: -15px;
  left: -15px;
  z-index: 1;
}
.tab_area .swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  border: 1px solid #009ed9;
  border-radius: 8px;
  margin-right: 10px;
  z-index: 2;
}
/*商品ボタン*/
.productButton .btn_box.btn_blue >a {
  border: none;
  background: #009ed9;
  color: #fff;
}
.productButton .btn_box.btn_blue >a>.btn_box_r>.arrow-right {
  border-color: #fff;
}
.productButton .btn_box.btn_blue {
  margin: 0 10px 10px;
  position: relative;
  z-index: 2;
}
/*タブ*/
.tab_menu {
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 10px;
  margin: 10px auto;
}
.tab_menu>li {
  width: calc(100% / 2);
  text-align: center;
  font-size: 2rem;
  color: #0083c7;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  border: 1px solid #009ed9;
  border-radius: 8px;
  transition: .2s;
}
.tab_menu>li.active, .tab_menu>li:hover {
  background-color: #d3f8ff;
}
.tab_area {
  display: none;
}
.tab_area.show {
  display: block;
}
/*おすすめのエリア*/
.area_box {
  background: #fff;
  border: 1px solid #009ed9;
  border-radius: 8px;
  padding: 10px;
}
.area_box {
  background: #fff;
  border: 1px solid #009ed9;
  border-radius: 8px;
  padding: 10px;
  margin: 0 auto 10px;
}
.area_box h3 {
  font-size: 1.8rem;
  margin: 5px auto 10px;
}
.area_box .base_prod.clm1 li, .base_prod.side_box.clm1 li {
  padding: 10px 0;
  height: 135px;
}
.area_box>.text>.cmp-text>p {
  border-bottom: 1px dashed #009ed9;
  padding: 0 0 10px;
  margin: 0 auto 5px;
  height: 107px;
}
.area_box .productButton .btn_box.btn_blue {
  margin: 0 0 10px;
}
/*びゅうたび*/
.viewtabi_box {
  width: 80%;
  margin: 10px auto 30px;
}
.viewtabi_box>.image,
.viewtabi_box>.freehtml:first-of-type {
  width: 40% !important;
  margin-right: 2%;
}
.viewtabi_box .image .jretravel-image {
  display: block;
}
.viewtabi_box .image .fade {
  width: 100% !important;
  height: 212px !important;
  overflow: hidden;
}
.viewtabi_box .image .fade img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.viewtabi_box>.freehtml:last-of-type {
  width: 58% !important;
}
.viewtabi_box>.freehtml:last-of-type h3 {
  font-size: 1.6rem;
  margin: 0 auto 10px;
}
.viewtabi_box .btn01_rt {
  width: 100%;
  margin: 10px auto 0;
  text-align: left;
}
.viewtabi_box .btn01_rt a {
  display: block;
  background: #eee;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #222;
  border-radius: 0;
  width: 60%;
  padding: 10px 10px 10px 0;
  text-align: center;
}
.viewtabi_box .btn01_rt a::after {
  border-top: 1px solid #222;
  border-right: 1px solid #222;
}

/*-----PC-----*/
@media screen and (min-width: 768px) {
  /*カルーセルなし 非表示*/
  .no_swipe .swiper-button-prev,
  .no_swipe .swiper-button-next,
  .no_swipe .swiper-pagination {
    display: none !important;
  }
  .no_swipe .base_prod {
    margin-bottom: 0;
  }
  .tyo_otherarea_banner .textitem {
    width: 460px;
    margin: .5rem auto 0;
  }
}

/*-----SP-----*/
@media screen and (max-width: 767px) {
  /*ナビ*/
  .nav_tyosummer li {
    font-size: 1.5rem;
    height: 80px;
    border: none!important;
  }
  .nav_tyosummer .naviArea3 li:nth-child(even), .nav_tyosummer .naviArea3 li:nth-child(3) {
    height: 80px;
  }
  .nav_tyosummer li:nth-of-type(2n+1) {
    border-right: 2px solid #eee !important;
  }
  .nav_tyosummer li:nth-of-type(n+3) {
    border-top: 2px solid #eee !important;
  }
  .nav_tyosummer li a>span {
    padding: 40px 0 0;
  }
  .nav_tyosummer li a::before {
    width: 30px;
    height: 30px;
    top: 5px;
    left: calc(50% - 15px);
  }
  .nav_tyosummer li a[href*="summer"]::before {
    background: url(/content/dam/jretravel/site/page/shutoken/images/summer_2025/nav_period.png) no-repeat 0 0 / 30px 30px;
  }
  .nav_tyosummer li a[href*="summer"]:hover::before {
    background: url(/content/dam/jretravel/site/page/shutoken/images/summer_2025/nav_period_on.png) no-repeat 0 0 / 30px 30px;
  }
  .nav_tyosummer li a[href*="goodvalue"]::before {
    background: url(/content/dam/jretravel/site/page/shutoken/images/summer_2025/nav_price30.png) no-repeat 0 0 / 30px 30px;
  }
  .nav_tyosummer li a[href*="goodvalue"]:hover::before {
    background: url(/content/dam/jretravel/site/page/shutoken/images/summer_2025/nav_price30_on.png) no-repeat 0 0 / 30px 30px;
  }
  .nav_tyosummer li a[href*="suggest"]::before {
    background: url(/content/dam/jretravel/site/page/shutoken/images/summer_2025/nav_area.png) no-repeat 0 0 / 30px 30px;
  }
  .nav_tyosummer li a[href*="suggest"]:hover::before {
    background: url(/content/dam/jretravel/site/page/shutoken/images/summer_2025/nav_area_on.png) no-repeat 0 0 / 30px 30px;
  }
  .nav_tyosummer li a[href*="view_tabi"]::before {
    top: 10px;
  }
  .nav_tyosummer li a[href*="view_tabi"]:hover::before {
    top: 11px;
  }
  .nav_tyosummer .naviArea li span:after, .nav_tyosummer .naviArea3 li span:after {
    display: none;
  }
  /*クーポン*/
  .wrap_slide.clm1 .box_content {
    margin: 0 auto 10px;
  }
  .coupon_box {
    width: auto;
    padding: 20px 20px 0;
  }
  .coupon_box h2 {
    font-size: 1.8rem;
  }
  .coupon_box h2 .coupon_ttl_marker {
    padding: 0;
  }  
  .coupon_box h2 .coupon_ttl_area {
    font-size: 1.6rem;
  }
  .coupon_box h2 .coupon_ttl_area::before {
    top: 2px;
  }
  .coupon_box h2 .coupon_ttl_area::after {
    top: 6px;
  }
  .coupon_box h2 .coupon_ttl_hotel {
    font-size: 1.4rem;
  }
  .wrap_slide.clm1>.swiper-button-prev {
    left: 5px;
  }
  .wrap_slide.clm1>.swiper-button-next {
    right: 5px;
    top: 44%;
  }
  .coupon_box dl {
    flex-direction: column;
    margin: 0 10px 5px;
  }
   .coupon_box dl>dt, .coupon_box dl>dd {
    width: 100%;
  }
  .coupon_box .btn01_rt {
    width: 100%;
  }
  .coupon_box .btn01_rt a {
    padding: 5px 50px 5px 25px;
  }
  /*バナー*/
  .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;
  }
  /*h2*/
  .top .section.tyosummer h2,.top #view_tabi.section.tyosummer h2 {
    font-size: 2.4rem;
    display: block;
    margin: -100px 10px 0;
    padding: 120px 0 0;
  }
  .top .section.tyosummer h2::before {
    top: unset;
    left: unset;
    bottom: -5px;
    right: 0;
  }
  .top .section.tyosummer h2 .tx_color {
    font-size: 3.2rem;
  }
  .top .section.tyosummer h2 .tx_small {
    font-size: 1.4rem;
  }
  .top .section.tyosummer h2 .sptx_small {
    display: block;
    font-size: 1.6rem;
  }
  /*h3*/
  .top .section.tyosummer h3 {
    margin: -120px auto 0;
    padding: 140px 0 0;
  }
  .text_h3>p {
    margin: 0 auto;
  }
  .text_h2>p, .text_h2>ul {
    font-size: 1.5rem;
    text-align: left;
    margin: 0 auto 20px;
  }
    /*期間ナビ*/
  .sub_nav ul {
    margin: 10px 10px 0;
    gap: 5px;
  }
  .sub_nav ul>li {
    font-size: 1.4rem;
    width: 100%;
  }
  .sub_nav ul>li>a {
    padding: 0 0 10px;
    position: relative;
  }
  .sub_nav ul>li>a::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0083c7;
    border-right: 2px solid #0083c7;
    transform: rotate(135deg);
    top: 75%;
    left: calc(50% - 4px);
    margin-top: -6px;
  }
  /*カルーセル*/
  .wrap_slide {
    position: relative;
    display: flex;
    margin: 0 auto;
  }
  .wrap_slide.station_none {
    height: 300px;
  }
  .wrap_slide .swiper {
    overflow: hidden;
    position: relative;
    padding: 0 0 30px;
  }
  .wrap_slide .swiper .swiper-pagination {
    bottom: 25px;
  }
  .wrap_slide>.swiper-button-prev, .wrap_slide>.swiper-button-next {
    display: block !important;
  }
  .wrap_slide>.swiper-button-prev, .wrap_slide>.swiper-button-next {
    content: "";
    position: absolute;
    display: inline-block;
    background: #fff;
    border: 1px solid #009ed9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: 33%;
    z-index: 2;
  }
  .wrap_slide>.swiper-button-prev::before, .wrap_slide>.swiper-button-next::before {
    content: "";
    position: absolute;
    display: block;
    top: 33%;
    left: 25%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #009ed9;
    border-right: 2px solid #009ed9;
    transform: rotate(45deg);
    z-index: 1;
  }
  .wrap_slide>.swiper-button-prev.swiper-button-disabled::before, .wrap_slide>.swiper-button-next.swiper-button-disabled::before
  {
    opacity: .35;
  }
  .wrap_slide>.swiper-button-prev {
    top: 37%;
    left: 5px;
    transform: rotate(180deg);
  }
  .wrap_slide>.swiper-button-next {
    right: 5px;
  }
  .wrap_slide .box_content {
    width: 94%;
  }
  .summer_clm3 .hotel>li {
    padding: 10px;
    height: 100%;
  }
  /*ボタン*/
  .productButton .btn_box.btn_blue>a>.btn_box_l>.btn_inner>.btn_ttl {
    font-size: 1.4rem
  }
  /*タブ*/
  .tab_menu {
    margin: 10px;
  }
  .tab_menu>li {
    font-size: 1.6rem;
  }
  .tab_area_container {
    margin: 0 10px;
  }
  .tab_area .swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    width: 85vw !important;
    margin-right: 10px !important;
  }
  /*おすすめのエリア*/
  .area_box .cmp-text {
    width: 100%;
  }
  .area_container.wrap_slide>.swiper-button-prev, .area_container.wrap_slide>.swiper-button-next {
    top: 20%;
  }
  .area_container.wrap_slide>.swiper-button-next {
    top: 18%;
  }
  .area_box h3 {
    margin: 10px auto;
  }
  .area_box>.text>.cmp-text>p {
    height: auto;
  }
  .area_box .base_prod.clm1 li, .base_prod.side_box.clm1 li {
    height: auto;
    padding: 10px 0 0;
  }
  /*びゅうたび*/
  .viewtabi_box {
    width: auto;
    margin: 10px 10px 20px;
  }
  .viewtabi_box>.image, .viewtabi_box>.freehtml:first-of-type {
    width: 100% !important;
    margin: auto !important;
  }
  .viewtabi_box>.freehtml:last-of-type {
    width: 100% !important;
  }
  .viewtabi_box>.freehtml:last-of-type h3 {
    font-size: 1.7rem;
    margin: 10px auto;
    line-height: 1.4;
  }
  .viewtabi_box>.freehtml:last-of-type>div>div>p:first-of-type {
    font-size: 1.3rem;
  }
  .viewtabi_box .btn01_rt {
    background: none;
    width: 80%;
  }
  .viewtabi_box .btn01_rt a {
    width: 100%;
  }
  .viewtabi_box .btn01_rt::after, .viewtabi_box .btn01_btm::after {
    border-color: #222;
    border-width: 1px;
  }
}
