@charset "UTF-8";

.pc_appear {
  display: none;
}

.sp_appear {
  display: block;
}

.page-nav-area {
  margin-top: 30px;
}

.page-nav {
  width: 100%;
  margin: 0 auto
}

.page-nav:before,
.page-nav:after {
  content: none
}

.illustrator_introduction {
  width: 90.66667%;
  margin: 8% auto 9%;
}

.newshop_introduction {
  max-width: 90%;
  padding: 10px 0 0;
  margin: 0 auto;
}

.page-navlist {
  max-width: 100%;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2.7vw;
  margin: 0 auto;
  padding: 0;
}

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

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

.shop-info-content {
  width: 90.66667%;
  margin: 40px auto 0
}

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

.map_sp {
  margin-bottom: 20px;
}

.shop_list,
.food_list {
  padding: 0;
}

.shop_list_each {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15%;
}

.shop_intro {
  font-size: 1.4rem;
}

.shop_list_underline {
  margin-top: 15%;
}

.go_detail_a.sale_link {
  margin-top: 30px;
}

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


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

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

.shop_intro_note {
  font-size: 1.2rem;
  margin-top: 20px;
}

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

.construction-note {
  font-size: 1.4rem;
  padding: 0 20px 40px;
}

/* floor_bg */
#floor_bg {
  width: 90.66667%;
  margin: 30px auto 0px;
}

#floor_guide {
  margin: 0 auto;
  margin: 20px auto;
  padding: 20px;
}

.map_floor_sp {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.map_sp_ttl {
  margin: 20px auto;
  text-align: center;
}

.map_floor_sp li a {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  border-radius: 18px;
  padding: 10px;
}

.map_floor_sp li a.txt-red {
  background: #fff0f7;
  border: 2px solid #ef87b5;
}

.map_floor_sp li a.txt-green {
  background: #f0ffee;
  border: 2px solid #8cc783;
}

.map_floor_sp li a.txt-blue {
  background: #f3fbff;
  border: 2px solid #55c3f2;
}

.map_floor_sp li a:hover {
  text-decoration: none;
  opacity: .7;
  transition: all .3s;
}

.map_sp_ttl {
  font-weight: 600;
}

.top_page_link_area {
  padding-top: 10%;
}

a.btn_site-top {
  font-size: 114%;
}

a.btn_floor_img {
  width: 96%;
  font-size: 2.4rem;
  margin: 2% auto;
}

/* 20250418リニューアル */
.kv-area-introduction {
  width: 90.66667%;
  margin: 40px auto 30px;
  padding: 0;
}