@charset "UTF-8";
/* ------------------------
common
------------------------*/
.pc {
  display: none !important;
}

#widewrapper img {
  width: 100%;
  display: block;
}

#widewrapper a:hover {
  opacity: 1 !important;
}

.normalFont, #hotelInfo .detail, .hotelList li, #recommend .otherHotel, #hotelPlan .planCard, .btmNav .dropup-menu {
  font-family: "Yu Gothic", "YuGothic", "Zen Kaku Gothic New", "Meiryo", sans-serif;
}

.titleFont, .mainTitle, #OVERVIEW h2 {
  font-family: "Yu Mincho", '游明朝', 'Shippori Mincho', "Noto Serif JP", serif;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 100px;
  height: 5px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-button-next:after {
  content: "" !important;
  height: 38px;
  width: 48px;
  background: url(../images/slide_arrow.png) 100% 100%/100% 100% no-repeat;
}

.swiper-button-prev:after {
  content: "" !important;
  height: 38px;
  width: 48px;
  background: url(../images/slide_arrow.png) 100% 100%/100% 100% no-repeat;
  transform: rotate(180deg);
}

.containerInner {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 16px;
  margin: 0 auto;
}

.mainTitle, #OVERVIEW h2 {
  color: #3D0101;
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.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;
}

.titleWithBg, #OVERVIEW h2 {
  margin-bottom: 24px;
  letter-spacing: 2.5px;
}

.titleWithBg::before, #OVERVIEW h2::before {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.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;
}

/* ------------------------

hotel info

------------------------*/
#hotelInfo {
  background-color: #fff;
  text-align: center;
}

#hotelInfo .detail {
  font-size: 16px;
  color: #333;
  line-height: 2;
  letter-spacing: 1.5px;
}

#hotel {
  background: url(../images/bg_sp_1.png) 100% 100%/100% auto repeat-y;
}

#hotel .titleWithBg::before, #hotel #OVERVIEW h2::before, #OVERVIEW #hotel h2::before {
  width: 106px;
  height: 50px;
  background: url(../images/Hotel.png) 100% 100%/contain no-repeat;
}

.hotelList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hotelList li {
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  background-color: #fff;
  font-size: 14px;
  margin-bottom: 16px;
}

.hotelList li:last-child {
  margin-bottom: 0;
}

.hotelList li h3 {
  font-size: 18px;
  padding: 3px 0 3px 10px;
  border-left: 3px solid #3D0101;
}

.hotelList li img {
  height: 175px;
  object-fit: cover;
  margin: 16px 0;
}

.hotelList li p {
  color: #333;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.6;
}

.hotelList li a {
  display: block;
  padding: 12px 0;
  background-color: #3D0101;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.hotelList li:last-child {
  margin-right: 0;
}

.hotelList li .preparing {
  height: 180px;
  line-height: 180px;
  margin: 16px 0;
}

/*-----------------------------

日付検索

------------------------*/
#searchContainer {
  background: url(../images/bg_sp_2.png) 100% 100%/100% auto repeat-y;
}

#searchContainer .titleWithBg::before, #searchContainer #OVERVIEW h2::before, #OVERVIEW #searchContainer h2::before {
  width: 128px;
  height: 50px;
  background: url(../images/Search.png) 100% 100%/contain no-repeat;
}

/*-----------------------------

全国のおすすめ東急ホテルズ＆リゾーツ

-------------------------------*/
#recommend {
  background: url(../images/bg_sp_1.png) 100% 100%/100% auto repeat-y;
}

#recommend .titleWithBg::before, #recommend #OVERVIEW h2::before, #OVERVIEW #recommend h2::before {
  width: 228px;
  height: 50px;
  top: 25%;
  background: url(../images/Recommend.png) 100% 100%/contain no-repeat;
}

#recommend .tab {
  width: 100%;
  box-sizing: border-box;
  overflow-x: scroll;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  /* 提升滚动流畅度 */
  scrollbar-width: none;
  /* Firefox 隐藏滚动条 */
}

#recommend .tab::-webkit-scrollbar {
  display: none;
  /* Chrome 隐藏滚动条 */
}

#recommend .tab li {
  flex-shrink: 0;
  padding: 0px 16px;
  border-right: 1px solid #333;
  position: relative;
  cursor: pointer;
}

#recommend .tab li:first-child {
  padding-left: 0;
}

#recommend .tab li:last-child {
  border-right: none;
  padding-right: 0;
}

#recommend .tab li.active {
  color: #3D0101;
  font-weight: 700;
}

#recommend .tab li.active::after {
  width: calc(100% - 32px);
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  background-color: #3D0101;
}

#recommend .tab li.active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  /* 让三角形位于线下方，可调 */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #3D0101;
  /* 三角颜色和线条一致 */
}

#recommend .tab li:hover {
  opacity: .8;
}

#recommend .otherHotel {
  width: 100%;
  margin: 40px auto 0;
  font-size: 16px;
}

#recommend .otherHotel p {
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  padding: 0px 0 0px 10px;
  border-left: 3px solid #3D0101;
  margin: 0 auto 24px;
  color: #3D0101;
}

#recommend .otherHotel ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: disc;
}

#recommend .otherHotel ul li {
  width: calc(100% - 32px);
}

#recommend .otherHotel ul a {
  font-size: 14px;
  width: fit-content;
  display: block;
  text-decoration: underline;
  padding: 8px 24px 8px 0px;
  position: relative;
  color: #333;
}

#recommend .otherHotel ul a::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%);
}

#recommend .otherHotel ul a:hover {
  text-decoration: underline !important;
}

#hotelPlan {
  background: url(../images/bg_sp_2.png) 100% 100%/100% auto repeat-y;
}

#hotelPlan .titleWithBg::before, #hotelPlan #OVERVIEW h2::before, #OVERVIEW #hotelPlan h2::before {
  top: 15%;
  width: 103px;
  height: 50px;
  background: url(../images/Area.png) 100% 100%/contain no-repeat;
}

#hotelPlan .areaContent:last-child .planCard:last-child {
  margin-bottom: 0;
}

#hotelPlan .planCard {
  background-color: #fff;
  padding: 16px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 30px;
}

#hotelPlan .planCard .hotelName {
  padding: 0px 0 0px 10px;
  border-left: 3px solid #333;
  font-size: 18px;
  font-weight: 700;
}

#hotelPlan .planCard .hotelDec {
  margin: 20px 0;
  font-weight: 500;
}

#hotelPlan .planCard .planList {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#hotelPlan .planCard .plan {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #DDD;
  margin-bottom: 16px;
}

#hotelPlan .planCard .plan:last-child {
  margin-bottom: 0;
}

#hotelPlan .planCard .plan .imgs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#hotelPlan .planCard .plan .imgs .bigImg {
  width: calc(64% - 2px);
  height: 230px;
}

#hotelPlan .planCard .plan .imgs .bigImg img {
  height: 100%;
  object-fit: cover;
}

#hotelPlan .planCard .plan .imgs .imgColumn {
  width: calc(36% - 2px);
}

#hotelPlan .planCard .plan .imgs .imgColumn .preparing {
  height: 113px;
}

#hotelPlan .planCard .plan .imgs .imgColumn .otherImg {
  aspect-ratio: 202/113;
  margin-bottom: 4px;
  height: 113px;
  object-fit: cover;
}

#hotelPlan .planCard .plan .imgs .imgColumn .otherImg:last-child {
  margin-bottom: 0;
}

#hotelPlan .planCard .plan .planName {
  font-size: 14px;
  padding: 10px 16px;
  font-weight: 500;
}

#hotelPlan .planCard .plan .planDetail {
  padding: 0 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

#hotelPlan .planCard .plan .planDetail .info {
  width: calc(64% - 2px);
  margin-right: 4px;
}

#hotelPlan .planCard .plan .planDetail .info em {
  line-height: 0;
  font-style: normal;
}

#hotelPlan .planCard .plan .planDetail .info .review {
  display: flex;
  align-items: center;
}

#hotelPlan .planCard .plan .planDetail .info .review .stars {
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-right: 4px;
  width: auto;
  display: inline-block;
  position: relative;
}

#hotelPlan .planCard .plan .planDetail .info .review .stars .review-base {
  padding-left: 1.5px;
  color: #eaeaea;
  width: 100%;
  box-sizing: border-box;
}

#hotelPlan .planCard .plan .planDetail .info .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;
}

#hotelPlan .planCard .plan .planDetail .info .review .count {
  color: #BF0000;
  font-size: 14px;
  font-weight: 700;
}

#hotelPlan .planCard .plan .planDetail .info .price {
  color: #BF0000;
  margin: 3px 0;
  font-weight: 700;
}

#hotelPlan .planCard .plan .planDetail .info .price em {
  font-size: 20px;
}

#hotelPlan .planCard .plan .planDetail .info .price span:first-child {
  font-size: 16px;
}

#hotelPlan .planCard .plan .planDetail .info .price span:last-child {
  color: #2D2D2D;
  font-size: 14px;
  margin-left: 4px;
}

#hotelPlan .planCard .plan .planDetail .info .point {
  font-size: 18px;
  font-weight: 700;
  color: #BF0000;
}

#hotelPlan .planCard .plan .planDetail .info .point em {
  font-size: 20px;
}

#hotelPlan .planCard .plan .planDetail .info .point span:first-child {
  color: #2D2D2D;
  font-size: 14px;
  margin-right: 8px;
}

#hotelPlan .planCard .plan .planDetail .info .point span:last-child {
  font-size: 16px;
}

#hotelPlan .planCard .plan .planDetail .pointWithBg {
  width: 90px;
  height: 90px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: url(../images/point_bg.png) 100% 100%/100% 100% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#hotelPlan .planCard .plan .planDetail .pointWithBg div {
  line-height: 1.3;
}

#hotelPlan .planCard .plan .planDetail .pointWithBg div em {
  font-size: 22px;
  font-style: normal;
}

#hotelPlan .planCard .plan .planDetail:hover {
  color: initial;
}

#hotelPlan .planCard .swiper-wrapper .swiper-slide {
  aspect-ratio: 16 / 9;
}

#hotelPlan .planCard .swiper-wrapper .swiper-slide img {
  height: 100%;
  object-fit: cover;
}

#hotelPlan .planCard .swiper-wrapper .swiper-slide .preparing {
  height: 100%;
  line-height: 100%;
}

/*-----------------------------

サービス概要

-------------------------------*/
#OVERVIEW {
  background: url(../images/bg_pc_2.png) 100% 100%/100% auto repeat-y;
  padding-bottom: 40px;
}

#OVERVIEW h2 img {
  display: none !important;
}

#OVERVIEW h2::before {
  width: 134px;
  height: 50px;
  top: 20%;
  background: url(../images/Service.png) 100% 100%/contain no-repeat;
}

#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: 99999;
  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: #3D0101;
  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: #3D0101;
  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;
  justify-content: space-between;
}

.btmNav .dropup-menu .panel a {
  display: block;
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.btmNav .dropup-menu .panel a:nth-of-type(2n) {
  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;
}
