@charset "UTF-8";
#contentsArea {
  color: #333;
  min-width: 1280px;
}
#contentsArea img {
  vertical-align: bottom;
  user-select: none;
}
#contentsArea a:hover {
  opacity: 0.8;
}

.rt-header {
  min-width: 1280px;
}

body#widewrapper {
  width: 100%;
}

#contents {
  margin: 0 auto;
  background: #fff;
  font-weight: 300;
}

#grpLocationArea {
  margin: 10px 0 10px 15px;
  font-size: 82%;
  text-align: left;
}
#grpLocationArea a {
  color: #6d6d6d;
}

#keyVisual {
  font-family: "Noto Sans JP", sans-serif;
  background-image: url(https://img.travel.rakuten.co.jp/themepark/htb/202303/images/topbnr.jpg);
  background-size: cover;
  background-position: center;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
#keyVisual h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 140%;
  text-indent: 0;
  text-align: center;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
}

nav {
  min-height: 42px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 70px;
}
nav ul {
  background-color: #fff;
  padding-top: 20px;
  display: flex;
}
nav ul.active {
  padding-bottom: 26px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  justify-content: center;
  z-index: 1000;
}
nav ul li {
  font-weight: bold;
  margin: 0 20px;
}
nav ul a {
  color: #8c8c8c !important;
}
nav ul a:hover {
  text-decoration: none !important;
  color: #064da4 !important;
  padding-bottom: 20px;
  border-bottom: 3px solid #064da4;
}

.main-btn {
  width: 620px;
  margin: 0 auto;
  font-size: 18px;
  border-radius: 4px;
  display: block;
  height: 56px;
  border: 1px solid #ccc;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s opacity;
}
.main-btn.blue {
  margin-top: 50px;
  width: 424px;
  background-color: #064da4;
  border: 1px solid #064da4;
  color: #fff !important;
}
.main-btn.blue.arr:after {
  border-color: #fff;
}
.main-btn:hover {
  opacity: 0.8;
  text-decoration: none !important;
}
.main-btn.arr:after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  right: 18px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(-45deg);
}

.toppr {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.parts {
  width: 1280px;
  margin: 0 auto;
  padding-top: 80px;
}
.parts h2 {
  border-top: 1px solid #d9d9d9;
  padding-top: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: calc(-50vw + 640px);
  margin-right: calc(-50vw + 640px);
  font-size: 30px;
  line-height: 1.5;
}
.parts h2::before {
  content: url(https://img.travel.rakuten.co.jp/themepark/htb/202303/images/q_svg.svg);
}
.parts h3 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 24px;
}

.feature {
  padding-top: 40px;
}
.feature .swiper-slide {
  font-size: 12px;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  width: 220px;
}
.feature .swiper-slide > img {
  width: 220px;
  margin: -16px;
  margin-bottom: 0px;
  aspect-ratio: 16/9;
}
.feature .swiper-slide .update {
  color: #8c8c8c;
  padding: 8px 0;
  text-align: right;
}
.feature .swiper-slide .btn {
  border-radius: 4px;
  background-color: #064da4;
  display: block;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  margin-top: 16px;
}
.feature .swiper-slide .btn:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

#MORE h3 {
  padding-top: 56px;
}

.char-room ul {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-bottom: 24px;
}
.char-room .note {
  font-size: 14px;
  text-align: center;
}

.pop-plan ul {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.pop-plan ul li {
  text-align: center;
}
.pop-plan ul li span {
  padding-top: 16px;
  display: block;
}
.pop-plan ul li img {
  border-radius: 5px;
}

.intro {
  margin-top: -8px;
}
.intro .ttl {
  font-size: 20px;
  color: #8469b0;
  font-weight: bold;
  text-align: center;
  padding-bottom: 24px;
}
.intro dl {
  font-size: 14px;
  counter-reset: count1;
  border: 1px solid #8469b0;
  border-radius: 4px;
}
.intro dl dt {
  background: #8469b0;
  color: #fff;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro dl dd {
  font-size: 12px;
  padding: 18px;
  line-height: 1.4;
}
.intro dl dd ol {
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro dl dd ol li {
  margin-right: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.intro dl dd ol li::before {
  transform: scale(0.8);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  vertical-align: middle;
  box-sizing: border-box;
  padding-top: 2px;
  width: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  background-color: #8469b0;
  color: #fff;
  counter-increment: count1;
  content: counter(count1);
}

.hotels {
  padding-bottom: 10px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.hotels .hotel {
  border-radius: 4px;
  line-height: 1.4;
  padding: 16px;
  box-sizing: border-box;
  width: 302px;
  border: 1px solid #eaeaea;
}
.hotels .hotel .hotelspec {
  display: none;
}
.hotels .hotel .hotel-name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.hotels .hotel .photos {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  padding-bottom: 30px;
}
.hotels .hotel .photos .swiper-pagination {
  bottom: 2px;
}
.hotels .hotel .photos .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 2px;
}
.hotels .hotel .photos .swiper-pagination-bullet-active {
  background-color: #6d6d6d;
}
.hotels .hotel .photos a {
  text-decoration: none;
}
.hotels .hotel .photos a img {
  width: 100%;
  border-radius: 4px;
  aspect-ratio: 16/9;
}
.hotels .hotel .photos::after {
  bottom: 30px;
  right: 0;
  position: absolute;
  font-size: 10px;
  padding: 4px;
  border-radius: 4px 0 4px 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  content: "施設情報 >";
  width: 70px;
  height: 24px;
  z-index: 2;
  box-sizing: border-box;
}
.hotels .hotel .char {
  display: flex;
  margin: 8px 0;
  margin-bottom: 10px;
  gap: 4px;
}
.hotels .hotel .char li {
  border-radius: 4px;
  font-size: 14px;
  padding: 2px 6px;
}
.hotels .hotel .pr {
  margin-top: 8px;
  padding: 8px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  border-radius: 4px;
  height: 38px;
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-bottom: 8px;
}
.hotels .hotel .text {
  font-size: 12px;
  padding-bottom: 4px;
}
.hotels .hotel .btns {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hotels .hotel .btns a {
  font-size: 12px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: #fff !important;
  width: calc(50% - 4px);
}
.hotels .hotel .btns a:hover {
  text-decoration: none !important;
}
.hotels .hotel .btns a:last-child(3) {
  margin-top: 8px;
  width: calc(100%);
}

#SEARCH.parts {
  width: auto;
}

#Searchbox {
  margin-top: 40px;
  background-color: #f3f3f3;
  padding: 60px 0 40px;
}

#searchSwitchArea1 .line.sibori {
  top: -99px;
}

.searchWide {
  width: 1280px;
  margin: 0 auto;
}

#search-box {
  border: none;
  background-color: transparent;
}

.searchCategory {
  display: none;
}

#search-box.verB.test .dhAll.dh {
  margin-top: 80px;
  background-color: #fff;
}

#search-box p.searchSubmit {
  width: 424px !important;
}

#search-box p.searchSubmit a {
  text-indent: 0;
  font-size: 16px !important;
  width: 424px !important;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #064da4 !important;
}
#search-box p.searchSubmit a:hover {
  text-decoration: none;
  color: #fff;
}

#search-box.verB input[type=radio]:checked + label {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAABIFBMVEUAAAAJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcQJXcTJvO1xAAAAX3RSTlMAC0Z6ocfg7foKF3LD+cJwFUK0/D7FGqmlV/HvUgeY5m0jEeiTDsDrkTSSvAzN4wiGiA3YLq2VAqiwpE+U6k0F2oKAMFlWijsDsao2+H0B6UR3Sp/eFI9zjDLc/pu4ycOcpHoAAAMNSURBVHjapdaDmuRcEAbgr5m0MGbaxti2bdf9X8WPg5wnXry7g0YFpR64C4Uj0Vhc03UtHotGwgn8smQqrZNFJpvL41cMDA6Ri6HB4eDQEfKU9g8fHSNf40l4mpikAFPTcGcUSCmOl8LlimFUyuHSeJWUmgEX9QZJzVYbFu2ORlK3B4d8n4SZ0iwcErkiCf2847wyNjOXgKvQvC6jF2BhNIhbXIKnpUV55db7lrla7sFHb5m4jqVGxK2swteqPMk0TKOTIhaBRPSU6pY1cc2rCLS6TsyG2c8iV5b7NTa3Ytu6vh2r7ewCysIeMbLPR3iNlqBU9jUyNQ/qUA55xRqWE89BOdomi+oxlBNiTtmDQd5XCUhnBXLYOoMU4r12zvYGn/2Sil0mFxcqOsW3Q978tTlrr4Zir2NCM0+XZr+11P2SB3XfWzJlIZ68tpnnbfJQrUO4ZI+vZhHmsw9pnzxdQ7i5ZY/vEOHLCYKhkafmLgS+6u4RteZ6k3w8QMixh4+IsZ9hlQtvKqsP7OEI4uxnGUKMfIxAKLOHT+D3WIGwTT5uITzzHIBXyoCgk48MBIM//Kvgv7rsv0qYvVQ18vFiK5W9SXZ+q0ns7dkkT9tnEC5Ee4b5xEA6+JXB2BaDkbCNZL1KHooLjpFE1vYBckwepiGtiGUgb15LQNoKmAqExBpSCzAH6eyCXKytQnplT+jPavUWQyp6xeW8KrbHs7LOHgwTMw/l2Ja14jSUN7X0zf2pL0GpXzfJtH29AOV9SKZLndr+Qbf70Bq5zWRuR14ezgCl/kH/+zyFMP7rH7Fn5yRaU0pOEVNAoC9itDxM0ySiVwPOK2JpEybVGOsL8FE/t80mZ3SJ2zuEp/cP4r53YbHQJ04/CcFV722IuJ+Q95+PxVQCDqHXKsnYZzgsdEnSti5vAOXmckUj6TsEF0aNlNux3EP52TCeyw+5i21SXnbhbnqKAmib8JTcID+fj3n4GW6Qp8YpgpyeD5ELfV2F+smXGhmyuGqUnvHLZu/uH0eemplM82nk8f5uFq7+BV01cOBAoee4AAAAAElFTkSuQmCC) left center no-repeat;
  background-size: 20px 20px;
}

#search-box.verB .searchUndate input[type=checkbox]:checked + label {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAABHVBMVEUJXcQNZcF533ON5ogmh58KX8Ot6ab////k9eAPZ8IIXsO17K7//v///f+T5oy56rL+/v77/vn8/fq36rILYMG77LX+/f06poW47rH9/fz8/Pph1lj9/vz6/vn+/f9k1lu77bX9/fv8/v1i2Fm266/9/v/9/P38/vr+/P5i11gLYcG37LD7/fr//v4PZsUOZsP9/f39+/2O4ofq+ufl9uJf1lf+/f5x3Ghj2Fr+/fy577T8/Ptm11y87LX9/Pp523K47rP8/P2y6q34/fxm11647LL7//hh1lmy7a2/6rlg11ew66oIX8T7/Pu16rD5/fv8/fxc1lWa5JOy7Kxm2F5l11r+//9m2F2T44v2+vXn+eRY0FgLYMQwlZIjgLCgP/HJAAABJ0lEQVR42u2UQ4L1UBgFn+vZtm3jN9u29r+MNkc337RTs6ByTq4MOjo6OloxmswWqWu1gd0hc50u3B68slwf/kCQkMQNR4hGoxCT5MbxJ5KQkvxviHQmCzlJbp5CoQgliVumEqwKO0eo1erQELjNFtF2R6lzt/exc4R+cKDSOTwcjSfvO8cJFqdKuTOA+duv5VkE/GpjtWTVhi+vnb/S/5aFuUGB7/Sri1fb+YPizypM1Gb0F53fCfjzePWXwj83/Fed0zUS6cBjtnWdxKoOG+orYpP+asFd9lacRHVbi3tn7+DZ3YP9A9IBzevKeki/HwQWqwocGbSxtcl0G0gn4VhyWnlO4MTNqWQPHuJ2dxC5d9k2kLp32WfnF5cGKVfXNwYdHZ1PxC165SCdNPjtSQAAAABJRU5ErkJggg==) left center no-repeat;
  background-size: auto;
  background-size: 16px 16px;
}

#MAP .img {
  width: 850px;
  padding-top: 40px;
  text-align: center;
  margin:  0 auto;
  position: relative;
}

#MAP .location {
  position: absolute;
  cursor: pointer;
  width: 180px;
  height: 43px;
  /* outline: 1px solid #000; */
}

#MAP .location .locationInner {
  width: 180px;
  height: 43px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  display: none;
}
#MAP .location .locationInner img {
  -webkit-tap-highlight-color: transparent;
}
#MAP .location .locationInner section {
  position: absolute;
  width: 256px;
  left: -276px;
  background: #fff;
  border-radius: 4px;
  cursor: default;
}

#MAP .location .locationInner section .locationInfo {
  padding: 16px 12px 16px;
  font-size: 12px;
}
#MAP .location .locationInner section .locationInfo p {
  padding: 8px;
  border-radius: 4px;
  background: #F2F2F2;
  margin:16px 0;
  font-weight: 700;
}
#MAP .location .locationInner section .locationInfo span {
  text-align: left;
  display: block;
  line-height: 1.5;
}
#MAP .location .locationInner section .locationInfo h4 {
  font-size: 14px;
  text-align: left;
}


#MAP .location .locationInner section img {
  border-radius: 4px 4px 0 0;
}
.Europe {
  top: 33%;
  right: 12.8%;
  z-index: 1;
}
.Amsterdam {
  width: 214px !important;
  top: 32.3%;
  right: 36.2%;
}

.denhaag {
  top: 5.8%;
  right: 28%;
}
.forestvilla {
  top: 16.7%;
  right: 6%;
  z-index: 2;
}
.rotterdam {
  width: 196px !important;
  right: 34%;
  bottom: 7.3%;
}

.rotterdam .locationInner section {
  bottom: -30px;
}

.okura {
  width: 193px !important;
  height: 50px !important;
  left: 2%;
  bottom: 17.9%;
}
.okura .locationInner section {
  bottom: -30px;
  right: -276px;
  left: auto!important;
  z-index: 2;
}
.nikko {
  width: 243px !important;
  height: 41px !important;
  left: 33%;
  bottom: 15.9%;
}

.nikko .locationInner section {
  bottom: -30px;
  right: -333px;
  left: auto!important;
  z-index: 2;
}

#ACCESS {
  padding-bottom: 80px;
}
#ACCESS .acc {
  padding-top: 40px;
}
#ACCESS .ttl {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  background-color: #f2f2f2;
  border-radius: 4px;
  font-size: 12px;
}
#ACCESS .holder {
  display: flex;
  padding-top: 24px;
  line-height: 1.4;
  justify-content: center;
  gap: 24px;
  align-items: stretch;
}
#ACCESS .holder dl {
  display: flex;
  font-size: 12px;
  width: 30%;
  padding-right: 24px;
  justify-content: flex-end;
  align-items: flex-start;
}
#ACCESS .holder dl:not(:last-of-type) {
  border-right: 1px dotted #ccc;
}
#ACCESS .holder dl dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#ACCESS .holder dl dt img {
  padding: 6px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #f3f3f3;
  margin-bottom: 4px;
}
#ACCESS .holder dl dd {
  margin-left: 24px;
}
#ACCESS .holder dl dd span {
  padding-bottom: 2px;
  padding-top: 2px;
  font-weight: bold;
  display: block;
}

.jdsShowFix {
  z-index: 9999;
  width: 80px;
  border-radius: 50%;
  background-color: #064da4;
  position: fixed;
  right: 10px;
  bottom: 10px;
}
.jdsShowFix a {
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
}
.jdsShowFix a:after {
  display: block;
  position: absolute;
  bottom: 30%;
  right: 50%;
  width: 18px;
  height: 18px;
  margin-right: -10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  content: "";
}

.sp {
  display: none;
}

#PICKUP {
  overflow: hidden;
}
#PICKUP .mySwiperTxt {
  min-height: 90px;
}
#PICKUP .mySwiperTxt p {
  padding-top: 30px;
  font-size: 14px;
  text-align: center;
  position: relative;
}
#PICKUP .mySwiperTxt p b {
  display: flex;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
#PICKUP .mySwiperTxt p b span {
  border: 1px solid #000;
  padding: 4px;
  font-weight: normal;
  font-size: 14px;
  margin-right: 16px;
}
#PICKUP .swiper-pagination {
  display: none;
}
#PICKUP .note {
  text-align: center;
  font-size: 14px;
  padding: 16px 0 40px;
}
#PICKUP .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
#PICKUP .swiper-slide {
  border-radius: 4px;
  background-size: cover;
  background-position: center;
}
#PICKUP .swiper-slide img {
  border-radius: 4px;
}
#PICKUP .swiper-slide:not(.swiper-slide-active) p:after {
  height: 100px;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
#PICKUP .mySwiper2 {
  margin-top: 30px;
  position: relative;
  overflow: inherit;
  border-radius: 4px;
  height: 416px;
}
#PICKUP .mySwiper {
  position: relative;
  width: 791px;
  padding-top: 16px;
  height: 124px;
  box-sizing: border-box;
  padding-bottom: 24px;
}
#PICKUP .mySwiper .swiper-slide {
  text-align: center;
  font-size: 14px;
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
#PICKUP .mySwiper .swiper-slide span {
  padding-top: 8px;
  display: block;
}
#PICKUP .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
#PICKUP .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#PICKUP .swiper-button-prev,
#PICKUP .swiper-button-next {
  height: 50px;
  width: 50px;
  top: 52%;
}
#PICKUP .swiper-button-prev {
  left: 177px;
}
#PICKUP .swiper-button-next {
  transform: scaleX(-1);
  right: 177px;
}
#PICKUP .swiper-button-prev:after,
#PICKUP .swiper-button-next:after {
  background: url(https://img.travel.rakuten.co.jp/themepark/htb/202303/images/circle_arr_svg.svg);
  content: "";
  height: 50px;
  width: 50px;
}

#keywordSearch {
  border: none;
  padding-top: 60px;
  margin-bottom: 40px;
}
#keywordSearch .holder p {
  font-size: 12px;
  color: #6d6d6d;
  text-align: center;
  padding-top: 8px;
}

.gokeyword {
  text-align: center;
  padding: 16px;
  font-size: 20px;
  padding-top: 0px;
  margin: 0 auto;
  width: 600px;
  margin-top: -16px;
}

.gokeyword a {
  text-decoration: underline !important;
}

.gokeyword a:hover {
  text-decoration: none !important;
}

#keywordSearch h2 {
  text-align: center;
  padding-bottom: 16px;
}

#keywordSearch form {
  position: relative;
  border: none;
  width: 520px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#keywordSearch form #f_query {
  background-color: #fff;
  margin: 0;
  border-radius: 3px 0 0 3px;
  width: 460px;
  padding-left: 16px;
  border: 1px solid #ccc;
  /* border-bottom: 1px solid #eee; */
  box-shadow: none;
  -webkit-appearance: none;
  height: 42px;
  box-sizing: border-box;
}

#keywordSearch form .submit {
  width: 60px;
  border: none;
  background-color: #333;
  height: 42px;
  -webkit-appearance: none;
  border-radius: 0 3px 3px 0;
  display: block;
  text-indent: -9999px;
  background: #4c4c4c url(https://img.travel.rakuten.co.jp/smart/test/sentient/202011//images/ico-search.png) center no-repeat;
  background-size: 18px;
  right: 0;
  cursor: pointer;
}

#keywordSuggest {
  position: absolute;
  z-index: 5;
  left: 8px;
  width: 226px;
  top: 44px;
}

#keywordSuggest ul {
  overflow: hidden;
  border: 2px solid #76ae25;
  background: #fff;
  box-shadow: 0px 3px 3px #666;
}

#keywordSuggest ul li {
  border-bottom: 1px dotted #76ae25;
  font-size: 82%;
}

#keywordSuggest ul li:last-child {
  border-bottom: none;
}

#keywordSuggest ul li a {
  display: block;
  padding: 7px 5px 7px 12px;
  background-image: url(https://trvimg.r10s.jp/share/common/images/sprite_common_pc.png);
  background-repeat: no-repeat;
}

#keywordSuggest ul li a:link,
#keywordSuggest ul li a:visited {
  background-position: -142px -890px;
}

#keywordSuggest ul li a:hover,
#keywordSuggest ul li a:active {
  background-position: -142px -990px;
  background-color: #ebf2d8;
}

#keywordSearch .cancel {
  display: none;
  position: absolute;
  top: 14px;
  right: 55px;
  margin-right: 16px;
  width: 16px;
  height: 16px;
}

#keywordSearch .cancel a {
  background: url(https://img.travel.rakuten.co.jp/smart/test/sentient/202011//images/ico-close-keyword.png) center center no-repeat;
  background-size: 11px;
  display: block;
  width: 16px;
  height: 18px;
  text-indent: -9999px;
  overflow: hidden;
}

#FEATURE .swiper {
  padding-bottom: 30px;
}

#FEATURE .swiper-scrollbar {
  width: 100%;
  left: 0;
}

#FEATURE .swiper-button-next,
#FEATURE .swiper-button-prev {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
  background-color: rgba(51, 51, 51, 0.5);
  background-image: url(https://travel.rakuten.co.jp/onsen/sem2/type/rotsuki/202004/images/next.svg) !important;
  background-position: center center;
  background-size: 9px auto !important;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 0;
  cursor: pointer;
  z-index: 30;
  right: 0px !important;
}

#FEATURE .swiper-button-prev {
  transform: scale(-1);
  left: 0px !important;
}

#FEATURE .swiper-button-next:after,
#FEATURE .swiper-button-prev:after {
  content: "";
}

#FEATURE .swiper-button-disabled {
  display: none;
}

#direct .ttl {
  color: #8469b0;
}
#direct .btns a {
  background-color: #8469b0;
}

#partner .ttl {
  color: #f59600;
}
#partner .btns a {
  background-color: #f59600;
}

#maskDh {
  width: 1064px;
  left: 214px;
}