@charset "utf-8";
/* CSS Document */

/*背景色*/
.bg_color.harutabi {
  background: #faf8f2;
  padding: 0 0 30px;
}
/*ナビ*/
.navi_harutabi {
  display: flex;
  margin: 0 auto 20px!important;
  position: relative;
  z-index: 1;
}
.navi_harutabi li {
  font-size: 1.6rem;
  height: 85px;
  border-left: 2px dotted #94abbf !important;
}
.navi_harutabi li:last-of-type {
  border-right: 2px dotted #94abbf !important;
}
.navi_harutabi li:hover {
  opacity: 1;
}
.navi_harutabi li a {
  display: inline-block;
  color: #375875;
  height: 100%;
  position: relative;
}
.navi_harutabi li a:hover {
  color: #375875;
}
.navi_harutabi li a::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 44px;
  height: 44px;
  top: 0;
  left: calc(50% - 22px);
  transition: .1s;
}
.navi_harutabi li a[href*="who"]::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/navic_who.png) no-repeat 0 0 / 44px 44px;
}
.navi_harutabi li a[href*="who"]:hover::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/navic_who_on.png) no-repeat 0 0 / 44px 44px;
}
.navi_harutabi li a[href*="girls"]::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/navic_couple.png) no-repeat 0 0 / 44px 44px;
}
.navi_harutabi li a[href*="girls"]:hover::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/navic_couple_on.png) no-repeat 0 0 / 44px 44px;
}
.navi_harutabi li a[href*="family"]::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/navic_family.png) no-repeat 0 0 / 44px 44px;
}
.navi_harutabi li a[href*="family"]:hover::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/navic_family_on.png) no-repeat 0 0 / 44px 44px;
}
.navi_harutabi li a[href*="goodvalue"]::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/navic_otoku_2.png) no-repeat 0 0 / 44px 44px;
}
.navi_harutabi li a[href*="goodvalue"]:hover::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/navic_otoku_2_on.png) no-repeat 0 0 / 44px 44px;
}
.navi_harutabi li a span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 50px 0 0;
}
/*タイトル*/
.harutabi .feature .section h2 {
  font-size: 2.4rem;
  color: #375875;
  text-align: center;
  margin-top: -100px;
  padding-top: 160px;
  position: relative;
}
.harutabi .feature .section h2::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  top: 105px;
  left: calc(50% - 30px);
}
.harutabi .feature .section#who h2::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/navic_who_on.png) no-repeat 0 0 / 60px 60px;
}
.harutabi .feature .section#girls h2::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/navic_couple_on.png) no-repeat 0 0 / 60px 60px;
}
.harutabi .feature .section#family h2::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/navic_family_on.png) no-repeat 0 0 / 60px 60px;
}
.harutabi .feature .section#goodvalue h2::before {
  background: url(/content/dam/jretravel/site/page/shutoken/images/navic_otoku_2_on.png) no-repeat 0 0 / 60px 60px;
}
/*カラム*/
.border_box {
  border: 1px solid #375875;
  background: #fff;
  border-radius: 8px;
}
.clm_left {
  margin: 0 10px 0 0;
}
.clm_center {
  margin: 0 5px 0;
}
.clm_right {
  margin: 0 0 0 10px;
}
.border_box .top .section h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #18354e;
  width: 100%;
  height: 40px;
  margin: 0 auto 15px;
  padding: 10px 0;
  border-radius: 7px 7px 0 0;
}
.border_box.clm_left .top .section h3 {
  background: #e1f1f5;
}
.border_box.clm_center .top .section h3 {
  background: #fae7e6;
}
.border_box.clm_right .top .section h3 {
  background: #f7f5cd;
}
.wrap_slide.family_area {
  width: 70%;
  margin: 0 auto;
}
.wrap_slide.family_area .box_content {
  width: 100%;
  height: 100%;
  padding: 20px 20px 0;
  display: flex;
  flex-direction: column;
}
.wrap_slide.family_area .box_content>div {
  display: flex !important;
  flex-direction: column;
  flex: 1 auto;
}
.wrap_slide.family_area .box_content>div>section {
  width: 100%;
  height: auto;
  flex-grow: 1;
}
/*.wrap_slide.family_area .box_content .text {
  margin: -5px auto 0;
}*/
/*商品*/
.border_box .box_content {
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 275px;
  height: 100%;
}
.harutabi .base_prod .hotel li>a .details_box>.area {
  background: none;
  color: #222;
  font-weight: bold;
  padding: 0 0 0 18px;
  position: relative;
}
.harutabi .base_prod .hotel li>a .details_box>.area::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #2f6595;
  width: 10px;
  height: 10px;
  border-radius: 5px 5px 5px 0;
  transform: rotate(-45deg);
  top: 3px;
  left: 3px;
}
.harutabi .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: 6px;
}
.box_content>.base_prod>div>.hotel>.swiper-slide {
  /*height: 295px;*/
}
.border_container>li {
  border: 1px solid #375875 !important;
  background: #fff;
  border-radius: 8px;
  margin-right: 10px!important;
}
.station_none .details_box>.conditions {
  display: none;
}
/*カルーセル*/
.wrap_slide {
  position: relative;
  display: flex;
  margin: 15px auto 0;
}
.wrap_slide.station_none {
  height: 300px;
}
.wrap_slide .swiper {
	overflow: hidden;
	position: relative;
	padding: 0 0 30px;
}
.wrap_slide .swiper .swiper-pagination {
  bottom: 0;
}
.wrap_slide .cmn_contents {
  margin: auto;
}
.base_prod {
  margin-bottom: 0;
}
.clm_3 .base_prod.clm1 li, .base_prod.side_box.clm1 li {
  padding: 10px 10px 0;
}
.clm_3 .cm_btn .base_prod.clm1 li, .cm_btn .base_prod.side_box.clm1 li {
  padding: 0 10px;
}
/*商品コンポーネントのページネーション*/
.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 {
  content: "";
  position: absolute;
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 23.5%;
  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 #375875;
  border-right: 2px solid #375875;
  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: 28%;
  left: 10px;
  transform: rotate(180deg);
}
.wrap_slide>.swiper-button-next {
  right: 10px;
}
.wrap_slide.family_area>.swiper-button-prev {
  top: 33%;
  left: -2%;
}
.wrap_slide.family_area>.swiper-button-next {
  top: 28.5%;
  right: -2%;
}
.swiper-button-next.swiper-button-disabled {
  pointer-events: none;
}
/*ボタン*/
.harutabi .productButton .btn_box {
  margin: 20px;
  position: relative;
  z-index: 1;
}
.harutabi .productButton .btn_box>a {
  background: #2f6595;
  border: none;
  color: #fff;
  border-radius: 8px;
}
.harutabi .productButton .btn_box>a>.btn_box_r>.arrow-right {
  border-color: #fff;
}
.harutabi .family_area .productButton .btn_box {
  margin: 20px 0;
}
/*テキストリンク*/
.tx_link {
  text-align: right;
  margin: 20px auto;
  position: relative;
  z-index: 1;
}
.tx_link a {
  color: #222;
  border-bottom: 1px solid #222;
  padding: 5px 30px 5px 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.tx_link a:hover {
  opacity: 0.6;
}
.tx_link a::before {
  content: '';
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 30%;
  right: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/*タブ*/
.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: #375875;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  border: 1px solid #375875;
  background: #fff;
  border-radius: 8px;
  transition: .2s;
}
.tab_menu>li.active, .tab_menu>li:hover {
  background-color: #edf7d0;
}
.tab_area {
  display: none;
}
.tab_area.show {
  display: block;
}
/*バナー*/
.center_box.col1 {
  width: 460px;
  text-align: left;
}
/*-----PC-----*/
@media screen and (min-width: 768px) {
  /*カルーセルなし 非表示*/
  .no_swipe .swiper-button-prev,
  .no_swipe .swiper-button-next,
  .no_swipe .swiper-pagination {
    display: none !important;
  }
}
/*-----SP-----*/
@media screen and (max-width: 767px) {
  /*ナビ*/
  .navi_harutabi {
    flex-wrap: wrap;
  }
  .navi_harutabi li {
    font-size: 1.5rem;
    height: 70px;
    border: none !important;
  }
  .navi_harutabi li:last-of-type {
    border-right: none !important;
  }
  .navi_harutabi li:nth-of-type(2n-1) {
    border-right: 2px dotted #94abbf !important;
  }
  .navi_harutabi li:nth-of-type(n+3) {
    border-top: 2px dotted #94abbf !important;
  }
  .naviArea3 .navi_harutabi li:nth-child(even), .naviArea3 .navi_harutabi li:nth-last-child(1), .naviArea3 .navi_harutabi li:nth-last-child(2) {
    height: 70px;
  }
  .navi_harutabi li a::before {
    width: 34px;
    height: 34px;
    left: calc(50% - 17px);
  }
  .navi_harutabi li a[href*="who"]::before {
    background: url(/content/dam/jretravel/site/page/shutoken/images/navic_who.png) no-repeat 0 0 / 34px 34px;
  }
  .navi_harutabi li a[href*="who"]:hover::before {
    background: url(/content/dam/jretravel/site/page/shutoken/images/navic_who_on.png) no-repeat 0 0 / 34px 34px;
  }
  .navi_harutabi li a[href*="girls"]::before {
    background: url(/content/dam/jretravel/site/page/shutoken/images/navic_couple.png) no-repeat 0 0 / 34px 34px;
  }
  .navi_harutabi li a[href*="girls"]:hover::before {
    background: url(/content/dam/jretravel/site/page/shutoken/images/navic_couple_on.png) no-repeat 0 0 / 34px 34px;
  }
  .navi_harutabi li a[href*="family"]::before {
    background: url(/content/dam/jretravel/site/page/shutoken/images/navic_family.png) no-repeat 0 0 / 34px 34px;
  }
  .navi_harutabi li a[href*="family"]:hover::before {
    background: url(/content/dam/jretravel/site/page/shutoken/images/navic_family_on.png) no-repeat 0 0 / 34px 34px;
  }
  .navi_harutabi li a[href*="goodvalue"]::before {
    background: url(/content/dam/jretravel/site/page/shutoken/images/navic_otoku_2.png) no-repeat 0 0 / 34px 34px;
  }
  .navi_harutabi li a[href*="goodvalue"]:hover::before {
    background: url(/content/dam/jretravel/site/page/shutoken/images/navic_otoku_2_on.png) no-repeat 0 0 / 34px 34px;
  }
  .navi_harutabi li a span {
    flex-wrap: wrap;
    padding: 30px 0 0;
    line-height: 1;
  }
  /*タイトル*/
  .harutabi .feature .section h2 {
    font-size: 2rem;
  }
  /*カラム*/
  .clm_left, .clm_center, .clm_right {
    margin: 0 10px 30px;
  }
  .harutabi .border_box .top .section {
    margin: 0;
  }
  .wrap_slide.family_area {
    width: 85%;
  }
  .wrap_slide.family_area .box_content .text {
    margin: -10px auto 0;
  }
  .wrap_slide.family_area .box_content .text>.cmp-text {
    width: 100%;
  }
  .wrap_slide.family_area .jretravel-image>.fade {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 650 / 433;
  }
  /*商品*/
  .border_box .box_content {
    width: 87%;
  }
  .box_content>.base_prod>div>.hotel>.swiper-slide {
    height: 100%;
  }
  .harutabi .base_prod .hotel li {
    padding: 10px;
  }
  .border_container>li {
    width: 85vw !important;
    margin-right: 10px !important;
  }
  /*カルーセル*/
  .swiper-container {
    padding: 0 10px;
  }
  .wrap_slide.station_none {
    height: auto;
  }
  /*矢印*/
  .wrap_slide>.swiper-button-prev, .wrap_slide>.swiper-button-next {
    display: block !important;
  }
  .wrap_slide>.swiper-button-prev {
    top: 30%;
  }
  .wrap_slide>.swiper-button-next {
    top: 25.5%;
  }
  .wrap_slide.family_area>.swiper-button-prev {
    left: -5%;
  }
  .wrap_slide.family_area>.swiper-button-next {
    right: -5%;
  }
  /*ボタン*/
  .productButton .btn_box>a>.btn_box_l>.btn_inner>.btn_ttl {
    font-size: 1.4rem;
  }
  /*テキストリンク*/
  .tx_link {
    margin: 20px 10px;
  }
  /*タブ*/
  .tab_menu {
    margin: 10px;
  }
  /*バナー*/
  .center_box.col1 {
    width: auto;
  }
}