@charset "UTF-8";

.pc_appear {
  display: block;
}

.sp_appear {
  display: none;
}

.kv-area {
  position: relative;
  background-color: #fff;
}

.kv_under {
  margin-top: -1.5%;
}

.illustrator_introduction {
  margin: 2% auto 5%;
}

@media screen and (max-width:1440px) {
  .illustrator_introduction {
    margin: 2% 3% 5%;
  }
}

.page-navlist {
  max-width: 1240px;
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: min(1.3vw, 20px);
  margin: 0 auto;

}

.page-navlist_item {
  width: 32%;
  position: relative;
}

.shop-info_inner {
  margin-top: 80px;
}

.shop-info-content {
  line-height: 1.5
}

.shop-info-content_title {
  margin: 0 auto 40px
}

.shop_list {
  display: flex;
  flex-wrap: wrap;
  padding: 28px 50px 0;
}

/*初期表示されるタブを切り替えたい時は、初期表示されるタブだけをコメントアウトする。合わせてindex.htmlのpage-navlistのところを修正する*/
/* .newshop-list-outer, */
/* .renewalshop-list-outer,
.closeshop-list-outer,
.construction-list-outer {
  display: none;
} */

.shop_list_each {
  width: 30.895522388%;
  margin-right: 3.656716417%;
  margin-bottom: 6%;
}

.shop_list_each:nth-child(3n) {
  margin-right: 0;
}

.shop_basic_info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.shop_logo {
  width: 28.502415458%;
  padding: 10px;
  border: 1px solid #51331D;
  background-color: #fff;
  margin-right: 16px;
}

.shop_basic_info_txt {
  width: 71.497584542%;
}

.shop_floor_name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.shop_intro {
  font-size: 2rem;
  line-height: calc(28/18);
  /* flex-grow: 1; */
  margin: 20px 0 0;
}

.shop_intro_link {
  color: #5799de;
}

.shop_list_each_inner {
  display: flex;
  flex-direction: column;
  height: auto;
}

.go_detail {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 20px;
  height: 22px;
  background-color: #67B2B5;
  border-radius: 13px;
  padding: 0 25px 0 17px;
  min-width: 140px;
}

.renewalshop-shop_list .go_detail {
  background-color: #67B2B5;
}

.closeshop-shop_list .go_detail {
  background-color: #67B2B5;
}

.go_detail_a {
  color: #fff;
  position: relative;
}

.go_detail_a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.go_detail_a::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
  position: absolute;
  top: calc(50% + 2px);
  right: 7%;
  transform: translateY(-50%);
}


.go_detail_a.sale_link {
  display: inline-block;
  margin-top: 17px;
}

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

.go_detail_a.sale_link .go_detail {
  font-size: 1.6rem;
  background-color: #d40511;
  position: relative;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.shop_list_underline {
  margin-top: 20%;
}

.shop_list_each .shop_img {
  background-color: #fff;
  border: 1px solid #51331D;
}

.coming-soon {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 3em auto;
}

.list-outer .shop_intro .highlight {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
}

.list-outer .shop_intro .highlight {
  color: #67B2B5;
}

.shop_intro_note {
  font-size: 1.8rem;
  display: block;
  margin-top: 20px;
}

.renewalshop-list-outer .shop_intro .highlight {
  color: #67B2B5;
}

.construction-note {
  font-size: 1.7rem;
  line-height: 28px;
  text-align: center;
  padding: 20px;
}

/* swiper */
.shop_img {
  border: none;
}

.shop_img .swiper-slide img {
  border: 1px solid #51331D;
}

.swiper-pagination {
  bottom: -1px !important;
  display: block;
  position: relative !important;
  height: 20px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 30px !important;
  /* アイコンのサイズ */
}

.swiper-button-next,
.swiper-button-prev {
  color: #f44c8a !important;
}

.swiper-pagination-bullet-active {
  background: #f44c8a !important;
}

.swiper-disabled .swiper-button-prev,
.swiper-disabled .swiper-button-next {
  display: none;
}

/* floor_bg */
#floor_bg {
  position: relative;
  margin: 50px 50px 0;
}

#floor_guide {
  border: solid 5px #ffe109;
  margin: 0 auto;
  margin: 20px auto;
  padding: 20px 80px;
}

ul.floor_btn {
  margin: 20px auto;
  width: 68%;
}

ul.floor_btn:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

ul.floor_btn li {
  margin-left: 2%;
  width: 32%;
  float: left;
}

ul.floor_btn li:first-child {
  margin-left: 0;
}

ul.floor_btn:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

ul.floor_btn li img {
  vertical-align: top;
}

.floor_map {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.floor_map.active {
  visibility: visible;
  height: auto;
}

.top_page_link_area {
  width: 100%;
  display: flex;
  background: #FFF;
}

a.btn_site-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #656565;
  width: 90%;
  max-width: 500px;
  height: 60px;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  margin: 3% auto;
  text-decoration: none;
}

.floor_img_link_area {
  width: 100%;
  display: flex;
  background: #FFF;
}

a.btn_floor_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #67B2B5;
  width: 90%;
  max-width: 500px;
  height: 60px;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  margin: 1% auto;
  text-decoration: none;
}

/* 20250418リニューアル */
.kv-area-introduction {
  width: min(52vw, 814px);
  margin: 60px auto 45px;
}

#wrapper .shop_img {
  aspect-ratio: 3 / 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}