@charset "UTF-8";
/* shop.css */






/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#switch1:checked ~ #switch1_content,
#switch2:checked ~ #switch2_content {
  display: block;
}



	

/* pc */
@media screen and (min-width: 501px) {
/*ここにpc用スタイルを記述*/


/*------------ sports ------------*/

#background_shop {
	margin: 0 auto;
	width: 100%;
	top: 0;
	padding: 0 0 0 0;
	text-align: left;
	background-color: #ffffff;
	background-image: url(../images/shop_bg.jpg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}

h2.font_indextitle {
	font-family: 'Quicksand', sans-serif;
	font-size: 2.0em;
	font-weight: normal;
	color:#483838;
	letter-spacing: 0.15em;
	top: 0;
	padding: 30% 0 3% 6.3%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}

h3.font_sports {
	font-family: "M PLUS 1p";
	font-size: 1.5em;
	line-height: 1.7em;
	font-weight: 800;
	text-align: left;
	padding: 0 0 1.3% 6.5%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}

h2.font_sports02 {
	font-family: "M PLUS 1p";
	font-size: 1.7em;
	line-height: 1.7em;
	font-weight: normal;
	text-align: left;
	padding: 0 0 0 0;
	display: inline-block;
	border-bottom: 1px #f82a46 solid;
	margin-left: 6.5%;
	margin-top: -0.0em;
	margin-bottom: 2%;
}

/*------------ SHOP Info ------------*/



#box_overview {
	width: 43%;
	padding: 3% 3% 3% 3%;
	margin-top: -0.0em;
	margin-bottom: 3%;
	margin-left: 6.4%;
	border: 1px #c2a88f solid;
}

#table_overview {
	width: 100%;
}


#table_overview .td01 {
	width: 22%;
	font-family: "M PLUS 1p";
	font-weight: normal;
	font-size: 0.75em;
	line-height: 1.8em;
	text-align:center;
	padding: 2% 0 2% 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}
#table_overview .td02 {
	width: 76%;
	font-family: "M PLUS 1p";
	font-weight: normal;
	font-size: 0.85em;
	line-height: 1.3em;
	text-align:left;
	padding: 2% 0 2% 4%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}
#table_overview td.td02 span {
	font-size: 0.88em;
}

#table_overview .td02 a:link {
	color: #323232;
	text-decoration:none;
	outline: none;
}

#table_overview .td02 a:visited {
	color: #323232;
	text-decoration: none;
	outline: none;
}

#table_overview .td02 a:hover {
	color: #fa4d8a;
	text-decoration: none;
	outline: none;
}

#table_overview .td02 a:active {
	color: #fad5d8;
	text-decoration: underline;
	outline: none;
}

.pad_map {
	padding: 0 0 4% 6.5%;
	width: 70%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}


ul#location {
	width: 85%;
	padding: 0 0 0 6.5%;
	margin-top: 2%;
	margin-bottom: 8%;
}

ul#location li {
	width:27.33%;
	float: left;
	padding: 0 3% 3% 3%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}

ul#location li .font_descript {
	font-family: "M PLUS 1p";
	font-weight: normal;
	font-size: 0.72em;
	line-height: 1.6em;
	text-align:center;
	padding: 2% 0 2% 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	height: 30px;
	vertical-align: top;
}
	

}
 


 
/* smartPhone */
@media screen and (max-width: 500px) {
/*ここにスマホ用スタイルを記述*/



/*------------ Shop ------------*/

#background_shop {
	margin: 0 auto;
	width: 100%;
	top: 0;
	padding: 0 0 0 0;
	text-align: left;
	background-color: #ffffff;
	background-image: url(../images/shop_bg_sp.jpg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}


h2.font_indextitle {
	font-family: 'Quicksand', sans-serif;
	font-size:1.15rem;
	font-weight: normal;
	letter-spacing: 0.05rem;
	top: 0;
	padding: 24% 0 3% 6.3%;
	margin-top: 12%;
	margin-bottom: -0.0rem;
}

h3.font_sports {
	font-family: "M PLUS 1p";
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.4rem;
	text-align: left;
	padding: 0 0 1.3% 6.5%;
	margin-top: -0.0rem;
	margin-bottom: -0.0rem;
}

h2.font_sports02 {
	font-family: "M PLUS 1p";
	font-size: 1.1rem;
	font-weight: normal;
	text-align: left;
	padding: 8% 0 1% 0;
	display: inline-block;
	border-bottom: 1px #f82a46 solid;
	margin-left: 6.5%;
	margin-top: -0.0rem;
	margin-bottom: 2%;
	white-space: nowrap;
}



/*------------ TOP SHOP Info ------------*/


#box_overview {
	width: 80%;
	padding: 3% 3% 3% 3%;
	margin-top: -0.0em;
	margin-bottom: 3%;
	margin-left: 7%;
	border: 1px #c2a88f solid;
}

#table_overview {
	width: 100%;
}


#table_overview .td01 {
	width: 22%;
	font-family: "M PLUS 1p";
	font-size: 0.66rem;
	font-weight: normal;
	line-height: 1.2rem;
	text-align:center;
	padding: 2% 0 2% 0;
	margin-top: -0.0rem;
	margin-bottom: -0.0rem;
}
#table_overview .td02 {
	width: 76%;
	font-family: "M PLUS 1p";
	font-size: 0.82rem;
	font-weight: normal;
	line-height: 1.1rem;
	text-align:left;
	padding: 2% 0 2% 4%;
	margin-top: -0.0rem;
	margin-bottom: -0.0rem;
}
#table_overview td.td02 span {
	font-size: 0.8rem;
}

#table_overview .td02 a:link {
	color: #323232;
	text-decoration:none;
	outline: none;
}

#table_overview .td02 a:visited {
	color: #323232;
	text-decoration: none;
	outline: none;
}

#table_overview .td02 a:hover {
	color: #fa4d8a;
	text-decoration: none;
	outline: none;
}

#table_overview .td02 a:active {
	color: #fad5d8;
	text-decoration: underline;
	outline: none;
}

.pad_map {
	padding: 0 0 4% 7%;
	width: 86%;
	margin-top: -0.0rem;
	margin-bottom: -0.0rem;
}



ul#location {
	width: 85%;
	padding: 0 0 0 6.5%;
	margin-top: 2%;
	margin-bottom: 8%;
}

ul#location li {
	width:44%;
	float: left;
	padding: 0 3% 3% 3%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}

ul#location li .font_descript {
	font-family: "M PLUS 1p";
	height: 30px;
	vertical-align: top;
	font-weight: normal;
	font-size: 0.6rem;
	line-height: 1.2rem;
	text-align:center;
	padding: 2% 0 2% 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}
	
	
}




