﻿@charset "utf-8";

/*==================================================
  GENERAL SETTINGS
==================================================*/
.indexWire {
  max-width: var(--width-content);
  width: 100%;
  margin: 0 auto;
}

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

.index__ttl {
  font-size: clamp(1rem, 2rem + 4vw, 6rem);
  font-weight: 900;
  line-height: 1.2;
}

.index__ttl .ttlLarge {
  font-size: 150%;
}

.index__subttl {
  font-size: clamp(1.25em, 1em + 0.68vw, 1.5em);
  font-weight: 900;
}

.index__ttl + .enFont,
.searchBox__ttl .enFont {
  font-size: clamp(5rem, 3rem + 20vw, 18rem);
  font-weight: 700;
  line-height: 1;
}

.eventBox__ttl img {
  max-width: 215px;
  width: 90%;
}

.searchBox .searchBox__ttl img {
  max-width: 187px;
  width: 90%;
}

.pickupBox .pickupBox__ttl img {
  max-width: 401px;
  width: 90%;
}

.pickupBox {
  position: relative;
  padding: var(--gutter-wide) 0;
  background: var(--color-orange);
  overflow: hidden;
}

.recomBox .recomBox__ttl img {
  max-width: 455px;
  width: 90%;
}

.galleryBox__ttl img {
  max-width: 409px;
  width: 90%;
}

.shopInfoBox .shopInfoBox__ttl img {
  max-width: 217px;
  width: 90%;
}

.topicsBox__ttl img {
  max-width: 110px;
  width: 90%;
}

.columnBox__ttl img {
  max-width: 78px;
  width: 90%;
}

#searchBox .searchBox__ttl,
#selectionBox .selectionBox__ttl,
#pickupBox .pickupBox__ttl,
#recomBox .recomBox__ttl,
#newArrivalsBox .recomBox__ttl  {
  position: relative;
  z-index: 1;
  margin-bottom: var(--gutter-narrow);
}

#searchBox .searchBox__ttl .enFont,
#selectionBox .selectionBox__ttl .enFont,
#pickupBox .pickupBox__ttl .enFont,
#recomBox .recomBox__ttl .enFont,
#newArrivalsBox .recomBox__ttl .enFont {
  color: #fff;
  opacity: .15;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

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

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

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

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

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

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

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

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

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

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

/*
===== selectionBox ==========================================
*/
#selectionBox {
  background: var(--color-blue);
  padding: var(--gutter-wide) 0;
  position: relative;
  overflow: hidden;
}

#selectionBox .index__ttl {
  color: #fff;
}

#selectionBox .slick-list {
  overflow: visible;
}

.selectionBox__item {
  margin: 0 10px;
}

.selectionBox__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #fff;
}

.selectionBox__photo {
  aspect-ratio: 3/ 2;
  overflow: hidden;
  position: relative;
}

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

.selectionBox__photo .numbering {
  position: absolute;
  bottom: -3%;
  right: 1%;
  color: #fff;
  font-size: clamp(4rem, 4rem + 3vw, 9rem);
  font-weight: 700;
}

.selectionBox__detail {
  padding: 1em;
}

.selectionBox__itemTtl {
  text-align: left;
  font-size: clamp(1rem, 1rem + 1.6vw, 2rem);
  font-weight: 900;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.selectionBox__access {
  margin: 5px 0;
  font-size: 12px;
  color: var(--color-darkgray);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.selectionBox__intro {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: .85em;
}

.selectionBox__iconWrap span,
.voiceBox__item__tagList .voiceBox__item__tagItem {
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: .75em 10px;
  color: var(--color-black);
  font-weight: 700;
  font-size: 12px;
}

.selectionBox__iconWrap .cate_reservable {
  background: var(--color-yellow);
  border: 1px solid var(--color-yellow);
}

.selectionBox__iconWrap .cate_selection,
.voiceBox__item__tagList .voiceBox__item__tagItem {
  border: 1px solid var(--color-black);
}

.selectionBox__inner {
  width: 100%;
  max-width: var(--width-content);
  margin: var(--gutter) auto;
}

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

.selectionBox__item {
  width: 350px;
  /* width: 32%; 静的用 */
}

.selectionBox__inner>.selectionBox__list>.selectionBox__item {
  margin-right: 36px;
  /* margin: 0 2% 2em 0; 静的用 */
}

.selectionBox__inner>.selectionBox__list>.selectionBox__item:nth-child(3n) {
  margin-right: 0;
}

.selectionBox__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  flex-flow: row wrap;
}

.selectionBox__iconWrap {
  display: block;
  margin-bottom: .5em;
}

.selectionBox__detail .btn {
  text-align: center;
  font-weight: bold;
  border-radius: var(--rad-round);
  position: relative;
  padding: .75em 1em;
  font-size: clamp(1rem, 1rem + 1vw, 1.5rem);
  margin: 1em auto;
  width: 80%;
  color: #fff;
}

.selectionBox__detail .btn::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  margin: auto;
}

.selectionBox__detail .reservableBtn {
  background: var(--color-yellow);
  color: var(--color-black);
}

.selectionBox__detail .reservableBtn::after {
  border-top: solid 2px var(--color-black);
  border-right: solid 2px var(--color-black);
}

.selectionBox__detail .detailBtn {
  background: var(--color-green);
}


/*
===== EVENTBOX ==========================================
*/
.eventBox__ttl {

}

.eventBox__list {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
}

.eventBox__item {
  /* margin: 0 10px; */
  margin-bottom: var(--gutter-supernarrow);
}

.eventBox__item a {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  position: relative;
  border: 10px solid var(--color-orange);
  box-sizing: border-box;
}

/* .eventBox__item a::before{
  content: attr(data);
  display: block;
  position: relative;
  z-index: 1;
}

.eventBox__item a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: border-width 300ms;
  border: 0 solid var(--color-orange);
  box-sizing: border-box;
  z-index: 0;
}

.eventBox__item a:hover:after {
  border-width: 10px;
} */

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

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

.eventBox__detail {
  width: 60%;
  padding: 2em 3em 2em 1.8em;
  position: relative;
}

.eventBox__detail::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px var(--color-black);
  border-right: solid 2px var(--color-black);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1.5em;
  bottom: 0;
  margin: auto;
}

.eventBox__itemTtl {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
}

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

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

.eventBox__iconWrap {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}

.eventBox__iconWrap span {
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 10px;
  font-weight: 500;
  margin-right: 0;
}

.eventBox__inner {
  max-width: var(--width-content);
  margin: 0 auto;
}

.eventBox__item {
  display: flex;
  position: relative;
  font-size: 14px;
}

.eventBox__itemTtl {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(1rem, 1rem + 1.6vw, 2.2rem);
  font-weight: 900;
}

.eventBox__place {
  color: var(--color-darkgray);
}

.eventBox__btn {
  margin-top: 50px;
}

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

.searchBox {
  background: var(--color-yellow);
  background: linear-gradient(180deg, rgba(255,210,30,1) 60%, rgba(255,255,255,1) 60%);
}

.searchBox .searchBox__ttl {
  display: flex;
  align-items: flex-end;
}

.searchBox .searchBox__ttl .index__subttl {
  padding-left: 1rem;
}

.searchBox .topCont {
  margin: var(--gutter-narrow) 0 1em;
  display: flex;
  background: #fff;
}

.searchBox .topCont .count01 {
  width: 35%;
  background: var(--color-green);
  color: #fff;
  padding: var(--gutter-narrow);
  display: flex;
  align-items: center;
}

.searchBox .topCont .count01 .total {
  display: flex;
  align-items: center;
}

.searchBox .topCont .count01 .total dt {
  font-size: clamp(12px, 1.227rem + 1.36vw, 2.25rem);
  font-weight: 900;
  position: relative;
}

.searchBox .topCont .count01 .total dt::before,
.searchBox .topCont .count01 .total dt::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.searchBox .topCont .count01 .total dt::before {
  transform: rotate(15deg);
  transform-origin: center;
  margin-bottom: 1em;
}

.searchBox .topCont .count01 .total dt::after {
  transform: rotate(-15deg);
  transform-origin: center;
  margin-top: 1em;
}

.searchBox .topCont .count01 .total dd {
  font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
  font-weight: 900;
  padding-left: var(--gutter-narrow);
}

.searchBox .topCont .count01 .total dd .enFont {
  font-size: clamp(3rem, 3rem + 3vw, 8rem);
  font-weight: 700;
}

.searchBox .topCont .count02 {
  width: 65%;
  display: flex;
  justify-content: space-between;
  padding: var(--gutter-narrow);
}

.searchBox .topCont .count02 dl {
  width: 32%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

.searchBox .topCont .count02 dl dt,
.searchBox .topCont .count02 dl dd {
  font-size: clamp(0.8rem, 1rem + 1vw, 2rem);
  font-weight: 700;
}

.searchBox .topCont .count02 dl dd .enFont {
  font-size: clamp(2rem, 2rem + 3vw, 6rem);
  font-weight: 700;
}

.searchBox .topCont .count02 .general dd .enFont {
  color: var(--color-orange);
}

.searchBox .topCont .count02 .member dd .enFont {
  color: var(--color-green);
}

.searchBox .topCont .count02 .shop dd .enFont {
  color: var(--color-blue);
}

.searchBox .update_time {
  text-align: right;
  margin: 0 0 -1.5em;
}

/* 地図 */
.searchBox .mapWrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: var(--width-content);
  gap: 20px;
}

/*
----- areasearchBox rightCont --------------------
*/
.searchBox .areasearchBox {
  max-width: var(--width-content);
  width: 100%;
}

.areasearchBox ul.tab {
  width: 100%;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  /* Safari */
  justify-content: flex-end;
  gap: 5px;
  padding: 70px 5px 0;
}

.areasearchBox ul.tab li {
  width: 25%;
  position: relative;
}

.areasearchBox ul.tab li span {
  display: flex;
  height: 100%;
  background-color: var(--color-palegray);
  color: var(--color-gray);
  font-size: clamp(10px, 2vw, 18px);
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 12px 5px;
  border-radius: var(--rad-common) var(--rad-common) 0 0;
  transition: .3s;
  line-height: 1.2;
}

 @media (any-hover:hover) {
  .areasearchBox ul.tab li:hover span {
    cursor: pointer;
    background: var(--color-gray);
    color: #fff;
  }
} 

.areasearchBox ul.tab li.active span {
  background-color: var(--color-black);
  color: #fff;
}

/* PCのみタブの改行なし */
@media screen and (min-width: 768px) {
  .areasearchBox ul.tab .tab_used_mansion span {
    white-space: normal !important;
    word-spacing: -0.2em; /* 半角スペースを詰める */
  }
}

/* PCのみタブのアニメーション */
@media screen and (min-width: 768px) {
  .areasearchBox ul.tab li span {
    transition: .3s;
  }

  .areasearchBox ul.tab li:hover span {
    transform: translateY(4px);
    cursor: pointer;
  }

  .areasearchBox ul.tab li.active span {
    box-shadow: 0px -10px 0px var(--color-black);
  }

}

.searchBox .animationBox {
  text-align: center;
  position: absolute;
  top: calc(-50% - 33px);
  left: calc(50% - 100px);
  width: 200px;
  z-index: 3;
}

.searchBox .mapWrap__icon {
  display: inline-block;
  background: #fff;
  border-radius: var(--rad-round);
  padding: .5em 2em;
  position: relative;
}

.searchBox .mapWrap__icon:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.searchBox .tab .animationBox {
  display: none;
}

.searchBox .tab .active .animationBox {
  display: block;
}

/* 地図 */

.areasearchBox .map {
  width: 100%;
  height: 470px;
  background: url(../img/index/areasearchBox_map1.webp) no-repeat center 14% / 130%;
  position: relative;
  border: 2px solid var(--color-black);
  margin-bottom: var(--gutter-supernarrow);
}

.areasearchBox .map .countBox .countarea [class^="c-"] {
  display: flex;
}

.areasearchBox .map .countBox .countarea [class^="c-"] a {
  display: flex;
  flex-flow: row wrap;
  border: 1px solid var(--color-black);
}

.areasearchBox .map .countBox .countarea [class^="c-"] a:hover {
  opacity: 1;
}

.areasearchBox .map .countBox .countarea .cityName {
  background: var(--color-black);
  color: #fff;
  font-weight: 900;
  font-size: clamp(.8rem, 1rem + 1vw, 1.5rem);
  padding: .5rem 1rem;
  display: flex;
  align-items: center;
}

.areasearchBox .map .countBox .countarea .total {
  background: #fff;
  font-weight: 700;
  padding: .5rem 1rem;
  line-height: 1;
}

.areasearchBox .map .countBox .countarea [class^="c-"] a:hover .total {
  background: var(--color-yellow);
}

.areasearchBox .map .countBox .countarea .enFont {
  font-size: clamp(1.2em, 1.5rem + 1.5vw, 3rem);
}

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

  .areasearchBox .map .countBox .countarea [class^="c-"] {
    position: absolute;
  }

  /* 中央区 */
  .areasearchBox .map .countBox .countarea .c-chuo {
    top: 240px;
    left: 27%;
  }
  
  /* 東区 */
  .areasearchBox .map .countBox .countarea .c-higashi {
    top: 180px;
    left: 32%;
  }
  
  /* 西区 */
  .areasearchBox .map .countBox .countarea .c-nishi {
    top: 220px;
    left: 14%;
  }

  /* 南区 */
  .areasearchBox .map .countBox .countarea .c-minami {
    top: 300px;
    left: 20%;
  }

  /* 北区 */
  .areasearchBox .map .countBox .countarea .c-kita {
    top: 100px;
    left: 25%;
  }

  /* 宇土・八代・天草 */
  .areasearchBox .map .countBox .countarea .c-uto_yatsushiro_amakusa {
    top: 390px;
    left: 58%;
  }

  /* 県北 */
  .areasearchBox .map .countBox .countarea .c-kenhoku {
    top: 45px;
    left: 52%;
  }

  /* 合志・菊陽・光の森・大津・阿蘇 */
  .areasearchBox .map .countBox .countarea .c-koshi_kikuyo_hikari_no_mori_ozu_aso {
    top: 110px;
    right: 3%;
  }

  /* 益城・県南 */
  .areasearchBox .map .countBox .countarea .c-mashiki_kennai {
    top: 260px;
    right: 12%;
  }
}

/* membership */
.membershipWrap {
  padding-bottom: var(--gutter-narrow);
}

.membership__list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.membership__item,
.registBox__item,
.reserveBox__item {
  width: 32%;
}

.membership__list .membership__item {
  background: var(--color-palegray);
  padding: 1em;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

.membership__item .infoBox__ememberBox__ttlBox__badge {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: .5em 0;
}

.membership__item .infoBox__ememberBox__ttlBox__badge::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%2300A63C%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M208%2C80H176V56a48%2C48%2C0%2C0%2C0-96%2C0V80H48A16%2C16%2C0%2C0%2C0%2C32%2C96V208a16%2C16%2C0%2C0%2C0%2C16%2C16H208a16%2C16%2C0%2C0%2C0%2C16-16V96A16%2C16%2C0%2C0%2C0%2C208%2C80ZM96%2C56a32%2C32%2C0%2C0%2C1%2C64%2C0V80H96ZM208%2C208H48V96H208V208Zm-68-56a12%2C12%2C0%2C1%2C1-12-12A12%2C12%2C0%2C0%2C1%2C140%2C152Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

.membership__item .infoBox__loginBox {
  width: 80%;
  margin-bottom: 1em;
}

.membership__item .infoBox__loginBox .infoBox__loginBox__input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}

.membership__item .infoBox__loginBox .infoBox__loginBox__input .infoBox__loginBox__label {
  width: 20%;
  font-size: 1.2em;
  text-align: right;
  padding-right: .75em;
}

.membership__item .infoBox__loginBox .infoBox__loginBox__input input {
  width: 80%;
  border-radius: 4px;
}

.membership__item .infoBox__loginBox .infoBox__loginBox__btn {
  display: block;
  width: 100%;
  margin: 1.5em 0 0;
  background: var(--color-green);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  position: relative;
  text-align: center;
  border-radius: var(--rad-round);
}

.membership__item .infoBox__loginBox .infoBox__loginBox__btn::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right: 4px solid var(--color-white);
  border-bottom: 4px solid var(--color-white);
  top: calc(50% - 2px);
  right: 5%;
  transform: rotate(-45deg);
}

.membership__item .infoBox__loginBox .infoBox__loginBox__btn:hover {
  background: var(--color-black);
  opacity: 1;
  transition: .3s;
}

.membership__item .infoBox__loginBox .infoBox__loginBox__btn.btn01 {
  padding: 0;
}

.membership__item .infoBox__loginBox .infoBox__loginBox__btn input {
  width: 100%;
}

/* ログイン後 */
.membership__item .infoBox__memberBox {
  width: 100%;
}

.membership__item .infoBox__memberBox__ttl__inner .infoBox__memberBox__ttl__name {
  padding: 1em 0;
  text-align: center;
}

.membership__item .infoBox__memberBox__ttl__inner .infoBox__memberBox__ttl__menuList {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
}

.membership__item .infoBox__memberBox__ttl__inner .btn_archive a {
  font-size: 16px;
}

.membership__item .infoBox__memberBox__ttl__inner .infoBox__memberBox__ttl__menuList .btn_logout {
  width: 60%;
}


/*
===== RECOMBOX 注目物件／リフォーム済みおすすめ物件 ==========================================
*/
.recomBox {
  padding: var(--gutter-wide) 0;
  background: var(--color-yellow);
  overflow: hidden;
}

.recom h2.pickupBox__ttl,
.recom h2.recomBox__ttl {
  text-align: center;
  margin-bottom: 30px;
}

.recom .wrap {
  max-width: var(--width-content);
  margin: 0 auto;
  width: 100%;
}

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

.recom .item {
  width: 300px;
  background: #FFF;
  /* border: solid 1px #999999; */
  position: relative;
  margin: 0 10px;
  font-size: 14px;
}

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

/*-------------------------▲*/
.recom .item a {
  width: 100%;
  height: 100%;
  display: block;
}

.recom .item.emember a {
  padding: 0;
  height: 100%;
}

.recomBox.recom_re .item.emember a {
  padding: 0;
}

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

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

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

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

.recom .item .box01 .price span {
  font-size: 18px;
  line-height: 1.3;
}

.recom .item .photo {
  text-align: center;
  padding: 0 10px;
}

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

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

.recom .item .info h3.ttl {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.recom .item .info .details {
  min-height: 60px;
}

.recom .item .payment_pay {
  padding: 10px 10px 5px;
  background: var(--color-black);
  color: #fff;
}

.recom .item .payment_pay dl {
  display: flex;
  justify-content: space-between;
  align-items: 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 {
  padding: 5px;
  font-size: 12px;
  text-align: center;
  /* background: var(--color-palegray); */
  margin-top: 10px;
  line-height: 1;
}

/* スタッフコメント */
.recom .item .staffComment {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-top: 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_name span {
  border: 1px solid var(--color-darkgray);
  color: var(--color-darkgray);
  padding: 3px;
  display: inline-block;
  margin: 0 .5em 3px 0;
  font-size: .75em; 
  line-height: 1;
}

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

/* 会員限定物件 */
.recom .item.emember .memberItem {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/index/prplist_memberItem_bg.webp) no-repeat center / cover;
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.recom .item.emember .memberItem__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background: none;
}

.recom .item.emember .memberItem__txt {
  text-align: center;
  color: var(--color-black);
  font-size: clamp(16px, 2vw, 18px);
  font-weight: bold;
  margin-bottom: clamp(10px, 2vw, 15px);
}

.recom .item.emember .memberItem_Btn {
  padding: 0.8em 2em;
  margin-top: 10px;
  background-color: var(--color-black);
  border-radius: var(--rad-round);
  color: #fff;
  font-weight: bold;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: clamp(12px, 1.6vw, 14px);
  line-height: 1.3;
  font-feature-settings: 'palt';
  letter-spacing: 0.1em;
  position: relative;
  animation: 1.4s fuwafuwa infinite ease-in-out;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

.recom .item.emember .memberItem_Btn_main {
  font-size: 1.6em;
  position: relative;
}

.recom .item.emember .memberItem_Btn::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  top: calc(50% - 2px);
  right: 4%;
  left: auto;
}

/*
===== 会員限定バナー ==========================================
*/
.memberBnr .prplist_shopBox a {
  background: url(../img/system/prpsearch/prplist_memberBox_bg.webp) no-repeat;
}

.memberBnr .prplist_shopBox p.count span.shopCount {
  color: #fff;
}

/*
===== FLOW ==========================================
*/
.flowWrap {
  background: var(--color-palegray);
  padding: var(--gutter) 0;
}

.flowLink {
  display: flex;
  justify-content: space-between;
}

.flowLink__item {
  width: 32%;
}

.flowLink .flowLink__item a {
  display: block;
  max-width: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.flowLink .flowLink__item a:hover{
  filter: none;
  opacity: 1;
}

.flowLink .flowLink__item a img {
  height: auto;
  transition: transform .6s ease;
}

.flowLink .flowLink__item a:hover img {
  transform: scale(1.1);
}

.flowLink .flowLink__item a p {
  bottom: 0;
  color: #fff;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  z-index: 2;
  font-size: 30px;
  font-weight: bold;
}

.flowLink .flowLink__item a p .enFont {
  font-size: 14px;
  line-height: 1.4;
}

/* マスク */
.flowLink .flowLink__item a::before {
  background: rgba(0, 104, 182, 1);
  mix-blend-mode: multiply;
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.flowLink .flowLink__item .flowLink__arrow {
  display: block;
  width: 50px;
  height: 50px;
  background: var(--color-blue);
  border-radius: var(--rad-round);
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 1;
}

.flowLink .flowLink__item .flowLink__arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto;
}

/*
===== VOICE BOX ==========================================
*/

.voiceBox {
  background: url(../img/index/voiceBox_bg.gif) 0 0 repeat;
  padding: var(--gutter) 0 var(--gutter-wide);
}

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

.voiceBox__list {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: var(--gutter-supernarrow);
}

.voiceBox__item {
  width: 48%;
  background: #fff;
  border: 2px solid var(--color-black);
  margin-bottom: var(--gutter-narrow);
}

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

.voiceBox__photo {
  aspect-ratio: 5 / 3;
  position: relative;
}

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

.voiceBox__photo .cate_new {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 60px;
  height: 60px;
  border-radius: var(--rad-round);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
}

.voiceBox__photo .numbering {
  position: absolute;
  top: -10%;
  right: 1%;
  color: var(--color-green);
  font-size: clamp(4rem, 5rem + 3vw, 9rem);
  font-weight: 700;
}

.voiceBox__photo .voiceBox__userName {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--color-black);
  color: #fff;
  font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem);
  font-weight: bold;
  padding: .5em 1.5em;
}

.voiceBox__detail {
  padding: 1.5em;
}

.voiceBox__detailTtl {
  font-size: clamp(1.125rem, 0.761rem + 1.82vw, 2.125rem);
  font-weight: bold;
}

.voiceBox__detailTxt {
  font-size: 14px;
}

/*
===== Faq BOX / よくある質問 ==========================================
*/
.faqBox {
  background: var(--color-palegray);
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.faqBox__bgImg {
  position: absolute;
  z-index: -1;
}

.faqBox__bgImg.bgLeft {
  top: 5%;
  right: 0;
  width: 600px;
  height: 450px;
  transform: skewX(-24deg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.faqBox__bgImg.bgRight {
  bottom: 0;
  left: 0;
  width: 400px;
  height: 300px;
  transform: skewX(-24deg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.faqBox__bgImg img {
  transform: skewX(24deg) scale(1.5);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faqBox__inner.wire_small {
  margin: 0 0 var(--gutter-wide);
}

.faqBox__list .faqBox__item {
  margin-bottom: var(--gutter-narrow);
}

.faqBox__list .faqBox__item dl {
  border-radius: 50px;
  background: #fff;
  font-size: 14px;
}

.faqBox__list .faqBox__item dt {
  cursor: pointer;
  padding: var(--gutter-supernarrow) var(--gutter) var(--gutter-supernarrow) var(--gutter-narrow);
  position: relative;
  font-weight: bold;
  font-size: clamp(1rem, 1rem + 1.6vw, 2rem);
}

.faqBox__list .faqBox__item dt.open {
  color: var(--color-main);
}


.faqBox__list .faqBox__item .enFont {
  font-size: 30px;
  margin-right: 3px;
  font-weight: 700;
}

.faqBox__list .faqBox__item dt::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  width: 20px;
  height: 2px;
  background-color:var(--color-gray);
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.faqBox__list .faqBox__item dt::after{
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  width: 20px;
  height: 2px;
  background-color: var(--color-gray);
  transition: all .3s ease-in-out;
}

.faqBox__list .faqBox__item dt.open::before {
  transform: rotate(180deg);
}

.faqBox__list .faqBox__item dt.open::after {
  opacity:0;
}

.faqBox__list .faqBox__item dd {
  padding: 10px var(--gutter-narrow) var(--gutter-narrow) 70px;
  position: relative;
}

.faqBox__list .faqBox__item dd::before {
  content: "A.";
  line-height: 1;
  font-family: var(--font-en);
  font-size: 30px;
  margin-right: 3px;
  font-weight: 700;
  position: absolute;
  left: var(--gutter-narrow);
  top: 5px;
}

/*
===== VOICE BOX ==========================================
*/

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

.shopInfoBox .shopInfoBox__ttl {
  position: relative;
  margin-bottom: var(--gutter-narrow);
}

.shopInfoBox .shopInfoBox__ttl .btn_archive {
  position: absolute;
  right: 0;
  top: 20%;
  width: 200px;
}

.shopInfoBox .shopWrap {
  display: flex;
  justify-content: space-between;
}

.shopInfoBox .inner {
  width: 30%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  font-size: 14px;
}

.shopInfoBox .shopData {
  display: flex;
  align-items: center;
  width: 100%;
  align-items: baseline;
  font-weight: bold;
}

.shopInfoBox .shopData dt {
  width: 30%;
  text-align: left;
  padding: .5em 0;
  flex-shrink: 0;
}

.shopInfoBox .shopData dd {
  flex-grow: 1;
  padding: .5em 0 .5em 1em;
}

.shopInfoBox .leftCont {

}

.shopInfoBox .shopImages {
  position: relative;
}

.shopInfoBox .slick-list.draggable {
  width: 100%;
}

.shopInfoBox .rightCont {
  width: 100%;
  margin-top: 1em;
}

.shopInfoBox .shopmap {
  width: 100%;
  height: 250px;
  margin-top: 20px;
}


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

.noticeBox__btn a {
  display: block;
  width: 180px;
  padding: 15px;
  margin: 0 auto;
  color: #FFFFFF;
  background: var(--color-black);
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
}

.noticeBox__btn a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}

.topicsBox__ttl,
.columnBox__ttl {
  margin: var(--gutter-supernarrow) 0;
  text-align: center;
  position: relative;
}

.topicsBox .btn_archive ,
.columnBox .btn_archive {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
}

.topicsBox .topicsBox__item {
  border-bottom: 1px solid var(--color-palegray);
}

.topicsBox__item a {
  display: flex;
  flex-flow: column wrap;
  padding: 1em 0 .5em;
}

.topicsBox__date {
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 5px;
}

.topicsBox__itemTtl {
  font-weight: 500;
  width: 90%;
  max-width: 450px;
  margin: .5em 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.noticeBox .cate_new,
.noticeBox .cate_popular,
.noticeBox .icon_txt {
  padding: 5px 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  /* border-radius: var(--rad-common); */
}

.noticeBox .cate_contract {

}

.columnBox__item {
  display: block;
}

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

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

.columnBox__photo {
  width: 32%;
  aspect-ratio: 3/ 2;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

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

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

.columnBox__iconWrap {
  font-weight: bold;
}

.columnBox__infoList {
  display: inline-block;
  margin-top: 10px;
}

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

.columnBox__date {
  font-weight: 500;
}

.topicsBox,
.columnBox {
  width: calc((100% - 20px)/2);
  padding: 0 36px 36px;
  position: relative;
}

.topicsBox__inner,
.columnBox__inner {
  min-height: 280px;
  margin-bottom: 20px;
}
/*
===== SNSBOX ==========================================
*/
.SNSBox {
  background: var(--color-palegray);
  padding: 50px;
}

.SNSBox ul {
  max-width: var(--width-content);
  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) {
  .indexWire {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
  }

  .indexmainSlider__item {
    width: 100%;
  }

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

  .searchBox .topCont .count01 .total dt {
    font-size: 16px;
  }

  .membershipWrap .registWrap {
    width: 100%;
  }

  .membership__item .infoBox__memberBox__ttl__inner .btn_archive a {
    font-size: 14px;
  }

  /* 地図 */
  .areasearchBox .map {
    background-size: cover;
    background-position: 48%;
  }

  .searchBox .leftCont {
    padding: 4% 0;
  }

  .searchBox .leftCont .count01 dl {
    flex-direction: column;
  }

  .searchBox .leftCont .count01 dt {
    width: 100%;
    margin-right: 0;
  }

  .searchBox .leftCont .count02 {
    padding: 7%;
  }

  .searchBox .leftCont .count02 dl {
    flex-direction: column;
  }

  .searchBox .leftCont .searchBox_btn {
    padding: 2px 0 10px;
  }

  .searchBox .leftCont .searchBox_btn span {
    font-size: clamp(10px, 1vw, 14px);
  }

  /*
  ===== Faq BOX / よくある質問 ==========================================
  */

  .faqBox__bgImg.bgLeft {
    top: 0;
    right: 0;
    width: 200px;
    height: 150px;
    transform: skewX(-24deg);
    overflow: hidden;
    aspect-ratio: 4 / 3;
  }

  .faqBox__bgImg.bgRight {
    bottom: 0;
    left: 0;
    width: 200px;
    height: 150px;
    transform: skewX(-24deg);
    overflow: hidden;
    aspect-ratio: 4 / 3;
  }

}


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

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

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

  .indexmainBox{
    /* max-height: 47vw; */
    /* aspect-ratio: 1080 / 500; */
    padding-top: 50px;
  }

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

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

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

  .bannerWrap {
    width: 96%;
  }

  .index__ttl {
    text-align: center;
  }

  .sectionttl {
    padding-left: 70px;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.3;
  }

  .index__ttl + .enFont {
    font-size: 6em;
    top: 0;
    left: 0;
    /* margin: auto; */
    white-space: nowrap;
    width: 100%;
    text-align: center;
  }

  .searchBox__ttl .enFont {
    display: block;
    font-size: 3em;
    padding-right: 0;
    line-height: 1.2;
  }

  .sectionttl:has(.enFont) {
    padding-left: 3em;
  }

  /* 縦並び */

  .searchBox .topCont,
  .selectionBox__list,
  .flowLink,
  .eventBox__item a,
  .voiceBox__list,
  .shopInfoBox .shopWrap {
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .searchBox .topCont .count01,
  .searchBox .topCont .count02,
  .eventBox__photo,
  .eventBox__detail {
    width: 100%;
  }

  /*
  ===== SEARCHBOX - SP ==========================================
  */
  .searchBox {
    background: none;
  }

  .searchBox .searchBox__ttl {
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .searchBox .searchBox__ttl .index__ttl {
    font-size: 28px;
  }

  .searchBox .searchBox__ttl .index__subttl {
    padding: .5em 0;
  }

  .searchBox .topCont .count01,
  .searchBox .topCont .count02 {
    padding: .5em;
  }

  .searchBox .topCont .count01 .total {
    justify-content: center;
    width: 100%;
  }

  .searchBox .topCont .count01 .total dt::before,
  .searchBox .topCont .count01 .total dt::after {
    content: none;
  }

  .searchBox .topCont .count02 {
    border: 2px solid var(--color-green);
  }

  .searchBox .update_time {
    width: 96%;
    margin: 1em auto -1.5em;
    font-size: 10px;
  }

  .searchBox .animationBox {
    width: 100px;
    left: calc(50% - 50px);
    top: calc(-50% - 3px);
  }
  
  .searchBox .mapWrap__icon {
    font-size: 10px;
    background: var(--color-yellow);
    padding: .5em 1em;
  }
  
  .searchBox .mapWrap__icon:before {
    border: 10px solid transparent;
    border-top: 10px solid var(--color-yellow);
    bottom: -18px;
  }

  .searchBox .searchBox__ttl img {
    width: 45%;
  }

  .searchBox h2.searchBox__ttl {
    margin-bottom: 20px;
  }

  .searchBox .mapWrap {
    flex-direction: column-reverse;
  }

  .searchBox .rightCont {
    width: 100%;
    max-width: unset;
  }

  .areasearchBox ul.tab {
    background: none;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 40px 5px 0;
  }

  .areasearchBox ul.tab li {
    width: 20%;
    max-width: unset;
    flex-grow: 1;
  }

  .areasearchBox .map {
    background: none;
    height: unset;
  }

  .areasearchBox .map .countBox .countarea {
    display: flex;
    flex-flow: row wrap;
    padding: 1%;
    background: #fff;
  }

  .areasearchBox .map .countBox .countarea [class^="c-"] {
    width: 100%;
    margin: 1%;
  }

  .areasearchBox .map .countBox .countarea [class^="c-"] a {
    width: 100%;
    justify-content: space-between;
  }

  .areasearchBox .map .countBox .countarea .cityName {
    color: #fff;
    width: 70%;
    padding: 1em;
  }

  .areasearchBox .map .countBox .countarea .c-uto_yatsushiro_amakusa .cityName {
    background: #91DD47;
    color: var(--color-black);
  }

  .areasearchBox .map .countBox .countarea .c-kenhoku .cityName {
    background: #52CCCC;
    color: var(--color-black);
  }

  .areasearchBox .map .countBox .countarea .c-koshi_kikuyo_hikari_no_mori_ozu_aso .cityName {
    background: #F7926B;
    color: var(--color-black);
  }

  .areasearchBox .map .countBox .countarea .c-mashiki_kennai .cityName {
    background: #E8D75B;
    color: var(--color-black);
  }

  .areasearchBox .map .countBox .countarea .total {
    width: 30%;
    text-align: right;
    padding: 1em;
  }

  .searchBox .leftCont {
    width: 100%;
    max-width: unset;
    padding: 30px 0 20px;
  }

  .searchBox .leftCont .count01 {
    padding: 0 15px 20px;
  }

  .searchBox .leftCont .count01 dt {
    font-size: clamp(14px, 4.6vw, 18px);
  }

  .searchBox .leftCont .count02 {
    padding: 15px;
  }

  .searchBox .leftCont .count02 .shop {
    flex-direction: column;
  }

  .searchBox .leftCont .searchBox_btn span {
    font-size: clamp(12px, 3.8vw, 14px);
  }

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

  .prpsearch_btn.other a {
    line-height: 1.4;
  }

  .prpsearch_btn.other span {
    font-size: 12px;
    display: block;
  }
  /*
  ===== selectionBox - SP ==========================================
  */

  .recom .item .photo img {
    height: 160px;
  }

  /*
  ===== 会員限定バナー ==========================================
  */
  .memberBnr .prplist_shopBox a {
    background: url(../img/system/prpsearch/prplist_memberBox_bg_sp.webp) no-repeat;
    border-color: var(--color-green);
    padding: 0;
  }

  .memberBnr .prplist_shopBox p {
    color: #fff;
    text-shadow: none;
    background: rgba(0, 166, 60, .5);
    padding: .5em 1em;
  }

  .memberBnr .prplist_shopBox p.btn {
    width: 90%;
    margin: 1em auto;
  }
  

  /*
  ===== flowLink - SP ==========================================
  */
  .flowLink {
    gap: 1em;
  }

  .flowLink__item {
    width: 90%;
  }

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

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

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

  .eventBox__detail::after {
    content: none;
  }

  .eventBox__ttl {
    /* width: 45%;
    margin: 0 auto 20px; */
  }

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

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

  .eventBox__iconWrap {
    margin-bottom: 5px;
  }

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

  .pickupBox,
  .recomBox {
    overflow: hidden;
  }

  .pickupBox {
    padding: 15% 0;
  }

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

  /* 会員限定物件 */
  /* .recom .item.emember .memberItem {
    background: url(../img/system/prpsearch/prplist_memberItem_bg_sp.webp) no-repeat center / contain;
  } */


  /*
  ===== VOICE BOX / お客様の声 ==========================================
  */
  #voiceBox .voiceBox__inner .slick-initialized {
    min-height: 200px;
  }
  
  #voiceBox .voiceBox__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    position: relative;
  }
  
  #voiceBox .voiceBox__list .voiceBox__item {
    width: 300px;
    margin: 0 10px;
  }


  /*
  ===== Faq BOX / よくある質問 ==========================================
  */

  .faqBox__ttl .sectionttl span {
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
  }

  .faqBox__bgImg.bgLeft {
    top: 0;
    right: 0;
    width: 150px;
    height: 113px;
    transform: skewX(-24deg);
    overflow: hidden;
    aspect-ratio: 4 / 3;
  }

  .faqBox__bgImg.bgRight {
    bottom: 0;
    left: 0;
    width: 150px;
    height: 113px;
    transform: skewX(-24deg);
    overflow: hidden;
    aspect-ratio: 4 / 3;
  }

  .faqBox__list .faqBox__item .enFont,
  .faqBox__list .faqBox__item dd::before {
    font-size: 20px;
  }

  .faqBox__list .faqBox__item dt {
    padding-right: 3em;
    font-size: 14px;
    padding: 1em 3.5em 1em 2em;
  }

  .faqBox__list .faqBox__item dd::before {
    left: 1.3em;
  }

  .faqBox__list .faqBox__item dd {
    padding: 0.5em 1em 1em 3.5em;
  }

  

  /* .faqBox__bgImg img {
    transform: skewX(24deg) scale(1.5);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .faqBox__inner.wire_small {
    margin: 0 0 var(--gutter-wide);
  }

  .faqBox__list .faqBox__item {
    margin-bottom: var(--gutter-narrow);
  }

  .faqBox__list .faqBox__item dl {
    border-radius: 50px;
    background: #fff;
    font-size: 14px;
  }

  .faqBox__list .faqBox__item dt {
    cursor: pointer;
    padding: var(--gutter-supernarrow) var(--gutter) var(--gutter-supernarrow) var(--gutter-narrow);
    position: relative;
    font-weight: bold;
    font-size: clamp(1rem, 1rem + 1.6vw, 2rem);
  }

  .faqBox__list .faqBox__item dt.open {
    color: var(--color-main);
  }


  .faqBox__list .faqBox__item .enFont {
    font-size: 30px;
    margin-right: 3px;
    font-weight: 700;
  }

  .faqBox__list .faqBox__item dt::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    width: 20px;
    height: 2px;
    background-color:var(--color-gray);
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
  }

  .faqBox__list .faqBox__item dt::after{
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    width: 20px;
    height: 2px;
    background-color: var(--color-gray);
    transition: all .3s ease-in-out;
  }

  .faqBox__list .faqBox__item dt.open::before {
    transform: rotate(180deg);
  }

  .faqBox__list .faqBox__item dt.open::after {
    opacity:0;
  }

  .faqBox__list .faqBox__item dd {
    padding: 10px var(--gutter-narrow) var(--gutter-narrow) 70px;
    position: relative;
  }

  .faqBox__list .faqBox__item dd::before {
    content: "A.";
    line-height: 1;
    font-family: var(--font-en);
    font-size: 30px;
    margin-right: 3px;
    font-weight: 700;
    position: absolute;
    left: var(--gutter-narrow);
    top: 5px;
  } */

  /*
  ===== SHOPINFOBOX ==========================================
  */
  .shopInfoBox .inner {
    width: 90%;
    margin-bottom: var(--gutter);
  }

  .shopInfoBox .shopInfoBox__ttl .btn_archive {
    position: static;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .shopInfoBox .shopInfoBox__ttl .btn_archive a {
    display: inline-block;
    width: 180px;
    text-align: center;
  }

  .shopInfoBox .rightCont {
    width: 100%;
    max-width: unset;
    margin-top: 0;
  }

  .shopInfoBox .leftCont {
    width: 100%;
    max-width: unset;
  }

  .shopInfoBox dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 1em 0;
  }

  .shopInfoBox .shopData dt {
    width: 30%;
    flex-shrink: 0;
  }

  .shopInfoBox .shopData dt,
  .shopInfoBox .shopData dd {
    padding: 0;
    max-width: unset;
    text-align: left;
  }

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

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

  .topicsBox,
  .columnBox {
    width: 100%;
    max-width: unset;
    padding: 2%;
  }

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

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

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

  .topicsBox__itemTtl {
    padding-top: .5em;
  }

  .topicsBox__item:nth-of-type(odd) {
    background: #F5F5F5;
  }

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

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

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