main {
 margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
 main {
  margin-bottom: 100px;
 }
}

section {
 position: relative;
 width: 100%;

 --main_brs: 60px;
 padding-inline: 3%;
}
@media screen and (max-width: 1024px) {
 section {
  padding-inline: 5%;
 }
}
@media screen and (max-width: 600px) {
 section {
  --main_brs: 30px;
 }
}
section.ranch_area {
 margin-bottom: 120px;
 padding: 0;
}
@media screen and (max-width: 1024px) {
 section.ranch_area {
  margin-bottom: 60px;
 }
}
section.ranch_area >.inner h2 {
 line-height: 1.71875;
 margin-bottom: 30px;
 color: var(--c_rd);
 font-weight: bold;
 font-size: 32px;
 text-align: center;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.ranch_area >.inner h2 {
  margin-bottom: 15px;
  font-size: 24px;
 }
}
section.ranch_area >.inner p.lead {
 width: 90%;
 max-width: 800px;
 line-height: 1.9444444444;
 margin: 0 auto 70px;
 font-weight: 500;
 font-size: 18px;
 text-align: center;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.ranch_area >.inner p.lead {
  margin-bottom: 35px;
  font-size: 16px;
 }
}
section.ranch_area >.inner p.lead span {
 color: var(--c_rd);
}
section.ranch_area >.inner .ranch_block.bg_y {
 background: #fcf3cd;

 padding-block: 110px;
}
@media screen and (max-width: 1024px) {
 section.ranch_area >.inner .ranch_block.bg_y {
  padding-block: 60px;
 }
}
section.ranch_area >.inner .ranch_block.bg_y .txt_wrap {
 background: #fcf3cd;
}
section.ranch_area >.inner .ranch_block.bg_y .address_wrap {
 background: #ffffff;
}
section.ranch_area >.inner .ranch_block:not(:last-child) {
 margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
 section.ranch_area >.inner .ranch_block:not(:last-child) {
  margin-bottom: 60px;
 }
}
section.ranch_area >.inner .ranch_block >.inner {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
}
section.ranch_area >.inner .ranch_block >.inner h3 {
 line-height: 1.5384615385;
 margin-bottom: 50px;
 color: var(--c_gy);
 font-weight: bold;
 font-size: 26px;
 text-align: center;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.ranch_area >.inner .ranch_block >.inner h3 {
  margin-bottom: 25px;
  font-size: 20px;
 }
}
section.ranch_area >.inner .ranch_block >.inner .address_wrap {
 max-width: 500px;
 margin-top: 30px;
}
@media screen and (max-width: 1024px) {
 section.ranch_area >.inner .ranch_block >.inner .address_wrap {
  margin-top: 15px;
 }
}
section.ranch_area >.inner .ranch_block >.inner .info_col2 {
 margin-top: 90px;
}
@media screen and (max-width: 1024px) {
 section.ranch_area >.inner .ranch_block >.inner .info_col2 {
  margin-top: 45px;
 }
}
/*# sourceMappingURL=layout.css.map */