/* top */
.fv {
  background-image: url(../../dogfitness/image/pc/top_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 70vh;
  width: 100%;
  position: relative;
}

.fv::after {
  content: "";
  background-image: url(../../concept/image/pc/fv-bottom.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 1rem;
  width: 100%;
  position: absolute;
  bottom: -1rem;
  left: 0;

}

@media (max-width: 767px) {
  .fv {
    background-image: url(../../dogfitness/image/pc/top_img-sp.png);
    height: 90vh;
    width: 100%;
    background-position: 38% 80%;
  }
}

/* dogfitness */
.dogfitness {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .dogfitness {
    margin-top: 3rem;
  }
}

.dogfitness-container {
  position: relative;
}

.dogfitness-container::before {
  content: "";
  background-image: url(../../dogfitness/image/pc/boll-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 40%;
  width: 20%;
  position: absolute;
  top: -5%;
  right: 5%;
}

@media (max-width: 767px) {
  .dogfitness-container::before {
    height: 15%;
    width: 30%;
    top: 10%;
    right: 5%;
  }
}

.dogfitness-container::after {
  content: "";
  background-image: url(../../dogfitness/image/pc/boll-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 40%;
  width: 20%;
  position: absolute;
  bottom: -40%;
  left: 10%;
}

@media (max-width: 767px) {
  .dogfitness-container::after {
    height: 15%;
    width: 30%;
    bottom: 38%;
    left: 5%;
  }
}

@media (max-width: 767px) {
  .dogfitness-container {
    padding: 0 20px;
  }
}

.dogfitness-top-text {
  text-align: center;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .dogfitness-top-text {
    font-size: .9rem;
  }
}

.dogfitness-items {
  max-width: 900px;
  margin: 5rem auto 0;
  position: relative;
  margin-top: 9rem;
}

@media (max-width: 767px) {
  .dogfitness-items {
    margin-top: 5rem;
  }
}

.dogfitness-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
}

@media (max-width: 767px) {
  .dogfitness-item {
    display: block;
  }
}

@media (max-width: 767px) {
  .dogfitness-item {
    margin-bottom: 5rem;
  }
}

.dogfitness-title {
  margin-bottom: 1.3rem;
}

@media (max-width: 767px) {
.dogfitness-img {
  width: 30%;
}
}

@media (min-width: 767px) {
.dogfitness-img img {
  box-shadow: -30px -30px 1px 0px #DDC8BB;
  position: relative;
}
}

.dogfitness-img::after {
  content: "";
  background-image: url(../../education/image/pc/nami.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 30%;
  width: 30%;
  position: absolute;
  top: 80%;
  left: 23%;
}

@media (max-width: 767px) {
  .dogfitness-img::after {
    height: 15%;
    width: 40%;
    top: 30%;
    left: 60%;
  }
}

@media (max-width: 767px) {
  .dogfitness-img  {
    width: 95%;
    box-shadow: 20px 20px 1px 0px #DDC8BB;
  }
}

.dogfitness-content {
  position: relative;
  margin: auto 0;
}

@media (max-width: 767px) {
  .dogfitness-content {
    margin-top: 6rem;
  }
}

.dogfitness-content::after {
  content: "";
  background-image: url(../../image/pc/dog-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 80%;
  position: absolute;
  bottom: -50%;
  right: -40%;
}

@media (max-width: 767px) {
  .dogfitness-content::after {
    height: 70%;
    width: 30%;
    top: 50%;
    right: 0;
  }
}

.dogfitness-content h2 {
  margin-top: -2rem;
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
  .dogfitness-content h2 {
    margin-top: -2rem;
    font-size: 1.25rem;
  }
}

.dogfitness-content h2 span {
  background: linear-gradient(transparent 50%, #FFF6B2 50%);
}

.dogfitness-text {
  line-height: 1.7;
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .dogfitness-text {
    line-height: 1.7;
    font-size: .9rem;
  }
}

/* コース内容 */
.course {
  margin-top: 20rem;
  text-align: center;
}

@media (max-width: 767px) {
  .course {
    margin-top: 10rem;
    padding: 0 20px;
  }
}

.course-container {
  position: relative;
}

.course-container::before {
  content: "";
  background-image: url(../../dogfitness/image/pc/top-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  width: 300px;
  position: absolute;
  top: -29%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .course-container::before {
    height: 100px;
    width: 200px;
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.course-container .course-title h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .course-container .course-title h1 {
    font-size: 2rem;
    margin-bottom: .7rem;
  }
}

.course-container .course-title p {
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .course-container .course-title p {
    font-size: 1rem;
  }
}

.course-title {
  max-width: 900px;
  margin: 0 auto 3rem;
  padding-bottom: 3rem;
  border-bottom: 8px solid #F3BE54;
}

@media (max-width: 767px) {
  .course-title {
    max-width: 900px;
    margin: 0 auto 2rem;
    padding-bottom: 2rem;
  }
}

.course-item {
  max-width: 1000px;
  margin: 3rem auto 0;
}

.course-content-img {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .course-content-img {
    display: block;
  }
}

.course-imgs {
  width: 31%;
}

@media (max-width: 767px) {
	.course-imgs {
  width: 100%;
}

}


@media (max-width: 767px) {
  .course-imgs img {
    margin-bottom: 1rem;
  }
}

/* price */
.price {
  margin-top: 10rem;
}

@media (max-width: 767px) {
  .price {
    margin-top: 4rem;
  }
}

.price-container {
  max-width: 900px;
  margin: 5rem auto 0;
}

@media (max-width: 767px) {
  .price-container {
    padding: 0 20px;
  }
}

.price-top-text {
  font-weight: bold;
  margin-bottom: 2rem;
  margin-top: 7rem;
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .price-top-text {
    font-size: 1.2rem;
    margin-top: 4rem;

  }
}

.price-top-text-sub {
  font-weight: normal;
  font-size: 1.1rem;
  margin-top: 2rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .price-top-text-sub {
    font-size: .8rem;
    margin-top: .8rem;
  }
}

.price-top-title {
  font-size: 1.4rem;
  background: #FAF4E4;
  font-weight: bold;
}

@media (max-width: 767px) {
  .price-top-title {
    font-size: .8rem;
  }
}

.price-top-title th {
  font-weight: bold;
}

table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #000;
}

tr {
  border: 1px solid #000;
}

th {
  border: 1px solid #000;
  padding: 20px 0;
  font-size: 1.2rem;
  font-weight: normal;
}

@media (max-width: 767px) {
  th {
    font-size: .8rem;
    vertical-align: middle;
    line-height: 1.5;
    padding: 10px 0;
  }
}

.price-btn {
  text-align: center;
}

@media (max-width: 767px) {
  .price-btn {
    margin-top: -2rem;
  }
}