@charset "UTF-8";
.sp {
  display: none;
}

body {
  min-width: 1280px;
}

body.mask {
  position: relative;
}
#arealink .bottom-area-link{gap:3px;padding: 0;margin: 30px 0;justify-content:center;}
#arealink .bottom-area-link a{ border: 1px solid #ccc;border-radius: 4px;height: 40px;display: flex; justify-content: center;align-items: center;width:90px;padding: 0;margin: 0;box-sizing: border-box;font-size: 14px;color: #333;position: relative;padding-right: 10px;}
#arealink .bottom-area-link a:after{display: block;content: "";position: absolute;width: 5px;height: 5px;border-right: 1px solid #333;border-bottom: 1px solid #333;top: 42%;right: 5px;transform: rotate(-45deg);}
#arealink .bottom-area-link a:hover{text-decoration: none;}
body.mask::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  margin: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #eaeaea;
  z-index: 10000;
}

body.mask::after {
  z-index: 10001;
  display: block;
  content: "";
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translate(0, 0);
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
}

#widewrapper {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
#widewrapper a:hover {
  opacity: 0.8;
}
#widewrapper img {
  vertical-align: bottom;
}

h1 {
  text-align: center;
  padding: 16px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

#grpLocationArea {
  margin: 10px 0 10px 15px;
  font-size: 82%;
}

#contents {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

#TOPBNR {
  position: relative;
}
#TOPBNR .swiper-pagination {
  top: 235px;
  height: 4px;
}

#TOPBNR .swiper-slide a {
  display: block;
}
#TOPBNR .swiper-slide a:hover {
  opacity: 1;
}
#TOPBNR .swiper-slide img {
  width: 100%;
  object-fit: cover;
  /* height: 400px; */
}
#TOPBNR .swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 4px;
  height: 5px;
  width: 56px;
}

.parts {
  width: 1220px;
  margin: 0 auto;
  padding-top: 80px;
}
.parts h2 {
  text-align: center;
  font-weight: 500;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  color: #bf0000;
  font-size: 28px;
}
.parts h2 em {
  font-size: 22px;
  font-style: normal;
}
#FEATURES.parts h2 em {font-size: 28px;}
.parts h2 b {
  display: block;
  font-size: 16px;
  color: #333;
  padding-top: 4px;
  font-weight: normal;
  display: none;
}
.parts h2 img {
  vertical-align: top;
  margin-right: 10px;
  margin-top: 1px;
}
.parts h3 {
  font-size: 18px;
  border-left: 2px solid #bf0000;
  padding-left: 8px;
  font-weight: 500;
}

.feature-box {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  display: flex;
  gap: 42px;
  margin-top: 32px;
}
.feature-box li {
  border-radius: 4px;

width: 24.8%;
}
.feature-box li .title {
  margin: 16px 0;
  letter-spacing: 1.2px;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  align-items: center;
}
.feature-box li .title img {
  width: 48px;
  margin-right: 8px;
  height: 48px;
}
.feature-box li .image {
  display: flex;
  justify-content: center;
}
.feature-box li .image img {
  width: 100%;
}
.feature-box li .text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align:right;
  padding: 16px;
}
.feature-box li .text a{position: relative;text-decoration: underline;color: #333;}
.feature-box li .text a:after{content: "";position: absolute;width: 5px;height: 5px; display: block;border-right: 1px solid #333;border-bottom: 1px solid #333;right: -10px;top: 5px;transform: rotate(-45deg);}
#FEATURES h2 img {
  width: 28px;
  padding-bottom: 3px;
  margin-right: 4px;
}

.links {
  font-size: 18px;
  padding-top: 80px;
  text-align: center;
}
.links a {
  color: #333;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
}
.links a:hover {
  text-decoration: none;
  border-bottom: none;
}

.issue-box {
  margin-top: 36px;
  margin-bottom: 64px;
}
.issue-box.active .btn:after {
  transform: rotate(225deg);
  margin-top: -2px;
}
.issue-box.active .btn:before {
  content: "閉じる";
}
.issue-box .btn {
  z-index: 1;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 12px 0; border: 1px solid #C0C0C0; border-radius: 3px; background: #F6F6F6;
}
.issue-box .btn:hover {
  opacity: 0.8;
}
.issue-box .btn:before {
  padding-right: 8px;
  display: block;
  content: "もっと見る";
}
.issue-box .btn:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  right: calc(50% - 46px);
  top: calc(50% + 1px);
  margin-top: -6px;
  transform: rotate(45deg);
}
.issue-box ul {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.issue-box ul li {
  width: 287px;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.25));
}

.issue-box ul li img {
  width: 100%;
}

#FROMPLAN .tabs {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
#FROMPLAN .tabs li {
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  width: 82px;
  box-sizing: border-box;
}
#FROMPLAN .tabs li:hover {
  opacity: 0.8;
}
#FROMPLAN .tabs li.active {
  background-color: #00b900;
  color: #fff;
  border-color: #00b900;
}
#FROMPLAN .hotel-box {
  min-height: 380px;
  padding-top: 24px;
}
#FROMPLAN .hotel-box .noNewArival {
  padding-bottom: 80px;
  padding-top: 40px;
  text-align: center;
  font-weight: 300;
}
#FROMPLAN .hotel-box h3 {
  margin-bottom: 16px;
}
#FROMPLAN .hotel-box .swiper-scrollbar {
  width: 100%;
  bottom: 30px;
  left: 0;
}
#FROMPLAN .hotels {
  margin-bottom: 50px;
}
#FROMPLAN .hotels li {
  width: 200px;
  border: 1px solid #eee;
  line-height: 1.5;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}
#FROMPLAN .hotels li a:hover {
  text-decoration: none;
}
#FROMPLAN .hotels li .photo img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}
#FROMPLAN .hotels li .name {
  font-size: 12px;
  display: block;
  padding: 8px;
  padding-bottom: 0;
  font-weight: bold;
}
#FROMPLAN .hotels li .name a {
  color: #333;
}
#FROMPLAN .hotels li .box {
  padding: 8px;
  font-size: 12px;
}
#FROMPLAN .hotels li .down a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#FROMPLAN .hotels li .down a .badge {
  box-sizing: border-box;
  padding-bottom: 3px;
  width: 58px;
  height: 58px;
  background-size: 58px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
}
#FROMPLAN .hotels li .down a .badge span {
  color: #fff;
  font-weight: 300;
}
#FROMPLAN .hotels li .down a .badge span:last-child {
  letter-spacing: -1px;
}
#FROMPLAN .hotels li .down a .badge span em {
  font-style: normal;
  font-weight: 500;
  font-size: 150%;
}
#FROMPLAN .hotels li .area {
  color: #767676;
  padding-bottom: 4px;
}
#FROMPLAN .hotels li .price-box {
  color: #bf0000;
  padding-top: 8px;
}
#FROMPLAN .hotels li .price-box span {
  font-size: 14px;
  font-weight: bold;
}
#FROMPLAN .hotels li .condition {
  color: #333;
  padding-top: 4px;
}
#FROMPLAN .hotels li .point span {
  font-size: 20px;
}
#FROMPLAN .hotels .review a .num {
  color: #bf0000;
  font-size: 14px;
  font-weight: bold;
}
#FROMPLAN .hotels .review .stars {
  font-size: 13px;
  letter-spacing: 3px;
  margin-right: 7.5px;
  width: 80px;
  display: inline-block;
  position: relative;
}
#FROMPLAN .hotels .review .stars .review-base {
  padding-left: 1.5px;
  color: #eaeaea;
  width: 100%;
  box-sizing: border-box;
}
#FROMPLAN .hotels .review .stars .review-rst {
  padding-left: 1.5px;
  color: #ffba00;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  box-sizing: border-box;
}
#FROMPLAN .all-plan,#gensen .all-plan {
  width: 516px;
  height: 64px;
  margin: 50px auto 0;
}
#FROMPLAN .all-plan a,#gensen .all-plan a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #00b900;
  color: #fff;
  position: relative;
  font-size: 20px;
  padding-right: 10px;
}
#FROMPLAN .all-plan a:hover {
  text-decoration: none;
}
#FROMPLAN .all-plan a:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 53px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(-45deg);
}

#OVERVIEW .holder {
  margin-top: 32px;
  margin-bottom: 80px;
  padding: 40px;
  padding-bottom: 28px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 12px;
}
#OVERVIEW .holder .title {
  padding-bottom: 16px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 16px;
  font-weight: bold;
}
#OVERVIEW .holder .title span {
  display: block;
  font-size: 14px;
  padding-bottom: 8px;
}
#OVERVIEW .holder dl {
  line-height: 1.6;
  padding-bottom: 4px;
}
#OVERVIEW .holder dl:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 16px;
}
#OVERVIEW .holder dl dt {
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}
#OVERVIEW .holder dl dd span {
  display: inline-block;
  font-weight: bold;
  padding: 4px 8px;
  background: #ebebeb;
  font-weight: 400;
}
#OVERVIEW .holder dl dd p {
  padding: 4px 0 14px;
  font-weight: 300;
}
#OVERVIEW .holder dl dd p em {
  font-style: normal;
  text-decoration: underline;
}
#OVERVIEW .holder dl dd a {
  text-decoration: underline;
}

.bottom-area-link {
  display: flex;
  justify-content: center;
  font-size: 14px;
}
.bottom-area-link a:not(:last-child) {
  border-right: 1px solid #767676;
  padding-right: 8px;
  margin-right: 7px;
}

.bottom-bnr {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.bottom-bnr a { display: block;}
.pagetop {
  width: 56px;
  height: 56px;
  position: fixed !important;
  bottom: 15px;
  right: 15px;
  z-index: 999;
}
.pagetop img {
  width: 100%;
}

@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.crown {
  margin-top: 35px;
}

.crown:after {
  content: "";
  display: block;
  position: absolute;
  top: -35px;
  left: 0;
  width: 36px;
  height: 31px;
  background: url(https://img.travel.rakuten.co.jp/superdeal/fuseco/202303/images/icon_rank.svg) no-repeat;
  background-position: 0 0px;
  background-size: auto 36px;
}

.crown:nth-of-type(1):after {
  background-position: -2px 0px;
}

.crown:nth-of-type(2):after {
  background-position: -50px 0px;
}

.crown:nth-of-type(3):after {
  background-position: -98px 0px;
}

.crown:nth-of-type(4):after {
  background-position: -145px 0px;
}

.crown:nth-of-type(5):after {
  background-position: -193px 0px;
}

.crown:nth-of-type(6):after {
  background-position: -241px 0px;
}

.crown:nth-of-type(7):after {
  background-position: -289px 0px;
}

.crown:nth-of-type(8):after {
  background-position: -336px 0px;
}

.crown:nth-of-type(9):after {
  background-position: -384px 0px;
}

.crown:nth-of-type(10):after {
  background-position: -432px 0px;
}


#testB { width: 100%;}

.issue-box { position: relative; }
.coverBn { position: absolute; left: 0; width: 100%; bottom: 0; height: 110px; background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(255, 255, 255, 0.7) 19%, rgba(255, 255, 255, 0.89) 43.75%, #FFF 50%); display: block;
}
.issue-box.active .coverBn { display: none;}
.bottomBnr1 {max-width: 680px; margin: auto auto 40px auto;}
.bottomBnr1 img { width: 100%;}
.surveyArea #survey { padding-top: 55px!important;}

#gensen .hotels {
  margin-bottom: 50px;
}
#gensen .hotels li {box-sizing: border-box;width: 200px;
  width: 200px;
  border: 1px solid #eee;
  line-height: 1.5;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}
#gensen .hotel-box .swiper-scrollbar {
  width: 100%;
  bottom: 30px;
  left: 0;
}
#gensen{position: relative;}
#gensen .whatsgensen{position: absolute;top: 90px;right: 0;}
#gensen .whatsgensen a{display: flex;color: #333;font-size: 18px; align-items: center;font-weight: 500;}
#gensen .hotels li a:hover {
  text-decoration: none;
}
#gensen .hotels li .photo img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}
#gensen .hotels li .name {
  font-size: 12px;
  display: block;
  padding: 8px;
  padding-bottom: 0;
  font-weight: bold;
}
#gensen .hotels li .name a {
  color: #333;
}
#gensen .hotels li .box {
  padding: 8px;
  font-size: 12px;
}
#gensen .hotels li .down a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#gensen .hotels li .down a .badge {
  box-sizing: border-box;
  padding-bottom: 3px;
  width: 58px;
  height: 58px;
  background-size: 58px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
}
#gensen .hotels li .down a .badge span {
  color: #fff;
  font-weight: 300;
}
#gensen .hotels li .down a .badge span:last-child {
  letter-spacing: -1px;
}
#gensen .hotels li .down a .badge span em {
  font-style: normal;
  font-weight: 500;
  font-size: 150%;
}
#gensen .hotels li .area {
  color: #767676;
  padding-bottom: 4px;
}
#gensen .hotels li .price-box {
  color: #bf0000;
  padding-top: 8px;
}
#gensen .hotels li .price-box span {
  font-size: 14px;
  font-weight: bold;
}
#gensen .hotels li .condition {
  color: #333;
  padding-top: 4px;
}
#gensen .hotels li .point span {
  font-size: 20px;
}
#gensen .hotels .review a .num {
  color: #bf0000;
  font-size: 14px;
  font-weight: bold;
}
#gensen .hotels .review .stars {
  font-size: 13px;
  letter-spacing: 3px;
  margin-right: 7.5px;
  width: 80px;
  text-align: center;
  display: inline-block;
  position: relative;
}
#gensen .hotels .review .stars .review-base {
  padding-left: 1.5px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}
#gensen .hotels .review .stars .review-rst {
  padding-left: 1.5px;
  color: #ffba00;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  box-sizing: border-box;
}
#gensen .photo ul{position: relative;overflow: hidden;width: 100%;height: 150px;}
#gensen .photo ul li{width: 100%;height: 200px;position: absolute;  animation: anime 15s 0s infinite;opacity: 0;}
@keyframes anime {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 1;
  }
  60% {
      opacity: 0;

      z-index: 10;
}
  100% {
      opacity: 0;
   
  }
}
#gensen .photo ul li:nth-child(2){  animation-delay:5s;}
#gensen .photo ul li:nth-child(3){  animation-delay: 10s;}
#gensen .photo ul li a{display: block;width: 100%;height: 100%; background-size: cover;position: absolute;}
#gensen .hotel-box{padding: 40px 0;}

.topPage #FEATURES.parts{top: 0;margin-top: 0;padding-top: 80px;padding-bottom: 80px;}
#topLogo{position: relative;}
#topLogo a{display: flex;color: #333;font-size: 18px; align-items: center;font-weight: 500;position: absolute;top: 50px;right: 20px;}
#arealink{
  position:relative;
  top:-100px;
  padding-top:0;
  margin-bottom: -90px;
}
#FROMPLAN .hotels .review .stars ,#gensen .hotels .review .stars{ width: auto;}
a.otherdeal{display: block;margin-bottom: 140px;margin-top: -120px;font-size: 14px;color: #333;overflow: hidden;}
a.otherdeal b{font-size: 16px;}
a.otherdeal span {display: block;border-radius: 4px;border: 1px solid #CCCCCC;position: relative;padding: 10px 30px 10px 10px; margin-right: 30px;}
a.otherdeal span:after{display: block;content: "";position: absolute;width: 5px;height: 5px;border-right: 1px solid #333;border-bottom: 1px solid #333;top: 42%;right: 10px;transform: rotate(-45deg);}

#contentsPOINT40{
  background: #FFF3C3 url('../images/POINT40_bg.jpg') no-repeat center top;
}
#POINT40{padding-bottom: 3px;padding-top: 32px;}
#POINT40 h2{display: flex;justify-content: center;align-items: center;}
#POINT40 h2 img{width: 32px;}
#POINT40 h2 b{
  font-size: 38px;
  font-weight: 700;
  display: inline-block;
  color: #bf0000;
}
#POINT40 .tabs {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
#POINT40 .tabs li {
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  width: 82px;
  box-sizing: border-box;
  background: #fff;
}
#POINT40 .tabs li:hover {
  opacity: 0.8;
}
#POINT40 .tabs li.active {
  background-color: #00b900;
  color: #fff;
  border-color: #00b900;
}
#POINT40 .hotel-box {
  min-height: 380px;
  padding-top: 24px;
}
#POINT40 .hotel-box .noNewArival {
  padding-bottom: 80px;
  padding-top: 40px;
  text-align: center;
  font-weight: 300;
}
#POINT40 .hotel-box h3 {
  margin-bottom: 16px;
}
#POINT40 .hotel-box .swiper-scrollbar {
  width: 100%;
  bottom: 30px;
  left: 0;
}
#POINT40 .hotels {
  margin-bottom: 50px;
}
#POINT40 .hotels li {
  width: 200px;
  border: 1px solid #eee;
  line-height: 1.5;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  background: #fff;
}
#POINT40 .hotels li a:hover {
  text-decoration: none;
}
#POINT40 .hotels li .photo img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}
#POINT40 .hotels li .name {
  font-size: 12px;
  display: block;
  padding: 8px;
  padding-bottom: 0;
  font-weight: bold;
}
#POINT40 .hotels li .name a {
  color: #333;
}
#POINT40 .hotels li .box {
  padding: 8px;
  font-size: 12px;
}
#POINT40 .hotels li .down a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#POINT40 .hotels li .down a .badge {
  box-sizing: border-box;
  padding-bottom: 3px;
  width: 58px;
  height: 58px;
  background-size: 58px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
}
#POINT40 .hotels li .down a .badge span {
  color: #fff;
  font-weight: 300;
}
#POINT40 .hotels li .down a .badge span:last-child {
  letter-spacing: -1px;
}
#POINT40 .hotels li .down a .badge span em {
  font-style: normal;
  font-weight: 500;
  font-size: 150%;
}
#POINT40 .hotels li .area {
  color: #767676;
  padding-bottom: 4px;
}
#POINT40 .hotels li .price-box {
  color: #bf0000;
  padding-top: 8px;
}
#POINT40 .hotels li .price-box span {
  font-size: 14px;
  font-weight: bold;
}
#POINT40 .hotels li .condition {
  color: #333;
  padding-top: 4px;
}
#POINT40 .hotels li .point span {
  font-size: 20px;
}
#POINT40 .hotels .review a .num {
  color: #bf0000;
  font-size: 14px;
  font-weight: bold;
}
#POINT40 .hotels .review .stars {
  font-size: 13px;
  letter-spacing: 3px;
  margin-right: 7.5px;
  width: 80px;
  display: inline-block;
  position: relative;
}
#POINT40 .hotels .review .stars .review-base {
  padding-left: 1.5px;
  color: #eaeaea;
  width: 100%;
  box-sizing: border-box;
}
#POINT40 .hotels .review .stars .review-rst {
  padding-left: 1.5px;
  color: #ffba00;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  box-sizing: border-box;
}
#POINT40 .all-plan,#gensen .all-plan {
  width: 516px;
  height: 64px;
  margin: 50px auto 0;
}
#POINT40 .all-plan a,#gensen .all-plan a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #00b900;
  color: #fff;
  position: relative;
  font-size: 20px;
  padding-right: 10px;
}
#POINT40 .all-plan a:hover {
  text-decoration: none;
}
#POINT40 .all-plan a:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 53px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(-45deg);
}

/* テーマパーク周辺の宿施設 */
#contentsNEARTHEMEPARK{
  background: #D3F5FF url('../images/NEARTHEMEPARK_bg.jpg') no-repeat center bottom;
}
#NEARTHEMEPARK{padding-bottom: 3px;padding-top: 32px;}
#NEARTHEMEPARK h2{display: flex;justify-content: center;align-items: center;color: #233DC3;}
#NEARTHEMEPARK h2 img{width: 32px;}
#NEARTHEMEPARK h2 b{
  font-size: 38px;
  font-weight: 700;
  display: inline-block;
  color: #233DC3;
}
#NEARTHEMEPARK .tabs {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  display: none;
}
#NEARTHEMEPARK .tabs li {
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  width: 82px;
  box-sizing: border-box;
  background: #fff;
}
#NEARTHEMEPARK .tabs li:hover {
  opacity: 0.8;
}
#NEARTHEMEPARK .tabs li.active {
  background-color: #00b900;
  color: #fff;
  border-color: #00b900;
}
#NEARTHEMEPARK .hotel-box {
  min-height: 380px;
  padding-top: 24px;
}
#NEARTHEMEPARK .hotel-box .noNewArival {
  padding-bottom: 80px;
  padding-top: 40px;
  text-align: center;
  font-weight: 300;
}
#NEARTHEMEPARK .hotel-box h3 {
  margin-bottom: 16px;
}
#NEARTHEMEPARK .hotel-box .swiper-scrollbar {
  width: 100%;
  bottom: 30px;
  left: 0;
}
#NEARTHEMEPARK .hotels {
  margin-bottom: 50px;
}
#NEARTHEMEPARK .hotels li {
  width: 200px;
  border: 1px solid #eee;
  line-height: 1.5;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  background: #fff;
}
#NEARTHEMEPARK .hotels li a:hover {
  text-decoration: none;
}
#NEARTHEMEPARK .hotels li .photo img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}
#NEARTHEMEPARK .hotels li .name {
  font-size: 12px;
  display: block;
  padding: 8px;
  padding-bottom: 0;
  font-weight: bold;
}
#NEARTHEMEPARK .hotels li .name a {
  color: #333;
}
#NEARTHEMEPARK .hotels li .box {
  padding: 8px;
  font-size: 12px;
}
#NEARTHEMEPARK .hotels li .down a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#NEARTHEMEPARK .hotels li .down a .badge {
  box-sizing: border-box;
  padding-bottom: 3px;
  width: 58px;
  height: 58px;
  background-size: 58px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
}
#NEARTHEMEPARK .hotels li .down a .badge span {
  color: #fff;
  font-weight: 300;
}
#NEARTHEMEPARK .hotels li .down a .badge span:last-child {
  letter-spacing: -1px;
}
#NEARTHEMEPARK .hotels li .down a .badge span em {
  font-style: normal;
  font-weight: 500;
  font-size: 150%;
}
#NEARTHEMEPARK .hotels li .area {
  color: #767676;
  padding-bottom: 4px;
}
#NEARTHEMEPARK .hotels li .price-box {
  color: #bf0000;
  padding-top: 8px;
}
#NEARTHEMEPARK .hotels li .price-box span {
  font-size: 14px;
  font-weight: bold;
}
#NEARTHEMEPARK .hotels li .condition {
  color: #333;
  padding-top: 4px;
}
#NEARTHEMEPARK .hotels li .point span {
  font-size: 20px;
}
#NEARTHEMEPARK .hotels .review a .num {
  color: #bf0000;
  font-size: 14px;
  font-weight: bold;
}
#NEARTHEMEPARK .hotels .review .stars {
  font-size: 13px;
  letter-spacing: 3px;
  margin-right: 7.5px;
  width: 80px;
  display: inline-block;
  position: relative;
}
#NEARTHEMEPARK .hotels .review .stars .review-base {
  padding-left: 1.5px;
  color: #eaeaea;
  width: 100%;
  box-sizing: border-box;
}
#NEARTHEMEPARK .hotels .review .stars .review-rst {
  padding-left: 1.5px;
  color: #ffba00;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  box-sizing: border-box;
}
#NEARTHEMEPARK .all-plan,#gensen .all-plan {
  width: 516px;
  height: 64px;
  margin: 50px auto 0;
}
#NEARTHEMEPARK .all-plan a,#gensen .all-plan a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #00b900;
  color: #fff;
  position: relative;
  font-size: 20px;
  padding-right: 10px;
}
#NEARTHEMEPARK .all-plan a:hover {
  text-decoration: none;
}
#NEARTHEMEPARK .all-plan a:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 53px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(-45deg);
}

/* アワード */
#contentsAWARD{
  background: #ECE37B url('../images/AWARD_bg.jpg') no-repeat center top;
  background-size: cover;
}
#AWARD{padding-bottom: 3px;padding-top: 32px;}
#AWARD h2{display: flex;justify-content: center;align-items: center;color: #233DC3;}
#AWARD h2 img{width: auto;}
#AWARD h2 b{
  font-size: 38px;
  font-weight: 700;
  display: inline-block;
  color: #233DC3;
}
#AWARD .tabs {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
#AWARD .tabs li {
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  width: 82px;
  box-sizing: border-box;
  background: #fff;
}
#AWARD .tabs li:hover {
  opacity: 0.8;
}
#AWARD .tabs li.active {
  background-color: #00b900;
  color: #fff;
  border-color: #00b900;
}
#AWARD .hotel-box {
  min-height: 380px;
  padding-top: 24px;
}
#AWARD .hotel-box .noNewArival {
  padding-bottom: 80px;
  padding-top: 40px;
  text-align: center;
  font-weight: 300;
}
#AWARD .hotel-box h3 {
  margin-bottom: 16px;
}
#AWARD .hotel-box .swiper-scrollbar {
  width: 100%;
  bottom: 30px;
  left: 0;
}
#AWARD .hotels {
  margin-bottom: 50px;
}
#AWARD .hotels li {
  width: 200px;
  border: 1px solid #eee;
  line-height: 1.5;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  background: #fff;
}
#AWARD .hotels li a:hover {
  text-decoration: none;
}
#AWARD .hotels li .photo img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}
#AWARD .hotels li .name {
  font-size: 12px;
  display: block;
  padding: 8px;
  padding-bottom: 0;
  font-weight: bold;
}
#AWARD .hotels li .name a {
  color: #333;
}
#AWARD .hotels li .box {
  padding: 8px;
  font-size: 12px;
}
#AWARD .hotels li .down a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#AWARD .hotels li .down a .badge {
  box-sizing: border-box;
  padding-bottom: 3px;
  width: 58px;
  height: 58px;
  background-size: 58px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
}
#AWARD .hotels li .down a .badge span {
  color: #fff;
  font-weight: 300;
}
#AWARD .hotels li .down a .badge span:last-child {
  letter-spacing: -1px;
}
#AWARD .hotels li .down a .badge span em {
  font-style: normal;
  font-weight: 500;
  font-size: 150%;
}
#AWARD .hotels li .area {
  color: #767676;
  padding-bottom: 4px;
}
#AWARD .hotels li .price-box {
  color: #bf0000;
  padding-top: 8px;
}
#AWARD .hotels li .price-box span {
  font-size: 14px;
  font-weight: bold;
}
#AWARD .hotels li .condition {
  color: #333;
  padding-top: 4px;
}
#AWARD .hotels li .point span {
  font-size: 20px;
}
#AWARD .hotels .review a .num {
  color: #bf0000;
  font-size: 14px;
  font-weight: bold;
}
#AWARD .hotels .review .stars {
  font-size: 13px;
  letter-spacing: 3px;
  margin-right: 7.5px;
  width: 80px;
  display: inline-block;
  position: relative;
}
#AWARD .hotels .review .stars .review-base {
  padding-left: 1.5px;
  color: #eaeaea;
  width: 100%;
  box-sizing: border-box;
}
#AWARD .hotels .review .stars .review-rst {
  padding-left: 1.5px;
  color: #ffba00;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  box-sizing: border-box;
}
#AWARD .all-plan,#gensen .all-plan {
  width: 516px;
  height: 64px;
  margin: 50px auto 0;
}
#AWARD .all-plan a,#gensen .all-plan a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #00b900;
  color: #fff;
  position: relative;
  font-size: 20px;
  padding-right: 10px;
}
#AWARD .all-plan a:hover {
  text-decoration: none;
}
#AWARD .all-plan a:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 53px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(-45deg);
}

/* 新規開業＆リニューアル施設 */
#contentsNEWOPEN{
  background: #FFEAFB;
}
#NEWOPEN{padding-bottom: 3px;padding-top: 32px;}
#NEWOPEN h2{display: flex;justify-content: center;align-items: center;}
#NEWOPEN h2 img{height: 32px;}
#NEWOPEN h2 b{
  font-size: 38px;
  font-weight: 700;
  display: inline-block;
  color: #bf0000;
}
#NEWOPEN .tabs {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
#NEWOPEN .tabs li {
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  width: 82px;
  box-sizing: border-box;
  background: #fff;
}
#NEWOPEN .tabs li:hover {
  opacity: 0.8;
}
#NEWOPEN .tabs li.active {
  background-color: #00b900;
  color: #fff;
  border-color: #00b900;
}
#NEWOPEN .hotel-box {
  min-height: 380px;
  padding-top: 24px;
}
#NEWOPEN .hotel-box .noNewArival {
  padding-bottom: 80px;
  padding-top: 40px;
  text-align: center;
  font-weight: 300;
}
#NEWOPEN .hotel-box h3 {
  margin-bottom: 16px;
}
#NEWOPEN .hotel-box .swiper-scrollbar {
  width: 100%;
  bottom: 30px;
  left: 0;
}
#NEWOPEN .hotels {
  margin-bottom: 50px;
}
#NEWOPEN .hotels li {
  width: 200px;
  border: 1px solid #eee;
  line-height: 1.5;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  background: #fff;
}
#NEWOPEN .hotels li a:hover {
  text-decoration: none;
}
#NEWOPEN .hotels li .photo img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}
#NEWOPEN .hotels li .name {
  font-size: 12px;
  display: block;
  padding: 8px;
  padding-bottom: 0;
  font-weight: bold;
}
#NEWOPEN .hotels li .name a {
  color: #333;
}
#NEWOPEN .hotels li .box {
  padding: 8px;
  font-size: 12px;
}
#NEWOPEN .hotels li .down a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#NEWOPEN .hotels li .down a .badge {
  box-sizing: border-box;
  padding-bottom: 3px;
  width: 58px;
  height: 58px;
  background-size: 58px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
}
#NEWOPEN .hotels li .down a .badge span {
  color: #fff;
  font-weight: 300;
}
#NEWOPEN .hotels li .down a .badge span:last-child {
  letter-spacing: -1px;
}
#NEWOPEN .hotels li .down a .badge span em {
  font-style: normal;
  font-weight: 500;
  font-size: 150%;
}
#NEWOPEN .hotels li .area {
  color: #767676;
  padding-bottom: 4px;
}
#NEWOPEN .hotels li .price-box {
  color: #bf0000;
  padding-top: 8px;
}
#NEWOPEN .hotels li .price-box span {
  font-size: 14px;
  font-weight: bold;
}
#NEWOPEN .hotels li .condition {
  color: #333;
  padding-top: 4px;
}
#NEWOPEN .hotels li .point span {
  font-size: 20px;
}
#NEWOPEN .hotels .review a .num {
  color: #bf0000;
  font-size: 14px;
  font-weight: bold;
}
#NEWOPEN .hotels .review .stars {
  font-size: 13px;
  letter-spacing: 3px;
  margin-right: 7.5px;
  width: 80px;
  display: inline-block;
  position: relative;
}
#NEWOPEN .hotels .review .stars .review-base {
  padding-left: 1.5px;
  color: #eaeaea;
  width: 100%;
  box-sizing: border-box;
}
#NEWOPEN .hotels .review .stars .review-rst {
  padding-left: 1.5px;
  color: #ffba00;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  box-sizing: border-box;
}
#NEWOPEN .all-plan,#gensen .all-plan {
  width: 516px;
  height: 64px;
  margin: 50px auto 0;
}
#NEWOPEN .all-plan a,#gensen .all-plan a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #00b900;
  color: #fff;
  position: relative;
  font-size: 20px;
  padding-right: 10px;
}
#NEWOPEN .all-plan a:hover {
  text-decoration: none;
}
#NEWOPEN .all-plan a:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 53px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(-45deg);
}
#NEWOPEN .note{
  text-align: right;
  font-size: 14px;
  color: #333;
  padding-bottom: 26px;
}