@charset "UTF-8";
/* =========================================================
Local navigation
========================================================= */
.localnav-wrap {
  max-width: 1024px;
  padding: 30px 0 0;
  margin: 0 auto;
}

.localnav {
  padding: 0 10px;
  display: flex;
  justify-content: center;
}

.localnav__item {
  width: calc(50% - 5px);
  position: relative;
  margin: 0 10px 0 0;
}

.localnav__item:last-child {
  margin-right: 0;
}

.localnav__item a {
  display: block;
  padding: 7px 0;
  text-align: center;
  background: #000000;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.localnav__item a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: transparent transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 769px) {
  .localnav-wrap {
    padding: 60px 0 0;
  }
  .localnav {
    padding: 0;
  }
  .localnav__item {
    width: calc(50% - 20px);
    margin: 0 40px 0 0;
  }
  .localnav__item a {
    padding: 23px 0;
    font-size: 2.1em;
    border-radius: 8px;
  }
  .localnav__item a:after {
    border-width: 8px 6px 0 6px;
  }
  .localnav__item a:hover {
    opacity: 0.7;
    text-decoration: none;
    background: #000000;
    color: #fff;
  }
}

/* current */
body.page-sale .localnav__item01 a,
body.page-tag .localnav__item02 a {
  background: #000000;
  color: #fff;
}

body.page-sale .localnav__item01 a:after,
body.page-tag .localnav__item02 a:after {
  border-color: #000000 transparent transparent transparent;
}


/* =========================================================
値書き
========================================================= */
/* 館ナビ */
.floornav {
  width: calc(100% - 40px);
  max-width: 620px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #000;
  border-radius: 4px;
}

.floornav li {
  list-style: none;
  width: 50%;
  margin: 0;
}

.floornav li a {
  display: block;
  width: 100%;
  padding: 3px 0;
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .floornav {
    margin: 0 auto 50px;
  }
  .floornav li a {
    font-size: 2.0rem;
    text-decoration: none;
    color: #000;
  }
  .floornav li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

/* current */
body.type1 .floornav .floornav__item01 a,
body.type2 .floornav .floornav__item02 a,
body.type3 .floornav .floornav__item03 a,
body.type4 .floornav .floornav__item04 a {
  background: #000;
  color: #FFF;
}

body.type1 .floornav .floornav__item01 a:after,
body.type2 .floornav .floornav__item02 a:after,
body.type3 .floornav .floornav__item03 a:after,
body.type4 .floornav .floornav__item04 a:after {
  border-color: #000 transparent transparent transparent;
}

/* 値書き*/
.salelist-container {
  margin: 50px 0 0;
}

.salelist-info1, .salelist-info2 {
  font-size: 1.5rem;
  padding: 0 10px;
  line-height: 1.6;
}

.salelists {
  margin: 20px auto 0;
}

@media screen and (min-width: 769px) {
  .salelists {
    margin: 60px auto 0;
  }
}

.salelist {
  padding: 0 0 10px;
}

.salelist__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 9px 20px;
  background: #000000;
  color: #fff;
  line-height: 1.1;
}

.salelist__title .ico-arr {
  text-align: center;
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  display: inline-block;
  position: relative;
}

.salelist__title .ico-arr:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 4px);
  top: calc(50% - 3px);
  transition-duration: 200ms;
}

.salelist__title__floor {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.15em;
}

.salelist__shop {
  font-size: 1.4rem;
  border-top: 1px solid #ccc;
}

.salelist__shop:first-child {
  margin-top: 0;
  border-top: none;
}

.salelist__link {
  padding: 30px 15px;
  display: block;
  text-decoration: none;
  color: #000;
}

.salelist__data {
  display: table;
  width: 100%;
}

.salelist__data__item01 {
  display: table-cell;
  width: 80px;
  padding-right: 15px;
  vertical-align: middle;
}

.salelist__data__item01 img {
  border: 1px solid #ccc;
}

.salelist__data__item02 {
  display: table-cell;
  vertical-align: middle;
}

.salelist__shopname {
  font-size: 1.2rem;
  font-weight: bold;
}

.salelist__text {
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .salelist {
    padding: 0 0 40px;
  }
  .salelist__title__floor {
    font-size: 3rem;
  }
  .salelist__cont__in {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .salelist__shop {
    width: 50%;
    margin-top: 0;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .salelist__shop:nth-child(-n+2) {
    border: none;
  }
  .salelist__link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .salelist__data__item01 {
    width: 120px;
    padding-right: 25px;
  }
  .salelist__data__item01 img {
    width: 100%;
    border: none;
  }
  .salelist__shopname {
    font-size: 1.3rem;
  }
  .salelist__text {
    font-size: 1.5rem;
    margin-top: 10px;
    line-height: 1.6;
  }
}

/* 開閉時の矢印*/
.salelist__title.is-open .ico-arr:after {
  transform: rotate(180deg);
}
