@charset "utf-8";
/* CSS Document */

html, body, div, span, hr,
h1, h2, h3, h4, h5, h6, p, address,
strong, em, big, small, b, i, tt, a, base,
ins, del, abbr, acronym, dfn, sup, sub,
blockquote, q, cite, pre, code, var, kbd, samp, bdo,
iframe, form, label, fieldset, legend, ul, ol, li, dl, dt, dd, 
table, caption, thead, tbody, tfoot, tr, th, td, img, object,
section, nav, article, aside, header, footer, figure, figcaption,
time, mark, embed, video, audio, canvas, details, summary, menu {
	margin: 0;
	padding: 0;
	font-size: 1em;
	vertical-align: baseline;
	word-wrap: break-word;
	word-break: break-all;
	background: transparent;
	border: none;
	outline: none;
}
html, body {
	width: 100%;
	height: 100%;
}
html {
	overflow-y: scroll;
}
body {
	font-size: 12px;
	font-family: 'ＭＳ Ｐゴシック', Arial, Osaka, 'ヒラギノ角ゴ Pro W3';
	-webkit-text-size-adjust: 100%;
}
body, input, textarea, select {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', 'Tahoma', 'Verdana', sans-serif;
}
label, input[type='button'], input[type='submit'], input[type='reset'],
input[type='image'], input[type='radio'], input[type='checkbox'] {
	cursor: pointer;
}
img, input { vertical-align: top; }
ol, ul { list-style: none; }
li { list-style-position: outside; }
blockquote, q { quotes: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
:focus { outline: none; }

br.clear {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	content: '.';
	text-indent: 150%;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}



#wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}


/*リンク等の基本設定*/
a:hover{
	text-decoration:none;
}

a:link{
	color:#F36;
}

a:visited{
	color:#F36;
}




/*ヘッダー*/

.header{
	width:auto;
	height:auto;
	margin:0 auto;
	text-align:center;
	background-color:#06F;
}

.header img{
	max-width:100%;
	height:auto;
}


@media screen and ( min-width:950px )
{
	.header
	{
		height:200px;
		background:url(image/header.jpg) top center no-repeat;
		background-size:contain;
		background-color:#06F;
	}
	
	.header img
	{
		display:none;
		text-align:center;
	}

}


/*コンテンツ*/

.greeting{
	text-align:center;
	margin-top:20px;
	margin-bottom:30px;
	padding:15px;
}

.greeting h1{
	font-size:14px;
	line-height:22px;
	font-weight:normal;
}


.error-message{
	text-align:center;
	margin-top:20px;
	margin-bottom:100px;
	font-size:14px;
}


/*お知らせ*/

.information{
	width:600px;
	margin:0 auto 60px;
	text-align:center;
	border:2px #F00 solid;
}

@media screen and ( max-width:750px )
{
	.information{
	max-width:90%;
	margin:0 auto 60px;
	text-align:center;
	border:2px #F00 solid;
}
}

.information_title{
	background-color:#F96;
	font-size:16px;
	padding:10px;
	line-height:20px;
}


.information_title_gr{
	background-color:#CF0;
	font-size:16px;
	padding:10px;
	line-height:20px;
	font-weight:bold;
	color:#F00;
}


.information_main{
	font-size:14px;
	padding:20px;
	line-height:21px;
}

.information_main_hr {
	position:relative;
	height:1px;
	border-width:0;
	background-image:-webkit-linear-gradient(left,transparent 0%,#283593 50%,transparent 100%);
	background-image:linear-gradient(90deg,transparent 0%,#283593 50%,transparent 100%);
}

.information2{
	width:600px;
	margin:0 auto 60px;
	text-align:center;
	border:2px #F00 solid;
}

@media screen and ( max-width:750px )
{
	.information2{
	max-width:90%;
	margin:0 auto 60px;
	text-align:center;
	border:2px #F00 solid;
}
}

.information2_title{
	background-color:#F30;
	font-size:16px;
	padding:10px;
	line-height:20px;
	color:#FFF;
	font-weight:bold;
}

.information2_main{
	font-size:14px;
	padding:20px;
	line-height:18px;
}


/*ブログの案内*/

.blog{
	width:auto;
	height:auto;
	margin:0 auto;
	text-align:center;
}

.blog img{
	max-width:90%;
	height:auto;
}


.blog a:hover img{
	opacity:0.6;
    filter:alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    background:none!important;
	
}


.blog a.hover_img {
	background-color:#fff;
	display:block;
}

.blog_comment_title{
	margin-top:10px;
	margin-bottom:5px;
	text-align:center;
	color:#F36;
	font-weight:bold;
	font-size:14px;
}

.blog_comment{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	line-height:17px;
	max-width:90%;
	width:880px;
	margin:0 auto 70px;
}


@media screen and ( min-width:950px )
{
	.blog
	{
		background-size:contain;
	}
	
	.blog img
	{
		text-align:center;
	}

}


/*更新情報*/

.topix{
	width:350px;
	height:auto;
	margin:0 auto;
	background-color:#06F;
	font-size:22px;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	padding:5px 0 5px 0;

}

@media screen and ( max-width:750px )
{
	.topix
	{
		max-width:97%;
		font-size:22px;
	}
}



.newsWrap{
	max-width:950px;
	margin:0 auto 50px;
}

.newsWrap a{
	display: block;
    text-decoration: none;
	color:#000;
	margin-top:5px;
	margin-bottom:5px;
}


@media screen and ( max-width:750px )
{
.newsWrap{
	max-width:95%;
	margin:0 auto 50px;
}
}

@media screen and ( max-width:750px )
{
.newsWrap a{
	display: block;
    text-decoration: none;
	color:#000;
	margin-top:5px;
	margin-bottom:5px;
	max-width:95%;
}

}



/*.newsWrap newsIndex{
	position:relative;
	border-top:1px solid #00F;
	border-bottom:1px solid #00F;
	margin-bottom:-1px;
}
*/


.newsIndex{
	display:block;
	position:relative;
	padding:15px 11px 15px;
	letter-spacing:0.13em;
	text-decoration:none;
	box-sizing:boder-box;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin-bottom:-1px;
}


/*
.newsWrap a:link{
	color:#000;
}
*/

.newsWrap .date{
	font-size:12px;
	float:left;
	font-weight:bold;
	width:100px;
	margin-top:5px;
	margin-bottom:5px;
}

@media screen and ( max-width:750px )
{
	.newsWrap .date{
		float:none;
		width:auto;
	}
	
}

.newsWrap h2{
	font-size:12px;
	padding-left:110px;
	color:#F00;
}

.newsWrap c{
	font-size:12px;
	padding-left:10px;
	color:#F00;
	font-weight:bold;
}

.newsIndex_info{
	font-size:12px;
	padding-left:110px;
	font-weight:bold;
}


@media screen and ( max-width:750px )
{
	.newsWrap h2{
	font-size:12px;
	padding-left:0px;
	color:#F00;
}

}

@media screen and ( max-width:750px )
{
	.newsWrap c{
	font-size:12px;
	padding-left:0px;
	color:#F00;
	font-weight:bold;
}

}

@media screen and ( max-width:750px )
{
	.newsIndex_info{
	font-size:12px;
	padding-left:0px;
}

}



.newsIndex ::after{
	content: '';
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    background: url(image/newsarrow.png) no-repeat center center #FFF;
    background-size: contain;
    height: 8px;
    width: 4px;
    display: block;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -4px;
}


/*
@media only screen and (max-width: 750px)
.newsWrap .newsIndex a {
    padding: 11px 20px 8px;
}

@media only screen and (max-width: 750px)
.newsWrap .newsIndex a h3 {
    padding-left: 0;
    font-weight: normal;
}

*/




/*最新の日程*/

.nittei{
	width:auto;
	height:auto;
	margin:0 auto;
	text-align:center;
}

.nittei img{
	max-width:95%;
	height:auto;
}


.nittei a:hover img{
	opacity:0.6;
    filter:alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    background:none!important;
	
}


.nittei a.hover_img {
	background-color:#fff;
	display:block;
}

.nittei_comment{
	margin-top:10px;
	margin-bottom:70px;
	text-align:center;
	color:#F36;
	font-weight:bold;
	font-size:14px;
}


@media screen and ( min-width:950px )
{
	.nittei
	{
		background-size:contain;
	}
	
	.nittei img
	{
		text-align:center;
	}

}



/*各種組み合わせ*/

.matching_title{
	width:425px;
	margin:0 auto 50px;;
	text-align:center;
	font-size:18px;
	padding-bottom:5px;
	border-bottom:3px #06F solid;
}

@media screen and ( max-width:750px )
{
	.matching_title{
		max-width:90%;
		font-size:14px;
	}
}



/*組み合わせBOX*/

.matching{
	width:950px;
	margin:0 auto 60px;
}

@media screen and ( max-width:750px )
{
	.matching{
	width:300px;
	height:auto;
	margin:0 auto 30px;
}
}


.matching_box1{
	width:300px;
	height:auto;
	border:1px #F00 solid;
	float:left;
	margin-right:22px;
}

@media screen and ( max-width:750px )
{
	.matching_box1{
	width:300px;
	height:auto;
	border:1px #F00 solid;
	margin:0 auto 40px;;
	}
}

.matching_box1_title{
	background-color:#FCC;
	text-align:center;
	font-size:20px;
	padding:10px;
	font-weight:bold;
}

.matching_box1_main{
	text-align:center;
	font-size:20px;
	padding:20px;
	line-height:24px;
}

.matching_box1_main2{
	text-align:center;
	font-size:20px;
	line-height:55px;
	padding-top:20px;
	padding-bottom:55px;
}

.matching_box2{
	width:300px;
	border:1px #F90 solid;
	float:left;
	margin-right:22px;
	margin-bottom:40px;
}

@media screen and ( max-width:750px )
{
	.matching_box2{
	width:300px;
	border:1px #F90 solid;
	margin:0 auto 40px;
}
}

.matching_box2_title{
	background-color:#FC9;
	text-align:center;
	font-size:20px;
	padding:10px;
	font-weight:bold;
}

.matching_box2_main{
	text-align:center;
	font-size:20px;
	padding:20px;
	line-height:24px;
}

.matching_box2_main2{
	text-align:center;
	font-size:20px;
	line-height:35px;
	padding-bottom:45px;
}

.matching_box3{
	width:300px;
	border:1px #093 solid;
	float:left;
	margin-bottom:40px;
}

@media screen and ( max-width:750px )
{
	.matching_box3{
	width:300px;
	border:1px #093 solid;
	margin:0 auto 40px;
}
}


.matching_box3_title{
	background-color:#CFC;
	text-align:center;
	font-size:20px;
	padding:10px;
	font-weight:bold;
}

.matching_box3_main{
	text-align:center;
	font-size:20px;
	padding:20px;
	line-height:24px;
}

.matching_box3_main3{
	text-align:center;
	font-size:20px;
	line-height:55px;
	padding-bottom:20px;
}

.matching_box4{
	width:300px;
	border:1px #00F solid;
	float:left;
	margin-right:22px;
}

@media screen and ( max-width:750px )
{
	.matching_box4{
	width:300px;
	border:1px #00F solid;
	margin:0 auto 40px;
}
}

.matching_box4_title{
	background-color:#9CF;
	text-align:center;
	font-size:20px;
	padding:10px;
	font-weight:bold;
}

.matching_box4_main{
	text-align:center;
	font-size:20px;
	padding:20px;
	line-height:40px;
}

.matching_box5{
	width:300px;
	border:1px #00F solid;
	float:left;
	margin-right:22px;
}

@media screen and ( max-width:750px )
{
	.matching_box5{
	width:300px;
	border:1px #00F solid;
	margin:0 auto 40px;
}
}

.matching_box5_title{
	background-color:#9CF;
	text-align:center;
	font-size:20px;
	padding:10px;
	font-weight:bold;
}

.matching_box5_main{
	text-align:center;
	font-size:20px;
	padding:50px 20px 50px 20px;
	line-height:20px;
}

.matching_box6{
	width:300px;
	border:1px #00F solid;
	float:left;
}

@media screen and ( max-width:750px )
{
	.matching_box6{
	width:300px;
	border:1px #00F solid;
}
}

.matching_box6_title{
	background-color:#9CF;
	text-align:center;
	font-size:20px;
	padding:10px;
	font-weight:bold;
}

.matching_box6_main{
	text-align:center;
	font-size:20px;
	padding:50px 20px 50px 20px;
	line-height:20px;
}

.clear{
	clear:both;
}


/*球場の地図*/

.map{
	width:950px;
	margin:0 auto 60px;
}

@media screen and ( max-width:750px )
{
	.map{
	width:300px;
	height:auto;
	margin:0 auto 60px;
}
}


.map_box{
	width:400px;
	margin:0 36px 30px 36px;
	float:left;
}

@media screen and ( max-width:750px )
{
	.map_box{
	width:300px;
	margin:0 auto;
}
}


.map_title{
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

.map_address{
	text-align:center;
	font-size:14px;
	padding:5px;
}

.map_google{
	width:400px;
	border:1px #00F solid;
}

@media screen and ( max-width:750px )
{
	.map_google{
	width:300px;
	margin-bottom:20px;
	border:1px #00F solid;
}
}

.map_google iframe{
	width:100%;
	height:400px;
}

@media screen and ( max-width:750px )
{
	.map_google iframe{
	width:100%;
	height:300px;
}
}

.map_info{
	width:250px;
	margin:0 auto 20px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	border-bottom:3px #06F solid;
	clear:both;
}

@media screen and ( max-width:750px )
{
	.map_info{
		max-width:90%;
		font-size:14px;
	}
}

.map_info_comment{
	width:250px;
	text-align:center;
	line-height:25px;
	margin:0 auto;
	font-size:14px;
}


/*各種問い合わせ*/

.total_info{
	width:auto;
	margin:0 auto 30px;
	text-align:center;
	font-size:14px;
}


.total_info h3{
	line-height:22px;
	font-weight:normal;
	font-size:14px;
}

@media screen and ( max-width:750px )
{
	.total_info{
	max-width:90%;
	margin:0 auto 30px;
	text-align:center;
}
}



.footer{
	width:auto;
	background-color:#06F;
	text-align:center;
	font-size:14px;
	color:#FFF;
	padding:30px;
}

/*topボタン*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #333;
    text-align: center;
    color: #FFF;
    font-size: 14px;
	font-weight:bold;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    /*opacity: 0.5;*/
}
.pagetop a:hover {
    display: block;
    background-color: #333;
    text-align: center;
    color: #fff;
    font-size: 14px;
	font-weight:bold;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}