@charset "utf-8";

/* ========================================================
	DINOS SPORTS
======================================================== */

/* color
============================================================================================================ */
/* #94c906 */
.c_theme {
	color: #94c906 !important;
}
.bg_theme {
	background-color: #94c906 !important;
	color: #fff !important;
}
.bd_theme,
.bd_theme::after {
	border-color: #94c906 !important;
}
.hv_bg_theme span.current {
	background-color: #94c906 !important;
}
.hv_bd_theme span.current {
	border-color: #94c906 !important;
}
@media screen and (min-width: 769px) {
	a[href].hv_c_theme:hover,
	.hv_c_theme a[href]:hover,
	a[href]:hover .hv_c_theme,
	a.hv_c_theme.current,
	.hv_c_theme a.current,
	.hv_c_theme span.current {
		color: #94c906 !important;
	}
	a[href].hv_bg_theme:hover,
	.hv_bg_theme a[href]:hover,
	a[href]:hover .hv_bg_theme,
	a.hv_bg_theme.current,
	.hv_bg_theme a.current {
		background-color: #94c906 !important;
	}
	a[href].hv_bd_theme:hover,
	.hv_bd_theme a[href]:hover,
	a[href]:hover .hv_bd_theme,
	a.hv_bd_theme.current,
	.hv_bd_theme a.current {
		border-color: #94c906 !important;
	}
}

#header::before {
	border-color: #94c906;
}
@media screen and (min-width: 769px) {
	#header .logo.shop a:hover .shop,
	#header.sp_open .logo.shop a .shop {
		background-color: #94c906 !important;
	}
}

.bg_theme_pattern {
	background-color: #94c906;
	background-image: url(../images/common/pattern_bg.png);
}
.bg_theme_pattern.light {
	background-color: #b7e10d;
	background-image: url(../images/common/pattern_light_bg.png);
}

.slick-dots li.slick-active button::after {
	background-color: #94c906 !important;
}
@media screen and (min-width: 769px), print {
	#indexMainBlock .arrow {
		background-color: #8cbd06;
	}
	.slick-dots li button:hover::after {
		background-color: #94c906 !important;
	}
}

.box_btn,
a.box_btn,
a .box_btn {
	border-color: #94c906;
	background-color: #94c906;
}
@media screen and (min-width: 769px), print {
	a[href].box_btn:hover,
	button.box_btn:hover,
	a[href]:hover .box_btn {
		color: #94c906;
	}
	.paging .prev a:hover::after,
	.paging .next a:hover::after {
		border-color: #94c906;
	}
}
@media screen and (max-width: 768px) {
	.box_btn.sp_black.sp_arrow_back::before {
		border-color: #94c906;
	}
}

.back_btn a::before {
	border-color: #94c906;
}


/* header site nav
============================================================================================================ */
#header .sports_nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#header .sports_nav a {
	position: relative;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	background-color: #fff;
}
#header .sports_nav a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-style: solid;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent #ededed transparent;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#header .sports_nav a::before {
	content: "";
	display: block;
	padding-top: 60%;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
#header .sports_nav a > * {
	display: table;
	width: 100%;
	height: 65px;
	background-color: #fff;
}
#header .sports_nav a > * > * {
	display: table-cell;
	vertical-align: middle;
}
#header .sports_nav a.darts::before {
	background-image: url(../images/common/ph_darts.jpg);
}
#header .sports_nav a.billiard::before {
	background-image: url(../images/common/ph_billiard.jpg);
}
#header .sports_nav a.golf::before {
	background-image: url(../images/common/ph_golf.jpg);
}
#header .sports_nav a.tabletennis::before {
	background-image: url(../images/common/ph_tabletennis.jpg);
}
#header .sports_nav a.batting::before {
	background-image: url(../images/common/ph_batting.jpg);
}
#header .sports_nav a.hado::before {
	background-image: url(https://www.sugai-dinos.jp/sports/images/common/ph_hado.jpg);
}
@media screen and (min-width: 769px), print {
	#header .sports_nav {
		width: 810px;
		margin: auto;
		padding: 60px 0 0;
	}
	#header .sports_nav > * {
		width: 270px;
		padding: 0 20px;
	}
	#header .sports_nav > *:nth-child(3) ~ * {
		margin-top: 20px;
	}
	#header .sports_nav a:hover::before {
		opacity: .7;
	}
	#header .sports_nav a > * {
		-webkit-transition: color .2s, background .2s;
		-o-transition: color .2s, background .2s;
		transition: color .2s, background .2s;
	}
	#header .sports_nav a:hover > * {
		background-color: #000;
		color: #fff;
	}
}
@media screen and (max-width: 768px) {
	#header .sports_nav {
		padding: 30px 0 0;
		justify-content: space-between;
	}
	#header .sports_nav > * {
		width: calc(33.33% - 5px);
	}
	#header .sports_nav > *:nth-child(3) ~ * {
		margin-top: 10px;
	}
	#header .sports_nav a > * {
		height: 50px;
	}
}
@media screen and (max-width: 370px) {
	#header .sports_nav a > * {
		font-size: 1.2rem;
	}
}


#header .shop_list_nav {
	color: #000;
}
@media screen and (min-width: 769px), print {
	#header .shop_list_nav {
		padding: 60px 0 80px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#header .shop_list_nav::after {
		content: none;
	}
	#header .shop_list_nav > * {
		width: 300px;
		margin-left: 50px;
	}
	#header .shop_list_nav > *:nth-child(3n+1) {
		margin-left: 0;
	}
	#header .shop_list_nav > *:nth-child(3) ~ * {
		margin-top: 60px;
	}
	#header .shop_list_nav .bdb_title {
		width: 100%;
	}
	#header .shop_list_nav .arrow_nav {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#header .shop_list_nav .arrow_nav > * {
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	#header .shop_list_nav {
		padding: 30px 0 10px;
	}
	#header .shop_list_nav > * + * {
		margin-top: 30px;
	}
	#header .shop_list_nav > *:last-child {
		padding-bottom: 40px;
		border-bottom: 1px solid #000;
	}
	#header .shop_list_nav .bdb_title {
	}
	#header .shop_list_nav .arrow_nav a {
		display: block;
		padding: 4px 0;
		background-color: #000000;
		border: 0;
		border-radius: 100px;
		color: #fff;
		font-size: 1.2rem;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
	}
	#header .shop_list_nav .arrow_nav a::after {
		content: none;
	}
}


/* header shop nav
============================================================================================================ */
@media screen and (min-width: 769px), print {
	#header .shop_site_nav .w {
		width: 720px;
	}
	#header .shop_site_nav .link_nav {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 60px 15px 0;
	}
	#header .shop_site_nav .link_nav > * {
		width: 320px;
	}
	#header .shop_site_nav .link_nav > *:nth-child(2) ~ * {
		margin-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	#header .shop_site_nav .link_nav {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: 0;
	}
	#header .shop_site_nav .link_nav > * {
		width: calc(50% - 8px);
	}
	#header .shop_site_nav .link_nav > *:nth-child(2) ~ * {
		margin-top: 10px;
	}
}