@charset "UTF-8";

/* ------------------------
common
------------------------*/
.sp {
  display: none !important;
}

/* html {
    scroll-behavior: smooth;
} */
#widewrapper img {
  width: 100%;
  display: block;
}

#widewrapper a:hover {
  opacity: 0.8;
}

.normalFont,
#hotelInfo .detail,
.hotelList li,
#recommend .otherHotel,
#hotelPlan .planCard {
  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;
}

.containerInner {
  width: 1156px;
  box-sizing: border-box;
  padding: 80px 0;
  margin: 0 auto;
}

.mainTitle,
#OVERVIEW h2 {
  color: #3D0101;
  text-align: center;
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.textTitle {
  font-size: 40px;
  letter-spacing: 6.4px;
}

.subTitle {
  font-size: 24px;
  letter-spacing: 3.2px;
  margin: 24px auto 40px;
}

a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

.titleWithBg,
#OVERVIEW h2 {
  margin-bottom: 40px;
  letter-spacing: 5px;
}

.titleWithBg::before,
#OVERVIEW h2::before {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  top: 25%;
  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: 75%;
  padding: 12px 0;
  margin: 0 auto;
}

#topLogo img {
  display: block;
  margin: 0 auto;
}

.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: 20px;
  color: #333;
  line-height: 2;
  letter-spacing: 2px;
}

#hotel {
  background: url(../images/bg_pc_1.png) 100% 100%/100% auto repeat-y;
}

#hotel .titleWithBg::before,
#hotel #OVERVIEW h2::before,
#OVERVIEW #hotel h2::before {
  width: 185px;
  height: 58px;
  background: url(../images/Hotel.png) 100% 100%/contain no-repeat;
}

.hotelList {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotelList li {
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
  box-sizing: border-box;
  padding: 24px;
  background-color: #fff;
  font-size: 20px;
}

.hotelList li:last-child {
  margin-right: 0;
}

.hotelList li h3 {
  padding: 6px 0 6px 10px;
  border-left: 3px solid #3D0101;
}

.hotelList li img {
  height: 180px;
  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_pc_2.png) 100% 100%/100% auto repeat-y;
}

#searchContainer .titleWithBg::before,
#searchContainer #OVERVIEW h2::before,
#OVERVIEW #searchContainer h2::before {
  width: 207px;
  height: 61px;
  background: url(../images/Search.png) 100% 100%/contain no-repeat;
}

/*-----------------------------

全国のおすすめ東急ホテルズ＆リゾーツ

-------------------------------*/
#recommend {
  background: url(../images/bg_pc_1.png) 100% 100%/100% auto repeat-y;
}

#recommend .titleWithBg::before,
#recommend #OVERVIEW h2::before,
#OVERVIEW #recommend h2::before {
  width: 369px;
  height: 59px;
  background: url(../images/Recommend.png) 100% 100%/contain no-repeat;
}

#recommend .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 30px;
}

#recommend .tab li {
  padding: 5px 24px;
  border-right: 1px solid #333;
  position: relative;
  cursor: pointer;
}

#recommend .tab li:last-child {
  border-right: none;
}

#recommend .tab li.active {
  color: #3D0101;
  font-weight: 700;
}

#recommend .tab li.active::after {
  width: calc(100% - 48px);
  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: 584px;
  margin: 40px auto 0;
  font-size: 16px;
}

#recommend .otherHotel p {
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  padding: 3px 0 3px 10px;
  border-left: 3px solid #3D0101;
  margin: 0 auto 24px;
  color: #3D0101;
}

#recommend .otherHotel ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  list-style-type: disc;
}

#recommend .otherHotel ul li {
  width: 40%;
}

#recommend .otherHotel ul a {
  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_pc_2.png) 100% 100%/100% auto repeat-y;
}

#hotelPlan .titleWithBg::before,
#hotelPlan #OVERVIEW h2::before,
#OVERVIEW #hotelPlan h2::before {
  top: 15%;
  width: 164px;
  height: 80px;
  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: 40px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 60px;
}

#hotelPlan .planCard .hotelName {
  padding: 0px 0 0px 10px;
  border-left: 3px solid #333;
  font-size: 20px;
  font-weight: 700;
}

#hotelPlan .planCard .hotelDec {
  margin: 32px 0;
  font-weight: 500;
}

#hotelPlan .planCard .planList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#hotelPlan .planCard .plan {
  width: calc(50% - 20px);
  box-sizing: border-box;
  border: 1px solid #DDD;
}

#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 {
  padding: 10px 16px;
  font-weight: 500;
}

#hotelPlan .planCard .plan .planDetail {
  padding: 0 16px 30px;
  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: 18px;
  letter-spacing: 3px;
  margin-right: 7.5px;
  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: 18px;
  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: 30px;
}

#hotelPlan .planCard .plan .planDetail .info .price span:first-child {
  font-size: 24px;
}

#hotelPlan .planCard .plan .planDetail .info .price span:last-child {
  color: #2D2D2D;
  font-size: 16px;
  margin-left: 8px;
}

#hotelPlan .planCard .plan .planDetail .info .point {
  font-size: 18px;
  font-weight: 700;
  color: #BF0000;
}

#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: 20px;
}

#hotelPlan .planCard .plan .planDetail .pointWithBg {
  width: 100px;
  height: 100px;
  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: 28px;
  font-style: normal;
}

#hotelPlan .planCard .plan .planDetail:hover {
  color: initial;
}

/*-----------------------------

サービス概要

-------------------------------*/
#OVERVIEW {
  background: url(../images/bg_pc_2.png) 100% 100%/100% auto repeat-y;
  padding-bottom: 80px;
}

#OVERVIEW h2 img {
  display: none !important;
}

#OVERVIEW h2::before {
  width: 214px;
  height: 80px;
  top: 0%;
  background: url(../images/Service.png) 100% 100%/contain no-repeat;
}

#OVERVIEW .holder {
  width: 1156px;
  box-sizing: border-box;
  margin: 40px auto 0;
  padding: 40px;
  padding-bottom: 28px;
  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

-------------------------------*/
.pagetop {
  /* display: none !important; */
  width: 120px;
  position: fixed !important;
  bottom: 20px;
  right: 8px;
  z-index: 9999;
}

#sideFixedBnr {
  bottom: 480px !important;
  right: 0px!important;
  z-index: 999;
  width: 150px!important;
}

.floatNav ul li {
  font-size: 14px;
  padding: 12px 6px;
  text-align: center;
  color: #3D0101;
}

.floatNav ul li a {
  display: block;
  width: 100%;
  color: #fff;
}

.floatNav ul li a:hover {
  cursor: pointer;
}

.floatNav ul li:nth-of-type(n+2) {
  background-color: #3D0101;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.floatNav ul li:nth-of-type(n+2) a:hover {
  color: #fff;
}

.floatNav ul li:nth-of-type(n+8) {
  background-color: #fff;
  border: 1px solid #EEDDC5;
  margin-top: 8px;
}

.floatNav ul li:nth-of-type(n+8) a {
  color: #3D0101;
}

.floatNav ul li:nth-of-type(n+8) a:hover {
  color: #3D0101;
}