@charset "UTF-8";


.p-mv {
  background: url("../../../images/page/relaxation/fv_relaxation.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.p-relaxation-content {
  padding-bottom: 80px;
}

.p-info .inner {
  max-width: 500px;
}

.p-block {
  margin-top: 160px;
}

.p-block + .p-block {
  margin-top: 120px;
}

.p-heading {
  font-size: 2.4rem;
  margin: 0 0 25px;
  padding: 0 0 25px;
  position: relative;
}

.p-heading span {
  display: block;
  color: #C1A55E;
  font-size: 1.6rem;
  padding: 0 0 15px;
  font-family: 'Sorts Mill Goudy', serif;
}

.p-heading::before {
  position: absolute;
  content: "";
  background: #231815;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.p-media {
  width: 690px;
  height: auto;
  aspect-ratio: 3 /2;
  object-fit: cover;
}

.p-button {
  max-width: 244px;
  margin: 60px 0 0;
}

.p-button a {
  display: block;
  text-decoration: none;
  text-align: center;
  background: #C1A55E;
  color: #fff;
  font-size: 1.6rem;
  min-height: 54px;
  padding: 15px 0;
  transition: .3s;
}

.p-button span {
  padding: 0 25px 0 0;
  background: url("../../../images/page/relaxation/ico_next.png") no-repeat;
  background-size: 15px;
  background-position: right top 9px;
}


@media screen and (min-width: 768px) {
  .p-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .p-info {
    width: calc(50% - 30px);
  }

  .p-button a:hover {
    background: #231815;
  }
}


@media screen and (max-width: 767px) {
  .p-relaxation-inner {
    margin: 0 auto 40px;
    padding: 0 20px;
  }

  .p-relaxation-content {
    padding-bottom: 0;
  }

  .p-block {
    margin-top: 120px;
  }

  .p-media {
    width: 100%;
  }

  .p-info {
    padding: 40px 20px 0;
  }

  .p-heading {
    font-size: 1.8rem;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }

  .p-heading span {
    font-size: 1.2rem;
    padding: 0 0 9px;
  }

  .p-button {
    max-width: inherit;
    margin: 40px 0 0;
  }

  .p-button span {
    background-position: right top 7px;
  }

  .p-button a {
    font-size: 1.4rem;
    min-height: 48px;
    padding: 15px 0 0;
  }
}