@charset "UTF-8";
/* マップ */
.checkbox-wrapper.style-control-group {
  width: 60%;
}

/* 新着情報 */
.information-table {
  border-bottom: 1px solid #aaaaaa;
}

.information-table li {
  position: relative;
  border-top: 1px solid #aaa !important;
  padding: 25px 0px 20px 0px !important;
}

.information-table .label-wrapper .label-button {
  display: inline-block;
  padding: 5px 10px;
  line-height: inherit;
  height: auto;
  float: left;
}

.information-table .label-wrapper {
  display: inherit;
  position: relative;
  overflow: hidden;
  padding-bottom: 6px;
}

.information-table .link-wrapper {
  width: 90%;
}

.information-table .label-wrapper .date {
  margin-left: 30px;
  line-height: inherit;
  font-size: 18px;
  float: left;
}

/* 店舗一覧 */
.shop-list-table {
  margin-bottom: 20px;
}

.shop-list-table .table-set__head {
	display: none;
}

.shop-list-table i {
  margin-right: 10px;
}

.table-set-more {
  display: none;
}

.table-set-more.isActive {
  display: block;
  margin-top: 20px;
}

.table-set-more.isActive:first-of-type {
  margin-top: 0;
}

.table-set-more.isActive .table-set-btn {
  margin-top: 20px;
}

.table-set-more .table-set {
  display: none;
}

.table-set-more .table-set.isActive {
  display: table;
  margin-top: -21px;
}

/* prefecture.cssの記述の打消し */
.shop-list-table {
  margin-bottom: 0px;
}

@media screen and (max-width: 479px) {
  /* 新着情報 */
  .pref-info .grid-12 {
    padding-left: 0;
    padding-right: 0;
    margin-top: -20px;
  }
  
  .information-table li:first-child {
    border-top: none !important;
  }
}

@media screen and (min-width: 768px) {
  /* 店舗一覧へのリンク */
  .shop-list-anchor {
    margin-right: auto;
    margin-left: auto;
    padding: 15px 15px 0;
  }
  /* 店舗一覧 */
  .pref-shop-info {
    display: none;
  }

  .shop-list-table .table-set__head {
    display: table-header-group;
    background: #e9f0f3;
    font-size: 1.5rem;
  }

  .shop-list-table tr th,
  .shop-list-table tr td {
    text-align: left;
  }

  .table-set-more.isActive {
    margin-top: 30px;
  }

  .table-set-more .table-set tr:first-of-type td {
    border-top: none;
  }

  .table-set-more .table-set.isActive {
    margin-top: -31px;
  }

  .shop-list-table td:nth-of-type(1) {
    width: 30%;
  }

  .shop-list-table td:nth-of-type(2),
  .shop-list-table td:nth-of-type(3) {
    width: 35%;
  }

}

@media screen and (max-width: 768px) {
  /* 店舗一覧へのリンク */
  .shop-list-anchor {
    padding: 15px 20px 0;
    max-width: 310px;
    margin: 0 auto!important;
  }

  /* 店舗一覧 */
  .shop-list-table th,
  .shop-list-table td {
    border: none;
  }

  .shop-list-table tr {
    border-bottom: 1px solid #aaaaaa;
  }

  .table-set-more.isActive:first-of-type {
    border-top: 1px solid #aaaaaa;
  }

  .shop-list-table .table-set__head {
    display: none;
  }

  .shop-list-table .table-set__body tr {
    display: block;
    padding: 10px 0;
  }

  .shop-list-table .table-set__body td {
    display: block;
    margin: 0 0 3px;
    line-height: 1.5;
    padding: 0;
    text-align: left;
  }
}



@media screen and (min-width: 768px) and (max-width: 999px) {
  /* 店舗一覧へのリンク */
  .shop-list-anchor {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 999px) {
  /* 新着情報 */
  .information-table .link-box {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }

  .information-table li {
    border-top: 1px solid #aaa !important;
    padding: 20px  15px 20px 15px !important;
  }

  .information-table .link-box {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }

  .information-table a {
    text-decoration: none !important;
    color: #000000 !important;
  }

  .information-table a:after {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: inherit;
    position: absolute;
    right: 16px;
    top: 50%;
    color: #474747;
    transform: translate(0%, -0%);
    margin-top: -2%;
  }
  
}

@media screen and (max-width: 1300px) {
  .checkbox-wrapper.style-control-group {
    width: 100%;
}
  .checkbox-wrapper.style-control-group .style-control-group {
    display: inline-block;
    width: 100%;
  }
  .location-filter-attr .style-control-input-text {
    float: none;
    margin-top: 10px;
    width: 100%;
    clear: both;
  }
  .location-filter-attr .style-control-input-text .style-control {
    padding-left: 0;
  }
}

@media screen and (min-width: 1000px) {
  .location-pref #filter-result-wrapper {
    height: 682px;
  }
}

@media screen and (min-width: 1300px) {
  .checkbox-wrapper.style-control-group {
    width: 40%;
  }
  .checkbox-wrapper.style-control-group .style-control-group {
    width: 100%;
  }
  .location-filter-attr .style-control-input-text {
    width: 60%;
  }
}
