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


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

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

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

/* slideShow */
.slideShow {
	width: 100%;
	height: 470px;
	background-color: #EEE;
}

.slideShow__box {
	max-width: 1200px;
	width: 100%;
	height: 415px;
	margin: 15px auto 0 auto;
}

.slideShow__item {
	max-width: 1200px;
	width: 100%;
	height: 415px;
}

.slideShow__link {
	display: inline-block;
	max-width: 1200px;
	width: 100%;
	height: 415px;
	position: relative;
}

.slideShow__link:hover {
	opacity: .8;
}

.slideShow__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 830px;
	height: 415px;
}

.slideShow__img img {
	display: block;
	width: auto;
	height: 415px;
}

.slideShow__content {
	background-color: #FFF;
	position: absolute;
	top: 62px;
	right: 0;
	width: 460px;
	height: 275px;
	padding: 25px 20px;
}

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

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

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

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

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

.swimming {
	background-color: #ad2184;
}

.ladies {
	background-color: #e56479;
}

.senior {
	background-color: #e18f00;
}

.other {
	background-color: #c0b500;
}

.fcnishinomiya {
	background-color: #d42c1c;
}

.pr {
	background-color: #000;
}

.uncategorized {
	background-color: #CCC;
}

.slideShow__ttl {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.5;
}

.slideShow__mark {
	padding: 0 5px;
	font-size: 10px;
	color: #FFF;
	display: inline-block;
	background-color: #e83426;
	height: 15px;
	line-height: 15px;
	margin-right: 5px;
}

.slideShow__date {
	font-size: 10px;
	color: #666;
	border-bottom: 1px solid #CCC; 
	padding-bottom: 10px;
}

.slideShow__txt {
	font-size: 12px;
	margin-top: 10px;
}



/* main */
.main__box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.main__item {
	display: flex;
}

.main__item:nth-of-type(1),
.main__item:nth-of-type(2) {
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding-bottom: 30px;
}

.main__item:nth-of-type(2) {
	padding-top: 30px;
}

.main__item:nth-of-type(1) .main__img,
.main__item:nth-of-type(2) .main__img {
	width: 36.144%;
	margin-right: 3.614%;
	position: relative;
}

.main__item:nth-of-type(1) .main__img .main__category,
.main__item:nth-of-type(2) .main__img .main__category {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	color: #FFF;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
}

.main__item:nth-of-type(1) .main__img img,
.main__item:nth-of-type(2) .main__img img {
	display: block;
	width: 100%;
	height: auto;
}

.main__item:nth-of-type(1) .main__content,
.main__item:nth-of-type(2) .main__content {
	width: 60.240%;	
}

.main__item:nth-of-type(1) .main__ttl,
.main__item:nth-of-type(2) .main__ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.main__item:nth-of-type(1) .main__content .main__category,
.main__item:nth-of-type(2) .main__content .main__category {
	display: none;
}

.main__item:nth-of-type(1) .main__content .main__date,
.main__item:nth-of-type(2) .main__content .main__date {
	font-size: 10px;
	color: #666;
	margin-bottom: 10px;
}

.main__item:nth-of-type(1) .main__content .main__mark,
.main__item:nth-of-type(2) .main__content .main__mark {
	color: #FFF;
	background-color: #e83426;
	height: 13px;
	line-height: 13px;
	padding: 0 5px;
	display: inline-block;
	margin-right: 5px;
}

.main__item:nth-of-type(1) .main__content .main__txt,
.main__item:nth-of-type(2) .main__content .main__txt {
	font-size: 12px;	
}

.main__item:nth-of-type(3),
.main__item:nth-of-type(4),
.main__item:nth-of-type(5),
.main__item:nth-of-type(6),
.main__item:nth-of-type(7),
.main__item:nth-of-type(8) {
	width: 50%;
	padding: 20px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.main__item:nth-of-type(3),
.main__item:nth-of-type(5),
.main__item:nth-of-type(7) {
	padding-left: 0;
	border-left: none;
}

.main__item:nth-of-type(4),
.main__item:nth-of-type(6),
.main__item:nth-of-type(8) {
	padding-right: 0;
}

.main__item:nth-of-type(3) .main__img,
.main__item:nth-of-type(4) .main__img,
.main__item:nth-of-type(5) .main__img,
.main__item:nth-of-type(6) .main__img,
.main__item:nth-of-type(7) .main__img,
.main__item:nth-of-type(8) .main__img {
	width: 19.277%;
	height: 80px;
	margin-right: 3.614%;
	position: relative;
	overflow: hidden;
}

.main__item:nth-of-type(3) .main__img img,
.main__item:nth-of-type(4) .main__img img,
.main__item:nth-of-type(5) .main__img img,
.main__item:nth-of-type(6) .main__img img,
.main__item:nth-of-type(7) .main__img img,
.main__item:nth-of-type(8) .main__img img {
	display: block;
	width: auto;
	height: 80px;
	position: absolute;
	top: 0;
	left: -40px;
	right: 0;
	bottom: 0;
	margin: auto;
}

.main__item:nth-of-type(3) .main__img .main__category,
.main__item:nth-of-type(4) .main__img .main__category,
.main__item:nth-of-type(5) .main__img .main__category,
.main__item:nth-of-type(6) .main__img .main__category,
.main__item:nth-of-type(7) .main__img .main__category,
.main__item:nth-of-type(8) .main__img .main__category {
	display: none;
}

.main__item:nth-of-type(3) .main__content,
.main__item:nth-of-type(4) .main__content,
.main__item:nth-of-type(5) .main__content,
.main__item:nth-of-type(6) .main__content,
.main__item:nth-of-type(7) .main__content,
.main__item:nth-of-type(8) .main__content {
	width: 77.108%;
	position: relative;
}

.main__item:nth-of-type(3) .main__ttl,
.main__item:nth-of-type(4) .main__ttl,
.main__item:nth-of-type(5) .main__ttl,
.main__item:nth-of-type(6) .main__ttl,
.main__item:nth-of-type(7) .main__ttl,
.main__item:nth-of-type(8) .main__ttl {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
}

.main__item:nth-of-type(3) .main__content .main__txt,
.main__item:nth-of-type(4) .main__content .main__txt,
.main__item:nth-of-type(5) .main__content .main__txt,
.main__item:nth-of-type(6) .main__content .main__txt,
.main__item:nth-of-type(7) .main__content .main__txt,
.main__item:nth-of-type(8) .main__content .main__txt {
	display: none;
}

.main__item:nth-of-type(3) .main__content .main__category-box,
.main__item:nth-of-type(4) .main__content .main__category-box,
.main__item:nth-of-type(5) .main__content .main__category-box,
.main__item:nth-of-type(6) .main__content .main__category-box,
.main__item:nth-of-type(7) .main__content .main__category-box,
.main__item:nth-of-type(8) .main__content .main__category-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70%;
}

.main__item:nth-of-type(3) .main__content .main__category,
.main__item:nth-of-type(4) .main__content .main__category,
.main__item:nth-of-type(5) .main__content .main__category,
.main__item:nth-of-type(6) .main__content .main__category,
.main__item:nth-of-type(7) .main__content .main__category,
.main__item:nth-of-type(8) .main__content .main__category {
	display: inline-block;
	font-size: 10px;
	color: #FFF;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	margin-right: 5px;
}

.main__item:nth-of-type(3) .main__content .main__date,
.main__item:nth-of-type(4) .main__content .main__date,
.main__item:nth-of-type(5) .main__content .main__date,
.main__item:nth-of-type(6) .main__content .main__date,
.main__item:nth-of-type(7) .main__content .main__date,
.main__item:nth-of-type(8) .main__content .main__date {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 10px;
	color: #666;
}

.main__item:nth-of-type(3) .main__content .main__mark,
.main__item:nth-of-type(4) .main__content .main__mark,
.main__item:nth-of-type(5) .main__content .main__mark,
.main__item:nth-of-type(6) .main__content .main__mark,
.main__item:nth-of-type(7) .main__content .main__mark,
.main__item:nth-of-type(8) .main__content .main__mark {
	color: #FFF;
	background-color: #e83426;
	height: 13px;
	line-height: 13px;
	padding: 0 5px;
	display: inline-block;
	margin-right: 5px;
}



/* c-fcn */
.c-fcn {
	border: 2px solid #333;
	margin-top: 80px;
}

.c-fcn__header {
	background-color: #333;
	position: relative;
	height: 50px;
}

.c-fcn__ttl {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	margin-left: 25px;
	line-height: 50px;
}

.c-fcn__ttl::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 35px;
	background-image: url("/img/index/logo_c-fcn.png");
	background-size: cover;
	background-position: center center;
	vertical-align: -15%;
	margin-right: 10px;
}

.c-fcn__header p {
	position: absolute;
	right: 30px;
	top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.c-fcn__box {
	width: 100%;
	padding: 30px;
	display: flex;
}

.c-fcn__img {
	width: 39%;
	margin-right: 4%;
}

.c-fcn__img img {
	display: block;
	width: 100%;
	height: auto;
}

.c-fcn__content {
	width: 67%;
}

.c-fcn__ttl--post {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.5;
}

.c-fcn__date {
	font-size: 10px;
	color: #666;
	margin-bottom: 10px;
}

.c-fcn__mark {
	color: #FFF;
	background-color: #e83426;
	height: 13px;
	line-height: 13px;
	padding: 0 5px;
	display: inline-block;
	margin-right: 5px;
}

.c-fcn__txt {
	font-size: 12px;	
}

.c-fcn__content .localNav__btn {
	border: 1px solid #000;	
	margin: 15px auto 0 auto;
}



/* localNav */
.localNav {
	display: flex;
}

.localNav__item {
	width: 50%;
	padding: 50px 0 60px 0;
	background-size: cover;
	background-position: center top;
}

.localNav__item--left {
	background-image: url("/img/index/bg_localNav_left.jpg");
}

.localNav__item--right {
	background-image: url("/img/index/bg_localNav_right.jpg");
}

.localNav__inner {
	width: 100%;
	max-width: 600px;
	text-align: center;
}

.localNav__innter--left {
	margin: 0 0 0 auto;
}

.localNav__innter--right {
	margin: 0 auto 0 0;
}

.localNav__ttl {
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}

.localNav__btn {
	text-align: center;
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	background-color: #000;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #FFF;
	font-size: 13px;
	margin: 0 auto;
	transition: .2s;
	-webkit-transition: .2s;
	border: none;
}

.localNav__btn:hover {
	background-color: #FFF;
	color: #000;
	cursor: pointer;
}





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

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

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

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

/* slideShow */
.slideShow {
	overflow-x: hidden;
}
	
	
	
/* main */
.main__item:nth-of-type(3) .main__content .main__category-box,
.main__item:nth-of-type(4) .main__content .main__category-box,
.main__item:nth-of-type(5) .main__content .main__category-box,
.main__item:nth-of-type(6) .main__content .main__category-box,
.main__item:nth-of-type(7) .main__content .main__category-box,
.main__item:nth-of-type(8) .main__content .main__category-box {
	position: static;
	margin-top: 10px;
	width: 55%;
}
	

}



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

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

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

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




}



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

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

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

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

/* slideShow */
.slideShow {
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}

.slideShow__box {
	max-width: calc(100% - 30px);
	width: calc(100% - 30px);
	height: auto;
	margin: 10px auto 0 auto;
}

.slideShow__item {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.slideShow__link {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.slideShow__img {
	position: static;
	width: 100%;
	height: auto;
}

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

.slideShow__content {
	background-color: #FFF;
	position: static;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	padding: 15px 15px 25px 15px;
}

.slideShow__category {
	padding: 0 5px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 5px;
}

.slideShow__ttl {
	font-size: 20px;
}

.slideShow__mark {
	padding: 0 5px;
	font-size: 10px;
	color: #FFF;
	display: inline-block;
	background-color: #e83426;
	height: 15px;
	line-height: 15px;
	margin-right: 5px;
}

.slideShow__date {
	font-size: 11px;
	border-bottom: none; 
	padding-bottom: 0;
	margin-bottom: 10px;
}

.slideShow__txt {
	display: none;
}
	
	
	
/* main */	
.main__item:nth-of-type(1),
.main__item:nth-of-type(2)	{
	display: block;
}

.main__item:nth-of-type(1),
.main__item:nth-of-type(2) {
	width: 50%;
	border-bottom: 1px solid #CCC;
	padding: 20px 15px 25px 15px;
}
	
.main__item:nth-of-type(1) {
	border-right: 1px solid #CCC;
}

.main__item:nth-of-type(2) {
	padding-top: 20px;
}

.main__item:nth-of-type(1) .main__img,
.main__item:nth-of-type(2) .main__img {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}

.main__item:nth-of-type(1) .main__img .main__category,
.main__item:nth-of-type(2) .main__img .main__category {
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
}

.main__item:nth-of-type(1) .main__content,
.main__item:nth-of-type(2) .main__content {
	width: 100%;
}

.main__item:nth-of-type(1) .main__ttl,
.main__item:nth-of-type(2) .main__ttl {
	font-size: 16px;
	margin-bottom: 15px;
}

.main__item:nth-of-type(1) .main__content .main__date,
.main__item:nth-of-type(2) .main__content .main__date {
	font-size: 12px;
	color: #666;
	margin-bottom: 0;
}

.main__item:nth-of-type(1) .main__content .main__mark,
.main__item:nth-of-type(2) .main__content .main__mark {
	height: 15px;
	line-height: 15px;
	padding: 0 5px;
	font-size: 10px;
}

.main__item:nth-of-type(1) .main__content .main__txt,
.main__item:nth-of-type(2) .main__content .main__txt {
	display: none;
}

.main__item:nth-of-type(3),
.main__item:nth-of-type(4),
.main__item:nth-of-type(5),
.main__item:nth-of-type(6),
.main__item:nth-of-type(7),
.main__item:nth-of-type(8) {
	width: 100%;
	padding: 15px;
	border-left: none;
}

.main__item:nth-of-type(3),
.main__item:nth-of-type(5),
.main__item:nth-of-type(7) {
	padding-left: 15px;
}

.main__item:nth-of-type(3) .main__img,
.main__item:nth-of-type(4) .main__img,
.main__item:nth-of-type(5) .main__img,
.main__item:nth-of-type(6) .main__img,
.main__item:nth-of-type(7) .main__img,
.main__item:nth-of-type(8) .main__img {
	width: 70px;
	height: 70px;
	margin-right: 10px;
}

.main__item:nth-of-type(3) .main__img img,
.main__item:nth-of-type(4) .main__img img,
.main__item:nth-of-type(5) .main__img img,
.main__item:nth-of-type(6) .main__img img,
.main__item:nth-of-type(7) .main__img img,
.main__item:nth-of-type(8) .main__img img {
	height: 70px;
	left: -35px;
}

.main__item:nth-of-type(3) .main__content,
.main__item:nth-of-type(4) .main__content,
.main__item:nth-of-type(5) .main__content,
.main__item:nth-of-type(6) .main__content,
.main__item:nth-of-type(7) .main__content,
.main__item:nth-of-type(8) .main__content {
	width: calc(100% - 80px);
}

.main__item:nth-of-type(3) .main__ttl,
.main__item:nth-of-type(4) .main__ttl,
.main__item:nth-of-type(5) .main__ttl,
.main__item:nth-of-type(6) .main__ttl,
.main__item:nth-of-type(7) .main__ttl,
.main__item:nth-of-type(8) .main__ttl {
	font-size: 14px;
}
	
/* main */
.main__item:nth-of-type(3) .main__content .main__category-box,
.main__item:nth-of-type(4) .main__content .main__category-box,
.main__item:nth-of-type(5) .main__content .main__category-box,
.main__item:nth-of-type(6) .main__content .main__category-box,
.main__item:nth-of-type(7) .main__content .main__category-box,
.main__item:nth-of-type(8) .main__content .main__category-box {
	width: 70%;
}

.main__item:nth-of-type(3) .main__content .main__category,
.main__item:nth-of-type(4) .main__content .main__category,
.main__item:nth-of-type(5) .main__content .main__category,
.main__item:nth-of-type(6) .main__content .main__category,
.main__item:nth-of-type(7) .main__content .main__category,
.main__item:nth-of-type(8) .main__content .main__category {
	font-size: 11px;
	height: 15px;
	line-height: 15px;
	padding: 0 5px;
}

.main__item:nth-of-type(3) .main__content .main__mark,
.main__item:nth-of-type(4) .main__content .main__mark,
.main__item:nth-of-type(5) .main__content .main__mark,
.main__item:nth-of-type(6) .main__content .main__mark,
.main__item:nth-of-type(7) .main__content .main__mark,
.main__item:nth-of-type(8) .main__content .main__mark {
	height: 15px;
	line-height: 15px;
	font-size: 10px;
}



/* c-fcn */
.c-fcn {
	width: calc(100% - 30px);
	margin: 20px auto 40px auto;
}

.c-fcn__header {
	position: static;
	text-align: center;
	height: auto;
	padding: 12px 0;
}

.c-fcn__ttl {
	font-size: 19px;
	margin-left: 0;
	line-height: 1.6;
}

.c-fcn__ttl::before {
	width: 20px;
	height: 28px;
	vertical-align: -15%;
	margin-right: 5px;
}

.c-fcn__header p {
	position: static;
	font-size: 12px;
}
	
.c-fcn__box {
	padding: 15px;
	display: block;
}

.c-fcn__img {
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}

.c-fcn__content {
	width: 100%;
}

.c-fcn__ttl--post {
	font-size: 16px;
	margin-bottom: 10px;
}

.c-fcn__date {
	font-size: 12px;
	color: #666;
	margin-bottom: 0;
}

.c-fcn__mark {
	height: 15px;
	line-height: 15px;
	padding: 0 5px;
	font-size: 10px;
}

.c-fcn__txt {
	display: none;
}

.c-fcn__content .localNav__btn {
	margin: 15px auto 5px auto;
}
	

/* localNav */
.localNav {
	display: block;
}

.localNav__item {
	width: 100%;
	padding: 35px 0 40px 0;
}

.localNav__inner {
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.localNav__innter--left {
	margin: 0;
}

.localNav__innter--right {
	margin: 0;
}

.localNav__ttl {
	font-size: 16px;
}

.localNav__btn {
	font-size: 14px;
}
	


}