@charset "utf-8";
/*ディライト株式会社*/
.dm{}

/* Renewal Plan */
#mainWrap {
  padding: 0;
}
#headerWrap {
  background-color: inherit;
}
#pageContents {
  padding: 20px 0 60px;
  color: #FFF;
  background-color: #22272A;
}

#rp--header {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#rp--header h2 {
  width: 150%;
  margin: 0 0 0 50%;
  transform: translateX(-50%);
}

.plan--header {
  margin: 0 auto 40px;
}
.plan--hd-time {
  width: 90%;
  margin: 0 auto 30px;
}
.plan--hd-read {
  font-size: 1.4rem;
}


#planlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 86.7%;
  margin: auto;
  text-align: left;
}
.pl--block {
  margin-bottom: 40px;
}
.pl--header {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.pl--header::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 96%;
  height: auto;
  aspect-ratio: 1 / 0.68;
  z-index: 1;
}
.pl--type-gr .pl--header::after {
  background-color: #8a6a55;
}
.pl--type-rest .pl--header::after {
  background-color: #631f23;
}
.pl--type-br .pl--header::after {
  background-color: #c5bfb1;
}
.pl--header h1 {
  position: relative;
  line-height: 1.1;
  padding-left: 4%;
  z-index: 5;
}
.pl--hd-en {
  font-family: AvenirNextLTPro-Demi;
  font-size: 2.1rem;
}
.pl--hd-ja {
  font-size: 1.4rem;
  font-weight: normal;
}
.pl--ph {
  position: relative;
  width: 96%;
  margin: 0 0 10px auto;
  z-index: 5;
}
.pl--txt {
  margin-bottom: 20px;
  padding: 0 4%;
}
.pl--txt h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #EBA25C;
  line-height: 1;
  margin-bottom: 8px;
}
.pl--txt p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 8px;
}
.pl--txt p span,
.pl--txt .pl--note {
  font-size: 1.2rem;
}
.pl--txt li {
  font-size: 1.2rem;
  line-height: 1.2;
  text-indent: -1.5rem;
  margin-left: 1.5rem;
  font-feature-settings: 'palt' 1;
}
.pl--txt li + li {
  margin-top: 4px;
}
.pl--txt li span {
  font-size: 1rem;
}
.pl--btn {
  width: 100%;
}
.pl--btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  font-size: 1.4rem;
  color: #FFF;
  line-height: 1;
  border: 1px solid #FFF;
  transition: all 1.2s;
}
.pl--btn a:hover {
  background-color: #FFFFFF2B;
}
