@charset "UTF-8";
/*
Theme Name: 枚方体育協会
*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*----------------------------------------------------*/ 
/* Reset style
-----------------------------------------------------*/ 
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
li {
	list-style: none;
}
img {
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
	max-width: 100%;
	height: auto;
}
/*----------------------------------------------------*/ 
/* Base style
-----------------------------------------------------*/ 

html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

html.sizeS {	font-size: 56.3%;}
html.sizeL {	font-size: 68.8%;}

body {
	background: #FFF;
	color: #474747;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	line-height: 1.4;
	overflow-x: hidden;
}

body, html {
	min-width: 1024px;

}


@media only screen and (max-width: 1024px) {
body, html {
	min-width: 0;
}
}


a:link {	color: #00a8eb;	text-decoration: none;}
a:visited {	color: #00a8eb;	text-decoration: none;}
a:hover {	color: #00a8eb;	text-decoration: none;}
a:active {	color: #00a8eb;	text-decoration: none;}

p {	margin-bottom: 20px; line-height:1.7;}

#header p, #footer p {	margin-bottom: 0;}

a img {
	transition:all .3s ease;
}

a:hover img {
	opacity: .8;
}

.sp {
	display: none;
}

.pc {
	display:block;
}


@media only screen and (max-width: 1024px) {
body {
	font-size: 1.4rem;
}
.sp {
	display: block;
}
.pc {
	display: none;
}


}


/*----------------------------------------------------*/ 
/* header
-----------------------------------------------------*/ 

#btn_spmenu {
	display: none;
}

#header {
	background:#00cc8f;
	position: relative;
}

#header .hdpack {
	margin:0 auto;
	padding:12px 0;
	width:1024px;
}

#header .logo {
	float:left;
	width:293px;
}

#header .logo img {
	height:auto;
	width:100%;
}

#header .hdside {
	overflow:hidden;
	text-align:right;
}

#header .hdside ul {
	display:table;
	float:right;
}

#header .hdside ul li {
	display:table-cell;
	font-size:1.3rem;
	line-height:1.1;
	padding:10px 5px;
	vertical-align:middle;
	white-space:nowrap;
}

#header .hdside ul li a {
	background-color:#006e5c;
	color:#fff;
	padding:3px 8px;
}

#header .hdside ul li a:hover {
	text-decoration:underline;
}

#header .hdside ul li dl dt {
	color:#fff;
	display:inline-block;
	font-size:1.2rem;
}

#header .hdside ul li dl dd {
	display:inline-block;
}

#header .hdside ul li dl dd span {
	border-left:4px solid #00cc8f;
}

#header .hdside ul li.change a.on {
	background-color:#ffbe00;
}

#header .hdside ul li.serach {
	line-height:1;
}

#header .hdside ul li.serach a {
	padding:4px 3px 1px 3px;
}


/* gnavi */
#gnavi {
	background:#006e5c;
}

#gnavi > ul {
	border-left:1px solid #00cc8f;
	display:table;
	margin:0 auto;
	position:relative;
	width:1024px;
}

#gnavi > ul > li {
	display:table-cell;
	vertical-align:top;
	width:146px;
}

#gnavi > ul > li.about {
	width:146px;
}

#gnavi > ul > li.groupuse {
	display: none;
}

#gnavi > ul > li > a {
	border-right:1px solid #00cc8f;
	color:#fff;
	display:block;
	font-weight:500;
	padding:12px 5px;
	text-align:center;
}

#gnavi > ul > li > a:hover {
	background:rgba(255,255,255,.10);
}

#gnavi > ul > li > .child {
	background:rgba(0,110,92,.80);
	box-sizing:border-box;
	left:440px;
	opacity:0;
	padding:10px 14px;
	position:absolute;
	text-align:left;
	visibility:hidden;
	transition:all .3s ease;
}

#header #gnavi > ul > li:hover > .child {
	opacity:1;
	visibility:visible;
}

#gnavi > ul > li > .child > ul > li:first-child {
/*	float:left;*/
	margin-right:2.5em;
}

#gnavi > ul > li > .child > ul > li > a {
	box-sizing:border-box;
	color:#fff;
	font-size:1.3rem;
	padding-left:10px;
	position:relative;
}

#gnavi > ul > li > .child > ul > li > a:before {
	background:url(/lib/img/cmn/icon_arrow_04.png) no-repeat;
	content:"";
	height:8px;
	left:0;
	margin-top:-4px;
	position:absolute;
	top:50%;
	width:6px;
}

#vi .vi_inner {
	margin:0 auto;
	width:1024px;
}

/* searchBox */

#searchBox .box {
	display: table;
	width: 100%;
}

#searchBox .box > * {
	display: table-cell;
}

#searchBox .submit {
	width: 33px;
}

#searchBox input[type=text] {
	background: #fff;
	padding: 5px 10px;
	-webkit-appearance: none;
	border: none;
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	outline: none;
}

#searchBox input[type=submit] {
	-webkit-appearance: none;
	border: none;
	width: block;
	width: 32px;
	height: 32px;
	margin-left: 1px;
	background: #fff url(/lib/img/cmn/icon_search2_sp.png) no-repeat center center;
	background-size: 23px auto;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

@media only screen and (min-width: 1025px) {

#searchBox {
	position: absolute;
	top: -52px;
	left: 50%;
	width: 1024px;
	margin-left: -512px;
	opacity: 0;
}

#searchBox form {
	position: absolute;
	right: 0;
	top: 0;
	background: #006e5c;
	padding: 10px 40px 10px 30px;
	width: 450px;
	box-sizing: border-box;
	z-index: 10;
	border-radius: 0 0 10px 10px;
}

#searchBox form .close {
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -17px;
	cursor: pointer;
	font-size: 0;
	display: inline-block;
	padding: 10px 0;
}

}

@media only screen and (max-width: 1024px) {

#header .hdpack {
	margin:0;
	padding:12px 18px 12px 10px;
	position:relative;
	width:auto;
}

#header .hdside ul li.sitemap,
#header .hdside ul li.change,
#header .hdside ul li.groupuse {
	display:none;
}

#header .logo {
	float:none;
}

#header .hdside ul {
	display:block;
	float:none;
}

#header .hdside ul li {
	display:block;
	line-height:1;
	padding:0;
}

#header .hdside ul li img.serachpc {
	display:none;
}

#header .hdside ul li a {
	background:url(/lib/img/cmn/icon_search_sp.png) 0 0 no-repeat;
	background-size:24px 22px;
	background-color:#00cc8f;
	display:block;
	height:22px;
	margin-top:-11px;
	position:absolute;
	right:59px;
	top:50%;
	width:24px;
}

#btn_spmenu {
	background:#00cc8f url(/lib/img/cmn/icon_spmenu.png) no-repeat center center;
	background-size:26px auto;
	cursor:pointer;
	display:block;
	height:20px;
	position:absolute;
	right:18px;
	top:50%;
	margin-top: -10px;
	width:26px;
	z-index:2;
}

#btn_spmenu.close {
	background-image:url(/lib/img/cmn/icon_spmenu_close.png);
	background-size:20px auto;
}

/* gnavi */
#gnavi {
	display:none;
	background: none;
	position: absolute;
	width: 100%;
	z-index: 10;
}

#gnavi > ul {
	border: none;
	display:block;
	margin:0 auto;
	position:relative;
	width:auto;
	column-count: 2;
	column-gap: 0;
	column-fill: auto;
	column-rule: solid 1px #7FB6AD;
	background: rgba(0,110,92,.8);
}

#gnavi > ul > li {
	display:block;
	width:auto !important;
	border-right: 1px solid #7FB6AD;
	border-bottom: 1px solid #7FB6AD;
}

#gnavi > ul > li.entry {
	break-after: column;
}

#gnavi > ul > li.groupuse {
	display: block;
}

#gnavi > ul > li > a {
	border-right: none;
	padding:12px 0;
	text-align:center;
}


#gnavi > ul > li > a:hover {
	background:none;
}

#gnavi > ul > li > .child {
	display: none;
}

/* searchbox */

#searchBox {
	background: rgba(0,110,92,.8);
	padding: 10px 30px;
	position: absolute;
	right: auto;
	top: auto;
	width: 100%;
	box-sizing: border-box;
	z-index: 10;
	display: none;
}

#searchBox form .close {
	display: none;
}

}

@media only screen and (max-width: 767px) {

#header .logo {
	width:60%;
}
#vi .vi_inner {
    margin: 0 auto;
    width: 100%;
}	
#vi .vi_base .pc {
	display:none;
}

#vi .vi_base .sp {
	display:block;
}

#vi .vi_info {
	bottom:auto;
	position:static;
	width:auto;
}

#vi .vi_info p {
	display:none;
}

#vi ul li {
	background-color:#FFF;
	border-top:1px solid #cccdd1;
	margin-bottom:0;
}

#vi ul li.boxlink {
	cursor:pointer;
}

#vi ul li:first-child {
	border-top:none;
	margin-bottom:0;
}

#vi ul li dl {
	margin:0 25px;
	width:auto;
}

#vi ul li dl dt {
	box-sizing:border-box;
	padding:0.8em 0;
	width:7em;
}

#vi ul li dl dt:before {
	background:url(/lib/img/cmn/icon_arrow_03_sp.png) no-repeat;
	background-size:7px 12px;
	content:"";
	display:inline-block;
	height:12px;
	margin-right:10px;
	vertical-align:middle;
	width:7px;
}

#vi ul li dl dd {
	box-sizing:border-box;
	margin-left:0;
	padding:0.8em 0 0.8em 1em;
}
	
}

/*----------------------------------------------------*/ 
/* topicpath
-----------------------------------------------------*/ 


/*----------------------------------------------------*/ 
/* contents
-----------------------------------------------------*/ 

#container {
	background:#e6f7f0;
	border-top:3px solid #e6f7f0;
	clear:both;
	padding-bottom:20px;
}

#contents {
	margin:0 auto 50px;
	width:1024px;
}

.block {
	margin:0 auto;
	width:1024px;
}


@media only screen and (max-width: 1024px) {

#container {
	border-top:none;
}

#contents {
	margin:0;
	padding:0 25px;
	width:auto;
}

.block {
	margin:0 25px;
	width:auto;
}

}

/*----------------------------------------------------*/ 
/* pagetop
-----------------------------------------------------*/ 

#footer .pagetop {
	display: none;
}

#footer .pagetop a {
	position: fixed;
	right: 10px;
	bottom: 0;
}

#footer .pagetop.btm {
	position: relative;
}

#footer .pagetop.btm a {
	position: absolute;
}

@media only screen and (max-width: 767px) {

#footer .pagetop a img {
	width: 28px;
	height: auto;
}

}

/*----------------------------------------------------*/ 
/* footer
-----------------------------------------------------*/ 

#footer {
	background:#82c4bd;
}

#footer .ft_inner {
	margin:0 auto;
	width:1024px;
}

#footer .ft_inner > ul {
	clear:both;
}

#footer .ft_inner > ul > li {
	color:#fff;
	float:left;
	width:200px;
}

#footer .ft_inner ul li a {
	color:#fff;
}

.copyright {
	color:#fff;
	clear:both;
	text-align:center;
}

#footer .ft_bnr {
	background:#006e5c;
}

#footer .ft_bnr div {
	margin:0 auto;
	padding:22px 0 0;
	position:relative;
	width:1024px;
}

#footer .ft_bnr dl {
	float:left;
	position:relative;
	width:530px;
}

#footer .ft_bnr dl dt {
	color:#fff;
	font-size:1.4rem;
	font-weight:500;
	left:0;
	position:absolute;
	top:0;
	width:7em;
}

#footer .ft_bnr dl dd {
	color:#fff;
	display:block;
	font-size:1.3rem;
	margin-left:7em;
}

#footer .ft_bnr dl dd a {
	color: #FFF;
	text-decoration: underline;
}

#footer .ft_bnr ul {
	left:670px;
	letter-spacing:-.40em;
	position:absolute;
	top:22px;
	width:494px;
}

#footer .ft_bnr ul li {
	display:inline-block;
	letter-spacing:normal;
	line-height:1;
	margin-right:12px;
	vertical-align:top;
}

#footer .ft_bnr ul li:last-child {
	margin-right:0;
}

#footer .ft_bnr .copyright {
	font-size:1.2rem;
	padding:1em 0;
	text-align:left;
}


@media only screen and (max-width: 1024px) {

#footer .ft_bnr {
	padding:0 10px;
}

#footer .ft_inner {
	margin:0;
	width:auto;
}

#footer .ft_bnr div {
	margin:0;
	padding:11px 0 0;
	width:auto;
}

#footer .ft_bnr dl {
	display:none;
}

#footer .ft_bnr ul {
	left:0;
	letter-spacing:-.40em;
	position:static;
	text-align:center;
	top:0;
	width:100%;
}

#footer .ft_bnr ul li {
	margin:0 5px 5px 5px;
	text-align:center;
}
#footer .ft_bnr ul li:last-child {
	margin-right:5px;
}

#footer .ft_bnr .copyright {
	padding:5px 0 10px;
	text-align:center;
}


}