/* Scss Document */
/* Scss Document */
#gnav ul li.gn-landplan a {
  border-radius: 8px;
  background: #F8E987;
}
#gnav ul li.gn-landplan a:after {
  content: url(../img/common/arw_s_beige_b.png);
  display: block;
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
  text-align: center;
}

.landplan .inner {
  background: url(../img/landplan/deco_leaf.png) no-repeat right top;
}

.landplan-item {
  margin-bottom: 4em;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.landplan-item .landplan-inner {
  width: 635px;
  line-height: 2;
  font-size: 1.8rem;
}
.landplan-item .sokyu {
  width: 476px;
}

@media screen and (max-width: 768px) {
  #gnav ul li.gn-landplan a:after {
    content: none;
  }

  .landplan {
    margin-bottom: 0;
    padding-bottom: 10vw;
  }
  .landplan .inner {
    background: url(../img/landplan/deco_leaf.png) no-repeat right 65%;
    background-size: 75% auto;
  }
  .landplan .lttl br {
    display: none;
  }
  .landplan p br {
    display: none;
  }

  .landplan-item {
    margin-bottom: 4em;
    display: block;
    justify-content: space-between;
    align-items: flex-end;
  }
  .landplan-item .landplan-inner {
    width: 100%;
    line-height: 2;
    font-size: 1.8rem;
  }
  .landplan-item .sokyu {
    margin: 5vw auto;
    width: 80%;
  }
}