span.ico-newclubs,
span.txt_renovation {
    color: #804c9e;
	font-size: 80%;
}

.page-title {
  position: relative;
  color: #fff;
  background: #391550;
}
.page-title .inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 20px 15px;
  z-index: 5;
  overflow: hidden;
}
.page-title h1 {
  font-size: 30px;
}

#main-contents .breadcrumb {
  margin: 0 0 16px 0;
  padding: 0;
}
#main-contents .breadcrumb a:hover {
  color: #ddd;
}

/** tablet **/
@media screen and (max-width: 1068px) {
}

/** smartphone **/
@media screen and (max-width: 700px) {
  .page-title .inner {
    padding: 5px 15px 15px;
  }
  .page-title h1 {
    font-weight: bold;
  }
}

#list-page-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/list/bg_pagettl.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
#list-page-title h1 {
  float: left;
  width: 20%;
	margin-top: 8px;
}
#list-page-title .search-area {
  width: 80%;
  float: left;
}
#list-page-title .searchform,
#list-page-title .link-button {
  display: inline-block;
  vertical-align: middle;
}
#list-page-title .searchform .ex {
  padding: 8px 0 0 18px;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
#list-page-title .link-button {
  padding-left: 10px;
  font-size: 17px;
}
#list-page-title .link-button a {
  display: inline-block;
  padding: 8px 40px;
	margin: 0 10px;
  border-radius: 40px;
  border: 2px solid #fff;
  transition: all .3s ease;
}
#list-page-title .link-button a:hover {
  background: #fff;
  color: #734e9f;
}

/** tablet **/
@media screen and (max-width: 1068px) {
	#list-page-title:before {
		background-image: url(../img/list/bg_pagettl_sp.png);
	}
	#list-page-title h1 {
		display: block;
		width: 100%;
	}
	#list-page-title h1 span {
		font-size: 14px;
		font-weight: normal;
	}
	#list-page-title .search-area {
		text-align: center;
		width: 100%;
		text-align: left;
	}
	#list-page-title .searchform {
		width: 60%;
	}
	#list-page-title .searchform #s {
		width: 84%;
	}
	#list-page-title .searchform .ex {
		padding-left: 0;
	}
	#list-page-title .link-button {
		padding: 0 0 0 10px;
		font-size: 16px;
		width: 39%;
	}
	#list-page-title .link-button a {
		display: block;
	}
	#list-page-title .link-button a:first-child {
		margin-bottom: 20px;
	}
}

/** smartphone **/
@media screen and (max-width: 700px) {
	.page-title .inner {
		padding-right: 10px;
		padding-left: 10px;
	}
	#list-page-title h1,
	#list-page-title .search-area {
		float: none;
		width: auto;
		text-align: center;
	}
	#list-page-title .searchform #s {
		width: 87%;
		padding: 0 10px;
	}
	#list-page-title .searchform .ex {
		font-size: 10px;
	}
    #list-page-title .link-button {
        display: block;
		font-size: 17px;
		width: 100%;
		max-width: 340px;
		font-size: 16px;
		padding: 24px 0 0 0;
		margin: 0 auto;
	}
	#list-page-title .link-button a {
		display: block;
		padding: 8px 0;
		transition: none;
		margin-bottom: 20px;
	}
	#list-page-title .link-button a:hover {
		background: none;
		color: #fff;
	}
}

/* listContents */
#listContents {
  padding: 40px 20px;
  max-width: 1140px;
  margin: 0 auto;
}
#listContents .list-selectable h2 {
  padding: 2px 10px;
  margin: 30px 0;
  border-left: 2px solid #804c9e;
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
}
#listContents h3 {
  clear: both;
  font-size: 20px;
  font-weight: normal;
  margin: 30px 0 10px;
  line-height: 1.2;
  padding-left: 10px;
  border-left: 2px solid #804c9e;
}
#listContents .prefList > h3 {
  padding: 15px;
  font-size: 22px;
  margin: 40px 0 0;
  background: #f8f8f8;
  border: none;
}
#listContents h3.a_list_ttl {
  padding: 8px 0 0 8px;
  margin: 0 0 5px;
  border: none;
}
#listContents .areasort h3 {
	display: inline-block;
}
#listContents .areasort h3:hover {
	opacity: 0.6;
}
#listContents h4 {
  margin: 24px 0 8px 24px;
  font-size: 120%;
}
#list-headernav {
	font-size: 20px;
	background: #f8f8f8;
}
#list-headernav .inner {
	max-width: 1140px;
	margin: 0 auto;
    padding: 20px 20px 10px;
	transition-duration: 0.2s;
}
#list-headernav.open .inner {
	padding: 40px 20px;
}
#list-headernav .inner #ac {
	display: none;
}
#list-headernav.open .inner #ac {
	display: block;
}
#list-headernav .inner #ac div {
	margin-bottom: 16px;
}
#list-headernav .inner #ac div a {
	color: #804c9e;
	transition: color .15s linear;
}
#list-headernav .inner #ac div p {
	display: inline-block;
}
#list-headernav .inner #ac div p:first-child {
	width: 12%;
}
#list-headernav .inner #ac div p:first-child a {
	font-size: 18px;
	color: #333;
}
#list-headernav .inner #ac div a::before {
	content: "｜";
}
#list-headernav .inner #ac div p:first-child a::before,
#list-headernav .inner #ac div p:nth-child(2) a::before {
	content: "";
}
#list-headernav .inner #ac div a:hover {
	color: #000;
}
#list-headernav .inner #ac div a:hover::before {
	color: #804c9e;
}
#list-headernav p:first-child a:hover {
	color: #333;
	text-decoration: underline;
}
#list-headernav .all a {
	font-size: 18px;
	color: #804c9e;
}
#list-headernav p.current a {
	border-bottom: 2px solid #804c9e;
	color: #804c9e;
	padding-bottom: 16px;
}
#list-headernav #acBtn {
	text-align: center;
	font-size: 18px;
}
#list-headernav #acBtn span {
	display: inline;
}
#list-headernav #acBtn img {
	width: 24px;
	height: auto;
	margin-left: 16px;
	transition-duration: 0.3s;
}
#list-headernav.open .inner #acBtn span {
    display: none;
}
#list-headernav.open .inner #acBtn img {
    width: 40px;
	height: auto;
	transform: rotate(180deg);
}

#listContents .listnav {
	clear: both;
	font-size: 20px;
	padding: 0 8px;
}
#listContents .listnav a {
	display: inline-block;
	color: #804c9e;
	transition: color .15s linear;
}
#listContents .listnav a::before {
	content: "｜";
}
#listContents .listnav a:first-child::before {
	content: "";
}
#listContents .listnav a:hover {
	color: #000;
}
#listContents .listnav a:hover::before {
	color: #804c9e;
}
#listContents .list-selectable {
	padding-top: 40px;
}
#listContents .listnav-anchorlink {
	padding: 20px 0 0 10px;
}
#listContents .listnav-anchorlink h3 {
	padding-top: 0;
}
#listContents .listnav-anchorlink .listnav {
	padding-bottom: 20px;
}
#listContents .listnav.prefAnchor {
	background: #fafafa;
	padding: 20px;
	text-align: left;
}
/*#listContents .listnav.prefAnchor a:before {
	content: " | ";
	color: #000;
}
#listContents .listnav.prefAnchor a:first-child:before {
	content: "";
}*/

#listContents ul li a {
	position: relative;
	display: block;
	padding: 18px 200px 18px 40px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
	transition: all .15s linear;
}
#listContents ul li a:hover {
	color: #804c9e;
	background: #f7f4f9;
}
#listContents ul li a .name {
	font-size: 150%;
	font-weight: normal;
}
#listContents ul li span.new {
	font-size: 75%;
	font-weight: bold;
	color: #CC3399;
	vertical-align: top;
	padding-left: 8px;
	display: none;
}
#listContents ul li a .shop-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	padding: 0;
	width: 180px;
	height: 40px;
	line-height: 38px;
	color: #804c9e;
	font-size: 18px;
	border-radius: 40px;
	text-align: center;
	border: 2px solid #804c9e;
	transition: color .15s linear, background .15s linear;
}
#listContents ul li a:hover .shop-btn {
	color: #fff;
	background: #804c9e;
}
#listContents ul li .shop-icons {
	position: absolute;
	right: 220px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: none ;
}
.shop-icons .icons-title {
	display: none;
}
.shop-icons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.shop-icons ul li {
	display: inline-block;
	margin-left: 8px;
}
.shop-icons ul li.ico-lifefitness,
.shop-icons ul li.ico-precor,
.shop-icons ul li.ico-wattbike,
.shop-icons ul li.ico-concept2,
.shop-icons ul li.ico-octane {
	width: 0;
	margin: 0;
	overflow: hidden;
	font-size: 0;
}


/*
#listContents ul li .shop-icons {
  position: relative;
  padding: 0;
  margin-top: 10px;
}
.shop-icons .icons-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  margin-right: 5px;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #804c9e;
  color: #804c9e;
  border-radius: 4px;
}
.shop-icons .icons-title span {
  display: inline-block;
  width: 2em;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -.5em 0 0 -1em;
}
.shop-icons .icons-title:after {
  content: "";
  display: block;
  position: absolute;
  right: -6px;
  top: 50%;
  margin: -5px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #804c9e;
}
.shop-icons ul {
  list-style: none;
	margin: 0;
  padding: 0 0 0 55px;
}
.shop-icons ul li {
  display: inline-block;
  margin-right: 8px;
}
*/
.shop-icons ul li.ico-en {
  display: none;
}

.listNote {
  margin-top: 40px;
}

.hide {
  display: none;
}

.shopNone {
  padding: 20px;
  text-align: center;
  background: #f7f4f9;
}

/** tablet **/
@media screen and (max-width: 1068px) {
  /* listContents */
  #listContents .list-selectable h2 {
    margin: 20px 0;
    font-size: 22px;
  }
  #listContents h3 {
    font-size: 18px;
    margin: 20px 0 10px;
  }
  #listContents #list-headernav,
  #listContents .listnav {
    font-size: 18px;
  }
  #list-headernav {
    font-size: 18px;
  }
  #list-headernav .inner {
    padding: 16px 20px 10px;
  }
  #list-headernav.open .inner {
    padding: 24px 20px 16px;
  }
  #list-headernav.open .inner {
    padding: 24px 20px 16px;
  }
  #list-headernav .inner #ac div p:first-child {
	  display: block;
	  width: 100%;
  }
  #list-headernav .inner #ac div p:first-child a,
  #list-headernav .all a,
  #list-headernav #acBtn {
    font-size: 14px;
  }
  #list-headernav #acBtn img {
	width: 16px;
  }
  #list-headernav.open .inner #acBtn img {
    width: 24px;
  }
  #listContents ul li a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #7B51A0;
    border-right: 1px solid #7B51A0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #listContents .list-selectable {
    padding-top: 30px;
  }
  #listContents .listnav.kensort-kanto,#listContents .listnav.kensort-kinki{
    padding: 15px;
  }
  #listContents ul li a {
    padding: 18px 30px 18px 20px;
  }
  #listContents ul li a .name {
    font-size: 130%;
  }
  #listContents ul li a .shop-btn {
    display: none;
  }
  #listContents ul li .shop-icons {
    right: 50px;
  }
}

/** smartphone **/
@media screen and (max-width: 700px) {
  /* listContents */
  #listContents {
    padding: 20px 15px;
  }
  #listContents .list-selectable h2 {
    font-size: 20px;
  }
  #listContents h3 {
    font-size: 18px;
  }
  #listContents .prefList > h3 {
    padding: 10px;
    font-size: 20px;
    margin: 30px 0 0;
  }
	
  #list-headernav {
    font-size: 14px;
  }
  #list-headernav .inner,
  #list-headernav.open .inner {
    padding: 16px 15px 10px;
  }
	
  #listContents .listnav {
    font-size: 14px;
  }
  #listContents .listnav-anchorlink h3 {
    font-size: 16px;
  }
  #listContents .listnav-anchorlink {
    padding: 10px 0 0 0;
  }
  #listContents .listnav-anchorlink .listnav {
    padding-bottom: 10px;
  }
  #listContents .listnav a {
    padding:0;
    line-height: 2;
  }
  #listContents .listnav.prefAnchor {
	padding: 5px 10px;
  }
  #listContents .listnav.prefAnchor a:before {
    margin-left: 5px;
  }
  #listContents .listnav.prefAnchor a:first-child:before {
    margin-left: 0;
  }
  #listContents ul {
    padding-left: 10px;
  }
  #listContents .list-selectable {
    padding-top: 20px;
  }
  #listContents ul li a {
    padding: 12px 20px 6px 0;
    min-height: 44px;
  }
  #listContents ul li a:after {
    right: 5px;
  }
  #listContents ul li a:hover {
    color: #000;
    background: #fff;
  }
  #listContents ul li a p {
    display: block;
  }
  #listContents ul li a .name {
    display: block;
    font-size: 100%;
    margin: 0;
  }
  #listContents ul li .shop-icons {
    right: 20px;
  }
  .shop-icons ul li {
    width: 22px;
    margin: 0 0 0 3px;
  }
  #listContents ul li a p.icons-title {
    display: none;
  }
  .shop-icons ul li.ico-lifefitness,
  .shop-icons ul li.ico-precor,
  .shop-icons ul li.ico-wattbike,
  .shop-icons ul li.ico-concept2,
  .shop-icons ul li.ico-octane {
    width: 0;
    margin: 0;
  }
  .shop-icons ul li img {
    width: 100%;
    height: auto;
  }
  /*
  #listContents ul li .shop-icons {
    margin-top: 5px;
  }
  .shop-icons .icons-title {
    width: 35px;
    font-size: 10px;
  }
  #listContents .shop-icons ul {
    padding: 0 0 0 45px;
  }
  .shop-icons ul li {
    width: 25px;
    margin: 2px 5px 2px 0;
  }
  .shop-icons ul li.ico-lifefitness,
  .shop-icons ul li.ico-precor,
  .shop-icons ul li.ico-wattbike,
  .shop-icons ul li.ico-concept2,
  .shop-icons ul li.ico-octane {
    width: 60px;
  }
  .shop-icons ul li img {
    width: 100%;
    height: auto;
  }
  */
}


/* bottom option area */
.botnavi {
	background: rgba(0,0,0,0.8);
	color: #fff;
	position: fixed;
	bottom: 0;
	transition: bottom .5s ease;
	width: 100%;
	z-index: 9999;
	overflow: hidden;
}
.botnavi .inner {
	max-width: 1140px;
	padding: 10px 20px 32px;
	margin: 0 auto;
	font-size: 1.6rem;
	text-align: left;
}
.botnavi .selectArea {
	padding-top: 10px;
}
.botnavi .sort-title,
.botnavi .checkboxarea {
	vertical-align: middle;
}
.botnavi .sort-title {
	padding-top: 10px;
	font-weight: bold;
}
.botnavi .checkboxarea label {
	display: inline-block;
	padding: 8px 0 0 20px;
	font-size: 100%;
}
.botnavi .checkboxarea input {
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}
.botnavi .sortSend {
	text-align: center;
	padding-top: 20px;
}
.botnavi .sortSend span {
	display: inline-block;
	padding: 5px 40px;
	color: #fff;
	border-radius: 40px;
	text-align: center;
	border: 2px solid #fff;
	transition: color .15s linear, border .15s linear, background .15s linear;
	cursor: pointer;
}
.botnavi .sortSend span:hover {
	color: #fff;
	border-color: #804c9e;
	background: #804c9e;
}

#botnaviBtn {
  display: block;
  background: rgba(0,0,0,0.8);
  color: #fff;
  position: fixed;
  bottom: -100%;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  transition: bottom .5s ease;
}
#botnaviBtn span {
  position: relative;
  padding: 10px 20px;
  display: block;
  font-size: 14px;
  font-weight:bold;
}
#botnaviBtn span:after {
  content: "＋";
  position: absolute;
  font-size: 18px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#botnaviClose {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 18px;
  cursor: pointer;
}
#botnaviClose span:before {
  content: "×";
}

body.botnaviClose .botnavi {
  bottom: -100%;
}
body.botnaviClose #botnaviBtn {
  bottom: 0;
}

/** tablet **/
@media screen and (max-width: 1068px) {
	.botnavi .inner {
		padding: 15px 20px;
	}
	.botnavi .sort-title {
		padding-top: 5px;
	}
	.botnavi .checkboxarea {
		width: 83%;
		text-align: left;
	}
	.botnavi .checkboxarea label {
		padding: 5px 0 0 10px;
	}
	.botnavi .checkboxarea input {
		margin-right: 5px;
	}
}
/** smartphone **/
@media screen and (max-width: 700px) {
	.botnavi {
		bottom: -100%;
	}
	.botnavi .inner {
		padding: 15px 15px 10px;
		font-size: 11px;
	}
	.botnavi .sort-title {
		vertical-align: top;
	}
	.botnavi .checkboxarea {
		width: 78%;
	}
  
	body.botnaviActive .botnavi,
	body.botnaviActive.botnaviClose .botnavi {
		bottom: 0;
	}
	#botnaviBtn,
	body.botnaviClose #botnaviBtn {
		bottom: 0;
	}
	body.botnaviActive #botnaviBtn,
	body.botnaviActive.botnaviClose #botnaviBtn {
		bottom: -100%;
	}
	.botnavi .sortSend {
		padding: 10px 0 15px;
		text-align: center;
	}
}


/* sortMsg */
#list-page-title .sortMsg {
  display: none;
}
#listContents .sortMsg p {
  padding: 60px 0 0;
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
/** tablet **/
@media screen and (max-width: 1068px) {
}
/** smartphone **/
@media screen and (max-width: 700px) {
  #list-page-title .sortMsg {
    display: block;
  }
  #list-page-title .sortMsg p {
    margin: 0;
    padding: 20px 0;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
  }
  #listContents .sortMsg {
    display: none;
  }
  body.sortActive #list-page-title h1,
  body.sortActive #list-page-title .search-area {
    display: none;
  }
}


/* page_top btn */
#page_top {
	width: 100%;
	max-width: 1140px;
	position: fixed;
	bottom: 88px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 10000;
	opacity: 0;
}
#page_top a {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 40px;
	background: #804c9e;
	position: absolute;
	right: 16px;
}
#page_top img {
	width: 24px;
	height: auto;
	position: absolute;
	top: 18px;
	right: 0;
	left: 0;
	margin: auto;
}
/** smartphone **/
@media screen and (max-width: 700px) {
	#page_top {
		bottom: 88px;
		z-index: 998;
	}
	#page_top a {
		width: 40px;
		height: 40px;
	}
	#page_top img {
		width: 16px;
		top: 14px;
	}
}
