@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.66667%;
  padding: 10px 0 0;
  margin: 0 auto;
}

.page-navlist {
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-navlist_item {
  border-right: none;
  /* padding: 0 5.4667%; */
  padding: 0 4%;
}

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

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

.newshop-list-outer .shop_intro .highlight,
.renewalshop-list-outer .shop_intro .highlight {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.newshop-list-outer .shop_intro .highlight{
  color: #E81051;
}

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

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

/* 202502 */

.new-facility .shop_list_each_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
.new-facility .shop_img {
  width: 100%;
  margin-bottom: 20px;
}
.new-facility .shop_list_txt {
  width: 100%;
}

.top_page_link_area {
  padding-top: 10%;
}

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

.new-facility .shop_list_txt_ttl {
  display: block;
}