.wrapper{
	width: 980px;
	margin: 0 auto;
}

body{
	font-size:62.5%;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body a{
	text-decoration: none;
	color: #000;
}

.more a{
	display: inline-block;
	width: 200px;
	height: 30px;
	font-size: 1.1rem;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	color: #fff;
	outline: none;
	position: relative;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
}

.more a{
	background-color: #FC7EA4;
}

.more a:hover{
	width: 196px;
	height: 26px;
	line-height: 26px;
	background-color: #fff;
}

.more a:hover{
	color: #FC7EA4;
	border:2px solid #FC7EA4;
}

/*--------------------
clearfix
--------------------*/
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}



/*--------------------
icon-font
--------------------*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?z2eqlp');
  src:  url('fonts/icomoon.eot?z2eqlp#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?z2eqlp') format('truetype'),
    url('fonts/icomoon.woff?z2eqlp') format('woff'),
    url('fonts/icomoon.svg?z2eqlp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-about:before {
  content: "\e900";
}
.icon-event:before {
  content: "\e901";
}
.icon-home:before {
  content: "\e902";
}
.icon-news:before {
  content: "\e903";
}



/*--------------------
groval navi
--------------------*/
#gNav{
	width: 100%;
	height: 100px;
	font-family: 'Patua One', cursive;
	background:#fff;
}

#gNav h1{
	float: left;
}

#gNav h1 img{
	padding-top: 10px;
	padding-bottom: 10px;
}

#gNav ul{
	float: right;
}

#gNav ul li{
	float: left;
	width: 110px;
	height: 100px;
	text-align: center;
}

#gNav ul li a{
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 110px;
	height: 100px;
	font-size:1.1rem;
	color: #fff;
	line-height: 2.6em;
	letter-spacing: .4em;
	overflow: hidden;
	-webkit-transition:all .3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition: all .3s;
}

#gNav ul li a span{
	font-size: 2.6rem;
	letter-spacing: 0;
}

#gNav ul li.home a{
	background: #3FB8DC;
}

#gNav ul li.news a{
	background: #B6DB00;
}

#gNav ul li.event a{
	background: #FC7EA4;
}

#gNav ul li.about a{
	background: #FFBB00;
}

#gNav ul li.home a:hover{
	color: #3FB8DC;
}

#gNav ul li.news a:hover{
	color: #B6DB00;
}

#gNav ul li.event a:hover{
	color: #FC7EA4;
}

#gNav ul li.about a:hover{
	color: #FFBB00;
}

#gNav ul li a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	bottom: -100%;
	width: 100%;
	height: 100%;
	-webkit-transition:all .3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition: all .3s;
}

#gNav ul li a:hover::after {
	bottom: 0;
	background: #fff;
}



/*--------------------
fixed navi
--------------------*/
#fNav.no{
	position:fixed;
	top:-1000px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	-ms-transition:0.3s;
	transition:0.3s;
}

#fNav{
	width: 100%;
	height: 60px;
	background: #fff;
	border-bottom: 2px solid #c0c0c0;
	overflow:hidden;
	position: fixed;
	top: 0;
	z-index: 1;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	-ms-transition:0.3s;
	transition:0.3s;
	font-family: 'Patua One', cursive;
}

#fNav h1{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#fNav ul{
	float: right;
}

#fNav ul li{
	float: left;
	width: 80px;
	height: 60px;
	text-align: center;
	position: relative;
}

#fNav ul li a{
	position: absolute;
	top: 0;
	display: block;
	width: 80px;
	height: 120px;
	font-size:1rem;
	letter-spacing: .2em;
	color: #fff;
	line-height: 56px;
	overflow: hidden;
	-webkit-transition:all .2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	-ms-transition:all 0.2s;
	transition: all .2s;
}

#fNav ul li a span{
	font-size: 2rem;
	line-height: 60px;
	letter-spacing: 0;
}

#fNav ul li.home a{
	background: #3FB8DC;
}

#fNav ul li.news a{
	background: #B6DB00;
}

#fNav ul li.event a{
	background: #FC7EA4;
}

#fNav ul li.about a{
	background: #FFBB00;
}

#fNav ul li a:hover{
	top: -60px;
	-webkit-transition:all .2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	-ms-transition:all 0.2s;
	transition: all .2s;
}



/*--------------------
mobile navi
--------------------*/
#mNav{
	display: none;
}



/*--------------------
モバイル用ロゴ
--------------------*/
h1#mobile{
	display: none;
}



/*--------------------
title
--------------------*/
#title{
	height: 200px;
	color: #fff;
}

#title.contact{
	background:#fff000;
	color:#000000;
}

#title.news{
	background:#B6DB00;
}

#title.event{
	background:#FC7EA4;
}

#title.about{
	background: #FFBB00;
}

#title ul#pankuzu{
	font-size: .9rem;
	padding-top:16px;
}

#title ul#pankuzu li{
	float: left;
	padding-right: 10px;
}

#title ul#pankuzu li a{
	text-decoration: none;
	color: #fff;
}

#title.contact ul#pankuzu li a{
	text-decoration: none;
	color: #000;
}

#title ul#pankuzu li a:hover{
	opacity: .5;
}

#title h2{
	font-size: 2.6rem;
	text-align: center;
	padding-top: 40px;
	font-family: 'Patua One', cursive;
	letter-spacing: .2em;
	line-height: .8em;
}

#title h2 .kana{
	font-size: 1.1rem;
	letter-spacing: .2em;
}

#sankaku{
	width: 0;
	height: 0;
	content: '';
	margin: 0 auto;
	border-right: 80px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 80px solid transparent;
}

#sankaku.news{
	border-top:30px solid #B6DB00;
	}

#sankaku.event{
	border-top:30px solid #FC7EA4;
}

#sankaku.about{
	border-top:30px solid #FFBB00;
}

#sankaku.contact{
	border-top:30px solid #FFF000;
}

/*--------------------
sub navi
--------------------*/
#sNav{
	width: 720px;
	margin: 50px auto;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 3px dashed #c0c0c0;
	border-bottom: 3px dashed #c0c0c0;
}

#sNav p.title{
	text-align: center;
	font-family: 'Patua One', cursive;
	font-size: 1.4rem;
	letter-spacing: .2em;
	color: #c0c0c0;
}

#sNav .sNavBox{
	float: left;
	width: 160px;
	margin: 20px 10px;
}

#sNav .last{
	margin-right: 0;
}

.sNavBox p{
	width: 160px;
	text-align: center;
	font-size: 1rem;
	line-height: 1.2em;
	font-weight: bold;
}

.sNavBox p.pc{
	margin-top: 10px;
}

.sNavBox p.sp{
	display: none;
}

.sNavBox p a{
    display: inline-block;
}

.sNavBox p a:hover{
    background-color: transparent; /* IE6対応 */
}

.sNavBox p a:hover{
	opacity: .5;
}

/*--------------------
upcoming
--------------------*/
#upcoming{
	width: 720px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#upcoming p.title{
	text-align: center;
	font-family: 'Patua One', cursive;
	font-size: 1.4rem;
	letter-spacing: .2em;
	color: #c0c0c0;
}

#upcoming .imgbox {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

#upcoming img {
	display: inline-block;
	width: 200px;
	height: auto;
	margin: 5px;
	/* box-shadow */
	box-shadow:1px 1px 8px 0px #c9c9c9;
}

/*--------------------
contents
--------------------*/
#contents{
	width: 720px;
	margin: 100px auto;
}

#contentsTitle{
	width: 720px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#contentsTitle p.title{
	text-align: center;
	font-family: 'Patua One', cursive;
	font-size: 1.4rem;
	letter-spacing: .2em;
	color: #c0c0c0;
}

.contentsBox{
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 50px;
	margin-bottom: 50px;
	position: relative;
}

.contentsBox .imgBox ul.icon{
	padding-bottom: 10px;
	position: absolute;
	top: -34px;
}

.contentsBox .imgBox ul.icon li{
	float: left;
	padding-right: 2px;
}

.contentsBox .imgBox p.img a img{
	float: left;
	width: 200px;
	height: auto;
	padding-right: 40px;
}

.contentsBox .textBox{
	width: 480px;
	min-height:300px;
	height:auto !important;
	height:300px;
	float: left;
	padding-bottom: 20px;
}

.contentsBox .textBox h3 a{
	font-size: 1.8rem;
	font-weight: bold;
}

.news .contentsBox .textBox h3 a{
	color: #B6DB00;
}

.event .contentsBox .textBox h3 a{
	color: #FC7EA4;
}

.contentsBox .textBox h3 a:hover{
	opacity: .5;
}

.contentsBox .textBox p{
	font-size: 1.1rem;
	line-height: 1.6em;
}

.contentsBox .textBox p.date{
	font-size: 1rem;
	padding-bottom: 10px;
}

.contentsBox .textBox p.place{
	font-size: 1rem;
	padding-bottom: 10px;
}

.contentsBox img.place{
	width:100px;
	height:auto;
	padding-bottom:10px;
}

.contentsBox .more{
	text-align: right;
	margin-top: 10px;
}

.contentsBox .more a{
	display: inline-block;
	width: 200px;
	height: 30px;
	font-size: 1.1rem;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	color: #fff;
	outline: none;
	position: relative;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
}

.news .contentsBox .more a{
	background-color: #B6DB00;
}

.event .contentsBox .more a{
	background-color: #FC7EA4;
}

.contentsBox .more a:hover{
	width: 196px;
	height: 26px;
	line-height: 26px;
	background-color: #fff;
}

.news .contentsBox .more a:hover{
	color: #B6DB00;
	border:2px solid #B6DB00;}

.event .contentsBox .more a:hover{
	color: #FC7EA4;
	border:2px solid #FC7EA4;
}

.contentsBox ul.photo li.more a{
	width: 200px;
}

.contentsBox ul.photo li{
	float: left;
	padding:20px 10px;
}

.contentsBox ul.photo li.more{
	float: none;
	padding-right: 0;
	padding-top: 10px;
}

.contentsBox ul.photo li.more a:hover{
	width: 196px;
}

.contentsBox ul.photo li img{
  width:auto;
  height:auto;
  max-width:160px;
  max-height:160px;
}

.page .numger{
	position: relative;
	overflow: hidden;
}

.page .number ul{
	float: left;
	display: block;
	text-align: center;
	left: 50%;
	position: relative;
}

.page .number ul li{
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	left: -50%;
	position: relative;
}

.page ul.sp{
	display: none;
}

.page .number ul li.here{
	width: 46px;
	height: 46px;
	background-color: #fff;
	color: #c0c0c0;
	line-height: 46px;
	border:2px solid #c0c0c0;;
}

.page .number ul li a{
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #c0c0c0;
	color: #fff;
	line-height: 50px;
}

.page .number ul li a:hover{
	width: 46px;
	height: 46px;
	background-color: #fff;
	color: #c0c0c0;
	line-height: 46px;
	border:2px solid #c0c0c0;
}

/*--------------------
footer
--------------------*/
#footer{
	border-top: 5px solid #c0c0c0;
	margin-top: 100px;
	padding-top: 50px;
}

#footer #footerTop{
	margin-bottom: 50px;
}

#footerTop #footerNav{
	float: left;
	width: 700px;
	margin-right: 50px;
}

#footerTop ul#footerNav li{
	width: 175px;
	float: left;
	font-size: 18px;
	font-weight: bold;
}

#footerTop ul#footerNav li a:hover{
	opacity: .5;
}

#footerTop ul#footerNav li dl dt{
	padding-bottom: 20px;
}

#footerTop ul#footerNav li dl dd ul li{
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 8px;
}

#footerTop #contactErea{
	width: 230px;
	float: right;
}

#footerTop #contactErea p{
	float: right;
	margin-bottom: 20px;
}

#footerTop #contactErea a.contactBtn{
	display: inline-block;
	width: 200px;
	font-size: 1.6rem;
	font-family: 'Patua One', cursive;
	text-align: center;
	line-height: 20px;
	letter-spacing: .4em;
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #fff000;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	-o-border-radius:16px;
	-ms-border-radius:16px;
	border-radius:16px;
}

#footerTop #contactErea a.contactBtn .kana{
	font-size: .8rem;
	letter-spacing: .2em;
}

#footerTop #contactErea a.contactBtn:hover{
	width: 192px;
	padding-top: 16px;
	padding-bottom: 6px;
	background-color: #fff;
	border: 4px solid #fff000;
}

#copyright{
	background-color: #c0c0c0;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#copyright h1{
	float: left;
}

#copyright h1 img{
	width: auto;
	height: 30px;
}

#copyright p{
	float: right;
	font-size: .8rem;
	line-height: 30px;
}



/*--------------------
モバイル対応(600px以下)
--------------------*/
@media screen and ( max-width:768px ){
	.wrapper{
		width: 100%;
	}


	/* global navi */
	#gNav{
		display: none;
	}


	/* fixed nav */
	#fNav{
		display: none;
	}


	/* mobile nav */
	#mNav{
		display: block;
		position: fixed;
		top: 0;
		z-index: 1;
		width: 100%;
		font-family: 'Patua One', cursive;
	}

	#mNav, #mNav ul, #mNav ul li, #mNav ul  li a{
		height: 80px;
	}

	#mNav ul{
		width: 100%;
	}

	#mNav ul li{
		float: left;
		width: 25%;
		text-align: center;
	}

	#mNav ul li a{
		width: 100%;
		height: 60px;
		display: inline-block;
		font-size: .9rem;
		line-height: 2em;
		letter-spacing: .2em;
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#mNav ul li a span{
		font-size: 2rem;
	}

	#mNav ul li.home {
		background: #3FB8DC;
	}

	#mNav ul li.news {
		background: #B6DB00;
	}

	#mNav ul li.event {
		background: #FC7EA4;
	}

	#mNav ul li.about {
		background: #FFBB00;
	}


	/* mobile logo */
	h1#mobile{
		display: block;
		margin-top: 80px;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
	}


	/* title */
	#title{
		height: 100px;
	}

	#title ul#pankuzu{
		display: none;
	}

	#title h2{
		padding-top: 30px;
		font-size: 1.6rem;
		letter-spacing: .2em;
	}

	#title h2 .kana{
		font-size: .8rem;
	}

	/* sub navi */
	#sNav{
		width: 90%;
		margin: 20px auto;
		padding-left: 0;
		padding-right: 0;
	}

	#sNav p.title{
		font-size: 1.2rem;
	}

	#sNav .sNavBox{
		width: 25%;
		margin: 20px 0 20px 0;
	}

	#sNav .last{
		margin-right:0;
	}

	#sNav .sNavBox p{
		width: 100%;
	}

	#sNav .sNavBox p.pc{
		display: none;
	}

	#sNav .sNavBox p.sp{
		display: block;
		margin-top: 5px;
	}

	.sNavBox p a{
	    display: inline-block;
	}

	.sNavBox p a img{
		width: 70px;
		height: auto;
	}

	.sNavBox p a:hover img{
		opacity: 1;
	}

	/* sub navi */
	#contentsTitle {
		width: 90%;
		margin: 20px auto;
		padding-left: 0;
		padding-right: 0;
	}

	#contentsTitle p.title{
		font-size: 1.2rem;
	}

	#upcoming {
		width: 90%;
		margin: 20px auto;
		padding-left: 0;
		padding-right: 0;
	}

	#upcoming p.title{
		font-size: 1.2rem;
	}

	#upcoming img {
		width: 120px;
		height: auto;
		padding: 0px;
	}

	/* contents */
	#contents{
		width: 85%;
		margin: 50px auto;
	}

	.contentsBox{
		border-bottom: 1px solid #c0c0c0;
		padding-bottom: 50px;
		margin-bottom: 50px;
	}

	.contentsBox .imgBox{
		width: 60%;
		margin: 0 auto;
	}

	.contentsBox .imgBox ul.icon{
		width: 50%;
		top: -30px;
	}

	.contentsBox .imgBox ul.icon li{
		float: left;
		padding-right: 2px;
	}

	.contentsBox .imgBox ul.icon li img{
		width: auto;
		height: 40px;
	}

	.contentsBox .imgBox p.img a img{
		width: 100%;
		height: auto;
		padding-right: 0;
	}

	.contentsBox .textBox{
		width: 100%;
		min-height:50px;
		height:auto !important;
		height:50px;
		margin-top: 20px;
		padding-bottom: 20px;
	}

	.contentsBox .textBox h3, .contentsBox .textBox p.date{
		text-align: center;
	}

	.contentsBox .textBox h3, .contentsBox .textBox p.date p.place{
		text-align: center;
	}

	.contentsBox img.place{
		display: block;
		 margin-left: auto;
		 margin-right: auto;
	}

	.contentsBox .textBox h3 a{
		font-size: 1.6rem;
		font-weight: bold;
	}

	.contentsBox .textBox p{
		font-size: 1rem;
		line-height: 1.8em;
	}

	.contentsBox .textBox p.date{
		font-size: .9rem;
		padding-bottom: 10px;
	}

	.contentsBox .more{
		text-align: center;
	}

	.contentsBox .more a{
		width: 200px;
		height: 40px;
		font-size: 1.4rem;
		line-height: 40px;
	}

	.contentsBox ul.photo{
		width: 100%;
	}

	.contentsBox ul.photo li{
		width: 46%;
		padding-left: 2%;
		padding-right: 2%;
		padding-top: 10px;
		padding-bottom: 0;
	}

	.contentsBox ul.photo li.pc{
		display: none;
	}

	.contentsBox ul.photo li.more{
		float: right;
		width: 100%;
		padding-right: 0;
		margin-top: 10px;
	}

	.contentsBox ul.photo li.more a{
		width: 200px;
	}

	.contentsBox ul.photo li img{
		width: 100%;
		height: auto;
	}

	.page ul.sp{
		display: block;
		margin-bottom: 20px;
	}

	.page ul.sp li{
		border: 2px solid #c0c0c0;
		width: 40%;
		height: 50px;
		font-size: 1.2rem;
		font-weight: bold;
		text-align: center;
		line-height: 50px;
		background-color: #c0c0c0;
	}

	.page ul.sp li a{
		color: #fff;
		width: 100%;
		height: 50px;
		display: inline-block;
	}

	.page ul.sp li.next{
		float: left;
	}

	.page ul.sp li.prev {
		float: right;
	}

	.page .number ul li.pc{
		display: none;
	}

	.page .number ul li{
		width: 30px;
		height: 30px;
		font-size: 1.2rem;
	}

	.page .number ul li.here{
		width: 26px;
		height: 26px;
		line-height: 26px;
	}

	.page .number ul li a{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.page .number ul li a:hover{
		width: 26px;
		height: 26px;
		line-height: 26px;
	}

	/* footer */
	#footer{
		margin-top: 50px;
		padding-top: 30px;
	}

	#footer #footerTop ul#footerNav{
		display: none;
	}

	#footer #footerTop #contactErea{
		width: 80%;
		margin: 0 auto;
		float: none;
	}

	#footer #footerTop #contactErea p{
		float: none;
		text-align: center;
	}

	#footerTop #contactErea a.contactBtn{
		width: 100%;
		height: 60px;
		font-size: 1.8rem;
		line-height: 30px;
		letter-spacing: 0.4em;
		padding-left: 0;
	}

	#footerTop #contactErea a.contactBtn .kana{
	font-size: 1rem;
	letter-spacing: .2em;
}

	#footerTop #contactErea a.contactBtn:hover{
		top: 0px;
		box-shadow: 0 8px 0 #daa520;
	}

	#copyright{
		padding-top: 10px;
		padding-top:10px;
	}

	#copyright .wrapper{
		width: 90%;
	}

}

#snsButton img {
	height:60px;
}
#snsButton {
	margin-left:22px;
	margin-right: auto;
}


@media screen and ( max-width:768px ){
	.contentsBox ul.photo li img{
	  width:auto;
	  height:auto;
	  max-width:130px;
	  max-height:160px;
	}
	#snsButton {
		margin-left:0px;
		}

}
