@charset "utf-8";

/* 共通 */
.page-ttl {
  position: relative;
  text-align: center;
  margin-top: 120px;
}

.page_ttl_img img {
  width: 100%;
}

.page-ttl__ttl {
  font-family: 'garamond', sans-serif;
  font-size: 70px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: .15em;
  /* margin-bottom: 1em; */
  color: #fff;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 55%);
}

.page-ttl__ttl_jp {
  font-family: 'Zen Old Mincho', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 20px;
  text-align: center;
  display: block;
  letter-spacing: .1em;
  margin-top: 0.1em;
}

.page-ttl__ttl_v2 {
  font-family: 'garamond', sans-serif;
  font-size: 70px;
  line-height: 1;
  text-align: center;
  letter-spacing: .05em;
  padding-top: 0;
  /* padding-bottom: .4em; */
  position: relative;
  /* color: #468188; */
}

.page-ttl__ttl_jp_v2 {
  font-family: 'Zen Old Mincho', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 28px;
  text-align: center;
  color: #000;
  display: block;
  position: relative;
  letter-spacing: .1em;
  margin-top: 0.35em;
  /* padding-top: 0.75em; */
}

.page-ttl__ttl_jp_v2::after {
  /* content: ""; */
  display: block;
  background: #000;
  width: 30px;
  height: .5px;
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
}

.p-page-cta {
  max-width: 430px;
  margin-inline: auto;
  margin-top: 120px;
}

.p-page-cta a {
  display: block;
  position: relative;
  padding: 0 60px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  height: 63px;
  line-height: 63px;
  background: #4D4D4D;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.p-page-cta.soon a {
  opacity: .4;
  pointer-events: none;
}

.p-page-cta a:hover {
  background: #2a2a2a;
}

.p-page-cta a::after {
  display: block;
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  background: transparent;
  background-image: url(../img/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  top: 32%;
}

.p-page-cta02 {
  width: 85%;
  display: flex;
  margin-inline: auto;
  margin-top: 150px;
  gap: 40px;
  justify-content: center;
}

.p-page-cta_button {
  max-width: 535px;
}

.p-page-cta_button a {
  display: block;
}

.p-page-cta_button a:hover {
  opacity: .7;
}

@media (max-width: 800px) {
  .page-ttl {
    position: relative;
    text-align: center;
    margin-top: 0;
  }

  .page-ttl__ttl {
    font-size: 24px;
    text-shadow: 0px 0px 5px rgb(0 0 0 / 75%);
    letter-spacing: .1em;
  }

  .page-ttl__ttl .page-ttl__ttl_jp {
    font-size: 11px;
    text-align: center;
    display: block;
    letter-spacing: .2em;
    margin-top: 0.2em;
  }

  .page-ttl__ttl_v2 {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    letter-spacing: .15em;
    position: relative;
  }

  .page-ttl__ttl_jp_v2 {
    font-size: 13px;
    letter-spacing: .1em;
    margin-top: 0.7em;
  }

  .p-page-cta {
    width: 80%;
    margin-inline: auto;
    margin-top: 60px;
  }

  .p-page-cta a {
    display: block;
    position: relative;
    padding: 0 2em;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.05em;
    height: 46px;
    line-height: 46px;
    background: #4D4D4D;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  .p-page-cta a::after {
    display: block;
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: transparent;
    background-image: url(../img/icon_blank.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 15px;
    top: 32%;
  }

  .p-page-cta02 {
    width: 85%;
    display: flex;
    margin-inline: auto;
    margin-top: 40px;
    gap: 20px;
    justify-content: center;
    flex-direction: column;
  }

  .p-page-cta_button {
    max-width: 535px;
  }
}

/*----------------------------------------------------------------------------------------------
	物件概要
----------------------------------------------------------------------------------------------*/
.page-ttl__map.page-ttl__outline {
  font-size: 30px;
}
.outline_ctns {
  max-width: 1130px;
  margin-inline: auto;
  margin-top: 100px;
  padding: 0 5%;
}

.outline_sub_ttl {
  text-align: left;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 3em;
}

.outline_tbl_ttl02 {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 2em;
}

.outline_tbl {
  border-top: .5px solid #cacaca;
  width: 100%;
  background: #fff;
  margin-top: 20px;
}

.outline_tbl.mt40 {
  margin-top: 40px;
}

.outline_tbl.u-mt {
  margin-top: 80px;
}

.outline_tbl tr {
  font-size: 15px;
  line-height: 1.7;
  border-bottom: .5px solid #cacaca;
}

.outline_tbl tr:nth-child(even) {
  background: #fff;
}

.outline_tbl th {
  padding: 20px 2em 20px 2em;
  width: 15em;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
}

.outline_tbl td {
  padding: 20px 2em;
  line-height: 1.5;
}

.outline_notes {
  font-size: 13px;
  margin-top: 30px;
  padding-left: 1em;
  text-indent: -1em;
}
.outline_yokoku {
  margin-top: 2em;
  text-align: justify;
  font-size: .9em;
  line-height: 1.7;
}
.outline_yokoku h4 {
  display: inline-block;
  font-size: 1.1em;
  padding: 0.1em .5em;
  border: .5px solid #5a5a5a;
  margin-bottom: .5em;
}

.cta_more_link {
  margin-top: 80px;
  text-align: center;
}

.cta_more_link a {
  width: 380px;
  margin-inline: auto;
  display: flex;
  gap: .4em;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 4.0;
  letter-spacing: 0.2em;
  background: #644b27;
  background: radial-gradient(circle, #644b27 0%, #352613 100%);
  transition: all .5s ease;
  justify-content: center;
  align-items: center;
}

.cta_more_link a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 0.5px;
  background: #fff;
  transition: all .5s ease;
}
.cta_more_link a:hover::after  {
  right: 15px;
}

@media (max-width: 800px) {
  .cta_more_link {
    margin-top: 40px;
    text-align: center;
  }

  .cta_more_link a {
    width: 85%;
    margin-inline: auto;
    color: #fff;
    font-size: 18px;
  }

  .l-page.bg_beige {
    padding: 60px 0;
  }

  .outline_ctns {
    max-width: 1130px;
    margin-inline: auto;
    margin-top: 30px;
    padding: 0 5%;
  }

  .outline_sub_ttl {
    font-size: 15px;
  }

  .outline_tbl_ttl02 {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-top: 2em;
  }

  .outline_tbl {
    border-top: 1px solid #e2e2e2;
    width: 100%;
  }

  .outline_tbl tr {
    font-size: 14px;
    border-bottom: 1px solid #e2e2e2;
  }

  .outline_tbl tr:nth-child(even) {
    background: #f6f6f6;
  }

  .outline_tbl th {
    padding: 15px .5em 15px .5em;
    width: 9em;
    text-align: left;
    font-weight: 400;
  }

  .outline_tbl td {
    padding: 15px .5em 15px .5em;
    line-height: 1.5;
  }

  .outline_notes {
    font-size: 10px;
    margin-top: 20px;
  }

  .outline_tbl.u-mt {
    margin-top: 40px;
  }
}


/*----------------------------------------------------------------------------------------------
	現地案内図
----------------------------------------------------------------------------------------------*/
.l-page {
  padding: 98px 0 280px;
}

.bg-beige { 
  background: #f0f1f0;
}

.page-ttl__map {
  font-size: 42px;
  letter-spacing: 0.1em;
}
.map_ctns {
  width: clamp(300px, 90%, 1100px);
  margin-inline: auto;
  margin-top: 80px;
}
.map {
  border: .5px solid #3C2213;
}
.map-address {
  text-align: center;
  font-size: 27px;
  letter-spacing: 0.05em;
  margin-top: 50px;
}
.map-address.u-under-line {
  border-bottom: .5px solid #111;
  padding-bottom: 50px;
}

a.c-googlemaps-btn {
  width: 45%;
  display: block;
  position: relative;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.05em;
  height: 73px;
  line-height: 73px;
  color: #fff;
  background: #7A7A72;
  background: radial-gradient(circle,rgba(122, 122, 114, 1) 0%, rgba(79, 79, 74, 1) 100%);
  margin-inline: auto;
  margin-top: 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.c-googlemaps-btn:after {
  content: '';
    position: absolute;
    top: 46%;
    right: 20px;
    width: 33px;
    height: 7px;
    background: url(../img/btn_arrow_white.svg) no-repeat;
    background-size: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a:hover.c-googlemaps-btn:after {
    right: 15px;
}

a:hover.c-googlemaps-btn {
  padding-left: .5em;
}

.page-ttl__map02 {
  font-size: 35px;
  letter-spacing: 0.1em;
  margin-top: 200px;
  text-align: center;
}
.map_zoom {
  width: 75%;
  margin-inline: auto;
  margin-top: 80px;
  border: .5px solid #3C2213;
}

.page-sec-info {
  background: #ece8e0;
  padding: 100px 0;
  margin-top: 100px;
}
.page-sec-info-in {
  width: clamp(300px, 90%, 1070px);
  margin-inline: auto;
  background: #fff;
  padding: 100px 5%;
  text-align: center;
}

.top_info_cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
a.top-cta_btn {
  width: 458px;
  display: flex;
  gap: .4em;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 3.0;
  letter-spacing: 0.2em;
  background: #950a0a;
  transition: all .5s ease;
  justify-content: center;
  align-items: center;
}

a.top-cta_btn::after {
  content: '';
  position: absolute;
  top: 46%;
  right: 20px;
  width: 33px;
  height: 7px;
  background: url(../img/btn_arrow_white.svg) no-repeat;
  background-size: 100%;
  transition: all .5s ease;
}
a:hover.top-cta_btn::after  {
  right: 15px;
}

a:hover.top-cta_btn {
  padding-left: .5em;
}

a.top-cta_btn:nth-child(1) {
  background: #776346;
  background: radial-gradient(circle, rgba(119, 99, 70, 1) 0%, rgba(38, 30, 19, 1) 100%);
}

.googlemaps-link {
  text-align: center;
  margin-top: 100px;
}


@media screen and (max-width:800px) {
  .l-page {
    padding: 60px 0 60px;
  }
  .page-ttl__map {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .page-ttl__map.page-ttl__outline {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .map_ctns {
    width: clamp(300px, 90%, 1070px);
    margin-inline: auto;
    margin-top: 20px;
  }
  .map {
    border: .5px solid #3C2213;
  }
  .map-address {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-top: 30px;
  }
  .map-address.u-under-line {
    border-bottom: .5px solid #111;
    padding-bottom: 30px;
  }

  a.c-googlemaps-btn {
    width: 70%;
    display: block;
    position: relative;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #7A7A72;
    background: radial-gradient(circle,rgba(122, 122, 114, 1) 0%, rgba(79, 79, 74, 1) 100%);
    margin-inline: auto;
    margin-top: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  a.c-googlemaps-btn:after {
    content: '';
    position: absolute;
    top: 46%;
    right: 10px;
    width: 23px;
    height: 7px;
    background: url(../img/btn_arrow_white.svg) no-repeat;
    background-size: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  a:hover.c-googlemaps-btn:after {
      right: 15px;
  }

  a:hover.c-googlemaps-btn {
    padding-left: .5em;
  }

  .page-ttl__map02 {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-top: 60px;
    text-align: center;
  }
  .map_zoom {
    width: 100%;
    margin-inline: auto;
    margin-top: 20px;
    border: .5px solid #3C2213;
  }

  .page-sec-info {
    background: #ece8e0;
    padding: 40px 0;
    margin-top: 0;
  }
  .page-sec-info-in {
    width: clamp(300px, 90%, 1070px);
    margin-inline: auto;
    background: #fff;
    padding: 40px 10%;
    text-align: center;
  }

  .top_info_cta {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  a.top-cta_btn {
    width: 458px;
    display: flex;
    gap: .4em;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 3.0;
    letter-spacing: 0.2em;
    background: #950a0a;
    transition: all .5s ease;
    justify-content: center;
    align-items: center;
  }

  a.top-cta_btn::after {
    content: '';
    position: absolute;
    top: 46%;
    right: 10px;
    width: 24px;
    height: 7px;
    background: url(../img/btn_arrow_white.svg) no-repeat;
    background-size: 100%;
    transition: all .5s ease;
  }
  a:hover.top-cta_btn::after  {
    right: 15px;
  }

  a:hover.top-cta_btn {
    padding-left: .5em;
  }

  a.top-cta_btn:nth-child(1) {
    background: #776346;
    background: radial-gradient(circle, rgba(119, 99, 70, 1) 0%, rgba(38, 30, 19, 1) 100%);
  }
}


/*----------------------------------------------------------------------------------------------
	ランドプラン
----------------------------------------------------------------------------------------------*/

.l-page.landplan {
  background: url(../../img/04landplan/landplan_bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 200px 0 150px;
}

.kukakuzu {
    width: clamp(300px, 90%, 1300px);
    margin-inline: auto;
    margin-top: 60px;
}

.kukakuzu_txt01 {
    width: clamp(300px, 80%, 1100px);
    margin-inline: auto;
    margin-top: 60px;
    /* padding-right: 3%; */
    text-align: center;
}

.page-ttl__landplan{
  font-family: garamond, serif;
  text-align: center;
  font-size: 35px;
  letter-spacing: .1em;
  color: #754c24;
}

.page_sec01__ttl01{
  text-align: center;
  font-size: 35px;
  letter-spacing: .07em;
  margin-top: 1em;
}

.page_sec01__txt01 {
  text-align: center;
  font-size: 21px;
  line-height: 2;
  margin-top: 1.5em;
}


@media (max-width: 800px) {
  .l-page.landplan {
    padding: 70px 0 70px;
  }
  
  .page-ttl__landplan {
    font-family: garamond, serif;
    text-align: center;
    font-size: 21px;
    letter-spacing: .1em;
    color: #754c24;
  }

  .page_sec01__ttl01 {
    text-align: center;
    font-size: 18px;
    letter-spacing: .07em;
    margin-top: 1em;
  }

  .page_sec01__txt01 {
      text-align: center;
      font-size: 13px;
      line-height: 2;
      margin-top: 2em;
      letter-spacing: -.1em;
  }

  .kukakuzu {
    width: 100%;
    margin-inline: auto;
    margin-top: 40px;
  }

  .kukakuzu_txt01 {
      width: clamp(300px, 90%, 1100px);
      margin-inline: auto;
      padding-right: 0;
      margin-top: 30px;
  }
}


/* page_cta */
.page_cta_ttl {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: .1em;
  margin-top: 3em;
  text-align: center;
}

.page_cta {
  width: clamp(300px, 100%, 1100px);
  display: flex;
  justify-content: center;
  margin-inline: auto;
  margin-top: 40px;
  gap: 3%;
}

.page_cta_link {
  width: calc(calc(100% - 6%) / 3);
}

.page_cta_link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .7em 15px;
  text-align: center;
  color: #1d1d1d;
  border: 1px solid #1d1d1d;
  font-size: 14px;
  line-height: 1.4;
}

.page_cta_link a::after {
  display: block;
  position: absolute;
  width: .5em;
  height: .5em;
  content: "";
  border: solid #1d1d1d;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  top: 44%;
  right: 18px;
}

/* .u-cta_link01 a {
  background: rgb(199, 72, 6);
  background: radial-gradient(circle, rgba(199, 72, 6, 1) 0%, rgba(230, 84, 4, 1) 100%);
}

.u-cta_link02 a {
  background: rgb(212, 90, 109);
  background: radial-gradient(circle, rgba(212, 90, 109, 1) 0%, rgba(224, 61, 84, 1) 100%);
}

.u-cta_link03 a {
  background: rgb(9, 112, 132);
  background: radial-gradient(circle, rgba(9, 112, 132, 1) 0%, rgba(6, 92, 109, 1) 100%);
} */

.page_cta_link a:hover {
  background: #d7d7d7;
}

@media (max-width: 800px) {

  /* page_cta */
  .page_cta_ttl {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    letter-spacing: .1em;
    margin-top: 2em;
    text-align: center;
  }

  .page_cta {
    width: clamp(300px, 100%, 1100px);
    display: flex;
    justify-content: center;
    margin-inline: auto;
    margin-top: 20px;
    padding-bottom: 40px;
    gap: 2%;
    /* flex-direction: column; */
    font-size: 1vw;
  }

  .page_cta_link {
    width: 100%;
  }

  .page_cta_link a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
    text-align: center;
    font-size: 3.2vw;
    line-height: 1.3;
    letter-spacing: -.08em;
  }

  .page_cta_link a::after {
    display: none;
    position: absolute;
    width: .4em;
    height: .4em;
    content: "";
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    top: 60%;
    right: 10px;
  }
}



.plan-ttl02 {
  font-size: clamp(20px, 3.5vw, 45px);
  letter-spacing: .1em;
  text-align: center;
}
.plan-sec {
  padding: 150px 0;
  margin-top: 0;
}

.u-sumairu {
  background-color: #f8e3d4;
}
.u-nagoya {
  background-color: #dde6f0;
}
.u-aichi {
  background-color: #f8e9f0;
}

.plan-madori {
  width: clamp(300px, 90%, 1100px);
  margin-inline: auto;
}

@media (max-width: 800px) {
  .plan-sec {
    padding: 40px 0;
  }
  .plan-madori {
    margin-top: 0;
  }
}

.plan-txt-price {
  text-align: center;
  margin-top: 2.5em;
}

.plan-txt-kengaku {
  text-align: center;
  margin-top: 2.5em;
}

.plan-navi {
  width: clamp(300px, 90%, 1000px);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 80px;
}

.event-banner {
  width: clamp(200px, 90%, 620px);
  margin-inline: auto;
  margin-top: 80px;
}

@media (max-width: 800px) {
  .plan-txt-price {
    margin-top: 2em;
  }
  .plan-txt-price img {
    height: 10vw;
    width: auto;
  }
  .plan-txt-kengaku {
    margin-top: 1em;
  }
  .plan-txt-kengaku img {
    height: auto;
    width: 80%;
  }

  .plan-navi {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
  }
  .plan-anchor {
    padding-top: 60px;
    margin-top: -60px;
  }

  .event-banner {
    width: clamp(200px, 70%, 620px);
    margin-inline: auto;
    margin-top: 40px;
  }

}

.plan-cta-link {
  width: clamp(300px, 80%, 400px);
  margin-inline: auto;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

a.c-plan-cta-btn {
  width: 100%;
  display: block;
  position: relative;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #56a795;
  margin-inline: auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.c-plan-cta-btn:after {
  content: '';
    position: absolute;
    top: 46%;
    right: 20px;
    width: 33px;
    height: 7px;
    background: url(../img/btn_arrow_white.svg) no-repeat;
    background-size: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a:hover.c-plan-cta-btn:after {
    right: 15px;
}

a:hover.c-plan-cta-btn {
  padding-left: .5em;
}

@media (max-width: 800px) {
  .plan-cta-link {
    width: clamp(300px, 70%, 400px);
    margin-inline: auto;
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  a.c-plan-cta-btn {
    width: 100%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  
}