.info_ttl {
  font-family: "garamond", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  padding-bottom: 10px;
  /* margin-top: 80px; */
  letter-spacing: 0.2em;
}

.info_ttl > span {
  display: inline-block;
  position: relative;
}

.info_ttl > span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 105%;
  height: 0.5px;
  background: #000;
  transform: translateX(-50%);
}

@media (max-width: 800px) {
  .info_ttl {
    margin-top: 20px;
  }
}
.top_banner_model {
  width: clamp(300px, 90%, 1200px);
  margin-inline: auto;
  margin-top: 80px;
}

@media (max-width: 800px) {
  .top_banner_model {
    width: 100%;
    margin-inline: auto;
    margin-top: 30px;
  }
}
.p-top_information {
  margin-top: 120px;
  max-width: 1020px;
  margin-inline: auto;
}

.top_information {
  display: flex;
  padding: 0 1em 1em;
  border-bottom: 0.5px solid #000;
  margin-bottom: 0.7em;
  font-size: 20px;
  text-align: justify;
}

.top_information dt {
  width: 7em;
}

.top_information dd {
  width: calc(100% - 7em);
}

@media (max-width: 800px) {
  .p-top_information {
    margin-top: 100px;
    padding-bottom: 25px;
  }
  .top_information {
    display: flex;
    margin-top: 15px;
    flex-direction: column;
    padding: 0 0 1em;
    font-size: 16px;
  }
  .top_information dt {
    width: 6em;
  }
  .top_information dd {
    margin-top: 0.7em;
    width: 100%;
  }
}
.top_towndesign-t02 {
  font-size: 50px;
  margin-top: 2em;
  color: #87542c;
}

@media (max-width: 800px) {
  .top_towndesign-t02 {
    font-size: 5.5vw;
    line-height: 1.7;
    margin-top: 1.5em;
  }
}
a.btn_more_v03 {
  display: inline-block;
  position: relative;
  font-size: 24px;
  margin-top: 3em;
}

a.btn_more_v03::after {
  content: "";
  background: url(../../img/top/v03/top_arrow.svg);
  background-size: cover;
  position: absolute;
  top: calc(50% - 1.5em);
  right: -4.5em;
  width: 3.5em;
  height: 3.5em;
  transition: 0.3s;
}

a.btn_more_v03 span {
  border-bottom: 1px solid #000000;
  padding-bottom: 0.5em;
}

a.btn_more_v03:hover {
  transform: translateX(1em);
}

a.btn_more_v03.u-black {
  color: #000;
}

a.btn_more_v03.u-black::after {
  background: url(../../img/top/v03/top_arrow.svg);
  background-size: cover;
}

a.btn_more_v03.u-black span {
  border-bottom: 1px solid #000000;
}

a.btn_more_v03.u-white {
  color: #ffffff;
}

a.btn_more_v03.u-white::after {
  background: url(../../img/top/v03/top_arrow_white.svg);
  background-size: cover;
}

a.btn_more_v03.u-white span {
  border-bottom: 1px solid #ffffff;
}

@media (max-width: 800px) {
  a.btn_more_v03 {
    display: inline-block;
    position: relative;
    /* color: #fff; */
    font-size: 3.9vw;
    margin-top: 3em;
  }
  a.btn_more_v03::after {
    content: "";
    background: url(../../img/top/v03/top_arrow.svg);
    background-size: cover;
    position: absolute;
    top: calc(50% - 1.5em);
    right: -4.5em;
    width: 3.5em;
    height: 3.5em;
    transition: 0.3s;
  }
  a.btn_more_v03 span {
    padding-bottom: 0.5em;
  }
  a.btn_more_v03:hover {
    transform: translateX(1em);
  }
  a.btn_more_v03.u-black {
    color: #000;
  }
  a.btn_more_v03.u-black::after {
    background: url(../../img/top/v03/top_arrow.svg);
    background-size: cover;
  }
  a.btn_more_v03.u-black span {
    border-bottom: 1px solid #000000;
  }
  a.btn_more_v03.u-white::after {
    background: url(../../img/top/v03/top_arrow_white.svg);
    background-size: cover;
  }
  a.btn_more_v03.u-white span {
    border-bottom: 1px solid #ffffff;
  }
}
.top_banner_area {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 80px;
}

@media (max-width: 800px) {
  .top_banner_area {
    /* width: 85%; */
    margin-top: 60px;
  }
}
.top-v03-container {
  padding-left: 5.12vw;
  padding-right: 5.12vw;
  margin-inline: auto;
  max-width: calc(1400px + 10.24vw);
}
@media (width <= 1279px) {
  .top-v03-container {
    max-width: 950px;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (width <= 800px) {
  .top-v03-container {
    max-width: 100%;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
.top-v03-inner {
  margin-inline: auto;
  position: relative;
  text-align: center;
}
.top-v03-ttl {
  font-family: "garamond", sans-serif;
  text-transform: uppercase;
  font-size: 5.6rem;
  letter-spacing: 0.085em;
  color: #87542c;
}
@media (width <= 800px) {
  .top-v03-ttl {
    font-size: 3.6rem;
  }
}
.top-v03-subttl {
  font-size: 50px;
  margin-top: 2em;
  color: #87542c;
  font-feature-settings: "palt";
  letter-spacing: 0.028em;
}
@media (width <= 1279px) {
  .top-v03-subttl {
    font-size: 2.9rem;
  }
}
@media (max-width: 800px) {
  .top-v03-subttl {
    font-size: 4.53125vw;
    line-height: 1.7;
    margin-top: 1.5em;
  }
}
.top-v03-txt {
  margin-top: 140px;
  text-align: left;
  font-size: 2.3rem;
  line-height: 2.4;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
}
@media (width <= 1279px) {
  .top-v03-txt {
    font-size: 2.1rem;
  }
}
@media (width <= 800px) {
  .top-v03-txt {
    margin-top: 40px;
    font-size: 3.28125vw;
  }
}
.top-v03-btn {
  text-align: left;
  margin-top: 30px;
}
.top-v03-sect02__ttl {
  position: relative;
  z-index: 1;
  margin-top: -3.90625vw;
  max-width: 800px;
  width: 41.6666666667vw;
}
@media (width <= 800px) {
  .top-v03-sect02__ttl {
    margin-top: -6.25vw;
    width: auto;
    max-width: 68.75vw;
    margin-inline: auto;
  }
}
.top-v03-sect02__txt {
  margin-top: 80px;
}
@media (width <= 800px) {
  .top-v03-sect02__txt {
    margin-top: 25px;
    max-width: 76.5625vw;
    margin-inline: auto;
  }
}
.top-v03-sect03 {
  margin-top: 230px;
}
@media (width <= 800px) {
  .top-v03-sect03 {
    margin-top: 180px;
  }
}
.top-v03-sect04 {
  margin-top: 390px;
}
@media (width <= 800px) {
  .top-v03-sect04 {
    margin-top: 40px;
  }
}
.top-v03-sect04__cont {
  padding-top: 200px;
  padding-bottom: 170px;
  background: url(../../img/top/v03/top_sect04_bg.jpg) no-repeat center/cover;
}
@media (width <= 800px) {
  .top-v03-sect04__cont {
    padding-top: unset;
    background-image: url(../../img/top/v03/top_sect04_bg_sp.jpg);
    background-position: top;
  }
}
.top-v03-sect04__column {
  display: flex;
  align-items: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media (width <= 800px) {
  .top-v03-sect04__column {
    flex-direction: column;
    row-gap: 160px;
  }
}
.top-v03-sect04__left {
  position: relative;
  flex-grow: 1;
}
.top-v03-sect04__right {
  flex-basis: 45.4285714286%;
}
@media (width <= 800px) {
  .top-v03-sect04__right {
    flex-basis: unset;
  }
}
.top-v03-sect04__img01 {
  margin-top: 100px;
}
@media (width <= 800px) {
  .top-v03-sect04__img01 {
    margin-top: 50px;
  }
}
.top-v03-sect04__img02 {
  aspect-ratio: 698/540;
  position: relative;
}
.top-v03-sect04__img02 img {
  max-width: calc(100vw - (50.4285714286% + max(5.12vw, (100vw - 1400px) / 2)));
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.top-v03-sect05 {
  padding-top: 230px;
  padding-bottom: 235px;
  background: linear-gradient(-45deg, #efe7e2 0%, #ffffff 100%);
}
@media (width <= 800px) {
  .top-v03-sect05 {
    padding-top: 40px;
    padding-bottom: 130px;
  }
}
.top-v03-sect05__cont01 {
  width: 43.9285714286%;
  margin-left: auto;
}
@media (width <= 1279px) {
  .top-v03-sect05__cont01 {
    width: auto;
  }
}
.top-v03-sect05__cont02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 6.0714285714%;
       column-gap: 6.0714285714%;
  margin-top: -80px;
}
@media (width <= 1279px) {
  .top-v03-sect05__cont02 {
    margin-top: 150px;
  }
}
@media (width <= 800px) {
  .top-v03-sect05__cont02 {
    grid-template-columns: auto;
    row-gap: 40px;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.top-v03-sect05__img01 {
  margin-top: 100px;
  max-width: 1615px;
  margin-inline: auto;
}
@media (width <= 800px) {
  .top-v03-sect05__img01 {
    margin-top: 72px;
  }
}
@media (width <= 800px) {
  .top-v03-sect05__img02 {
    max-width: 82.34375vw;
  }
}
.top-v03-sect05__img03 {
  margin-top: 230px;
}
@media (width <= 800px) {
  .top-v03-sect05__img03 {
    margin-top: unset;
    max-width: 83.28125vw;
    margin-left: auto;
  }
}
.top-v03-sect05__img04 {
  text-align: right;
  margin-top: -135px;
}
@media (width <= 800px) {
  .top-v03-sect05__img04 {
    text-align: left;
    margin-top: unset;
    max-width: 82.34375vw;
  }
}
.top-v03-sect05__txt {
  margin-top: 35px;
}
@media (width <= 800px) {
  .top-v03-sect05__txt {
    margin-top: 30px;
  }
}
.top-v03-sect06 {
  padding-top: 160px;
}
@media (width <= 800px) {
  .top-v03-sect06 {
    padding-top: 40px;
  }
}
.top-v03-sect06__img01 {
  margin-top: 50px;
}
.top-v03-sect06__txt {
  text-align: center;
  margin-top: 100px;
}
@media (width <= 800px) {
  .top-v03-sect06__txt {
    margin-top: 60px;
  }
}
.top-v03-sect06__btn {
  text-align: center;
}
.top-v03-sect07 {
  margin-top: 320px;
  background: url(../../img/top/v03/top_sect07_bg.jpg) no-repeat center/cover;
  padding: 200px 0;
  color: #fff;
}
@media (width <= 800px) {
  .top-v03-sect07 {
    background-image: url(../../img/top/v03/top_sect07_bg_sp.jpg);
    margin-top: 80px;
    padding: 100px 0 150px;
    text-align: center;
  }
}
.top-v03-sect07__ttl {
  color: #a47c53;
}
.top-v03-sect07__column {
  display: flex;
  justify-content: space-between;
}
@media (width <= 1279px) {
  .top-v03-sect07__column {
    flex-direction: column;
  }
}
.top-v03-sect07__right {
  flex-basis: 53.2142857143%;
}
@media (width <= 800px) {
  .top-v03-sect07__right {
    flex-basis: unset;
  }
}
.top-v03-sect07__txt {
  margin-top: 100px;
}
@media (width <= 800px) {
  .top-v03-sect07__txt {
    text-align: center;
  }
}
@media (width <= 800px) {
  .top-v03-sect07__btn {
    max-width: 365px;
    margin-inline: auto;
  }
}
.top-v03-sect07__img01 {
  margin-top: 120px;
}
@media (width <= 800px) {
  .top-v03-sect07__img01 {
    max-width: 450px;
    margin-inline: auto;
  }
}
.top-v03-sect07__txt01 {
  margin-top: 40px;
}
@media (width <= 800px) {
  .top-v03-sect07__txt01 {
    margin-top: 25px;
  }
}
.top-v03-sect07__img02 {
  margin-top: 130px;
  display: flex;
  -moz-column-gap: 2.8571428571%;
       column-gap: 2.8571428571%;
}
@media (width <= 1279px) {
  .top-v03-sect07__img02 {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media (width <= 800px) {
  .top-v03-sect07__img02 {
    margin-top: 100px;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.top-v03-sect07__txt02 {
  flex-basis: 21.4285714286%;
  margin-top: 40px;
}
@media (width <= 800px) {
  .top-v03-sect07__txt02 {
    margin-top: unset;
  }
}
@media (width <= 800px) {
  .top-v03-sect07__txt02 img {
    width: 100%;
  }
}
.top-v03-sect08 {
  padding-top: 370px;
  padding-bottom: 220px;
}
@media (width <= 800px) {
  .top-v03-sect08 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.top-v03-sect08__img01 {
  margin-top: 120px;
}
@media (width <= 800px) {
  .top-v03-sect08__img01 {
    margin-top: 65px;
  }
}
@media (width <= 800px) {
  .top-v03-sect08__img02 {
    margin-top: 80px;
    max-width: 405px;
    margin-inline: auto;
  }
}
.top-v03-sect08__txt01 {
  margin-left: 64.0625vw;
  margin-top: 20px;
  max-width: 27.8125vw;
}
@media (width <= 800px) {
  .top-v03-sect08__txt01 {
    margin-left: auto;
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (width <= 800px) {
  .top-v03-sect08__txt01 img {
    width: 100%;
  }
}
@media (width <= 1279px) {
  .top-v03-sect08__txt02 {
    margin-top: 40px;
  }
}
@media (width <= 800px) {
  .top-v03-sect08__txt02 {
    max-width: 405px;
    margin-inline: auto;
  }
}
.top-v03-sect08__column {
  margin-top: 155px;
  display: flex;
  -moz-column-gap: 2.8571428571%;
       column-gap: 2.8571428571%;
  align-items: stretch;
}
@media (width <= 800px) {
  .top-v03-sect08__column {
    margin-top: 40px;
  }
}
.top-v03-sect08__left {
  flex-basis: 46%;
}
@media (width <= 800px) {
  .top-v03-sect08__left {
    display: none;
  }
}
.top-v03-sect08__right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-v03-sect08__cont01 {
  margin-left: 100px;
}
@media (width <= 1279px) {
  .top-v03-sect08__cont01 {
    margin-left: unset;
  }
}
.top-v03-sect08__txt {
  margin-top: 40px;
}
@media (width <= 800px) {
  .top-v03-sect08__txt {
    margin-top: unset;
  }
}
.top-v03-sect08__bnr {
  margin-top: 180px;
}
@media (width <= 800px) {
  .top-v03-sect08__bnr {
    margin-top: 95px;
  }
}
.top-v03-sect08__bnr img {
  width: 100%;
}
.top-v03-sect09 {
  background: linear-gradient(-45deg, #efe7e2 0%, #ffffff 100%);
  padding-top: 255px;
  padding-bottom: 145px;
  border-bottom: 0.4px solid #231815;
}
@media (width <= 800px) {
  .top-v03-sect09 {
    padding-top: 20px;
    padding-bottom: 180px;
  }
}
.top-v03-sect09__list {
  margin-top: 110px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2.8571428571%;
       column-gap: 2.8571428571%;
  row-gap: 110px;
}
@media (width <= 800px) {
  .top-v03-sect09__list {
    grid-template-columns: auto;
    row-gap: 40px;
  }
}
.top-v03-sect09__item {
  display: flex;
  justify-content: center;
}
@media (width <= 800px) {
  .top-v03-sect09__item {
    justify-content: stretch;
  }
}
@media (width <= 1279px) {
  .top-v03-sect09__item--sptop {
    order: -1;
    grid-column: 1/3;
  }
}
@media (width <= 800px) {
  .top-v03-sect09__item--sptop {
    grid-column: auto;
    margin-bottom: 40px;
  }
}
.top-v03-sect09__txt {
  margin-top: 25px;
}
@media (width <= 800px) {
  .top-v03-sect09__txt {
    margin-top: 35px;
  }
}
.top-v03-sect09__txt01 {
  margin-top: 50px;
}
@media (width <= 800px) {
  .top-v03-sect09__txt01 {
    margin-top: unset;
  }
}
.top-v03-sect09__bnr {
  margin-top: 210px;
  max-width: 1005px;
}
@media (width <= 800px) {
  .top-v03-sect09__bnr {
    margin-top: 40px;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}

.u-07em {
  font-size: 0.7em;
}