@charset "UTF-8";
#contentsArea {
  color: #333;
}
#contentsArea img {
  vertical-align: bottom;
  width: 100%;
}

.pc {
  display: none;
}

#contents {
  margin: 0 auto;
  padding: 16px;
  background: #fff;
  font-weight: 300;
}

.toplogo {
  font-weight: bold;
  padding-top: 8px;
  clear: both;
  color: #4295d1;
  font-size: 13px;
  padding: 8px;
  text-align: center;
}
.toplogo img {
  width: 100%;
  padding-top: 4px;
}

#keyVisual {
  width: 100%;
  overflow: hidden;
}
#keyVisual .mySwiper2 {
  margin-top: 4px;
  position: relative;
  overflow: inherit;
  padding-bottom: 40px;
}
#keyVisual .swiper-slide {
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  position: relative;
}
#keyVisual .swiper-slide span {
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  color: #fff;
}
#keyVisual .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
#keyVisual .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
#keyVisual .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 12px;
  color: #064DA4;
}
#keyVisual .swiper-pagination-bullet-active {
  background-color: #064DA4;
}
.notice {
  border: 1px solid #a4a4a4;
  padding: 16px;
  margin: 0 16px;
  display: flex;
  flex-direction: column;
}
.notice a {
  text-decoration: underline !important;
  color: #064da4 !important;
  font-weight: bold;
}
.notice .date {
  border: 1px solid #333;
  padding: 2px;
  font-size: 10px;
  align-self: flex-end;
}

nav {
  min-height: 49px;
  font-size: 14px;
  margin-bottom: 30px;
}
nav ul {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  background-color: #fff;
}
nav ul.active {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  z-index: 1000;
}
nav ul li {
  width: 25%;
  font-weight: bold;
  padding: 0 4px;
  box-sizing: border-box;
  text-align: center;
}
nav ul a {
  display: block;
  color: #8c8c8c !important;
}
nav ul a:hover {
  text-decoration: none !important;
}

.main-btn {
  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 {
  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: 40px;
  text-align: center;
}

.parts {
  margin: 0 auto;
  padding-top: 32px;
}
.parts h2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.5;
}
.parts h2::before {
  content: url(https://img.travel.rakuten.co.jp/tdr/202302/images/star_svg.svg);
}
.parts h3 {
  text-align: center;
  padding-bottom: 24px;
}

.ticket {
  border-radius: 4px;
  border: 1px solid #cbeaf7;
  padding: 8px;
  font-size: 11px;
  line-height: 1.6;
}
.ticket .ttl {
  background: #cbeaf7;
  padding: 6px;
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: -8px;
  margin-bottom: 0;
}
.ticket .ttl::before {
  content: url(https://img.travel.rakuten.co.jp/tdr/202302/images/exLink_svg.svg);
  padding-right: 4px;
  padding-top: 1px;
}
.ticket .intro {
  margin-top: 0;
  padding: 12px 0 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #cbeaf7;
}
.ticket .intro span {
  font-weight: bold;
  display: block;
}
.ticket .intro em {
  color: #bf0000;
}
.ticket .pr {
  display: flex;
  flex-direction: column;
}
.ticket .pr img {
  width: 100%;
  padding-bottom: 8px;
}

.bigKeyword {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.bigKeyword a {
  margin: 0 4px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #6d6d6d !important;
  padding: 2px;
  text-decoration: none !important;
  font-size: 14px;
  margin-bottom: 8px;
}

.smallKeyword {
  flex-wrap: wrap;
  margin-top: 8px;
  display: flex;
}
.smallKeyword a {
  margin: 0 4px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #6d6d6d !important;
  padding: 2px;
  text-decoration: none !important;
  font-size: 12px;
  margin-bottom: 8px;
}

.infos {
  margin-top: 16px;
}
.infos li {
  font-size: 10px;
  padding: 8px 16px;
  margin-bottom: 8px;
  align-items: center;
  display: flex;
  line-height: 1.6;
  background-color: #f3f3f3;
}
.infos li a {
  color: #064da4 !important;
}
.infos li:before {
  content: url(https://img.travel.rakuten.co.jp/tdr/202302/images/note_svg.svg);
  padding-right: 16px;
}

.feature {
  padding-top: 16px;
}
.feature .swiper-slide {
  font-size: 12px;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  width: auto;
}
.feature .swiper-slide > img {
  width: calc(100% + 32px) !important;
  margin: -16px;
  width: 100%;
  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: 30px;
}

.char-room {
  margin-top: 30px;
  border-top: 1px solid #d9d9d9;
}
.char-room ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 8px;
}
.char-room .note {
  font-size: 12px;
  text-align: center;
}

.pop-plan ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.pop-plan ul li {
  width: calc(50% - 4px);
  text-align: center;
}
.pop-plan ul li span {
  font-size: 12px;
  padding-top: 8px;
  display: block;
}
.pop-plan ul li img {
  border-radius: 5px;
}

.intro {
  margin-top: -8px;
}
.intro .ttl {
  font-size: 14px;
  color: #f59600;
  font-weight: bold;
  text-align: center;
  padding-bottom: 16px;
}
.intro dl {
  font-size: 14px;
  counter-reset: count1;
  border: 1px solid #f59600;
  border-radius: 4px;
}
.intro dl dt {
  background: #f59600;
  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: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
.intro dl dd ol li {
  margin-right: 20px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.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: #f59600;
  color: #fff;
  counter-increment: count1;
  content: counter(count1);
}

table td em {
  font-style: normal;
  font-size: 15px;
}

.hotels {
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hotels .hotel {
  line-height: 1.4;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}
.hotels .hotel table {
  background: #F2F2F2;
  width: 100%;
}
.hotels .hotel table tr {
  border: solid #fff;
  border-width: 1px 1px 0 0;
}
.hotels .hotel table td {
  border: solid #fff;
  border-width: 0 0 1px 1px;
  font-size: 12px;
  padding: 5px;
}
.hotels .hotel .hotel-name {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 6px;
}
.hotels .hotel .hotel-name span {
  font-size: 12px;
  color: #6D6D6D;
  display: block;
}
.hotels .hotel .top {
  display: flex;
}
.hotels .hotel .top > div {
  width: 40%;
  display: flex;
  padding-left: 8px;
  flex-direction: column;
}
.hotels .hotel .top .photos {
  width: 60%;
}
.hotels .hotel .top .photos a {
  height: 100%;
  display: block;
  position: relative;
}
.hotels .hotel .top .photos a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  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;
  display: block;
  z-index: 99;
  box-sizing: border-box;
}
.hotels .hotel .top .photos img {
  object-fit: cover;
  height: 100%;
  border-radius: 4px;
}
.hotels .hotel .char {
  display: flex;
  margin-top: auto;
  gap: 4px;
  flex-wrap: wrap;
}
.hotels .hotel .char li {
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 10px;
  padding: 0 4px;
}
.hotels .hotel .pr {
  margin-top: 8px;
  padding: 8px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  font-weight: bold;
  border-radius: 4px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 12px;
  text-align: center;
  margin-bottom: 8px;
}
.hotels .hotel .text {
  font-size: 12px;
  padding: 8px 0;
}
.hotels .hotel .btns {
  display: flex;
  margin-top: 8px;
  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:nth-child(3) {
  margin-top: 8px;
  width: calc(100%);
}

#Searchbox {
  margin-left: -16px;
  margin-right: -16px;
}

#search-box.verB.test #searchSwitchArea1 {
  padding: 16px;
  background-color: #e0e0e0;
  padding-bottom: 0;
}

.searchWide {
  margin: 0 auto;
}

#search-box .InpuDateBox.roomNumber,
#search-box .InpuDateBox.ninzu {
  margin-bottom: 0;
}

#dhChuArea {
  display: none;
}

#search-box.verB.test #dh-search-form dl.structure.domInput.new {
  background-color: transparent;
  margin-top: 0;
}

.setInput ul {
  padding-top: 4px;
}

#search-box.verB #searchSwitchArea1 input[type=radio] + label {
  border-color: #8c8c8c;
  color: #8c8c8c;
  font-size: 14px;
}

#search-box.verB #searchSwitchArea1 input[type=radio]:checked + label {
  border-color: #064da4;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAMAAACgaw2xAAAAJ1BMVEX////q8OVOgZgRWrIVXK/q7+T1+PKqwZXf59gJVKXU4MobWnkvbaVsDVVmAAAANElEQVR42mMYZICRiRG7ODMLK2XibDjE2ZkZsZvDwQmUgYhjynBBxDFluCHimDI8UPGBBwDAHgDhfPCZ7wAAAABJRU5ErkJggg==);
}

#search-box {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}

#search-box .searchNavi li {
  width: 31.111111%;
  float: left;
  margin: 5px 1.111111% 0 1.111111%;
}

#search-box #domestic-search-container .searchCategory li.on {
  background-color: #064da4;
}

#search-box .searchNavi li.on label {
  border: #064da4 !important;
}

#search-box .searchNavi li.on:after {
  border-top: 7px solid #064da4;
}

#search-box.verB.test .dhAll.dh {
  margin-top: 0;
}

#searchSwitchArea1 .line.sibori {
  margin-top: 8px;
  border-radius: 4px;
  background-color: #f3f3f3;
}

#search-box.verB.test #dh-search-form .sibori .structure dd {
  margin-bottom: 0;
}

#search-box p.searchSubmit {
  width: 175px !important;
}

#search-box p.searchSubmit a {
  text-indent: 0;
  font-size: 12px !important;
  width: 175px !important;
  border: none;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #064da4 !important;
  padding: 0 !important;
}
#search-box p.searchSubmit a:after {
  display: none;
}

#search-box.verB.test #dh-search-form dl.structure.fltDl dd.date {
  width: 75%;
}

#search-box.verB #domestic-search-container input[type=radio]:checked + label {
  background: -webkit-gradient(linear, left top, left bottom, from(#064da4), to(#064da4));
  background-color: #064da4 !important;
}

#search-box.verB .searchUndate input[type=checkbox]:checked + label#searchUndateLB {
  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 {
  padding-top: 40px;
  text-align: center;
}

#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;
  flex-direction: column;
  padding-top: 24px;
  line-height: 1.4;
  justify-content: center;
  gap: 24px;
}
#ACCESS .holder dl {
  display: flex;
  font-size: 12px;
  padding-right: 24px;
  justify-content: flex-end;
  align-items: center;
  align-items: flex-start;
  padding-bottom: 16px;
}
#ACCESS .holder dl:not(:last-of-type) {
  border-bottom: 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: 10;
  width: 50px;
  border-radius: 50%;
  background-color: #064da4;
  position: fixed;
  right: 10px;
  bottom: 10px;
}
.jdsShowFix a {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
}
.jdsShowFix a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-45%, -45%) rotate(45deg);
  content: "";
}

#PICKUP .mySwiperTxt {
  min-height: 110px;
}
#PICKUP .mySwiperTxt p {
  padding-top: 20px;
  font-size: 14px;
  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 .note {
  font-size: 12px;
  padding: 16px 0 16px;
}
#PICKUP .swiper-pagination {
  bottom: -20px;
}
#PICKUP .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 2px;
}
#PICKUP .swiper-pagination-bullet-active {
  background-color: #6d6d6d;
}
#PICKUP .swiper-slide {
  border-radius: 4px;
  background-size: cover;
  background-position: center;
}
#PICKUP .swiper-slide img {
  border-radius: 4px;
}
#PICKUP .mySwiper2 {
  box-sizing: border-box;
  padding: 0 16px;
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
#PICKUP .mySwiper {
  display: none;
  margin-top: -288px;
  position: relative;
  width: 845px;
  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;
  border-radius: 4px;
}
#PICKUP .mySwiper .swiper-slide span {
  padding-top: 8px;
  display: block;
}
#PICKUP .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
#PICKUP .swiper-button-prev,
#PICKUP .swiper-button-next {
  height: 50px;
  width: 50px;
  top: 46%;
  z-index: 10;
}
#PICKUP .swiper-button-prev {
  left: -2px;
}
#PICKUP .swiper-button-next {
  transform: scaleX(-1);
  right: -2px;
}
#PICKUP .swiper-button-prev:after,
#PICKUP .swiper-button-next:after {
  background: url(https://img.travel.rakuten.co.jp/tdr/202302/images/circle_arr_svg.svg);
  content: "";
  height: 50px;
  width: 50px;
}

#keywordSearch {
  border: none;
  padding-top: 10px;
  margin-bottom: 40px;
}

.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;
  font-size: 16px;
  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;
}

@media screen and (max-width: 721px) {
  #keywordSearch {
    border-radius: 0;
    padding: 0;
    margin: 0;
    padding-top: 20px;
    margin-bottom: 10px;
  }

  #keywordSearch .holder p {
    font-size: 10px;
    color: #6d6d6d;
    text-align: center;
    padding-top: 8px;
    text-align: left;
  }

  #keywordSearch form {
    width: auto;
  }

  #keywordSearch form #f_query {
    width: 100%;
  }

  .gokeyword {
    font-size: 16px;
    width: auto;
    margin: 6px auto 2px;
  }

  #keywordSearch .cancel {
    top: 12px;
    right: 46px;
  }
}
#rankPart .swiper-container {
  overflow: hidden;
  position: relative !important;
  padding-bottom: 20px;
  padding-top: 16px;
}

#rankPart .swiper-container .swiper-slide {
  width: 262px;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  background: #fff;
}

#rankPart .swiper-container .swiper-slide {
  width: 200px;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  background: #fff;
}

#rankPart .swiper-container .swiper-slide .photoBox img {
  border-radius: 3px 3px 0 0;
}

#rankPart .swiper-container .swiper-slide a h3 {
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  margin: 8px;
  text-align-last: left;
  padding-bottom: 0;
}

#rankPart .swiper-container .swiper-slide a:hover {
  opacity: 0.75;
  text-decoration: none;
}

#rankPart .swiper-container .swiper-slide a .priceBox {
  margin-right: 8px;
  color: #bf0000;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}

#rankPart .swiper-container .swiper-slide a .priceBox em {
  font-style: normal;
  font-size: 12px;
}

a.btnBox {
  display: block;
  width: 92%;
  margin: 12px auto;
  font-weight: bold;
  color: #fff;
  background: #064da4;
  font-size: 15px;
  text-align: center;
  padding: 12px 0;
  border-radius: 4px;
}

#rankPart .swiper-container-horizontal > .swiper-scrollbar {
  opacity: 1 !important;
}

#rankPart .swiper-container .rkBox .photoBox {
  position: relative;
}

#rankPart .swiper-container .rkBox .photoBox span {
  position: absolute;
  width: 28px;
  height: 17px;
  background: url(https://img.travel.rakuten.co.jp/tdr/202104/images/imgRank.png) 0 1px no-repeat;
  z-index: 5;
  bottom: 8px;
  left: 8px;
  color: #fff;
  display: block;
  text-align: center;
  padding-top: 10px;
  font-size: 12px;
  font-weight: bold;
}

#rankPart .swiper-container .rkBox.rkBox1 .photoBox span {
  position: absolute;
  width: 28px;
  height: 17px;
  background: url(https://img.travel.rakuten.co.jp/tdr/202104/images/imgRank1.png) 0 1px no-repeat;
  z-index: 5;
  bottom: 8px;
  left: 8px;
  color: #333;
  display: block;
  text-align: center;
  padding-top: 10px;
  font-size: 12px;
  font-weight: bold;
}

#rankPart .swiper-container .rkBox.rkBox2 .photoBox span {
  position: absolute;
  width: 28px;
  height: 17px;
  background: url(https://img.travel.rakuten.co.jp/tdr/202104/images/imgRank2.png) 0 1px no-repeat;
  z-index: 5;
  bottom: 8px;
  left: 8px;
  color: #333;
  display: block;
  text-align: center;
  padding-top: 10px;
  font-size: 12px;
  font-weight: bold;
}

#rankPart .swiper-container .rkBox.rkBox3 .photoBox span {
  position: absolute;
  width: 28px;
  height: 17px;
  background: url(https://img.travel.rakuten.co.jp/tdr/202104/images/imgRank3.png) 0 1px no-repeat;
  z-index: 5;
  bottom: 8px;
  left: 8px;
  color: #333;
  display: block;
  text-align: center;
  padding-top: 10px;
  font-size: 12px;
  font-weight: bold;
}

#rankPart .swiper-container .rkBox .photoBox:before {
  width: 100%;
  height: 50px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

#rankPart .swiper-container .rkBox .photoBox em {
  color: #fff;
  font-style: normal;
  position: absolute;
  background: url(https://img.travel.rakuten.co.jp/tdr/202104/images/rex-icon-rating-filled.png) 0 center no-repeat;
  bottom: 8px;
  right: 8px;
  padding-left: 14px;
  font-size: 13px;
  font-weight: bold;
  z-index: 5;
}

#rankPart .swiper-container .swiper-slide h4 {
  margin: 8px;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.5;
}

#rankPart .swiper-container .swiper-slide .photoBox img {
  height: 110px;
  object-fit: cover;
}

#rankPart .swiper-container .swiper-slide .priceBox {
  margin-right: 8px;
  color: #bf0000;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}

#rankPart .swiper-container .swiper-slide .priceBox em {
  font-style: normal;
  font-size: 14px;
}

#rankPart .swiper-horizontal > .swiper-scrollbar {
  display: none;
}

#rankPart .swiper-button-prev, #rankPart .swiper-button-next,#packagePlan .swiper-button-prev, #packagePlan .swiper-button-next {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px !important;
  height: 44px !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;
}

#rankPart .swiper-button-prev,#packagePlan .swiper-button-prev {
  transform: scale(-1);
  left: 0px !important;
}

#rankPart .swiper-button-next:after,
#rankPart .swiper-button-prev:after,
#packagePlan .swiper-button-next:after,
#packagePlan .swiper-button-prev:after {
  content: "";
}

#rankPart .swiper-button-disabled,#packagePlan .swiper-button-disabled {
  display: none;
}

#disneyHotel .main-pr {
  padding: 24px 0;
  color: #6D6D6D;
  font-size: 10px;
  line-height: 1.6;
}
#disneyHotel .tb {
  width: 100%;
  border: 1px solid #eaeaea;
}
#disneyHotel .title {
  height: 60px;
}
#disneyHotel svg {
  height: 68px;
  display: block;
  box-sizing: border-box;
}
#disneyHotel .tb tr td:not(:first-child) {
  background-color: #f3f3f3;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  font-size: 10px;
}
#disneyHotel .tb tr:first-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
}
#disneyHotel .tb tr:first-child td:nth-child(2) {
  background-color: #8469b0;
}
#disneyHotel .tb tr:not(:first-child) td:nth-child(2) {
  color: #8469b0;
}
#disneyHotel .tb tr:first-child td:nth-child(3) {
  background-color: #f59600;
}
#disneyHotel .tb tr:not(:first-child) td:nth-child(3) {
  color: #f59600;
}
#disneyHotel .tb tr:first-child td:nth-child(4) {
  background-color: #50aab8;
}
#disneyHotel .tb tr:not(:first-child) td:nth-child(4) {
  color: #50aab8;
}
#disneyHotel .tb tr td:first-child {
  box-sizing: border-box;
  border-right: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
#disneyHotel .tb tr td:first-child div {
  font-size: 10px;
  padding: 4px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
}
#disneyHotel .tb tr td:first-child div span {
  display: block;
  text-align: center;
}

#disney li {
  color: #8469B0;
}

#offical li {
  color: #F59600;
}

#partner li {
  color: #089B9B;
}

.feature-list li.unactive {
  color: #8c8c8c !important;
}

.hotelbox {
  padding-top: 56px;
}
.hotelbox h3 span {
  font-size: 12px;
  display: block;
  padding-bottom: 8px;
}
.hotelbox h3 img {
  padding-bottom: 8px;
  width: auto !important;
}
.hotelbox .feature-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.hotelbox .feature-box .tablenote {
  color: #6d6d6d;
}
.hotelbox .feature-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.hotelbox .feature-list li {
  margin: 0 2px;
  font-size: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  color: #6d6d6d;
}
.hotelbox .feature-list li em {
  text-align: center;
  display: block;
  font-size: 10px;
  font-weight: normal;
}
.hotelbox .feature-list li br {
  display: none;
}
.hotelbox .feature-list li img {
  opacity: 0.8;
  width: auto !important;
  padding-right: 4px;
}

#disney .logo {
  text-align: right;
  font-size: 12px;
  padding: 8px 10px 0 0;
  color: #666;
}
#disney h3 {
  color: #8469b0;
}
#disney .char li {
  color: #8469b0;
  border: 1px solid #8469b0;
}
#disney .btns a {
  background-color: #8469b0;
}
#disney .btns a:last-child {
  /* margin-top: 8px;
  width: calc(100%); */
}

#disney .btns a.wdL{
  margin-top: 8px;
  width: calc(100%) !important;
}


#offical .feature-list li {
  margin: 0 6px;
}
#offical .feature-list br {
  display: block;
}
#offical h3 {
  color: #f59600;
}
#offical .char li {
  color: #f59600;
  border: 1px solid #f59600;
}
#offical .btns a {
  background-color: #f59600;
}

#partner .feature-list li {
  margin: 0 6px;
}
#partner .feature-list br {
  display: block;
}
#partner h3 {
  color: #50aab8;
}
#partner .char li {
  color: #50aab8;
  border: 1px solid #50aab8;
}
#partner .btns a {
  background-color: #50aab8;
}

#mapContainer .jdsTabNav {
  display: flex;
  margin-top: 16px;
  gap: 6px;
  justify-content: center;
}

#mapContainer .mapbox iframe {
  aspect-ratio: 1/1;
  width: 100%;
}

#mapContainer .jdsTabNav li {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 4px 0 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: 10px;
}

#qanda .qa {
  padding-top: 24px;
}

#qanda .ttl span {
  color: #000;
}

#qandattl {
  text-align: center;
  margin: 20px;
}

#qanda .qa .qawrap {
  margin-bottom: 16px;
}

#qanda .qa .qawrap div:nth-child(2) {
  padding-top: 20px;
  align-items: top;
}

#qanda .qa .qawrap div span {
  font-weight: bold;
  padding-right: 10px;
  font-size: 24px;
  float: left;
}

#qanda .qa .qawrap div {
  overflow: hidden;
  font-size: 14px;
}

#qanda .qa .qawrap div:nth-child(1) {
  position: relative;
  align-items: center;
  padding-right: 20px;
}

#qanda .qa .qawrap div:nth-child(1):after {
  position: absolute;
  display: block;
  content: "+";
  right: 10px;
  top: 50%;
  font-size: 20px;
  margin-top: -12px;
  color: #8c8c8c;
}

#qanda .qa .qawrap div.active-submenu:after {
  content: "-";
}

#qanda .qa .qawrap a {
  color: #1d54a7 !important;
  display: inline-flex;
}

#qanda .qa .qawrap div.jdsCoponSwitch {
  background: #ededed;
  padding: 12px;
  border-radius: 4px;
  cursor: pointer;
  padding-right: 20px;
}

.bnrRelation {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  gap: 4px;
}

.bottom-note {
  color: #8C8C8C;
  font-size: 12px;
  line-height: 1.6;
}
.bottom-note a {
  color: #007CB5;
}

.tablenote {
  font-size: 10px;
  line-height: 1.5;
  padding-top: 8px;
  color: #6d6d6d;
}

.textlogo {
  font-size: 12px;
  text-align: right;
  padding-top: 4px;
}

.hotel-btns {
  margin: 20px 16px 0;
}
.hotel-btns li {
  margin-bottom: 8px;
}
.hotel-btns li a {
  background-color: #064DA4;
  height: 44px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hotel-btns li a:hover {
  text-decoration: none;
}
.hotel-btns li a:after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 24px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(-45deg);
}

/* add map202504 */
.tdrMapBox{  margin-top: 16px;}
ul.tdrMap li{padding: 6px 0; font-size: 12px; line-height: 1.5;font-weight: bold; position: relative;}
ul.tdrMap li a{padding-left: 4px;}

  ul.tdrMap li.col_org:after{ 
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #f59600;
    border-bottom: 2px solid #f59600;
    right: 1px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(-45deg);
   }

   ul.tdrMap li.col_gre:after{ 
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #50aab8;
    border-bottom: 2px solid #50aab8;
    right: 1px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(-45deg);
   }

   ul.tdrMap li.col_pur:after{ 
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #8469B0;
    border-bottom: 2px solid #8469B0;
    right: 1px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(-45deg);
   }

   ul.tdrMap li em{font-weight: normal;
    color: #fff;
    width: 31px;
    height: 31px;
    display: inline-block;
    text-align: center;
    line-height: 3;
    font-weight: bold;}
  
ul.tdrMap li.col_org em{background: url(https://img.travel.rakuten.co.jp/tdr/images/Star_o.svg) no-repeat; background-size: 100%; }
ul.tdrMap li.col_gre em{background: url(https://img.travel.rakuten.co.jp/tdr/images/Star_g.svg) no-repeat;  background-size: 100%;}
ul.tdrMap li.col_pur em{background: url(https://img.travel.rakuten.co.jp/tdr/images/Star_p.svg) no-repeat;background-size: 100%;}

ul.tdrMap li.col_org a{color: #F59600;}
ul.tdrMap li.col_gre a{color: #50aab8;}
ul.tdrMap li.col_pur a{color: #8469B0;}

/* 2409 */
nav ul{width: 100%;}
nav ul a{position: relative;
        font-weight: bold;
        text-align: center;
        padding-top: 50px;
        display: block;
        font-size: 12px;
        padding-bottom: 3px;
        text-decoration: none;
        color: #064DA4 !important;
        border-right: 1px solid #c4c4c4;
      }
      #topNav > li:nth-child(6) > a{border-right: none;}
nav ul li{ position: relative; padding: 0;}
nav ul a.nvbg1::after, nav ul a.nvbg2::after, nav ul a.nvbg3::after, nav ul a.nvbg4::after, nav ul a.nvbg5::after, nav ul a.nvbg6::after {
  background-image: url(https://img.travel.rakuten.co.jp/tdr/202604/images/navi_bg.png);
        background-size: 76px auto;
        background-repeat: no-repeat;
        display: block;
        width: 33px;
        height: 33px;
        content: "";
        top: 5px;
        margin-left: -16px;
        left: 50%;
        position: absolute;
}
nav ul a.nvbg1::after{
  background-position: 0 0;}
  nav ul a.nvbg2::after{
    background-position: -29px 0px;}
    nav ul a.nvbg3::after{
      background-position: 1px -31px;}
      nav ul a.nvbg4::after{
        background-position: -28px -30px;}
        nav ul a.nvbg5::after{
          background-position: 0px -61px;}
        nav ul a.nvbg6::after{
          background-position: -32px -63px;}


.swiper-container.htl {
  padding: 8px 0;
  margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.package .ss-hotelbox {
    overflow: visible;
}

/* .package .swiper-container.htl ul{height:auto;} */
.package .swiper-container.htl .ss-hotel .hotel-img {
    overflow: hidden;
    display: block;
    width: 100%;
    margin: 0 0 8px 0;
}

.package .swiper-container.htl .ss-hotel .hotel-img .bg-img {
    display: block;
}

.package .swiper-container.htl .ss-hotel .hotel-img img {
    height: 110px;
    object-fit: cover;
}

.package .swiper-container.htl .ss-hotel {
    margin-bottom: 0;
    position: relative;
    padding: 0;
    background: #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-bottom: 0;
}

.package .swiper-container.htl .ss-hotel:last-of-type::after {
    display: none;
}

.package .swiper-container.htl .ss-hotel .hotel-name {
    width: 100%;
    padding: 0;
    margin-bottom: 8px;
    text-align: left;
}

.package .swiper-container.htl .ss-hotel .hotel-name a {
    color: #333!important;
    font-weight: 600;
}

.package .swiper-container.htl .ss-hotel .hotel-main,.package .swiper-container.htl .ss-hotel #rvw-score {
    padding: 0 8px;
}

.package .swiper-container.htl .ss-hotel .hotel-main .htlrank {
    display: flex;
    align-items: end;
    justify-content: center;
    width: 30px;
    height: 28px;
    font-size: 12px;
    font-style: normal;
    background: url(https://img.travel.rakuten.co.jp/tdr/202604/images/ranks.svg) left center/auto 28px no-repeat;
    background-position: -113px 0px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-bottom: 1px;
}

.package .swiper-container.htl .ss-hotel .hotel-main .htlrank.htlrank1 {
    color: #333;
    background-position: 0 1px;
}

.package .swiper-container.htl .ss-hotel .hotel-main .htlrank.htlrank2 {
    color: #333;
    background-position: -38px 1px;
}

.package .swiper-container.htl .ss-hotel .hotel-main .htlrank.htlrank3 {
    color: #333;
    background-position: -76px 1px;
}

.package .swiper-container.htl .ss-hotel .hotel-main .area-name {
    color: #333;
    font-weight: 400;
    margin: 8px 0;
}

.package .swiper-container.htl .ss-hotel .stars {
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 2px;
    display: inline-block;
    position: relative;
}

.package .swiper-container.htl .ss-hotel .stars .review-base {
    color: #eaeaea;
    width: 100%;
    box-sizing: border-box;
}

.package .swiper-container.htl .ss-hotel .stars .review-rst {
    color: #ffba00;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    box-sizing: border-box;
}

.package .swiper-container.htl .ss-hotel .review-score {
    color: #bf0000;
    font-size: 14px;
    font-weight: bold;
    margin-left: 8px;
}

.package .swiper-container.htl .ss-hotel .btn {
    margin: 16px 8px!important;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.package .swiper-container.htl .ss-hotel .btn li {
    padding: 8px;
    text-align: center;
    color: #333;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.package .swiper-container.htl .ss-hotel .btn li a {
    color: #333;
}

/* .ttlicon:after{display:none!important;} */
.package {
    padding-bottom: 0;
    margin-bottom: 0;
}

.package .ttlicon {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #333;
}

.package .ttlicon:after {
    display: none;
}

.package .ttlicon.air-icon::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(https://img.travel.rakuten.co.jp/special/supersale/202603/images/icon_dp.svg) no-repeat center / 100%;
}

.package .ttlicon.jr-icon::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(https://img.travel.rakuten.co.jp/special/supersale/202603/images/icon_jr.svg) no-repeat center / 100%;
}

.package .rankTab {
    margin: 24px 0;
}

.package .rankTab ul {
    background: #f3f3f3;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 2%;
    padding: 16px;
}

.package .rankTab ul li {
    width: 23.5%;
    border-radius: 6px;
    box-sizing: border-box;
    background: #fff;
    padding: 8px 0;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    white-space: nowrap;
}

.package .rankTab ul li.active {
    background: #00B900;
    color: #fff;
}

.package .airPackage .jrBtn,.package .jrPackage .airBtn {
    display: none!important;
}

.packageNote {
  color: #6d6d6d;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  margin: 16px auto;
}


#packagePlan .packageTab {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-bottom: 16px;
}


#packagePlan .packageTab li {
  width: 80px;
  padding: 10px 16px;
  text-align: center;
  border-radius: 8px;
  color: #767676;
  border: 1px solid #D1D1D1;
  position: relative;
  cursor: pointer;
  font-size: 12px;
}
#packagePlan .packageTab li.active {
  color: #064DA4;
  border-color: #064DA4;
  padding:10px 8px 10px 24px;
}

#packagePlan .packageTab li.active::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(https://img.travel.rakuten.co.jp/tdr/202604/images/check.svg) no-repeat center / contain;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}