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

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

#widewrapper {
  width: 100%;
  clear: both;
  position: relative;
}

#keyvisual {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

#keyvisual img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ===========================
   Campaign STEP 1 Section - PC
   =========================== */
.campaign-section {
  width: 100%;
  overflow: hidden;
}

.campaign-pink-bg {
  background: #FFF0F0;
  width: 100%;
  padding: 60px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step1-card {
  width: 1000px;
  background: #FFF;
  border-radius: 24px;
  overflow: hidden;
}

.step1-header {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #00B900;

  padding: 12px;
  border-radius: 24px 24px 0 0;
}

.step1-label-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #FFF;
  border-radius: 12px 0 0 0;
}

.step1-badge {
  color: #00B900;
  font-family: 'Rakuten Sans JP-2', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.step1-header-title {
  color: #FFF;
  font-family: 'Rakuten Sans JP-2', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.step1-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 29px 0 36px;
}

.entry-main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 467px;
  height: 80px;
  border-radius: 60px;
  background: #BF0000;
  color: #FFF;
  font-family: 'Rakuten Sans JP-2', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 36px;
  text-align: center;
  text-decoration: none;
}

.entry-nav-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.entry-nav-btn {
  display: flex;
  padding: 12px;
  border-radius: 6px;
  background: #EAEAEA;
  color: #333;
  /* font-family: 'Noto Sans', -apple-system, Roboto, Helvetica, sans-serif; */
  font-size: 13px;
  text-decoration: none;
}

.external-link-icon {
  fill: #333;
  flex-shrink: 0;
}

.entry-conditions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.conditions-label {
  color: #333;
  /* font-family: 'Noto Sans CJK JP', -apple-system, Roboto, Helvetica, sans-serif; */
  font-size: 12px;
}

.condition-badge {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 3px;
  border: 1.556px solid #333;
  color: #333;
  /* font-family: 'Noto Sans CJK JP', -apple-system, Roboto, Helvetica, sans-serif; */
  font-size: 12px;
}

.campaign-period {
  width: 686px;
  margin-top: 20px;
  flex-shrink: 0;
}

.period-line {
  margin: 0;
  color: #333;
  /* font-family: 'Rakuten Sans JP-2', -apple-system, Roboto, Helvetica, sans-serif; */
  font-size: 18px;
  line-height: 1.4;
}

.after-stay-block {
  margin-top: 94px;
  text-align: center;
}
.after-stay-block p{
  font-size:12px;
  padding-top:20px;
}

.after-stay-img.pc {
  width: 307px;
  height: 99px;
  display: block;
}

.campaign-wave-arrow {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  line-height: 0;
}

/* ===========================
   Wave Dividers - PC
   =========================== */
.wave-to-yellow {
  background: #FFFCDB;
}

.wave-yellow-end {
  background: #FFF0F0;
  display: block;
}

.campaign-wave-sp {
  display: none !important;
}

/* ===========================
   Campaign STEP 2 Section - PC
   =========================== */
.campaign-yellow-bg {
  background: #FFFCDB;
  width: 100%;
  padding: 60px 0 56px;
  display: flex;
  justify-content: center;
}

.step2-card {
  width: 1000px;
  background: #FFF;
  border-radius: 24px;
  overflow: hidden;
}

.step2-header {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #00B900;

  padding: 12px;
  border-radius: 24px 24px 0 0;
}

.step2-label-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #FFF;
  border-radius: 12px 0 0 0;
}

.step2-badge {
  color: #00B900;
  font-family: 'Rakuten Sans JP-2', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.step2-header-title {
  color: #FFF;
  font-family: 'Rakuten Sans JP-2', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.step2-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 31px 45px;
  gap: 45px;
}

.review-cards-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.review-card {
  display: flex;
  flex: 1;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #F0F0F0;
  position: relative;
}

.review-card-title {
  color: #333;
  text-align: center;
  /* font-family: 'Rakuten Sans JP-2', -apple-system, Roboto, Helvetica, sans-serif; */
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1.3px;
  margin: 0;
}

/* Star Rating Card */
.star-rating-box {
  width: 265px;
  height: 88px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}

.finger-icon {
  position: absolute;
  left: 174px;
  top: 48px;
  pointer-events: none;
}

.star-rating-inner {
  display: flex;
  align-items: flex-start;
  gap: 2.38px;
  position: absolute;
  left: 24px;
  top: 17px;
  width: 213px;
}

.star-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 4.76px;
}

.star-label {
  color: #686868;
  text-align: center;
  font-family: 'Noto Sans', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 1.57;
}

/* Text Review Card */
.text-review-box {
  width: 265px;
  height: 88px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}

.text-review-inner {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 245px;
  height: 68px;
  padding: 8.96px;
  box-sizing: border-box;
  border-radius: 2.987px;
  border: 0.747px solid #8F8F8F;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.text-review-content {
  color: #333;
  font-family: 'Rakuten Sans JP-2', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.3;
  width: 211px;
  margin: 0;
}

.resize-handle {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* Photo Upload Card */
.photo-upload-box {
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

.photo-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  align-self: stretch;
}

.add-media-btn {
  display: flex;
  width: 72px;
  height: 72px;
  padding: 7.6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5px;
  border-radius: 5px;
  border: 0.634px dashed #B6B6B6;
  background: #E8F4E8;
  box-sizing: border-box;
}

.add-media-label {
  color: #228622;
  text-align: center;
  font-family: 'Noto Sans', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.57;
  align-self: stretch;
}

.media-placeholder {
  width: 72px;
  height: 72px;
  border-radius: 5px;
  background: #F3F3F3;
  flex-shrink: 0;
}

/* Review Submit Button */
.review-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 467px;
  height: 80px;
  border-radius: 60px;
  background: #BF0000;
  color: #FFF !important;
  font-family: 'Rakuten Sans JP-2', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 36px;
  text-align: center;
  text-decoration: none;
}

/* ===========================
   Rewards Section - PC
   =========================== */
.rewards-section {
  width: 100%;
  background: #FFF0F0;
  padding: 64px 0 80px;
}

.rewards-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.rewards-title {
  color: #333;
  font-family:'Rakuten Sans JP-2', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  letter-spacing: 0.04em;
}
.review-card-title span{
  font-weight:normal;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 10px;
}
.rewards-options {
  display: flex;
  align-items: center;
  gap: 48px;
  width: 490px;
  justify-content: center;
}
.rewards-options img{width: 100%;}
.rewards-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.rewards-illustration {
  width: 240px;
  height: 165px;
  display: block;
}

.rewards-illustration-wrap {
  position: relative;
  display: inline-block;
}

.rewards-illustration-wrap .rewards-illustration {
  display: block;
}

.rewards-etc {
  position: absolute;
  top: 0;
  right: -8px;
  color: #333;
  font-family: 'Noto Sans JP', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.rewards-option-label {
  color: #333;
  font-family: 'Noto Sans JP', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.rewards-or {
  color: #333;
  font-family: 'Noto Sans JP', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  flex-shrink: 0;
  align-self: center;
  padding-bottom: 30px;
}
#keyvisual img{display: block;}
a:hover{text-decoration: none !important;opacity: 0.8;}

.black {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999998;
}

.tableholder {
  position: relative;
  width: 992px;
  margin: 0 auto;
  overflow: auto;
  left: 50%;
  margin-left: -500px;
  z-index: 10;
  overflow: hidden;
}

.detailholder table {
  background-color: #fff;
  border-left: 1px solid #b4b4b4;
  border-top: 1px solid #b4b4b4;
  font-size: 13px;
  line-height: 1.6;
  display: block;
  margin: 0 auto 0 auto;
}

.detailholder table td {
  border-right: 1px solid #b4b4b4;
  padding: 8px;
  border-bottom: 1px solid #b4b4b4;
}

.detailholder table tr:first-child {
  color: #fff;
}

.detailholder table tr:first-child td {
  text-align: center !important;
  background-color: #1ba81b !important;
}

.detailholder table tr td:first-child {
  background-color: #e1e1e1;
  text-align: right;
  width: 200px;
  font-weight: 700;
}

#cpDetail {
  height: auto !important;
}

.popUpplanCP {
  z-index: 99999999;
  width: 1000px;
  left: calc(50% - 500px);
  position: fixed;
  top: 12%;
  /*overflow: hidden;*/
}

.popUpplanCP .detailholder {
  max-height: 620px;
  overflow: auto;
  overflow-x: hidden;
}

.popUpplanCP .closedetails {
  z-index: 10000;
  position: absolute;
  cursor: pointer;
  font-size: 0;
  height: 41px;
  width: 41px;
  top: -10px;
  right: -10px;
  background: url(https://img.travel.rakuten.co.jp/special/supersale/201712/coupon/images/coupon_close.png) 0 0 no-repeat;
}

.qa{padding: 56px 0;}
.qa-ttl{text-align: center;font-family: 'Rakuten Sans JP-2', -apple-system, Roboto, Helvetica, sans-serif;font-size: 30px;}
.qa dl{width: 1056px;margin: 37px auto;}
.qa dl dt{color: #333;font-size: 18px;background-color: #EAEAEA;padding: 20px;border-radius: 8px;position: relative;margin-top: 20px;}
.qa dl dt:after{content: "+";position: absolute;right: 20px;top: 50%;transform: translateY(-50%);font-size: 24px;color: #333;}
.qa dl dt.active-submenu:after{content: "-";}
.qa dl dd{padding: 20px;border: 1px solid #EAEAEA;border-top: none;line-height: 1.5;}