@charset "UTF-8";
#contentsArea {
  color: #333;
  min-width: 1280px;
  /*font-family: "Noto Sans JP", sans-serif;*/
}
#contentsArea img {
  vertical-align: bottom;
}
#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;
}
#swiperKv {
  width: 100%;
}
#swiperKv img {
  width: 100%;
  aspect-ratio: 1.96/1;
  object-fit: cover;
}
#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);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

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;
  left: 0;
}
nav ul li {
  font-weight: bold;
  margin: 0 20px;
  position: relative;
  padding: 4px 32px;
  border-right: 1px solid #ccc;
}

nav ul li:last-child {
  border-right: none;
}

nav ul a {
  display: block;
  color: #004C45 !important;
}
nav ul a:hover {
  text-decoration: none !important;
  /* color: #064da4 !important;
  padding-bottom: 20px;
  border-bottom: 3px solid #064da4; */
}



/* 202506 */
nav ul li::before {
  content: '';
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url(https://img.travel.rakuten.co.jp/themepark/jga/images/icon.svg);
  background-size: 144px 32px;
  background-repeat: no-repeat;
  background-position: 0 -2px;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

nav ul .bookIcon::before {
  background-position: -40px -2px;
}

nav ul .hotelIcon::before {
  background-position: -80px -2px;
}

nav ul .searchIcon::before {
  background-position: -113px -2px;
}



.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;
  font-weight: 400;
}

.parts {
  width: 1280px;
  margin: 0 auto;
  padding-top: 80px;
}
.parts h2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: calc(-50vw + 640px);
  margin-right: calc(-50vw + 640px);
  font-size: 24px;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  font-weight: 400;
}
.parts h2::before {
  content: url(https://img.travel.rakuten.co.jp/themepark/jga/images/leaf.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: #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 h2 {
  padding-bottom: 56px;
}


#MORE h3 {
  border-top: 1px solid #ccc;
  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: #004C45;
  font-weight: bold;
  text-align: center;
  padding-bottom: 24px;
}
.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: 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;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  background-color: #004C45;
  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!important;
}
.hotels .hotel .photos a {
  text-decoration: none;
}
.hotels .hotel .photos a img {
  width: 100%;
  border-radius: 4px;
  aspect-ratio: 16/9;
}

.hotels .hotel .photos .toDetail {
  bottom: 30px;
  right: 0;
  position: absolute;
  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;
  z-index: 2;
  box-sizing: border-box;
  cursor: pointer;
}
.hotels .hotel .photos .toDetail:hover {
  text-decoration: none!important;
}
.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%);
}

.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;
}
#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: #004C45 !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 {
  padding-top: 40px;
  text-align: center;
}

#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 {
  width: 80%;
  margin: 0 auto;
  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 {
  width: 16%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-weight: 400;
}
#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;
  font-weight: 400;
}
#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: 24px;
}
/* 202506 */
#ACCESS .accessImg {
  width: 80%;
  display: block;
  margin: 40px auto 0;
}

.jdsShowFix {
  z-index: 9999;
  width: 80px;
  border-radius: 6px 6px 0 0;
  background-color: #004C45;
  position: fixed;
  right: 10px;
  bottom: 10px;
}
.jdsShowFix a {
  display: block;
  width: 80px;
  height: 50px;
  position: relative;
}
.jdsShowFix a:after {
  display: block;
  position: absolute;
  bottom: 20%;
  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;
}
#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;
}
#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;
  outline: none;
  user-select: none; /* 禁止选中，避免蓝色选中层 */
}
#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://img.travel.rakuten.co.jp/themepark/jga/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;
}

#maskDh {
  width: 1064px;
  left: 214px;
}




/* 202506 */

#COUPON {
  width: 100%;
}

#COUPON .couponContainer {
  margin-top: 40px;
  background: #CAE3DD;
}

#COUPON .couponContainer .coupon__box__holder {
  justify-content: center;
}

#COUPON .couponContainer .coupon__box__holder a:hover {
  text-decoration: none;
}


/* 202506 */
.ticket-container {
    border: 1px solid #C6A131;
    width: 80%;
    max-width: 1280px;
    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;
    padding: 20px;
}

.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: 5px;
    color: #02221B;
}

.notes-list li {
    margin-bottom: 8px;
    line-height: 1.4;
    font-weight: 400;
}
.notes-list li:last-child {
    margin-bottom: 0;
}

#search-box .searchCategory {
  background: #f3f3f3;
}

#search-box.verB.test .dhAll {
  background: #fff;
}

#search-box.verB 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.verB #dr-search-form ul.searchCategory li 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 .searchSelectCar li input[type="radio"]:checked + label, #search-box.verB .searchSelectBus li 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 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;
}