  /*! Writen  by SCSS */
.inner_main .main_img {
  background-image: url("/bunjyo/sakai-hamaderakoen/img/plan/main.jpg"); }
  @media screen and (max-width: 480px) {
    .inner_main .main_img {
      background-image: url("/bunjyo/sakai-hamaderakoen/img/plan/main_sp.jpg"); } }
  .inner_main .main_img figure {
    width: calc(248%/16); }
    @media screen and (max-width: 480px) {
      .inner_main .main_img figure {
        width: calc(85%/3.75); } }

.fast_sec .inner_1280 {
  background: #fff;
  padding: 50px 10px;
  width: calc(100% - 20px); }
.fast_sec .txt1 {
  font-size: clamp(14px, 1.77vw, 22px);
  line-height: 1.45;
  letter-spacing: 0.05em;
  margin-bottom: 1.8em; }
  @media screen and (max-width: 768px) {
    .fast_sec .txt1 {
      font-size: 13.5px;
      letter-spacing: -0.03em;
      margin-bottom: 35px; } }

.item101 {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 0 10px;
  margin-bottom: 50px; }
  @media screen and (max-width: 600px) {
    .item101 {
      flex-direction: column;
      margin-bottom: 60px; } }
  .item101 .txt {
    max-width: 320px;
    width: 100%;
    font-feature-settings: "palt";
    text-align: center;
    color: #6a3906;
    padding: 13px 0;
    border-bottom: 1px solid #595757; }
    @media screen and (max-width: 600px) {
      .item101 .txt {
        max-width: 100%;
        margin-bottom: 10px; } }
    .item101 .txt:nth-child(1) {
      border-top: 1px solid #595757; }
    .item101 .txt .t1 {
      font-size: clamp(10px, 1.04vw, 13px);
      line-height: 1;
      margin-bottom: 0.8em; }
      @media screen and (max-width: 600px) {
        .item101 .txt .t1 {
          font-size: 13px; } }
    .item101 .txt .t2 {
      font-size: clamp(14px, 2.09vw, 26px);
      line-height: 1;
      letter-spacing: 0.04em; }
      @media screen and (max-width: 600px) {
        .item101 .txt .t2 {
          font-size: 25px;
          letter-spacing: 0; } }
      .item101 .txt .t2 .min, .item101 .txt .t2 sub {
        font-size: clamp(10px, 1.04vw, 13px); }
        @media screen and (max-width: 600px) {
          .item101 .txt .t2 .min, .item101 .txt .t2 sub {
            font-size: 13px; } }
  @media screen and (max-width: 600px) {
    .item101 .txts {
      width: 100%; } }
  .item101 .txts .txt_ttl {
    font-size: clamp(14px, 1.77vw, 22px);
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em; }
    @media screen and (max-width: 600px) {
      .item101 .txts .txt_ttl {
        font-size: 20px; } }
  .item101 .imgs {
    max-width: 336px;
    max-width: 363px; }

.plan_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 820px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .plan_btns {
      flex-direction: column;
      padding: 0 20px; } }
  .plan_btns li {
    width: calc(50% - 10px); }
    @media screen and (max-width: 480px) {
      .plan_btns li {
        width: 100%; } }
    .plan_btns li a {
      transition: background 0.3s ease-in-out;
      display: block;
      background: url("/bunjyo/sakai-hamaderakoen/img/plan/btn_bg.jpg") top center/cover; }
      @media (hover: hover) {
        .plan_btns li a:hover {
          opacity: 0.7; } }
    .plan_btns li .bg {
      padding: 0 10px 10px; }
    .plan_btns li .btn {
      width: 60%;
      margin: 0 auto 10px;
      border-radius: 40px;
      background: #fff;
      padding: 0.6em 0.2em;
      font-size: clamp(14px, 1.4vw, 18px);
      display: flex;
      justify-content: center;
      position: relative; }
      @media screen and (max-width: 680px) {
        .plan_btns li .btn {
          width: 80%;
          margin-bottom: 1em; } }
      .plan_btns li .btn .txt {
        display: inline-block;
        line-height: 1;
        position: relative;
        top: 0.1em; }
      .plan_btns li .btn .btn_arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 5px;
        margin: auto;
        background: #C64D38;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 40px;
        padding: 0.5em;
        height: 2em;
        width: 2em; }

/*# sourceMappingURL=plan.css.map */
