@charset "utf-8";

/* ========================================================
	SHOP
======================================================== */

/* sportsShopMain
============================================================================================================ */
#sportsShopMain .tab {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#sportsShopMain .tab a {
	display: table;
	width: 100%;
	height: 50px;
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 1.3;
}
#sportsShopMain .tab a > * {
	display: table-cell;
	vertical-align: middle;
}
#sportsShopMain .tab a.current {
	background-color: #000000;
	color: #fff;
}

@media screen and (min-width: 769px), print {
	#sportsShopMain {
		padding: 40px 20px;
	}
	#sportsShopMain .tab {
		max-width: 1050px;
		margin: auto;
		padding: 0 15px;
	}
	#sportsShopMain .tab > * {
		width: calc((100% - 20px) / 3);
	}
	#sportsShopMain .tab > * + * {
		margin-left: 5px;
	}
	#sportsShopMain .tab a:hover {
		background-color: #000000;
		color: #fff;
	}
}
@media screen and (max-width: 768px) {
	#sportsShopMain {
		padding-bottom: 20px;
	}
	#sportsShopMain .tab {
		margin-bottom: 20px;
		padding: 10px 10px 0;
		background-color: #fff;
	}
	#sportsShopMain .tab > * {
		width: calc((100% - 8px) / 3);
	}
	#sportsShopMain .tab > * + * {
		margin-left: 2px;
	}
	#sportsShopMain .tab a {
		height: 40px;
		border-radius: 5px 5px 0 0;
		background-color: #ededed;
		font-size: 1rem;
		line-height: 1.2;
	}
}
@media screen and (max-width: 370px) {
	#sportsShopMain .tab {
		padding-left: 0;
		padding-right: 0;
	}
}

#sportsShopMain .main {
	position: relative;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	border-radius: 10px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
}
#sportsShopMain .main::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	background: url(data:image/svg+xml;base64,pd94bwwgdmvyc2lvbj0ims4wiia/pgo8c3znihhtbg5zpsjodhrwoi8vd3d3lnczlm9yzy8ymdawl3n2zyigd2lkdgg9ijewmcuiighlawdodd0imtawjsigdmlld0jved0imcawidegmsigchjlc2vydmvbc3bly3rsyxrpbz0ibm9uzsi+ciagpgxpbmvhckdyywrpzw50iglkpsjncmfklxvjz2ctz2vuzxjhdgvkiibncmfkawvudfvuaxrzpsj1c2vyu3bhy2vpblvzzsigede9ijaliib5mt0imcuiihgypsixmdaliib5mj0imcuipgogicagphn0b3agb2zmc2v0psiwjsigc3rvcc1jb2xvcj0iizawmdawmcigc3rvcc1vcgfjaxr5psixii8+ciagica8c3rvccbvzmzzzxq9ijiwjsigc3rvcc1jb2xvcj0iizawmdawmcigc3rvcc1vcgfjaxr5psixii8+ciagica8c3rvccbvzmzzzxq9ijewmcuiihn0b3aty29sb3i9iimwmdawmdaiihn0b3atb3bhy2l0et0imcivpgogidwvbgluzwfyr3jhzgllbnq+ciagphjly3qged0imciget0imcigd2lkdgg9ijeiighlawdodd0imsigzmlsbd0idxjskcnncmfklxvjz2ctz2vuzxjhdgvkksiglz4kpc9zdmc+);
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0) 100%);
}
#sportsShopMain .main > * {
	position: relative;
	z-index: 3;
}
#sportsShopMain .main h1 {
	margin-bottom: 10px;
	font-size: 5.4rem;
	line-height: 1.4;
}
/*
#sportsShopMain.billiard .main {
	background-image: url(https://www.sugai-dinos.jp/sports/images/common/shop_main_billiard.jpg);
}
#sportsShopMain.golf .main {
	background-image: url(https://www.sugai-dinos.jp/sports/images/common/shop_main_golf.jpg);
}
#sportsShopMain.tabletennis .main {
	background-image: url(https://www.sugai-dinos.jp/sports/images/common/shop_main_tabletennis.jpg);
}
*/
#sportsShopMain .main .btn {
	margin-top: 30px;
}
#sportsShopMain .main .btn a {
	margin: 0;
}
@media screen and (min-width: 769px), print {
	#sportsShopMain .main {
		max-width: 1240px;
		height: 520px;
		margin: auto;
		padding: 0 70px;
	}
	#sportsShopMain .main .btn a {
		white-space: nowrap;
	}
}
@media screen and (max-width: 768px) {
	#sportsShopMain .main {
		min-height: 140px;
		padding: 20px 15px;
		border-radius: 5px;
		font-size: 1.1rem;
	}
	#sportsShopMain .main h1 {
		margin-bottom: 5px;
		font-size: 2.2rem;
	}
	#sportsShopMain .main .btn {
		margin-top: 15px;
	}
	#sportsShopMain .main .btn a {
		width: auto;
		height: 30px;
		padding: 5px 20px;
		font-size: 1.2rem;
	}
}



/* sports_price_block
============================================================================================================ */
.sports_price_block .price_table table {
	width: 100%;
	background-color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
}
.sports_price_block .price_table table th,
.sports_price_block .price_table table td {
	padding: 20px 0;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ededed;
}
.sports_price_block .price_table table th {
	font-weight: bold;
}
.sports_price_block .price_table table thead th {
	background-color: #f5f5f5;
	font-size: 1.6rem;
	-webkit-box-shadow: inset 0 -4px 0 0 #94c906;
	box-shadow: inset 0 -4px 0 0 #94c906;
}
.sports_price_block .price_table table thead th span {
	font-weight: normal;
	font-size: 1.3rem;
}
.sports_price_block .table_notes {
	color: #fff;
	font-size: 1.3rem;
	display: table;
	margin: 15px 0 0 auto;
}
@media screen and (min-width: 769px), print {
	.sports_price_block .price_table table {
		table-layout: fixed;
	}
	.sports_price_block .price_table table thead th:first-child {
		width: 15%;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
@media screen and (max-width: 768px) {
	.sports_price_block .price_table table {
		font-size: 1.2rem;
	}
	.sports_price_block .price_table table + table {
		margin-top: 10px;
	}
	.sports_price_block .price_table table th,
	.sports_price_block .price_table table td {
		padding: 10px;
	}
	.sports_price_block .price_table table thead th {
		font-size: 1.3rem;
		-webkit-box-shadow: inset 0 -2px 0 0 #94c906;
		box-shadow: inset 0 -2px 0 0 #94c906;
	}
	.sports_price_block .price_table table thead th span {
		font-size: 1.1rem;
	}
	.sports_price_block .price_table table tbody th:first-child {
		width: 30%;
		padding-top: 5px;
		padding-bottom: 5px;
		white-space: nowrap;
	}
	.sports_price_block .table_notes {
		font-size: 1rem;
		margin-top: 10px;
	}
}

.sports_price_block .column_block section {
	background-color: #fff;
	line-height: 1.6;
}
.sports_price_block .column_block section header {
	padding: 25px 10px;
	text-align: center;
}
.sports_price_block .column_block section header h1 {
	font-size: 2rem;
}
.sports_price_block .column_block section .price {
	padding: 20px 40px;
	font-size: 1.4rem;
}
.sports_price_block .column_block section .price dl {
	padding: 20px 0 10px;
}
.sports_price_block .column_block section .price dl::after {
	content: ""; display: table; clear: both;
}
.sports_price_block .column_block section .price dl + dl {
	border-top: 1px solid #ededed;
}
.sports_price_block .column_block section .price dt {
	float: left;
	font-weight: bold;
}
.sports_price_block .column_block section .price dd {
	float: right;
}
.sports_price_block .column_block section .price a.box_btn {
	margin-top: 20px;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.sports_price_block .column_block section header {
		padding: 15px 10px;
		font-size: 1.2rem;
	}
	.sports_price_block .column_block section header h1 {
		font-size: 1.7rem;
	}
	.sports_price_block .column_block section .price {
		padding: 10px 20px;
		font-size: 1.2rem;
	}
	.sports_price_block .column_block section .price dl {
		padding: 15px 0 8px;
	}
}