@charset "utf-8";
/* CSS Document */
.main {
  background-color: #FFFFFF;
}
.section-top_image {
  height: 300px;
  background-image: url("../images/plan_top.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
}
.section-top_image-filter {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.20);
}
.section-top h2 {
  padding: 130px 0;
  text-align: center;
  font-size: 3.0rem;
  font-family: "游明朝";
  font-weight: 600;
}
@media(min-width:1160px) {
  .section-top_image {
    height: 600px;
    margin-top: 80px;
  }
  .section-top h2 {
    padding-top: 270px;
    font-size: 6.0rem;
  }
}
.section-plan {
  padding: 40px 0 40px;
  width: 327px;
  margin: 0 auto;
}
.plan1 {
  background-color: #edccd3;
  text-align: left;
  padding: 40px 20px;
  margin-bottom: 40px;
}
.plan2 {
  background-color: #e9eaef;
  text-align: left;
  padding: 40px 20px;
  margin-bottom: 40px;
}
.section-plan h3 {
  font-size: 2.4rem;
  font-family: "游明朝";
  text-align: center;
  margin-bottom: 30px;
}
.standerd, .mypase p {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.price h4 {
  font-size: 1.4rem;
  font-weight: 500;
}
.price h5 {
  font-size: 2.4rem;
  margin-bottom: 40px;
  margin-left: 20px;
}
.price p {
  font-size: 1.4rem;
}
@media(min-width:1160px) {
  .section-plan {
    padding: 100px 0 80px;
    width: 1160px;
  }
  .plan1, .plan2 {
    padding: 40px 60px;
  }
  .section-plan h3 {
    font-size: 3.6rem;
  }
  .standerd, .mypase p {
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 50px;
  }
  .price h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .price h5 {
    font-size: 3.0rem;
    margin-bottom: 50px;
  }
  .price p {
    font-size: 1.6rem;
  }
}