@charset "UTF-8";

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

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

.page-nav-area {
  width: 100%;
  display: flex;
  margin: 50px auto 0;
}

.cloud-left,
.cloud-right {
  width: 22.778%;
  box-sizing: border-box;
}

.page-nav {
  width: 54.444%;
}

.page-navlist {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.page-navlist_item {
  width: calc(100% / 3);
  text-align: center;
  padding: 0 6.5%;
  position: relative;
  box-sizing: border-box;
}

.page-navlist_item img {
  cursor: pointer;
}

.page-navlist_item::after {
  content: '';
  width: 2px;
  height: 100%;
  background: url(../img/vertical-line.png);
  background-size: contain;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  right: 0;
}

.page-navlist_item:last-child::after {
  content: none;
}

.page-navlist_anchor {
  display: inline-block;
  transition: .3s cubic-bezier(.13, .78, .38, .98)
}

.page-navlist_anchor.active {
  pointer-events: none;
}

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

.newshop-info-title {
  background-color: #FFFBDD;
}

.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 {
  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: 1.7rem;
  line-height: 28px;
  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: #DE545F;
  border-radius: 13px;
  padding: 0 25px 0 17px;
  min-width: 140px;
}

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

.closeshop-shop_list .go_detail {
  background-color: #5799DE;
}

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

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

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

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