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

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

img {
  max-width: 100%;
}

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

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

.step1-card {
  width: calc(100% - 30px);
  background: #FFF;
  border-radius: 16px;
  overflow: hidden;
}

.step1-header {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #00B900;
  height: 48px;
  padding: 8px;
  border-radius: 16px 16px 0 0;
}

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

.step1-badge {
  color: #00B900;
  font-family: 'Rakuten Sans JP-2', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 16px;
  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: 20px;
  font-weight: 700;
}

.step1-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 19px 17px 25px;
}

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

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

.entry-nav-btn {
  display: flex;
  padding: 11px 8px;
  border-radius: 4px;
  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;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.entry-conditions {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: flex-start;
}

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

.condition-badge {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 2px;
  border: 1.037px solid #333;
  color: #333;
  font-family: 'Noto Sans CJK JP', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 11px;
}

.campaign-period {
  width: calc(100% - 46px);
}

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

.after-stay-block {
  margin-top: 60px;
  text-align: center;
  padding-bottom: 21px;
  width: 50%;
}

.after-stay-img.sp {
  width: 154px;
  height: 49px;
  display: block;
  margin: 0 auto;
}

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

/* ===========================
   Wave Divider - SP
   =========================== */
.campaign-wave-sp {
  display: block;
  width: 100%;
  line-height: 0;
}

/* ===========================
   Campaign STEP 2 Section - SP
   =========================== */
.campaign-yellow-bg {
  background: #FFFCDB;
  width: 100%;
  padding: 0 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step2-card {
  width: calc(100% - 30px);
  background: #FFF;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 16px;
}

.step2-header {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #00B900;
  height: 48px;
  padding: 8px;
  border-radius: 16px 16px 0 0;
}

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

.step2-badge {
  color: #00B900;
  font-family: 'Rakuten Sans JP-2', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 16px;
  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: 20px;
  font-weight: 700;
}

.step2-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 16px 25px;
  gap: 16px;
}

.review-cards-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.review-card {
  display: flex;
  padding: 16px 24px;
  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: 100%;
  height: 53px;
  border-radius: 40px;
  background: #BF0000;
  color: #FFF !important;
  font-family: 'Rakuten Sans JP-2', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

/* ===========================
   Rewards Section - SP
   =========================== */
.rewards-section {
  width: 100%;
  background: #FFF0F0;
  padding: 0;
  box-sizing: border-box;
  padding-bottom: 26px;
}

.rewards-inner {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.rewards-title {
  color: #333;
  font-family: 'Noto Sans JP', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.rewards-options {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
}

.rewards-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.rewards-illustration {
  width: 140px;
  height: 96px;
  display: block;
}

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

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

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

.rewards-option-label {
  color: #333;
  font-family: 'Noto Sans JP', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 13px;
  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: 16px;
  font-weight: 400;
  margin: 0;
  flex-shrink: 0;
  align-self: center;
  padding-bottom: 20px;
}

#keyvisual img { display: block; }
/*
 * detealCP styles for SP
 */

.detailholder table {
  background-color: #fff;
  border: 1px solid #b4b4b4;
  font-size: 13px;
  line-height: 1.4;
  position: relative;
  padding-bottom: 10px;
}

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

.detailholder table tr:last-child {
  border-bottom: 10px solid #fff;
}

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

.detailholder table td {
  display: block;
  padding: 5px;
}

.detailholder table tr td:first-child {
  background-color: #e1e1e1;
  font-weight: 700;
}

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

.popUpplanCP {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0;
  height: 100%;
  z-index: 99999999;
  background: #fff;
}

.popUpplanCP h2 {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
  background-color: #333;
  position: relative;
}

.popUpplanCP h2 em {
  position: absolute;
  cursor: pointer;
  width: 34px;
  height: 34px;
  top: 5px;
  right: 5px;
  font-size: 0;
  text-indent: -999999px;
  background: url(https://img.travel.rakuten.co.jp/special/sales/template/new_template/images/close.svg) no-repeat top left;
  background-size: 32px 32px;
}

#cpDetail {
  overflow: auto;
}

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

.after-stay-block p{
  font-size:12px;
  padding-top:20px;
}
