@charset "UTF-8";
#contentsArea {
  color: #333;
}
#contentsArea img {
  vertical-align: bottom;
}
#contentsArea a:hover {
  opacity: 0.8;
}

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;
}

.toplogo {
  font-weight: bold;
  padding-top: 40px;
  clear: both;
  color: #4295d1;
  font-size: 20px;
  position: relative;
  text-align: center;
}
.toplogo img {
  padding-top: 10px;
}

.toplogo:before {
  position: absolute;
  width: 186px;
  height: 114px;
  display: none;
  content: "";
  top: 50%;
  margin-top: -70px;
  right: 10px;
  background: #fff url(https://img.travel.rakuten.co.jp/tdr/202302/images/smartphoneQR.png) 0 0 no-repeat;
}

#keyVisual {
  overflow: hidden;
  width: 100%;
}
#keyVisual .mySwiper2 {
  margin-top: 30px;
  position: relative;
  overflow: inherit;
  padding-bottom: 70px;
}
#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%;
  height: 100%;
  object-fit: cover;
}
#keyVisual .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
#keyVisual .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 18px;
}
.notice {
  padding: 14px;
  width: 1150px;
  margin: 0 auto;
}
.notice div {
  display: flex;
  flex-direction: column;
  width: 1150px;
}
.notice a {
  text-decoration: underline !important;
  color: #064da4 !important;
  font-weight: bold;
}
.notice .date {
  border: 1px solid #333;
  padding: 4px;
  font-size: 12px;
  align-self: flex-end;
}

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 {
  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);
}

.parts {
  width: 1280px;
  margin: 0 auto;
  padding-top: 80px;
}
.parts h2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  line-height: 1.5;
}
.parts h2::before {
  content: url(https://img.travel.rakuten.co.jp/tdr/202302/images/star_svg.svg);
}
.parts h3 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 24px;
}

.ticket {
  border-radius: 4px;
  border: 1px solid #cbeaf7;
  padding: 24px;
  font-size: 14px;
}
.ticket .ttl {
  background: #cbeaf7;
  height: 40px;
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: -24px;
  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 {
  padding: 16px;
  margin-bottom: 24px;
  padding-top: 24px;
  border-bottom: 1px solid #cbeaf7;
}
.ticket .intro span {
  font-weight: bold;
  display: block;
  padding-bottom: 8px;
}
.ticket .intro em {
  color: #bf0000;
}
.ticket .pr {
  padding: 0 24px;
  line-height: 1.8;
  display: flex;
}
.ticket .pr img {
  margin-right: 16px;
}

.bigKeyword {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.bigKeyword a {
  margin: 0 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #6d6d6d !important;
  padding: 6px;
  text-decoration: none !important;
  font-size: 18px;
}

.smallKeyword {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.smallKeyword a {
  margin: 0 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #6d6d6d !important;
  padding: 6px;
  text-decoration: none !important;
  font-size: 14px;
}

.infos {
  margin-top: 40px;
}
.infos li {
  padding: 10px 16px;
  margin-bottom: 16px;
  align-items: center;
  display: flex;
  height: 36px;
  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: 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 {
  margin-top: 56px;
  border-top: 1px solid #d9d9d9;
}
.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;
}

.hotel-intro .intro {
  margin-top: -8px;
}
.hotel-intro .intro .ttl {
  color: #f59600;
  font-weight: bold;
  text-align: center;
  padding-bottom: 24px;
}
.hotel-intro .intro dl {
  font-size: 14px;
  counter-reset: count1;
  border: 1px solid #f59600;
  border-radius: 4px;
}
.hotel-intro .intro dl dt {
  background: #f59600;
  color: #fff;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotel-intro .intro dl dd {
  font-size: 12px;
  padding: 18px;
  line-height: 1.4;
}
.hotel-intro .intro dl dd ol {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotel-intro .intro dl dd ol li {
  margin-right: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.hotel-intro .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;
}

#disney li {
  color: #8469B0;
}

#disney .tablenote {
  margin-left: -490px;
  transform: scale(0.91);
}

#offical li {
  color: #F59600;
}

#partner li {
  color: #089B9B;
}

.feature-list li.unactive {
  color: #8c8c8c !important;
}

.hotels {
  padding-bottom: 10px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.hotels .hotel {
  border-radius: 4px;
  line-height: 1.4;
  padding: 16px;
  box-sizing: border-box;
  width: 302px;
  border: 1px solid #eaeaea;
}
.hotels .hotel table {
  background: #F2F2F2;
  color: #484848;
  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: 11px;
  padding: 5px;
}
.hotels .hotel .hotelspec tr td:nth-of-type(1) {
  width: 62px;
}
.hotels .hotel .hotel-name {
  font-size: 14px;
  font-weight: bold;
}
.hotels .hotel .hotel-name span {
  font-size: 12px;
  color: #6D6D6D;
  display: block;
}
.hotels .hotel .photos {
  margin-bottom: 10px;
}
.hotels .hotel .photos a {
  text-decoration: none;
  display: grid;
}
.hotels .hotel .photos a img {
  width: 100%;
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.hotels .hotel .photos a::after {
  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;
  grid-column: 1/-1;
  z-index: 2;
  box-sizing: border-box;
  grid-row: 1/-1;
  justify-self: end;
  align-self: end;
}
.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: 34px;
  display: flex;
  align-items: center;
  font-size: 12px;
  text-align: center;
  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: -85px;
}

.searchWide {
  width: 1280px;
  margin: 0 auto;
}

#search-box {
  border: none;
  background-color: transparent;
}

.searchCategory {
  background-color: transparent !important;
}

#search-box.verB.test .dhAll.dh {
  margin-top: 100px;
  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;
}

#search-box #domestic-search-container .searchCategory li.on {
  background-color: #064da4;
}

#search-box .searchNavi li.on:after {
  border-top: 7px solid #064da4;
}

#search-box.verB.test .grey.InpuDateBox.chkDate {
  width: 33%;
  padding-left: 6%;
}

#search-box.verB.test .explain {
  top: -38px;
  left: 990px !important;
}

#search-box.verB.test .dhAll {
  background-color: #fff;
}

.jdsShowFix {
  z-index: 1000;
  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;
}

#keywordSearch {
  border: none;
  padding-top: 20px;
}
#keywordSearch .holder p {
  font-size: 12px;
  color: #6d6d6d;
  text-align: center;
  padding-top: 24px;
}

.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;
}

#rankPart .swiper-container {
  position: relative !important;
  padding-bottom: 30px;
  padding-top: 40px;
  overflow: hidden;
}

#rankPart .swiper-container .swiper-slide {
  width: 200px;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  background: #fff;
}

#rankPart .swiper-container .rkBox .photoBox {
  position: relative;
}

#rankPart .swiper-container .rkBox .photoBox span {
  position: absolute;
  width: 27px;
  height: 15px;
  background: url(https://img.travel.rakuten.co.jp/tdr/202104/images/imgRank.png) 0 -2px 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: 27px;
  height: 15px;
  background: url(https://img.travel.rakuten.co.jp/tdr/202104/images/imgRank1.png) 0 -2px 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: 27px;
  height: 15px;
  background: url(https://img.travel.rakuten.co.jp/tdr/202104/images/imgRank2.png) 0 -2px 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: 27px;
  height: 15px;
  background: url(https://img.travel.rakuten.co.jp/tdr/202104/images/imgRank3.png) 0 -2px 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 .swiper-slide .photoBox img {
  border-radius: 3px 3px 0 0;
  aspect-ratio: 160 / 100;
  width: 200px;
}

#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 a h3 {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  margin: 8px;
  text-align: left;
}

#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: 14px;
  text-align: right;
  font-weight: bold;
}

#rankPart .swiper-container .swiper-slide a .priceBox em {
  font-style: normal;
  font-size: 22px;
}

a.btnBox {
  display: block;
  width: 92%;
  margin: 12px auto;
  font-weight: bold;
  color: #fff !important;
  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 .swiper-slide h4 {
  margin: 8px;
  font-size: 14px;
  line-height: 1.5;
}

#rankPart .swiper-container .swiper-slide h4 a:hover {
  color: #1d54a7;
}

#rankPart .swiper-container .swiper-slide .photoBox img {
  object-fit: cover;
}

#rankPart .swiper-container .swiper-slide .priceBox {
  margin-right: 8px;
  color: #bf0000;
  font-size: 14px;
  text-align: right;
  font-weight: bold;
}

#rankPart .swiper-container .swiper-slide .priceBox em {
  font-style: normal;
  font-size: 22px;
}

#rankPart .swiper-button-next,
#rankPart .swiper-button-prev,
#packagePlan .swiper-button-next,
#packagePlan .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;
}

#rankPart .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;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #6d6d6d;
}
#disneyHotel .tb {
  border: 1px solid #eaeaea;
  width: 1280px;
}
#disneyHotel td {
  line-height: 1.5;
}
#disneyHotel .title {
  height: 60px;
}
#disneyHotel svg {
  display: block;
  box-sizing: border-box;
  width: 473px;
  height: 56px;
}
#disneyHotel .tb tr td:not(:first-child) {
  background-color: #f3f3f3;
  text-align: center;
  width: 268px;
  box-sizing: border-box;
  border-right: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  font-size: 14px;
}
#disneyHotel .tb tr:first-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.4;
}
#disneyHotel .tb tr:first-child a:after {
  content: url("https://img.travel.rakuten.co.jp/tdr/202302/images/arr_svg.svg");
  padding-left: 10px;
  padding-top: 6px;
}
#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;
  width: 473px;
  border-right: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
#disneyHotel .tb tr td:first-child div {
  height: 48px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  font-weight: bold;
}
#disneyHotel .tb tr td:first-child div span {
  padding-right: 16px;
}

.hotelbox {
  padding-top: 56px;
}
.hotelbox h3 {
  padding-bottom: 24px;
}
.hotelbox h3 span {
  font-size: 14px;
  display: block;
  padding-bottom: 8px;
}
.hotelbox h3 img {
  padding-bottom: 8px;
}
.hotelbox .feature-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.hotelbox .feature-box .tablenote {
  color: #6d6d6d;
  transform: scale(0.91);
}
.hotelbox .feature-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotelbox .feature-list li {
  margin: 0 15px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
}
.hotelbox .feature-list li em {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.hotelbox .feature-list li img {
  position: relative;
  top: -4px;
  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 h3 {
  color: #f59600;
}
#offical .char li {
  color: #f59600;
  border: 1px solid #f59600;
}
#offical .btns a {
  background-color: #f59600;
}

#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: 40px;
  gap: 20px;
  justify-content: center;
}

#mapContainer .mapbox {
  box-sizing: border-box;
  border: 2px solid #eaeaea;
  width: 1280px;
}
#mapContainer .mapbox iframe {
  margin-bottom: -4px;
  aspect-ratio: 16/9;
  width: 100%;
}

#mapContainer .jdsTabNav li {
  width: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 4px 0 0;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  position: relative;
}

#mapContainer .jdsTabNav li:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAkFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+WABnwAAAAL3RSTlMAAwgOEBgcICYuNz1AREhRV1tlb3V9gIGHipGVnKCnr7a8xsrR19zf4uTo7/X6/bVVaqoAAAGRSURBVHjajdVVtq0wEEXRHTju7rgGq/737rlAqshdv4yJxWA22139OCt1ngSP/dyBrek5Kui/dHxbjILlKyMj/dmIYHariK15CU/apiRWHDlxaWist/EfnDdZCqd9oTyyFs16xHgGV+j+/x30pT7/xKalfp1gTn/E1Pi7+ZtH9Z/xuZFB3DOx+eqnWJpjrie48mYn/S09+/lspgAApgVPcOdIuwFwJpZI5gWoiCeSSRxMtUzwYN5sjV3HE9HccKUxgifzz3yZ8M9JEFuIGpoMmUz4dytQWgnuTe8atJ1s6j7JrWRbDV4s4YkoKENgIVtt/OTHONkYiynEfpSsDUFPzCuWiIJ2ULFMNsygZS5wE8mmEPayeSWQdUlMewDweLLSnIgUAKwbjvCCDtIeXqplzorIxc8W2vgt+5QV7Qq/Oxh7b01sd+F4kQvVP+KEXxHJDP81jewiXaLXzPqcZCAA92P5jhnMTpUMmrsDrqUnPmINqb3fcuDoYKTtK+6r9LNXsORsrkGcFVoXWRI+dhMM+wYy9UJpQhKBMQAAAABJRU5ErkJggg==) no-repeat center center;
  height: 20px;
  width: 20px;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  background-size: 20px;
}

#mapContainer .jdsTabNav li.cor1 {
  background-color: #b762a6 !important;
}

#mapContainer .jdsTabNav li.cor2 {
  background-color: #ef9911 !important;
}

#mapContainer .jdsTabNav li.cor3 {
  background-color: #089b9b !important;
}

#mapContainer .jdsTabNav li em {
  font-style: normal;
  display: block;
}

#qanda .qa {
  padding-top: 40px;
}

#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: 16px;
  border-radius: 4px;
  cursor: pointer;
}

.bnrRelation {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.bottom-note {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 1.6;
}

#search-box.verB.test.noDPsale .explain {
  left: 610px;
  top: -40px;
}

#maskDh {
  width: 1276px;
  left: 2px;
}

.tablenote {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 16px;
  color: #6d6d6d;
  transform: scale(0.91);
}

.textlogo {
  font-size: 12px;
  text-align: right;
  padding-top: 4px;
}

.hotel-btns {
  margin-top: 50px;
  display: flex;
  gap: 40px;
  justify-content: center;
}
.hotel-btns li {
  width: 420px;
}
.hotel-btns li.wd_L {
  width: 820px;
}
.hotel-btns li a {
  background-color: #064DA4;
  height: 60px;
  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: 40px;}
    
 ul.tdrMap_pc{
  display: block;
        background: url(https://img.travel.rakuten.co.jp/tdr/images/tdr_map_2504.png) no-repeat;
        background-size: 100%;
        height: 643px;
        margin: 0 auto;
        position: relative;
        max-width: 960px;
        margin: 0 auto;
        font-size: 14px;
}
 ul.tdrMap_pc li{ position: absolute;border-radius: 4px;}

ul.tdrMap_pc li a{
  display: inline-block;
    color: #fff;
    padding: 10px 17px;
    text-align: center;
    position: relative;
    line-height: 1.3;
}

 ul.tdrMap_pc li a:after{ 
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: 6px;
  top: 50%;
  margin-top: -4px;
  transform: rotate(-45deg);
 }
 ul.tdrMap_pc li.HTL74732{top: 203px;left: 182px;}
 ul.tdrMap_pc li.HTL72737{top: 345px;left: 311px;}
 ul.tdrMap_pc li.HTL183493{top: 285px;left: 208px;}
 ul.tdrMap_pc li.HTL74733{top: 436px;left: 311px;}
 ul.tdrMap_pc li.HTL151431{top: 232px;right: 147px;}
 ul.tdrMap_pc li.HTL189000{top: 516px;left: 312px;}

 ul.tdrMap_pc li.HTL27929{top: 31px;left: 59px;}
 ul.tdrMap_pc li.HTL54127{top: 93px;left: 66px;}
 ul.tdrMap_pc li.HTL179245{top: 148px;left: 83px;}
 ul.tdrMap_pc li.HTL1405{bottom: 26px;left: 12px;}
 ul.tdrMap_pc li.HTL1304{bottom: 26px;left: 170px;}
 ul.tdrMap_pc li.HTL27896{bottom: 26px;left: 370px;}

 ul.tdrMap_pc li.HTL1238{top: 9px;right: 67px;}
 ul.tdrMap_pc li.HTL978{top: 89px;right: 389px;}
 ul.tdrMap_pc li.HTL67046{top: 317px;right: 147px;}
 ul.tdrMap_pc li.HTL38529{top: 112px;right: 47px;}

 ul.tdrMap_pc li.col_org{background-color: #F59600;}
 ul.tdrMap_pc li.col_gre{background-color: #50AAB8;}
 ul.tdrMap_pc li.col_pur{background-color: #8469B0;}

 
nav ul a{position: relative;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 18px;
  text-decoration: none;
  color: #064DA4 !important;
  border-right: 1px solid #c4c4c4;
  padding:0 40px ;
}
nav ul a:hover{ border-bottom: 0; padding-bottom: 0;}
#topNav > li:nth-child(6) > a{border-right: none;}

nav ul li{ position: relative;}

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: 32px;
  height: 32px;
  top: 50%;
  margin-top: -20px;
  left: 0;
  position: absolute;
  content: "";
}
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: 16px 0px;
  margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.package .ss-hotelbox {
    overflow: visible;
    padding-left: 0;
}

/* .package .swiper-container.htl ul{height:auto;margin:0 4px 20px!important;} */
.package .swiper-container.htl .ss-hotel .hotel-img {
    overflow: hidden;
    display: block;
    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 {
    aspect-ratio: 160 / 100;
    /* object-fit: cover; */
}

.package .swiper-container.htl .ss-hotel {
    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::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    background: #ccc;
    right: -10px;
}

.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,#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: -113.5px 1px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    box-sizing: border-box;
    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 section{margin-bottom:40px;} */
.package {
    padding-bottom: 0;
}

.package .ttlicon {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    color: #333;
}

.package .ttlicon:after {
    display: none;
}

.package .ttlicon.air-icon::before {
    content: "";
    width: 32px;
    height: 32px;
    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: 32px;
    height: 32px;
    background: url(https://img.travel.rakuten.co.jp/special/supersale/202603/images/icon_jr.svg) no-repeat center / 100%;
}

.package .airPackage .jrBtn,.package .jrPackage .airBtn {
    display: none!important;
}

.package .rankTab {
    margin: 24px 0;
}

.package .rankTab ul {
    background: #f3f3f3;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 16px 24px;
}

.package .rankTab ul li {
    background: #fff;
    padding: 8px 0;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    width: 131px;
}

.package .rankTab ul li.active {
    background: #00B900;
    color: #fff;
}

.package .swiper-button-next,.package .swiper-button-prev {
    background-image: url(https://img.travel.rakuten.co.jp/package/special/special-offers/202602/images/arrow_light.png);
    width: 64px;
    height: 64px;
    background-size: auto 64px;
    right: 0;
}

.package .swiper-button-prev {
    transform: rotate(180deg);
    left: 0;
}

.package .swiper-button-disabled{
    display: none;
}



.packageNote {
  color: #6d6d6d;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin: 24px auto;
}


#packagePlan .packageTab {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin-bottom: 24px;
}


#packagePlan .packageTab li {
  width: 100px;
  padding: 12px 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:12px 8px 12px 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%);
}