@charset "UTF-8";
#contentsArea {
  color: #333;
  /*font-family: "Noto Sans JP", sans-serif;*/
}
#contentsArea img {
  vertical-align: bottom;
  width: 100%;
}

.pc {
  display: none;
}

#contents {
  margin: 0 auto;
  padding: 16px;
  padding-top: 0;
  background: #fff;
  font-weight: 300;
}

#keyVisual {
  font-family: "Noto Sans JP", sans-serif;
  /* background-image: url(https://img.travel.rakuten.co.jp/themepark/htb/202303/images/topbnrsp.jpg); */
  background-size: cover;
  background-position: center;
  /* min-height: 217px;
  aspect-ratio: 16/9; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  margin-bottom: 8px;
  position: relative;
}
#keyVisual h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-indent: 0;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

#swiperKv {
  width: 100%;
}
#swiperKv img {
  width: 100%;
  aspect-ratio: 1.96/1;
  object-fit: cover;
}

nav {
  min-height: 49px;
  font-size: 14px;
}
nav ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 10px;
  background-color: #fff;
  padding-left: 2px;
  padding-right: 2px;
  box-sizing: border-box;
}
nav ul.active {
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  z-index: 1000;
  left: 0;
}
nav ul li {
  font-weight: bold;
  margin: 0 4px;
  text-align: center;
  position: relative;
  padding-top: 24px;
}
nav ul a {
  display: block;
  color: #004C45 !important;
  font-size: 13px;
}
nav ul a:hover {
  text-decoration: none !important;
}

/* 202506 */
nav ul li::before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(https://img.travel.rakuten.co.jp/themepark/jga/images/icon.svg);
  background-size: 114px 24px;
  background-repeat: no-repeat;
  background-position: 0 -2px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

nav ul .bookIcon::before {
  background-position: -32px -2px;
}

nav ul .hotelIcon::before {
  background-position: -62px -2px;
}

nav ul .searchIcon::before {
  background-position: -88px -2px;
}

.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;
  text-align: center;
  font-weight: 400;
}

.parts {
  margin: 0 auto;
  padding-top: 30px;
}
.parts h2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.parts h2::before {
  content: url(https://img.travel.rakuten.co.jp/themepark/jga/images/leaf.svg);
  transform: scale(0.6);
}
.parts h3 {
  text-align: center;
  padding-bottom: 24px;
}

.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: #004C45;
  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;
  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: #004C45;
  font-weight: bold;
  text-align: center;
  padding-bottom: 16px;
}
.intro dl {
  font-size: 14px;
  counter-reset: count1;
  border: 1px solid #004C45;
  border-radius: 4px;
}
.intro dl dt {
  background: #004C45;
  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 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  background-color: #004C45;
  color: #fff;
  counter-increment: count1;
  content: counter(count1);
  font-weight: 700;
}

.hotels {
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  /* gap: 16px; */
}
.hotels:last-child {
  padding-bottom: 0;
}
.hotels .hotelspec {
  display: none;
}
.hotels .hotel {
  line-height: 1.4;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin-top: 20px;
}
.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 .top > div {
  display: flex;
  flex-direction: column;
}
.hotels .hotel .top .photos {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}
.hotels .hotel .top .photos .swiper-pagination {
  bottom: 5px;
}
.hotels .hotel .top .photos .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 2px;
}
.hotels .hotel .top .photos .swiper-pagination-bullet-active {
  background-color: #6d6d6d!important;
}
.hotels .hotel .top .photos .toDetail {
  position: absolute;
  right: 0;
  bottom: 30px;
  font-size: 10px;
  padding: 4px;
  border-radius: 4px 0 4px 0;
  color: #fff!important;
  background-color: rgba(0, 0, 0, 0.5);
  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%);
}

.hotels .hotel .points {
  display: flex;
  gap: 4px;
  justify-content: flex-start;
  padding-bottom: 0;
}
.hotels .hotel .points li {
  border-radius: 3px;
  border: 1px solid #004C45;
  font-size: 12px;
  overflow: hidden;
  padding: 2px 4px;
  color: #004C45;
  font-weight: 400;
}

#Searchbox {
  margin-left: -16px;
  margin-right: -16px;
  padding-bottom: 0;
  border-bottom: 0;
}

#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;
}

.searchCategory {
  display: none;
}

#search-box.verB.test .dhAll.dh {
  margin-top: 0;
}

#searchSwitchArea1 .line.sibori {
  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: #004C45 !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: 70%;
}

#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#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 {
  width: 100%;
  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;
  align-items: center;
  padding-bottom: 16px;
  font-weight: 400;
}
#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;
  flex-shrink: 0;
  width: 16%;
}
#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;
}

#ACCESS .note {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-top: 12px;
}


/* 202506 */
#ACCESS .accessImg {
  width: 100%;
  display: block;
  margin: 40px auto 0;
}

#ACCESS .accessImg.pc {
  display: none !important;
}


.jdsShowFix {
  z-index: 99;
  width: 60px;
  border-radius: 6px 6px 0 0;
  background-color: #004C45;
  position: fixed;
  right: 0px;
  bottom: 0px;
}
.jdsShowFix a {
  display: block;
  width: 60px;
  height: 35px;
  position: relative;
}
.jdsShowFix a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg) translateX(-50%);
  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: 16px 16px 0;
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
#PICKUP .mySwiper {
  position: relative;
  margin-top: 16px;
  box-sizing: border-box;
}
#PICKUP .mySwiper .swiper-slide {
  text-align: center;
  font-size: 14px;
  width: 25%;
  height: 100%;
  opacity: 0.4;
  border-radius: 4px;
}
#PICKUP .mySwiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
#PICKUP .mySwiper .swiper-slide span {
  padding-top: 8px;
  display: block;
}
#PICKUP .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
#PICKUP .swiper-button-prev,
#PICKUP .swiper-button-next {
  height: 50px;
  width: 50px;
  top: 51%;
  z-index: 10;
  -webkit-tap-highlight-color: transparent; /* 移除移动端点击高亮 */
}
#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/themepark/htb/202303/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;
  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: 20px;
  }

  #keywordSearch .holder p {
    font-size: 12px;
    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;
  }
}
#FEATURE .swiper-container-horizontal > .swiper-scrollbar {
  bottom: 10px;
}

#FEATURE .feature {
  padding-bottom: 20px;
}

#FEATURE .swiper-button-prev,
#FEATURE .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;
}

#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: #004C45;
}
#direct .btns a {
  background-color: #004C45;
}

#partner .ttl {
  color: #f59600;
}
#partner .btns a {
  background-color: #f59600;
}


/* 202506 */
#COUPON {
  width: 100%;
}

#COUPON .couponContainer {
  margin-top: 20px;
  background: #CAE3DD;
}

#COUPON .couponContainer .coupon__box__holder {
  justify-content: center;
}

#COUPON .couponContainer .coupon__box__holder a:hover {
  text-decoration: none;
}

/* 202506 */
.ticket-container {
    width: 100%;
    border: 1px solid #C6A131;
    margin: 80px auto 0;
    border-radius: 4px;
}

.top-banner {
    background-color: #C6A131; /* Gold-like color from image */
    padding: 10px 15px;
    text-align: center;
}

.top-banner a {
  text-align: center;
  display: block;
    color: #02211A;
    font-size: 14px;
    font-weight: 700;
}

.top-banner a:hover {
    text-decoration: none!important;
    opacity: 0.8;
}

.top-banner .external-link-icon::before {
    content: url(https://img.travel.rakuten.co.jp/themepark/jga/images/link.svg); 
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.main-content {
    display: flex;
    flex-direction: column;
    padding: 16px;
    
}

.left-panel {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.left-panel p {
  text-align: center;
}

.ticket-link-title {
    font-weight: bold;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
}

.ticket-link-subtitle {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 400;
}

.logo-img {
    width: 90%; /* Adjust as needed */
    height: auto;
    display: block;
}

.right-panel {
    flex: 2;
    font-size: 14px;
    color: #333;
    display: flex;
    flex-direction: column;
}


.notes-list {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    color: #02221B;
}

.notes-list li {
    margin-bottom: 4px;
    line-height: 1.4;
    font-weight: 400;
}
.notes-list li:last-child {
    margin-bottom: 0;
}



#search-box.verB #dr-search-form ul.searchCategory li input[type="radio"]:checked + label ,#search-box.verB.test #dr-search-form input[type="radio"]:checked + label{
  background: url(https://img.travel.rakuten.co.jp/themepark/jga/images/checked_1.svg) left center no-repeat;
  background-size: 20px 20px;
}

#search-box.verB.test #dr-search-form input[type="checkbox"]:checked + label {
  background: url(https://img.travel.rakuten.co.jp/themepark/jga/images/checked_2.svg) left center no-repeat;
  background-size: 16px 16px;
}

#search-box #dap-search-form .heyaDP dl.fltDl dd {
  min-height: auto;
  margin-bottom: 7px;
}


