div#grpLocationArea {
  margin: 10px 0 10px 15px;
  font-size: 82%;
}

.sp {
  display: none;
}

#widewrapper {
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 80px;
  background-image: linear-gradient(to right, #ecf8ff 50%, #e1f3fd 50%);
  background-size: 10px 100%;
  width: auto;
  color: #333;
}
#widewrapper a {
  color: #333;
}
#widewrapper a:hover {
  opacity: 0.8;
}

.entry .btm_bnr {
  background-image: linear-gradient(to right, #ecf8ff 50%, #e1f3fd 50%);
  background-size: 10px 100%;
}

#keyVisual {
  border-bottom: 4px solid #1865be;
  padding-top: 50px;
  margin: 0 auto;
  background-color: #fff;
}
#keyVisual h1 {
  font-size: 48px;
  text-align: center;
  color: #1865be;
  padding-bottom: 36px;
}
#keyVisual span {
  display: block;
}
#keyVisual img {
  padding-bottom: 32px;
}

.navi {
  display: flex;
  padding-top: 64px;
  padding-bottom: 25px;
  justify-content: center;
  gap: 24px;
}

.hotelsWrap {
  padding-top: 1px;
}

.hotels {
  box-sizing: border-box;
  background-color: #fff;
  width: 1280px;
  margin: 90px auto;
  border-radius: 16px;
}
.hotels.blue {
  padding: 80px;
  padding-top: 64px;
  margin: 64px auto;
}
.hotels .ttl {
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2893CF;
  text-align: center;
  position: relative;
}
.hotels .ttl span {
  padding: 0 10px;
}
.hotels .ttl.blue img {
  filter: hue-rotate(-178deg) saturate(5) brightness(80%);
}
.hotels .ttl.green {
  color: #49A2AB;
}
.hotels .ttl.green img {
  filter: hue-rotate(-178deg) saturate(5) brightness(80%) opacity(90%);
}
.hotels .ttl.main {
  top: -68px;
}
.hotels .box {
  line-height: 1.5;
  margin-top: -68px;
}
.hotels .box h2 {
  text-align: center;
  margin-top: -15px;
}
.hotels .ambassador {
  font-size: 18px;
  background-color: #eaf7ff;
  margin: 80px;
  margin-top: 20px;
  position: relative;
  padding: 8px;
}
.hotels .ambassador .holder {
  border: 2px solid #fff;
  padding: 48px;
  display: flex;
}
.hotels .ambassador .holder img {
  margin-right: 40px;
}
.hotels .ambassador .holder a {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #1D54A7 !important;
  text-decoration: underline;
}
.hotels .ambassador .holder a:hover {
  text-decoration: none;
}

.tcopy,
.line {
  position: relative;
  top: 12px;
  text-align: right;
  width: 1280px;
  margin: 0 auto;
  font-size: 14px;
}

#part3 {
  margin-bottom: 0;
}
#part3 .hotels {
  margin-bottom: 0;
}
#part3 .room_box ul li {
  border: 1px solid #54a8b0;
}
#part3 .room_box ul li h4 {
  height: 84px;
  background-color: #54a8b0;
}
#part3 .room_box ul li .text {
  border-bottom: 1px solid #54a8b0;
}

.room_box {
  padding-bottom: 20px;
}
.room_box .sub_ttl {
  text-align: center;
  padding-bottom: 32px;
}
.room_box ul {
  margin-bottom: 64px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.room_box ul li {
  width: 360px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #2893cf;
}
.room_box ul li a {
  text-decoration: none;
}
.room_box ul li h4 {
  color: #fff;
  background-color: #2893cf;
  text-align: center;
  font-size: 22px;
  height: 58px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.room_box ul li .text {
  margin: 16px;
  border-bottom: 1px solid #2893cf;
  padding-bottom: 16px;
  font-size: 13px;
}
.room_box ul li .linkMore {
  font-size: 18px;
  text-align: center;
  color: #2893cf;
  padding-bottom: 16px;
  position: relative;
}
.room_box ul li .linkMore:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #2893cf;
  border-bottom: 2px solid #2893cf;
  right: 110px;
  bottom: 25px;
  transform: rotate(-45deg);
}
.room_box ul li img {
  width: 100%;
}

.btm_bnr {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 90px;
}

.tdrtop {
  text-align: center;
}

.jdsShowFix {
  z-index: 9999;
  border-radius: 50%;
  background-color: #064da4;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.jdsShowFix a {
  display: block;
  width: 110px;
  height: 110px;
  position: relative;
}

/* 02-08.html */
.swiper-container {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 90px;
  background-color: #fff;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
}

.swiper-slide {
  display: flex;
  width: 886px !important;
  justify-content: center;
  align-items: center;
}

.swiper-slide-active {
  transform: scale(1.05);
}

.swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.93);
  top: 10px;
}

.swiper-slide img {
  width: 100%;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: 40px 40px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  top: calc(50% - 35px) !important;
}

.swiper-container .swiper-button-prev {
  background-image: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/images/arrow_prev.png);
  left: calc(50% - 463px);
}

.swiper-container .swiper-button-next {
  background-image: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/images/arrow_next.png);
  right: calc(50% - 463px);
}

.swiper-container .swiper-button-prev:hover,
.swiper-container .swiper-button-next:hover {
  opacity: 0.8;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  height: 58px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 110px;
  height: 58px;
  border-radius: 0;
  margin-top: 10px;
  opacity: 1;
}

#page02 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/mm-2.jpg) no-repeat;
  background-size: 110px 58px;
}

#page02 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/mm-3.jpg) no-repeat;
  background-size: 110px 58px;
}

#page02 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/mm-5.jpg) no-repeat;
  background-size: 110px 58px;
}

#page02 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(4) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/mm-1.jpg) no-repeat;
  background-size: 110px 58px;
}

#page03 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/min-1.jpg) no-repeat;
  background-size: 110px 58px;
}

#page03 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/min-2.jpg) no-repeat;
  background-size: 110px 58px;
}

#page03 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(4) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/min-3.jpg) no-repeat;
  background-size: 110px 58px;
}

#page03 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/min-4.jpg) no-repeat;
  background-size: 110px 58px;
}

#page04 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/d-1.jpg) no-repeat;
  background-size: 110px 58px;
}

#page04 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/d-2.jpg) no-repeat;
  background-size: 110px 58px;
}

#page04 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/d-3.jpg) no-repeat;
  background-size: 110px 58px;
}

#page04 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(4) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/d-4.jpg) no-repeat;
  background-size: 110px 58px;
}

#page05 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/b-1.jpg) no-repeat;
  background-size: 110px 58px;
}

#page05 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/b-2.jpg) no-repeat;
  background-size: 110px 58px;
}

#page05 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/b-3.jpg) no-repeat;
  background-size: 110px 58px;
}

#page05 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(4) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/b-4.jpg) no-repeat;
  background-size: 110px 58px;
}

#page06 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/a-1.jpg) no-repeat;
  background-size: 110px 58px;
}

#page06 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/a-2.jpg) no-repeat;
  background-size: 110px 58px;
}

#page06 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/a-3.jpg) no-repeat;
  background-size: 110px 58px;
}

#page06 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(4) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/a-4.jpg) no-repeat;
  background-size: 110px 58px;
}

#page07 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/t-1.jpg) no-repeat;
  background-size: 110px 58px;
}

#page07 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/t-2.jpg) no-repeat;
  background-size: 110px 58px;
}

#page07 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/t-3.jpg) no-repeat;
  background-size: 110px 58px;
}

#page07 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(4) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/t-4.jpg) no-repeat;
  background-size: 110px 58px;
}

#page08 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/c-1.jpg) no-repeat;
  background-size: 110px 58px;
}

#page08 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/c-2.jpg) no-repeat;
  background-size: 110px 58px;
}

#page08 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/c-3.jpg) no-repeat;
  background-size: 110px 58px;
}

#page08 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(4) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/c-4.jpg) no-repeat;
  background-size: 110px 58px;
}

#page09 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/s-1.jpg) no-repeat;
  background-size: 110px 58px;
}

#page09 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/s-2.jpg) no-repeat;
  background-size: 110px 58px;
}

#page09 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(4) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/s-3.jpg) no-repeat;
  background-size: 110px 58px;
}

#page09 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1) {
  background: url(https://img.travel.rakuten.co.jp/tdr/disneyhotels/room/202305/images/s-4.jpg) no-repeat;
  background-size: 110px 58px;
}

.room_name {
  background-color: #fff;
  padding-top: 64px;
  text-align: center;
  padding-bottom: 60px;
}
.room_name h2 {
  font-size: 44px;
  color: #164584;
  padding-top: 32px;
}
.room_name .text {
  font-size: 14px;
  color: #333;
  padding-top: 40px;
}

.room_intro {
  line-height: 1.5;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 38px;
}
.room_intro li img {
  width: 100%;
}

.room_intro + .text {
  padding-top: 24px;
  line-height: 1.5;
}

a[href="#plan"] {
  margin: 0 auto;
  display: block;
  width: 544px;
}

.room_okay {
  display: flex;
  justify-content: space-between;
  padding-top: 38px;
}
.room_okay li {
  text-align: center;
  font-size: 16px;
}
.room_okay li:first-child {
  margin-right: 16px;
}
.room_okay li span {
  font-size: 13px;
  display: block;
}
.room_okay li img {
  padding-bottom: 16px;
}
.room_okay li:last-child {
  margin-left: 40px;
  text-align: left;
  display: flex;
  flex-direction: column;
  line-height: 2;
  justify-content: center;
  padding-bottom: 30px;
}
.room_okay li:last-child span {
  color: #666;
}

.tokuten {
  padding-top: 38px;
  display: flex;
}
.tokuten img {
  width: 592px;
  margin-right: 40px;
}
.tokuten .text {
  display: flex;
  flex-direction: column;
  line-height: 2;
  justify-content: center;
}
.tokuten .text span {
  color: #666;
  font-size: 13px;
}

.plan {
  margin-top: 32px;
  border: 2px solid #d9d9d9;
  padding: 40px;
}
.plan .planName {
  font-size: 22px;
  text-align: center;
  color: #2893cf;
}
.plan .text {
  padding-top: 37px;
}
.plan .btn a {
  width: 262px;
  position: relative;
  height: 50px;
  margin: 40px auto 0;
  display: flex;
  border-radius: 50px;
  background-color: #2893cf;
  color: #fff !important;
  align-items: center;
  justify-content: center;
}
.plan .btn a:hover {
  text-decoration: none;
}
.plan .btn a:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: -1px;
  margin-left: 8px;
  transform: rotate(-45deg);
}

#plan {
  margin-bottom: 0;
}

.btn4 {
  display: flex;
  width: 1100px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}
.btn4 li a {
  width: 262px;
  position: relative;
  height: 50px;
  margin: 0 auto;
  display: flex;
  border-radius: 50px;
  border: 1px solid #2893cf;
  background-color: #fff !important;
  color: #2893cf !important;
  align-items: center;
  justify-content: center;
}
.btn4 li a:hover {
  text-decoration: none;
}
.btn4 li a:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #2893cf;
  border-bottom: 2px solid #2893cf;
  margin-top: -1px;
  margin-left: 28px;
  transform: rotate(-45deg);
}

.atn {
  width: 1280px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.8;
  padding-bottom: 80px;
}
.atn a {
  text-decoration: underline;
  color: #1865BE;
}

body:not(#index) #widewrapper {
  padding-bottom: 0;
}

body:not(#index) .tdrtop {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
}

body:not(#index) .btm_bnr {
  background-color: #fff;
  padding-top: 0;
}

.green #widewrapper {
  background-image: linear-gradient(to right, #E3F9FC 50%, #EAFDFF 50%);
}

.green .room_name h2 {
  color: #49A2AB;
}

.green .planName {
  color: #49A2AB;
}

.green .plan .btn a {
  background-color: #49A2AB;
}

.green .btn4 li a {
  color: #49A2AB !important;
  border: 1px solid #49A2AB;
}

.green .btn4 li a:after {
  border-right: 2px solid #49A2AB;
  border-bottom: 2px solid #49A2AB;
}