﻿@charset "utf-8";

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

.bannerWrap {
  text-align: center;
  margin: var(--gutter-wide) auto;
  max-width: var(--width-content);
}

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

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

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

.indexPage__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(30px, 4vw, 36px);

  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
  position: relative;
}

.indexPage__ttl::before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  width: 38px;
  height: 38px;
  background: url(../img/common/ico_plus_01.svg) no-repeat center / contain;
}

.indexPage__ttl--type02::before {
  transform: rotate(180deg);
}

.indexPage__ttl--main {
  font-weight: bold;
  display: block;
  text-align: center;
  font-family: var(--font-en);
  font-size: clamp(20px, 10vw, 50px);
  letter-spacing: 0.15em;
}

.indexPage__ttl--small {
  display: block;
  text-align: center;
  font-size: clamp(12px, 1.5vw, 16px);
  margin-top: .5em;
}

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

.indexmainBox .slick-list.draggable {
  max-height: 500px;
  width: 100%;
}

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

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

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

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

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

/*
===== EVENTBOX ==========================================
*/
.eventBox {
  background: var(--color-palegray);
}

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

.eventBox .slick-list.draggable {
  padding-block: 30px !important;
}

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

.eventBox__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  position: relative;
  gap: 25px;
}

.eventBox__item {
  width: calc((100% - 60px) / 3);
  max-width: 360px;
  position: relative;
  margin: 0 10px;
  background: #fff;
}

.eventBox__badge {
  display: inline-block;
  background: var(--color-main);
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  top: -10px;
  right: 0;
}

.eventBox__badge::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: var(--color-main);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

.eventBox__iconWrap {
  padding: 5px;
}

.eventBox__iconWrap .icon_txt {
  font-size: 12px;
}

.eventBox__itemTtl {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.eventBox__date {
  margin: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

.eventBox__btn {
  margin-top: 50px;
}

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



/*
----- areasearchBox rightCont --------------------
*/
.searchBox__rightCont {}

.areasearchBox__tabList {
  width: 100%;
  border-bottom: 5px solid var(--color-black);
  background: url(../img/index/areasearchBox_tab_bg.webp) no-repeat 15px center;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  /* Safari */
  justify-content: flex-end;
  gap: 2px;
  margin-bottom: 5px;
}

.areasearchBox__tabItem {
  max-width: 140px;
  width: calc((100% - 70px) / 4);
  background-color: var(--color-palegray);
  color: var(--color-darkgray);
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 12px 5px;
}

@media (any-hover:hover) {
  .areasearchBox__tabItem:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

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

.areasearchBox__tabTxt {
  line-height: 1.1;
}

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

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

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

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

.areasearchBox__mapItemNumBox {
  font-size: 18px;
}

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

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

  .areasearchBox__mapItem {
    position: absolute;
  }

  .areasearchBox__mapBox .c-takatsuki {
    top: 151px;
    left: 50%;
    transform: translateX(calc(-50% - 76px));
  }

  .areasearchBox__mapBox .c-hirakata {
    top: 246px;
    left: 50%;
    transform: translateX(calc(-50% + 96px));
  }

  .areasearchBox__mapBox .c-neyagawa {
    top: 414px;
    left: 50%;
    transform: translateX(calc(-50% - 44px));
  }

  .areasearchBox__mapBox .c-katano {
    top: 400px;
    left: 50%;
    transform: translateX(calc(-50% + 94px));
  }

  .areasearchBox__mapBox .c-ibaraki {
    top: 166px;
    left: 50%;
    transform: translateX(calc(-50% - 241px));
  }

  .areasearchBox__mapBox .c-shimamoto {
    top: 60px;
    left: 50%;
    transform: translateX(calc(-50% + 15px));
  }

  .areasearchBox__mapBox .c-kyoto {
    top: 153px;
    left: 50%;
    transform: translateX(calc(-50% + 200px));
  }
}


/*物件検索へのボタン*/
.searchBox__container {
  position: relative;
}

.searchBox__linkBtnWrap {
  position: absolute;
  bottom: 20px;
  right: 10px;
  margin: 20px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 20px;
  width: 300px;
}

.searchBox__linkBtn {
  background-color: #fff;
  border: 1px solid;
  border-radius: var(--rad-full);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  width: 100%;
  height: 80px;
  box-shadow: var(--shadow-button);
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: .3s;
}

.searchBox__linkBtn::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  right: 1.2em;
  transform: translateY(-50%) rotate(45deg);
}

.searchBox__linkBtn::before {
  content: "";
  background: var(--color-black);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 200%;
  height: 500%;
  transform: skewY(-30deg) scale(1, 0);
  transform-origin: left top;
  z-index: -1;
  transition: transform .3s ease-in-out .05s;
}

.searchBox__linkBtnTxt {
  font-size: 12px;
  line-height: 16px;
}

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

  .searchBox__linkBtn:hover::before {
    transform: skewY(-30deg) scale(1, 1);
  }
}


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

.recomBox {}

.recomBox .wrap {
  padding: 50px 0;
}

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

.recom .item {
  width: 300px;
  background: #FFF;
  position: relative;
  margin: 0 20px 10px;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.11);
}

/*会員限定物件*/
.recomBox.recom .item.emember .ttlWrap {
  background: var(--color-red);
}

.recom .recomSignup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 0;
  font-size: 14px;
  background: url(../img/index/bg_recom_signup_01.webp) no-repeat center / contain;
}

.recom .recomSignup__txt {
  text-align: center;
  font-weight: bold;
}

.recom .recomSignup__txt--red {
  color: var(--color-red);
}

.recom .recomSignup__btnList {
  width: 90%;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}

.recom .recomSignup__btn {
  display: block;
  width: 48%;
  background: var(--color-red);
  color: #fff;
  border: 1px solid var(--color-red);
  border-radius: var(--rad-button);
  text-align: center;
  padding: 10px 20px 10px 10px;
  position: relative;
}

.recom .recomSignup__btn--login {
  background: #fff;
  color: var(--color-red);
}

.recom .recomSignup__btn::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  right: 1.2em;
  transform: translateY(-50%) rotate(45deg);
}

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

.recom .item .recomTtlWrap {
  color: #fff;
  background: var(--color-black);
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
}

.recom .item.emember .recomTtlWrap {
  background: var(--color-red);
}

.recom .item .ttl {
  height: 3em;
  line-height: 1.5;
  z-index: 3;
}

.recom .item .ttl a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recom .item .ttl a:hover {
  opacity: 1;
}

.recom .item .ttl a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all .3s;
}

.recom .item .ttl a:hover::after {
  background: rgba(255, 255, 255, .3);
}

.recom .item {
  z-index: 0;
}

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

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

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

.recom .item .photo {
  width: 100%;
  aspect-ratio: 3 / 2;
  background: var(--color-palegray);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: -1;
  flex-shrink: 0;
}

.recom .item .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.recom .item .iconWrap {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.recom .item .iconWrap .icon_txt {
  font-size: 12px;
}

.recom .item .recomInfoWrap {
  border: 1px solid #ddd;
  border-top: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.recom .item .details {
  min-height: 60px;
  font-size: 13px;
}

.recom .item .payment_pay {
  padding: 10px 0 5px;
  margin: 0 10px;
  border-top: 1px dashed #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recom .item .payment_pay dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

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

.recom .item .payment_pay dt {
  border: 1px solid;
  padding: 5px;
  margin-right: 10px;
}

.recom .item .payment_pay dd span {
  font-size: 16px;
  margin: 0 3px;
  font-family: var(--font-en);
}

.recom .item .payment_pay .payment_txt {
  padding: 5px;
  font-size: 12px;
  line-height: 1;
}

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

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

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

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

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

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

/*
===== SAKIDORIBOX ==========================================
*/

.sakidoriBox {
  margin-block: var(--gutter);
}

.sakidoriBox__ttlWrap {
  position: relative;
}

.sakidoriBox__ttlCom {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sakidoriBox__ttlCom__txt {
  font-size: 14px;
  padding: 10px;
}

.sakidoriBox__ttlCom__frame {
  display: block;
  width: 100%;
  height: 20px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  position: relative;
  top: -20px;
}

.sakidoriBox__ttlCom__fukidashi {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 20px;
  left: 50%;
}

.sakidoriBox__ttlCom__fukidashi::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: var(--rad-full);
  background: var(--color-black);
  position: absolute;
  bottom: -19px;
  left: calc(50% - 3px);
}

.sakidoriBox__ttlCom__fukidashi::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: var(--color-black);
  position: absolute;
  bottom: -17px;
  left: calc(50% + 4px);
  transform: rotate(30deg);
}


/*
===== PLANBOX ==========================================
*/
.indexPlanBox {
  margin: var(--gutter-wide) 0;
  padding: var(--gutter-wide) 0;
  background: var(--color-palegray);
  overflow: hidden;
}

.indexPlanBox__itemList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
}

.indexPlanBox__item {
  max-width: 380px;
  width: calc((100% - 40px)/ 3);
  position: relative;
  margin: 0 20px 20px;
  background: #fff;
  filter: drop-shadow(9px 10px 0px rgba(0, 0, 0, 0.1));
}

.indexPlanBox__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 6 / 7;
  overflow: hidden;
  position: relative;
}

.indexPlanBox__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease-in-out .1s;
}

.indexPlanBox__catch {
  display: block;
  writing-mode: vertical-rl;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  padding: 10px;
  font-size: clamp(1.4rem, 2vw, 2rem);
  letter-spacing: 0.1em;
}

.indexPlanBox__detail {
  padding: 10px;
  border-top: none;
  text-align: center;
}

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

.indexPlanBox__detailFloor {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}

.indexPlanBox__detailTagWrap {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
  vertical-align: middle;
  justify-content: center;
  margin-top: 1rem;
}

.indexPlanBox__detailTag {
  display: inline-block;
  color: var(--color-gray);
}

.indexPlanBox__icon--new {
  font-size: 12px;
  padding: 2px 5px;
  margin-left: 5px;
}

.indexPlanBox .item__linkBtn {
  bottom: 10px;
  right: 10px;
}

.indexPlanBox__btn {
  margin-top: var(--gutter);
}

/*
===== GALLERYBOX ==========================================
*/
.galleryBox__ttl .indexPage__ttl--small {
  color: var(--color-black);
}

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

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

.galleryBox__list .slick-list.draggable {
  padding-bottom: 30px !important;
}

.galleryBox__item {
  max-width: 380px;
  width: calc((100% - 40px)/ 3);
  position: relative;
  margin: 0 10px;
  flex-shrink: 0;
}

.galleryBox__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 360 / 400;
  overflow: hidden;
  border-radius: var(--rad-full) var(--rad-full) 0 0;
  position: relative;
}

.galleryBox__photo::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  border-radius: var(--rad-full) var(--rad-full) 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.galleryBox__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease-in-out .1s;
}

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

  .galleryBox__item a:hover .galleryBox__photo img {
    transform: scale(1.1);
  }
}

.galleryBox__detail {
  padding: 10px;
  border-top: none;
}

.galleryBox__detailTtl {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.galleryBox__detailTagWrap {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
}

.galleryBox__detailTag {
  display: inline-block;
  color: var(--color-gray);
  margin-right: 1em;
}

.galleryBox__icon--new {
  font-size: 12px;
  padding: 2px 5px;
  margin-left: 5px;
}

.galleryBox__btn {
  margin-top: 50px;
}


/*
===== CONCEPTBOX ==========================================
*/
.conceptBox {
  padding: var(--gutter-superwide) 0;
  margin-top: 0;
  position: relative;
  background: url(../img/index/bg_concept_01.webp) no-repeat center / cover;
}

.conceptBox__wire {
  width: 80%;
  max-width: 800px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
}

.conceptBox__inner {
  width: 60%;
}

.conceptBox__ttl {
  font-size: clamp(2rem, 4.8vw, 3.2rem);
  line-height: 1.4;
  font-weight: bold;
}

.conceptBox__ttl__brandName {
  display: inline-block;
  vertical-align: middle;
  height: clamp(2rem, 4.8vw, 3.2rem);
  line-height: 1;
  margin-right: 10px;
}

.conceptBox__ttl__brandName img {
  height: 100%;
  width: auto;
}

.conceptBox__txt {
  font-size: 1em;
  line-height: 2;
  margin: 2.22em 0;
  font-weight: 500;
}

.conceptBox__logo {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.conceptBox__logo img {
  width: 80%;
  max-width: 240px;
  height: auto;
}

/* ボタン */
.conceptBox__btnList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.conceptBox__btnList .btn_archive a {
  margin: 0;
}


/*
===== SERVICEBOX ==========================================
*/
.serviceBox {
  padding: var(--gutter-wide) 0;
  background-color: var(--color-palegray);
  margin-bottom: 0;
}

.serviceBox__list {
  display: flex;
  justify-content: space-around;
  gap: 15px;
  margin: var(--gutter) auto;
}

.serviceBox__item {
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--color-black);
  border-radius: var(--rad-common);
  position: relative;
  background: #fff;
}

.serviceBox__num {
  font-family: var(--font-en);
  font-size: clamp(2rem, 6vw, 6rem);
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: calc(-1 * (clamp(2rem, 6vw, 6rem) / 2));
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0 1px 0 #fff;
  ;
}

.serviceBox__imgWrap {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
}

.serviceBox__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--rad-common) var(--rad-common) 0 0;
}

.serviceBox__itemTtlWrap {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.serviceBox__itemTtl {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

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

.serviceBox__txt {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}

.serviceBox__itemInner {
  padding: clamp(10px, 2vw, 20px) 10px 30px;
  display: flex;
  text-align: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}


/*
===== SNSBOX ==========================================
*/
.SNSBox {
  margin: var(--gutter) 0;
}

.SNSBox__inner {
  width: 96%;
  max-width: var(--width-content);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}

.SNSBox .lineBox,
.SNSBox .instagramBox {
  width: 49%;
  max-width: 560px;
}

.SNSBox .SNSBox__btn__link {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
}

.SNSBox .SNSBox__btn__link::after {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  margin-left: 1em;
}

.SNSBox .line__txtBox {
  border: 5px solid #06C755;
  border-bottom: none;
  padding: 35px 30px 0;
  font-weight: 600;
}

.SNSBox .lineBox__ttl::before {
  background: url(../img/common/icon_line.svg) no-repeat center /contain;
}

.SNSBox .line__head {
  height: 100px;
}

.SNSBox .line__body {
  height: 240px;
  padding-right: 42%;
  background: url(../img/common/img_line_phone_01.webp) no-repeat right top / 36% auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.SNSBox .line__body__subTxt {
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
}

.SNSBox .line__body__subTxt::before,
.SNSBox .line__body__subTxt::after {
  display: inline-block;
  content: "/";
  margin-inline: 5px;
}

.SNSBox .line__body__subTxt::before {
  transform: scale(-1, 1);
}

.SNSBox .line__balloon {
  background: url(../img/common/img_line_balloon_01.svg) no-repeat center top / auto 100%;
  padding: 20px 0 50px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.SNSBox .line__balloon__big {
  font-size: clamp(14px, 4vw, 18px);
  font-weight: 700;
  margin-bottom: 10px;
}

.SNSBox .SNSBox__btn__link--line {
  background: #06C755;
}


.SNSBox .instagramBox__ttl::before {
  background: url(../img/common/icon_instagram_grad.svg) no-repeat center /contain;
}

.SNSBox .SNSBox__btn__link--instagram {
  clear: both;
  background: url(../img/common/bg_instagram_02.webp) no-repeat center / cover;
}

.SNSBox #sb_instagram #sbi_images {
  padding: 0;
}


/*==================================================
  PC SETTINGS : Min768px
==================================================*/
@media screen and (min-width: 768px) {}


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

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

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

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

  /*物件を探す　物件数リスト*/
  .estateCountBox {
    padding: 4% 0;
  }

  .estateCountBox__totalWrap {
    flex-direction: column;
  }

  .estateCountBox__totalTtl {
    width: 100%;
    margin-right: 0;
  }

  .estateCountBox__detailBox {
    padding: 7%;
  }

  .estateCountBox__detailWrap {
    flex-direction: column;
  }

  .estateCountBox__btn {
    padding: 2px 0 10px;
  }

  .estateCountBox__btn--member {
    padding: 18px 0;
  }

  .estateCountBox__btnTxt {
    font-size: clamp(10px, 1vw, 14px);
  }

  /* 地図 */
  .areasearchBox__mapBox {
    background-size: cover;
  }

  .searchBox__linkBtnWrap {
    position: static;
  }

  /*
===== SAKIDORIBOX ==========================================
*/

  .sakidoriBox__inner {
    margin-top: var(--gutter-superwide)
  }

  .sakidoriBox__ttlCom {
    bottom: -50%;
  }

  /*
  ===== SNSBOX ==========================================
  */
  .SNSBox__inner {
    flex-direction: column;
    align-items: center;
    gap: var(--gutter);
  }

  .SNSBox .lineBox,
  .SNSBox .instagramBox {
    width: 80%;
  }

}

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

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

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

  .indexmainBox:not(:has(.slick-slider)) {
    aspect-ratio: 12 / 5;
    overflow: hidden;
  }

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

  .indexmainBox .slick-list.draggable {
    overflow: visible;
    margin-bottom: 25px !important;
  }

  .bannerWrap {
    width: 96%;
    margin: var(--gutter) auto;
  }

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

  .searchBox__ttl {
    margin-bottom: 20px;
  }

  .searchBox__ttl img {
    width: 45%;
  }

  .searchBox__container {
    flex-direction: column-reverse;
  }

  /*物件数リスト*/
  .estateCountBox {
    width: 100%;
    max-width: unset;
    padding: 30px 0 20px;
  }

  .estateCountBox__totalBox {
    padding: 0 15px 20px;
  }

  .estateCountBox__totalTtl {
    font-size: clamp(14px, 4.6vw, 18px);
  }

  .estateCountBox__detailBox {
    padding: 15px;
  }

  .estateCountBox__detailWrap--shop {
    flex-direction: column;
  }

  .estateCountBox__btnTxt {
    font-size: clamp(12px, 3.8vw, 14px);
  }

  /*エリア別物件一覧*/
  .searchBox__rightCont {
    width: 100%;
    max-width: unset;
  }

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

  .areasearchBox__tabItem {
    width: 32%;
    max-width: unset;
    flex-grow: 1;
  }

  .areasearchBox__tabItem:nth-of-type(1),
  .areasearchBox__tabItem:nth-of-type(2) {
    width: 49%;
  }

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

  .areasearchBox__mapInner {
    display: flex;
    flex-wrap: wrap;
  }

  .areasearchBox__mapItem {
    display: none;
    /*一度すべて隠す*/
    border: 1px solid #ccc;
    width: 48%;
    margin: 5px 1% 0;
    position: static;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
  }

  .areasearchBox__mapBox .c-takatsuki,
  .areasearchBox__mapBox .c-hirakata,
  .areasearchBox__mapBox .c-neyagawa,
  .areasearchBox__mapBox .c-katano,
  .areasearchBox__mapBox .c-ibaraki,
  .areasearchBox__mapBox .c-shimamoto,
  .areasearchBox__mapBox .c-kyoto {
    display: flex;
  }

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

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

  .areasearchBox__mapItemNum {
    font-size: 17px;
  }

  /*物件検索へのリンク*/
  .searchBox__linkBtnWrap {
    flex-direction: column;
    align-items: center;
    position: static;
  }

  .searchBox__linkBtn {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .searchBox__linkBtnTxt {
    font-size: 12px;
    margin-bottom: 5px;
  }

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

  .eventBox__ttl {
    margin-bottom: 20px;
  }

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

  .eventBox__item {
    width: 300px;
  }

  .eventBox__detail {
    padding: 10px;
    display: inline-block;
    width: 100%;
  }

  .eventBox__iconWrap {
    margin-bottom: 5px;
  }

  .eventBox__iconWrap span {
    padding: 5px;
    font-size: 11px;
    margin-right: 5px;
  }

  .eventBox__detail dt,
  .eventBox__detail dd {
    font-size: 1.4rem;
  }

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

  .pickupBox,
  .recomBox {
    overflow: hidden;
  }

  .pickupBox {
    padding: 15% 0;
  }

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

  /*
  ===== SAKIDORIBOX ==========================================
  */

  .sakidoriBox__ttlCom {
    position: static;
    width: 80%;
    margin: 0 auto 30px;
  }

  .sakidoriBox__ttlCom__txt {
    text-align: center;
  }

  /*
===== PLANBOX ==========================================
*/

  .indexPlanBox__item {
    width: 300px;
  }

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

  .galleryBox__ttl {
    margin-bottom: 5%;
  }

  .galleryBox__item {
    width: 300px;
  }

  /*
===== CONCEPTBOX ==========================================
*/

  .conceptBox__wire {
    width: 100%;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .conceptBox__inner {
    width: 90%;
    margin-top: 8%;
  }

  .conceptBox__ttl,
  .conceptBox__txt {
    text-align: center;
  }

  .conceptBox__btnList .btn_archive a {
    margin: 0 auto;
  }

  /*
  ===== SERVICEBOX ==========================================
  */
  .serviceBox {
    padding: var(--gutter) 0;
  }

  .serviceBox__list {
    flex-direction: column;
    gap: 30px;
  }

  .serviceBox__item {
    width: 100%;
    flex-direction: row;
    align-items: stretch;
  }

  .serviceBox__num {
    font-size: 3rem;
    left: 5px;
    transform: none;
  }

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

  .serviceBox__itemTtl {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }

  .serviceBox__txt {
    font-size: clamp(1.2rem, 3vw, 1.3rem);
  }

  .serviceBox__itemInner {
    text-align: left;
    padding: clamp(10px, 3vw, 20px);
    width: 65%;
  }

  .serviceBox__imgWrap {
    width: 35%;
    aspect-ratio: inherit;
  }

  .serviceBox__img {
    border-radius: var(--rad-common) 0 0 var(--rad-common);
  }

  /*
  ===== SNSBOX ==========================================
  */

  .SNSBox__inner {
    flex-direction: column;
  }

  .SNSBox .lineBox,
  .SNSBox .instagramBox {
    width: 100%;
    margin-inline: auto;
  }

  .SNSBox .line__head {
    height: auto;
  }

  .SNSBox .line__txtBox {
    padding: 20px 10px 0;
    position: relative;
  }

  .SNSBox .line__txtBox::after {
    content: "";
    display: block;
    width: 28%;
    height: 36vw;
    aspect-ratio: 1 / 3;
    background: url(../img/common/img_line_phone_01.webp) no-repeat right top / 100% auto;
    position: absolute;
    bottom: 0;
    right: 5px;
  }

  .SNSBox .line__body {
    height: auto;
    padding-right: 30%;
    background: none;
    margin-top:10px;
  }

  .SNSBox .line__balloon {
    padding: 15px 0 clamp(10px, 15vw, 60px);
    background-size: contain;
    margin-top: 5px;
  }

  .SNSBox .instagramBox {
    margin-top: var(--gutter-wide);
  }

}