/* ------------------------------------------
	Common
------------------------------------------ */


#grpLocationArea {
  clear: both;
  float: left;
  font-size: 13px;
  margin: 10px 0 10px 15px;
  width: auto;
}

.sp {
  display: none;
}

#widewrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
}
#contentsArea {
  position: relative;
}
#contents.column1 {
	width: 100%;
  padding: 0 0 40px 0;
}

#contents {
	background: #fff;
	overflow: hidden;
  position: relative;
}

.contentsInner {
  max-width: 1128px;
  width: 100%;
  margin: auto;
	box-sizing: border-box;
	position: relative;
  padding: 30px 42px 40px;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #6D6D6D;
}

.title {
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px 16px 90px;
  margin: 0 auto 40px;
  text-align: center;
  border-bottom: 1px solid #6D6D6D;
}

.title img {
  height: 40px;
}

.bg_pink {
  background: rgba(215, 64, 46, 0.11);
}

.red-font {
  color: #D7402E;
  font-size: 24px;
}

.big-font {
  font-size: 30px;
  line-height: 0.5;
}


/* ------------------------------------------
	icon
------------------------------------------ */

.ttlIcon {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding-left: 42px;
}

.ttlIcon::before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(https://img.travel.rakuten.co.jp/cars/special/card/202503/images/ttlIcon_white.svg) no-repeat;
  background-size:300px auto;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}
.ttlIcon-red::before {
  width: 42px;
  height: 42px;
  background: url(https://img.travel.rakuten.co.jp/cars/special/card/202503/images/ttlIcon_red.svg) no-repeat;
  background-size:500px auto;
  left: -16px;
}
.ttlIcon2::before {
  left: -74px;
}
.ttlIcon2::after {
  display: block;
  position: absolute;
  content: "";
  width: 42px;
  height: 42px;
  background: url(https://img.travel.rakuten.co.jp/cars/special/card/202503/images/ttlIcon_red.svg) no-repeat;
  background-size:500px auto;
  top: 50%;
  transform: translateY(-50%);
  left: -16px;
}
.ttlIcon-red.ttlIcon-mark::before {
  background-position: -57px 0px;
}
.ttlIcon-mark::before {
  background-position: -35px 0px;
}
.ttlIcon-coupon::before {
  background-position: -135px -68px;
}
.ttlIcon-search::before {
  background-position: -275px -35px;
}
.ttlIcon-stars::before {
  background-position: -67px 0px;
}
.ttlIcon-car::before {
  background-position: 0px -113px;
}
.ttlIcon-card::before {
  background-position: -172px -228px;
}
.ttlIcon-yin::after {
  background-position: -232px -228px;
}
.ttlIcon-cpn::before {
  background-position: -230px -114px;
}
.ttlIcon-sch::before {
  background-position: -459px -57px;
}
.ttlIcon-special::before {
  background-position: -111px 0px;
}
/* ------------------------------------------
	KeyVisual
------------------------------------------ */

#keyVisual {
	width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#keyVisual img {
  width: 100%;
}


/* ------------------------------------------
	navi
------------------------------------------ */

.navi {
  text-align: center;
  width: 100%;
  z-index: 99999;
  background-color: #000;
}

.navi ul {
  display: inline-block;
  padding: 24px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navi ul li {
  text-align: center;
}
.navi ul li a {
  display: block;
  position: relative;
  padding:10px 40px 10px 80px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  border-right: 1px solid #fff;
}
.navi ul li:last-child a {
  border-right: none;
}
.navi .ttlIcon {
  width: 100%;
  padding-left: 0;
}





/* ------------------------------------------
	kessai
------------------------------------------ */


.list-box {
  display: flex;
  margin-top: 75px;
}
.list-box_item {
  margin-right: 22px;
  width: 100%;
}
.list-box_item:last-child {
  margin-right: 0;
}


#kessai {
  padding: 80px 0 40px;
  box-sizing: border-box;
}
#kessai .list-box_item {
  width: calc((100% - 60px) / 3);
  border: 1px solid #000;
  border-radius: 16px;
  background-color: #fff;
  margin-right: 30px;
  position: relative;
}
#kessai .list-box_item:last-child {
  margin-right: 0;
}
#kessai .list-box_inner {
  padding: 64px 12px 24px;
  box-sizing: border-box;
}
#kessai .list-box_badge {
  position: absolute;
  width: 90px;
  height: 90px;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
#kessai .list-box_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.07px;
  color: #000;
  text-align: center;
  font-weight: 800;
}
#kessai .list-box {
  padding-bottom: 80px;
  margin-bottom: 32px;
  background: url(https://img.travel.rakuten.co.jp/cars/special/card/202503/images/arrow.png) center bottom;
  background-repeat: no-repeat;
}


.compensation{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 16px;
  padding: 40px;
  background: url(https://img.travel.rakuten.co.jp/cars/special/card/202503/images/car_bg.png) center center/cover no-repeat;
}
.compensation::before {
  display: block;
  position: absolute;
  background: url(https://img.travel.rakuten.co.jp/cars/special/card/202503/images/badge.png) right top/100% auto no-repeat;
  width: 128px;
  height: 131px;
  content: "";
  right: 2%;
  top: -42%;
}
.compensation_text {
  font-size: 28px;
  text-align: center;
  line-height: 1.4;
}
.compensation_text span {
  font-weight: 700;
  font-size: 20px;
  display: block;
  padding-top: 16px;
}
.compensation_text span a {
  color: #D7402E;
  text-decoration: underline;
}
.compensation_text span a:hover {
  text-decoration: underline;
  color: #D7402E;
  opacity: 0.8;
}


#corporation {
  padding:80px 0 50px;
}

#corporation .contentsInner,#plan .contentsInner,#payment .contentsInner {
  border: none;
  padding-bottom: 0;
}

#corporation .contentsInner {
  padding-top: 0;
}

.ss-hotelbox {
  padding-top: 8px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 0;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.ss-hotelbox .ss-hotel {
  box-shadow: none;
}


/* ------------------------------------------
	plan
------------------------------------------ */

#plan,#payment {
  padding: 0 0 50px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
}

#plan .cp_box .cp_container {
  height: auto;
}

#plan .needfilter {
  display: flex!important;
}



/* 
.js_popOverInfo_wrap {
  position: relative;
}

.js_popOverInfo {
  display: none;
  position: absolute;
}

.js_popOverInfo_inner {
  position: relative;
} */

.ss-hotel .hotel-price a span.details span.price-info {
  width: 145px;
  margin: 0 auto;
  font-size: 12px;
  clear: both;
  background-color: #fff;
  color: #666;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  border: 1px solid #666;

  top: -46px;
  position: absolute;
}

.price-info-arrow {
  display: block;
  position: absolute;
  content: '';
  background: url(https://img.travel.rakuten.co.jp/special/sales/images/new/arrow.png) center center no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 8px;
  width: 15px;
  top: -23px;
  right: -189px;
  z-index: 15;
}



#contents .jdsShowFix {
  position: fixed;
  display: block;
  right: 16px;
  bottom: 16px;
  z-index: 9;
  cursor: pointer;
}
#contents .jdsShowFix a:hover {
  opacity: 0.8;
}

#couponbox {
  padding: 80px 0 40px;
  box-sizing: border-box;
}

#couponbox .ss-container {
  padding: 0;
  width: 100%;
  background-color: #F3F3F3;
  border: none;
  padding-bottom: 108px;
}


#couponbox .contentsInner {
  background: transparent;
  border: none;
  padding: 30px 0 42px;
}

#couponbox .coupon__title {
  background-color: #D7402E;
}


.filter-price-tip{color: #4c4c4c; font-size: 11px; margin: 0px 24px;}
.coupon__filter__container{border: none; padding-bottom: 24px;}

.bingyong {
  background-color: #FBEAE8;
  padding: 32px 0;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #000;
  line-height: 40px;
}
.bingyong img {width: 32px; height:32px;}


#search {
  padding: 80px 0;
  box-sizing: border-box;
}
#search-box .searchSubmit a {
  background: #D7402E!important;
}
#search .contentsInner {
  border: none;
  padding: 0;
}
#feature {
  padding: 80px 0;
  box-sizing: border-box;
}

#feature .contentsInner {
  padding: 0;
  border: none;
  background: transparent;
}

#feature .banners {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; 
}
#feature .banners li {
  width: calc((100% - 48px) / 4);
}

#feature .banners li img {
  width: 100%;
}

#sRight {
  position: fixed;
  top: auto!important;
  bottom: 0;
  right: 10px;
}
#sRight .pagetop a {
  background-color: #D7402E;
}
#sRight .ttlicon_w:after {
  background-image: url(https://img.travel.rakuten.co.jp/cars/special/card/202503/images/ttlIcon.png);
}
.ss-right dd li{
  border-bottom: 1px solid #D7402E;
}
.ss-right dd ul {
  border: 1px solid #D7402E;
}
.ss-right dd li a  {
  color: #D7402E;
}

.notice {
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 14px;
  padding-left: 42px;
}

#couponbox .coupon__filter__row {
  padding: 10px 24px;
}

.couponBnrBox {
  padding: 80px 0 0;
}

.couponBnrBox .ss-container {
  border: none;
  border-radius: 10px;
  margin-bottom: 0;
}