/**
* アサヒヒルズ
*/
.main-asahi-hills {
  padding-top: 60px;
  padding-bottom: 16px;
  @media screen and (min-width:769px) {
    padding-top: 120px;
  }
  .section-asahi-hills {
    h2 {
      margin-bottom: 24px;
      @media screen and (min-width:769px) {
        margin-bottom: 40px;
      }
    }
    .note {
      margin-bottom: 56px;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 2.0;
      @media screen and (min-width:769px) {
        font-size: 20px;
      }
    }
    .asahi-photo {
      margin-bottom: 64px;
    }
    .floor-plan {
      margin-bottom: 64px;
      text-align: center;
      img {
        width: 100%;
        max-width: 555px;
      }
    }
  }
}
