@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* 全体の設定 */
html {
	color: #222;
	}

body {
	width: 100%;
	font-family: YuGothic,'Noto Sans Japanese','Yu Gothic',"hiragino kaku gothic proN","meiryo","sans-serif","lucida grande";
	font-weight: normal;
	-webkit-text-size-adjust: 100%;
	min-width: 1200px;
	background-color: #FFF;
	}

a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
	}

p {
	color: #000;
	line-height: 1.8;
	}

img {
	border: none;
	}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	}
	
.wrapper {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	}

.wrapper_small {
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
	}

.pc {
	display: block;
	}

.sp {
	display: none;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

.clearfix::after {
	content: ''; 
	display: block;
	clear: both; 
	}


/* header */
header {
	width: 100%;
	height: 175px;
	position: relative;
}

header > .wrapper {
	height: 123px;
	position: relative;
}

header .logo_header {
	display: block;
	width: auto;
	height: 60px;
	position: absolute;
	left: 0;
	top: 15px;
}

.header__txt {
	position: absolute;
	left: 0;
	top: 83px;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Noto Sans Japanese';
}

.header__date {
	position: absolute;
	top: 35px;
	right: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.header__date span {
	margin-left: 5px;
	font-size: 10px;
	vertical-align: 10%;
}

.header__place,
.header__weather,
.header__description {
	display: none;
}

.header__temp {
	position: absolute;
	bottom: 30px;
	right: 60px;
	font-size: 14px;
	color: #48484A;
}

.header__icon {
	width: 25px;
	height: 25px;
	right: 120px;
	bottom: 30px;
	position: absolute;
}
	
.header__icon span {
	overflow: hidden;
	display: block;
	width: 50px;
	height: 25px;
	position: relative;
	border-right: 1px solid #CCC;
}

.header__icon span img {
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.header__search {
	position: absolute;
	top: 40px;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	background-image: url("/img/common/icon_search.png");
	background-size: cover;
	background-position: center center;
	background-color: #000;
	transition: .2s;
	-webkit-transition: .2s;
}

.header__search:hover {
	cursor: pointer;
	background-color: #CCC;
}

.header__search.open {
	background-color: #CCC;
	background-image: none;
}

.header__search.open::before {
	content: "×";
	text-align: center;
	line-height: 40px;
	font-size: 28px;
	font-weight: bold;
	margin-left: 6px; 
}

.globalNav {
	width: 100%;
	height: 45px;
	background: linear-gradient(90deg, #00a9ab 0%, #00a9ab 50%, #c0b500 50%, #c0b500 100%);
}

.globalNav ul {
	display: flex;
}

.globalNav ul li {
	width: 11.11%;
	height: 45px;
	text-align: center;
}

.globalNav ul li a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
}

.globalNav ul li:nth-of-type(1) a {
	background-color: #00a9ab;
}

.globalNav ul li:nth-of-type(2) a,
.soccer .navCurrent {
	background-color: #008dd2;
}

.globalNav ul li:nth-of-type(3) a,
.baseball .navCurrent {
	background-color: #0068b9;
}

.globalNav ul li:nth-of-type(4) a,
.basketball .navCurrent {
	background-color: #01377f;
}

.globalNav ul li:nth-of-type(5) a,
.volleyball .navCurrent {
	background-color: #7c0092;
}

.globalNav ul li:nth-of-type(6) a,
.swimming .navCurrent {
	background-color: #ad2184;
}

.globalNav ul li:nth-of-type(7) a,
.ladies .navCurrent {
	background-color: #e56479;
}

.globalNav ul li:nth-of-type(8) a,
.senior .navCurrent {
	background-color: #e18f00;
}

.globalNav ul li:nth-of-type(9) a,
.other .navCurrent {
	background-color: #c0b500;
}

.fcnishinomiya .navCurrent {
	background-color: #d42c1c;
}

.event .navCurrent {
	background-color: #7cd7fc;
}

.navCurrent {
	width: 100%;
	height: 10px;
	background-color: #00a9ab;
}

.search {
	position: absolute;
	bottom: -68px;
	width: 100%;
	height: 75px;
	background-color: #EEE;
	z-index: 1000;
	display: none;
}

.open.search {
	display: block;
}

.search__form {
	position: relative;
	width: 100%;
	height: 41px;
	margin-top: 17px;
	background-color: #FFF;
	border-radius: 21px;
	-webkit-border-radius: 21px;
}

.search__box {
	width: 100%;
	height: 41px;
	border: none;
	border-radius: 21px;
	-webkit-border-radius: 21px;
	font-size: 16px;
	padding-left: 20px;
}

.search__btn {
	height: 41px;
	position: absolute; 
	right: 10px;
	top: 0;
	background:none;
	color: #222;
	border: none;
	font-size: 20px;
}

.search__btn:hover {
	cursor: pointer;
}



/* breadcrumb */
.breadcrumb {
	margin-top: 20px;
}

.breadcrumb__box {
	display: flex;
}

.breadcrumb__item:not(:first-child)::before {
	content: '>';
	margin: 0 10px;
	color: #666;
}

.breadcrumb__item a {
	font-size: 14px;
	color: #666;
	transition: .2s;
	-webkit-transition: .2s;
}

.breadcrumb__item a:hover {
	text-decoration: underline;
}



/* container */
.container {
	width: 95%;
	max-width: 1200px;
	display: flex;
	margin: 0 auto;
	padding: 60px 0 100px 0;
}



/* main */
.main {
	width: 69.166%;
	margin-right: 5.833%;
}

.wp-pagenavi {
	text-align: center;
	font-size: 14px;
	margin-top: 50px;
	}

.wp-pagenavi .current {
	background: #333;
	border: 1px solid #333;
	color: #FFF;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	}

.wp-pagenavi .pages {
	display: none;
	transition: .2s;
	-webkit-transition: .2s;
	}

.wp-pagenavi .page, .last, .first {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #CCC;
	margin: 0 5px;
	transition: .2s;
	-webkit-transition: .2s;
	}

.wp-pagenavi .page:hover, .last:hover, .first:hover {
	background: #333;
	border: 1px solid #333;
	color: #FFF;
	}



/* sideBar */
.sideBar {
	width: 25%;
}

.pickUp {
	width: 100%;
}

.pickUp__ttl {
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
}

.pickUp__box {
	width: 100%;
	background-color: #EEE;
	padding: 10px;
}

.pickUp__item {
	width: 100%;
	margin-bottom: 10px;
	background-color: #FFF;
}

.pickUp__item:nth-of-type(2) {
	margin-bottom: 0;
}

.pickUp__img {
	position: relative;
	padding: 10px;
}

.pickUp__img img {
	display: block;
	width: 100%;
	height: auto;
}

.pickUp__category {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 12px;
	display: inline-block;
	margin: 0 15px 10px 0; 
}

.pickUp__item .soccer {
	background-color: #008dd2;
}

.pickUp__item .baseball {
	background-color: #0068b9;
}

.pickUp__item .basketball {
	background-color: #01377f;
}

.pickUp__item .volleyball {
	background-color: #7c0092;
}

.pickUp__item .swimming {
	background-color: #ad2184;
}

.pickUp__item .ladies {
	background-color: #e56479;
}

.pickUp__item .senior {
	background-color: #e18f00;
}

.pickUp__item .other {
	background-color: #c0b500;
}

.pickUp__item .fcnishinomiya {
	background-color: #d42c1c;
}

.pickUp__item .uncategorized {
	background-color: #CCC;
}

.pickUp__content a {
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto 10px auto;
	display: block;
	width: calc(100% - 20px);
}

.pickUp__schedule,
.pickUp__place {
	font-size: 12px;
	width: calc(100% - 20px);
	margin: 0 auto;
}

.pickUp__place {
	padding-bottom: 10px;
}

.pickUp__schedule span,
.pickUp__place span {
	color: #FFF;
	padding: 0 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: #666;
	height: 20px;
	line-height: 20px;
	display: inline-block;
}

.widget_tag_cloud {
	list-style-type: none;
	margin-top: 50px;
}

.widget_tag_cloud .widgettitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.widget_tag_cloud .widgettitle::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("/img/common/icon_tag.png");
	background-size: cover;
	background-position: center center;
	margin-right: 10px;
	vertical-align: -10%;
}

.tagcloud a {
	display: inline-block;
	margin-bottom: 5px;
	height: 25px;
	line-height: 23px;
	padding: 0 15px;
	border: 1px solid #e83426;
	border-radius: 12.5px;
	-webkit-border-radius: 12.5px;
	font-size: 12px!important;
	color: #e83426;
	transition: .2s;
	-webkit-transition: .2s;
}

.tagcloud a::before {
	content: "#";
}

.tagcloud a:hover {
	color: #FFF;
	background-color: #e83426;
}

.popular-posts {
	list-style-type: none;
	margin-top: 50px;
}

.popular-posts .widgettitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.popular-posts .widgettitle::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 20px;
	background-image: url("/img/common/icon_ranking.png");
	background-size: cover;
	background-position: center center;
	margin-right: 10px;
	vertical-align: -10%;
}



/* footer */
footer {
	width: 100%;
	padding: 50px 0 90px 0;
	background-color: #EEE;
	text-align: center;
}

.logo_footer {
	display: block;
	width: auto;
	height: 25px;
	margin: 0 auto 20px auto;
}

footer ul {
	display: table;
	margin: 0 auto 35px auto;
}

footer ul li {
	float: left;
	margin-right: 25px;
}

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

footer ul li a {
	font-size: 12px;
	color: #666;
}

footer p {
	color: #666;
	font-size: 11px;
}



/******************************************************

PCの設定 960px〜1199pxの場合に適用 

*******************************************************/

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

/* 全体の設定 */
body {
	max-width: 1199px;
	min-width: 100%;
	}
	
	
	
/* header */
.globalNav .wrapper {	
	width: 100%;
}



}



/******************************************************

タブレットの設定 768px〜959pxの場合に適用 

*******************************************************/

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

/* 全体の設定 */
body {
	max-width: 959px;
	min-width: 100%;
	}




}




/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

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

/* 全体の設定 */
body {
	max-width: 767px;
	}

.pc {
	display: none;
	}

.sp {
	display: block;
	}
	
.wrapper,
.wrapper_small {
	width: calc(100% - 30px);
	}

.left {
	float: none;
	}

.right {
	float: none;
	}

	
	
/* header */
header {
	width: 100%;
	height: 110px;
}

header > .wrapper {
	width: 100%;
	height: 70px;
	position: relative;
}

header .logo_header {
	display: block;
	height: 36px;
	position: absolute;
	left: 12px;
	top: 6px;
}

.header__txt {
	left: 12px;
	top: 45px;
	font-size: 9px;
}
	
.header__date {
	position: absolute;
	top: 12px;
	right: 50px;
	font-size: 15px;
}

.header__date span {
	font-size: 9px;
	vertical-align: 8%;
}
	
.header__temp {
	bottom: 10px;
	right: 50px;
	font-size: 10px;
}

.header__icon {
	width: 20px;
	height: 20px;
	right: 100px;
	bottom: 10px;
}
	
.header__icon span {
	width: 40px;
	height: 20px;
}

.header__icon span img {
	display: block;
	width: 34px;
	height: 34px;
}
	
.header__search {
	top: 23px;
	right: 10px;
	width: 25px;
	height: 25px;
	border-radius: 13px;
	-webkit-border-radius: 13px;
}

.header__search.open::before {
	font-size: 18px;
	margin-left: 4px; 
	line-height: 25px;
}

.globalNav {
	height: 35px;
	background: none;
	overflow: auto;
	white-space: nowrap;
	-ms-overflow-style: none;
    scrollbar-width: none;
}

.globalNav::-webkit-scrollbar {
    display:none;
}
	
.globalNav ul {
	width: 100%;
}

.globalNav ul li {
	width: auto;
	height: 35px;
}

.globalNav ul li a {
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	padding: 0 20px;
}
	
.navCurrent {
	height: 5px;
}
	
.search {
	bottom: -55px;
	height: 60px;
}

.search__form {
	height: 40px;
	margin-top: 10px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
}

.search__box {
	height: 40px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	font-size: 14px;
	padding-left: 15px;
}

.search__btn {
	height: 40px;
	right: 5px;
	font-size: 16px;
}


	
	
	
/* container */
.container {
	width: 100%;
	max-width: 100%;
	padding: 0;
	display: block;
}



/* main */
.main {
	width: 100%;
	margin-right: 0;
}

	
	
/* sideBar */
.sideBar {
	width: calc(100% - 30px);
	margin: 0 auto 60px auto;
}
	
.pickUp__box {
	width: 100%;
}

.pickUp__category {
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
}

.pickUp__content a {
	font-size: 14px;
}

.pickUp__schedule,
.pickUp__place {
	font-size: 12px;
	width: calc(100% - 20px);
	margin: 0 auto;
}

.pickUp__place {
	padding-bottom: 10px;
}

.pickUp__schedule span,
.pickUp__place span {
	font-size: 10px;
}

.widget_tag_cloud {
	margin-top: 40px;
}

.tagcloud a {
	height: 35px;
	line-height: 34px;
	border-radius: 17.5px;
	-webkit-border-radius: 17.5px;
	font-size: 14px!important;
	margin-bottom: 10px;
}
	
.popular-posts {
	margin-top: 30px;
}

	
	
/* footer */
footer {
	padding: 30px 0 45px 0;
}

.logo_footer {
	display: block;
	margin: 0 auto 30px auto;
}

footer ul {
	margin: 0 auto 25px auto;
}

footer ul li {
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}

footer ul li a {
	font-size: 12px;
}

footer p {
	font-size: 11px;
}
	
	
	
	
	
	
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],input[type=button],input[type=text],input[type=mail],input[type=reset],textarea {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
	}

/* セレクトボックスのCSS */
select {
	height: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: white;
	border: 1px solid #CCC;
	border-radius: 5px;
	display: inline-block;
	padding-left: 15px;
	background-image:
	linear-gradient(45deg, transparent 50%, #FFF 50%),
	linear-gradient(135deg, #FFF 50%, transparent 50%),
	linear-gradient(to right, #d06112, #d06112);
	background-position:
	calc(100% - 24px) 21px,
	calc(100% - 18px) 21px,
	100% 0;
	background-size:
	6px 6px,
	6px 6px,
	50px 50px;
	background-repeat: no-repeat;
	}



}