@charset "utf-8";
/* CSS Document */

/*クリック無効対策*/
.btn01_rt,.btn_box {
  position: relative;
  z-index: 2;
}
/*カルーセルなし 非表示*/
.no_swipe .swiper-button-prev,
.no_swipe .swiper-button-next,
.no_swipe .swiper-pagination {
  display: none !important;
}
.no_swipe .base_prod {
  margin-bottom: 0;
}
/*カルーセル*/
.wrap_slide {
  position: relative;
  display: flex;
  margin: 0 auto;
}
.wrap_slide .swiper {
  overflow: hidden;
  position: relative;
  padding: 0 0 30px;
}
.wrap_slide .swiper .swiper-pagination {
  bottom: 0;
}
.no_swipe .swiper {
  padding: 0;
}
.wrap_slide .swiper-button-prev, .wrap_slide .swiper-button-next {
  content: "";
  position: absolute;
  display: block;
  top: 45%;
  width: 18px;
  height: 18px;
  border-top: 2px solid #233b93;
  border-right: 2px solid #233b93;
  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: -20px;
  transform: rotate(-135deg);
}
.wrap_slide .swiper-button-next {
  right: -20px;
}
.box_content .base_prod .swiper-button-next,
.box_content .base_prod .swiper-button-prev,
.box_content .base_prod .swiper-pagination {
  display: none !important;
}
/*トップテキスト*/
.text_top {
  margin: 20px auto;
}
.text_top>.logo_box {
  width: 120px;
  float: right;
  margin: -10px auto 0 10px;
}
.text_link {
  text-align: right;
  margin: 10px auto;
}
.text_link>a {
  font-weight: bold;
  color: #222;
  border-bottom: 1px solid #222;
  padding: 0 20px 5px 10px;
  position: relative;
  transition: .2s;
}
.text_link>a:hover {
  opacity: .5;
}
.text_link>a::before {
  content: "";
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 6px);
  right: 2%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*ナビ*/
.nav_saketabi ul {
  display: flex;
  justify-content: space-between;
}
.nav_saketabi ul li {
  background: #5667a3;
  border: 2px solid #b48c20;
  width: calc((1000px - 40px) / 5);
  height: 35px;
  position: relative;
  transition: .2s;
}
.nav_saketabi ul li:hover {
  opacity: .7;
}
.nav_saketabi ul li::before {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  right: 8%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.nav_saketabi ul li a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  filter: drop-shadow(0 0 2px #00000099);
}
.nav_saketabi ul li a .text_small {
  font-size: 1.2rem;
  margin: 0 0 0 3px;
}
/*固定ナビ*/
/*表示に必要*/
.nav_saketabi.fix {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: fixed;
  top: 100px;
  right: 0;
  width: 100px;
  z-index: 1000;
}
.nav_saketabi.fix.show {
  opacity: 1;
  visibility: visible;
  background: #fff;
}
/*スタイル調整*/
.nav_saketabi.fix ul {
  flex-direction: column;
}
.nav_saketabi.fix ul li {
  width: 100px;
  height: 60px;
}
.nav_saketabi.fix ul li:nth-of-type(n+2) {
  border-top: none;
}
.nav_saketabi.fix ul li::before {
  display: none;
}
.nav_saketabi.fix ul li a {
  font-size: 1.6rem;
  padding: 7px 5px;
}
.nav_saketabi.fix ul li a .text_small {
  display: block;
  margin: auto;
  line-height: 1;
}
/*タイトル*/
.feature .section h2, .feature .section h3 {
  font-size: 2.4rem;
  color: #233b93;
  position: relative;
  display: table;
  margin: 20px auto;
  padding: 0;
  line-height: 1.4;
  background: none;
  border: none;
}
.feature .section h2::before, .feature .section h2::after,
.feature .section h3::before, .feature .section h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/page/lp/sake/images/img_saketabi_02.png) no-repeat;
  width: 140px;
  height: 22px;
  top: calc(50% - 11px);
  left: -150px;
}
.feature .section h2::after,.feature .section h3::after {
  left: unset;
  right: -150px;
  transform: scale(-1, 1);
}
.feature .section h4 {
  font-size: 1.8rem;
  color: #233b93;
  border-bottom: none;
  padding: 0 0 0 10px;
  border-left: 4px solid #967535;
}
/*クーポン*/
.coupon_box {
  width: 70%;
  margin: 0 auto;
  padding: 10px 30px;
  border: 1px solid #967535;
}
.coupon_box .coupon_ttl_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.coupon_box .coupon_ttl_box>div {
  width: 100px;
  margin-right: 10px;
}
.coupon_ttl_box h3 {
  color: #7f6025;
  font-size: 2.0rem;
}
.coupon_box .text_price {
  font-size: 3.2rem;
  font-weight: bold;
  color: #d50000;
  text-align: center;
  line-height: 1;
}
.coupon_box .text_price>.text_small {
  font-size: 2.0rem;
}
.coupon_box .icon_coupon {
  margin: 10px auto;
}
.coupon_box .icon_coupon>p {
  display: inline-block;
  background: #967535;
  color: #fff;
  padding: 0 8px;
  border-radius: 4px;
}
.coupon_box dl {
  display: flex;
  border-bottom: 1px dashed #967535;
  padding: 5px 0;
}
.coupon_box dl dt {
  width: 25%;
}
.coupon_box dl dd {
  width: 75%;
}
.coupon_box .btn01_rt {
  margin: 10px auto 0;
}
.btn01_rt a {
  background: #233b93;
  padding: 10px 60px 10px 30px;
  border-radius: 19px;
  font-size: 1.6rem;
  font-weight: bold;
  transition: .2s;
}
/*背景色*/
.bg_color {
  background: #f9f8f4;
  margin: 30px auto 0;
}
/*エリア別*/
.h2_area_fix {
  position: relative;
  margin: 0 auto 30px;
}
.section.h2_area {
  margin: -120px auto 0;
  padding-top: 120px;
}
.feature .section.h2_area h2 {
  background: url(/content/dam/jretravel/site/page/lp/sake/images/img_saketabi_01.png) no-repeat 0 0 / 208px 68px;
  width: 208px;
  height: 68px;
  margin: 0;
  text-align: center;
  padding: 20px 0 0;
  font-size: 2.4rem;
}
.feature .section.h2_area h2>.text_small {
  font-size: 2.0rem;
}
.feature .section.h2_area h2::before, .feature .section.h2_area h2::after {
  display: none;
}
.feature .section.h3_area h3 {
  margin: 20px auto 0;
}
.box_content {
  border: 1px solid #967535;
  background: #fff;
  padding: 10px;
  margin: 0 auto;
}
.spot>div>section {
  margin: 0 auto;
}
.ttl_area {
  position: relative;
  padding-left: 20px;
}
.ttl_area::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #967535;
  width: 12px;
  height: 12px;
  border-radius: 6px 6px 6px 0;
  transform: rotate(-45deg);
  top: 4px;
  left: 3px;
}
.ttl_area::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  top: 8px;
  left: 7px;
}
.spot h4 {
  margin: 5px auto 15px;
}
/*画像*/
.spot .swichi_mv:not([title=""]):after {
  background: linear-gradient(0deg, #000, transparent);
  padding: 10px 10px 0;
  margin-top: -34px;
}
.spot .swichi_thumb {
  width: 20%;
  gap: 8%;
}
/*テキスト*/
.spot .text_container dl {
  background: #f2efe7;
  margin: 10px auto;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.spot .text_container dl dt {
  width: 15%;
  color: #7f6025;
}
.spot .text_container dl dd {
  width: 85%;
}
/*クーポンあり吹き出し*/
.fukidashi_coupon>a>p {
  display: table;
  position: relative;
}
.fukidashi_coupon>a>p::before {
  content: "クーポンあり";
  display: inline-block;
  position: absolute;
  background: #967535;
  color: #fff;
  font-size: 1.3rem;
  padding: 0 10px;
  border-radius: 12px;
  right: -110px;
  top: -3px;
}
.fukidashi_coupon>a>p::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #967535;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  bottom: -2px;
  right: -40px;
}
/*商品*/
.hotel_container>.title .section>a>p {
  font-weight: bold;
}
.spot .base_prod {
  margin: 0 auto;
}
.base_prod .hotel li {
  border: 1px solid #ccc;
  background: #fff;
}
.spot .base_prod .hotel li>a .details_box>.notes {
  width: 190%;
  margin-left: -91%;
}
/*商品ボタン*/
.spot .productButton .btn_box {
  margin: 10px auto 0;
}
.spot .productButton .btn_box>a, .planbtn_container .productButton .btn_box>a {
  background: #233b93;
  border: none;
  color: #fff;
  border-radius: 22px;
  padding: 3px 10px 3px 3px;
}
.spot .productButton .btn_box>a>.btn_box_l>.btn_inner>.btn_ttl {
  font-size: 1.4rem;
}
.spot .productButton .btn_box>a>.btn_box_r>.arrow-right,.planbtn_container .productButton .btn_box>a>.btn_box_r>.arrow-right {
  border-color: #fff;
}
.planbtn_container .productButton .btn_box {
  margin: 10px;
  transition: .2s;
}
.btn01_rt a::after {
  right: 20px;
}
.productButton .btn_box>a>.btn_box_r {
  width: 14px;
  position: absolute;
  top: calc(50% - 13px);
  right: 15px;
}
/*商品カルーセル*/
.hotel.swiper-wrapper {
  margin-top: 20px;
}
.hotel.swiper-wrapper>li {
  border: 1px solid #967535;
  position: relative;
}
.base_prod .hotel.swiper-wrapper li>a .details_box>.ttl, .base_prod .hotel.swiper-wrapper li>a .details_box>.area {
  position: absolute !important;
  margin-left: 10px;
  color: #fff;
  filter: drop-shadow(0 0 4px #000);
  text-shadow: 0 0 2px #000;
}
.base_prod .hotel.swiper-wrapper li>a .details_box>.ttl {
  bottom: 60%;
  width: 90%;
}
.base_prod .hotel.swiper-wrapper.nkanto_hotel li>a .details_box>.ttl {
  bottom: 62%;
}
.base_prod .hotel.swiper-wrapper li>a .details_box>.area {
  bottom: 57%;
  background: none;
  padding: 0;
}
.base_prod .hotel.swiper-wrapper.nkanto_hotel li>a .details_box>.area {
  bottom: 59%;
}
.base_prod .hotel li>a .details_box>.tag {
  margin: 10px auto -5px;
}
.base_prod .hotel li>a .details_box>.tag>.icon {
  background: #967535;
  color: #fff;
  border: none;
  padding: 0 6px;
  line-height: 1.8;
}
.base_prod .hotel.swiper-wrapper li>a .details_box>p:nth-of-type(7) {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 10px auto;
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  color: #233b93;
}
.swiper-pagination-bullet {
  background: #233b93;
}
/*ボタン*/
.btn01_rt.bg_white, .btn01_rt.bg_gold {
  margin: 10px auto;
}
.btn01_rt.bg_white a {
  background: #fff;
  color: #233b93;
  border: 2px solid;
  padding: 8px 60px 8px 30px;
}
.btn01_rt.bg_white a::after {
  border-color: #233b93;
}
.btn01_rt.bg_white a:hover {
  background: #cbd2eb;
  opacity: 1;
}
/*びゅうたび*/
.feature .section.h2_viewtabi h2 {
  background: url(/content/dam/jretravel/site/common/images/logo/logo_view_tabi02.svg) no-repeat;
  width: 106px;
  height: 32px;
  margin: 20px auto 0;
}
.viewtabi_container {
  display: flex;
  justify-content: space-between;
}
.viewtabi_container>.banner {
  border: 1px solid #967535;
  padding: 8px;
  width: calc((1000px - 30px) / 4) !important;
}
.viewtabi_container>.banner:nth-of-type(n+2) {
  margin-left: 10px !important;
}
.viewtabi_container .top_hotelbrand_banner .listitem li {
  background: none;
}
.viewtabi_container .top_hotelbrand_banner .titleitem {
  text-align: left;
  margin: 0 auto;
}
.viewtabi_container .top_hotelbrand_banner .leaditem {
  padding: 0;
}
.btn01_rt.bg_gold a {
  background: #967535;
  padding: 10px 60px 10px 50px;
}
.viewtabi_container .top_hotelbrand_banner .leaditem {
  padding: 0 10px;
  margin: 10px auto 0;
  text-align: right;
  position: relative;
}
.viewtabi_container .top_hotelbrand_banner .leaditem::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/common/images/outside_icon_ie.svg) no-repeat;
  width: 12px;
  height: 12px;
  top: calc(50% - 5px);
  left: 56%;
}
.viewtabi_container .top_hotelbrand_banner .leaditem::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  top: calc(50% - 4px);
  right: 0;
  transform: rotate(45deg);
}
.btn01_rt.bg_gold a::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/common/images/outside_icon_w_ie.svg) no-repeat;
  width: 12px;
  height: 12px;
  top: calc(50% - 6px);
  left: 9%;
}

/*-----PC-----*/
@media screen and (min-width: 768px) {
  /*PC1カラム*/
  .swiper-slide:has(.box_content.spot.pc_clm1) {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .pc_clm1>.ace-section:has(.pc_clm1_left) {
    width: 50% !important;
  }
  .pc_clm1>.ace-section:has(.pc_clm1_right) {
    width: 48% !important;
    margin: 60px auto 0 2% !important;
  }
  /*PCタイトル*/
  .feature .section.h3_area h3>span {
    margin-left: 10px;
    display: inline-block;
  }
  .text_h3 {
    text-align: center;
  }
}

/*-----SP-----*/
@media screen and (max-width: 767px) {
  /*カルーセル*/
  .wrap_slide {
    width: 94%;
  }
  .wrap_slide .swiper {
    overflow: hidden;
    position: relative;
    padding: 0 0 30px;
  }
  /*トップテキスト*/
  .text_top {
    margin: 10px 10px 0;
    font-size: 1.3rem;
  }
  .text_top>.logo_box {
    width: 100px;
    margin: 0 -10px 0 0;
  }
  .text_link {
    margin: 10px;
  }
  /*ナビ*/
  .nav_saketabi ul {
    flex-wrap: wrap;
  }
  .nav_saketabi ul li {
    width: calc(100% / 3);
    border: 1px solid #b48c20;
  }
  .nav_saketabi ul li:nth-of-type(n+4) {
    width: 50%;
  }
  .nav_saketabi ul li a {
    font-size: 1.5rem;
    line-height: 2.2;
    padding: 0 10px 0 0;
  }
  .nav_saketabi ul li a .text_small {
    font-size: 10px;
  }
  .nav_saketabi ul li::before {
    right: 4px;
  }
  /*固定ナビ*/
  #page_top {
    bottom: 70px;
  }
  .nav_saketabi.fix {
    top: unset;
    bottom: 0;
    left: 0;
    width: 100vw;
  }
  .nav_saketabi.fix ul {
    flex-direction: row;
  }
  .nav_saketabi.fix ul li {
    width: calc(100% / 3);
    height: 35px;
  }
  .nav_saketabi.fix ul li:nth-of-type(n+2) {
    border-top: 1px solid #b48c20;
  }
  .nav_saketabi.fix ul li:nth-of-type(n+4) {
    width: 50vw;
  }
  .nav_saketabi.fix ul li a {
    padding: 0;
  }
  .nav_saketabi.fix ul li a .text_small {
    display: inline;
    margin: 0 0 0 3px;
  }
  /*タイトル*/
  .feature .section h2::before, .feature .section h2::after, .feature .section h3::before, .feature .section h3::after {
    background: url(/content/dam/jretravel/site/page/lp/sake/images/img_saketabi_03.png) no-repeat 0 0 / 66px 23px;
    width: 66px;
    height: 23px;
    left: -76px;
  }
  .feature .section h2::after, .feature .section h3::after {
    left: unset;
    right: -76px;
  }
  .feature .section.h3_area h3 {
    text-align: center;
    font-size: 2.0rem;
  }
  /*クーポン*/
  .coupon_box {
    width: 94%;
    padding: 10px;
  }
  .coupon_ttl_box h3 {
    font-size: 1.5rem;
  }
  .coupon_box .icon_coupon {
    margin: 20px auto 0;
  }
  .coupon_box dl {
    flex-direction: column;
  }
  .coupon_box dl dt, .coupon_box dl dd {
    width: 100%;
  }
  .btn01_rt, .btn01_btm {
    width: 100%;
    background: none;
  }
  .btn01_rt a {
    padding: 5px 30px 5px 15px;
  }
  .btn01_rt::after, .btn01_btm::after {
    right: 6%;
  }
  /*エリア別*/
  .feature .section.h2_area h2 {
    margin: 0 auto;
  }
  .spot .swichi_box {
    width: 100%;
  }
  .cmp-text:has(>.ttl_area) {
    width: 100%;
  }
  .spot .text_container dl {
    flex-direction: column;
  }
  .spot .text_container dl dt, .spot .text_container dl dd {
    width: 100%;
  }
  /*商品カルーセル*/
  .hotel.swiper-wrapper {
    margin: 20px auto;
    width: 94%;
  }
  .hotel.swiper-wrapper>li {
    width: 90% !important;
  }
  .base_prod .hotel li>a .details_box>.tag {
    margin: 10px auto -10px;
  }
  /*商品ボタン*/
  .feature .section h4 {
    margin: 20px 10px 10px;
  }
  .planbtn_container {
    margin: 10px;
  }
  .planbtn_container .productButton .btn_box {
    margin: 0 5px 10px;
  }
  /*ボタン*/
  .btn01_rt.bg_white,.btn01_rt.bg_gold {
    width: 94%;
  }
  .btn01_rt.bg_white::after {
    border-color: #233b93;
  }
  .btn01_rt.bg_white a {
    font-size: 1.4rem;
    padding: 5px 30px 5px 15px;
    letter-spacing: -0.05rem;
  }
  /*びゅうたび*/
  .viewtabi_container {
    width: 94%;
    flex-direction: column;
  }
  .viewtabi_container>.banner {
    width: 100% !important;
  }
  .viewtabi_container>.banner:nth-of-type(n+2) {
    margin-left: 0 !important;
  }
  .viewtabi_container .top_hotelbrand_banner .imageitem {
    margin: 10px 0 10px 10px;
  }
  .viewtabi_container .top_hotelbrand_banner .textitem {
    padding: 10px;
    font-size: 1.5rem;
    position: relative;
  }
  .viewtabi_container .top_hotelbrand_banner .leaditem {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .viewtabi_container .top_hotelbrand_banner .leaditem::before {
    left: -8px;
  }
  .btn01_rt.bg_gold a {
    padding: 5px 30px 5px 20px;
  }
  .btn01_rt.bg_gold a::before {
    left: 8%;
  }
}