﻿@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;
  background: #fff;
  color: var(--color-black);
}

.btn_archive a::after {
  background-image: var(--arrow-black);
}

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

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

.pickupBox {
  position: relative;
  padding: 80px 0;
}

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

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

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

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

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

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

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

.indexmainBox .slick-dots li.slick-active button:before {
  background: var(--color-main);
}

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

/*
===== BANNERWRAP ==========================================
*/
.bannerWrap__double {
  display: flex;
  justify-content: space-between;
  margin: var(--gutter-wide) auto;
}

.bannerWrap__double a {
  width: min(49%, 580px);
}

/*
===== EVENTBOX ==========================================
*/
.eventBox {
  position: relative;
  background: url(../img/index/bg_event_01.webp) no-repeat center / cover;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
}

.eventBox::before {
  position: absolute;
  content: "";
  width: 26%;
  aspect-ratio: 371 / 620;
  right: -1%;
  bottom: 0;
  background: url(../img/index/bg_event_02.svg) no-repeat center / contain;
  z-index: -1;
}

.eventBox__inner {
  position: relative;
  z-index: 1;
  max-width: 1260px;
  overflow: hidden;
}

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

.eventBox__list,
.eventBox__item,
.eventBox__item a {
  position: relative;
  z-index: 1;
}

.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: 25px 0 20px;
}

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

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

.eventBox__list:not(.slick-initialized) .eventBox__item {
  width: min(30%, 360px);
}

.eventBox__inner .slick-initialized .eventBox__item {
  margin: 0 clamp(10px, 2.6vw, 25px) 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-warmgray);
}

.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: -20px;
  top: -20px;
  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: 500;
  min-width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 5px;
  margin: 0;
}

.eventBox__infoList {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

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

.eventBox__date {
  width: 100%;
  font-size: 1.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.4;
}

.eventBox__intro {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

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

.eventBox__btn {
  margin-top: 70px;
}

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

.searchBox__ttl {
  color: var(--color-main);
}

.searchBox__ttl .indexPage__ttl--en {
  color: var(--color-black);
}

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

/* 条件で検索 */
.conditionsSearchBox {
  max-width: 400px;
  width: 33.4%;
  margin: 0;
  padding: var(--gutter-narrow) var(--gutter-supernarrow);
  background: #fff;
  border:  solid 1px var(--color-warmgray);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.conditionsSearchBox .box_ttl {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 30px;
  text-align: center;
  display: block;
  width: 100%;
}

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

.conditionsSearchBox .select_tbl,
.conditionsSearchBox .select_tbl tbody {
  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: 19%;
}

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

.conditionsSearchBox .select_tbl td select {
  width: 260px;
  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 3px;
  font-size: 1.6rem;
}

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

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

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

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

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

.areasearchBox__tabList {
  width: 100%;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  gap: 1px;
  align-items: flex-end;
  border-bottom: solid 2px var(--color-black);
}

.areasearchBox__tabItem {
  max-width: 376px;
  width: calc(100% / 2);
  height: 49px;
  background-color: var(--color-palegray);
  color: var(--color-darkgray);
  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;
  }
}

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

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

.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 1px var(--color-warmgray);
  border-bottom: solid  1px var(--color-warmgray);
  border-left: solid 1px var(--color-warmgray);
}

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

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

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

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

.areasearchBox__mapItemNum {
  font-family: var(--font-num);
  font-size: 22px;
}

.areasearchBox__mapItem {
  position: absolute;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.30));
}

/*強調エリア*/
.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-warmgray);
    }

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

  /*中央区*/
  .areasearchBox__mapBox .c-12101{
    top: 87%;
    left: 34%;
    transform: translateX(calc(-50% + 135px));
  }
  
  /*若葉区*/
  .areasearchBox__mapBox .c-12104{
    top: 80%;
    left: 78%;
    transform: translateX(calc(-50% - 120px));
  }
  
  /*緑区*/
  .areasearchBox__mapBox .c-12105{
    top: 91%;
    left: 59%;
    transform: translateX(calc(-50% + 14px));
  }

  /*稲毛区*/
  .areasearchBox__mapBox .c-12103{
    top: 72%;
    left: 48%;
    transform: translateX(calc(-50% + 14px));
  }

  /*花見川区*/
  .areasearchBox__mapBox .c-12102{
    top: 59%;
    left: 48%;
    transform: translateX(calc(-50% + 14px));
  }

  /*美浜区*/
  .areasearchBox__mapBox .c-12106{
    top: 74%;
    left: 41%;
    transform: translateX(calc(-50% + 14px));
  }

  /*市川市*/
  .areasearchBox__mapBox .c-12203{
    top: 53%;
    left: 22%;
    transform: translateX(calc(-50% + 14px));
  }

  /*船橋市*/
  .areasearchBox__mapBox .c-12204{
    top: 52%;
    left: 33%;
    transform: translateX(calc(-50% + 14px));
  }

  /*松戸市*/
  .areasearchBox__mapBox .c-12207{
    top: 33%;
    left: 22%;
    transform: translateX(calc(-50% + 14px));
  }

  /*野田市*/
  .areasearchBox__mapBox .c-12208{
    top: 1%;
    left: 18%;
    transform: translateX(calc(-50% + 14px));
  }

  /*成田市*/
  .areasearchBox__mapBox .c-12211{
    top: 27%;
    left: 80%;
    transform: translateX(calc(-50% + 14px));
  }

  /*佐倉市*/
  .areasearchBox__mapBox .c-12212{
    top: 50%;
    left: 60%;
    transform: translateX(calc(-50% + 14px));
  }

  /*習志野市*/
  .areasearchBox__mapBox .c-12216{
    top: 63%;
    left: 36%;
    transform: translateX(calc(-50% + 14px));
  }

  /*柏市*/
  .areasearchBox__mapBox .c-12217{
    top: 23%;
    left: 30%;
    transform: translateX(calc(-50% + 14px));
  }

  /*流山市*/
  .areasearchBox__mapBox .c-12220{
    top: 15%;
    left: 21%;
    transform: translateX(calc(-50% + 14px));
  }

  /*八千代市*/
  .areasearchBox__mapBox .c-12221{
    top: 48%;
    left: 47%;
    transform: translateX(calc(-50% + 14px));
  }

  /*我孫子市*/
  .areasearchBox__mapBox .c-12222{
    top: 14%;
    left: 38%;
    transform: translateX(calc(-50% + 14px));
  }

  /*鎌ヶ谷市*/
  .areasearchBox__mapBox .c-12224{
    top: 40%;
    left: 32%;
    transform: translateX(calc(-50% + 14px));
  }

  /*浦安市*/
  .areasearchBox__mapBox .c-12227{
    top: 72%;
    left: 18%;
    transform: translateX(calc(-50% + 14px));
  }

  /*四街道市*/
  .areasearchBox__mapBox .c-12228{
    top: 64%;
    left: 58%;
    transform: translateX(calc(-61% + 14px));
  }

  /*印西市*/
  .areasearchBox__mapBox .c-12231{
    top: 32%;
    left: 56%;
    transform: translateX(calc(-50% + 14px));
  }

  /*白井市*/
  .areasearchBox__mapBox .c-12232{
    top: 30%;
    left: 41%;
    transform: translateX(calc(-50% + 14px));
  }

  /*酒々井町*/
  .areasearchBox__mapBox .c-12322{
    top: 49%;
    left: 69%;
    transform: translateX(calc(-50% + 14px));
  }

  /*栄町*/
  .areasearchBox__mapBox .c-12329{
    top: 21%;
    left: 67%;
    transform: translateX(calc(-50% + 14px));
  }

  /*江戸川区*/
  .areasearchBox__mapBox .c-13123{
    top: 60%;
    left: 15%;
    transform: translateX(calc(-50% + 14px));
  }

  /*江東区*/
  .areasearchBox__mapBox .c-13108{
    top: 66%;
    left: 5%;
    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: space-between;
  margin-top: var(--gutter);
  background: #fff;
}

.estateCountBox,
.estateLoginBox {
  width: 400px;
  border: solid 1px var(--color-warmgray);
  padding: var(--gutter-narrow);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.estateCountBox__countAllTtl,
.estateLoginBox__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
}

/*件数BOX*/
.estateCountBox {
  width: 760px;
  gap: var(--gutter-supernarrow);
  background: var(--color-paleyellow);
}

.estateCountBox__countAll {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gutter-narrow);
}

.estateCountBox__countAllTtl {
  text-align: left;
}

.estateCountBox__countAllTtl--date {
  font-size: 1.6rem;
}

.estateCountBox__countAllTtl--num {
  font-family: var(--font-num);
}

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

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

.estateCountBox__countDetail {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: space-between; 
  background: #fff;
  padding: var(--gutter-supernarrow);
}

.estateCountBox__detailItem {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

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

.estateCountBox__detailItemTtl,
.estateCountBox__detailItemTxt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

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

.estateCountBox__btn {
  margin-top: 15px;
  text-align: center;
  width: 420px;
  position: relative;
}

.estateCountBox__btn::after {
  content: attr(data-ja);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: solid 1px var(--color-black);
  background: var(--color-yellow);
  width: 70px;
  aspect-ratio: 1 / 1;
  padding: 1em;
  font-weight: bold;
  line-height: 1.1;
  position: absolute;
  top: -30%;
  left: -5%;
  animation: bounce 2s ease-in-out infinite;
}

.estateCountBox__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 2rem;
  font-weight: bold;
  background: var(--color-red);
  color: #fff;
  line-height: 1.2;
  padding: var(--gutter-supernarrow) var(--gutter-narrow);
  border: none;
}

.estateCountBox__btnTxt {
  font-size: 0.7em;
}

.estateCountBox__btn a::after {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translate(0, -50%);
}

/*件数BOX：ログイン中*/
.estateCountBox__btn--login::after {
  background: #fff;
}

.estateCountBox__btn--login a {
  background: var(--color-yellow);
  color: var(--color-black);
  border: solid 1px var(--color-black);
}

.estateCountBox__btn--login a::after {
  background-image: var(--arrow-black);
}

/*ログイン*/
.estateLoginBox {
  gap: 25px;
}

.estateLoginBox__ttl--sub {
  font-size: 0.66em;
  font-weight: normal;
}

.estateLoginBox__inner {
  width: 100%;
}

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

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

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

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

.estateLoginBox__loginBtnBox {
  width: 340px;
  position: relative;
}

.estateLoginBox__loginBtnBox input[type="submit"] {
  width: 100%;
  background: var(--color-black);
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding: 16px 20px;
}

.estateLoginBox__loginBtnBox::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: var(--arrow-white);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 8%;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
}

.estateLoginBox__loginBtnBox:hover::after {
  transform: translate(5px, -50%);
}

/*ログイン：ログイン中*/
.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;
}

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

.pickupBox {
  overflow: hidden;
  padding: 70px 0 110px;
}

.pickupBox__ttl {
  padding: 13px 0 40px;
  margin-bottom: 0;
  background: url(../img/index/bg_pickup_01.svg) repeat-x center;
}

.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: -30px;
}

.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-darkgray);
}
/*スライダーここまで*/

.recom .item {
  width: 300px;
  background: #FFF;
  border: solid 1px var(--color-warmgray);
  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.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.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 {
  background: url(../img/basic/btn_prpregist_house02.webp) no-repeat center / cover;
}

.pickupBox .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 {
  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 {
  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 {
  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 img {
  width: 50px;
  aspect-ratio: 50 / 20;
  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-num);
  font-size: 2.2rem;
  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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

/*
===== GALLERYBOX ==========================================
*/
.galleryBox {
  background: url(../img/index/bg_gallery_01.webp) no-repeat center / cover;
  padding: 100px 0;
  color: #fff;
}

.galleryBox__introBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.galleryBox__ttl {
  display: block;
  text-align: left;
  font-size: clamp(5rem, 10vw, 9.6rem);
  letter-spacing: .04em;
  font-feature-settings: "palt";
  padding: 0;
  margin-bottom: 0;
}

.galleryBox__ttl .indexPage__ttl--en {
  font-size: clamp(5.6rem, 10vw, 9.6rem);
  line-height: .7;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke;
  color: rgba(255, 255, 255, 0);
}

.galleryBox__ttl .indexPage__ttl--ja {
  display: inline-block;
  text-align: center;
  border: solid 2px #fff;
  padding: 17px 30px;
  font-size: 0.25em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
  transform: translateY(-30%);
}

.galleryBox__intro {
  display: flex;
  flex-direction: column;
  gap: var(--gutter-narrow);
}

.galleryBox__introTtl {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .05em;
}

.galleryBox__introTxt {
  font-weight: 400;
  letter-spacing: .03em;
}

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

.galleryBox__list {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 368px));
  justify-content: space-between;
  gap: 40px 1.1vw;
  flex-wrap: wrap;
}

.galleryBox__item {
  width: 100%;
  position: relative;
}

.galleryBox__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 2px var(--color-warmgray);
}

.galleryBox__numWrap {
  position: absolute;
  top: -3%;
  left: -5%;
}

.galleryBox__numWrap .cate_new {
  display: inline-block;
  background: url(../img/index/icon_gallery_01.svg) no-repeat center / contain;
  width: 86px;
  aspect-ratio: 86 / 24;
  border: none;
  filter: drop-shadow(rgba(184, 176, 168, 1) 1px 1px 0px);
}

.galleryBox__photo {
  width: 100%;
  aspect-ratio: 364 / 244;
  overflow: hidden;
  background: #fff;
}

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

.galleryBox__detailWrap {
  width: 100%;
  padding: 13px 15px;
  min-height: 104px;
  /*height: 120px;*/  /*Maxの表示量に合わせる*/
  position: relative;
}

.galleryBox__iconWrap {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}

.galleryBox .cate_syubetu {
  padding: 10px !important;
  background: rgba(255, 255, 255, 0.85);
  height: 37px;
  color: var(--color-black);
  font-size: 1.4rem;
  font-weight: normal;
  border: none;
  line-height: 1.4;
  letter-spacing: .03em;
  margin: 0;
}

.galleryBox__detailTtl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.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: 1.4rem;
}

.galleryBox__btn {
  margin-top: 40px;
}

.galleryBox__btn a {
  border: none;
}

/*
===== SHOPINFOBOX ==========================================
*/
.shopInfoBox {
  margin: var(--gutter-wide) 0 var(--gutter);
}

/*
===== NOTICEBOX ==========================================
*/
.noticeBox {
  background: var(--color-palegray);
}

.noticeBox__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 30px;
  background: #fff;
}

.columnBox,
.instaBox {
  width: 48%;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

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

.noticeBox__ttl.indexPage__ttl {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  text-align: left;
  align-items: flex-start;
  margin-bottom: 0;
}

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

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

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

.noticeBox__btn a::after {
  width: 15px;
  height: 15px;
  right: 7px;
}

.columnBox__inner,
.instaBox__inner {
  min-height: 280px;
}

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

.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: flex-start;
  gap: 25px;
  text-decoration: none;
}

.columnBox__photo {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  aspect-ratio: 176 / 117;
}

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

.columnBox__detail {
  width: calc(100% - 39%);
  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.4rem, 1.8vw, 1.6rem);
  font-weight: 500;
}

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

.columnBox .cate_new {
  padding: 2px 11px;
  line-height: 1.5;
  margin-left: 0;
}

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

.columnBox__itemTtl {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}

/*インスタグラム*/
.instaBox__ttlBox .indexPage__ttl--en {
  text-transform: none;
}

.instaBox__ttlBox .noticeBox__btn a {
  border: none;
  color: #fff;
  background: linear-gradient(23deg, #FFD600 -10%, #FF7A00 24%, #FF0069 43%, #D300C5 65%, #7638FA 89%);
}

.instaBox__ttlBox .noticeBox__btn a::after {
  background-image: var(--arrow-white);
}

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

/*
===== TOPICSBOX ==========================================
*/
.topicsBox {
  padding: var(--gutter-wide) 0;
  background: #fff;
}

.topicsBox__ttlBox {
 margin-bottom: 40px; 
}

.topicsBox__ttl {
  align-items: flex-start;
  text-align: left;
  margin-bottom: 0;
}

.topicsBox .indexPage__ttl--en {
  font-size: 3.2em;
}

.topicsBox__item a {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 3px;
  border-bottom: solid 1px var(--color-warmgray);
}

.topicsBox__date {
  width: 35%;
  max-width: 140px;
  flex-shrink: 0;
  font-family: var(--font-en);
  font-weight: 500;
  font-size: clamp(1.3rem, 1.2vw, 1.6rem);
  letter-spacing: -.02em;
}

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

.topicsBox .cate_new {
  padding: 5px 11px;
}

/*
===== 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(540px, 54vw);
  }

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

  /*物件を探す*/
  /*
  ----- 条件・地図から検索 --------------------
  */
  .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;
    gap: 30px;
  }

  .estateCountBox {
    width: 100%; 
  }

  .estateLoginBox {
    width: 100%;
  }

  .estateLoginBox__inputLoginBox input {
    width: 70%;
  }

  /*施工事例*/
  .galleryBox {
    background-position: 70% 10%;
  }

  .galleryBox__list {
    grid-template-columns: repeat(2, minmax(0, 46%));
  }

  /*コラム・インスタグラム*/
  .noticeBox__inner {
    padding: 40px 10px;
  }

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

  .columnBox__detail {
    width: calc(100% - 43%);
  }
}

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

  /* 地図 */ 
  /*中央区*/
  .areasearchBox__mapBox .c-12101{
    top: 91%;
    left: 38%;
  }

  /*若葉区*/
  .areasearchBox__mapBox .c-12104{
    top: 88%;
    left: 73%;
  }

  /*緑区*/
  .areasearchBox__mapBox .c-12105{
    top: 78%;
    left: 75%;
    color: var(--color-green);
  }

  /*稲毛区*/
  .areasearchBox__mapBox .c-12103{
    top: 79%;
  }

  /*花見川区*/
  .areasearchBox__mapBox .c-12102{
    top: 65%;
  }

  /*美浜区*/
  .areasearchBox__mapBox .c-12106{
    top: 80%;
  }

  /*野田市*/
  .areasearchBox__mapBox .c-12208{
    top: 21%;
    left: 11%;
    color: var(--color-green);
  }

  /*習志野市*/
  .areasearchBox__mapBox .c-12216{
    top: 67%;
  }

  /*柏市*/
  .areasearchBox__mapBox .c-12217{
    top: 13%;
  }

  /*流山市*/
  .areasearchBox__mapBox .c-12220{
    top: 6%;
  }

  /*我孫子市*/
  .areasearchBox__mapBox .c-12222{
    top: 4%;
  }

  /*浦安市*/
  .areasearchBox__mapBox .c-12227{
    top: 78%;
  }

  /*酒々井町*/
  .areasearchBox__mapBox .c-12322{
    left: 70%;
  }

  /*栄町*/
  .areasearchBox__mapBox .c-12329{
    top: 14%;
  }

  /*江東区*/
  .areasearchBox__mapBox .c-13108{
    top: 70%;
  }

  /*補助線*/
  .areasearchBox__mapBox .c-12105::before,
  .areasearchBox__mapBox .c-12208::before {
    position: absolute;
    content: '';
    width: 60px;
    border-top: 2px solid var(--color-darkgray);
    transform: rotate(120deg);
    top: 40px;
    left: 40px;
  }

  .areasearchBox__mapBox .c-12105::before{
    top: 70px;
    left: -30px;
  }

  .areasearchBox__mapBox .c-12208::before{
    width: 100px;
    top: -60px;
    left: 20px;
  }
}

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

@media screen and (max-width: 767px) {
  .spInfoBox,
  .eventBox,
  .searchBox,
  .galleryBox {
    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;
  }

  .bannerWrap {
    margin: var(--gutter-wide) auto;
  }

  .bannerWrap__double {
   flex-direction: column;
   justify-content: center; 
   gap: 20px;
  }

  .bannerWrap__double a {
    width: 100%;
  }

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

  /*
  ===== spInfoBox - SP   ==========================================
  */

  .spInfoBox {
    background: var(--color-palegray);
  }
 
  .spInfoBox__ttl {
    font-size: clamp(1.8rem, 5.1vw, 2.2rem);
    font-weight: bold;
    text-align: center;
    margin-bottom: var(--gutter-narrow);
  }

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

  .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-num);
    font-size: 2.6em;
    width: 22%;
    text-align: center;
    line-height: 1;
    color: #fff;
    background: var(--color-black);
    padding: 10px 11px;
  }

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

  .spInfoBox__countAllDay--num {
    font-family: var(--font-num);
  }

  .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-num);
    font-size: 1.8em;
  }

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

  .spInfoBox__btnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.8%;
    margin: 15px 0;
    font-weight: bold;
  }

  .btn_common a.spInfoBox__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46.5%; /*種別の数に応じて変更*/
    padding: 1em 0.5em;
    text-align: center;
    font-size: clamp(1.3rem, 3.7vw, 1.6rem);
    background: var(--color-red);
    border: none;
    overflow: visible;
  }

  .spInfoBox__btnBalloon {
    position: absolute;
    font-size: 0.75em;
    display: block;
    top: -15px;
    white-space: nowrap;
    padding: 0.3em 0.5em;
    background-color: var(--color-yellow);
    color: var(--color-black);
    border-radius: var(--rad-button);
    left: 50%;
    transform: translateX(-50%);
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    transform-origin: center;
    animation: balloon ease-in-out 1s infinite alternate;
  }

  .spInfoBox__btnBalloon::after {
    content: "";
    border-top: 4px solid var(--color-yellow);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
  }

  .btn_common a.spInfoBox__btn::after {
    width: 13px;
    height: 13px;
    right: 3px;
  }

  .spInfoBox__btnTxt {
    line-height: 1.3;
  }

  @keyframes balloon {
    0% {
      transform: translateX(-50%) rotate(2deg);
    }

    10% {
      transform: translateX(-50%) rotate(-2deg);
    }

    20% {
      transform: translateX(-50%) rotate(2deg);
    }

    30% {
      transform: translateX(-50%) rotate(-2deg);
    }

    35% {
      transform: translateX(-50%) rotate(0deg);
    }

    100% {
      transform: translateX(-50%) rotate(0deg);
    }
  }

  /*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: 20px;
    aspect-ratio: 24 / 24;
    background: url(../img/common/icon_house.svg) no-repeat center / contain;
    margin-right: 1vw;
  }

  /*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;
    font-weight: 500;
    cursor: pointer;
  }

  .spAreasearchBox__conditionsSearchToggle::after {
    content: "＋";
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    border-radius: 100%;
    background: var(--color-main);
    color: #fff;
    padding: 5px;
  }

  .spAreasearchBox__conditionsSearchToggle[aria-expanded="true"]::after {
    content: "×";
    background: var(--color-darkgray);
  }

  .conditionsSearchBox {
    width: 100%;
    border: none;
    background: none;
    padding: 0;
  }

  .conditionsSearchBox .sp-accordion {
    width: 100%;
    margin: var(--gutter-supernarrow) auto var(--gutter-narrow);
  }

  .conditionsSearchBox .sp-accordion__body {
    width: 100%;
    margin-top: var(--gutter-narrow);
  }

  .conditionsSearchBox .select_tbl--default tbody {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .conditionsSearchBox .select_tbl--default tr {
    width: 48%;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .conditionsSearchBox .select_tbl--default td.select_arrow::after {
    right: 30px;
  }

  .conditionsSearchBox .select_tbl .select_price td select {
    width: 29.8vw;
  }

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

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

  

  /*
  ===== EVENTBOX - SP ==========================================
  */
  .eventBox::before {
    width: 82%;
    right: -3%;
  }

  .eventBox__inner {
    margin: 0 auto;
  }

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

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

  .eventBox__list:not(.slick-initialized) .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;
  }

  .eventBox__iconWrap {
    margin-bottom: 5px;
  }

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

  .eventBox__btn {
    margin-top: 30px;
  }

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

  .pickupBox,
  .recomBox {
    overflow: hidden;
  }

  .pickupBox {
    padding: 15% 0 21%;
  }

  .pickupBox__ttl {
    padding: 10px 0 30px;
    background-size: 55%;
    background-position: 20% 20%;
  }

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

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

  /*
  ===== GALLERYBOX ==========================================
  */
  .galleryBox {
    overflow: hidden;
    background-position: 80% 20%;
  }

  .galleryBox__introBox {
    margin-bottom: 50px;
  }

  .galleryBox__ttl {
    margin-bottom: 40px;
  }

  .galleryBox__ttl .indexPage__ttl--ja {
    padding: 8px 20px;
  }

  .galleryBox__intro {
    gap: 15px;
  }

  .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 .slick-slider .galleryBox__item {
    display: block !important;
  }

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

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

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

  .galleryBox__btn {
    margin-top: 70px;
  }

  /*
  ===== noticeBox ==========================================
  */
  .noticeBox {
  
  }

  .noticeBox__inner {
    flex-direction: column;
    padding: 0;
    gap: 30px;
    width: 96%;
    background: none;
  }

  .columnBox,
  .instaBox {
    width: 100%;
    max-width: unset;
    background: #fff;
    padding: 20px 3%;
  }

  .columnBox__inner,
  .instaBox__inner {
    min-height: unset;
  }

  /*
  ===== TOPICSBOX ==========================================
  */

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

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

  .topicsBox__item {
    padding: 20px 0;
  }

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