﻿@charset "utf-8";

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

.btn_archive a {
  width: 90%;
  max-width: 350px;
  margin: 0 auto;
  box-shadow: var(--shadow-button);
}

.btn_archive a::after {
  transform: translate(45px, 0);
}

/*準備中表示*/
.indexPage__notice {
  text-align: center;
  font-size: 16px;
}

.indexPage__notice.pickupBox__notice,
.indexPage__notice.eventBox__notice {
  color: #fff;
}

/*==================================================
  TITLE COMMON
==================================================*/
.eventBox,
.galleryBox,
.shopInfoBox,
.noticeBox {
  padding: 70px 0;
}

.searchBox {
  padding: 90px 0;
}

.pickupBox,
.newArrivalsBox {
  position: relative;
  padding: 90px 0 110px;
}

.searchBox__ttl {
  font-size: clamp(4rem, 6vw, 7.2rem);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  z-index: 2;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.searchBox__ttl::before {
  width: 100%;
  position: absolute;
  content: attr(data-en);
  text-transform: uppercase;
  font-family: var(--font-en);
  font-size: clamp(9.6rem, 17vw, 23.4rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, .15);
  white-space: nowrap;
  text-align: center;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.searchBox__ttl::after {
  content: none;
}

/*
===== SLIDER ==========================================
*/
.indexmainBox {
  height: min(635px, 90vw);
  overflow: hidden;
}

.indexmainBox__wrap {
  position: relative;
  margin: 0 auto;
  width: min(100vw, 900px);
}

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

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

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

.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: var(--color-green);
}

.indexmainBox .slick-dots li button:before {
  background: #fff;
  border: solid 1px var(--color-green);
}

/*
===== BANNERWRAP ==========================================
*/
.bannerWrap {
  margin: 70px auto;
  border: solid 5px var(--color-main);
}

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

.searchBox {
  background: linear-gradient(180deg, var(--color-green) 0%, #09822E 100%);
}

.searchBox__mainTtl {
  font-size: clamp(3.6rem, 6vw, 60px);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  letter-spacing: .1em;
  margin-bottom: 100px;
}

.searchBox__mainTtl--kana {
  font-size: .66em;
}

.searchBox__mainTtl--name,
.searchBox__ttl--yellow {
  color: var(--color-yellow);
}

.searchBox .searchBox__ttl {
  gap: 0;
  margin-bottom: 90px;
}

/*
----- 条件・地図から検索 --------------------
*/
.estateSearchBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

/* 条件で検索 */
.conditionsSearchBox {
  max-width: 530px;
  width: 37.5%;
  margin: 0;
  padding: var(--gutter-narrow);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.conditionsSearchBox .box_ttl {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 30px;
  display: block;
  width: 100%;
  border-bottom: solid 3px var(--color-black);
}

.conditionsSearchBox form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.conditionsSearchBox .select_tbl {
  width: 100%;
}

.conditionsSearchBox .select_tbl tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.conditionsSearchBox .select_tbl tr:last-of-type {
  margin-bottom: 30px;
}

.conditionsSearchBox .select_tbl th {
  font-size: 1.6rem;
  font-weight: 600;
  width: 31%;
}

.conditionsSearchBox .select_tbl td {
  width: 69%;
}

.conditionsSearchBox .select_tbl td select {
  width: 265px;
  min-height: 50px;
  padding: 11px 18px;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: normal;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}

.conditionsSearchBox .select_tbl .select_price .select_wrap {
  display: flex;
  justify-content: flex-start;
  gap: min(.3vw, 4.5px);
  align-items: center;
}

.conditionsSearchBox .select_tbl .select_price td select {
  width: 115px;
}

.conditionsSearchBox .select_tbl td.select_arrow {
  position: relative;
}

.conditionsSearchBox .select_tbl td.select_arrow::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 18px;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
  transform: rotate(45deg);
  pointer-events: none;
}

.conditionsSearchBox .select_tbl .select_price .select_arrow {
  position: relative;
}

.conditionsSearchBox .select_tbl .select_price .select_arrow::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
  transform: rotate(45deg);
  pointer-events: none;
}


.conditionsSearchBox .select_tbl .select_price .select_while {
  margin: 0 5px;
  font-size: 1.6rem;
}

.conditionsSearchBox .btn_search {
  margin: 0!important;
  background: var(--color-black);
  border: none;
  color: #fff;
  border-radius: var(--rad-button);
  letter-spacing: .05em;
  text-align: center;
  font-weight: bold;
  box-shadow: var(--shadow-button);
}

.conditionsSearchBox [type="button"].btn_search {
  max-width: 390px;
  width: 100%;
  padding: 0.8em 1.5em;
}

.conditionsSearchBox .btn_search::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 13px;
  background-image: var(--arrow-white);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(45px, 1px);
  transition: all 0.3s ease;
}

.conditionsSearchBox .btn_search:hover::after {
  transform: translate(50px, 1px);
}

/*地図から検索*/
.searchBox__rightCont {
  max-width: 760px;
  width: 58%;
}

.areasearchBox__tabList {
  width: 100%;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  /* Safari */
  justify-content: flex-end;
  gap: 1px;
  align-items: flex-end;
}

.areasearchBox__tabItem {
  max-width: 150px;
  width: calc(100% / 5);
  height: 53px;
  background-color: var(--color-palegray);
  color: var(--color-gray);
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 16px 5px;
  border-bottom: solid 3px transparent;
  box-sizing: border-box;
  position: relative;
  transition: height 0.3s;
}

@media (any-hover: none) {
  /*タップデバイスでのガタつき防止*/
  .areasearchBox__tabItem {
    transition: none;
  }
}

.areasearchBox__tabItem:not(.active) {
  border-bottom-color: var(--color-gray);
}

.areasearchBox__tabItem::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 53px;
  right: -1px;
  bottom: -3px;
  background: var(--color-gray);
}

.areasearchBox__tabItem:last-of-type:after {
  content: none;
}

@media (any-hover:hover) {
  .areasearchBox__tabItem:not(.active):hover {
    cursor: pointer;
    opacity: 1;
    height: 60px;
  }
}

.areasearchBox__tabItem.active {
  background-color: var(--color-black);
  color: #fff;
  height: 60px;
}

.areasearchBox__tabTxt {
  line-height: 1.1;
}

.areasearchBox__mapBox {
  width: 100%;
  height: 520px;
  background: url(../img/index/areasearchBox_map1.webp) center no-repeat;
  position: relative;
  border-right: solid 3px #FFF;
  border-bottom: solid  3px #FFF;
  border-left: solid 3px #FFF;
}

.areasearchBox__mapItem {
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
}

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

.areasearchBox__mapItemTtl {
  font-size: 16px;
  white-space: pre-wrap
}

.areasearchBox__mapItemNumBox {
  font-size: 14px;
  letter-spacing: .05em;
}

.areasearchBox__mapItemNum {
  font-family: var(--font-en);
  font-size: 30px;
}

.areasearchBox__mapItem {
  position: absolute;
  filter: drop-shadow(0 4px 10px rgba(232, 241, 172, 0.50));
}

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

.areasearchBox__mapBox .c-06202 .areasearchBox__mapItemTtl {
  font-size: 2rem;
}

.areasearchBox__mapBox .c-06202 .areasearchBox__mapItemNumBox {
  font-size: 1.8rem;
}

.areasearchBox__mapBox .c-06202 .areasearchBox__mapItemNum {
  font-size: 3.6rem;
}

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

  @media (any-hover:hover) {
    .areasearchBox__mapItem:hover {
      opacity: 1;
      color: var(--color-main);
    }

    .areasearchBox__mapBox .c-06202:hover {
      opacity: 1;
      background: var(--color-main);
      color: #fff;
    }
  }

  /*米沢市*/
  .areasearchBox__mapBox .c-06202{
    top: 332px;
    left: 30%;
    transform: translateX(calc(-50% + 135px));
  }
  
  /*南陽市*/
  .areasearchBox__mapBox .c-06213{
    top: 71px;
    left: 72%;
    transform: translateX(calc(-50% - 120px));
  }
  
  /*高畠町*/
  .areasearchBox__mapBox .c-06381{
    top: 216px;
    left: 64%;
    transform: translateX(calc(-50% + 14px));
  }

  /*長井市*/
  .areasearchBox__mapBox .c-06209{
    top: 18px;
    left: 28%;
    transform: translateX(calc(-50% + 14px));
  }

  /*補助線*/
  .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;
  }
}

/*
----- 件数・会員登録 --------------------
*/
.estateCountWrap {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  margin-top: var(--gutter);
  background: #fff;
  border: solid 3px var(--color-black);
}

.estateCountBox,
.estateLoginBox,
.estateSignupBox {
  width: 400px;
  padding: var(--gutter-narrow) var(--gutter-supernarrow);
}

.estateCountBox__countAllTtl,
.estateLoginBox__ttl,
.estateSignupBox__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: var(--gutter-supernarrow);
  text-align: center;
  position: relative;
  padding-left: 37px;
}

.estateCountBox__countAllTtl::before,
.estateLoginBox__ttl::before,
.estateSignupBox__ttl::before {
  position: absolute;
  content: '';
  width: 35px;
  aspect-ratio:  1/ 1;
  left: 27px;
  top: 50%;
  transform: translateY(-50%);
}

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

.estateCountBox__countAll {
  text-align: center;
}

.estateCountBox__countAllTtl::before {
  background: url(../img/common/icon_house.svg) no-repeat center / contain;
}

.estateCountBox__countAllTxt {
  font-size: 2.6rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 7px;
}

.estateCountBox__countAllNum {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 2.15em;
  width: 48px;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: var(--color-black);
  padding: 7px 10px;
}

.estateCountBox__countDetail {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: space-between; 
  border-top: solid 1px var(--color-black);
  padding-top: 15px;
}

.estateCountBox__detailItem {
  text-align: center;
}

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

.estateCountBox__detailItemTtl,
.estateCountBox__detailItemTxt {
  font-weight: bold;
  text-align: center;
}

.estateCountBox__detailItemTxt .num {
  font-family: var(--font-en);
  font-size: 2.25em;
  line-height: 1;
}

/*ログイン*/
.estateLoginBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: solid 1px var(--color-gray);
  border-left: solid 1px var(--color-gray);
}

.estateLoginBox__ttl::before {
  background: url(../img/common/icon_lock.svg) no-repeat center / contain;
  left: 0;
}

.estateLoginBox__inner {
  width: 100%;
}

.estateLoginBox__inner form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 0 5px;
}

.estateLoginBox__inputLoginBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.estateLoginBox__loginLabel {
  font-family: var(--font-en);
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .02em;
}

.estateLoginBox__inputLoginBox input {
  width: min(80%, 280px);
  height: 40px;
}

.estateLoginBox__loginBtnBox {
  width: min(90%, 360px);
  height: 50px;
  margin-top: 25px;
}

.estateLoginBox__loginBtnBox input[type="submit"] {
  width: 100%;
  background: var(--color-black);
  text-align: center;
  color: #fff;
  padding: 12px 20px;
  box-shadow: var(--shadow-button);
}

@media (any-hover:hover) {
  .estateLoginBox__loginBtnBox input[type="submit"]:hover {
    animation: pulse-black 2.0s cubic-bezier(0.2, 0.8, 0.4, 1) infinite;
    box-shadow: 0 6px 28px rgba(26,  26,  26,  0.38); 
  }
}

.estateLoginBox__loginBtnBox::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 13px;
  background-image: var(--arrow-white);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(270px, -37px);
  transition: all 0.3s ease;
}

.estateLoginBox__loginBtnBox:hover::after {
  transform: translate(275px, -37px);
}

/*ログイン：ログイン中*/
.estateLoginBox__ttl--login {
  margin-bottom: 25px;
}

.estateLoginBox__memberInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

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

.estateLoginBox__menuList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.estateLoginBox__menuBtn--txt {
  font-weight: 500;
  text-align: center;
}

.estateLoginBox__menuBtn a {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-red);
  border-bottom: solid 1px var(--color-red);
}

.estateLoginBox__logoutBtn {
  width: min(90%, 300px);
}

input[type="submit"].estateLoginBox__logout {
  width: 100%;
  font-size: 1.6rem;
  padding: 16px 0;
}

/* 会員登録のメリット */
.estateSignupBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.estateSignupBox__ttl {
  margin-bottom: 25px;
}

.estateSignupBox__ttl--red {
  color: var(--color-red);
}

.estateSignupBox__ttl::before {
  -webkit-mask: url(../img/common/icon_signup.svg) no-repeat center / contain;
  mask: url(../img/common/icon_signup.svg) no-repeat center / contain;
  background-color: var(--color-red);
  left: 0;
}

.estateSignupBox__meritList {
  width: 100%;
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
  gap: 15px;
  padding: 0 min(2.4vw, 35px);
}

.estateSignupBox__meritItem {
  width: 100%;
  font-weight: 500;
  padding-left: 27px;
  position: relative;
}

.estateSignupBox__meritItem--red {
  color: var(--color-red);
}

.estateSignupBox__meritItem::before {
  position: absolute;
  content: "";
  width: 24px;
  aspect-ratio: 1 / 1;
  -webkit-mask: url(../img/common/icon_checkBox.svg) no-repeat center / contain;
  mask: url(../img/common/icon_checkBox.svg) no-repeat center / contain;
  background-color: var(--color-red);
  left: 0;
}

.estateSignupBox__linkBtn {
  margin-top: 25px;
  width: min(90%, 360px);
}

.btn_common .estateSignupBox__btn {
  background: var(--color-btnred);
  padding: 14px 0;
  color: #fff;
  border: none;
  box-shadow: var(--shadow-button);
}

.btn_common .estateSignupBox__btn::after {
  transform: translate(60px, 0);
}

/*ログイン時*/
.estateSignupBox--login .estateSignupBox__ttl::before {
  -webkit-mask: url(../img/common/icon_reservation.svg) no-repeat center / contain;
  mask: url(../img/common/icon_reservation.svg) no-repeat center / contain;
  background-color: var(--color-main);
}

.estateSignupBox--login .estateSignupBox__meritList {
  padding: 0;
}

.estateSignupBox--login .estateSignupBox__meritItem::before {
  background-color: var(--color-main);
}

.estateSignupBox__meritItem--green {
  color: var(--color-main);
}

.estateSignupBox--login .btn_common .estateSignupBox__btn {
  background: var(--color-main);
}

/*
===== RECOMBOX 注目物件／新着物件 ==========================================
*/

.pickupBox,
.newArrivalsBox {
  overflow: hidden;
}

.pickupBox {
  background: var(--color-ygreen);
}

.newArrivalsBox {
  background: var(--color-lightblue);
}

.pickupBox__ttl,
.newArrivalsBox__ttl {
  flex-direction: column;
  margin-bottom: 80px;
}

.pickupBox__ttl--small,
.newArrivalsBox__ttl--small {
  font-size: 0.5em;
}

/*準備中*/
.pickupBox__notice {
  color: #fff;
}

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

/*スライダー設定*/
.recom .slick-arrow.slick-prev, 
.recom .slick-arrow.slick-prev::before {
  left: 40px !important;
}

.recom .slick-arrow.slick-next,
.recom .slick-arrow.slick-next::before {
  right: 40px !important;
}

.recom .slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  bottom: -40px;
}

.recom .slick-dots li {
  flex: 1;
  height: 2px !important;
  margin: 0 !important;
}

.recom .slick-dots li button {
  width: 100% !important;
  height: 2px !important;
  padding: 0;
}

.recom .slick-dots li button:before {
  width: 100% !important;
  height: 2px !important;
  border-radius: 0 !important;
  border: none !important;
  background: var(--color-gray);

}

.recom .slick-dots li.slick-active button:before {
  background: var(--color-black);
}
/*スライダーここまで*/

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

/*会員限定物件*/
.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: 15px;
}

.recom .item.emember .memberItem__btn {
  font-size: 22px;
  line-height: 1.2;
  font-feature-settings: 'palt';
  letter-spacing: 0.07em;
  max-width: 250px;
  width: 100%;
}

.recom .item.emember .memberItem__btnTxt {
  padding: 13px 10px;
}

.recom .item.emember .memberItem__btnTxt::after {
  transform: translate(13px, -40%);
}

/*会員限定物件のぼかし*/
/*スタッフコメント有(注目物件)*/
.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,
.newArrivalsBox .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,
.newArrivalsBox .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,
.newArrivalsBox .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,
.newArrivalsBox .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,
.newArrivalsBox .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,
.newArrivalsBox .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,
.newArrivalsBox .item.emember.mansion:nth-of-type(3n-2) .memberItem,
.newArrivalsBox .item.emember.otherAll:nth-of-type(3n-2) .memberItem,
.newArrivalsBox .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,
.newArrivalsBox .item.emember.mansion:nth-of-type(3n-1) .memberItem,
.newArrivalsBox .item.emember.otherAll:nth-of-type(3n-1) .memberItem,
.newArrivalsBox .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,
.newArrivalsBox .item.emember.mansion:nth-of-type(3n) .memberItem,
.newArrivalsBox .item.emember.otherAll:nth-of-type(3n) .memberItem,
.newArrivalsBox .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;
}

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

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

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

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

.recom .item .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.recom .item .icon img {
  width: 65px;
  aspect-ratio: 65 / 30;
  display: inline-block !important;
  margin-right: 3px;
}

.recom .item .info h3.ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}

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

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

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

.recom .item .payment_pay {
  margin-top: 10px;
}

.recom .item .payment_pay dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  border: solid 1px var(--color-black);
}

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

.recom .item .payment_pay dt {
  background: var(--color-black);
  color: #fff;
  font-size: 1.4rem;
  padding: 10px 3px;
}

.recom .item .payment_pay dd {
  flex: 1 0 0;
  font-size: 16px;
}

.recom .item .info .details {
  min-height: 60px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px 0;
}

/* スタッフコメント */
.recom .item .staffComment {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid var(--color-gray);
  margin: 0 10px;
}

.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;
  color: var(--color-main);
  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;
}

/*
===== EVENTBOX ==========================================
*/
.eventBox {
  position: relative;
  padding: 70px 0 0;
}

.eventBox::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 64%;
  left: 0;
  top: 0;
  background: var(--color-navy);
}

.eventBox__ttl {
  color: #fff;
  margin-bottom: 35px;
}

.indexPage__ttl.eventBox__ttl::after {
  background: #fff;
}

.eventBox__ttl .indexPage__ttl--en {
  color: var(--color-yellow);
}

.eventBox__inner {
  max-width: 1260px;
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
}

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

.eventBox__inner::before {
  width: 100%;
  position: absolute;
  content: attr(data-en);
  font-family: var(--font-en);
  font-size: clamp(12rem, 17vw, 23.4rem);
  font-weight: 700;
  color: rgba(2, 62, 138, 0.04);
  text-align: center;
  line-height: 0.8;
  text-transform: uppercase;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.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);
}

.eventBox__list:not(.slick-initialized) {
  padding: 15px 0 0;
}

.eventBox .slick-list.draggable {
  width: 100%;
  padding: 15px 0 0 !important;
  overflow: hidden;
  margin: 0 auto;
}

.eventBox__item {
  /*width: 360px !important;
  min-width: 360px !important;*/
  position: relative;
  margin: 0 clamp(8px, 2vw, 15px) 0;
}

.eventBox__inner .slick-initialized .eventBox__item {
  margin: 0 clamp(10px, 2.6vw, 30px) 0;
}

.eventBox__item a {
  display: flex;
  width: 100%;
  max-width: 360px;
  height: 100%;
  flex-direction: column;
  text-decoration: none;
  background: #fff;
  border: solid 1px var(--color-lightgray);
}

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

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

.eventBox__detail {
  padding: 10px;
  background: #fff;
  flex: 1;
}

/*予約可バッジ*/
.cate_reservable {
  position: absolute;
  content: "";
  width: 72px;
  aspect-ratio: 72 / 72;
  left: -8px;
  top: -8px;
  background: url(../img/index/icon_event_01.svg) no-repeat center/ contain;
  animation: bounce 2s ease-in-out infinite;
}

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

.eventBox__iconWrap span {
  background: var(--color-black);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  min-width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 5px;
  margin: 0;
}

.eventBox__iconWrap .cate_event {
  background: var(--color-main);
  color: #fff;
}

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

.eventBox__itemTtl {
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  letter-spacing: .05em;
  margin: 15px 0;
}

.eventBox__date,
.eventBox__time,
.eventBox__place {
  font-size: 1.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.4;
  margin-bottom: 5px;
}

.eventBox__place {
  margin-bottom: 0;
}

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

.eventBox .slick-arrow.slick-prev,
.eventBox .slick-arrow.slick-prev::before {
  transform: translateY(-60%) !important;
}

.eventBox .slick-arrow.slick-next,
.eventBox .slick-arrow.slick-next::before {
  transform: translateY(-60%) !important;
}

/*
===== GALLERYBOX ==========================================
*/
.galleryBox {
  padding: 70px 0;
  background: var(--color-palegray);
  position: relative;
  overflow: hidden;
  --gallery-offset-left: max(15px, calc((100vw - 1210px) / 2));
}

.galleryBox__ttl.indexPage__ttl::after {
  width: 70%;
}

.galleryBox__inner {
  width: calc(100% - var(--gallery-offset-left));
  margin-left: var(--gallery-offset-left);
  /*overflow: hidden;*/
  overflow-x: clip;
}

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

.galleryBox__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
}

.galleryBox__list.slick-slider {
  width: 100%;
}

.galleryBox__list .slick-list {
  overflow: visible;
  /*padding-left: 0 !important;*/
}

@media screen and (min-width: 768px) and (max-width:1200px) {
  .galleryBox .slick-arrow.slick-next, 
  .galleryBox .slick-arrow.slick-next::before {
    right: 1vw !important;
  }
}

@media screen and (min-width: 1200px) {
  .galleryBox .slick-arrow.slick-next, 
  .galleryBox .slick-arrow.slick-next::before {
    right: 3vw !important;
  }
}

.galleryBox__item {
  width: min(29%, 360px);
  margin: 0 clamp(20px, 4.5vw, 30px) 0 0;
}

.galleryBox__item:last-of-type {
  margin-right: 0;
}

.galleryBox__list.slick-slider .galleryBox__item {
  width: min(29%, 360px);
  margin: 0 clamp(20px, 4.5vw, 30px) 0 0;
}

.galleryBox__list.slick-slider .galleryBox__item:last-of-type {
  margin: 0 clamp(20px, 4.5vw, 30px) 0 0;
}

.galleryBox__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  border: solid 1px var(--color-lightgray);
}

.galleryBox__iconWrap {
  display: flex;
  align-items: stretch;
  gap: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.galleryBox .cate_new {
  font-size: 2rem;
  padding: 5px 10px;
}

.galleryBox .cate_syubetu {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .03em;
}

.galleryBox__photo img {
  width: 100%;
  aspect-ratio: 360 / 276;
}

.galleryBox__itemTtl {
  padding: 20px 15px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.galleryBox__btn {
  margin: var(--gutter) auto 0;
}


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

/*
===== NOTICEBOX ==========================================
*/
.noticeBox__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.topicsBox {
  width: 50%;
  max-width: 600px;
  padding-right: 35px;
  border-right: solid 1px var(--color-gray);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.columnBox {
  width: 48%;
  max-width: 565px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.noticeBox__ttlBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.noticeBox__ttl.indexPage__ttl {
  font-size: clamp(2.4rem, 3.7vw, 3.6rem);
  margin-bottom: 0;
}

.noticeBox .indexPage__ttl--en {
  font-size: .66em;
}

.noticeBox__ttl.indexPage__ttl::after {
  width: 202%;
  bottom: 14%;
  right: unset;
  left: 64%;
}

.noticeBox__btn {
  width: min(39%, 150px);
}

.noticeBox__btn a {
  display: block;
  padding: 15px 0;
  font-size: 1.4rem;
  letter-spacing: .02em;
}

.noticeBox__btn a::after {
  width: 8px;
  height: 9px;
  transform: translate(15px, 0px);
}

.topicsBox__inner,
.columnBox__inner {
  min-height: 280px;
  margin-bottom: 20px;
}

/*お知らせ*/
.topicsBox__item a {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.topicsBox__date {
  width: 35%;
  max-width: 150px;
  flex-shrink: 0;
  font-family: var(--font-en);
  font-weight: bold;
  font-size: clamp(1.3rem, 1.2vw, 1.6rem);
}

.topicsBox__itemTtl {
  width: 75%;
  max-width: 390px;
  margin: 20px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}

.noticeBox .cate_new,
.noticeBox .cate_popular {
  padding: 3px 13px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 3px;
  line-height: 1;
}

.noticeBox .cate_new {
  font-family: var(--font-en);
  letter-spacing: .03em;
}

.noticeBox .cate_popular {
  line-height: 1.2;
}

/*コラム*/
.columnBox .noticeBox__ttl.indexPage__ttl::after {
  width: 111%;
  bottom: 14%;
  right: unset;
  left: 41%;
}

.columnBox__item {
  display: block;
}

.columnBox__item:nth-child(even) {
  margin: 25px 0;
}

.columnBox__item a {
  display: flex;
  align-items: center;
  gap: 25px;
  text-decoration: none;
}

.columnBox__photo {
  display: inline-block;
  vertical-align: middle;
}

.columnBox__photo img {
  width: 120px;
  height: 80px;
}

.columnBox__detail {
  width: calc(100% - 38%);
  max-width: 340px;
  display: inline-block;
  vertical-align: middle;
}

.columnBox__dateBox {
  display: flex;
  align-items: center;
  gap: 5px;
}

.columnBox__date {
  font-family: var(--font-en);
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  font-weight: bold;
}

.columnBox__iconWrap {
  display: flex;
  align-items: stretch;
}

.columnBox .cate_new {
  padding: 5px 13px;
}

.columnBox__term {
  font-size: 1.4rem;
  color: var(--color-gray);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.columnBox__itemTtl {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}

/*準備中*/
.noticeBox__notice {
  padding-top: 15px;
}

/*
===== 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) {
  .indexmainBox {
    height: min(640px, 71vw);
  }

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

  .indexmainSlider__item {
    height: 69.3vw !important;
  }

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

  /*物件を探す*/
  /*
  ----- 条件・地図から検索 --------------------
  */
  .estateSearchBox {
    flex-direction: column;
    align-items: center;
    gap: var(--gutter);
  }

  /*条件*/
  .conditionsSearchBox,
  .searchBox__rightCont {
    width: 100%;
    max-width: unset;
  }
  
  .conditionsSearchBox::before {
    left: -30%;
    width: 70vw;
  }

  .conditionsSearchBox .box_ttl::after {
    width: 80%;
  }

  .conditionsSearchBox .select_tbl {
    width: 100%;
  }

  .conditionsSearchBox .select_tbl td {
    width: min(85%, 530px);
  }

  .conditionsSearchBox .select_tbl td select {
    width: 100%;
    max-width: 100%;
  }

  .conditionsSearchBox .select_tbl .select_price .select_arrow {
    width: 47%;
  }

  .conditionsSearchBox .select_tbl .select_price td select {
    width: 100%;
  }

  .conditionsSearchBox .select_tbl td.select_arrow::after {
    right: 10px;
  }

  /* 地図 */
  .areasearchBox__ttl::after {
    width: 75%;
  }

  .areasearchBox__tabItem {
    max-width: unset;
  }

  .areasearchBox__mapBox {
    background-size: cover;
  }

  /*名古屋市千種区*/
   .areasearchBox__mapBox .c-23101{
    top: 241px;
  }

  /*名古屋市中川区*/
  .areasearchBox__mapBox .c-23102{
    top: 327px;
  }

  /*名古屋市港区*/
  .areasearchBox__mapBox .c-23103{
    top: 416px;
  }

  /*
  ----- 件数・会員登録 --------------------
  */
  .estateCountWrap {
    flex-wrap: wrap;
  }

  .estateCountBox {
    width: 100%; 
    border-bottom: solid 1px var(--color-gray);
  }

  .estateLoginBox,
  .estateSignupBox {
    width: 48.5%;
    border-left: none;
  }

  .estateLoginBox__loginBtnBox::after {
    transform: translate(230px, -37px);
  }

  .estateLoginBox__loginBtnBox:hover::after {
    transform: translate(235px, -37px);
  }

  .estateSignupBox__meritList {
    padding: 0;
  }

  .btn_common .estateSignupBox__btn::after {
    transform: translate(30px, 0);
  }

  /*イベント情報*/
  .eventBox__ttl.indexPage__ttl::after {
    width: 80%;
  }

  .eventBox__list {
    gap: 0;
  }

  /*施工事例*/
  .galleryBox__ttl.indexPage__ttl::after {
    width: 56%;
  }

  /*お知らせ・コラム*/
  .noticeBox__ttl.indexPage__ttl::after {
    width: 102%;
  }

  .columnBox .noticeBox__ttl.indexPage__ttl::after {
    width: 66%;
  }

}

/*==================================================
  tablet SETTINGS : Min:1024px Max1080px
==================================================*/
@media screen and (min-width: 1024px) and (max-width: 1080px) {
  .indexmainBox .slick-dots {
    bottom: 11.5%;
  }
}

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

@media screen and (max-width: 767px) {
  .spInfoBox,
  .eventBox,
  .searchBox,
  .galleryBox,
  .shopInfoBox,
  .topicsBox,
  .columnBox {
    padding: 10% 0;
  }

  .indexmainBox{
    height: unset;
  }

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

  .indexmainSlider.slick-dotted.slick-slider {
    margin-bottom: 25px !important;
  }

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

  .indexmainSlider__item {
    width: auto !important;
  }

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

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

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

  .bannerWrap {
    margin: var(--gutter-wide) auto;
    border: solid 3px var(--color-main);
  }

  /* スライダー矢印 */
  .slick-next,
  .slick-prev,
  .slick-arrow::before {
    width: 40px !important;
    height: 40px !important;
  }

  /*
  ===== spInfoBox - SP   ==========================================
  */
  .spInfoBox {
    background: linear-gradient(180deg, var(--color-green) 0%, #09822E 100%);
  }

  .spInfoBox__ttl {
    font-size: clamp(2.4rem, 6.9vw, 3rem);
    margin-bottom: var(--gutter-narrow);
  }

  /*物件数リスト*/
  .spInfoBox__countBox {
    border: solid 2px var(--color-black);
    background: #fff;
    overflow: hidden;
  }

  .spInfoBox__countAll {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.2;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    font-weight: bold;
    gap: 4vw;
  }

  .spInfoBox__countAllTtl {
    font-size: 1.2em;
    width: 100%;
    background: var(--color-black);
    color: #fff;
    text-align: center;
    padding: 3% 0;
  }

  .spInfoBox__countAllTxt {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
    font-weight: bold;
  }

  .spInfoBox__countAllTxt--num {
    display: inline-block;
    font-family: var(--font-en);
    font-size: 2.6em;
    width: 20%;
    text-align: center;
    line-height: 1;
    color: #fff;
    background: var(--color-black);
    padding: 10px 12px;
  }

  .spInfoBox__countAllDay {
    font-size: 1.4rem;
    font-weight: normal;
  }

  .spInfoBox__countDetail {
    width: 92%;
    padding: 10px 0;
    margin: 4vw auto 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 5%;
    border-top: solid 1px var(--color-black);
  }

  .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.8em;
  }

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

  /*SP版物件検索*/
  .spAreasearchBox {
    margin-top: 40px;
  }

  .spAreasearchBox .spInfoBox__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .spAreasearchBox .spInfoBox__ttl::before {
    content: "";
    display: inline-block;
    width: 28px;
    aspect-ratio: 24 / 24;
    background: url(../img/common/icon_house.svg) no-repeat center / contain;
    filter: brightness(0) saturate(100%) invert(100%);
    margin-right: 1vw;
    transform: translateY(1px);
  }

  /*地図パーツ*/
  .searchBox__rightCont {
    width: 100%;
  }

  .areasearchBox__tabList {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 5px 2px;
    border-bottom: solid 3px var(--color-gray);
  }

  .areasearchBox__tabItem {
    max-width: unset;
    height: unset;
    width: 49%;
    padding: 14px 5px;
    font-size: clamp(1.2rem, 3.6vw, 1.4rem);
    border-bottom: none;
  }

  .areasearchBox__tabItem:nth-of-type(3),
  .areasearchBox__tabItem:nth-of-type(4),
  .areasearchBox__tabItem:nth-of-type(5) {
    width: 32%;
  }

  .areasearchBox__tabItem.active {
    height: unset;
  }

  .areasearchBox__tabItem::after {
    content: none;
  }

  .areasearchBox__mapBox {
    height: unset;
    background-size: cover;
    min-height: 273px;
  }

  .areasearchBox__mapBox::after {
    position: absolute;
    content: "";
    background: url(../img/index/illust_spInfo_01.svg) no-repeat center / contain;
    width: 55px;
    aspect-ratio: 1 / 1;
    top: 70%;
    left: 80%;
  }

  .areasearchBox__mapItemTtl {
    font-size: 1.4rem;
  }

  /*強調エリア*/
  .areasearchBox__mapBox .c-06202 {
    width: 100px;
  }

  .areasearchBox__mapBox .c-06202 .areasearchBox__mapItemTtl {
    font-size: 1.6rem;
  }

  .areasearchBox__mapBox .c-06202 .areasearchBox__mapItemNumBox {
    font-size: 1.4rem;
  }

  .areasearchBox__mapBox .c-06202 .areasearchBox__mapItemNum {
    font-size: 2.8rem;
  }

  /*米沢市*/
  .areasearchBox__mapBox .c-06202{
    top: 57%;
    left: 12%;
    transform: translateX(calc(-50% + 135px));
  }
  
  /*南陽市*/
  .areasearchBox__mapBox .c-06213{
    top: 10%;
    left: 86%;
    transform: translateX(calc(-18% - 120px));
  }
  
  /*高畠町*/
  .areasearchBox__mapBox .c-06381{
    top: 34%;
    left: 63%;
    transform: translateX(calc(-50% + 14px));
  }

  /*長井市*/
  .areasearchBox__mapBox .c-06209{
    top: 4%;
    left: 28%;
    transform: translateX(calc(-50% + 14px));
  }

  /*南アルプス市*/
  .areasearchBox__mapBox .c-19208{
    top: 60%;
    left: 12%;
    transform: translateX(calc(-50% + 14px));
  }

  /*中央市*/
  .areasearchBox__mapBox .c-19214{
    top: 77%;
    left: 41%;
    transform: translateX(calc(-50% + 14px));
  }

  /*山梨市*/
  .areasearchBox__mapBox .c-19205{
    top: 14%;
    left: 70%;
    transform: translateX(calc(-50% + 14px));
  }

  /*甲州市*/
  .areasearchBox__mapBox .c-19213{
    top: 40%;
    left: 85%;
    transform: translateX(calc(-42% + 14px));
  }

  /*韮崎市*/
  .areasearchBox__mapBox .c-19207{
    top: 33%;
    left: 8%;
    transform: translateX(calc(-42% + 14px));
  }

  /*富士川町*/
  .areasearchBox__mapBox .c-19368{
    top: 85%;
    left: 10%;
    transform: translateX(calc(-42% + 14px));
  }

  /*北杜市*/
  .areasearchBox__mapBox .c-19209{
    top: 5%;
    left: 19%;
    transform: translateX(calc(-42% + 14px));
  }

  /*市川三郷町*/
  .areasearchBox__mapBox .c-19346{
    top: 90%;
    left: 35%;
    transform: translateX(calc(-42% + 14px));
  }

  /*SP版条件から探す*/
  .spAreasearchBox__conditionsSearch {
    margin-top: var(--gutter);
  }

  .spAreasearchBox__conditionsSearchToggle {
    position: relative;
    width: 250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 15px;
    background: #fff;
    color: var(--color-black);
    border-radius: var(--rad-button);
    font-weight: bold;
    cursor: pointer;
    box-shadow: var(--shadow-button);
  }

  .spAreasearchBox__conditionsSearchToggle::after {
    content: "＋";
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
  }

  .spAreasearchBox__conditionsSearchToggle[aria-expanded="true"] {
    background: var(--color-black);
    color: #fff;
  }

  .spAreasearchBox__conditionsSearchToggle[aria-expanded="true"]::after {
    content: "×";
  }

  .conditionsSearchBox {
    width: 100%;
  }

  .conditionsSearchBox .select_tbl td select {
    width: 55vw;
    max-width: 240px;
    font-size: 1.4rem;
    padding: 10px;
  }

  .conditionsSearchBox .select_tbl td.select_arrow::after {
    width: 5px;
    height: 5px;
    right: 25px;
  }
  .conditionsSearchBox .select_tbl .select_price td select {
    width: 23.5vw;
  }

  .conditionsSearchBox .select_tbl .select_price .select_arrow::after {
    width: 5px;
    height: 5px;
  }

  /*
  ===== SEARCHBOX - SP ==========================================
  */

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

  .pickupBox,
  .newArrivalsBox {
    overflow: hidden;
  }

  .pickupBox,
  .newArrivalsBox {
    padding: 15% 0 17%;
  }

  .pickupBox__ttl,
  .newArrivalsBox__ttl {
    margin-bottom: 50px;
  }

  .recom .slick-arrow.slick-next,
  .recom .slick-arrow.slick-next::before {
    right: -5px !important;
  }

  .recom .slick-arrow.slick-prev,
  .recom .slick-arrow.slick-prev::before {
    left: -5px !important;
  }

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

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

  .eventBox__inner {
    margin: 0 auto;
  }

  .eventBox__inner::before {
    line-height: 1;
  }

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

  .eventBox__item {
    width: 90%;
    margin: 10px auto 20px;
  }

  .eventBox__item:last-of-type {
    margin-bottom: 0;
  }

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

  .eventBox__photo {
    width: 38%;
    margin: 10px;
  }

  .eventBox__detail {
    width: 55%;
  }

  .cate_reservable {
    width: 50px;
    left: -10px;
    top: -9px;
  }

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

  .eventBox__iconWrap {
    margin-bottom: 5px;
  }

  .eventBox__iconWrap span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.2rem;
  }

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

  .galleryBox__ttl.indexPage__ttl::after {
    width: 32%;
  }

  .galleryBox__inner {
    width: 92%;
    margin: 0 auto;
    overflow-x: hidden;
  }

  .galleryBox__list {
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
  }

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

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

  .noticeBox__ttl.indexPage__ttl::after {
    width: 157%;
  }

  .columnBox .noticeBox__ttl.indexPage__ttl::after {
    width: 86%;
  }

  .topicsBox,
  .columnBox {
    width: 100%;
    max-width: unset;
    border: none;
  }

  .topicsBox__inner,
  .columnBox__inner {
    min-height: unset;
    margin-bottom: 0;
  }

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

  .topicsBox__date,
  .topicsBox__itemTtl {
    width: 100%;
    margin: 0;
  }

  .topicsBox__item {
    padding: 20px 0;
    border-bottom: solid 1px var(--color-gray);
  }

  .columnBox__item a {
    align-items: flex-start;
    gap: 20px;
  }


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

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

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