@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
#contents .content__ttl {
  padding: clamp(2.5rem, 4.5572916667vw, 4.5rem) 5% clamp(2rem, 3.9011703511vw, 4rem);
  box-sizing: border-box;
  background: linear-gradient(to right, #5A4726, #B39241);
  color: #FFF;
  text-align: center;
  letter-spacing: 0;
}
#contents .content__ttl-jp {
  margin-bottom: 5px;
  font-size: clamp(2.4rem, 4.1612483745vw, 4rem);
  line-height: 1.3;
}
#contents .content__ttl-en {
  font-family: "Garamond", "Times New Roman", Times, serif;
  font-size: clamp(1.4rem, 2.3407022107vw, 2rem);
  line-height: 1.3;
}

#property {
  padding-top: 60px;
  margin-top: -60px;
  /* WC（カスタムエレメント）を確実にフィットさせる */
}
#property .property__map {
  box-sizing: border-box;
  height: 700px;
  /* スマホの高さ */
  width: 100%;
  margin: 32px auto 0;
  overflow: hidden;
}
#property .property__map > remap-widget {
  display: block;
  width: 100%;
  height: 100%;
}
#property .property__wp {
  padding: clamp(6rem, 10.4031209363vw, 10rem) 0 clamp(2rem, 7.8023407022vw, 12rem);
  letter-spacing: 0;
}
#property .property__wp:first-of-type {
  padding: clamp(3rem, 6.5019505852vw, 8rem) 0 clamp(2rem, 7.8023407022vw, 8rem);
}
#property .property__wp.residential {
  background: #FFF;
}
#property .property__wp.residential .property__list li {
  background: #F9F5F1;
}
#property .property__area-links {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(3, 8.8rem);
  grid-row-gap: 0.8rem;
  align-items: center;
  margin-bottom: clamp(6rem, 15.6046814044vw, 8rem);
  text-align: center;
  font-size: 1.8rem;
}
#property .property__area-links ._s {
  font-size: 0.6em;
}
#property .property__area-links .item {
  height: 100%;
}
#property .property__area-links .item .btn {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.6;
  background: #7E334B;
}
#property .property__area-links .item .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
}
#property .property__area-links .item .btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
#property .property__ttl {
  margin-bottom: clamp(3rem, 6.5019505852vw, 6rem);
  font-size: clamp(1.8rem, 2.8608582575vw, 2.6rem);
  text-align: center;
  letter-spacing: 0.2em;
}
#property .property__subttl {
  margin-bottom: clamp(3rem, 4.6814044213vw, 3rem);
  text-align: center;
}
#property .property__subttl .property__subttl-txt {
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
  color: #7E334B;
  font-size: clamp(1.8rem, 2.6007802341vw, 2.4rem);
}
#property .property__subttl .property__subttl-txt::before, #property .property__subttl .property__subttl-txt::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 1.4em;
  max-width: 90px;
  height: 1px;
  background: #7E334B;
  content: "";
}
#property .property__subttl .property__subttl-txt::before {
  left: 0;
  transform: translate(-100%, -50%);
}
#property .property__subttl .property__subttl-txt::after {
  right: 0;
  transform: translate(100%, -50%);
}
#property .property__subttl .property__subttl-area {
  color: #7E334B;
}
#property .property__list {
  position: relative;
  padding: 0 6%;
}
#property .property__list::before, #property .property__list::after {
  display: block;
  position: absolute;
  z-index: 1;
  width: 9.5%;
  min-width: 70px;
  max-width: 120px;
  aspect-ratio: 1/1;
  background: url("/geogarden/tokyo/img/home/property_deco.svg") center/cover no-repeat;
}
#property .property__list.wards23 {
  margin-bottom: clamp(1rem, 2.6007802341vw, 3rem);
}
#property .property__list.wards23::before {
  top: -3em;
  right: -1em;
  content: "";
}
#property .property__list.capital::after {
  bottom: -3em;
  left: -1em;
  transform: rotate(180deg);
  content: "";
}
#property .property__list li {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  background: #FFF;
  border-radius: 8px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
}
#property .property__list li .property__list-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 8px 8px 0 0;
}
#property .property__list li .property__list-area {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #FFF;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid;
  font-size: 1.3rem;
  line-height: 1;
}
#property .property__list li .property__list-area.wards23 {
  color: #754C78;
}
#property .property__list li .property__list-area.capital {
  color: #009F96;
}
#property .property__list li .property__list-ttl {
  padding: 0 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "リュウミン B-KL", "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  line-height: 1.5;
}
#property .property__list li .property__list-ttl .zeh {
  display: inline-block;
  margin: 0 0.85em 4px 0;
  padding: 5px 10px;
  background: #EE8C88;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
}
#property .property__list li .property__list-address, #property .property__list li .property__list-traffic {
  padding: 0 20px 0 calc(20px + 3em);
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.5;
  text-indent: -3.2em;
}
#property .property__list li .property__list-address span, #property .property__list li .property__list-traffic span {
  margin-right: 2px;
  color: #C9B083;
}
#property .property__list li .property__list-traffic {
  margin-bottom: clamp(1.5rem, 2.6007802341vw, 2rem);
}
#property .property__list li .property__list-btn {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  margin: auto auto 0;
  box-sizing: border-box;
}
#property .property__list li .property__list-btn a {
  font-size: 1.4rem;
}
#property .property__list li .property__list-btn .btn, #property .property__list li .property__list-btn .btn-request {
  width: 48%;
}
#property .property__list li .property__list-btn .btn a, #property .property__list li .property__list-btn .btn-request a {
  height: 45px;
}
#property .property__list li .property__list-ttl__sellout {
  padding: 0 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "リュウミン B-KL", "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  line-height: 1.5;
  text-align: center;
}
#property .property__list li .property__list-catch__sellout {
  padding: 0 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-family: "リュウミン B-KL", "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  line-height: 1.5;
  text-align: center;
}
#property .property__list li .property__list-text__sellout {
  padding: 0 20px;
  margin-bottom: 10px;
  font-size: 12px;
  font-family: "リュウミン B-KL", "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  line-height: 1.5;
  text-align: center;
}
#property .bnr_geo-house-results {
  width: 90%;
  margin: 0 auto;
}

#oath {
  padding: clamp(3rem, 5.2015604681vw, 5rem) 0 clamp(5rem, 10.4031209363vw, 14rem);
  background: url("/geogarden/tokyo/img/home/bg_oath.jpg") center/cover no-repeat;
}
#oath .oath__wp {
  margin-bottom: clamp(3rem, 5.2015604681vw, 9rem);
}
#oath .oath__logo {
  margin-bottom: 25px;
}
#oath .oath__logo .oath__logo-img {
  width: 60%;
  max-width: 260px;
  margin: 0 auto 15px;
}
#oath .oath__logo .oath__logo-copy {
  font-size: clamp(2rem, 2.6007802341vw, 2.6rem);
  font-family: "リュウミン B-KL", "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  line-height: 1.5;
  text-align: center;
}
#oath .oath__box {
  text-align: center;
}
#oath .oath__box .oath__box-ttl {
  margin-bottom: 5px;
  font-size: clamp(2rem, 2.6007802341vw, 2.6rem);
}
#oath .oath__box .oath__box-txt {
  font-size: clamp(1.3rem, 1.9505851756vw, 1.8rem);
}
#oath .oath__list {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 8%;
  background: #FFF;
  border: 1px solid #C9B083;
}
#oath .oath__list::before, #oath .oath__list::after {
  display: block;
  position: absolute;
  left: 50%;
  z-index: 1;
  background: url("/geogarden/tokyo/img/home/oath_deco.svg") center/cover no-repeat;
  width: 100%;
  aspect-ratio: 800/42;
  content: "";
}
#oath .oath__list::before {
  top: 0;
  transform: translate(-50%, -45%);
}
#oath .oath__list::after {
  bottom: 0;
  transform: translate(-50%, 45%) rotate(180deg);
}
#oath .oath__list li {
  position: relative;
  margin-bottom: clamp(3rem, 5.8517555267vw, 6rem);
  padding-left: 3em;
  font-size: clamp(1.3rem, 1.9505851756vw, 1.8rem);
  line-height: 1.5;
  letter-spacing: 0.15em;
  counter-reset: num;
  counter-increment: number 1;
}
#oath .oath__list li:last-of-type {
  margin-bottom: 0;
}
#oath .oath__list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -60%);
  color: #B39241;
  font-size: 3em;
  font-family: "Garamond", "Times New Roman", Times, serif;
  font-style: italic;
  content: counter(number) " ";
}

#movie {
  background: #F6F1EB;
}
#movie .movie__bg {
  position: relative;
  padding: clamp(3rem, 7.8023407022vw, 9rem) 0 clamp(4rem, 9.1027308192vw, 8rem);
}
#movie .movie__bg-tl {
  position: absolute;
  top: 0;
  left: 0;
  width: 18.75%;
  max-width: 300px;
  aspect-ratio: 300/175;
  background: url("/geogarden/tokyo/img/home/movie_bg-tl.svg") center/cover no-repeat;
}
#movie .movie__bg-tr {
  position: absolute;
  top: 0;
  right: 0;
  width: 21.25%;
  max-width: 340px;
  aspect-ratio: 340/440;
  background: url("/geogarden/tokyo/img/home/movie_bg-tr.svg") center/cover no-repeat;
}
#movie .movie__bg-bl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 21.875%;
  max-width: 350px;
  aspect-ratio: 350/450;
  background: url("/geogarden/tokyo/img/home/movie_bg-bl.svg") center/cover no-repeat;
}
#movie .movie__bg-br {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 19.375%;
  max-width: 310px;
  aspect-ratio: 310/280;
  background: url("/geogarden/tokyo/img/home/movie_bg-br.svg") center/cover no-repeat;
}
#movie .movie__wp {
  width: 100%;
  max-width: 800px;
  margin: 0 auto clamp(0.5rem, 3.9011703511vw, 4rem);
  aspect-ratio: 16/9;
}
#movie .movie__wp iframe {
  width: 100%;
  height: 100%;
}
#movie .movie__bnr {
  max-width: 980px;
  margin: 0 auto clamp(2rem, 5.2015604681vw, 5rem);
}

#group {
  padding: clamp(4rem, 7.8023407022vw, 8rem) 0 clamp(2rem, 3.9011703511vw, 5rem);
  background: #FFF;
}
#group .footer__title-box {
  margin-bottom: clamp(4rem, 7.8023407022vw, 8rem);
  text-align: center;
}
#group .footer__title-box .footer__title {
  margin-bottom: clamp(1rem, 2.6007802341vw, 3rem);
  font-size: clamp(1.8rem, 2.8608582575vw, 2.4rem);
  letter-spacing: 0.14em;
}
#group .footer__title-box .footer__main-txt {
  font-size: clamp(1.3rem, 1.8205461638vw, 1.5rem);
  letter-spacing: 0;
}
#group .footer__wp .footer__bill {
  position: relative;
  margin-bottom: 30px;
}
#group .footer__wp .footer__bill .footer__bill-txt {
  position: absolute;
  bottom: 0;
  display: grid;
  place-content: center;
  width: 100%;
  padding: 1em 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.6;
}
#group .footer__group .footer__henkyu-logo {
  margin: 0 auto clamp(2rem, 3.2509752926vw, 3rem);
  width: 60%;
  max-width: 375px;
}
#group .footer__group .footer__henkyu-txt {
  margin-bottom: clamp(1rem, 1.9505851756vw, 2rem);
  text-align: justify;
  font-size: clamp(1.3rem, 1.8205461638vw, 1.5rem);
  line-height: normal;
  letter-spacing: 0;
}
#group .footer__group .footer__henkyu-g {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  margin-bottom: clamp(1.5rem, 3.2509752926vw, 3rem);
  text-align: center;
  line-height: normal;
  letter-spacing: normal;
  font-size: clamp(1.1rem, 1.5604681404vw, 1.3rem);
  letter-spacing: 0.14em;
}
#group .footer__group .footer__henkyu-g li {
  margin-bottom: 10px;
  letter-spacing: normal;
}
#group .footer__group .footer__henkyu-g li .footer__henkyu-g-img {
  margin-bottom: 5px;
}
#group .footer__group .footer__henkyu-g li.wi_32 {
  width: 32%;
}
#group .footer__group .footer__henkyu-g li.wi_50 {
  width: 49%;
}
#group .footer__group .footer__henkyu-g li.wi_66 {
  width: 66%;
}
#group .footer__group .footer__henkyu-g li.wi_100 {
  width: 100%;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #property {
    padding-top: 80px;
    margin-top: -80px;
  }
  #property .property__map {
    /* 画面幅 - 100px(左右50pxずつ) と 1280px の小さい方 */
    width: min(100% - 100px, 1280px);
    height: 500px;
  }
  #property .property__subttl .property__subttl-txt {
    padding: 0 1em;
  }
  #property .property__subttl .property__subttl-txt::before, #property .property__subttl .property__subttl-txt::after {
    width: 4.5em;
  }
  #property .property__area-links {
    grid-template-columns: repeat(3, 32%);
    grid-template-rows: 10rem;
    grid-row-gap: 0;
    justify-content: space-between;
    padding: 0 6%;
    font-size: 2.4rem;
  }
  #property .property__area-links ._s {
    font-size: 0.5em;
  }
  #property .property__list {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    justify-content: center;
  }
  #property .property__list.wards23::before {
    top: -3em;
    right: 0em;
  }
  #property .property__list.capital::after {
    bottom: -2em;
    left: 0em;
  }
  #property .property__list li {
    width: 48%;
    margin: 0 4% 40px 0;
    transition: 0.3s;
  }
  #property .property__list li:nth-of-type(2n) {
    margin-right: 0;
  }
  #property .property__list li:hover {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  }
  #property .property__list li .property__list-btn .btn a {
    border: 1px solid #7E334B;
    transition: 0.3s;
  }
  #property .property__list li .property__list-btn .btn a:hover {
    color: #7E334B;
    background: #FFF;
  }
  #property .property__list li .property__list-btn .btn-request a {
    border: 1px solid #C9B083;
    transition: 0.3s;
  }
  #property .property__list li .property__list-btn .btn-request a:hover {
    color: #C9B083;
    background: #FFF;
  }
  #property .property__list li .property__list-catch__sellout {
    margin-bottom: 20px;
  }
  #property .bnr_geo-house-results {
    width: 100%;
  }
  #oath .oath__wp {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
  }
  #oath .oath__wp .oath__logo {
    width: 34%;
    margin-bottom: 0;
  }
  #oath .oath__wp .oath__logo .oath__logo-img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 30px;
  }
  #oath .oath__wp .oath__box {
    width: 62%;
    text-align: left;
  }
  #oath .oath__list {
    width: 80%;
    padding: 60px 3.5% 60px 4.5%;
    box-sizing: border-box;
  }
  #oath .oath__list li {
    padding-left: 2.8em;
  }
  #group .footer__wp {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    justify-content: center;
  }
  #group .footer__wp .footer__bill {
    width: 34%;
    margin-bottom: 0;
  }
  #group .footer__wp .footer__bill .footer__bill-txt {
    padding: 10px 10px;
  }
  #group .footer__wp .footer__group {
    width: 74%;
    margin-bottom: 0;
  }
  #group .footer__wp .footer__group .footer__henkyu-txt {
    text-align: center;
  }
  #group .footer__wp .footer__group .footer__henkyu-g {
    margin-bottom: 0;
  }
  #group .footer__wp .footer__group .footer__henkyu-g li.wi_32 {
    width: 19%;
  }
  #group .footer__wp .footer__group .footer__henkyu-g li.wi_50 {
    width: 19%;
  }
  #group .footer__wp .footer__group .footer__henkyu-g li.wi_66 {
    width: 39%;
  }
  #group .footer__wp .footer__group .footer__henkyu-g li.wi_100 {
    width: 39%;
  }
}
/*------------------------------
		981px以上
------------------------------*/
@media screen and (min-width: 981px) {
  #group .footer__wp .footer__bill .footer__bill-txt {
    padding: 20px 10px;
  }
}
/*------------------------------
		1201px以上
------------------------------*/
@media screen and (min-width: 1180px) {
  #property {
    padding-top: 100px;
    margin-top: -100px;
  }
  #property .property__list li {
    width: 31.5%;
    margin: 0 2.75% 40px 0;
  }
  #property .property__list li:nth-of-type(2n) {
    margin-right: 2.75%;
  }
  #property .property__list li:nth-of-type(3n), #property .property__list li:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 1480px) {
  #property .property__area-links {
    padding: 0;
  }
  #property .property__list {
    padding: 0;
  }
  #property .property__list::before {
    top: -8%;
    right: -8%;
  }
  #property .property__list::after {
    bottom: -3em;
    left: -8%;
  }
  #property .property__list.wards23::before {
    top: -8%;
    right: -8%;
  }
  #property .property__list.capital::after {
    bottom: -3em;
    left: -8%;
  }
}
/*# sourceMappingURL=style.css.map */
