﻿@charset "utf-8";

/*==================================================
  GENERAL SETTINGS
==================================================*/
.indexWire {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.btn_archive {
  text-align: center;
}

.btn_archive a {
  width: min(90%, 250px);
  margin: 0 auto;
  color: var(--color-navy);
  border: solid 1px var(--color-navy);
  box-shadow: 5px 5px 0 var(--color-navy);
}

.btn_archive a::after {
  background:
    /*横線*/
    linear-gradient(var(--color-navy) 0 0) left bottom / 100% 1px no-repeat,
    /*三角形*/
    linear-gradient(225deg, transparent 50%, var(--color-navy) 0) right 0 bottom 1px / 5px 5px no-repeat;
    transition: transform 0.3s ease;
}

/*==================================================
  TITLE COMMON
==================================================*/
.eventBox,
.searchBox,
.pickupBox,
.galleryBox,
.shopInfoBox,
.noticeBox {
  padding: var(--gutter) 0;
}

.pickupBox,
.recomBox {
  position: relative;
  padding: 50px 0;
}

.indexPage__ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  font-size: clamp(4.2rem, 7.2vw, 6rem);
  margin-bottom: clamp(25px, 4.5vw, 40px);
}

.indexPage__ttl--en {
  font-family: var(--font-en);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
}

.indexPage__ttl--ja {
  font-size: 0.4em;
  font-weight: bold;
}

/*
===== SLIDER ==========================================
*/
.indexmainBox {
  max-height:500px;
  overflow: hidden;
}

/*.indexmainBox .slick-list.draggable {
  width: 100%;
}*/

.indexmainBox__wrap {
  position: relative;
  margin: 0 auto;
  /*padding: 0;
  text-align: center;
  vertical-align: middle;*/
  width: min(100vw, 1200px);
}

.indexmainSlider__item {
  width: min(100vw, 1200px) !important;
}

.slick-slider .indexmainSlider__item {
  display: block !important;
}

/*dots*/
.indexmainBox .slick-dots {
  bottom: 20px;
}

.slick-dots li,
.slick-dots li button {
  width: 16px !important;
  height: 16px !important;
}

.slick-dots li button:before {
  content: "" !important;
  width: 13px !important;
  height: 13px !important;
  border-radius: 8px;
  opacity: 1 !important;
}

.indexmainBox .slick-dots li.slick-active button:before {
  background: #FFED26;
}

/*.indexmainBox .slick-dots li button:before {
  background: #fff;
}*/

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

/*
===== EVENTBOX ==========================================
*/

.eventBox {
  margin-top: var(--gutter);
  background: url(../img/index/bg_event_01.webp) no-repeat center / cover;
}

.eventBox__ttl {
  margin-bottom: 0;
}

.eventBox__inner {
  overflow: hidden;
  padding-top: clamp(25px, 4.5vw, 40px);
}

.eventBox__inner .slick-initialized {
  min-height: 200px;
  padding-bottom: var(--gutter-wide) ;
}

.eventBox__list {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  position: relative;
  margin-bottom: var(--gutter-wide);
}

.eventBox__item {
  width: min(31%, 370px);
  background: #fff;
  position: relative;
  margin: 0 clamp(15px, 3.2vw, 30px) 0 0;
  box-shadow: 10px 10px 0 var(--color-lightgray);
}

.eventBox__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  padding: 15px;
}

.eventBox__photo {
  aspect-ratio: 3/ 2;
  overflow: hidden;
}

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

.eventBox__detail {
  padding: 10px;
}

/*予約可バッジ*/
.cate_reservable {
  position: absolute;
  content: "";
  width: 53px;
  height: 72px;
  aspect-ratio: 53 / 72;
  left: 10px;
  top: -5px;
  background: url(../img/index/icon_event_01.svg) no-repeat center/ contain;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.cate_reservable--txt {
  transform: translateY(-40%);
}

.eventBox__infoList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.eventBox__itemTtl {
  text-align: left;
  font-size: clamp(1.8rem, 2.3vw, 2rem);
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}

.eventBox__date {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
}

.eventBox__iconWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.eventBox__iconWrap span {
  background: none;
  border: none;
  color: var(--color-navy);
  font-size: 1.6rem;
  font-weight: bold;
  min-width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.eventBox__intro {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.eventBox .slick-dots {
  bottom: 25px;
}

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

.searchBox {
  
}

/*
----- areasearchBox(地図) --------------------
*/
.estateMapWrap {
  margin-bottom: 30px;
  position: relative;
}

.areasearchBox {
  display: flex;
  /*flex-flow: row wrap;*/
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.areasearchBox__tabList {
  width: clamp(180px, 20vw, 20%);
  background: url(../img/index/areasearchBox_tab_bg.webp) no-repeat center 1em var(--color-navy);
  background-size: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 2px;
  flex-shrink: 1;
  padding: var(--gutter) var(--gutter-supernarrow) var(--gutter-supernarrow) var(--gutter-supernarrow);
}

.areasearchBox__tabItem {
  width: 100%;
  height: 25%;
  background-color: #fff;
  color: var(--color-navy);
  font-size: clamp(1.4rem, 1.4vw, 2rem);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2em 1em;
  position: relative;
}

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

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

.areasearchBox__tabItem.active::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right: 8px solid var(--color-yellow);
  border-bottom: 8px solid var(--color-yellow);
  right: -7px;
  transform: rotate(-45deg);
  z-index: 2;
}

.areasearchBox__tabTxt {
  line-height: 1;
}

.areasearchBox__mapBox {
  width: 80%;
  height: 480px;
  background: url(../img/index/areasearchBox_map1.webp) center no-repeat;
  position: relative;
}

.areasearchBox__mapItem {
  text-decoration: none;
  display: block;
  color: #fff;
  filter: drop-shadow(0 4px 4px #147023);
}

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

.areasearchBox__mapItemTtl {
  margin-bottom: 5px;
  font-size: 18px;
  white-space: pre-wrap
}

.areasearchBox__mapItemNumBox {
  font-size: 18px;
}

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

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

  .areasearchBox__mapItem {
    position: absolute;
  }
  
  /*強調エリア*/
  .areasearchBox__mapBox .c-00000 {
    background: var(--color-black);
    color: #fff;
    border-radius: 100%;
    padding:1em;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /*福岡市東区*/
  .areasearchBox__mapBox .c-40131 {
    top: 15%;
    left: 37%;
    transform: translateX(calc(-50% + 135px));
  }

  /*福岡市博多区*/
  .areasearchBox__mapBox .c-40132 {
    top: 42%;
    left: 37%;
    transform: translateX(calc(-50% + 123px));
  }

  /*福岡市中央区*/
  .areasearchBox__mapBox .c-40133 {
    top: 37%;
    left: 28%;
    transform: translateX(calc(-50% + 123px));
  }

  /*福岡市南区*/
  .areasearchBox__mapBox .c-40134 {
    top: 59%;
    left: 33%;
    transform: translateX(calc(-50% + 123px));
  }

  /*福岡市西区*/
  .areasearchBox__mapBox .c-40135 {
    top: 40%;
    left: 9%;
    transform: translateX(calc(-50% + 123px));
  }

  /*福岡市城南区*/
  .areasearchBox__mapBox .c-40136 {
    top: 52%;
    left: 28%;
    transform: translateX(calc(-50% + 117px));
  }

  /*福岡市早良区*/
  .areasearchBox__mapBox .c-40137 {
    top: 68%;
    left: 23%;
    transform: translateX(calc(-50% + 117px));
  }

  /*新宮町*/
  .areasearchBox__mapBox .c-40345 {
    top: 2%;
    left: 46%;
    transform: translateX(calc(-50% + 117px));
  }

  /*久山町*/
  .areasearchBox__mapBox .c-40348 {
    top: 9%;
    left: 52%;
    transform: translateX(calc(-50% + 117px));
  }

  /*篠栗町*/
  .areasearchBox__mapBox .c-40342 {
    top: 23%;
    left: 57%;
    transform: translateX(calc(-50% + 117px));
  }

  /*須恵町*/
  .areasearchBox__mapBox .c-40344 {
    top: 35%;
    left: 53%;
    transform: translateX(calc(-50% + 117px));
  }
  
  /*宇美町*/
  .areasearchBox__mapBox .c-40341 {
    top: 49%;
    left: 53%;
    transform: translateX(calc(-50% + 117px));
  }

  /*志免町*/
  .areasearchBox__mapBox .c-40343 {
    top: 36%;
    left: 43%;
    transform: translateX(calc(-50% + 117px));
  }

  /*粕屋町*/
  .areasearchBox__mapBox .c-40349 {
    top: 25%;
    left: 47%;
    transform: translateX(calc(-50% + 117px));
  }

  /*糸島市*/
  .areasearchBox__mapBox .c-40230 {
    top: 54%;
    left: 0%;
    transform: translateX(calc(-50% + 117px));
  }

  /*春日市*/
  .areasearchBox__mapBox .c-40218 {
    top: 63%;
    left: 41%;
    transform: translateX(calc(-50% + 117px));
  }

  /*大野城市*/
  .areasearchBox__mapBox .c-40219 {
    top: 76%;
    left: 42%;
    transform: translateX(calc(-50% + 120px));
  }

  /*筑紫野市*/
  .areasearchBox__mapBox .c-40217 {
    top: 82%;
    left: 52%;
    transform: translateX(calc(-50% + 120px));
  }

  /*太宰府市*/
  .areasearchBox__mapBox .c-40221 {
    top: 62%;
    left: 50%;
    transform: translateX(calc(-50% + 120px));
  }

  /*那珂川市*/
  .areasearchBox__mapBox .c-40231 {
    top: 85%;
    left: 36%;
    transform: translateX(calc(-50% + 120px));
  }

  /*補助線*/
  .areasearchBox__mapBox .c-23102::before,
  .areasearchBox__mapBox .c-23103::before {
    position: absolute;
    content: '';
    width: 40px;
    border-top: 2px solid var(--color-darkgray);
    transform: rotate(45deg);
    top: 40px;
    left: 40px;
  }
  .areasearchBox__mapBox .c-23102::before{
    width:100px;
    top:-40px;
    left:-80px;
  }
  .areasearchBox__mapBox .c-23103::before{
    top:-20px;
    left:-40px;
  }

  /*○○群*/
  .areasearchBox__mapBox .c-23103 .areasearchBox__itemTtl{
    font-size:16px;
  }
}

/*物件検索へのボタン*/
.searchBox__linkBtnWrap {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.searchBox__linkBtn {
  background-color: #fff;
  color: var(--color-navy);
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  width: 270px;
  height: 65px;
  padding: 15px var(--gutter-supernarrow) 15px 35px;
  border: 1px solid var(--color-navy);
  box-shadow: 5px 5px 0 var(--color-navy);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.searchBox__linkBtnTxt {
  font-size: 14px;
}

.searchBox__linkBtn::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  aspect-ratio: 30 / 30;
  background: url(../img/common/icon_rail.svg) no-repeat center / contain;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
}

.searchBox__linkBtn--other::before {
  background: url(../img/common/icon_school.svg) no-repeat center / contain;
}

@media (any-hover:hover) {
  .searchBox__linkBtn:hover {
    opacity: 1;
    background: var(--color-navy);
    color: #fff;
  }

  .searchBox__linkBtn:hover::before {
    filter: invert(100%) brightness(200%);
  }
}

/*estateCountWrap 件数BOX～来店予約BOX*/
.estateCountWrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: var(--gutter-narrow);
  gap: 20px;
}

.estateCountBox,
.estateSignupBox,
.estateShoprsvBox {
  width: 380px;
}

/*件数BOX*/
.estateCountBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.estateCountBox__countAll {
  text-align: center;
}

.estateCountBox__countAllTtl {
  font-size: 2.4rem;
  font-weight: bold;
}

.estateCountBox__countAllTxt {
  font-size: 2rem;
  font-weight: bold;
}

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

.estateCountBox__countDetail {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: space-between; 
}

.estateCountBox__detailItem {
  text-align: center;
}

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

.estateCountBox__detailItemTtl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.estateCountBox__detailItemTxt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.estateCountBox__detailItemTxt .num {
  font-family: var(--font-en);
  font-size: 2.22em;
}

/*会員登録BOX&来店予約BOX*/
.estateSignupBox,
.estateShoprsvBox {
  background: #fff;
  border: solid 1px var(--color-red);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.estateShoprsvBox {
  background: var(--color-waterblue);
  border: solid 1px var(--color-navy);
}

.estateSignupBox__ttl,
.estateShoprsvBox__ttl {
  width: 100%;
  background: var(--color-red);
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 15px var(--gutter) 15px var(--gutter-wide);
  position: relative;
}

.estateShoprsvBox__ttl {
  background: var(--color-navy);
}

.estateSignupBox__ttl::before,
.estateShoprsvBox__ttl::before {
  content: "";
  position: absolute;
  width: 24px;
  aspect-ratio: 1 / 1;
  left: 27%;
  top: 50%;
  transform: translateY(-45%);
  background: url("../img/common/icon_signup.svg") no-repeat center/contain;
  filter: brightness(0) saturate(100%) invert(100%);
}

.estateShoprsvBox__ttl::before {
  background: url("../img/common/icon_reservation.svg") no-repeat center/contain;
  left: 33%;
}

.estateSignupBox__txt,
.estateShoprsvBox__txt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-top: var(--gutter-narrow);
}

.estateSignupBox__txt .marker_yellow {
  font-size: 2rem;
  color: var(--color-red);
}

.estateShoprsvBox__txt .marker_yellow {
  font-size: 2.2rem;
  line-height: 1.2;
  color: var(--color-navy);
}

.estateShoprsvBox__txt .marker_yellow--num {
  font-family: var(--font-en);
  font-size: 1.45em;
  line-height: 0.9;
}

.estateSignupBox__linkBtn,
.estateShoprsvBox__linkBtn {
  margin-top: 40px;
}

.estateSignupBox__btn {
  background: var(--color-red);
  color: #fff;
  border: none;
  box-shadow: 5px 5px 0 var(--color-lightgray);
}

.estateSignupBox__btn::after {
  background: 
    /*横線*/ linear-gradient(#fff 0 0) left bottom / 100% 1px no-repeat, 
    /*三角形*/ linear-gradient(225deg, transparent 50%, #fff 0) right 0 bottom 1px / 5px 5px no-repeat;
}

/*ログイン時*/
.estateSignupBox--login .estateSignupBox__btn::after {
  right: 2%;
}

.estateShoprsvBox__btn {
  background: var(--color-yellow);
  border: none;
  box-shadow: 5px 5px 0 var(--color-lightgray);
}

.estateSignupBox__loginLink,
.estateSignupBox__logoutLink {
  color: var(--color-red);
  text-decoration: underline;
  font-weight: bold;
  line-height: 1;
  margin: 25px 0 var(--gutter-supernarrow);
}

input[type="submit"].estateSignupBox__logoutLink {
  color: var(--color-darkgray);
  padding: 0;
}

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

.recom {
  overflow: hidden;
}

.pickupBox {
  padding: 0;
}

.pickupBox__inner {
  padding: 50px 0;
}

.recom #itemList {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 200px;
}

.recom .slick-list {
  overflow: visible;
}

.recom .item {
  width: 300px;
  background: #FFF;
  border: solid 1px var(--color-lightgray);
  position: relative;
  margin: 0 10px;
}

/*会員限定物件*/
/*.recomBox.recom .item.emember {
  border: none;
}*/

.recom .item.emember .memberItem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 450px;
}

.recom .item.emember .memberItem__body {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}

.recom .item.emember .memberItem__txt {
  font-size: 18px;
  margin-bottom: 25px;
}

.recom .item.emember .memberItem__btn {
  font-size: 18px;
  line-height: 1.3;
  font-feature-settings: 'palt';
  letter-spacing: 0.1em;
  max-width: 240px;
  width: 100%;
}

.recom .item.emember .memberItem__btnBubbleTxt {
  top: 50%;
}

.recom .item.emember .memberItem__btnTxt {
  padding: 15px 0;
}

.recom .item.emember .memberItem__btnTxt::after {
  width: 14px;
  height: 4px;
  background:
    /* 横線 */ linear-gradient(#fff 0 0) left bottom / 100% 1px no-repeat, 
    /* 三角形 */ linear-gradient(225deg, transparent 50%, #fff 0) right 0 bottom 0 / 4px 4px no-repeat;
}

/*会員限定物件のぼかし*/
/*スタッフコメント有(注目物件)*/
.pickupBox .itemList--hasStaffComment .item.emember.land:nth-of-type(3n-2) .memberItem {
  background: url(../img/basic/btn_prpregist02_land01.webp) no-repeat center / cover;
}

.pickupBox .itemList--hasStaffComment .item.emember.land:nth-of-type(3n-1) .memberItem {
  background: url(../img/basic/btn_prpregist02_land02.webp) no-repeat center / cover;
}

.pickupBox .itemList--hasStaffComment .item.emember.land:nth-of-type(3n) .memberItem {
  background: url(../img/basic/btn_prpregist02_land03.webp) no-repeat center / cover;
}

.pickupBox .itemList--hasStaffComment .item.emember.house:nth-of-type(3n-2) .memberItem {
  background: url(../img/basic/btn_prpregist02_house01.webp) no-repeat center / cover;
}

.pickupBox .itemList--hasStaffComment .item.emember.house:nth-of-type(3n-1) .memberItem  {
  background: url(../img/basic/btn_prpregist02_house02.webp) no-repeat center / cover;
}

.pickupBox .itemList--hasStaffComment .item.emember.house:nth-of-type(3n) .memberItem {
  background: url(../img/basic/btn_prpregist02_house03.webp) no-repeat center / cover;
}

.pickupBox .itemList--hasStaffComment .item.emember.mansion:nth-of-type(3n-2) .memberItem,
.pickupBox .itemList--hasStaffComment .item.emember.otherAll:nth-of-type(3n-2) .memberItem,
.pickupBox .itemList--hasStaffComment .item.emember.otherPart:nth-of-type(3n-2) .memberItem {
  background: url(../img/basic/btn_prpregist02_mansion01.webp) no-repeat center / cover;
}

.pickupBox .itemList--hasStaffComment .item.emember.mansion:nth-of-type(3n-1) .memberItem,
.pickupBox .itemList--hasStaffComment .item.emember.otherAll:nth-of-type(3n-1) .memberItem,
.pickupBox .itemList--hasStaffComment .item.emember.otherPart:nth-of-type(3n-1) .memberItem {
  background: url(../img/basic/btn_prpregist02_mansion02.webp) no-repeat center / cover;
}

.pickupBox .itemList--hasStaffComment .item.emember.mansion:nth-of-type(3n) .memberItem,
.pickupBox .itemList--hasStaffComment .item.emember.otherAll:nth-of-type(3n) .memberItem,
.pickupBox .itemList--hasStaffComment .item.emember.otherPart:nth-of-type(3n) .memberItem {
  background: url(../img/basic/btn_prpregist02_mansion03.webp) no-repeat center / cover;
}

/*スタッフコメント無(注目物件にコメントなし・リノベ済みおすすめ物件)*/
.pickupBox .item.emember.land:nth-of-type(3n-2) .memberItem,
.recomBox .item.emember.land:nth-of-type(3n-2) .memberItem {
  background: url(../img/basic/btn_prpregist_land01.webp) no-repeat center / cover;
}

.pickupBox .item.emember.land:nth-of-type(3n-1) .memberItem,
.recomBox .item.emember.land:nth-of-type(3n-1) .memberItem {
  background: url(../img/basic/btn_prpregist_land02.webp) no-repeat center / cover;
}

.pickupBox .item.emember.land:nth-of-type(3n) .memberItem,
.recomBox .item.emember.land:nth-of-type(3n) .memberItem {
  background: url(../img/basic/btn_prpregist_land03.webp) no-repeat center / cover;
}

.pickupBox .item.emember.house:nth-of-type(3n-2) .memberItem,
.recomBox .item.emember.house:nth-of-type(3n-2) .memberItem {
  background: url(../img/basic/btn_prpregist_house01.webp) no-repeat center / cover;
}

.pickupBox .item.emember.house:nth-of-type(3n-1) .memberItem,
.recomBox .item.emember.house:nth-of-type(3n-1) .memberItem {
  background: url(../img/basic/btn_prpregist_house02.webp) no-repeat center / cover;
}

.pickupBox .item.emember.house:nth-of-type(3n) .memberItem,
.recomBox .item.emember.house:nth-of-type(3n) .memberItem {
  background: url(../img/basic/btn_prpregist_house03.webp) no-repeat center / cover;
}

.pickupBox .item.emember.mansion:nth-of-type(3n-2) .memberItem,
.pickupBox .item.emember.otherAll:nth-of-type(3n-2) .memberItem,
.pickupBox .item.emember.otherPart:nth-of-type(3n-2) .memberItem,
.recomBox .item.emember.mansion:nth-of-type(3n-2) .memberItem,
.recomBox .item.emember.otherAll:nth-of-type(3n-2) .memberItem,
.recomBox .item.emember.otherPart:nth-of-type(3n-2) .memberItem {
  background: url(../img/basic/btn_prpregist_mansion01.webp) no-repeat center / cover;
}

.pickupBox .item.emember.mansion:nth-of-type(3n-1) .memberItem,
.pickupBox .item.emember.otherAll:nth-of-type(3n-1) .memberItem,
.pickupBox .item.emember.otherPart:nth-of-type(3n-1) .memberItem,
.recomBox .item.emember.mansion:nth-of-type(3n-1) .memberItem,
.recomBox .item.emember.otherAll:nth-of-type(3n-1) .memberItem,
.recomBox .item.emember.otherPart:nth-of-type(3n-1) .memberItem {
  background: url(../img/basic/btn_prpregist_mansion02.webp) no-repeat center / cover;
}

.pickupBox .item.emember.mansion:nth-of-type(3n) .memberItem,
.pickupBox .item.emember.otherAll:nth-of-type(3n) .memberItem,
.pickupBox .item.emember.otherPart:nth-of-type(3n) .memberItem,
.recomBox .item.emember.mansion:nth-of-type(3n) .memberItem,
.recomBox .item.emember.otherAll:nth-of-type(3n) .memberItem,
.recomBox .item.emember.otherPart:nth-of-type(3n) .memberItem {
  background: url(../img/basic/btn_prpregist_mansion03.webp) no-repeat center / cover;
}

/*一般公開物件*/
.recom .item>a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
}

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

.recom .item .box01 {
  display: flex;
  justify-content: space-between;
}

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

.recom .item h3.ttl {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.2;
}

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

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

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

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

.recom .item .box03 .price span {
  font-family: var(--font-en);
  font-size: 2rem;
  line-height: 1.3;
}

.recom .item .box03 .price span.price-undecided {
  font-family: var(--font-body);
  font-size: 1.8rem;
}

.recom .item .info .details {
  min-height: 60px;
  font-size: 1.4rem;
}

.recom .item .payment_pay {
  display: flex;
  align-self: stretch;
  gap: 5px;
  padding: 10px 0 5px;
}

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

.recom .item .payment_pay dt,
.recom .item .payment_pay dd {
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: -0.06em;
  line-height: 1;
}

.recom .item .payment_pay dd span {
  font-size: 16px;
  margin: 0 3px;
}

.recom .item .payment_pay .payment_txt {
  color: var(--color-gray);
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: -0.06em;
  line-height: 1;
}

/* スタッフコメント */
.recom .item .staffComment {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #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;
}

/*
===== MODELROOMBOX ==========================================
*/
.modelroomBox {
  background: url(../img/index/bg_modelroom_01.webp) no-repeat center / cover;
  padding: 70px 0;
  overflow: hidden;
}

.modelroomBox__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 4.8vw;
}

.modelroomBox__txtBox {
  width: min(35%, 420px);
}

.modelroomBox__ttl {
  color: #fff;
}

.modelroomBox__ttl .indexPage__ttl--ja {
  font-size: 2rem;
}

.modelroomBox__intro {
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
}

.modelroomBox__txt {
  color: #fff;
  line-height: 1.8;
}

.modelroomBox__btn a {
  margin: 40px 0 0;
  color: var(--color-black);
  border: solid 1px var(--color-black);
  box-shadow: 5px 5px 0 var(--color-black);
}

.modelroomBox__btn a::after {
  background:
   /*横線*/ linear-gradient(var(--color-black) 0 0) left bottom / 100% 1px no-repeat, 
   /*三角形*/ linear-gradient(225deg, transparent 50%, var(--color-black) 0) right 0 bottom 1px / 5px 5px no-repeat;
}

/*スライダー*/
.modelroomBox__slide {
  position: relative;
  flex: 1 1 0;
  min-width: min(55vw, 700px);
  /*overflow: hidden;*/
}

/*.modelroomBox__list {
  overflow: hidden;
}*/

.modelroomBox .slick-arrow.slick-prev, .modelroomBox .slick-arrow.slick-prev::before {
  left: -10px !important;
  opacity: 1;
  width: 40px;
  height: 40px;
}

.modelroomBox .slick-arrow.slick-next, .modelroomBox .slick-arrow.slick-next::before {
  right: 48px !important;
  opacity: 1;
  width: 40px;
  height: 40px;
}

/*ノートパソコンでの矢印位置調整*/
@media screen and (min-width: 1081px) and (max-width: 1330px) {
  .modelroomBox .slick-arrow.slick-next, .modelroomBox .slick-arrow.slick-next::before {
    right: 25px !important;
  }
}

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

.modelroomBox__item {
  width: min(55vw,700px);
  height: 530px !important;
  display: flex;
  background: rgba(245, 245, 245, 0.90);
  margin: 0 clamp(7.5px, 1.6vw, 15px) 0 0;
}

.modelroomBox__item:last-child {
  margin-right: 0;
}

.modelroomBox__item a {
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
}

.modelroomBox__itemInfo {
  width: 260px;
}

.modelroomBox__iconWrap {
  margin-bottom: var(--gutter-narrow);
  position: relative;
  z-index: 1;
}

.modelroomBox__itemNum {
  font-family: "Caveat", sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.modelroomBox__iconWrap::before {
  position: absolute;
  content: "";
  width: 80px;
  aspect-ratio: 162 / 71;
  left: 0;
  top: 50%;
  background: url(../img/index/illust_modelroom_01.webp) no-repeat center / cover;
  z-index: -1;
}

.modelroomBox__itemTtl {
  font-size: clamp(2rem, 2.1vw, 2.4rem);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: var(--gutter-narrow);
}

.modelroomBox__itemInfo--address {
  font-size: clamp(1.6rem, 2.1vw, 2rem);
  margin-bottom: 30px;
}

.modelroomBox__photo {
  width: min(55%,330px);
  position: relative;
}

.modelroomBox__photo img {
  width: 100%;
  height: 450px;
}

.modelroomBox__photo::before {
  content:  "";
  position: absolute;
  inset: -4px;
  z-index: 1;
  pointer-events: none;
  transition: 0.3s;
  background:
    linear-gradient(#fff 0 0) left  top    / 87% 4px  no-repeat,
    linear-gradient(#fff 0 0) left  top    / 4px  92% no-repeat,
    linear-gradient(#fff 0 0) right bottom / 87% 4px  no-repeat,
    linear-gradient(#fff 0 0) right bottom / 4px  92% no-repeat;
}

.modelroomBox__photo::after{
  content:"";
  position:absolute;
  top: 40px;
  right: -50px;
  width: 195px;
  height: 4px;
  background: #fff; 
  transform: rotate(45deg);
  z-index: 2;
  transition: 0.3s;
}

@media (any-hover: hover){
  .modelroomBox__item a:hover .modelroomBox__photo::before{ 
    transform: scale(0.95); 
  }
}

/*
===== GALLERYBOX ==========================================
*/
.galleryBox {
  background: var(--color-waterblue);
  margin-bottom: var(--gutter);
}

.galleryBox__ttl {
  font-size: clamp(5rem, 7.2vw, 7.2rem);
  margin-bottom: 70px;
}

.galleryBox__ttl .indexPage__ttl--en {
 font-family: var(--font-en2);
}

.galleryBox__ttl .indexPage__ttl--ja {
  font-size: 0.3em;
  line-height: 1;
}

.galleryBox__inner .slick-initialized {
  min-height: 200px;
}

.galleryBox__list {
  max-width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  flex-wrap: wrap;
}

.galleryBox__item {
  width: min(46%, 566px);
  position: relative;
  margin: 0 10px;
}

.galleryBox__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(10px 10px 0 rgba(62, 57, 57, 0.25));
}

.galleryBox__numWrap {
  position: absolute;
  top: -7%;
  left: -1%;
}

.galleryBox__itemNum {
  font-family: "Caveat Brush", cursive;
  font-style: oblique;
  font-size: clamp(2.4em, 2vw, 3em);
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-right: 7px;
  text-shadow: 0 4px 4px rgba(255, 255, 255, 0.25);
}

.galleryBox__numWrap .cate_new {
  font-family: "Caveat Brush", cursive;
  font-style: oblique;
  font-size: clamp(2.4em, 2vw, 3em);
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: var(--color-yellow);
  background: none;
  border: none;
  /*text-shadow: 0 4px 4px rgba(255, 255, 255, 0.25);*/
  text-shadow: 1px 1px 0 var(--color-gray), -1px -1px 0 rgba(255, 255, 255, 0.1), -1px 1px 0 rgba(255, 255, 255, 0.1), 1px -1px 0 rgba(255, 255, 255, 0.1), 1px 0 0 rgba(255, 255, 255, 0.1), -1px 0 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1), 0 -1px 0 rgba(255, 255, 255, 0.1);
}

.galleryBox__photo {
  width: min(90%, 500px);
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.galleryBox__photo img {
  width: 100%;
  height: 100%;
}

.galleryBox__detail {
  width: min(90%, 492px);
  position: relative;
  top: -15%;
  left: -11%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.galleryBox__detailWrap {
  background: rgba(255, 255, 255, 0.90);
  width: 100%;
  padding: 10px;
  min-height: 120px;
  /*height: 120px;*/  /*Maxの表示量に合わせる*/
}

.galleryBox .cate_syubetu {
  padding: 10px !important;
  background: rgba(255, 255, 255, 0.90);
  height: 46px;
  color: var(--color-black);
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  font-weight: bold;
  border: none;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0;
}

.galleryBox__detailTtl {
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  border-bottom: solid 1px var(--color-black);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.galleryBox__detailItemWrap {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.galleryBox__detailItem {
  display: inline-block;
  margin-right: .5em;
  white-space: normal;
  font-size: clamp(1.4rem, 1.9vw, 1.6rem);
}

.galleryBox__btn {
  margin-top: 40px;
}

.galleryBox__btn a {
  background: var(--color-black);
  color: #fff;
  box-shadow: 5px 5px 0 var(--color-lightgray);
  border: none;
}

.galleryBox__btn a::after {
  background: 
  /*横線*/ linear-gradient(#fff 0 0) left bottom / 100% 1px no-repeat, 
  /*三角形*/ linear-gradient(225deg, transparent 50%, #fff 0) right 0 bottom 1px / 5px 5px no-repeat;
}

/*
===== SHOPINFOBOX ==========================================
*/


/*
===== TOPICSBOX・COLUMNBOX ==========================================
*/
.columnBox,
.topicsBox {
  padding: var(--gutter) 0;
}

.topicsBox__ttl,
.columnBox__ttl {
  border-bottom: solid 1px var(--color-black);
  width: fit-content;
}

/*
===== COLUMNBOX ==========================================
*/
.columnBox__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3.333%;
}

.columnBox__item {
  display: block;
  width: 22.5%;
}

.columnBox__item a {
  display: block;
  text-decoration: none;
}

.columnBox__photo {
  display: inline-block;
  vertical-align: middle;
  width: min(100%, 270px);
}

.columnBox__photo img {
  width: min(100%, 270px);
  aspect-ratio: 3 / 2;
}

.columnBox__detail {
  margin-top: 10px;
}

.columnBox__iconWrap {
  display: inline-flex;
  gap: 5px;
  margin-bottom: 5px;
}

.columnBox .cate_new,
.columnBox .cate_popular {
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 2px 4px;
}

.columnBox__date {
  font-family: var(--font-en);
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.columnBox__infoList {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.4;
}

.columnBox__infoItem {
  margin-right: 5px;
  display: inline-block;
}

.columnBox__itemTtl {
  font-weight: bold;
}

/*一覧を見る*/
.columnBox__btn,
.topicsBox__btn {
  margin-top: 40px;
}

.columnBox__btn a,
.topicsBox__btn a {
  width: 200px;
  margin: 0 0 0 auto;
  padding: 15px 0;
}

/*
===== NEWSBOX ==========================================
*/
.topicsBox__item a {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: var(--gutter);
}

.topicsBox__date {
  width: 32%;
  max-width: 160px;
  flex-shrink: 0;
  font-family: var(--font-en);
  font-weight: bold;
}

.topicsBox__date .cate_new {
  padding: 6px 8px;
  margin-left: var(--gutter-supernarrow);
}

.topicsBox__itemTtl {
  width: 75%;
  margin: 15px 0;
  font-size: 1.8rem;
  font-weight: bold;
  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 Max1080px
==================================================*/
@media screen and (min-width: 768px) and (max-width: 1080px) {
 
  .indexmainSlider__item {
    height: 46.3vw !important;
  }

  .indexmainBox .slick-dots {
    bottom: 50px;
  }

  .bannerWrap {
    margin: 30px auto;
    width: 96%;
  }

  /*イベント情報*/
  .eventBox__list {
    gap: 0;
  }

  /*物件を探す 地図 */
  .areasearchBox__mapBox {
    background-size: cover;
    background-position: 26% 10%;
  }

  /*福岡市東区*/
  .areasearchBox__mapBox .c-40131 {
    left: 42%;
  }

  /*福岡市博多区*/
  .areasearchBox__mapBox .c-40132 {
    left: 40%;
    transform: translateX(calc(95% + 64px));
  }

  /*福岡市南区*/
  .areasearchBox__mapBox .c-40134 {
    left: 34%;
  }

  /*福岡市西区*/
  .areasearchBox__mapBox .c-40135 {
    transform: translateX(calc(-17% + 73px));
  }

  /*福岡市早良区*/
  .areasearchBox__mapBox .c-40137 {
    left: 20%;
  }

  /*新宮町*/
  .areasearchBox__mapBox .c-40345 {
    left: 60%;
  }

  /*久山町*/
  .areasearchBox__mapBox .c-40348 {
    top: 13%;
    left: 67%;
  }

  /*篠栗町*/
  .areasearchBox__mapBox .c-40342 {
    top: 24%;
    left: 72%;
  }

  /*須恵町*/
  .areasearchBox__mapBox .c-40344 {
    left: 66%;
    transform: translateX(calc(-28% + 117px));
  }

  /*宇美町*/
  .areasearchBox__mapBox .c-40341 {
    left: 69%;
  }

  /*志免町*/
  .areasearchBox__mapBox .c-40343 {
    left: 53%;
  }

  /*粕屋町*/
  .areasearchBox__mapBox .c-40349 {
    left: 58%;
  }

  /*糸島市*/
  .areasearchBox__mapBox .c-40230 {
    transform: translateX(calc(-50% + 47px));
  }

  /*春日市*/
  .areasearchBox__mapBox .c-40218 {
    left: 51%;
  }

  /*大野城市*/
  .areasearchBox__mapBox .c-40219 {
    left: 52%;
  }

  /*筑紫野市*/
  .areasearchBox__mapBox .c-40217 {
    top: 86%;
    left: 64%;
  }

  /*太宰府市*/
  .areasearchBox__mapBox .c-40221 {
    left: 64%;
  }

  /*那珂川市*/
  .areasearchBox__mapBox .c-40231 {
    top: 87%;
    left: 43%;
  }

  .searchBox__linkBtnWrap {
    position: static;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-top: var(--gutter-narrow);
  }

  /*物件を探す　物件数リスト*/
  .estateCountWrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--gutter-supernarrow);
  }

  .estateCountBox {
    width: 50%;
  }

  .estateSignupBox,
  .estateShoprsvBox {
    width: 48%;
  } 

  /*モデルルーム*/
  .modelroomBox {
    background-position: 25% 10%;
    --modelroom-gap: var(--gutter);
  }

  .modelroomBox__inner {
    justify-content: center;
  }

  .modelroomBox__txtBox {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }

  .modelroomBox__ttl {
    align-items: center;
    max-width: 96%;
    margin: 0 auto clamp(25px, 4.5vw, 40px);;
  }

  .modelroomBox__slide {
    width: min(80vw, 700px);
    min-width: auto;
    max-width: 100%;
    overflow: hidden;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .modelroomBox__list,
  .modelroomBox .slick-list.draggable {
    overflow: hidden;
  }

  .modelroomBox .slick-arrow.slick-next, 
  .modelroomBox .slick-arrow.slick-next::before {
    right: 10px !important;
  }

  .modelroomBox .slick-arrow.slick-prev, 
  .modelroomBox .slick-arrow.slick-prev::before {
    left: 10px !important;
  }

  .modelroomBox__item {
    width: min(80vw,700px);
    margin: 0 clamp(7.5px, 1.6vw, 15px);
  }

  .modelroomBox__item:last-child {
    margin-right: clamp(7.5px, 1.6vw, 15px);
  }

  .modelroomBox__btn a {
    margin: 30px auto 0;
  }

  /*施工事例*/
  .galleryBox__list {
    row-gap: 20px;
  }

  /*コラム*/
  .columnBox__list {
    gap: 8%;
  }

  .columnBox__item {
    width: 46%;
  }

  .columnBox__photo,
  .columnBox__photo img {
    width: 100%;
  }

}

/*==================================================
  tablet SETTINGS : Min1020px Max1080px
==================================================*/
@media screen and (min-width: 1020px) and (max-width: 1080px) {
  /*地図*/
  /*福岡市博多区*/
  .areasearchBox__mapBox .c-40132 {
    left: 36%;
  }

  /*新宮町*/
  .areasearchBox__mapBox .c-40345 {
    left: 51%;
  }

  /*久山町*/
  .areasearchBox__mapBox .c-40348 {
    top: 12%;
    left: 58%;
  }

  /*篠栗町*/
  .areasearchBox__mapBox .c-40342 {
    top: 23%;
    left: 64%;
  }

  /*須恵町*/
  .areasearchBox__mapBox .c-40344 {
    left: 57%;
  }

  /*宇美町*/
  .areasearchBox__mapBox .c-40341 {
    left: 59%;
  }

  /*志免町*/
  .areasearchBox__mapBox .c-40343 {
    left: 46%;
  }

  /*粕屋町*/
  .areasearchBox__mapBox .c-40349 {
    left: 50%;
  }

  /*春日市*/
  .areasearchBox__mapBox .c-40218 {
    left: 44%;
  }

  /*大野城市*/
  .areasearchBox__mapBox .c-40219 {
    left: 45%;
  }

  /*太宰府市*/
  .areasearchBox__mapBox .c-40221 {
    left: 55%;
  }

  /*那珂川市*/
  .areasearchBox__mapBox .c-40231 {
    left: 38%;
  }
}

/*==================================================
  tablet SETTINGS : Min1081px Max1250px
==================================================*/
@media screen and (min-width: 1081px) and (max-width: 1250px) {
  /*物件検索*/
  .searchBox__linkBtn {
    width: 250px;
  }
}

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

@media screen and (max-width: 767px) {
  .indexWire {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
  }

  .eventBox,
  .searchBox,
  .galleryBox,
  .shopInfoBox,
  .topicsBox,
  .columnBox {
    padding: 10% 0;
  }

  .indexmainBox{
    max-height: 47vw;
  }

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

  .indexmainSlider.slick-dotted.slick-slider {
    margin-bottom: 30px;
  }

  .indexPage .slick-track {
    min-width: 1200px;
  }

  .indexmainSlider__item {
    width: auto !important;
  }

  .slick-slider .indexmainSlider__item {
    padding: 0;
  }

  .slick-dots li button:before {
    width: 8px !important;
    height: 8px !important;
  }

  .bannerWrap {
    width: 96%;
  }

  .btn_archive a {
    font-size: 1.6rem;
  }

  /*
  ===== spInfoBox - SP   ==========================================
  */
  .spInfoBox {
    padding: var(--gutter) 0;
  }

  /*件数ボックス*/
  .spInfoBox__countAll {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.2;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 3% 5%;
    background: var(--color-navy);
    color: #fff;
  }

  .spInfoBox__countAllTxt--num {
    font-family: var(--font-en);
    font-size: 2em;
  }

  .spInfoBox__countDetail {
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 5%;
  }

  .spInfoBox__detailItem {
    margin: 10px 0;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }

  .spInfoBox__detailItemTxt--num {
    font-family: var(--font-en);
    font-size: 1.9em;
  }

  /*.spInfoBox__detailItemTtl-general,
  .spInfoBox__detailItemTxt-general {
    color: var(--color-lightblue);
  }*/

  .spInfoBox__detailItemTtl-emember,
  .spInfoBox__detailItemTxt-emember {
    color: var(--color-orange);
  }

  .spInfoBox__detailItemTtl-shop,
  .spInfoBox__detailItemTxt-shop {
    color: var(--color-navy);
  }

  .spInfoBox__btnBox {
    width: 98%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3%;
    font-weight: bold;
  }

  .spInfoBox__btn {
    width: 48.5%;
  }

  .spInfoBox__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 1em 1em 0.5em;
    text-align: center;
    font-size: clamp(1.3rem, 4vw, 1.6rem);
    position: relative;
    border: 1px solid var(--color-black);
    animation: pushing ease-in-out 2.5s infinite;
  }

  .spInfoBox__btn a::after {
    right: 5%;
    width: 14px;
    height: 4.2px;
    background:
    /*横線*/ linear-gradient(var(--color-black) 0 0) left bottom / 100% 1px no-repeat, 
    /*三角形*/ linear-gradient(225deg, transparent 50%, var(--color-black) 0) right 0 bottom 1px / 3.5px 3.5px no-repeat;
  }

  .spInfoBox__btnTxt {
    line-height: 1.3;
  }

  /*SP版地図*/
  .spAreasearchBox {
    margin-top: 30px;
  }

  .spAreasearchBox .itemWrap {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 15px;
  }

  .spAreasearchBox input, .spAreasearchBox select {
    margin: 0;
    width: 48%;
    height: 48px;
    font-size: 1.6rem;
    min-width: 150px;
  }

  .spAreasearchBox select#SYUBETU, .spAreasearchBox select#CITYCD {
    appearance: auto;
  }

  input:not([type="submit"]), textarea, select {
    cursor: pointer;
    position: relative;
    transition: 0.5s;
    border: 1px solid #ccc;
    margin: 0 10px 0 5px;
    padding: 5px;
    background: #fff;
    max-width: 90%;
  }

  .spAreasearchBox__btn {
    width: 250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 15px;
    background: var(--color-main);
    color: var(--color-navy);
    box-shadow: 5px 5px 0 var(--color-lightgray);
    font-weight: bold;
    cursor: pointer;
  }

  .spAreasearchBox__btn::before {
    position: relative;
    content: "";  
    width: 18px;
    aspect-ratio: 150 / 150;
    -webkit-mask: url(../img/common/icon_search.svg) no-repeat center / contain;
    mask: url(../img/common/icon_search.svg) no-repeat center / contain;
    background-color: var(--color-navy);
  }

  /*その他の条件から検索*/
  .searchBox__linkBtnWrap {
    position: static;
    margin: var(--gutter) auto;
    align-items: center;
  }

  .searchBox__linkBtn {
    width: 100%;
    line-height: 1.2;
  }

  .searchBox__linkBtn::before {
    left: 16%;
  }

  .searchBox__linkBtnTxt {
    font-size: 12px;
  }

  /*
  ===== EVENTBOX - SP ==========================================
  */
  .eventBox {
    overflow: hidden;
    margin: 0;
  }

  .eventBox__inner {
    margin: 0 auto var(--gutter-wide);
    padding-bottom: 0;
  }

  .eventBox__list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .eventBox__item {
    width: 90%;
    margin: 10px auto 20px;
    box-shadow: 7px 7px 0 var(--color-lightgray);
  }

  .eventBox__item a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .eventBox__photo {
    width: 40%;
    margin: 5px;
  }

  .eventBox__detail {
    width: 60%;
  }

  .cate_reservable {
    width: 40px;
    left: 5px;
    top: -9px;
  }

  .cate_reservable--txt {
    font-size: 1.1rem;
  }

  .eventBox__iconWrap {
    margin-bottom: 5px;
  }

  .eventBox__iconWrap span {
    font-size: 14px;
  }

  .eventBox__detail dt,
  .eventBox__detail dd {
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
    font-size: 1.4rem;
  }

  /*
  ===== PICKUPBOX・RECOMBOX ==========================================
  */

  .pickupBox,
  .recomBox {
    overflow: hidden;
  }

  .pickupBox__inner {
    padding: 15% 0;
  }

  .pickupBox::before,
  .pickupBox::after {
    height: 10vw;
  }

  /*.recom .item.emember .memberItem__btnBubbleTxt {
    top: 18.6em;
  }*/

  /*
  ===== MODELROOMBOX ==========================================
  */
  .modelroomBox {
    background-position: 58% 10%;
    --modelroom-gap: 25px;
  }

  .modelroomBox__inner {
    justify-content: center;
    gap: var(--modelroom-gap);
  }

  .modelroomBox__txtBox {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }

  .modelroomBox__ttl {
    align-items: center;
  }

  .modelroomBox__slide {
    width: 86vw;
    min-width: auto;
    max-width: 100%;
    flex: none;
  }

  .modelroomBox__list,
  .modelroomBox .slick-list.draggable {
    overflow: visible;
  }

  .modelroomBox .slick-arrow.slick-prev, .modelroomBox .slick-arrow.slick-prev::before {
    left: -12px !important;
    opacity: 1;
  }

  .modelroomBox .slick-arrow.slick-next, .modelroomBox .slick-arrow.slick-next::before {
    right: -12px !important;
    opacity: 1;
  }

  .modelroomBox__item {
    width: 86vw;
    height: auto !important;
    margin: 0 clamp(10px, 3.9vw, 20px) 0 0;
  }

  .modelroomBox__item a {
    flex-direction: column;
    /*justify-content: space-between;*/
    padding: 20px;
    gap: 15px;
  }

  .modelroomBox__itemInfo--address {
    margin-bottom: 5%;
  }

  .modelroomBox__photo {
    width: 100%;
  }

  .modelroomBox__photo img {
    height: auto;
    aspect-ratio: 3/ 2;
  }

  .modelroomBox__photo::after {
    top: 30px;
    right: -35px;
    width: 135px;
  }

  .modelroomBox__btn {
    width: 250px;
  }

  .modelroomBox__btn a {
    margin: 0;
    width: 100%;
  }


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

  .galleryBox__ttl {
    margin-bottom: 50px;
  }

  .galleryBox__inner {
    position: relative;
  }

  .galleryBox__list {
    display: block;
    /*text-align: center;*/
  }

  .galleryBox .slick-list.draggable {
    overflow: visible !important;
  }

  .galleryBox__item{
    width: min(370px, 85vw);
    margin: 0 0 0 3.8vw;
  }

  .galleryBox__item a {
    filter: drop-shadow(5px 5px 0 rgba(62, 57, 57, 0.25));
  }

  .galleryBox .slick-slider .galleryBox__item {
    display: block !important;
  }

  .galleryBox .slick-dots {
    bottom: 25px;
  }

  .galleryBox__detail {
    top: auto;
    left: auto;
    transform: translate(-8%, -45%);
    will-change: transform;
  }

  .galleryBox__detailWrap {
    height: 130px;
  }

  .galleryBox__detailItemWrap {
    -webkit-line-clamp: 2;
  }

  .galleryBox .slick-arrow::before,
  .galleryBox .slick-arrow::after {
    width: 40px;
    height: 40px;
  }

  .galleryBox__btn {
    margin-top: 0;
  }

  /*
  ===== columnBox ==========================================
  */
  .columnBox__list {
    gap: 8%;
    row-gap: 15px;
  }

  .columnBox__item {
    width: 46%;
  }

  .columnBox__photo {
    width: 100%;
    aspect-ratio: 3/ 2;
  }

  .columnBox .cate_new,
  .columnBox .cate_popular {
    font-size: 1.2rem;
    padding: 1px 2px;
  }

  .columnBox__itemTtl {
    font-size: 1.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /*
  ===== topicsBox ==========================================
  */
  .topicsBox__item {
    padding: 15px 0;
  }

  .topicsBox__item:last-of-type {
    padding: 15px 0 0;
  }

  .topicsBox__item a {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }

  .topicsBox__date,
  .topicsBox__itemTtl {
    width: 100%;
    margin: 0;
    font-size: 1.4rem;
  }

  .topicsBox__date .cate_new {
    padding: 2px;
    font-size: 1.2rem;
  }


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

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

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