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

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

.ss-container {
  margin: 32px 0 0;
  padding: 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: 20px;
  position: relative;
  width: fit-content;
  margin: 0 auto 24px;
  font-family: 'Yu Mincho', 'Shippori Mincho', serif;
  padding: 0;
}

.mainTtl::after {
  content: "";
  display: block;
  width: 120px;
  /* 跟文字一样宽 */
  height: 1px;
  background: #333;
  margin: 8px auto 0;
}

.kv {
  position: relative;
}

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

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

.kv h1 span b {
  font-size: 28px;
}

.kv p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  bottom: 80px;
  display: table;
  text-align: center;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.6);
  padding: 12px 0;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.6px;
}

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

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

.coupon__filter__guide {
  margin: 0;
}

.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);
}

#couponBox {
  width: 100%;
  margin-top: 0;
  background: #41BE6B;
  padding: 40px 16px 16px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
  box-sizing: border-box;
}

#couponBox .title {
  width: 100%;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

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

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

#couponBox .coupon__box {
  margin: 0;
}

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

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

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

#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);
}

/**
 * ----------------------------------------
 * 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;
}

/* coupon */
#getAllCoupon {
  margin: 0;
  padding: 16px;
  background: #213153;
}

#getAllCoupon .txt {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 140%;
  /* 50.4px */
  letter-spacing: 1.2px;
  position: relative;
}

#getAllCoupon .txt::after {
  display: block;
  content: "";
  width: 200px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 85px;
  transform: translateX(-50%);
}

#getAllCoupon .txt span {
  display: block;
  text-align: center;
  margin-top: 36px;
  font-size: 16px;
  line-height: 140%;
  /* 28px */
  letter-spacing: 1.6px;
}

#getAllCoupon .txt2 {
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 12px;
}

.cpn-all-click {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px auto;
}

.cpn-all-click-btns {
  background: #bf0000;
  color: #fff;
  display: block;
  padding: 16px 0;
  font-size: 16px;
  border: none;
  border-radius: 100rem;
  width: 80%;
  max-width: 276px;
  line-height: 1;
  font-family: inherit;
  position: relative;
}

.cpn-all-click-btns::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.cpn-all-click-btns:hover {
  opacity: .8;
  cursor: pointer;
}

.cpn-all-click-btns.acquired, .cpn-all-click-btns.finished, .cpn-all-click-btns.expired {
  background: #666;
  color: #fff;
  cursor: not-allowed;
}

.couponOneClick {
  margin-top: 24px;
}

/* .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);} */
.couponlink {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
}

.couponlink a {
  display: block;
  padding: 8px 40px 8px 16px;
  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: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
}

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

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

.coupon__box__holder {
  padding: 0 30px;
}

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

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

#Searchbox #search-box {
  margin: 0 16px 16px;
  border-radius: 0;
  border: none;
  background: none;
}

#search-box .inputDate {
  background-color: #fff;
}

#search-box.verB.test #searchSwitchArea1 {
  background-color: transparent;
  padding: 0!important;
  padding-bottom: 24px;
  margin-top: 0px;
}

#search-box.verB.test #searchSwitchArea1 p.searchSubmit {
  padding: 0;
}

#search-box.verB.test #searchSwitchArea2 {
  background-color: transparent;
  padding: 0!important;
  padding-bottom: 24px;
}
#search-box.verB #dh-search-form .searchSubmit a, #search-box.verB #dap-search-form .searchSubmit a {
  margin-top: 0;
  background: #D04A00;
  border: none;
}

#search-box.verB .searchUndate input[type="checkbox"]:checked + label#searchUndateLB {
  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 #dap-search-form #searchExplainForAirPackage {
  top: -33px;
}


#search-box .squeeze li {
  height: auto;
  line-height: auto;
}

#search-box .carLabel {
  float: none;
}

#search-box.verB.test .dhAll.dh {
  margin-bottom: 16px;
}

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


/* plan */
.jdsTab {
  margin: 0 16px;
}

#specialPlan .jdsTabNav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jdsTabNav li {
  font-family: 'Yu Gothic','Noto Serif JP', serif;
  color: #41BE6B;
  width: calc((100% - 16px) / 3);
  box-sizing: border-box;
  border: 1px solid #41BE6B;
  padding: 8px 2px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.72px;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jdsTabNav li.active {
  background: #41BE6B;
  color: #fff;
  font-weight: 700;
}

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

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

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

.ss-hotelbox {
  margin: 24px 0 0;
  display: flex;
  overflow: visible;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.ss-hotel {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.ss-hotel .columnB {
  display: flex;
  align-items: baseline;
  margin: 0 0 8px;
  justify-content: space-between;
}

.ss-hotel .hotel-img {
  display: block;
  width: calc(100% + 20px);
  margin: -10px -10px 8px !important;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.ss-hotel .hotel-img a {
  display: block;
  height: 190px;
}

.ss-hotel .hotel-img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.45);
  font-weight: bold;
}

.ss-hotel .hotelName {
  position: relative;
  z-index: 1;
  margin: 130px 8px 0;
  text-align: center;
}

.ss-hotel .hotelName a {
  color: #FFF;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  letter-spacing: 0.72px;
}

.ss-hotel .area {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.56px;
}

.ss-hotel .rvw-score {
  display: flex;
  justify-content: center;
  min-width: 135px;
}

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

.ss-hotel .stars .review-base {
  padding-left: 1.5px;
  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 {
  display: inline-block;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  vertical-align: -3px;
  line-height: 100%;
  /* 14px */
  letter-spacing: 0.56px;
}

.ss-hotel .hotelPlan {
  margin: 0 0 5px;
  color: #333;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  line-height: 1.6;
  display: none;
}

.ss-hotel .hotel-price {
  text-align: center;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 4px 0;
}

.ss-hotel .hotel-price b {
  font-size: 16px;
}

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

.ss-hotel .planBox {
  margin-bottom: 16px;
}

.ss-hotel .planBtns {
  width: 90%;
  margin: 0 auto 8px;
  font-size: 14px;
}

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

.atn {
  margin: 0 16px 16px;
  font-size: 12px;
  line-height: 1.6;
}

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

.navi a {
  display: block;
  width: 60px;
  margin-bottom: 8px;
}

.navi a:last-of-type {
  margin-bottom: 0;
}

/* SP Breadcrumbs */
#grpLocationArea {
  display: block !important;
  font-size: 75% !important;
  line-height: 38px;
  background: #fff;
  position: relative;
}

#grpLocationArea p {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-left: calc(9.4em + 8px);
  padding-left: calc(9.1em + 8px);
  /* IE, Edge ,Firefox スクロールバー非表示 */
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#grpLocationArea p::-webkit-scrollbar {
  /* Chrome, Safari スクロールバー非表示 */
  display: none;
}

#grpLocationArea a:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
  background: #fff;
  padding: 0 0.5em 0 8px;
}

#grpLocationArea .grpLocationLocus {
  padding-right: 8px;
}


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

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

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

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



