@charset "utf-8";

.title {
  height: 80px;
  line-height: 80px;
  color: #ffffff;
  text-align: center;
  background-color: #0014ac;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%235661b5' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

/* トピック共通 */

.center-headline {
  width: 550px;
  max-width: 95%;
  margin: 40px auto 0 auto;
}

.center-headline h3 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
}

.center-headline h3::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background-color: #333333;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.text-680px {
  width: 680px;
  max-width: 90%;
  line-height: 1.5;
  margin: 20px auto 0 auto;
  padding: 0 15px;
}

.text-680px span {
  background: linear-gradient(transparent 70%, #f9b737 70%);
}

.pricelist {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}

.pricelist-box {
  background-color: white;
  width: 260px;
  padding: 15px;
  position: relative;
  margin: 30px 15px 15px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.pricelist-icon {
  width: 100px;
  height: 100px;
  background-color: rgb(236, 236, 236);
  border-radius: 50%;
  position: absolute;
  top: -25px;
  left: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.pricelist-icon-mm2h {
  display: block;
  width: 80px;
  margin: 40px auto 0 auto;
}

.pricelist-icon-pvip {
  display: block;
  width: 70px;
  margin: 38px auto 0 auto;
}

.pricelist-icon-rpt {
  display: block;
  width: 78px;
  margin: 36px auto 0 auto;
}

.pricelist-icon-rental,
.pricelist-icon-buy {
  display: block;
  width: 78px;
  margin: 30px auto 0 auto;
}

.pricelist-box h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 80px;

}

.price-inclusive {
  background-color: rgb(236, 236, 236);
  padding: 10px;
  margin-top: 20px;
}

.price-inclusive h4 {
  text-align: center;
}

.price-inclusive p {
  line-height: 1.5;
  margin-top: 10px;
}

.link-button-area {
  font-size: 16px;
  text-align: center;
  margin: 20px auto 0 auto;
}

.link-button-mm2h {
  display: inline-block;
  color: #f3f3f4;
  background-color: #318331;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #318331;
}

.link-button-mm2h:hover {
  font-weight: bold;
}

.link-button-pvip {
  display: inline-block;
  color: #f3f3f4;
  background-color: #B1945D;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #B1945D;
}

.link-button-pvip:hover {
  font-weight: bold;
}

.link-button-rpt {
  display: inline-block;
  color: #f3f3f4;
  background-color: #333333;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #333333;
}

.link-button-rpt:hover {
  font-weight: bold;
}

.link-button-rental {
  display: inline-block;
  color: #f3f3f4;
  background-color: #0014ac;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #0014ac;
}

.link-button-rental:hover {
  font-weight: bold;
}

.link-button-school {
  display: inline-block;
  color: #f3f3f4;
  background-color: rgb(241, 90, 36);
  width: 200px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgb(241, 90, 36);
}

.link-button-school:hover {
  font-weight: bold;
}

.caution-text {
  width: 675px;
  max-width: 90%;
  margin: 40px auto 0 auto;
  padding: 30px 15px 15px 15px;
  border: 1px solid #333333;
  border-radius: 20px;
  position: relative;
}

.caution-title {
  color: #f3f3f4;
  background-color: #333333;
  width: 140px;
  height: 30px;
  padding-top: 3px;
  border-radius: 15px;
  position: absolute;
  top: -15px;
  left: calc(50% - 70px);
}

.caution-title p {
  font-size: 16px;
  text-align: center;
}

.caution-text p {
  line-height: 1.5;
}

.link-button-inquiry {
  display: inline-block;
  color: #ffffff;
  background-color: #0014ac;
  width: 270px;
  line-height: 25px;
  border: 1px solid #0014ac;
  border-radius: 20px;
}

.link-button-inquiry:hover {
  font-weight: bold;
}

@media (max-width: 768px) {

  .title {
    height: 55px;
    line-height: 55px;
  }

  .title h1 {
    font-size: 20px;
  }

  /* トピック共通 */

  .topic h2 {
    font-size: 2.2rem;
  }



}