@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;
  }
}

.shittoku__main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shittoku__main a {
  text-decoration: none;
}

.sale__shoplist-cont h2 {
  background-color: #D3D3D3;
  height: 70px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}


.sale__shoplist-cont .area__parent {
  /* display: none; */
}

.sale__shoplist-cont h3 {
  background-color: #EBEBEB;
  height: 70px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #fff;
  margin-bottom: 0;
}

.area__detail {
  display: none;
}

.area__detail>div {
  width: 100%;
  padding: 30px;
  border-bottom: 1px solid #D3D3D3;
}

.area__detail>div .ttl {
  font-size: 15px;
  margin-bottom: 16px;
}

.area__detail>div ul {
  display: flex;
  justify-content: flex-end;
}

.area__detail>div ul a {
  color: #2E3192;
  font-size: 14px;
}

.area__detail>div ul li:last-child {
  /* margin-left: 30px; */
}

.addr {
  display: none;
}

.sale__shoplist-cont h2::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  margin: auto;
  transition: .3s;
}

.sale__shoplist-cont h2::after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: .3s;
}

.area__detail>div ul a::after {
  content: "";
  display: inline-block;
  background: url(../img/link_arrow_blue.svg) no-repeat 50% 50% / contain;
  width: 8px;
  height: 10px;
  margin-left: 10px;
  transition: .3s;
}

.sale__shoplist-btn h2 {
  font-weight: bold;
  font-size: 1.3em;
}

.sale__bd {
  /* padding-bottom: 80px; */
}

.area__detail {
  /* display: block !important; */
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .sale__shoplist-cont h3 {
    /* border: none;
    border-bottom: 2px solid #fff;
    height: auto;
    padding: 20px; */
  }
  .area__detail>div {
    padding: 15px 5px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  }
  .area__detail>div .ttl {
    margin-bottom: 0;
    width: 58%;
  }
}
@media screen and (min-width: 1024px) {
  

  .sale__shoplist-cont h3 {
    /* pointer-events: none; */
    cursor: pointer;
  }

  .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; */
    
  }

  .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: #EBEBEB;
    padding: 15px;
    border: none;
    height: auto;
    padding-left: .5em;
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .sale__shoplist-cont h3::before {
    /* content: "";
    width: 61px;
    height: 3px;
    background-color: #B40067;
    display: block;
    margin-bottom: 20px; */
  }

  .area__detail {
    display: none;
    margin-bottom: 40px;
    /* margin-bottom: 80px;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
  }

  .area__detail>div:first-child {
    /* border-top: 1px solid #D3D3D3;
    display: flex; */
  }

  .area__detail>div {
    position: relative;
    border-bottom: 1px solid #D3D3D3;
    padding: 20px 10px;
    width: 47%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 .5em;
  }

  .area__detail>div:nth-child(even)::before{
    content: "";
    border-right: 1px solid #D3D3D3;
    position: absolute;
    width: 1px;
    height: 102%;
    left: -3%;
  }

  .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: 20px;
  }



}


@media screen and (min-width: 768px) {
  .wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1038px;
  }
}



.sale__shoplist-cont h3::after {
  content: "";
  background: url(../img/arrow_black.svg) no-repeat 50% 50% / contain;
  width: 8px;
  height: 10px;
  display: block;
  position: absolute;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .3s;
}

.sale__shoplist-cont h3.act::after {
  transform: rotate(90deg);
}