@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.top_txts {
  color: #866a5e;
  margin: 40px auto;
}
@media (max-width: 740px) {
  .top_txts {
    margin: 10px auto 30px;
  }
}
.top_txts .txts01 {
  text-align: center;
  font-size: 3.2rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #866a5e;
  margin-bottom: 25px;
  letter-spacing: 0.065em;
}
.top_txts .txts01 .fs01 {
  font-size: 2.2rem;
}
.top_txts .txts02 {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #866a5e;
  font-size: 2.5rem;
  letter-spacing: 0.065em;
}
.top_txts .txts03 {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.065em;
}
.top_txts .txts03 .fs01 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.top_txts .txts03 .fs02 {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.top_txts .txts04 {
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
}

.plan {
  margin: 0 auto 40px;
}
.plan.plan_a {
  width: 550px;
}
@media (max-width: 740px) {
  .plan.plan_a {
    width: 275px;
  }
}
.plan.plan_b {
  width: 400px;
}
@media (max-width: 740px) {
  .plan.plan_b {
    width: 200px;
  }
}
.plan.plan_c {
  width: 440px;
}
@media (max-width: 740px) {
  .plan.plan_c {
    width: 220px;
  }
}
.plan.plan_d {
  width: 460px;
}
@media (max-width: 740px) {
  .plan.plan_d {
    width: 230px;
  }
}

.plan_txts {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 120px;
  text-align: justify;
  font-size: 1.6rem;
  line-height: 1.73;
  color: #866a5e;
}
@media (max-width: 740px) {
  .plan_txts {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}

.han_wrap {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .han_wrap {
    margin-bottom: 40px;
  }
}
.han_wrap .han {
  width: 250px;
  margin-bottom: 10px;
}
@media (max-width: 740px) {
  .han_wrap .han {
    width: 260px;
  }
}
.han_wrap .cap {
  color: #866a5e;
  font-size: 1.2rem;
}

.in_btn {
  width: 550px;
  height: 60px;
  margin: 0 auto 50px;
  display: grid;
  place-items: center;
  background-color: #866a5e;
  color: #fff;
  position: relative;
}
.in_btn img {
  width: 10px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 740px) {
  .in_btn img {
    width: 8px;
  }
}
@media (max-width: 740px) {
  .in_btn {
    width: 90%;
    height: 40px;
    margin-bottom: 15px;
  }
}

.bottom_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .bottom_btns {
    margin-bottom: 40px;
    gap: 15px;
  }
}
.bottom_btns .btn {
  width: 200px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid #866a5e;
  color: #866a5e;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media not all and (pointer: coarse) {
  .bottom_btns .btn:hover {
    background-color: #ebe6e4;
  }
}
@media (max-width: 740px) {
  .bottom_btns .btn {
    width: 50%;
  }
}
.bottom_btns .btn img {
  width: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 740px) {
  .bottom_btns .btn img {
    width: 8px;
  }
}
.bottom_btns .btn.left img {
  left: 15px;
}
.bottom_btns .btn.right img {
  right: 15px;
}/*# sourceMappingURL=plan_pop.css.map */