@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////////////////////////////

リンク集

/////////////////////////////////////////////////////////////////////////////////////////////////////*/
.const-shop {
  margin-bottom: 30px;
}
.const-shop_ttl {
  margin: 10px 0 20px;
  padding: 0 0 14px 13px;
  background: url(/public/img/common/bg_ttl.png) left bottom no-repeat;
  font-size: 24px;
  font-weight: bold;
  color: #006552;
}
.const-shop-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px 10px;
}
.const-shop-list li {
  width: 320px;
  padding-left: 15px;
  padding-bottom: 5px;
  background: url(/gr/common/img/arrow01.jpg) no-repeat 0 0.2em;
}
.const-shop-list a:hover {
  text-decoration: underline;
}
.nav-page {
  display: flex;
  justify-content: center;
}
.nav-page li {
  font-size: 14px;
  display: inline-block;
  margin-right: 3px;
}
.nav-page a {
  display: block;
  width: 27px;
  height: 27px;
  text-align: center;
  color: #333;
  text-decoration: none;
  border: 1px solid #aaa;
  background-color: #fff;
  line-height: 27px;
}
.nav-page .selected a {
  width: 29px;
  height: 29px;
  border: none;
  background-color: #8dc21f;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
}