@charset "UTF-8";
/* ==========================================================================
  layout
========================================================================== */
/* wrapper */
.l-wrapper {
  min-width: 1200px;
}

/* contents */
#home .l-contents,
#about .l-contents,
#switch .l-contents {
  padding: 0 !important;
}

.l-contents {
  padding: 100px 0;
}

#fiftieth .nav__overlay.is-hide,
#lineup .nav__overlay.is-hide,
#machinami .nav__overlay.is-hide,
#knowledge .nav__overlay.is-hide,
#support .nav__overlay.is-hide,
#gallery .nav__overlay.is-hide,
#united-heim-park .nav__overlay.is-hide,
#switch .nav__overlay.is-hide {
  opacity: 1;
  visibility: visible;
}

#fiftieth #estate-header .header__nav .header__subnav__wrap.is-hide,
#lineup #estate-header .header__nav .header__subnav__wrap.is-hide,
#machinami #estate-header .header__nav .header__subnav__wrap.is-hide,
#knowledge #estate-header .header__nav .header__subnav__wrap.is-hide,
#support #estate-header .header__nav .header__subnav__wrap.is-hide,
#gallery #estate-header .header__nav .header__subnav__wrap.is-hide,
#united-heim-park #estate-header .header__nav .header__subnav__wrap.is-hide,
#switch #estate-header .header__nav .header__subnav__wrap.is-hide {
  top: 78px;
}

/* セキスイハイムの分譲地を探すタイトル */
.pickup__ttl {
  position: relative;
}

.pickup__ttl h1 {
  position: relative;
  top: -10px;
  z-index: 1;
}

.pickup__ttl .pickup__ttlBg {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  opacity: 0.6;
  background: #0075c1;
  background: linear-gradient(145deg, #0075c1 0%, #3eb134 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pickup__ttl .pickup__ttlBg .ttl__img {
  width: 26.5px;
  height: 26.5px;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1300px) {
  .l-contents {
    padding: 65px 0;
  }
}

@media (max-width: 767px) {
  /* wrapper */
  .l-wrapper {
    min-width: 320px;
    padding-bottom: 44px;
  }
  /* contents */
  .l-contents {
    padding: 52px 0;
  }
  /* footer */
  .l-gsFooter {
    padding-top: 0;
    margin-bottom: 42px;
  }
}

/* ==========================================================================
  estate-group site footer
========================================================================== */
.group__wrap {
  background-color: #f0f0f0;
}

.group__header {
  padding: 20px 0 13px;
}

.group__header__inner {
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.group__ttl {
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.group__enTtl {
  margin-right: 20px;
}

.group__opClsBtn {
  background-color: #3175bb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.group__opClsBtn span {
  width: 18px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  -webkit-transition: .3s;
  transition: .3s;
}

.group__opClsBtn span:nth-child(1) {
  left: 28%;
  top: 48%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.group__opClsBtn.open span:nth-child(1) {
  left: 28%;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.group__list__wrap {
  display: none;
}

.group__item {
  width: 25%;
  position: relative;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.group__item:hover {
  opacity: 0.8;
}

.group__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.group__txt {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 80%;
  left: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .group__header__inner {
    max-width: 90%;
  }
  .group__ttl {
    font-size: 16px;
    display: block;
  }
  .group__enTtl {
    font-size: 20px;
  }
  .group__opClsBtn {
    top: 7px;
  }
  .group__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .group__list__wrap {
    display: none;
  }
  .group__item {
    width: 50%;
  }
  .group__txt {
    width: 80%;
    font-size: 14px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
}
