@charset "UTF-8";
* {
  word-break: normal;
}

/* MV
---------------------------------------------------------------------------- */
.p-sec-mv {
  width: 100%;
  padding: 23.3rem 0 26.7rem;
  background: url('../../../../assets/images/clubwyndham/img_mv_pc.jpg') center center no-repeat;
  background-size: cover;
}

.p-mv-ttl {
  width: 100%;
  position: relative;
  z-index: 2;
}

.p-mv-ttl-en {
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.7714285714;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .p-sec-mv {
    width: 100%;
    padding: 14.6666666667vw 0 75.2vw;
    background: url('../../../../assets/images/clubwyndham/img_mv_sp.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
  }
  .p-mv-ttl {
    width: 100%;
    color: #fff;
    opacity: 0.85;
    display: block;
    position: relative;
    z-index: 2;
  }
  .p-mv-ttl-en {
    display: block;
    font-size: 4.8vw;
  }
}
/* メインコンテンツ
---------------------------------------------------------------------------- */
.p-sec-clubwyndham {
  width: 100%;
  padding: 14.6rem 0 0;
}

.p-contents-box {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
}
.p-contents-box.last {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
}

.p-contents-img {
  width: 50%;
}

.p-contents-txt {
  width: calc(50% - 7rem);
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}

.p-link-clubwyndhamasia {
  width: 90%;
  max-width: 450px;
  margin: 12.6rem auto 10rem;
  padding: 2.7rem 0;
  display: block;
  background: #e3e3e3;
  color: #707070;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-link-clubwyndhamasia:hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-sec-clubwyndham {
    width: 100%;
    padding: 9.3333333333vw 0 0;
  }
  .p-contents-box {
    width: 100%;
    margin-bottom: 10.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-contents-box.last {
    margin-bottom: 16vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-contents-img {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .p-contents-txt {
    width: 100%;
    font-size: 4vw;
  }
  .p-link-clubwyndhamasia {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 16vw;
    padding: 5.3333333333vw 0;
    font-size: 3.7333333333vw;
  }
}
