/*
 * CSS for PC
 * @date     2018
 */
/* ------------------------------------------

------------------------------------------ */
.sp {
  display: none !important;
}

#widewrapper {
  width: 100%;
  clear: both;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

#keyVisual {
  margin-bottom: 0;
}

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

/* #keyVisual h1 {
  text-indent: 0;
  width: 100%;
} */



#keyVisual{width: 100%;}
#keyVisual::after{
  content: "PR";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  font-weight: normal;
  background: rgba(0,0,0,.4);
  color: #fff;
  z-index: 9;
  font-family: "Noto Sans JP", sans-serif;
}



#contents.column1 {
  width: 100%;
  background: none;
  font-family: "Noto Sans JP", serif;
  padding: 0;
  line-height: 1.5;
}

#topNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 1000;
}
#topNav li {
  padding: 12px 0;
}
#topNav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 20px;
  padding: 8px 32px;
  border-right: 1px solid #000;
}

#topNav li p {
  display: block;
  position: relative;
  padding-left: 32px;
}
#topNav li p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(https://img.travel.rakuten.co.jp/select/favhospitalitygroup/202606/images/icons.svg) no-repeat;
  background-size: auto 24px;
}

#topNav li .hotelIcon::before {
  background-position: -24px 0;
}
#topNav li .searchIcon::before {
  background-position: -48px 0;
}
#topNav li .thumbIcon::before {
  background-position: -72px 0;
}
#topNav li .couponIcon::before {
  background-position: -100px 0;
}

#topNav li a img {
  padding-right: 10px;
}
#topNav li a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}
#topNav li:last-child a {
  border-right: none;
}

.parts {
  width: 90%;
  max-width: 1280px;
  margin: 84px auto;
}
.parts a:hover {
  text-decoration: none;
  opacity: 0.8;
}

h2.ttl {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
}
h2.ttl p {
  width: fit-content;
  position: relative;
  margin: 0 auto 40px;
}
h2.ttl p::before {
  content: "";
  display: block;
  position: absolute;
  left: -240px;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 0.5px;
  background-color: #333;
}
h2.ttl p::after {
  content: "";
  display: block;
  position: absolute;
  right: -240px;
  top: 50%;
  transform: translateY(-50%);
  width:  200px;
  height: 0.5px;
  background-color: #333;
}

h2.ttl span {
  width: fit-content;
  display: block;
  padding-left: 56px;
  position: relative;
  margin: 0 auto;
}

h2.ttl span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: url(https://img.travel.rakuten.co.jp/select/favhospitalitygroup/202606/images/icons.svg) no-repeat;
  background-size: auto 48px;
}

h2.ttl span.hotelIcon::before {
  background-position: -48px 0;
}
h2.ttl span.searchIcon::before {
  background-position: -96px 0;
}
h2.ttl span.campaignIcon::before {
  background-position: -144px 0;
}
h2.ttl span.couponIcon::before {
  background-position: -200px 0;
}

#intro{width: 80% !important;max-width: 1280px;}
#intro .fhgInfo {
  margin:0 auto 40px;
}

#intro .fhgInfo span {
  display: block;
  text-align: center;
}

#intro .fhgIntro {
  width: fit-content;
  text-align: center;
  font-size: 28px;
  margin: 0 auto 16px;
  font-weight: 500;
  position: relative;
  background: #fff;
  color: #62A578;
  border-radius: 200px;
  padding: 10px 60px;
  border: 2px solid transparent;
  background-clip: padding-box;
  box-shadow: 0 0 0 2px transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #36a4d8, #64a676);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}


#intro .grouplink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          column-gap: 24px;
}
#intro .grouplink li{width: calc((100% - 48px) / 3);}
#intro .grouplink li a {
  text-align: center;
  display: block;
  color: #000;
  font-size: 16px;
}
#intro .grouplink li a img {
  padding-bottom: 20px;
  /* height: 70px; */
}
#intro .grouplink li:first-child a img{margin-top: 0px;}

#intro .grouplink li a span {
  display: block;
}

#intro .grouplink .hotelbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
}

#intro .photo_box,#intro .pick_pr{width: 100%;float: none;padding: 0!important;}
#intro .grouplink .hotelbox .btn li a {
  background-color: #fff!important;
  border: 1px solid #aaa!important;
}


#intro .video {
  margin: 60px auto 0;
  width: 600px;
}
#intro .video .hint {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}
#intro .video .videotext {
  font-size: 16px;
  text-align: center;
  padding-top: 40px;
  line-height: 2;
}

.sub {
  display: block;
  /* position: relative; */
  text-align: center;
  width: 50%;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 0;
  margin: 0px auto 16px;
}

/* .sub::before{
  display: block;
  position: absolute;
  z-index: 9;
  top: -20px;
  left: -40px;
  width: 150px;
  height: 88px;
  content: "";
  background: url(https://img.travel.rakuten.co.jp/select/favhospitalitygroup/202506/images/sub01.png) no-repeat;
  background-size: 100%;
}

.sub::after{
  display: block;
  position: absolute;
  z-index: 9;
  top: -20px;
  right: -40px;
  width: 150px;
  height: 88px;
  content: "";
  background: url(https://img.travel.rakuten.co.jp/select/favhospitalitygroup/202506/images/sub02.png) no-repeat;
  background-size: 100%;
} */



/* #pickup {width: 1240px;} */


/* #pickup .hotellist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
} */

.photo_box, .pick_pr{float: left; width: 50%;}

#coupon_bg {
  background-color: #E9EFF2;
  overflow: hidden;
}


#coupon_section .coupon_sub {
  text-align: center;
  font-size: 18px;
  margin: 0 auto ;
  line-height: 1.8;
}

#coupon_section .coupon_box {
  background-color: #fff;
  padding: 40px;
  margin: 0 auto;
}

#coupon_section #add_cpu {
  margin: 0;
}

#coupon_section #add_cpu img {
  display: block;
  margin: 0 auto;
}

#coupon_section #txt_cpu2 {
  width: auto;
  margin: 10px auto 0;
  text-align: right;
  font-size: 13px;
}

#pickup .ttl {
  width: fit-content;
  background: var(--Linear, linear-gradient(90deg, #41499A 0%, #8F5E96 25%, #DF7F8B 50%, #E79683 75%, #F5C271 100%));
  border-radius: 200px;
  font-size: 32px;
  padding: 8px 56px;
  color: #fff;
  margin: 0 auto 16px;
  font-weight: 500;
}

#pickup .hotellist {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

#pickup .hotellist .hotelbox {
  width: 100%;
  overflow: hidden;
  height: 384px;
  background-color: #fff;
}
#pickup .hotellist .hotelbox div.pick_pr,#intro .grouplink .hotelbox div.pick_pr {
  font-size: 16px;
  padding: 30px 30px 0;
  box-sizing: border-box;
}
#pickup .hotellist .hotelbox div.pick_pr b,#intro .grouplink .hotelbox div.pick_pr b {
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 0 0 15px 0;
}

#pickup .hotellist .hotelbox .pick_price,#intro .grouplink .hotelbox .pick_price{
  font-size: 14px;
  /* border: 1px solid #6ABBD9; */
  border: 1px solid #aaa;
  margin: 25px 0 0 0;
  padding: 20px;
  border-radius: 5px;
box-sizing: border-box;
}

#pickup .hotellist .hotelbox .pick_price {overflow: hidden;}
#pickup .hotellist .hotelbox .pick_price a{color: #333 !important;}
/* #pickup .hotellist .hotelbox .pick_price div{width: 100%;} */
#pickup .hotellist .hotelbox .pick_price p{display: block;}
/* #pickup .hotellist .hotelbox .pick_price p:first-child{margin-bottom: 10px;} */
#pickup .hotellist .hotelbox .pick_price p.plan_price{text-align: center;}
#pickup .hotellist .hotelbox .pick_price p.plan_price span{font-size: 180%; color: #bc0000;}
.pick_price .plan_btn{display: block; text-align: center; color: #333; border-radius: 50px; background-color: #fff; border: 1px solid #aaa; margin: 10px 0 0 0; padding: 10px 0;}


#pickup .hotellist .hotelbox .btn,#intro .grouplink .hotelbox .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  width: 100%;
}
#pickup .hotellist .hotelbox .btn li,#intro .grouplink .hotelbox .btn li {
  width: 49%;
}
#pickup .hotellist .hotelbox .btn li a,#intro .grouplink .hotelbox .btn li a {
  display: block;
  font-size: 14px;
  text-align: center;
  border-radius: 50px;
  color: #333;
  padding: 10px 0;
  background-color: #E0CCAE;
}
#pickup .hotellist .hotelbox .hotelphoto img {
  width: 100%;
}
#pickup .hotellist .hotelbox .hotelphoto .swiper-button-prev,#intro .grouplink .hotelbox .hotelphoto .swiper-button-prev {
  background-image: url(https://img.travel.rakuten.co.jp/select/favhospitalitygroup/202506/images/prev.png);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
#pickup .hotellist .hotelbox .hotelphoto .swiper-button-next,#intro .grouplink .hotelbox .hotelphoto .swiper-button-next {
  background-image: url(https://img.travel.rakuten.co.jp/select/favhospitalitygroup/202506/images/next.png);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}

#hotellist .jdsTab {
  padding-top: 50px;
}
#hotellist .jdsTabNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
#hotellist .jdsTabNav li {
  width: 24.5%;
  text-align: center;
  font-size: 24px;
  border: 1px solid #aaa;
  padding: 20px 0;
  cursor: pointer;
}
#hotellist .jdsTabNav li.active {
  background-color: #aaa;
  color: #fff;
}
#hotellist .hotellist .hotelbox {
  overflow: hidden;
  padding: 20px;
  border: 1px solid #aaa;
  margin-bottom: 20px;
}
#hotellist .hotellist .hotelbox:nth-child(even) p {
  float: left;
  padding-left: 40px;
}
#hotellist .hotellist .hotelbox:nth-child(even) .btn {
  float: left;
  padding-left: 40px;
}
#hotellist .hotellist .hotelbox:nth-child(even) .hotelphoto {
  float: right;
}
#hotellist .hotellist .hotelbox p {
  font-size: 16px;
  float: right;
  width: 40%;
  padding-top: 20px;
  text-align: center;
  padding-right: 40px;
}
#hotellist .hotellist .hotelbox p b {
  font-weight: normal;
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 0 0 15px 0;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
}
#hotellist .hotellist .hotelbox p b em {
  font-size: 24px;
  padding-bottom: 10px;
  display: block;
  font-style: normal;
}
#hotellist .hotellist .hotelbox .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  float: right;
  width: 40%;
  padding-right: 40px;
}
#hotellist .hotellist .hotelbox .btn li {
  width: 49%;
}
#hotellist .hotellist .hotelbox .btn li a {
  display: block;
  font-size: 14px;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 50px;
  color: #333;
  padding: 10px 0;
}
#hotellist .hotellist .hotelbox .hotelphoto {
  float: left;
  width: 50%;
}
#hotellist .hotellist .hotelbox .hotelphoto img {
  width: 100%;
}
#hotellist .hotellist .hotelbox .hotelphoto .swiper-button-prev {
  background-image: url(https://img.travel.rakuten.co.jp/select/favhospitalitygroup/202506/images/prev.png);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
#hotellist .hotellist .hotelbox .hotelphoto .swiper-button-next {
  background-image: url(https://img.travel.rakuten.co.jp/select/favhospitalitygroup/202506/images/next.png);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}

#search-box.verB {
  border: none;
  margin: 0 auto !important;
}
#search-box.verB p.searchSubmit a {
  text-indent: 0;
  line-height: 46px;
  height: 46px;
}
#search-box.verB .dhAll.dh {
  margin-top: 50px !important;
}
#search-box.verB #domestic-search-box {
  padding: 0;
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
}

#search-box.verB.test .grey.InpuDateBox.chkDate {
  padding-top: 2px !important;
  padding-bottom: 8px;
}

#search-box.verB.test .grey.InpuDateBox.ninzu {
  padding-top: 3px;
}

.cpLinkwindow {
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cpLinkwindow a.arr-green-windowA {
  background-color: #cacaca;
  position: relative;
  border-radius: 5px;
  font-weight: normal;
  margin-right: 10px;
  padding: 5px 6px;
  color: #333333;
  text-decoration: none;
  font-size: 12px;
}

.cpLinkwindow a.arr-green-windowB:after {
  background: url(https://img.travel.rakuten.co.jp/special/sales/template/html/images/Linkwindow.svg) center center no-repeat;
  background-size: auto;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: -20px;
  top: 50%;
  margin-top: -8px;
  background-size: 16px;
}


#add_cpu{margin-top: 50px;}
#add_cpu img{display: block; margin: 0 auto;}

#txt_cpu1,#txt_cpu1{text-align: center; display: block;}
#txt_cpu1{margin-top: 50px; font-size: 20px; line-height: 150%;;}
#txt_cpu2{width: 300px; margin: 10px auto; text-align: right; font-size: 13px;}


#contents{
  position: relative;
}

#contents .pagetop{
  position: fixed;
  top: auto !important;
  left: auto !important;
  right: 0;
  bottom: 0;
  width: 71px;
  height: 71px;
  z-index: 0;
  opacity: 0;
  background: url(https://img.travel.rakuten.co.jp/select/favhospitalitygroup/202506/images/gotop.png) no-repeat;
}


#contents .pagetop.active {
  z-index: 999;
  opacity: 1;
}

#contents .pagetop a{
  display: block;
  width: 71px;
  height: 71px;
font-size: 0px;

}


#pickup_txt{display: block; font-size: 13px;}

.coupon__box__holder {
  padding-top: 0!important;
}
.coupon__filter__guide {
  margin: 24px auto 50px!important;
}

