@charset "UTF-8";
/* ------------------------
common
------------------------*/
.pc {
  display: none !important;
}

#widewrapper {
  font-family: 'Noto Sans JP',sans-serif;
}

#widewrapper img {
  width: 100%;
  display: block;
}

#widewrapper a:hover {
  opacity: 1 !important;
}

#grpLocationArea,.navi li{position:relative}
#grpLocationArea{background:#fff;display:block!important;font-size:75%!important;line-height:38px}
#grpLocationArea p{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;padding-left:calc(9.4em + 8px);-ms-overflow-style:none;scrollbar-width:none}
#grpLocationArea p::-webkit-scrollbar{display:none}
#grpLocationArea a:first-of-type{background:#fff;color:#333;left:0;padding:0 .5em 0 8px;position:absolute;top:0}
#grpLocationArea .grpLocationLocus{padding-right:8px}



.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 2px solid #FF530F;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF530F;
}
.swiper-pagination.green .swiper-pagination-bullet {
  border: 2px solid #009E79;
}

.swiper-pagination.green .swiper-pagination-bullet-active {
  background-color: #009E79;
}

.swiper-button-next {
  right: 12%;
  transform: translateY(-50%);
}

.swiper-button-prev {
  left: 12%;
  transform: translateY(-50%);
}

.swiper-button-next:after {
  content: "" !important;
  height: 38px;
  width: 48px;
  background: url(../images/slide_arrow.svg) 100% 100%/100% 100% no-repeat;
}

.swiper-button-prev:after {
  content: "" !important;
  height: 38px;
  width: 48px;
  background: url(../images/slide_arrow.svg) 100% 100%/100% 100% no-repeat;
  transform: rotate(180deg);
}

.containerInner {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 16px;
  margin: 0 auto;
}


.mainTitle img {
  width: auto!important;
  height: 28px;
  margin: 0 auto;
}

.textTitle {
  font-size: 24px;
  letter-spacing: 3px;
}

.subTitle {
  font-size: 18px;
  letter-spacing: 3.2px;
  margin: 16PX auto;
}

a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}


.arrow {
  position: relative;
}

.arrow::after {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/arrow.png) 100% 100%/100% no-repeat;
  content: '';
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

#topLogo {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px 0;
}

#topLogo img {
  width: 100%;
  display: block;
}

.preparing {
  width: 100%;
  background: #BFBFBF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}




/*-----------------------------

全国のおすすめ東急ホテルズ＆リゾーツ

-------------------------------*/
#recommend {
  background: url(../images/bg_yellow_sp.png) 100% 100%/100% 100% no-repeat;
}


#recommend .tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  margin: 24px auto;
  gap: 8px;
}

#recommend .tab li {
  width: calc((100% - 24px) / 4);
  box-sizing: border-box;
  padding: 8px 0;
  border-right: 1px solid #333;
  position: relative;
  cursor: pointer;
  border: 1px solid #FF530F;
  color: #FF530F;
  border-radius: 4px;
  background: #fff;
  text-align: center;
}

#recommend .tab li.active {
  color: #fff;
  background: #FF530F;
}

#recommend .tab li:hover {
  opacity: .8;
}



/*-----------------------------

サービス概要

-------------------------------*/
#OVERVIEW h2 {
  color: #bf0000;
  width: fit-content;
  margin: 24px auto 0;
  font-size: 20px;
  font-weight: 400;
}
#OVERVIEW h2 img {
  display: inline-block;
  width: 24px;
  vertical-align: bottom;
  margin-right: 8px;
}

#OVERVIEW .holder {
  box-sizing: border-box;
  margin: 20px 16px 0;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 12px;
  background-color: #fff;
  color: #333;
}

#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: 400;
  padding: 4px 8px;
  background: #ebebeb;
}

#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;
}

#OVERVIEW .holder dl b {
  font-weight: 700;
}

/*-----------------------------

floating button

-------------------------------*/
.btmNav {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  background-color: #3c8513;
  display: flex !important;
  justify-content: center;
}

.btmNav.btmNav4 span.nv {
  width: 25%;
}

.btmNav::after {
  content: "";
  display: block;
  clear: both;
}

.btmNav span.nv {
  display: block;
  width: 25%;
  min-height: 60px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: #009E79;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  border-right: 2px solid #fff;
}

.btmNav span.nv:last-of-type {
  border-right: none;
}

.btmNav span.nv a {
  color: #fff !important;
  display: block;
  padding: 0;
  margin: 0;
}

.btmNav span.nv img {
  width: 25px !important;
  display: block;
  margin: 5px auto;
}

.btmNav span.nv a,
.btmNav span.nv span {
  display: block;
  padding: 0;
}

.btmNav .dropup-menu {
  position: absolute;
  bottom: 100%;
  width: 100%;
  background-color: #fff;
  z-index: -1;
  transform: translateY(200%);
  transition: transform 0.3s ease;
}

.btmNav .dropup-menu p {
  color: #fff;
  background-color: #009E79;
  position: relative;
  padding: 6px 0;
  text-align: center;
}

.btmNav .dropup-menu p img {
  width: 30px !important;
  position: absolute;
  right: 0;
  top: -15px;
}

.btmNav .dropup-menu .panel {
  padding: 16px 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.btmNav .dropup-menu .panel a {
  display: block;
  width: 25%;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-align: center;
}

/* .btmNav .dropup-menu .panel a:nth-of-type(4n) {
  padding-left: 40px;
} */

.btmNav .dropup-menu .panel a:hover {
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
}

/* .btmNav .dropup-menu .panel a span {
  display: block;
  width: fit-content;
  position: relative;
  padding-right: 24px;
} */

/* .btmNav .dropup-menu .panel a span::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/arrow_black.svg) 100% 100%/100% 100% no-repeat;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(270deg);
} */

.btmNav a.invoice::before {
  content: "";
  background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/ico_info.png) center;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: calc(50% - 64px);
  top: 12px;
  background-size: 100%;
}

.btmNav .column2 a {
  float: left;
  width: 48%;
  box-sizing: border-box;
  background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/arrow1right.gif) -5px -5px no-repeat;
  position: relative;
}

.btmNav .column2 a.wid98 {
  width: 98%;
}

.btmNav .isShow {
  display: block;
}

.btmNav .btn em {
  display: inline-block;
  transform: rotate(0);
  transition: 0.3s;
}

.btmNav .btn:first-child {
  border-right: 1px solid #f0f0f0;
}

.btmNav .btn.btn2 {
  width: calc((100% - 1px) / 2);
}

.btmNav .btn.btn3 {
  width: 33.33%;
}

.pagetop {
  /* display: none !important; */
  width: 56px;
  position: fixed !important;
  bottom: 78px;
  right: 8px;
  z-index: 100;
}


.rt-footer {
  z-index: 99!important;
}


#topNavPlaceholder {
  overflow-y: visible;
}


/*-----------------------------

関西旅

-------------------------------*/
#kansai {
  position: relative;
  padding-bottom: 115px;
}

#kansai .containerInner {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding-top: 0;
}

#kansai .containerInner .info {
  z-index: 1;
  margin: 0 auto;
}

#kansai .containerInner .map {
  width: 290px;
  margin: 0 auto;
  position: relative;
  margin-left: 20px;
}

#kansai .containerInner .map img {
  margin: 50px auto 0;
}

#kansai .containerInner .map a {
  display: block;
  cursor: pointer;
  position: absolute;
}

#kansai .containerInner .map a::after {
  content: "";
  width: 2px;
  background: #FF530F;
  display: block;
  position: absolute;
  transform-origin: top center;
}

#kansai .containerInner .map a img {
  width: 34px;
  height: 20px;
}

#kansai .containerInner .map a.tottori {
  top: -7%;
  left: 47%;
}

#kansai .containerInner .map a.tottori::after {
  left: 50%;
  transform: translateX(-50%) rotate(-10deg);
  height: 20px;
}

#kansai .containerInner .map a.hyogo {
  top: -18%;
  left: 67%;
}

#kansai .containerInner .map a.hyogo::after {
  left: 50%;
  transform: translateX(-50%) rotate(15deg);
  height: 50px;
}

#kansai .containerInner .map a.kyoto {
  top: -10%;
  right: 3%;
}

#kansai .containerInner .map a.kyoto::after {
  margin-top: -4px;
  left: 30%;
  transform: rotate(40deg);
  height: 45px;
}

#kansai .containerInner .map a.shiga {
  top: 14%;
  right: -15%;
}

#kansai .containerInner .map a.shiga::after {
  top: 88%;
  left: 0%;
  transform: rotate(100deg);
  height: 30px;
}

#kansai .containerInner .map a.nara {
  top: 50%;
  right: -7%;
}

#kansai .containerInner .map a.nara::after {
  top: 85%;
  left: 0%;
  transform: rotate(100deg);
  height: 25px;
}

#kansai .containerInner .map a.osaka {
  bottom: 26%;
  right: 27%;
  left: auto;
}

#kansai .containerInner .map a.osaka::after {
  top: 90%;
  right: 1%;
  transform: rotate(-118deg);
  height: 36px;
}

#kansai .containerInner .map a.wakayama {
  bottom: 1%;
  left: 60%;
}

#kansai .containerInner .map a.wakayama img {
  width: 40px;
  height: 20px;
}

#kansai .containerInner .map a.wakayama::after {
  top: 90%;
  right: 5%;
  transform: rotate(-118deg);
  height: 34px;
}

#kansai .sticker1 {
  width: 150px;
  position: absolute;
  bottom: 0px;
  right: 0;
}

#kansai .sticker2 {
  width: 150px;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 376px) {
  .map {
    margin-left: 10px !important;
  }
}

#pickup {
  position: relative;
  background: url(../../images/bg_yellow_sp.png) 100% 100%/100% 100% no-repeat;
}

#pickup .mainTitle img{
  height: 56px;
  padding-top: 24px;
  padding-bottom: 24px;
}

#pickup .hotel-box {
  min-height: 380px;
  padding-top: 24px;
}

#pickup .hotel-box h3 {
  margin-bottom: 16px;
}

#pickup .hotel-box .swiper-scrollbar {
  width: 100%;
  bottom: 30px;
  left: 0;
}

#pickup .hotels {
  display: block;
}

#pickup .hotels li {
  width: 200px;
  line-height: 1.5;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  background: #fff;
}

#pickup .hotels li a:hover {
  text-decoration: none;
}

#pickup .hotels li .photo img {
  width: 100%;
  aspect-ratio: 131/74;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}

#pickup .hotels li .name {
  font-size: 12px;
  display: block;
  padding: 8px;
  padding-bottom: 0;
  font-weight: bold;
  margin-bottom: 4px;
}

#pickup .hotels li .name a {
  color: #333;
}

#pickup .hotels li .box {
  padding: 8px;
  font-size: 12px;
}

#pickup .hotels li .down a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#pickup .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;
}

#pickup .hotels li .down a .badge span {
  color: #fff;
  font-weight: 300;
}

#pickup .hotels li .down a .badge span:last-child {
  letter-spacing: -1px;
}

#pickup .hotels li .down a .badge span em {
  font-style: normal;
  font-weight: 500;
  font-size: 150%;
}

#pickup .hotels li .area {
  color: #767676;
  padding-bottom: 4px;
}

#pickup .hotels li .price-box {
  color: #bf0000;
  padding-top: 8px;
}

#pickup .hotels li .price-box span {
  font-size: 14px;
  font-weight: bold;
}

#pickup .hotels li .condition {
  color: #333;
  padding-top: 4px;
}

#pickup .hotels li .point span {
  font-size: 20px;
}

#pickup .hotels .review a .num {
  color: #bf0000;
  font-size: 14px;
  font-weight: bold;
}

#pickup .hotels .review .stars {
  font-size: 13px;
  letter-spacing: 3px;
  margin-right: 7.5px;
  width: 80px;
  display: inline-block;
  position: relative;
}

#pickup .hotels .review .stars .review-base {
  padding-left: 1.5px;
  color: #eaeaea;
  width: 100%;
  box-sizing: border-box;
}

#pickup .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;
}

#pickup .swiper-wrapper li {
  margin-bottom: 24px;
  position: relative;
}

#pickup .sticker3 {
  width: 250px;
  position: absolute;
  bottom: -180px;
  right: 0;
}

#recommend {
  position: relative;
}

#recommend .hotel-box {
  min-height: 380px;
  padding-top: 24px;
}

#recommend .hotel-box h3 {
  margin-bottom: 16px;
}

#recommend .hotel-box .swiper-scrollbar {
  width: 100%;
  bottom: 30px;
  left: 0;
}

#recommend .hotels {
  display: none;
}

#recommend .hotels li {
  width: 200px;
  line-height: 1.5;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  background: #fff;
}

#recommend .hotels li a:hover {
  text-decoration: none;
}

#recommend .hotels li .photo img {
  width: 100%;
  aspect-ratio: 131/74;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}

#recommend .hotels li .name {
  font-size: 12px;
  display: block;
  padding: 8px;
  padding-bottom: 0;
  font-weight: bold;
  margin-bottom: 4px;
}

#recommend .hotels li .name a {
  color: #333;
}

#recommend .hotels li .box {
  padding: 8px;
  font-size: 12px;
}

#recommend .hotels li .down a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#recommend .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;
}

#recommend .hotels li .down a .badge span {
  color: #fff;
  font-weight: 300;
}

#recommend .hotels li .down a .badge span:last-child {
  letter-spacing: -1px;
}

#recommend .hotels li .down a .badge span em {
  font-style: normal;
  font-weight: 500;
  font-size: 150%;
}

#recommend .hotels li .area {
  color: #767676;
  padding-bottom: 4px;
}

#recommend .hotels li .price-box {
  color: #bf0000;
  padding-top: 8px;
}

#recommend .hotels li .price-box span {
  font-size: 14px;
  font-weight: bold;
}

#recommend .hotels li .condition {
  color: #333;
  padding-top: 4px;
}

#recommend .hotels li .point span {
  font-size: 20px;
}

#recommend .hotels .review a .num {
  color: #bf0000;
  font-size: 14px;
  font-weight: bold;
}

#recommend .hotels .review .stars {
  font-size: 13px;
  letter-spacing: 3px;
  margin-right: 7.5px;
  width: 80px;
  display: inline-block;
  position: relative;
}

#recommend .hotels .review .stars .review-base {
  padding-left: 1.5px;
  color: #eaeaea;
  width: 100%;
  box-sizing: border-box;
}

#recommend .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;
}

#recommend .swiper-wrapper li {
  margin-bottom: 24px;
  position: relative;
}

#recommend .sticker3 {
  width: 250px;
  position: absolute;
  bottom: -180px;
  right: 0;
}

#guide {
  position: relative;
}

#guide .areaBtns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

#guide .areaBtns a {
  display: block;
  width: calc((100% - 24px) / 4);
  cursor: pointer;
}

#guide .areaBtns.active {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  left: 0;
  top: 0;
  margin-top: 0;
  padding: 10px 16px;
  z-index: 999;
}

#osaka, #wakayama, #shiga, #tottori {
  background: #FFECDE;
}

#nara, #kyoto, #hyogo {
  background: #E1F4E9;
}

.guideContents {
  position: relative;
}

.guideContents h2 img {
  width: auto !important;
  height: 100px;
  margin: 0 auto 24px;
}

.guideContents .containerInner {
  width: 100%;
}

.guideContents .containerInner .planBtn {
  display: block;
  box-sizing: border-box;
  padding: 10px 16px;
  margin: 24px auto 0;
  text-align: center;
  border-radius: 200px;
  background-color: #FF530F;
  color: #fff;
  position: relative;
}

.guideContents .containerInner .planBtn::after {
  content: url(../images/arrow_orange.svg);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.guideContents .containerInner .planBtn.green {
  background-color: #009E79;
  color: #fff;
}

.guideContents .containerInner .planBtn.green::after {
  content: url(../images/arrow_green.svg);
}

.guideContents .swiper-container {
  padding-bottom: 30px;
}

.guideContents .swiper-container .swiper-pagination-bullets {
  bottom: 0;
}

.guideContents .swiper-slide {
  font-size: 12px;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  background: #fff;
}

.guideContents .swiper-slide > img {
  aspect-ratio: 16/9;
}

.guideContents .swiper-slide .update {
  color: #8c8c8c;
  padding: 8px 0;
  text-align: right;
}

.guideContents .swiper-slide .btn {
  border-radius: 4px;
  background-color: #54822B;
  display: block;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  margin-top: 16px;
  font-weight: 400;
}

.guideContents .swiper-slide .btn:hover {
  opacity: 0.8;
  text-decoration: none !important;
}



/* 转盘 */
#TOPBNR {
  position: relative;
}
.toWheel {
  width: 40%;
  position: absolute;
  bottom: 5px;
  left: -3%;
  animation: poyopoyo 2s ease-out infinite;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
