﻿@charset "utf-8";

/*==================================================
  GENERAL SETTINGS
==================================================*/


/*
===== SLIDER ==========================================
*/

.indexmainBox .slick-list.draggable {
  width: 100%;
  overflow: hidden;
}

.indexmainBox__wrap {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}


.indexmainSlider__item {
  margin: 0 10px;
  aspect-ratio: 1200 / 600;
  max-height: 600px;
}

.indexmainSlider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*スライドのばらけ防止*/
.indexmainSlider__item:not(:first-child) {
  display: none;
}

.indexmainSlider.slick-initialized .indexmainSlider__item {
  display: block;
}

.slick-list.draggable {
  width: calc(100% - 100px);
  margin: 0 auto;
}

/*
===== EVENTBOX ==========================================
*/
.eventBox {
  padding-bottom: 60px;
  margin: var(--gutter) auto var(--gutter-wide);
  background: linear-gradient(#fff 49%, #F8F8F8 49%, #F8F8F8 100%);
  overflow: hidden;
}

.eventBox__ttl {
  text-align: center;
  margin: 0 auto clamp(15px, 4vw, 55px);
}

.eventBox__inner {
  position: relative;
}

.eventBox__list {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.eventBox__list.slick-initialized {
  margin-bottom: 70px !important;
  display: block;
}


.eventBox__item {
  width: calc((100% - 52px) / 3);
  max-width: 380px;
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

.eventBox__item:not(:first-child) {
  margin-left: 26px;
}


.eventBox__item a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (any-hover:hover) {
  .eventBox__item:hover {
    box-shadow: 10px 10px 0 var(--color-black);
    transform: translate(-5px, -5px);
  }

  .eventBox__item a:hover {
    opacity: 1;
  }
}


.eventBox__item a::before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  border-top: 1px solid var(--color-black);
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.eventBox__item a::after {
  content: "";
  display: block;
  width: 1px;
  height: 94%;
  border-right: 1px solid var(--color-black);
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}


.eventBox__photo {
  aspect-ratio: 380/ 240;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  background: #eee;
}

.eventBox__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.eventBox__detail {
  padding: 10px;
  background-color: #fff;
}

.eventBox__iconWrap {
  display: block;
  margin-bottom: 5px;
}

.eventBox__icon {
  min-width: 66px;
  height: 26px;
  display: inline-block;
  text-align: center;
  padding: 0 0.2em;
}

.eventBox__iconReservable {
  position: absolute;
  top: 0;
  left: 10px;
  color: #fff;
  background: var(--color-red);
  font-weight: bold;
  font-size: 1.6rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 6px), 0 100%);
  height: 30px;
  width: 62px;
  text-align: center;
}

.eventBox__itemTtl {
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.eventBox__date {
  margin: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #666;
}

.eventBox__intro {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
  min-height: 3.2em;
}

.eventBox__btn {
  margin: 0 auto;
}

/*
===== SEARCHBOX ==========================================
*/

.searchBox {
  position: relative;
  background: #F8F8F8;
  padding: 60px 0;
  z-index: 0;
  overflow: hidden;
  margin-top: var(--gutter-narrow);
}

.searchBox__inner {
  display: flex;
  gap: 30px 2.5%;
  flex-wrap: wrap;
  justify-content: center;
}

.searchBox__inner:last-of-type {
  margin-top: 30px;
}

.searchBox::before {
  content: "SEARCH";
  display: block;
  font-size: 27rem;
  font-family: var(--font-en);
  font-weight: bold;
  letter-spacing: 0.1em;
  position: absolute;
  top: -0.1em;
  right: -0.1em;
  color: rgba(51, 51, 51, 0.05);
  z-index: -1;
  line-height: 1;
}

.searchBox__ttl {
  text-align: center;
  margin-bottom: 60px;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  position: relative;
  display: none;
}

.searchBox__ttl::after {
  content: "";
  height: 1px;
  width: 30px;
  background: var(--color-black);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}


/*
----- 物件数リスト --------------------
*/
.searchBox__estateCountBox {
  width: 63%;
  background: #fff;
  padding: clamp(20px, 3vw, 35px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.estateCountBox__totalBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vw, 28px);
}

.estateCountBox__totalTtlWrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.estateCountBox__totalTtl {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: bold;
}

.estateCountBox__date {
  font-size: 1.2rem;
}

.estateCountBox__totalNumBox {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  font-size: 2rem;
  font-weight: bold;
}

.estateCountBox__totalNum {
  color: #fff;
  font-size: clamp(5rem, 5vw, 7rem);
  font-weight: bold;
  line-height: 1;
  width: 0.7em;
  height: 1.15em;
  font-family: var(--font-en);
  background: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
}

.estateCountBox__detilBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 25px 0;
}

.estateCountBox__detilWrap {
  display: flex;
  align-items: baseline;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  flex-wrap: wrap;
  justify-content: center;
}

.estateCountBox__detilNumWrap {
  font-size: 1em;
}

.estateCountBox__detilTtl {
  font-weight: bold;
  font-size: 1.14em;
}

.estateCountBox__detilNum {
  font-size: 2.57em;
  font-weight: bold;
  font-family: var(--font-en);
  line-height: 1;
  margin: 0 5px;
}

.estateCountBox__detilNum--emember {
  color: var(--color-red);
}

.estateCountBox__appealList {
  border-top: 1px solid var(--color-black);
  text-align: center;
  width: 100%;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}

.estateCountBox__appealBtn {
  margin: 0 auto;
  width: min(100%, 375px);
}

.estateCountBox__appealTxt {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 10px;
}



/*
----- ログインボックス --------------------
*/
.searchBox__loginBox {
  background: #fff;
  width: 34%;
  padding: clamp(20px, 3vw, 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.loginBox__ttl {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.loginBox__inputWrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 320px;
  margin: 0 auto;
}

.loginBox__inputWrap:first-of-type {
  margin-bottom: 15px;
}

.loginBox__input {
  flex: 1;
  max-width: calc(100% - 3em);
}

.loginBox__label {
  font-weight: bold;
  font-size: 1.6rem;
  font-family: var(--font-en);
  width: 3em;
  display: inline-block;
}

.loginBox__btn {
  margin: 40px auto 0;
}

.loginBox__name {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.loginBox__logout {
  margin-top: 30px;
}

.loginBox__menuItem {
  border: 1px solid var(--color-gray);
  margin-bottom: 10px;
  position: relative;
}

.loginBox__menuItem::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url(../img/common/arrow_black_01.svg) no-repeat center / contain;
  width: 7px;
  height: auto;
  aspect-ratio: 9 / 19;
  pointer-events: none;
}

.loginBox__menuItem a {
  padding: 10px;
  display: block;
}

/*
----- 条件で検索 --------------------
*/
.searchBox__conditionsSearchBox {
  background: #fff;
  width: 34%;
  padding: 0 40px;
  min-height: 544px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.conditionsSearchBox__ttl {
  font-weight: bold;
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--color-black);
  text-align: center;
}

.conditionsSearchBox__form {
  display: flex;
  flex-direction: column;
}

.conditionsSearchBox__row {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.conditionsSearchBox__btn {
  margin: 20px auto 0;
  display: block;
}

.conditionsSearchBox__itemTtl {
  width: 4.7em;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: bold;
}

.conditionsSearchBox__selectWrap {
  /* 価格 */
  display: flex;
  justify-content: space-between;
  width: min(77.5%, 256px);
  align-items: center;
}

.conditionsSearchBox__select {
  width: min(77.5%, 256px);
  height: 43px;
}

.conditionsSearchBox__select--price {
  width: min(45%, 115px);
}

/*
----- 地図から探す --------------------
*/
.searchBox__rightCont {
  width: 63%;
}

.areasearchBox__tabList {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 5px;
}

.areasearchBox__tabItem {
  width: calc(100% / 3);
  background-color: #757575;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 11px 5px;
  height: 44px;
  transition: 0.3s;
}

@media (any-hover:hover) {
  .areasearchBox__tabItem:hover {
    cursor: pointer;
    background-color: var(--color-black);
  }
}

.areasearchBox__tabItem.active {
  background-color: var(--color-black);
}

.areasearchBox__tabTxt {
  line-height: 1.1;
}

.areasearchBox__mapBox {
  width: 100%;
  height: 500px;
  background: url(../img/index/areasearchBox_map1.webp) no-repeat center right / cover;
  position: relative;
  border: 3px solid var(--color-black);
}

.areasearchBox__mapItem {
  text-decoration: none;
  display: block;
}

.areasearchBox__mapItemTtl,
.areasearchBox__mapItemNumBox {
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.areasearchBox__mapItemTtl {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  white-space: pre-wrap
}

.areasearchBox__mapItemNumBox {
  font-size: 1.6rem;
  font-weight: bold;
}

.areasearchBox__mapItemNum {
  font-size: 1.375em;
  font-family: var(--font-en);
  line-height: 1;
}

@media screen and (min-width: 768px) {

  .areasearchBox__mapItem {
    position: absolute;
  }

  /* area */
  .areasearchBox a {
    color: #fff;
    font-weight: bold;
    filter: drop-shadow(0 0 4px #0a3146);
  }

  .areasearchBox a.c-40131 {
    /* 東区 */
    top: 151px;
    right: 243px;
  }

  .areasearchBox a.c-40132 {
    /* 博多区 */
    top: 249px;
    right: 290px;
  }

  .areasearchBox a.c-40133 {
    /* 中央区 */
    top: 217px;
    right: 359px;
  }

  .areasearchBox a.c-40134 {
    /* 南区 */
    top: 285px;
    right: 351px;
  }

  .areasearchBox a.c-40135 {
    /* 西区 */
    top: 197px;
    right: 489px;
  }

  .areasearchBox a.c-40136 {
    /* 城南区 */
    top: 253px;
    right: 425px;
  }

  .areasearchBox a.c-40137 {
    /* 早良区 */
    top: 331px;
    right: 480px;
  }

  .areasearchBox a.c-40217 {
    /* 筑紫野市 */
    top: 435px;
    right: 155px;
  }

  .areasearchBox a.c-40218 {
    /* 春日市 */
    top: 340px;
    right: 305px;
  }

  .areasearchBox a.c-40219 {
    /* 大野城市 */
    top: 421px;
    right: 314px;
  }

  .areasearchBox a.c-40221 {
    /* 太宰府市 */
    top: 390px;
    right: 223px;
  }

  .areasearchBox a.c-40223 {
    /* 古賀市 */
    top: 85px;
    right: 135px;
  }

  .areasearchBox a.c-40224 {
    /* 福津市 */
    top: 20px;
    right: 100px;
  }

  .areasearchBox a.c-40231 {
    /* 那珂川市 */
    top: 364px;
    right: 381px;
  }

  .areasearchBox a.c-40341 {
    /* 宇美町 */
    top: 330px;
    right: 218px;
  }

  .areasearchBox a.c-40342 {
    /* 篠栗町 */
    top: 241px;
    right: 139px;
  }

  .areasearchBox a.c-40343 {
    /* 志免町 */
    top: 269px;
    right: 221px;
  }

  .areasearchBox a.c-40344 {
    /* 須恵町 */
    top: 299px;
    right: 154px;
  }

  .areasearchBox a.c-40345 {
    /* 新宮町　 */
    top: 58px;
    right: 232px;
  }

  .areasearchBox a.c-40348 {
    /* 久山町 */
    top: 171px;
    right: 143px;
  }

  .areasearchBox a.c-40349 {
    /* 粕屋町 */
    top: 210px;
    right: 225px;
  }

  .areasearchBox a.c-40220 {
    /* 宗像市 */
    top: 15px;
    right: 10px;
  }

  .areasearchBox a.c-40230 {
    /* 糸島市 */
    top: 166px;
    right: 610px;
  }

}


/*
===== RECOMBOX 注目物件／リフォーム済みおすすめ物件 ==========================================
*/

.recomBox {
  padding: 50px 0;
  background: url(../img/index/recBox_re_bg.webp) no-repeat top center/cover;
}

.pickupBox {
  position: relative;
  padding: var(--gutter-superwide) 0;
  overflow: hidden;
}

.pickupBox__ttl {
  margin-top: clamp(10px, 3vw, 30px);
  margin-bottom: clamp(15px, 4vw, 60px);
}

.pickupBox::before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background: var(--color-black);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.recomBox__ttl {
  text-align: center;
  margin-bottom: 30px;
}

.recom #itemList {
  position: relative;
  display: flex;
  justify-content: center;
}

.recom .item {
  width: 300px;
  background: #FFF;
  position: relative;
  margin: 0 10px;
}

.recomBox.recom_re .item.emember {
  border: solid 1px #CCC;
}

.recomBox.recom .item.emember {
  border: none;
}

.recomBox.recom .item.emember a {
  padding: 0;

}

/*-------------------------▲*/
.recom .item a {
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid var(--color-black);
}

.memberItem {
  padding: 0;
  height: 100%;
  background: url(../img/index/bg_member_estate_01.webp) no-repeat center / cover;
  padding: 0;
}

.memberItem__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
}

.memberItem__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.memberItem__ttlTxt {
  font-family: var(--font-en);
  font-weight: bold;
  font-size: 3.4rem;
  letter-spacing: 0.12em;
  border-bottom: 1px solid var(--color-black);
  padding-bottom: 5px;
}

.memberItem__ttlIcon::before {
  content: "";
  width: 80px;
  height: 1px;
  border-top: 1px solid var(--color-black);
  position: absolute;
  top: 20px;
  left: 0;
}

.memberItem__ttlIcon::after {
  content: "";
  width: 80px;
  height: 1px;
  border-top: 1px solid var(--color-black);
  position: absolute;
  top: 20px;
  right: 0;
}

.memberItem__txt {
  margin: 20px auto 15px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.memberItem__btn {
  font-size: 1.3rem;
  font-weight: bold;
  font-feature-settings: 'palt';
  text-align: center;
  background: var(--color-red);
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: 1.4s fuwafuwa infinite ease-in-out;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

.memberItem__btnImportant {
  font-size: 1.84em;
  line-height: 1.4;
}

.memberItem__btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url(../img/common/arrow_white_01.svg) no-repeat center / contain;
  width: 9px;
  height: auto;
  aspect-ratio: 9 / 19;
  pointer-events: none;
}

@media (any-hover: hover) {
  .memberItem:hover {
    opacity: 1;
  }

  .memberItem:hover .memberItem__btn::before {
    animation: btnFlash 0.6s;
  }
}

.recom .item .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.recom .item .box01 {
  padding: 20px 20px 10px;
  display: flex;
  justify-content: space-between;
}

.recom .item .box01 .icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.recom .item .box01 .icon img {
  width: 60px;
  aspect-ratio: 5 / 2;
  display: inline-block !important;
}

.recom .item .box01 .price {
  color: var(--color-orange);
  font-weight: bold;
  font-size: 12px;
  flex-shrink: 0;
}

.recom .item .box01 .price span {
  font-size: 18px;
  line-height: 1.3;
}

.recom .item .photo {
  text-align: center;
}

.recom .item .photo img {
  width: 100%;
  height: 185px;
  display: block;
  margin: 0 auto;
}

.recom .item .info {
  padding: 0 20px 10px;
  flex-grow: 1;
}

.recom .item .info h3.ttl {
  font-size: 1.6rem;
  font-weight: bold;
}

.recom .item .info .price {
  font-size: 1.2rem;
}

.recom .item .info .price span {
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: bold;
}

.recom .item .info .details {
  min-height: 60px;
}

.recom .item .payment_pay {
  padding: 12px;
  color: #fff;
  background: var(--color-black);
}

.recom .item .payment_pay dl {
  display: flex;
  justify-content: center;
  align-items: center;
}

.recom .item .payment_pay dt,
.recom .item .payment_pay dd {
  line-height: 1;
}

.recom .item .payment_pay dd span {
  font-size: 1.8rem;
  margin: 0 3px;
  font-weight: bold;
}

.recom .item .payment_pay .payment_txt {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
  line-height: 1;
}

/* スタッフコメント */
.recom .item .staffComment {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.recom .item .staffComment_img {
  width: 75px;
  height: auto;
  aspect-ratio: 1 / 1;
}

.recom .item .staffComment_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recom .item .staffComment_txtBox {
  width: calc(100% - 75px);
  padding: 0 8px;
  text-align: left;
}

.recom .item .staffComment_name {
  font-size: 1.4rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recom .item .staffComment_txt {
  font-size: 1.3rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*
===== GALLERYBOX ==========================================
*/
.galleryBox {
  overflow: hidden;
}


.galleryBox__head {
  position: relative;
  background-color: var(--color-black);
}

.galleryBox__head::after {
  content: "";
  width: 50vw;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/index/bg_gallery_01.webp) no-repeat center / cover var(--color-black);

}

.galleryBox__ttlBox {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  font-size: clamp(1.3rem, 1.7vw, 2.2rem);
}


.galleryBox__ttl {
  font-size: 4em;
  letter-spacing: 0.1em;
  font-family: var(--font-en);
  font-weight: bold;
  line-height: 1;
}

.galleryBox__subTtl {
  font-size: 1em;
  color: #fff;
  letter-spacing: 0.05em;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.45em;
  margin-top: 0.6em;
  line-height: 1;
}

.galleryBox__subTtl::before {
  content: "";
  display: block;
  width: 0.7em;
  height: 1px;
  position: relative;
  background: #fff;
}

.galleryBox__mainBox {
  color: #fff;
  width: 50%;
  padding: 40px 30px 60px 0;
  background: var(--color-black);
}

.galleryBox__ttlBoxLogo {
  margin-left: 0.9em;
  width: 6.6em;
}

.galleryBox__ttlTxt {
  line-height: 2.2;
}

.galleryBox__inner {
  position: relative;
  padding: 70px 0 60px;
  background: url(../img/index/bg_galleryBox_01.webp) no-repeat center / cover;
}

.galleryBox__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  position: relative;
}

.galleryBox__list.slick-initialized {
  margin-bottom: 85px !important;
  display: block;
}


.galleryBox__item {
  width: calc((100% - 30px) / 3);
  max-width: 390px;
  position: relative;
}

.galleryBox__item:not(:first-child) {
  margin-left: 15px;
}

.galleryBox__item a {
  display: block;
  width: 100%;
  height: 100%;
}

.galleryBox__photo {
  aspect-ratio: 390/ 256;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  background: var(--color-palegray);
}

.galleryBox__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.galleryBox__itemTtl {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: clamp(1.6rem, 2vw, 2rem);
  margin: 0.75em 1em 0;
}


.galleryBox__iconWrap {
  text-align: center;
  position: absolute;
  top: 0;
  left: 10px;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.galleryBox__iconWrap span {
  font-size: 1.4rem;
  padding: 0.5em 1.3em;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.galleryBox__btn {
  margin: 0 auto;
}

/*
===== SHOPINFOBOX ==========================================
*/
.shopInfoBox {
  padding-bottom: 0;
}

/*
===== NOTICEBOX ==========================================
*/
.noticeBox {
  margin: var(--gutter-superwide) auto;
}

.noticeBox__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.noticeBox__ttlBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.noticeBox__btn {
  width: 150px;
  height: auto;
  aspect-ratio: 150 / 50;
  margin-top: 10px;
}

.topicsBox {
  width: calc(100% / 2);
  padding-right: clamp(20px, 3vw, 40px);
}

.blogBox {
  width: calc(100% / 2);
  padding-left: clamp(20px, 3vw, 40px);
}

.topicsBox__inner,
.blogBox__inner {
  min-height: 280px;
}


.topicsBox__item {
  border-bottom: 1px solid var(--color-black);
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}


.topicsBox__item a {
  display: flex;
  align-items: center;
  gap: 5%;
  position: relative;
}

.topicsBox__item a::after {
  content: "";
  background: url(../img/common/arrow_black_01.svg) no-repeat center / contain;
  position: absolute;
  right: 3.5%;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: auto;
  aspect-ratio: 9 / 19;
}


.topicsBox__date {
  width: 9em;
  flex-shrink: 0;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-family: var(--font-en);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6em;
}

.topicsBox__itemTtl {
  width: 54%;
  max-width: 360px;
  margin: 20px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.noticeBox .cate_new,
.noticeBox .cate_popular {
  padding: 4px 5px;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1;
}

.blogBox__inner {
  margin-top: 30px;
}

.blogBox__item {
  display: block;
  border-bottom: 1px solid var(--color-black);
  padding: 10px 0;
}

.blogBox__item a {
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.blogBox__photo {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 80px;
}

.blogBox__photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.blogBox__detail {
  width: calc(100% - 140px);
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}

.blogBox__dateBox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.blogBox__date {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-family: var(--font-en);
}

.blogBox__category {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 5px;
}

.blogBox__itemTtl {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*
===== SNSBOX ==========================================
*/
.SNSBox {
  background: var(--color-palegray);
  padding: 50px;
}

.SNSBox ul {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.SNSBox ul li {
  width: 48%;
  margin-bottom: 30px;
}

.SNSBox ul li.col1 {
  width: 100%;
}

/*==================================================
  tablet SETTINGS : Min768px Max1200px
==================================================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {

  /*物件を探す　物件数リスト*/
  .areasearchBox a.c-40230 {
    /* 糸島市 */
    top: 236px;
    left: 10px;
    right: auto;
  }
}

/*==================================================
  tablet SETTINGS : Min768px Max1080px
==================================================*/
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .indexWire {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
  }

  .indexmainSlider__item {
    width: 100%;
    height: 46.3vw !important;
  }


  /*物件を探す　物件数リスト*/
  .searchBox__conditionsSearchBox {
    width: 100%;
    min-height: auto;
    padding: 40px;
  }

  .conditionsSearchBox__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    width: min(690px, 100%);
    margin: 0 auto;
  }

  .conditionsSearchBox__row {
    width: min(47%, 330px);
  }

  .searchBox__rightCont {
    width: min(760px, 100%);
  }

  .areasearchBox a.c-40230 {
    /* 糸島市 */
    top: 166px;
    right: 610px;
  }

  /*
===== NOTICEBOX ==========================================
*/
  .noticeBox__ttlBox {
    align-items: center;
  }

  .noticeBox__ttl {
    font-size: 5rem;
  }

  .noticeBox__btn {
    margin-top: 0;
    width: 130px;
  }

}

/*==================================================
  SP SETTINGS : Max767px
==================================================*/

@media screen and (max-width: 767px) {
  .indexmainBox {
    overflow: hidden;
  }

  .indexmainBox .slick-dots {
    position: relative;
    bottom: 0;
  }

  .indexmainBox .slick-list.draggable {
    overflow: visible;
    padding: 0 10px;
  }

  .indexmainSlider__item {
    margin: 0 3px;
  }

  /*
  ===== SEARCHBOX - SP ==========================================
  */
  /*
----- 物件数リスト --------------------
*/
  .searchBox {
    padding: var(--gutter-superwide) 0 var(--gutter);
  }

  .searchBox__inner {
    gap: 20px;
  }

  .estateCountBox {
    width: 100%;
    padding: 20px 30px 30px;
  }

  .searchBox__ttl {
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: 1;
    font-size: 3rem;
    display: none;
  }

  .searchBox::before {
    font-size: clamp(8rem, 27vw, 12rem);
    right: 50%;
    transform: translateX(50%)
  }

  .estateCountBox__totalBox {
    flex-direction: column;
  }

  .estateCountBox__totalTtlWrap {
    align-items: center;
    gap: 0;
  }

  .estateCountBox__detilBox {
    gap: 0;
    width: 100%;
    padding: 20px 0;
  }

  .estateCountBox__detilWrap {
    font-size: clamp(1.0rem, 3vw, 1.4rem);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
  }

  .estateCountBox__totalTtl {
    font-size: 2.2rem;
  }

  .estateCountBox__totalNumBox {
    font-size: 1.6rem;
  }

  .estateCountBox__detilNum {
    font-size: 2.4em;
    margin: 0;
    position: relative;
    top: 1px;
  }

  .estateCountBox__appealItem .btn_archive__link {
    font-size: clamp(1.6rem, 5vw, 2.4rem);
  }

  .estateCountBox__appealTxt {
    font-size: clamp(1.1rem, 3.5vw, 1.4rem);
    margin-bottom: 3px;
  }

  /*
----- ログインボックス --------------------
*/
  .searchBox__loginBox {
    width: 100%;
    padding: 30px;
  }

  .loginBox__ttl {
    margin-bottom: 20px;
  }

  .loginBox__btn {
    margin-top: 20px;
  }

  /*
----- 条件で検索 --------------------
*/
  .searchBox__conditionsSearchBox {
    width: 100%;
    padding: 30px;
  }

  .conditionsSearchBox__ttl {
    padding-bottom: 5px;
    margin-bottom: 25px;
    font-size: 2rem;
  }

  .conditionsSearchBox__btn {
    margin-top: 10px;
  }

  /*
----- 地図から探す --------------------
*/
  .searchBox__rightCont {
    width: 100%;
  }

  .areasearchBox__tabList {
    background: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3px;
  }

  .areasearchBox__tabItem {
    width: 32%;
    max-width: unset;
    flex-grow: 1;
    position: relative;
    font-size: clamp(1.2rem, 3.7vw, 1.6rem);
  }

  .areasearchBox__mapBox {
    background: none;
    height: unset;
  }

  .areasearchBox__mapInner {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1% 1%;
  }

  .areasearchBox__mapItem {
    border: 1px solid #ccc;
    width: 48%;
    margin: 5px 1% 0;
    position: static;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .areasearchBox__mapItem--zero {
    display: none;
  }

  .areasearchBox__mapItemInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5px;
    width: 100%;
  }

  .areasearchBox__mapItemTtl,
  .areasearchBox__mapItemNumBox {
    font-size: 13px;
    text-shadow: none;
    color: var(--color-black);
    margin: 0;
  }

  .areasearchBox__mapItemNum {
    font-size: 17px;
  }


  /*
  ===== EVENTBOX - SP ==========================================
  */
  .eventBox {
    margin-top: var(--gutter-superwide);
    padding-bottom: var(--gutter-superwide);
  }

  .eventBox__item {
    width: min(380px, 80vw);
  }

  .eventBox__list.slick-initialized {
    margin-bottom: 60px !important;
  }

  /*スライドのばらけ防止*/
  .eventBox__item:not(:first-child) {
    display: none;
  }

  .eventBox__list.slick-initialized .eventBox__item {
    display: block;
  }

  /*
  ===== PICKUPBOX・RECOMBOX ==========================================
  */
  .pickupBox::before {
    height: 6%;
  }

  /*
  ===== GALLERYBOX ==========================================
  */
  .galleryBox__mainBox {
    width: 100%;
    padding: var(--gutter-superwide) 0;
  }

  .galleryBox__head::after {
    position: relative;
    height: 160px;
    width: 100%;
    background-position: right;
  }

  .galleryBox__ttlBox {
    font-size: clamp(1.2rem, 3vw, 2.2rem);
    justify-content: center;
  }

  .galleryBox__inner {
    padding-top: 20px;
    padding-bottom: var(--gutter-superwide);
  }

  .galleryBox__item {
    width: min(380px, 80vw);
  }

  .galleryBox__list.slick-initialized {
    margin-bottom: 60px !important;
  }

  /*スライドのばらけ防止*/
  .galleryBox__item:not(:first-child) {
    display: none;
  }

  .galleryBox__list.slick-initialized .galleryBox__item {
    display: block;
  }

  /*
  ===== noticeBox ==========================================
  */
  .noticeBox {
    padding: 0;
  }

  .noticeBox__inner {
    flex-direction: column;
    padding: 0;
    width: 96%;
  }

  .noticeBox__ttlBox {
    justify-content: center;
    margin-bottom: 0;
  }

  .noticeBox__btn {
    width: min(300px, 90%);
    height: clamp(60px, 8vw, 70px);
    margin: 0 auto;
  }

  .topicsBox {
    margin-bottom: var(--gutter-hyperwide);
  }

  .topicsBox,
  .blogBox {
    width: 100%;
    max-width: unset;
    padding: 0;
  }

  .topicsBox__inner,
  .blogBox__inner {
    min-height: unset;
    margin-bottom: 30px;
  }
  
  .blogBox__inner {
    margin-top: 10px;
  }
  
  .topicsBox__item a {
    flex-direction: column;
    align-items: baseline;
    padding: 20px;
  }

  .topicsBox__date {
    justify-content: flex-start;
  }

  .topicsBox__itemTtl {
    width: 96%;
    margin: 10px 0 0;
  }


  /*
  ===== SNSBOX ==========================================
  */
  .SNSBox {
    padding: 10% 2%;
  }

  .SNSBox ul {
    flex-direction: column;
    gap: 10px;
  }

  .SNSBox ul li {
    width: 100%;
  }
}