@charset "UTF-8";
/* CSS Document */
/*
===============================================================================
■ content - STORE 店舗一覧
===============================================================================
*/
.block-acd-label:after {
  top: 22px;
}
.area-acd-label {
  background: #e9b346;
}
@media screen and (max-width: 560px) {
  .area-acd-label {
    font-size: 2rem;
    padding: 1.4rem 0 1.4rem 2rem;
    border-bottom: 1px solid blanchedalmond;
  }
  .block-acd-label:after {
    top: 14px;
  }
}
.block-acd-label {
  padding: 1em 1em;
  background: #fbd995;
  background-size: auto 100%;
  color: #58585d;
  letter-spacing: .3em;
}
.store-acd-label {
  padding: 2rem 1.5rem;
  background: #f8ecd3;
  background-size: auto 100%;
  border-top: #ccc 1px solid;
  letter-spacing: .2em;
  color: #404040;
  margin-top: 0;
}
.store-acd-label:after {
  top: 20px;
}
.store-acd-content li a:before {
  display: none;
}
.store-acd-content ul li.store-acd-content-inner {
  border-bottom: 1px dashed #b9b8c3;
  padding: 2% 0;
}
.store-acd-content ul li.store-acd-content-inner:last-child {
  border-bottom: none;
}
.shopname {
  font-size: 1.8rem;
}
.shopname::before {
  font-family: Font Awesome\ 5 Free;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  content: "\f152";
  border-bottom: 0;
}
.price {
  margin: 1.4em 0 1em;
}
.freefull, .litefull, .monthly {
  padding: 0.4em;
  color: #fff;
}
.freefull {
  background: linear-gradient(165deg, #d79d62 0%, #d79d62 50%, #c68753 50%, #c68753 100%);
}
.litefull {
  background: linear-gradient(165deg, #efa356 0%, #efa356 50%, #e98f46 50%, #e98f46 100%);
}
.monthly {
  background: linear-gradient(165deg, #efc156 0%, #efc156 50%, #E9B346 50%, #E9B346 100%);
}
.torikeshi {
  position: relative;
}
.torikeshi::after {
  content: '';
  transform: rotate(170deg);
  width: 100%;
  border-top: 1px solid #fb167b;
  position: absolute;
  top: 50%;
  left: 0;
}
.price .general_price {
  margin: 0.8rem 0 -0.4rem;
  font-size: 1.4rem;
}
.price .corporate_price {
  font-size: 1.8rem;
  margin: 0.8rem 1em 2rem;
  font-weight: bold;
}
.price .corporate_price span {
	font-size: 80%;
}
.list_icon {
  overflow: hidden;
  background: #fff;
}
.list_icon li {
  color: #fff;
  display: inline;
  font-size: 9pt;
  float: left;
  margin: 10px 5px 5px 0;
  padding: .2rem .5rem;
}
.list_icon li.icon_male {
  background: #8d439a;
}
.list_icon li.icon_female {
  background: #fc7796;
}
.list_icon li.icon_light {
  background: #fff83d;
  color: #333;
}
.list_icon li.icon_water {
  background: #20cdff;
}
.list_icon li.icon_pilates {
  background: linear-gradient(150deg, #62bd8b 0%, #10b1e9 100%);
}
.list_icon li.icon_burnes {
  background: linear-gradient(150deg, #674498 0%, #3f2a5c 100%);
}
.list_icon li.icon_d-jump {
  background: #a38974;
}
.list_icon li.icon_feel {
  background: linear-gradient(150deg, rgba(69, 17, 1, 1) 0%, rgba(69, 5, 124, 1) 100%);
}
.list_icon li.icon_spa {
  background: #ac5500;
}
.list_icon li.icon_screen {
  background: #b9b8c3;
}
.list_icon li.icon_ems {
  background: linear-gradient(150deg, rgba(90, 178, 222, 1) 0%, rgba(166, 204, 125, 1) 100%);
}
.list_icon li.icon_surf {
  background: linear-gradient(150deg, #00b8ee 0%, #5e8fcb 100%);
}
.list_icon li.icon_floating {
  background: #bfe5f7;
  color: #433f3f;
}
.list_icon li.icon_hk {
  background: #dc3816;
}
.list_icon li.icon_firstship {
  background: #afe570;
  color: #333;
}
.list_icon li.icon_wood_stone {
  background: #708090;
}