@charset "UTF-8";
.sp {
  display: none !important;
}

#widewrapper {
  width: 100%;
  position: relative;
  clear: both;
  font-family:'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
}

.ss-container {
  margin: 64px 0 0;
  border-radius: 0 !important;
}

#contentsArea {
  background: #fff;
}

a:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

.mainTtl {
  color: #333;
  text-align: center;
  font-size: 30px;
  position: relative;
  width: fit-content;
  margin: 0 auto 24px;
  font-family: 'Yu Mincho', 'Shippori Mincho', serif;
  padding: 0;
}

.mainTtl::after {
  content: "";
  display: block;
  width: 60%;
  /* 跟文字一样宽 */
  height: 2px;
  background: #333;
  margin: 16px auto;
}

.kv {
  position: relative;
  height: 400px;
}

.kv h1 {
    font-family: 'Noto Serif JP', serif;
    font-size: 68px;
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 100px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 15.36px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.50);
}

.kv h1 span {
    display: block;
    margin: 44px auto 0;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.40);
    font-size: 20px;
    font-family: 'Yu Gothic', 'Meiryo',sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.8px;
}

.kv h1 span b {
    font-size: 32px;
    font-weight: normal;
}

.kv p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
    display: table;
    margin: 42px auto 0;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.60);
    padding: 14px 24px;
    color: #FFF;
    font-family: 'Yu Gothic', 'Meiryo',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1.6px;
}

.kv p b {
    font-size: 24px;
    font-weight: normal;
}

.kv p small {
    font-size: 20px;
}

/**
 * ----------------------------------------
 * animation focus-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

.focus-in-expand {
  -webkit-animation: focus-in-expand 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-expand 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* .couponOneClick .coupon__time,.couponOneClick .coupon__time .coupon__time__start span,.couponOneClick .coupon__amount,.couponOneClick .coupon__condition{ color: #fff;}
.couponOneClick .coupon__condition::after{background: url(https://img.travel.rakuten.co.jp/special/special-offers/images/modal_svg.svg);} */
/* coupon */
#couponBox {
  margin-top: 0;
  background: #41BE6B;
  padding: 32px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
  width: 100%;
  box-sizing: border-box;
}

#couponBox .title {
  width: 25%;
  max-width: 300px;
  min-width: 200px;
  color: #fff;
  font-size: 36px;
}

#couponBox .title h2 {
  line-height: 1.5;
}

#couponBox .title h2 span {
  font-size: 40px;
  line-height: 0;
}

#couponBox .title p {
  font-size: 20px;
  margin: 16px 0;
}

#couponBox .coupon__box {
  margin: 0;
  align-self: flex-start;
}

#couponBox .coupon__box__holder {
  width: auto;
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
  column-gap: 16px;
  min-height: auto;
}

#couponBox .couponOneClick {
  max-width: 312px;
  min-width: 200px;
}

#couponBox .coupon__title {
  background: transparent;
  padding: 8px 0;
  border-bottom: 1px solid #fff;
  min-height: auto;
  justify-content: flex-start;
  line-height: 1;
  margin-bottom: 16px;
  font-weight: 700;
}

#couponBox .couponOneClick .coupon__time span, #couponBox .couponOneClick .coupon__amount, #couponBox .couponOneClick .coupon__condition, #couponBox .coupon__time__start {
  color: #fff;
}

#couponBox .couponOneClick .coupon__condition::after {
  background: url(https://img.travel.rakuten.co.jp/special/special-offers/images/modal_svg.svg);
}

@media (min-width: 770px) and (max-width: 1000px) {
  #couponBox,.jdsTabNav,#Searchbox .searchWide {
    zoom: 0.7;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  #couponBox {
    column-gap: 24px;
    zoom: 0.8;
  }
  .jdsTabNav,#Searchbox .searchWide {
    zoom: 0.8;
  }
  #couponBox .title h2 {
    font-size: 30px;
  }

}

@media (min-width: 1200px) and (max-width: 1400px) {
  #couponBox {
    column-gap: 24px;
    zoom: 0.9;
  }
  #couponBox .title h2 {
    font-size: 30px;
  }
}

.coupon__filter__guide {
  margin: 0;
  justify-content: flex-start;
}

.coupon__filter__guide::after {
  background-image: url(https://img.travel.rakuten.co.jp/special/special-offers/images/modal_svg.svg);
}

.coupon__filter__guide a {
  padding: 4px 8px;
  color: #333;
  background: #FFF;
  font-weight: 400;
}

.couponlink {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
}

.couponlink a {
  display: block;
  padding: 12px 50px 12px 24px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  position: relative;
}

.couponlink a::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 25%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}

#coupon {
  background: #F5F5F5;
  padding: 64px 0;
  margin-top: 0;
}

#coupon .ttl {
  font-family: 'Noto Serif JP', serif;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

/* search */
#Searchbox {
  padding: 64px 0;
  background: #FFF8EF;
  margin: 0;
}

#Searchbox .ttl {
  margin-top: 40px;
  font-family: 'Noto Serif JP', serif;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 24px */
}

#Searchbox .searchWide {
  background: #fff;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 16px 32px 32px;
  box-sizing: border-box;
  overflow: hidden;
}

#Searchbox .searchWide #search-box {
  border: none;
}

#search-box.verB.test .dhAll.dh {
  margin-top: 64px;
}

#search-box p.searchSubmit a {
  background: #D04A00 !important;
}

/* plan */
.triggerArea {
  display: none;
}

.jdsTab {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}

.jdsTabNav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.jdsTabNav li {
  width: initial;
  font-family: 'Noto Serif JP', serif;
  color: #41BE6B;
  padding: 8px 16px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.72px;
  cursor: pointer;
  border: 1px solid #41BE6B;
  display: flex;
  align-items: center;
}

.jdsTabNav li.active {
  background: #41BE6B;
  color: #fff;
}

.jdsTabNav li:hover {
  opacity: .6;
}

.jdsTabMain {
  background: #fff;
  margin: 40px auto 0;
}

.ttl2 {
  font-family: 'Noto Serif JP', serif;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.ss-hotelbox {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}

.ss-hotel {
  width: calc((100% - 64px) / 3);
  max-width: 396px;
  border-radius: 4px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 0;
  margin: 0;
}

.ss-hotel .hotel-img {
  width: 100%;
  margin: 0;
}

.ss-hotel .hotel-img a {
  display: block;
  height: 220px;
  position: relative;
}

.ss-hotel .hotel-img a::after {
  display: block;
  width: 100%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 72%, transparent 100%);
}

.ss-hotel .htnbox {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 48px;
  width: calc(100% - 32px);
  margin: 0 16px;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

.ss-hotel .hotelName {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  /* 18px */
  letter-spacing: 0.72px;
}

.ss-hotel .area {
  margin: 8px 0 0;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
  letter-spacing: 0.56px;
}

.ss-hotel .rvw-score {
  position: relative;
  z-index: 1;
  /* margin: -35px auto 0;*/
  display: flex;
  justify-content: center;
}

.ss-hotel .stars {
  font-size: 14px;
  letter-spacing: 3px;
  margin-right: 7.5px;
  width: 88px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.ss-hotel .stars .review-base {
  padding-left: 1.5px;
  color: #f3f3f3;
  width: 100%;
  box-sizing: border-box;
}

.ss-hotel .stars .review-rst {
  padding-left: 1.5px;
  color: #ffba00;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
}

.ss-hotel .review-score {
  color: #fff;
  display: inline-block;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
  letter-spacing: 0.56px;
}

.ss-hotel .hotelPlan {
  /* margin: 18px 0 0;*/
  padding: 12px 8px 12px;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  /* 16px */
  letter-spacing: 0.64px;
  display: none;
}

.ss-hotel .hotel-price {
  text-align: center;
  margin: 3px 0 0;
  padding: 16px 8px;
  color: #333;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 12px */
}

.ss-hotel .hotel-price b {
  font-size: 18px;
  font-weight: 400;
}

.ss-hotel .planBox {
  display: block;
  overflow: hidden;
}

.ss-hotel .planBtns {
  width: 80%;
  margin: 0 auto;
}

.ss-hotel .planBtns a {
  display: block;
  border-radius: 4px;
  border: 1px solid #41BE6B;
  background: #F2FDF6;
  color: #41BE6B;
  text-align: center;
  padding: 8px;
  margin-bottom: 16px;
}

.ss-hotel .coupon_icon {
  display: none;
  position: absolute;
  background: linear-gradient(to right, #caa201, #ae8c06);
  color: #fff;
  font-size: 13px;
  top: 12px;
  left: 12px;
  font-style: normal;
  padding: 4px 8px;
  border-radius: 3px;
  font-weight: bold;
}

.posi {
  width: 100%;
  left: 0;
  top: 185px;
  position: absolute;
}

.atn {
  max-width: 1280px;
  width: 95%;
  margin: 16px auto 64px;
  font-size: 12px;
  line-height: 1.6;
}

.navi {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 997;
  display: none;
}

.navi.jdsShowFix a {
  width: 80px;
  display: block;
  margin-bottom: 16px;
}

.navi.jdsShowFix a:last-child {
  margin-bottom: 0;
}

#search-box #domestic-search-container .searchCategory li img {
  display: block;
  margin: 0 auto;
}

#search-box.verB input[type="checkbox"] + label.carLabel:hover {
  border-radius: 0;
}

#search-box #domestic-search-container .searchCategory li.on {
  background-color: #41BE6B;
}

#search-box .searchNavi li.on:after {
  border-top: 7px solid #41BE6B;
}

#search-box.verB input[type="checkbox"]:checked+label,#search-box.verB .searchUndate input[type="checkbox"]:checked + label {
  background: url(https://img.travel.rakuten.co.jp/special/sales/template/summersale/images/checkbox-on.png) left center no-repeat;
  background-size: 16px 16px;
}

#search-box.verB.test .explain {
  top: -30px;
}


.othersHtls {
  display: block;
  width: 500px;
  margin: 0 auto 40px;
  padding: 12px 24px;
  border-radius: 4px;
  background: #41BE6B;
  color: #fff!important;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  position: relative;
}

.othersHtls::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background: url(../images/hotel.svg) no-repeat center / 100% 100%;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.othersHtls::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/right.svg) no-repeat center / 100% 100%;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.othersHtls:hover {
  opacity: 0.8;
  color:#fff;
}