@charset "utf-8";

/* PC：category-index-sp.css
 * おまかせプラン ver.6（カテゴリインデックス）
 * **************************************************
 * Global Navigation (Nav) ★
 * Space (Margin)
 * Content (Section)
 * Category Index Navigation (Nav)
 * Common Elements
 * **************************************************
 */

/* Global Navigation (Nav) ★
------------------------------------------------------------------ */
/* 2階層：非表示 */
#globalNav nav li:hover > .sec {
	display: none;
}


/*  Space
------------------------------------------------------------------- */
#subPage .main ul + h2 {
	margin-top: 60px;
}

/*  Content (Section)
------------------------------------------------------------------ */
/* Media Queries 切替 */
#subPage .main > section {
}

/* Category Index Navigation
------------------------------------------------------------------ */
#subPage .categoryIndex {
}
#subPage .categoryIndex:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#subPage .categoryIndex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	margin-bottom: -3.5%;
}
#subPage .categoryIndex li {
  display: table;
	width: 48%;
  min-height: 85px;
	margin-bottom: 3.5%;
	border:1px solid #cccccc;
	border-radius: 4px;
}
#subPage .categoryIndex a {
	display: table-cell;
	padding: 0 10px 0 10px;
	height:100%;
	width: 100%;
  background: url(../images/common/list-mark-index.svg) no-repeat right bottom/20px;
	font-size: 1.6em;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-weight: bold;
	color:#175065;
	text-decoration: none; 
	vertical-align: middle;
	line-height: 1.3;
}


#subPage .categoryIndex li:hover {
   background:#ddf2ff;
}

/*スポーツクラブルネサンス*/
#subPage.health-promotion .categoryIndex ul li:nth-child(7){
 text-indent:-10000px;
}
#subPage.health-promotion .categoryIndex ul li:nth-child(7){
 background: url("../images/common/cat_h-promotion_renaissance.png")no-repeat;
 background-size:contain;
 background-position: center center;
}



/*スポーツクラブルネサンス*/
#subPage.health-promotion .categoryIndex ul li:nth-child(8){
 text-indent:-10000px;
}
#subPage.health-promotion .categoryIndex ul li:nth-child(8){
 background: url("../images/common/cat_h-promotion_akamama.png")no-repeat;
 background-size:90%;
 background-position: center center;
}