﻿@charset "utf-8";

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

/*==================================================
  TITLE COMMON
==================================================*/
.eventBox,
.searchBox,
.pickupBox,
.newArrivalsBox,
.lineupBox,
.voiceBox,
.lowerPageBox {
  margin-bottom: var(--gutter-wide);
  overflow: hidden;
  padding-bottom: 5px;
}

.indexPage__ttl {
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  font-weight: bold;
  margin-bottom: var(--gutter-narrow);
  line-height: 1.3;
  letter-spacing: .05em;
  padding-left: 4.6rem;
  position: relative;
}

.indexPage__ttl::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*
===== SLIDER ==========================================
*/
/*dots*/
.slick-dots li,
.slick-dots li button {
  width: 25px !important;
  height: 10px !important;
}

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

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

.bannerWrap a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (any-hover:hover) {
  .bannerWrap a:hover {
    transform: scale(1.02);
    transition: all .3s;
  }
}

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

/*
===== FVBOX ==========================================
*/
.header {
  position: relative;
  z-index: 10;
  background: rgba(255,255,255,.9);
}

.fvBox {
  position: relative;
  height: 550px;
  overflow: hidden;
  z-index: 1;
  margin-top: calc(var(--fv-offset) * -1);
  padding-top: var(--fv-offset);
}

.fvBox__image{
  position: absolute;
  inset: 0;
  z-index: 0;
}

.fvBox__image img{
  width: 100%;
  height: 100%;
  display: block;
}

/*
===== fvCountBox ==========================================
*/
.fvCountBox {
  background: rgba(255,255,255,.95);
  border-radius: 30px;
  box-shadow: 3px 4px 0 rgba(0,0,0,.25);
  position: absolute;
  z-index: 1;
  top: calc(var(--fv-offset) + 220px);
  left: 50%;
  padding: 3rem 3rem 7rem 3rem;
  transform: translateX(-50%);
  width: min(98%, 1040px);
}

.fvCountBox__countBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 44px;
}

.fvCountBox__mainttl {
  font-size: clamp(1.6rem, 5vw, 3.4rem);
  font-weight: bold;
  letter-spacing: .05em;
}

.fvCountBox__mainttl--small {
  font-size: .82em;
}

.fvCountBox__totalBox {
  background: var(--color-paleorange);
  border-radius: 20px;
  padding: 10px 20px;
  display: flex;
  gap: 1rem;
  font-size: var(--font-20);
  font-weight: bold;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 10px;
}

.fvCountBox__totalNum {
  color: var(--color-orange);
  font-size: clamp(3rem, 5vw, 6rem);
  font-feature-settings: "palt";
}

.fvCountBox__detailBox {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.fvCountBox__detailItem {
  text-align: center;
}

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

.fvCountBox__detailTxt,
.fvCountBox__detailTtl {
  font-weight: 500;
}

.fvCountBox__detailTxt {
  position: relative;
}

.fvCountBox__detailNum {
  font-size: var(--font-24);
  font-weight: bold;
  margin-right: 5px;
}

.fvCountBox__detailItem:first-child .fvCountBox__detailTxt {
  padding-right: 15px;
}

.fvCountBox__detailItem:first-child .fvCountBox__detailTxt::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: var(--color-black);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
}

.fvCountBox .btn_archive {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}

.fvCountBox .btn_archive a {
  background: var(--color-orange);
  box-shadow: 2px 3px 0 var(--color-darkorange);
}

.fvCountBox .btn_archive .contactBox__itemIcon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.fvCountBox .btn_archive .contactBox__itemIcon svg {
  width: 24px;
  height: 24px;
}

/*
===== LINEUPBOX ==========================================
*/
.lineupBox {
  background: url(../img/index/bg_lineup.webp) no-repeat center / cover;
  border-radius: 50px 50px 0 0;
  padding: var(--gutter-wide) 0;
  text-align: center;
}

.lineupBox__ttl {
  padding-left: 0;
}

.lineupBox__ttl::before {
  content: none;
}

.lineupBox__subTtl {
  color: var(--color-orange);
  display: block;
  font-size: clamp(1.8rem,3vw,2.4rem);
  margin: 0 auto .5rem;
  position: relative;
  width: fit-content;
}

.lineupBox__subTtl::before,
.lineupBox__subTtl::after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 3px;
  height: 2rem;
  background: var(--color-orange);
}
.lineupBox__subTtl::before {
  transform: rotate(-30deg);
  left: -14px;
}
.lineupBox__subTtl::after {
  transform: rotate(30deg);
  right: -10px;
}

.lineupBox__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--gutter);
  gap: 10px;
}

.lineupBox__item a {
  display: block;
}

@media (any-hover:hover) {
  .lineupBox__item a:hover {
    transform: scale(1.03);
    transition: all .3s;
  }
}

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

.lineupBox__detail {
  background: var(--color-white);
  border-radius: 0 0 var(--rad-common) var(--rad-common);
  padding: 2rem 2rem 2rem 3rem;
}

.lineupBox__detail__txt {
  font-size: var(--font-14);
  text-align: center;
  padding-top: 5px;
}

.lineupBox__btn a span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.lineupBox__btn a span::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/common/icon_outside.svg) no-repeat center / contain;
  filter: brightness(0) invert(1);
}

.lineupBox__btn a::after {
  content: none;
}

/*
===== EVENTBOX ==========================================
*/
.eventBox__content {
  display: flex;
  margin-bottom: var(--gutter);
}

.eventBox__ttl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-left: 0;
  padding-top: 4.6rem;
  margin-right: 6rem;
}

.eventBox__ttl::before {
  background: url(../img/index/icon_ttl_event.svg) no-repeat center / contain;
  top: 0;
  left: initial;
  transform: none;
}

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

.eventBox__list {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 20px;
}

.eventBox__item {
  position: relative;
}

.eventBox__item a {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  gap: var(--gutter-narrow);
}

@media (any-hover:hover) {
  .eventBox__item a:hover {
    transform: scale(1.02);
    transition: all .3s;
  }
}

.eventBox__photo {
  aspect-ratio: 3/ 2;
  max-width: 400px;
  overflow: hidden;
}

.eventBox__photo img {
  border-radius: var(--rad-common);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eventBox__detail {
  width: calc(100% - 400px);
}

.eventBox__iconWrap {
  position: absolute;
  top: 10px;
  left: 0;
}

.eventBox__cateWrap {
  margin-bottom: 1.5rem;
}

.eventBox__itemTtl {
  text-align: left;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1rem;
}

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

.eventBox__date {
  font-size: var(--font-14);
  font-weight: bold;
  margin-bottom: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

.searchBox {
  background: var(--color-palegreen);
  border-radius: 50px 50px 0 0;
  padding: var(--gutter-wide) 0;
  margin-top: 230px;
}

.searchBox__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 6rem;
}

/*
----- areasearchBox leftCont --------------------
*/
.searchBox__leftWrap {
  width: 40%;
  max-width: 480px;
}

.searchBox__ttl {
  margin-bottom: 1.5rem;
}

.searchBox__ttl::before {
  background: url(../img/index/icon_ttl_search.svg) no-repeat center / contain;
}

.searchBox__linkBtnWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  margin-bottom: 1.7rem;
}

.searchBox__linkBtnWrap .btn_archive a {
  width: 230px;
  height: 60px;
  font-size: var(--font-18);
  margin: 0;
}

.searchBox__linkBtnWrap .btn_archiveTxt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.searchBox__linkBtnWrap .btn_archiveTxt::before {
  content: "";
  width: 35px;
  height: 35px;
  display: inline-block;
  background: url(../img/index/icon_btn_area.svg) no-repeat center / contain;
}
.searchBox__linkBtnWrap .searchBox__linkBtn--school .btn_archiveTxt::before {
  background: url(../img/index/icon_btn_school.svg) no-repeat center / contain;
}
.searchBox__linkBtnWrap .searchBox__linkBtn--map .btn_archiveTxt::before {
  background: url(../img/index/icon_btn_map.svg) no-repeat center / contain;
}
.searchBox__linkBtnWrap .searchBox__linkBtn--station .btn_archiveTxt::before {
  background: url(../img/index/icon_btn_station.svg) no-repeat center / contain;
}
.searchBox__linkBtnWrap .btn_archiveTxt::after {
  content: '';
  width: 7px;
  height: 12px;
  background: url(../img/common/arrow_btn.svg) no-repeat center / contain;
}

/* searchBox__conditions */
.searchBox__conditions {
  background: var(--color-white);
  border-radius: var(--rad-common);
  padding: var(--gutter-supernarrow) var(--gutter-narrow);
}
.conditions_ttl {
  font-size: var(--font-22);
  font-weight: bold;
  position: relative;
    padding-left: 20px;
    margin-bottom: 1rem;
}
.conditions_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: var(--color-green);
  border-radius: var(--rad-full);
}
.searchBox__conditions tr,
.searchBox__conditions .select_wrap {
  display: flex;
  align-items: center;
}
.searchBox__conditions tr {
  margin-bottom: 1rem;
}
.searchBox__conditions .select_tbl {
  width: 100%;
}
.searchBox__conditions th {
  font-size: var(--font-18);
  width: 25%;
}
.searchBox__conditions .select_wrap {
  width: 75%;
  gap: 5px;
}
.searchBox__conditions .select_wrap select {
  width: 145px;
}
.select_building_condition .select_wrap {
  gap: 1rem;
}
.searchBox__conditions__btn button {
  transition: all 0.3s ease;
  font-size: var(--font-18);
  width: min(85vw, 230px);
  height: 60px;
}
.searchBox__conditions__btn .btn_archiveTxt::after {
  width: 7px;
  height: 12px;
}

/*
----- areasearchBox rightCont --------------------
*/
.searchBox__rightWrap {
  width: 55%;
  max-width: 660px;
}

.areasearchBox__mapBox {
  border: 4px solid var(--color-white);
  border-radius: var(--rad-common);
}

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

.areasearchBox__mapItem {
  text-decoration: none;
  display: block;
  background: var(--color-white);
  border: 1px solid var(--color-green);
  border-radius: var(--rad-common);
  box-shadow: 2px 3px 0 rgba(14,83,5,.8);
  padding: 6px 10px;
  transition: all .3s;
}

@media (any-hover:hover) {
  .areasearchBox__mapItem:hover {
    transform: scale(1.03);
    transition: all .3s;
    background: var(--color-blue);
    border: 1px solid var(--color-white);
  }
  .areasearchBox__mapItem:hover .areasearchBox__mapItemInner {
    color: var(--color-white);
  }
}

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

.areasearchBox__mapItemTtl {
  margin-bottom: 3px;
  white-space: pre-wrap
}

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

@media screen and (min-width: 768px) {
  .areasearchBox__mapItem {
    position: absolute;
  }

  /*郡山エリア*/
  .areasearchBox__mapBox .c-koriya{
    top: 75px;
    left: 50%;
    transform: translateX(calc(-50% - 40px));
  }
  
  /*吉田エリア*/
  .areasearchBox__mapBox .c-yoshida{
    top: 80px;
    left: 50%;
    transform: translateX(calc(-50% + 80px));
  }
  
  /*吉野エリア*/
  .areasearchBox__mapBox .c-yoshino{
    top: 155px;
    left: 50%;
    transform: translateX(calc(-50% + 160px));
  }

  /*伊敷エリア*/
  .areasearchBox__mapBox .c-ishiki{
    top: 155px;
    left: 50%;
    transform: translateX(calc(-50% + 30px));
  }

  /*中央エリア*/
  .areasearchBox__mapBox .c-chuo{
    top: 228px;
    left: 50%;
    transform: translateX(calc(-50% + 80px));
  }

  /*谷山エリア*/
  .areasearchBox__mapBox .c-taniyama{
    top: 321px;
    left: 50%;
    transform: translateX(calc(-50% + 40px));
  }

  /*松元エリア*/
  .areasearchBox__mapBox .c-matsumoto{
    top: 223px;
    left: 50%;
    transform: translateX(calc(-50% - 50px));
  }

  /*喜入エリア*/
  .areasearchBox__mapBox .c-kiire{
    top: 450px;
    left: 50%;
    transform: translateX(calc(-50% + 110px));
  }

  /*桜島エリア*/
  .areasearchBox__mapBox .c-sakurajima{
    top: 235px;
    left: 50%;
    transform: translateX(calc(-50% + 196px));
  }

  /*日置エリア*/
  .areasearchBox__mapBox .c-hioki{
    top: 143px;
    left: 50%;
    transform: translateX(calc(-50% - 100px));
  }

  /*姶良エリア*/
  .areasearchBox__mapBox .c-aira{
    top: 43px;
    left: 50%;
    transform: translateX(calc(-50% + 200px));
  }

  /*南薩エリア*/
  .areasearchBox__mapBox .c-minami_satsuma{
    top: 432px;
    left: 50%;
    transform: translateX(calc(-50% - 100px));
  }
}

/*
===== RECOMBOX 注目物件 ==========================================
*/
.pickupBox__ttl::before {
  background: url(../img/index/icon_ttl_pickup.svg) no-repeat center / contain;
}
.newArrivalsBox__ttl::before {
  background: url(../img/index/icon_ttl_newArrival.svg) no-repeat center / contain;
}

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

.recom .item {
  width: 300px;
  background: var(--color-white);
  border-radius: var(--rad-common);
  position: relative;
  margin: 0 10px;
}

/*会員限定物件*/
.recom .item.emember a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(../img/basic/btn_prpregist_land01.webp) no-repeat center / cover;
  border: 1px solid var(--color-orange);
}

.recom .item.emember .recomSignup__ttl {
  color: var(--color-orange);
  font-size: var(--font-24);
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: 1.5rem;
  position: relative;
  padding-top: 25px;
}

.recom .item.emember .recomSignup__ttl::before {
  content: "";
  width: auto;
  height: 1em;
  aspect-ratio: 49 / 25;
  background: url(../img/common/deco_prpregist_01.svg) no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.recom .item.emember .recomSignup__txt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}

.recom .item.emember .recomSignup__txt span {
  color: var(--color-orange);
}

.recom .item.emember .btn_archive {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: min(70vw, 210px);
  height: 46px;
  margin: 0 auto;
  background: var(--color-orange);
  border-radius: var(--rad-full);
  box-shadow: 2px 3px 0 var(--color-darkorange);
  color: var(--color-white);
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.recomSignup__btnWrap {
  position: relative;
}

.recomSignupBtn__badge {
  position: absolute;
  top: -30px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 50vh;
  color: var(--color-orange);
  background-color: var(--color-white);
  border: 1px solid var(--color-orange);
  width: 40px;
  height: 40px;
  line-height: 1;
  font-feature-settings: 'palt';
  z-index: 3;
}

.recomSignupBtn__badge::before {
  content: "";
  border-left: 5px solid var(--color-white);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  right: 0;
  bottom: 3px;
  z-index: 2;
  transform: rotate(45deg);
}

.recomSignupBtn__badge::after {
  content: "";
  border-left: 7px solid var(--color-orange);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: -2px;
  bottom: 0;
  z-index: 1;
  transform: rotate(45deg);
}

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

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

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

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

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

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

/*一般公開物件*/
.recom .item>a {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px var(--color-gray);
  border-radius: var(--rad-common);
}

@media (any-hover:hover) {
  .recom .item>a:hover {
    transition: all .3s;
    transform: scale(1.02);
  }
}

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

.recom__detailWrap {
  padding: 1rem;
}

.recom .item .recom__new {
  position: absolute;
  z-index: 1;
  top: 10px;
}

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

.recom .item .photo img {
  width: 100%;
  height: 160px;
  display: block;
  margin: 0 auto;
  border-radius: var(--rad-common) var(--rad-common) 0 0;
}

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

.recom .item .box01 .price span {
  font-size: var(--font-20);
  font-family: var(--font-en);
  font-weight: bold;
  line-height: 1.3;
}

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

.recom .item .info .details {
}

.recom .item .payment_pay {
  margin-top: .5rem;
}

.recom .item .payment_pay dl {
  border-bottom: 1px solid var(--color-black);
  display: flex;
  align-items: center;
  display: flex;
  gap: 1.5rem;
}

.recom .item .payment_pay dt {
  background: var(--color-black);
  border-radius: var(--rad-small) var(--rad-small) 0 0;
  color: var(--color-white);
  font-size: var(--font-14);
  padding: 12px 10px;
  text-align: center;
}

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

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

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

.recom .item .info {
  font-size: var(--font-14);
  flex-grow: 1;
  margin-top: .5rem;
}

/* スタッフコメント */
.recom .item .staffComment_txtBox {
  margin-top: 1rem;
}

.recom .item .staffComment_ttl {
  color: var(--color-green);
  font-family: var(--font-en);
  font-weight: bold;
  padding-bottom: .5rem;
  display: flex;
  align-items: center;
  letter-spacing: .05em;
  line-height: 1;
}

.recom .item .staffComment_ttl::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--color-green);
  margin-left: 1rem;
}

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

/*
===== voiceBox ==========================================
*/
.voiceBox__inner {
  padding-bottom: var(--gutter);
}

.voiceBox__ttl::before {
  background: url(../img/index/icon_ttl_voice.svg) no-repeat center / contain;
}

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

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

.voiceBox__item {
  max-width: 480px;
  width: calc((100% - 30px)/ 3);
  position: relative;
  margin: 0 30px;
}

.voiceBox__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

@media (any-hover:hover) {
  .voiceBox__item a:hover {
    transform: scale(1.02);
    transition: all .3s;
  }
}

.voiceBox__photo img {
  border-radius: var(--rad-common);
  width: 100%;
  height: 300px;
  margin-bottom: 1rem;
}

.voiceBox__detailDataWrap {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.voiceBox__iconWrap {
  position: absolute;
  top: 10px;
  left: 0;
}

.voiceBox .cate_syubetu {
  padding: 5px 12px;
  background: var(--color-green);
  border: none;
  border-radius: var(--rad-small);
  font-size: var(--font-12);
  line-height: 1;
}

.voiceBox__detailTtl {
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}

.voiceBox__detailTxt {
  margin-top: 5px;
}

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

.voiceBox__btn {
  margin-top: 50px;
}

/*
===== SHOPINFOBOX ==========================================
*/
.lowerPageBox {
  background: var(--color-palegreen);
  padding: var(--gutter-wide) 0;
}

.lowerPageBox__inner {
  display: flex;
  justify-content: space-between;
  gap: clamp(2rem, 2.5vw, 4rem);
}

.lowerPageBox__item {
  width: 582px;
  height: 163px;
  aspect-ratio: 582 / 163;
}

.lowerPageBox__link {
  display: block;
}

@media (any-hover:hover) {
  .lowerPageBox__link:hover {
    transition: all .3s;
    transform: scale(1.01);
  }
}

/*
===== NOTICEBOX ==========================================
*/
.topicsBox,
.columnBox {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  position: relative;
}

.topicsBox__ttlWrap,
.topicsBox__ttlWrap {
  width: 25%;
}

.topicsBox__inner,
.columnBox__inner {
  width: 80%;
}

.noticeBox__btn a {
  width: 150px;
  height: 45px;
  font-size: var(--font-18);
  margin: 0;
}

@media (any-hover:hover) {
  .topicsBox__item a:hover,
  .columnBox__item a:hover {
    transition: all .3s;
    transform: scale(1.01);
  }
}

/* お知らせ */
.topicsBox__ttl,
.columnBox__ttl {
  font-size: var(--font-30);
}

.topicsBox {
  margin-bottom: var(--gutter);
}
.topicsBox__ttl::before {
  background: url(../img/index/icon_ttl_notice.svg) no-repeat center / contain;
}
.columnBox__ttl::before {
  background: url(../img/index/icon_ttl_column.svg) no-repeat center / contain;
}

.topicsBox__item {
  border-bottom: 1px solid var(--color-black);
  padding: 0 10px;
  margin-bottom: 1.5rem;
}
.topicsBox__item:last-child {
  margin-bottom: 0;
}
.topicsBox__item a {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font-14);
  position: relative;
}
.topicsBox__item a::after {
  content: "";
  width: 7px;
  height: 12px;
  background: url(../img/common/arrow_btn.svg) no-repeat center / contain;
  filter: brightness(0);
  position: absolute;
  right: 10px;
}
.topicsBox__date {
  font-family: var(--font-en);
  flex-shrink: 0;
  font-weight: bold;
  line-height: 1;
  margin-right: 1rem;
}
.topicsBox__date span {
  display: block;
  text-align: center;
}
.topicsBox__date--year {
  font-size: var(--font-12);
}
.topicsBox__date--md {
  font-size: var(--font-14);
}
.topicsBox__icon {
  margin-right: 1rem;
}
.topicsBox__itemTtl {
  width: 75%;
  max-width: 360px;
  margin: 15px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* コラム */
.noticeBox .cate_new,
.noticeBox .cate_popular {
  padding: 1px 10px;
  font-weight: bold;
}

.columnBox__item {
  display: block;
}
.columnBox__item:nth-child(even) {
  margin-top: 2rem;
}
.columnBox__item a {
  display: block;
  width: 100%;
}
.columnBox__photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
  width: 17%;
}
.columnBox__photo img {
  width: 150px;
  height: 100px;
  border-radius: var(--rad-common);
}
.columnBox__detail {
  display: inline-block;
  vertical-align: top;
  width: 80%;
}
.columnBox__dateWrap {
  display: flex;
  align-items: center;
}
.columnBox__catList {
  display: flex;
}
.columnBox__date {
  font-size: var(--font-14);
  font-family: var(--font-en);
  font-weight: bold;
  margin-right: 5px;
}
.columnBox__iconWrap {
  font-weight: bold;
}
.columnBox__catItem {
  font-size: var(--font-14);
  font-weight: 500;
}

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

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

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

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

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

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

  .fvCountBox {
    top: calc(var(--fv-offset) + 260px);
  }

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

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

  .fvCountBox__mainttl {
    font-size: 2.5rem;
  }

  /* 地図 */
  .searchBox__container {
    flex-direction: column;
    gap: 3rem;
  }
  .searchBox__leftWrap {
    width: 100%;
    max-width: 96%;
    margin: auto;
  }
  .searchBox__linkBtnWrap .btn_archive {
    width: 48%;
  }
  .searchBox__linkBtnWrap .btn_archive a {
    width: 100%;
  }
  .searchBox__conditions .select_wrap select {
    width: 250px;
  }
  .searchBox__conditions__btn.btn_archive {
    width: 100%;
  }
  .searchBox__rightWrap {
    width: 100%;
    margin: auto;
  }

  /*
  ===== LINEUPBOX ==========================================
  */
  .lineupBox__detail__logo {
    height: 90px;
  }

  /*
  ===== EVENTBOX ==========================================
  */
  .eventBox__ttl {
    margin-right: 3rem;
  }
  .eventBox__photo {
    width: 270px;
    max-width: 270px;
  }

  /*
  ===== SHOPINFOBOX ==========================================
  */
  .lowerPageBox__item {
    width: 48%;
    height: 100px
  }

  /* コラム */
  .columnBox__detail {
    width: 75%;
  }

  /* フッターリンクボックス */
  #footer_bnrBox .footer_bnr_list,
  #footer_bnrBox .footer_bnr_list .slick-list.draggable {
    width: 100%;
  }


}

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

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

  /* .eventBox,
  .searchBox,
  .voiceBox,
  .shopInfoBox,
  .topicsBox,
  .columnBox {
    padding: 10% 0;
  } */

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

  .slick-list.draggable {
    width: calc(100% - 60px);
    overflow: visible;
  }

  .bannerWrap {
    width: 96%;
  }

  /*==================================================
    TITLE COMMON
  ==================================================*/
  .indexPage__ttl {
    padding-left: 3.8rem;
  }
  .indexPage__ttl::before {
    width: 30px;
    height: 30px;
  }

  /*
  ===== FVBOX   ==========================================
  */
  .fvBox {
    height: 30vh;
  }
  .fvCountBox {
    background: var(--color-white);
    box-shadow: 0 -2px 3px rgba(0, 0, 0, .25);
    margin: auto;
    padding: 15px 15px 0 15px;
    position: relative;
    top: -20px;
    left: auto;
    transform: none;
  }
  .fvCountBox__countBox {
    flex-direction: column;
    gap: 1rem;
  }
  .fvCountBox__mainttl {
    text-align: center;
    line-height: 1.4;
  }
  .fvCountBox__totalBox {
    padding: 5px 15px;
    margin-bottom: 5px;
  }
  .fvCountBox .btn_archive {
    position: initial;
    transform: none;
    margin-top: 1rem;
  }
  .fvCountBox .btn_archive .contactBox__itemIcon {
    width: 30px;
    height: 30px;
  }
  .fvCountBox .btn_archive .contactBox__itemIcon svg {
    width: 20px;
    height: 20px;
  }

  /*
  ===== spInfoBox/SEARCHBOX - SP   ==========================================
  */
  .searchBox {
    background: none;
    border-radius: 0;
    margin-top: 20px;
    padding: 0;
  }

  .searchBox__container {
    flex-direction: column;
    gap: 0;
  }

  .searchBox__leftWrap{
    width: 95%;
    margin: auto;
  }

  /* エリアモーダル */
  .areasearchBox__mapBox {
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    display: none;
    overflow-y: auto;
  }
  .areasearchBox__mapBox.active {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 2rem;
    padding: 20% 0;
  }
  .areasearchBox__mapBox::before {
    content:"";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.9);
    z-index: -1;
  }
  .areasearchBox__mapInner {
    width: 92vw;
    max-width: 420px;
    max-height: 80vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .areasearchBox__mapItem {
    width: 48%;
  }
  .areasearchBox__mapBox.active .modal-close{
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 10001;
    width: 40px;
    height: 40px;
    border-radius: var(--rad-full);
    border: 1px solid var(--color-green);
    background: var(--color-white);
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: var(--color-darkgreen);
  }
  .areasearchBox__mapBox.active .areasearchBox__mapInner{
    position: relative;
    z-index: 10000;
  }
  .areasearchBox__mapImg {
    width: 90%;
  }
  
  /* 探すボタン */
  .searchBox__linkBtnWrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 0;
  }
  .searchBox__linkBtnWrap > .btn_archive {
    max-width: calc((100% - 12px) / 2);
    width: 48%;
    margin: 0;
  }
  .searchBox__linkBtnWrap > .btn_archive:nth-child(n+3) {
    max-width: calc((100% - 24px) / 3);
  }
  .searchBox__linkBtnWrap .btn_archive a {
    width: 100% !important;
    border-radius: var(--rad-common);
    font-size: 1.4rem;
    padding: 7px;
  }
  .searchBox__linkBtnWrap .btn_archiveTxt {
    gap: 6px;
  }
  .searchBox__linkBtnWrap .btn_archiveTxt::before {
    width: 25px;
    height: 25px;
  }
  .searchBox__linkBtnWrap > .btn_archive:nth-child(n+3) .btn_archiveTxt {
    text-align: left;
    line-height: 1.1;
  }
  .searchBox__linkBtnWrap > .btn_archive:nth-child(n+3) .btn_archiveTxt::before {
    width: 20px;
    height: 20px;
  }
  .searchBox__linkBtnWrap > .btn_archive:nth-child(n+3) .btn_archiveTxt::after {
    content: none;
  }

  /* こだわり条件検索アコーディオン */
  .searchBox__conditions {
    padding: 0;
    margin: 2rem 0;
  }
  .conditions__panel {
    display: none;
    margin-top: 2rem;
  }
  .conditions__toggle {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: 1px solid var(--color-darkgreen);
    background: #fff;
    border-radius: var(--rad-full);
    box-shadow: 2px 3px 0 var(--color-darkgreen);
    font-size: 16px;
    font-weight: bold;
    color: var(--color-darkgreen);
    position: relative;
  }
  .conditions__toggle::after {
    content: "＋";
    font-size: 1.8rem;
    line-height: 1;
    position: absolute;
    right: 20px;
  }
  .conditions__toggle.is-open::after {
    content: "－";
  }
  .searchBox__conditions .select_tbl {
    width: 93%;
    margin: auto;
  }
  .searchBox__conditions th {
    font-size: 1.4rem;
  }
  .searchBox__conditions .select_wrap {
    width: 85%;
  }
  .searchBox__conditions .select_wrap select {
    width: 100%;
    min-width: 110px;
  }

  /*
  ===== LINEUPBOX ==========================================
  */
  .lineupBox {
    padding: 30px 10px;
  }
  .lineupBox__ttl {
    padding-left: 0;
  }
  .lineupBox__list {
    flex-direction: column;
    gap: 1.5rem;
  }
  .lineupBox__item a {
    background: var(--color-white);
    border-radius: var(--rad-common);
    display: flex;
  }
  .lineupBox__photo {
    width: 40%;
  }
  .lineupBox__photo img {
    border-radius: var(--rad-common) 0 0 var(--rad-common);
    width: 100%;
    height: 100%;
  }
  .lineupBox__detail {
    border-radius: var(--rad-common);
    padding: 1rem;
    width: 60%;
  }
  .lineupBox__detail__logo {
    margin-bottom: 1rem;
  }
  .lineupBox__detail__logo img {
    width: 60%;
  }

  /*
  ===== EVENTBOX - SP ==========================================
  */
  .eventBox {
    overflow: hidden;
  }
  .eventBox__content {
    flex-direction: column;
  }

  .eventBox__ttl {
    padding-top: 0;
    writing-mode: horizontal-tb;
  }
  .eventBox__ttl::before {
    left: 0;
  }

  .eventBox__inner {
    width: 96%;
    margin: 0 auto;
  }

  .eventBox__item {
    border-radius: var(--rad-common);
    box-shadow: 3px 3px 0 var(--color-darkgreen);
  }
  .eventBox__item a {
    flex-direction: column;
    gap: 5px;
  }
  .eventBox__photo {
    height: 200px;
  }
  .eventBox__photo img {
    border-radius: var(--rad-common) var(--rad-common) 0 0;
  }

  .eventBox__detail {
    padding: 10px;
    display: inline-block;
    width: 100%;
  }
  .eventBox__cateWrap,
  .eventBox__date {
    margin-bottom: 1rem;
  }

  .eventBox__iconWrap {
    margin-bottom: 5px;
  }

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

  .eventBox__detail dt,
  .eventBox__detail dd {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.4rem;
    display: block !important;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
  }

  /*
  ===== PICKUPBOX・RECOMBOX ==========================================
  */
  .pickupBox,
  .recomBox {
    overflow: hidden;
  }

  /*
  ===== voiceBox ==========================================
  */
  .voiceBox {
    overflow: hidden;
  }
  .voiceBox__ttl::before {
    width: 30px;
    height: 30px;
  }
  .voiceBox__item {
    width:300px;
    margin: 0 10px;
  }
  .voiceBox__photo img {
    height: 200px;
  }

  /*
  ===== LOWERPAGEBOX ==========================================
  */
  .lowerPageBox__inner {
    flex-direction: column;
  }
  .lowerPageBox__item {
    width: 100%;
    height: auto;
  }
  .lowerPageBox__link {
    background-size: cover;
  }
  .lowerPageBox__link::after {
    width: 25px;
    height: 25px;
  }

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

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

  .topicsBox {
    margin-bottom: 4rem;
  }

  .topicsBox,
  .columnBox {
    flex-direction: column;
    gap: 1.5rem;
  }
  .topicsBox__inner,
  .columnBox__inner {
    width: 100%;
  }

  .topicsBox__ttlWrap,
  .topicsBox__ttlWrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .topicsBox__ttl,
  .columnBox__ttl {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .columnBox__photo {
    width: 40%;
  }

  .columnBox__detail {
    width: 50%;
  }

  .noticeBox__btn a {
    width: 120px;
    height: 35px;
  }

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

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

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