@charset "UTF-8";
/* =====================
	コンセプト分譲地
 ======================= */
/** -------------------- 変数定義 -------------------- **/
:root {
  /* カラー定義 */
  --c_text: #000000;
  --c_wht: #fff;
  --c_bg: #F4F3F0;
  /* フォント定義 */
  --font_ja: "Zen Kaku Gothic New", sans-serif;
  --font_min: "Zen Old Mincho", serif;
  /* transition定義 */
  --anim: all 0.4s ease-out;
}

body {
  font-family: var(--font_ja);
  font-size: 20px;
  font-size: clamp(12px, 1.04166vw, 1.04166vw);
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--c_text);
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

.clearfix {
  clear: both;
}

a {
  color: var(--c_text);
  -webkit-transition: var(--anim);
  transition: var(--anim);
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

/** -------------------- 共通スタイル -------------------- **/
body {
  padding-top: 8.75vw;
}

.inner {
  width: 62.5%;
  margin: 0 auto;
}

.mincho {
  font-family: var(--font_min) !important;
}

.cmn-logo {
  margin-bottom: 3em;
}

.cmn-logo img {
  width: 2.6em;
  margin: 0 auto;
}

.cmn-h2 {
  text-align: center;
  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;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  font-family: var(--font_min);
  font-size: 220%;
  line-height: 1.2;
  margin-bottom: 1.364em;
}

.cmn-h2:before, .cmn-h2:after {
  content: "―";
}

.cmn-h2 > .ls-wide {
  letter-spacing: 0.5em;
}

.cmn-h2:last-child {
  margin-bottom: 0;
}

.cmn-lead {
  text-align: center;
  font-family: var(--font_min);
  font-size: 145%;
  line-height: 2.07;
  margin-bottom: 2.414em;
}

.cmn-lead:last-child {
  margin-bottom: 0;
}

.cmn-btn01 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 15.4em;
  text-align: center;
  margin: 0 auto;
  background: var(--c_wht);
  border: 1px solid var(--c_text);
  font-family: var(--font_min);
  font-size: 125%;
  position: relative;
  padding: 0.64em 1.84em;
  -webkit-box-shadow: 0.32em 0.32em 0px 0px #797979;
          box-shadow: 0.32em 0.32em 0px 0px #797979;
}

.cmn-btn01:after {
  content: "";
  width: 0.72em;
  height: 0.72em;
  background: url(../../img/bunjo/arrow.png) no-repeat center/contain;
  position: absolute;
  right: 0.56em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cmn-btn01:hover {
  opacity: 1.0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(0.32em, 0.32em);
          transform: translate(0.32em, 0.32em);
}

/** -------------------- ヘッダー -------------------- **/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8.75vw;
  background: var(--c_wht);
  z-index: 1000;
  -webkit-box-shadow: 0px 0.15em 0.3em 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0.15em 0.3em 0px rgba(0, 0, 0, 0.16);
  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;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.header .header-logo {
  text-align: center;
}

.header .header-logo img {
  width: 2.6em;
  margin: 0 auto 0.7em;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.header .header-logo-txt {
  font-family: var(--font_min);
  font-size: 75%;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.header .header-logo-txt strong {
  font-size: 140%;
  font-weight: 700;
}

.header .header-cta {
  position: absolute;
  right: 7.604%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .header-cta a {
  display: block;
  font-family: var(--font_min);
  font-size: 80%;
  font-weight: 700;
  text-align: center;
  border: 1px solid var(--c_text);
  background: var(--c_wht);
  position: relative;
  padding: 0.5em 4.188em 0.5em 3.75em;
  -webkit-box-shadow: 0.25em 0.25em 0px 0px #797979;
          box-shadow: 0.25em 0.25em 0px 0px #797979;
}

.header .header-cta a:after {
  content: "";
  width: 1.125em;
  height: 1.125em;
  background: url(../../img/bunjo/arrow.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.875em;
  margin: auto;
}

.header .header-cta a:hover {
  opacity: 1.0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(0.25em, 0.25em);
          transform: translate(0.25em, 0.25em);
}

.header .menu-btn {
  position: absolute;
  right: 2.083%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.76%;
  height: 0;
  padding-top: 1.302%;
  cursor: pointer;
}

.header .menu-btn span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--c_text);
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.header .menu-btn span:first-child {
  top: 0;
}

.header .menu-btn span:nth-child(2), .header .menu-btn span:nth-child(3) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.header .menu-btn span:last-child {
  bottom: 0;
}

.header .menu-btn.is-open span:first-child, .header .menu-btn.is-open span:last-child {
  opacity: 0;
}

.header .menu-btn.is-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .menu-btn.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header .menu {
  position: fixed;
  right: 0;
  top: 8.75vw;
  width: 14.323%;
  max-height: calc(100% - 8.75vw);
  z-index: 1000;
  background: var(--c_bg);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.header .menu.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header.is-scroll {
  height: 4.688vw;
}

.header.is-scroll .header-logo img {
  width: 2em;
  margin-bottom: 0.2em;
}

.header.is-scroll .header-logo-txt {
  font-size: 50%;
}

.header.is-scroll .menu {
  top: 4.688vw;
  max-height: calc(100% - 4.688vw);
}

/** -------------------- 物件一覧 -------------------- **/
.estate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.estate-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47.833%;
          flex: 0 1 47.833%;
  background: var(--c_wht);
  -webkit-box-shadow: 0.25em 0.25em 0.5em 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0.25em 0.25em 0.5em 0px rgba(0, 0, 0, 0.16);
}

.estate-list-item a {
  display: block;
}

.estate-list-item a:hover {
  opacity: 1.0;
}

.estate-list-item a:hover .thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.estate-list-item .thumb {
  overflow: hidden;
}

.estate-list-item .thumb img {
  aspect-ratio: 573 / 322;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.estate-list-item-in {
  padding: 1em 1.6em 1.6em;
}

.estate-list-item .title {
  font-family: var(--font_min);
  font-size: 200%;
  font-weight: 500;
  line-height: 1.2;
}

.estate-list-item .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  margin: 0.5em 0;
}

.estate-list-item .tags > li {
  padding: 0.143em 2em;
  font-size: 70%;
  font-weight: 700;
  border-radius: 100px;
  background: #4B9B37;
  color: #fff;
}

.estate-list-item .tags > li.opening {
  background: #4B9B37;
  color: #fff;
}

.estate-list-item .tags > li.available {
  background: #9B3791;
  color: #fff;
}

.estate-list-item .status {
  text-align: center;
  background: #AAAAAA;
  color: var(--c_wht);
  font-size: 90%;
  font-weight: 700;
  margin: 0.9em 0;
}

.estate-list-item .text {
  font-size: 90%;
  font-weight: 500;
  line-height: 1.556;
  margin: 1.556em 0 1.111em;
}

.estate-list-item .info {
  margin: 1.25em 0 0;
  font-size: 80%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}

.estate-list-item .info dt {
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.estate-list-item .info dd {
  padding-left: 1em;
  text-indent: -1em;
}

.estate-list-item .info dd:before {
  content: "：";
}

/** -------------------- 特集 -------------------- **/
.feature {
  padding: 4.167% 0 9.375%;
}

.feature .feature-slider {
  margin-top: 3.646%;
}

.feature .feature-slider-item {
  padding: 0 0.5em;
  text-align: center;
  font-size: 130%;
  font-weight: 700;
}

.feature .feature-slider-item img {
  aspect-ratio: 356 / 308;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 0.346em;
}

/** -------------------- CTAエリア -------------------- **/
.cta {
  background: var(--c_bg);
  padding: 5.208% 0 3.646%;
}

.cta .cta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cta .cta-list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.667% 0;
}

.cta .cta-list-item:nth-child(even) {
  border-left: 1px solid #707070;
}

.cta .cta-list-item-icon {
  width: 2.9em;
  margin: 0 auto 2em;
}

.cta .cta-list-item-ttl {
  text-align: center;
  -webkit-text-stroke: 1px #707070;
  text-stroke: 1px #707070;
  font-size: 130%;
  margin-bottom: 1.231em;
}

.cta .cta-list-item-tel {
  margin: auto;
  -webkit-text-stroke: 1px #707070;
  text-stroke: 1px #707070;
}

.cta .cta-list-item-tel a {
  font-size: 200%;
  line-height: 1.2;
  display: block;
}

.cta .cta-list-item-tel a span {
  font-size: 125%;
}

.cta .cta-list-item-tel-sub {
  display: block;
  font-size: 80%;
  line-height: 1.625;
  margin-top: 1em;
}

.cta .cta-list-item-form {
  margin: auto;
}

/** -------------------- フッター -------------------- **/
.footer {
  padding: 4.375% 0 4.688%;
}

.footer .footer-logo {
  text-align: center;
  margin-bottom: 8.333%;
}

.footer .footer-logo img {
  width: 2.6em;
  margin: 0 auto 0.7em;
}

.footer .footer-logo-txt {
  font-family: var(--font_min);
  font-size: 75%;
  font-weight: 700;
  line-height: 1.46;
  display: inline-block;
}

.footer .footer-logo-txt strong {
  font-size: 160%;
}

.footer .footer-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.833%;
     -moz-column-gap: 1.833%;
          column-gap: 1.833%;
}

.footer .footer-bnr-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer .footer-bnr-item a {
  display: block;
  background: #4B9B37;
  color: var(--c_wht);
  text-align: center;
}

.footer .footer-bnr-item-txt {
  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;
  -webkit-column-gap: 0.696em;
     -moz-column-gap: 0.696em;
          column-gap: 0.696em;
  font-size: 115%;
  font-weight: 500;
}

.footer .footer-bnr-item-txt span {
  font-size: 69.565%;
}

.footer .footer-bnr-item-txt:after {
  content: "";
  width: 0.609em;
  height: 0.609em;
  border-right: 0.13em solid currentColor;
  border-bottom: 0.13em solid currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer .footer-sub {
  margin-top: 3.125%;
  padding-top: 1.563%;
  border-top: 1px solid #707070;
}

.footer .footer-sub-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8em;
     -moz-column-gap: 0.8em;
          column-gap: 0.8em;
}

.footer .footer-link > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer .footer-link a {
  font-family: var(--font_min);
  font-size: 80%;
  font-weight: 700;
  text-align: center;
  background: var(--c_wht);
  border: 1px solid var(--c_text);
  display: block;
  position: relative;
  padding: 0.5em 4.188em 0.5em 3.75em;
  -webkit-box-shadow: 0.25em 0.25em 0px 0px #797979;
          box-shadow: 0.25em 0.25em 0px 0px #797979;
}

.footer .footer-link a:after {
  content: "";
  width: 1.125em;
  height: 1.125em;
  background: url(../../img/bunjo/arrow.png) no-repeat center/contain;
  position: absolute;
  right: 0.875em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.footer .footer-link a:hover {
  opacity: 1.0;
  -webkit-transform: translate(0.25em, 0.25em);
          transform: translate(0.25em, 0.25em);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer .footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.1em;
     -moz-column-gap: 1.1em;
          column-gap: 1.1em;
}

.footer .footer-sns-ttl {
  font-family: var(--font_min);
  font-size: 110%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer .footer-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8em;
     -moz-column-gap: 0.8em;
          column-gap: 0.8em;
}

.footer .footer-sns-list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1.4em;
          flex: 0 1 1.4em;
}

/* PCのみ
  ------------------------ */
@media (min-width: 700px) {
  .sm-only {
    display: none !important;
  }
}

/* タブレット
  ------------------------ */
@media (max-width: 1100px) {
  .inner {
    width: 90%;
  }
  body {
    padding-top: 80px;
  }
  .header {
    height: 80px;
  }
  .header .menu {
    top: 80px;
    max-height: calc(100% - 80px);
  }
  .header.is-scroll {
    height: 55px;
  }
  .header.is-scroll .menu {
    top: 55px;
    max-height: calc(100% - 55px);
  }
}

/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  body {
    font-size: 14px;
  }
  .pc-only {
    display: none !important;
  }
  /** -------------------- 共通スタイル -------------------- **/
  body {
    padding-top: 55px;
  }
  .inner {
    width: 90%;
  }
  .cmn-logo {
    margin-bottom: 20px;
  }
  .cmn-h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .cmn-lead {
    font-size: 16px;
    line-height: 1.8;
  }
  /** -------------------- ヘッダー -------------------- **/
  .header {
    height: 55px !important;
  }
  .header .header-logo img {
    width: 28px;
    margin-bottom: 0 !important;
  }
  .header .header-logo-txt {
    font-size: 10px !important;
  }
  .header .header-logo-txt strong {
    font-size: 12px !important;
    margin-left: 4px;
  }
  .header .header-cta {
    position: fixed;
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    z-index: 500;
    padding: 8px;
    background: rgba(255, 255, 255, 0.7);
  }
  .header .header-cta a {
    max-width: 280px;
    margin: 0 auto;
  }
  .header .menu-btn {
    right: 5%;
    width: 26px;
    padding-top: 12px;
  }
  .header .menu {
    width: 100%;
    top: 55px;
    max-height: calc(100% - 55px);
  }
  /** -------------------- 物件一覧 -------------------- **/
  .estate-list {
    row-gap: 30px;
  }
  .estate-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.16);
  }
  .estate-list-item-in {
    padding: 16px 16px 30px;
  }
  .estate-list-item .title {
    font-size: 22px;
  }
  .estate-list-item .tags {
    gap: 5px;
    margin: 10px 0;
  }
  .estate-list-item .tags > li {
    font-size: 12px;
  }
  .estate-list-item .status {
    font-size: 14px;
    margin: 10px 0;
  }
  .estate-list-item .text {
    font-size: 14px;
    margin: 20px 0 10px;
  }
  .estate-list-item .info {
    font-size: 14px;
  }
  /** -------------------- 特集 -------------------- **/
  .feature {
    padding: 50px 0;
  }
  .feature .feature-slider {
    margin-top: 30px;
  }
  .feature .feature-slider-item {
    padding: 0 4px;
    font-size: 16px;
  }
  /** -------------------- CTAエリア -------------------- **/
  .cta {
    padding: 40px 0;
  }
  .cta .cta-list {
    display: block;
  }
  .cta .cta-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
  }
  .cta .cta-list-item:nth-child(even) {
    border-left: 0;
    border-top: 1px solid #707070;
  }
  .cta .cta-list-item-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40px;
            flex: 0 1 40px;
    margin: 0 12px;
  }
  .cta .cta-list-item-ttl {
    margin: 0;
  }
  .cta .cta-list-item-tel {
    margin: 8px 0 0;
  }
  .cta .cta-list-item-tel-sub {
    margin-top: 8px;
  }
  .cta .cta-list-item-form {
    margin: 12px 0 0;
  }
  /** -------------------- フッター -------------------- **/
  .footer {
    padding: 40px 0 60px;
  }
  .footer .footer-logo {
    margin-bottom: 30px;
  }
  .footer .footer-bnr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 0;
  }
  .footer .footer-bnr-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
    margin: 0 auto;
  }
  .footer .footer-sub {
    margin-top: 20px;
    padding-top: 20px;
  }
  .footer .footer-sub-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 20px;
  }
}
