/* navi */
#gnav-p3 {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}

#gnav-p3 {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}

#gnav-p3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#gnav-p3 li {
  padding: 20px 20px;
  letter-spacing: 0.05em;
}

#gnav-p3 li a {
  font-family: "Corben", cursive;
  font-size: 16px;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #FF6699;
}

#gnav-p3 li a:hover {
  opacity: 1;
}

#gnav-p3 li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  content: "";
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FF6699;
}

#gnav-p3 li a:hover::after {
  width: 100%;
}
/* navi */

.header-top {
  opacity: 0.5;
}

.p3price-page {
  background-image: url("../img/price-page/p3price.jpeg");
  background-size: 100%;
}

.p3price-page-inner {
  padding: 0 20px;
}

.p3section-title {
  color: #333333;
  font-family: "Corben", cursive;
  font-size: 40px;
  text-align: center;
  padding-top: 100px;
}

.p3section-txt {
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
}

.p3section-txt-sub {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}

.p3price-boxes {
  text-align: center;
  margin-top: 80px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.p3price-box {
  width: 250px;
  text-align: center;
  margin-bottom: 80px;
}

.p3price-box-txt {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}

.p3price-list {
  width: 150px;
  height: 150px;
  background-color: #333333;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.p3price-list:hover {
  background-color: #FF6699;
  transition: 1s;
  margin-top: 15px;
}

.p3price-list p {
  color: #fff;
  font-size: 22px;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {

  #gnav-p3 li {
    padding: 10px 20px;
  }

  .p3section-title {
    font-size: 30px;
  }
  
  .p3section-txt {
    font-size: 20px;
  }
  
  .p3section-txt-sub {
    margin-top: 20px;
  }

  .p3price-boxes {
    flex-direction: column;
    width: 250px;
  }

  .p3price-box {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
