@media screen and (max-width:767px) {
  .hanazono .block-kv__slogan {
    line-height: 1.5;
  }
}
.hanazono .p-breadcrumb {
  margin: 20px 0;
}
.hanazono .hanazono-content {
  padding: 85px 0 120px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .hanazono .hanazono-content {
    padding: 60px 0 75px;
  }
}
.hanazono .hanazono-content > .c-ttl-01 {
  padding-bottom: 0;
  margin-bottom: 35px;
  line-height: 1.7;
  font-size: 3.2rem;
}
@media screen and (max-width:767px) {
  .hanazono .hanazono-content > .c-ttl-01 {
    margin-bottom: 25px;
    font-size: 2.8rem;
  }
}
.hanazono .hanazono-content > .c-ttl-01:after {
  display: none;
}
.hanazono .hanazono-content .lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .hanazono .hanazono-content .lead {
    text-align: left;
    line-height: 1.7;
  }
}
.hanazono .hanazono-content .box01 {
  padding: 55px 80px 70px;
  position: relative;
  border: 1px solid #d0c4ac;
  margin-top: 95px;
}
@media screen and (max-width:767px) {
  .hanazono .hanazono-content .box01 {
    padding: 55px 25px 40px;
    margin-top: 65px;
  }
}
.hanazono .hanazono-content .box01:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid #d0c4ac;
}
.hanazono .hanazono-content .box01 .box-content {
  position: relative;
}
.hanazono .hanazono-content .box01 .box-content .ttl {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  position: relative;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .hanazono .hanazono-content .box01 .box-content .ttl {
    font-size: 2rem;
    margin-bottom: 45px;
  }
}
.hanazono .hanazono-content .box01 .box-content .ttl > span {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .hanazono .hanazono-content .box01 .box-content .ttl > span {
    font-size: 2.7rem;
    letter-spacing: 1px;
  }
}
.hanazono .hanazono-content .box01 .box-content .ttl > span:before {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: -1px;
  height: 15px;
  background-color: #eadbb0;
}
@media screen and (max-width:767px) {
  .hanazono .hanazono-content .box01 .box-content .ttl > span:before {
    bottom: -3px;
  }
}
.hanazono .hanazono-content .box01 .box-content .ttl > span span {
  position: relative;
}
.hanazono .hanazono-content .box01 .box-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:1024px) {
  .hanazono .hanazono-content .box01 .box-content .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hanazono .hanazono-content .box01 .box-content .flex .img {
  margin-right: 40px;
  width: 420px;
  max-width: 100%;
}
@media screen and (max-width:1024px) {
  .hanazono .hanazono-content .box01 .box-content .flex .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.hanazono .hanazono-content .box01 .box-content .flex .info {
  text-align: left;
  width: calc(100% - 460px);
  margin-top: -5px;
}
@media screen and (max-width:1024px) {
  .hanazono .hanazono-content .box01 .box-content .flex .info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.hanazono .hanazono-content .box01 .box-content .flex .info .check-list {
  margin-bottom: 25px;
}
@media screen and (max-width:767px) {
  .hanazono .hanazono-content .box01 .box-content .flex .info .check-list {
    margin-bottom: 20px;
  }
}
.hanazono .hanazono-content .box01 .box-content .flex .info .check-list li {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  padding-left: 30px;
  position: relative;
  letter-spacing: 0.8px;
}
@media screen and (max-width:767px) {
  .hanazono .hanazono-content .box01 .box-content .flex .info .check-list li {
    line-height: 1.7;
  }
}
.hanazono .hanazono-content .box01 .box-content .flex .info .check-list li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  .hanazono .hanazono-content .box01 .box-content .flex .info .check-list li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.hanazono .hanazono-content .box01 .box-content .flex .info .check-list li:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../images/hanazono/check.png) center/cover no-repeat;
  left: 0;
  top: 7px;
}
@media screen and (max-width:767px) {
  .hanazono .hanazono-content .box01 .box-content .flex .info .check-list li:before {
    width: 22px;
    height: 22px;
  }
}
.hanazono .hanazono-content .box01 .box-content .flex .info .check-list li p {
  display: inline;
}
.hanazono .hanazono-content .box01 .box-content .flex .info .check-list li span {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
.hanazono .hanazono-content .box01 .box-content .flex .info .check-list li span:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -2px;
  height: 2px;
  background-color: #1a60a6;
}
@media screen and (max-width:1024px) {
  .hanazono .hanazono-content .box01 .box-content .flex .info .note {
    margin-bottom: 25px;
  }
}
.hanazono .hanazono-content .box01 .box-content .flex .info .note li {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width:767px) {
  .hanazono .hanazono-content .box01 .box-content .flex .info .note li {
    line-height: 1.7;
  }
}
.hanazono .background-block {
  background-color: #fef8eb;
  padding: 115px 0;
  position: relative;
}
@media screen and (max-width:767px) {
  .hanazono .background-block {
    padding: 70px 0;
    background: url(../images/hanazono/bg_sp.png) center/cover no-repeat;
  }
}
.hanazono .background-block:before {
  content: "";
  position: absolute;
  width: 17vw;
  height: 24vw;
  left: 8vw;
  top: -3.5vw;
  background: url(../images/hanazono/img_02.png) center/cover no-repeat;
}
@media screen and (max-width:767px) {
  .hanazono .background-block:before {
    width: 60px;
    height: 114px;
    background: url(../images/hanazono/img_02_sp.png) center/cover no-repeat;
    left: 0;
    top: -2.7%;
  }
}
.hanazono .background-block:after {
  content: "";
  position: absolute;
  width: 14vw;
  height: 25vw;
  right: 7.5vw;
  bottom: -5vw;
  background: url(../images/hanazono/img_03.png) center/cover no-repeat;
}
@media screen and (max-width:767px) {
  .hanazono .background-block:after {
    width: 103.5px;
    height: 114px;
    background: url(../images/hanazono/img_03_sp.png) center/cover no-repeat;
    right: 0;
    bottom: -2%;
  }
}
.hanazono .background-block .l-inner {
  position: relative;
  z-index: 2;
}
.hanazono .background-block .c-ttl-01 {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .hanazono .background-block .c-ttl-01 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.hanazono .background-block .lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width:767px) {
  .hanazono .background-block .lead {
    text-align: left;
    margin-bottom: 55px;
  }
}
.hanazono .background-block .block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width:767px) {
  .hanazono .background-block .block-list {
    padding: 0 15px;
    gap: 30px;
  }
}
.hanazono .background-block .block-list .block {
  width: calc((100% - 80px) / 3);
  text-align: center;
  border: 1px solid #a1895a;
  background-color: #fff;
  height: 200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:1024px) {
  .hanazono .background-block .block-list .block {
    width: 100%;
    height: auto;
    padding: 22px 0 25px;
    min-height: 170px;
    max-width: 325px;
  }
}
.hanazono .background-block .block-list .block .ttl {
  position: absolute;
  line-height: 50px;
  width: 190px;
  left: calc(50% - 95px);
  top: 0;
  background-color: #a1895a;
  font-size: 2.6rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.hanazono .background-block .block-list .block .txt {
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-weight: bold;
  line-height: 1.9;
  padding-top: 40px;
}
@media screen and (max-width:767px) {
  .hanazono .background-block .block-list .block .txt {
    font-size: 1.8rem;
    line-height: 1.7;
    padding-top: 50px;
  }
}
.hanazono .background-block .block-list .block .txt span {
  color: #1a60a6;
}
.hanazono .contact-block {
  padding: 125px 0 120px;
}
@media screen and (max-width:767px) {
  .hanazono .contact-block {
    padding: 75px 0 55px;
  }
}
.hanazono .contact-block .c-ttl-01 {
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .hanazono .contact-block .c-ttl-01 {
    padding-bottom: 30px;
  }
}
.hanazono .contact-block .lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 95px;
}
@media screen and (max-width:767px) {
  .hanazono .contact-block .lead {
    text-align: left;
    margin-bottom: 55px;
  }
}
.hanazono .contact-block .block {
  color: #fff;
}
.hanazono .contact-block .block--blue {
  padding: 70px 80px 65px;
  background-color: #1a60a6;
  margin-bottom: 20px;
}
@media screen and (max-width:1024px) {
  .hanazono .contact-block .block--blue {
    padding: 40px 20px;
    margin: 0 5px 20px;
  }
}
.hanazono .contact-block .block--blue .contact {
  color: #1a60a6;
}
.hanazono .contact-block .block--blue .contact .txt2 {
  margin-top: -10px;
}
.hanazono .contact-block .block--dark-blue {
  background-color: #074481;
  padding: 75px 80px 40px;
}
@media screen and (max-width:1024px) {
  .hanazono .contact-block .block--dark-blue {
    padding: 40px 20px 35px;
    margin: 0 5px 20px;
  }
}
.hanazono .contact-block .block--dark-blue:after {
  content: "";
  clear: both;
  display: table;
}
.hanazono .contact-block .block--dark-blue .contact {
  color: #1a60a6;
  padding-right: 10px;
}
@media screen and (max-width:767px) {
  .hanazono .contact-block .block--dark-blue .contact {
    padding: 12px 15px !important;
  }
}
.hanazono .contact-block .block .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width:1024px) {
  .hanazono .contact-block .block .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hanazono .contact-block .block .flex .info {
  width: calc(100% - 540px);
}
@media screen and (max-width:1024px) {
  .hanazono .contact-block .block .flex .info {
    width: 100%;
  }
}
.hanazono .contact-block .block .flex .info .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .hanazono .contact-block .block .flex .info .ttl {
    font-size: 2.1rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
}
.hanazono .contact-block .block .flex .info .txt {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
.hanazono .contact-block .block .flex .contact {
  width: 460px;
  max-width: 100%;
  margin-left: 80px;
  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;
  padding: 22px 30px 20px;
  background-color: #fff;
}
@media screen and (max-width:1024px) {
  .hanazono .contact-block .block .flex .contact {
    width: 100%;
    margin: 25px 0 0;
    padding: 25px 15px 20px;
  }
}
.hanazono .contact-block .block .flex .contact .img {
  width: 57px;
}
@media screen and (max-width:767px) {
  .hanazono .contact-block .block .flex .contact .img {
    width: 45px;
    margin-top: -5px;
  }
}
.hanazono .contact-block .block .flex .contact .txt2 {
  width: calc(100% - 57px);
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width:767px) {
  .hanazono .contact-block .block .flex .contact .txt2 {
    width: calc(100% - 45px);
  }
}
.hanazono .contact-block .block .flex .contact .txt2 span {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .hanazono .contact-block .block .flex .contact .txt2 span {
    font-size: 2rem;
  }
}
.hanazono .contact-block .block .flex .contact .txt2 span.small {
  font-size: 1.8rem;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width:767px) {
  .hanazono .contact-block .block .flex .contact .txt2 span.small {
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    line-height: 1;
  }
}
.hanazono .contact-block .block .flex .contact .txt2 .tel {
  font-weight: bold;
  line-height: 1;
}
.hanazono .contact-block .block .flex .contact .txt2 .tel a, .hanazono .contact-block .block .flex .contact .txt2 .tel span {
  letter-spacing: 2px;
  font-size: 3.4rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 5px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .hanazono .contact-block .block .flex .contact .txt2 .tel a, .hanazono .contact-block .block .flex .contact .txt2 .tel span {
    letter-spacing: 1px;
    font-size: 2.7rem;
  }
}
.hanazono .contact-block .block .flex a.contact {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hanazono .contact-block .block .flex a.contact:hover {
  opacity: 0.7;
}
.hanazono .contact-block .block .note {
  width: 460px;
  max-width: 100%;
  float: right;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 1px;
}
@media screen and (max-width:1024px) {
  .hanazono .contact-block .block .note {
    float: none;
    margin-top: 10px;
    line-height: 1.75;
  }
}