@charset "utf-8";

h2 {
  font-size: 3.2rem;
  color: #0095DB;
  background-color: #fff;
  border-left: 6px solid #0095DB;
  padding: 1rem 2rem;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

/*
h3 {
    font-size: 1.8rem;
    color: #fff;
    background-color: #1593d2;
    padding: 15px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
*/

.head_img {
  margin-bottom: 10px !important;
}

.topic_path {
  margin-bottom: 90px;
  font-size: 1.2rem;
}

.topic_path li {
  display: inline-block;
}

a {
  text-decoration: none;
}

.topic_path li:not(:last-of-type):after {
  content: ">";
  padding: 0 10px;
}

.shop_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.shop_list > li {
  position: relative;
  width: 32%;
  margin-bottom: 30px;
  background-color: rgba(255,255,255,0.85);
  -webkit-box-shadow: 0 0 5px rgba(8,1,3,0.4);
  box-shadow: 0 0 5px rgba(8,1,3,0.4);
}

.shop_list > li h3 {
  font-size: 1.8rem;
  color: #fff;
  background-color: #1593d2;
  text-align: center;
  padding: 15px;
}

/*
.shop_info {
  position: relative;
  height: 100%;
}
*/

.shop_info > li {
  font-size: 1.4rem;
  padding: 15px;
}

.shop_info > li.info ul li::before {
  content: "・";
/*  font-size: .5em;*/
  margin-right: -.3rem;
}

.shop_info > li dl > div:not(:last-of-type) {
  margin-bottom: 20px;
}

.shop_info li dt,
.shop_info li.ttl {
  font-weight: bold;
  margin-bottom: 10px;
}

/*
.shop_info li.clubsport {
  display: inline-block;
  margin: 0 0 15px 15px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #808185;
}
*/

.shop_info li.clubsport {
  height: 80px;
}

.shop_info li.clubsport .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  line-height: 1.5;
  margin: 15px;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background-color: #808185;
  position: absolute;
  right: 0;
  bottom: 0; /*bottom: 55px;*/
}

.more_link {
  display: block;
  width: 240px;
  color: #0094d8;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0 auto 30px;
  padding: 13px 5px;
  background-color: #fedc00;
  -webkit-box-shadow: 0 3px #c3a800;
  box-shadow: 0 3px #c3a800;
}

.info dd,
.shop_words dd {
  line-height: 1.4;
}


/*ウィンドウサイズが1200px以下の場合*/
@media screen and (max-width:1200px) { 
    .shop_list > li {
    width: 48%;
  }
}


/*ウィンドウサイズが600px以下の場合*/
@media screen and (max-width:600px) {
  .shop_list > li {
    width: 100%;
  }
}


