@charset "UTF-8";
/* ------------------------------------------
	common
------------------------------------------ */

.sp {
  display: none !important;
}


#widewrapper {
  img {
    display: block;

  }

  a:hover {
    opacity: 0.8;
  }
}

.font,
.title,
.couponBnr,
#topnav {
  font-family: 'Shippori Mincho', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}


.contentsInner {
  width: 1100px;
  box-sizing: border-box;
  padding: 50px 0;
  margin: 0 auto;
}

.title {
  font-size: 32px;
  padding: 36px 0;
  text-align: center;
  color: #E66000;
  font-weight: 600;
  position: relative;
}

.title small {
  font-size: 18px;
}

/* ------------------------------------------
	icon
------------------------------------------ */
.iconCommon,
.ttliconTop::before,
.ttliconBefore::before,#topnav ul li a::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/icons.png) no-repeat;
  background-size:236px 32px;
  position: absolute;
}
#topnav ul li a::before{left: -30px;top: -5px;}
.ttliconTop::before {
  top: -5px;
  left: 50%;
  transform: translateX(-50%) scale(1.2);
}

.ttliconBefore::before {
  right: 0;
  top: 37%;
  transform: translateY(-50%);
}
.ttliconBefore::after {content: url(../images/part1icon.png);
 left:-10px;
  top: 20%;
  transform: translateY(-50%);
  display: block;position: absolute;
}



.ttliconCoupon::before {
  background-position: 3px 0;
}
.ttliconCoupon1::before {
  background-position: -147px 0 !important;
}
.ttliconBnr{position: relative;}
.ttliconBnr::before {
  background-position: -182px 0 !important;
    content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/icons.png) no-repeat;
  background-size:236px 32px;
  position: absolute;
    top: -5px;
  left: 50%;
  transform: translateX(-50%) scale(1.2);
}
.ttliconHotel::before {
  background-position: -35px 0 !important;
}

.ttliconPen::before {
  background-position: -70px 0 !important;
}

.ttliconSearch::before {
  background-position: -104px -2px !important;
}

/* ------------------------------------------
	widewrapper
------------------------------------------ */
#widewrapper {
  width: 100%;
}

.couponBnr {
  width: 100%;
  background-color: #FBDF6D;
  color: #000;
  font-size: 30px;
  padding: 20px 0;
  font-weight: 600;
}

.couponBnr span {
  width: fit-content;
  display: block;
  margin: 0 auto;
  position: relative;
  padding:0 42px;
}

.couponBnr em {
  font-size: 42px;
}

.couponBnr .ttliconCoupon::before {
  transform: translateY(-50%) scale(1.4);
}

/* ------------------------------------------
	topnav
------------------------------------------ */
#topnav {
  width: 100%;
  background-color: #FFF;
  font-size: 18px;
  font-weight: 600
}

#topnav ul {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#topnav ul li {
  width: 200px;
  text-align: center;
  border-right: 1px solid #ccc;
  padding-left: 40px;
}

#topnav ul li a {
  color: #E66000;position: relative;
}

#topnav ul li:last-child {
  border: none;
}

/* ------------------------------------------
	coupon
------------------------------------------ */
#couponBox {
  width: 100%;
background-color: #FFFEED;
  min-height: 500px;
}

#couponBox .contentsInner {
  width: 1000px;
}

#couponBox .couponList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#couponBox .couponList .couponOneClick {
  margin-right: 50px;
}

#couponBox .couponList .couponOneClick:last-child {
  margin-right: 0;
}

#couponBox .couponList .couponOneClick .coupon__button__pattern {
  flex-direction: column;
}

#couponBox .couponList .couponOneClick .coupon__button {
  width: 75%;
  margin-left: 0;
}

/* ------------------------------------------
	東京都の人気ホテル・宿ランキング
------------------------------------------ */
.rankSubTtl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}

#ranking .photo {
  height: 124px;
}

#ranking .photo .photo-in-in {
  height: 124px;
}

#ranking .hotel-box {
  padding-bottom: 24px;
  margin-bottom: 40px;
}

#ranking .hotel-box a:hover {
  opacity: 1;
}

#ranking .hotel-box .hotel {
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

#ranking .hotel-box .hotel .main {
  position: relative;
}

#ranking .hotel-box .hotel .main a {
  padding: 0px 8px 2px;
  display: block;
  color: #333;
}

#ranking .hotel-box .hotel .main a:hover .photo-in-in {
  transform: scale(1.2);
}

#ranking .hotel-box .hotel .photo {
  overflow: hidden;
  margin: 0 -8px;
  border-radius: 4px 4px 0 0;
  height: 100px;
}

#ranking .hotel-box .hotel .photo .photo-in-in {
  background-position: center;
  background-size: cover;
  height: 100px;
  border-radius: 4px 4px 0 0;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

#ranking .hotel-box .hotel .photo .photo-in-in:hover {
  transform: scale(1.2);
}

#ranking .hotel-box .hotel .area {
  min-height: 18px;
  font-size: 12px;
}

#ranking .hotel-box .hotel .name {
  font-size: 14px;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 6px;
  position: relative;
}

#ranking .hotel-box .hotel .name.crown:after {
  content: "";
  /* display: none !important; */
  position: absolute;
  top: 3px;
  left: 0;
  width: 36px;
  height: 30px;
  background: url(https://img.travel.rakuten.co.jp/share/pctop/images/icon_rank.svg) no-repeat;
  background-size: auto 28px;
}

#ranking .hotel-box .hotel:nth-of-type(1) .name:after {
  background-position: -2px 0px;
}

#ranking .hotel-box .hotel:nth-of-type(2) .name:after {
  background-position: -38px 0px;
}

#ranking .hotel-box .hotel:nth-of-type(3) .name:after {
  background-position: -74px 0px;
}

#ranking .hotel-box .hotel:nth-of-type(4) .name:after {
  background-position: -110px 0px;
}

#ranking .hotel-box .hotel:nth-of-type(5) .name:after {
  background-position: -146px 0px;
}

#ranking .hotel-box .hotel:nth-of-type(6) .name:after {
  background-position: -182px 0px;
}

#ranking .hotel-box .hotel:nth-of-type(7) .name:after {
  background-position: -218px 0px;
}

#ranking .hotel-box .hotel:nth-of-type(8) .name:after {
  background-position: -254px 0px;
}

#ranking .hotel-box .hotel:nth-of-type(9) .name:after {
  background-position: -290px 0px;
}

#ranking .hotel-box .hotel:nth-of-type(10) .name:after {
  background-position: -326px 0px;
}

#ranking .hotel-box .hotel .rvw-score {
  padding-top: 2px;
  padding-bottom: 4px;
  padding-left: 10px;
}

#ranking .hotel-box .hotel .rvw-score a .review-score {
  color: #bf0000;
  font-size: 14px;
  font-weight: bold;
}

#ranking .hotel-box .hotel .rvw-score a .review-score:hover {
  opacity: 0.8;
}

#ranking .hotel-box .hotel .rvw-score .stars {
  font-size: 14px;
  letter-spacing: 1px;
  margin-right: 2px;
  width: 80px;
  display: inline-block;
  position: relative;
}

#ranking .hotel-box .hotel .rvw-score .stars .review-base {
  color: #eaeaea;
  width: 100%;
  box-sizing: border-box;
}

#ranking .hotel-box .hotel .rvw-score .stars .review-rst {
  color: #ffba00;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  box-sizing: border-box;
}

#ranking .hotel-box .hotel .links {
  padding: 2px 0 4px;
  text-align: center;
}

#ranking .hotel-box .hotel .links a {
  font-size: 14px;
  background: #ffffff;
  display: block;
  margin: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 8px 0;
  color: #333;
}

#ranking .hotel-box .hotel .links a:hover {
  border: 1px solid #eaeaea;
  background-color: #f3f3f3;
}

#ranking .hotel-box .hotel:nth-of-type(n+11) {
  display: none;
}

/* #ranking .plan {
  display: none !important;
} */

/* ------------------------------------------
	東京の観光情報トラベルガイド
------------------------------------------ */
#guide {

}

#guide .swiper-container {
  padding-bottom: 20px;
}

#guide .swiper-wrapper {
  display: flex;
  margin: 0 auto;
  width: 98%;
  justify-content: space-between;
}

#guide .swiper-wrapper li {
  width: 32.5%;
}

#guide .swiper-wrapper li a {
  display: block;
  border-radius: 3px;
  border: 1px solid #CED5DB;
  background: #fff;
}

#guide .swiper-wrapper li a img {
  width: 100%;
}

#guide .swiper-wrapper li a .title {
  min-height: 70px;
}

#guide .swiper-wrapper li a p {
  text-align: left;
  padding: 15px;
  font-size: 13px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

#guide .swiper-wrapper li a p.btn {
  text-align: center;
  background-color: #E66000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin: 0 15px 15px;
  padding: 10px 15px;
  border-radius: 4px;
}

#guide .swiper-wrapper li a .time {
  padding: 15px 15px 0px 15px;
  text-align: right;
}

#guide .swiper-button-next,
#guide .swiper-button-prev {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
}

#guide .swiper-button-next {
  background-image: url(https://img.travel.rakuten.co.jp/package/jr/special/hokuriku-shinkansen/202412/images/arrow.png);
  transform: rotate(180deg);
}

#guide .swiper-button-prev {
  background-image: url(https://img.travel.rakuten.co.jp/package/jr/special/hokuriku-shinkansen/202412/images/arrow.png);
  left: 0px;
}

/* ------------------------------------------
	おすすめ特集
------------------------------------------ */


#recommend .contentsInner .features {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#recommend .contentsInner .features a {
  display: block;
  /* width: calc((100% - 42px) / 4); */
  margin: 0 14px 14px 0;
  box-sizing: border-box;
  padding: 6px;
  background: #fff;
}

#recommend .contentsInner .features a img {
  width: 300px;
}

#recommend .contentsInner .features a:last-child {
  margin-right: 0;
}

.swiper-scrollbar {
  background: #D9D9D9 !important;
}

.swiper-scrollbar-drag {
  background: #646262 !important;
}

.rankNote {
  font-size: 14px;
  margin: 0 auto;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
}


.partcontainer{background-color: #fff;padding: 60px 0;position: relative;}
#couponBox .couponList .couponOneClick{background-color: #EDF2E9;padding: 16px;}
.partcontainer.part1{margin: 60px 0 80px;}
.partcontainer.part1::before{display: block;content: url(../images/part1.png);position: absolute;top: -50px;}
.partcontainer.part2::before{display: block;content: url(../images/part2.png);position: absolute;top: -50px;}
.partcontainer.part2{flex-direction: column;}
.partcontainer.part2 h3 span{display: block;position: relative;font-size: 18px;}
.partcontainer.part2 h3 span::before{display: block;content: "";width: 25px;height: 25px;position: absolute;border-left: 2px solid #000;transform: rotate(-30deg);top: 0;left: -20px;}
.partcontainer.part2 h3 span::after{display: block;content: "";width: 25px;height: 25px;position: absolute;border-right: 2px solid #000;transform: rotate(30deg);top: 0;right: -20px;}
.partcontainer.part2 h3 span b{color: #bf0000;font-weight: bolder;}
.partcontainer.part2 h3 span b em{font-style: normal;font-size: 18px;}
.partcontainer.part2 h3{text-align: center;font-weight: normal;font-size: 16px;line-height: 200%;}
.partcontainer.part2 h3 b{font-size: 24px;}
.yokoku{display: flex;padding-top: 20px; justify-content: space-between;}
.yokoku li{width: 48%;border: 1px solid #ddd;overflow: hidden;border-radius: 10px;}
.yokoku li table tr{border-bottom: 1px solid #ddd;}
.yokoku li table tr:last-child{border: none;}
.yokoku li table tr:last-child td:first-child{border-bottom: 3px solid #ff6b00;}

#ranking,#shBox{background-color: #FFFEED;}

#shBox .contentsInner{width: 1200px; }
#search-box{padding: 20px;}

#expo h2{font-size: 48px;text-align: center;position: relative;z-index: 2;}
#expo h2::after{display: block;content: "";height: 20px;width: 500px;background-color: #FFE8EA;position: absolute;bottom: 0;right: calc(50% - 250px);z-index: -1;}
#expo h2 span{color: #0068B7;display: block;}
#expo h2 span em{font-size: 32px;font-style: normal;}
#expo h2 b{color: #E60012;}
#expo p{width: 700px;margin: 20px auto;font-size: 18px;line-height: 150%;}
#recommend .contentsInner .features a{box-shadow: 0 0 3px #ddd;}
.yokoku li table tr td:first-child{font-size: 13px;text-align: center !important;width: 40%;}
.yokoku li table tr td{font-size: 13px;text-align: center;}
.yokoku li table tr td:last-child{text-align:left  !important;}

#topBnr .swiper-slide{display: flex;  justify-content: center;}

.coupon__filter__guide {flex: 0 0 100%;}
.coupon__filter__guide a {background-color: #fff!important;border: 1px solid #ccc;}

#expo .expoBtn {

  width: 384px;
  height: 46px;
  padding: 0px 12px 2px 0px;


  margin: 34px auto 0!important;
}
#expo .expoBtn a {height: 100%;
  display: flex;justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #E60012;color: #fff;font-weight: 700;position: relative;}

#expo .expoBtn a::before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  right: 12px;
  top: calc(50% - 6px);
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform: rotate(-45deg);
}