@charset "utf-8";
/* CSS Document */

/*共通*/

@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

/*tenpo*/
#tenpo {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 20px;
}

.area {
  border: 1px solid #E96A2A;
  border-bottom: none;
  border-top: none;
}

.sale__shoplist-btn {
  background-color: #F5F5F5;
  padding: 80px 0 50px;
}

.wrap {
  margin: 0 20px;
  position: relative;
  z-index: 2;
}

.sale__shoplist-btn h2 {
  text-align: center;
}

.sale__shoplist-btn .list {
  display: none;
}

.sale__shoplist-cont h2 {
  background-color: #FED400;
  height: 80px;
  /* padding-left: 20px; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.4em;
  border-bottom: 1px solid #fff;

  cursor: pointer;
}

.sale__shoplist-cont h2.act {
  border-bottom: 1px solid #E96A2A;
}


.sale__shoplist-cont .area__parent {
  display: none;
}

.sale__shoplist-cont h3 {
  background-color: #FFFDDE;
  height: 70px;
  /* padding-left: 30px; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.3em;
  border-bottom: 1px solid #E96A2A;
  border-top: none;
  cursor: pointer;
}

.area__detail {
  display: none;
}

.area__detail>div {
  padding: 22px 30px;
  border-bottom: 1px solid #E96A2A;
}

.area__detail>div .ttl {
  font-size: 1.2em;
  /* margin-bottom: 16px; */
}

.area__detail>div ul {
  display: flex;
  justify-content: flex-end;
}

.area__detail>div ul a {
  color: #E96A2A;
  font-size: 1.2em;
}

.area__detail>div ul li:last-child {
  margin-left: 30px;
}

.addr {
  display: none;
}

.sale__shoplist-cont h2::before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  transition: .3s;
}

.sale__shoplist-cont h2::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  margin: auto;
  transition: .3s;
}

.area__detail>div {
  display: flex;
  justify-content: space-between;
}

.area__detail>div ul a::after {
  content: "";
  display: inline-block;
  background: url(../img/arrow-orange.svg) no-repeat 50% 50% / contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  transition: .3s;
}

.sale__shoplist-btn h2 {
  font-weight: bold;
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .sale__shoplist-cont h2 {
    height: 50px;
    font-size: 1.1em;
  }

  .sale__shoplist-cont h2::before {
    width: 1px;
    height: 15px;
    right: 30px;
  }

  .sale__shoplist-cont h2::after {
    width: 15px;
    height: 1px;
    right: 23px;
  }

  .sale__shoplist-cont h3 {
    font-size: 1em;
    height: 50px;
  }

  .area__detail>div {
    padding: 18px 10px;
  }

  .area__detail>div .ttl {
    font-size: 1em;
  }

  .area__detail>div ul a {
    font-size: 1em;
  }

  .sale__shoplist-cont h3::after {
    width: 15px;
    height: 15px;
  }

}

/* @media screen and (min-width: 1024px) {
  .area__detail {
    display: block !important;
  }

  .sale__shoplist-cont h3 {
    pointer-events: none;
  }

  .sale__shoplist-btn {
    padding: 80px 0;
    margin-bottom: 80px;
  }

  .sale__shoplist-btn .wrap {
    display: flex;
    align-items: center;
  }

  .sale__shoplist-btn h2 {
    text-align: center;
    margin-right: 194px;
    flex: none;
  }

  .sale__shoplist-btn .list {
    display: block;
    flex: none;
  }

  .sale__shoplist-btn .list dl {
    display: flex;
    margin-bottom: 20px;
  }

  .sale__shoplist-btn .list dt {
    margin-right: 50px;
    font-weight: 500;
  }

  .sale__shoplist-btn .list dd {
    margin-right: 40px;
    font-weight: 400;
  }

  .sale__shoplist-btn .list dl a {
    color: #333;
    text-decoration: underline;
  }

  .sale__bd {
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 80px;
  }

  .sale__shoplist-cont {
    width: 1000px;
    margin: 0 auto;
  }

  .sale__shoplist-cont h2 {
    display: none;
  }

  .sale__shoplist-cont .area__parent {
    display: block;
  }

  .sale__shoplist-cont h3 {
    background-color: #fff;
    height: auto;
    padding-left: 0px;
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
  }

  .sale__shoplist-cont h3::before {
    content: "";
    width: 61px;
    height: 3px;
    background-color: #B40067;
    display: block;
    margin-bottom: 20px;
  }

  .area__detail {
    display: block;
    margin-bottom: 80px;
  }

  .area__detail>div:first-child {
    border-top: 1px solid #D3D3D3;
  }

  .area__detail>div {
    border-bottom: 1px solid #D3D3D3;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .area__detail>div .ttl {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
    width: 173px;
  }

  .area__detail>div ul {
    display: flex;
    width: 330px;
  }

  .area__detail>div ul a {
    color: #2E3192;
    font-size: 14px;
  }



  .area__detail>div ul li:last-child {
    margin-left: 40px;
  }



}


@media screen and (min-width: 768px) {
  .wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
  }
} */



/* @media screen and (max-width: 1023px) { */
.sale__shoplist-cont h3::after {
  content: "";
  background: url(../img/arrow-orange.svg) no-repeat 50% 50% / contain;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .3s;
}

.sale__shoplist-cont h3.act::after {
  transform: rotate(90deg);
}

/* } */

