@charset"UTF-8";

/*/////// reset ///////*/

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
border: none;
}

clear:after{
	content:"";
	display:block;
	clear:both;
}


/*  -------------------- */

@media all and (min-width: 768px) {	
	
	a[href^="tel:"] {
		pointer-events: none;
	}
	
}
@media all and (min-width: 768px){	
	
.is_sp{ display: none !important;
	display: inline;}
}

@media all and (max-width: 768px){	
	
	body{
		min-width: 320px;
		font-size: 100%;
	}	
	html:not(:target) body {
		font-size: 14px;
	}
.is_pc{ display: none !important;
	display: inline;}	
}

@media all and (max-width: 640px){	
	
	body{
		font-size: 100%;
	}	
	html:not(:target) body {
		font-size: 14px;
	}
.is_pc{ display: none !important;
	display: inline;}	
}

/* for SP */
@media all and (max-width: 414px){/* PCで非表示 */
	
	body{
		font-size: 90%;
	}	
	html:not(:target) body {
		font-size: 14px;
	}
	
	.is_pc{ display: none !important;}/* SPで非表示 */
	.is_sp{ display: block !important;}
	img.is_sp{ display: inline;}
	
}

/*/////// contents ///////*/
body{
	color: #333;
	background:#ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.6em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

/*/////// 共通 ///////*/
selector {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*/////// wrapper ///////*/

.mainHeader {
	padding: 0 0 0 0;
text-align: center;
}

#wrapper{
background: #FCE5EB;
}

#innerWrapper{
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	background: #FFFFFF;
}



@media all and (max-width: 768px){
	.mainHeader {
	padding: 0px 0 0 0;
text-align: center;
		
}
	.mainHeader img{width: 100%;}
}

.contentsWrapper{
	padding:30px 10px 0 10px;
}

#innerWrapper{
	width:100%;
	margin: 0 auto;
}




/*/////// address ///////*/

.address{
	background: #FFF000;
	padding: 2em 2em 1.5em;
}

.address h2{
	border-top:solid 2px #333;
	border-bottom:solid 2px #333;
	padding: .5em 0 .2em 1.2em;
	margin-bottom: 1.4em;
	}

.address .name{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: .5em;
}
/*/////// timeSchedule ///////*/

.timeSchedule{
	margin-top:40px;
}

/*/////// konohanaBn ///////*/
.konohanaBn{
	margin:5% 0;
}

/*/////// header ///////*/

header{
	height:auto;
	background: transparent;
	margin:0;
	padding: 0;
}

/*/////// footer ///////*/

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

#footer {
	background: #ea7599;
	color: #fff;
	text-align: center;
}

#footer .ct_wrap {
	padding: 1.7em 0 1.3em;
}

#footer p.logo {
	margin-bottom: 1.8em;
}

#footer ul.footer_list01 {
	padding: 1em 0 1.3em;
	border-top: 1px solid #fff;;
}

#footer ul.footer_list01 li {
	display: inline-block;
	vertical-align: top;
	line-height: 1.7;
}

#footer ul.footer_list01 li a {
	padding: 0 .5em;
}

#footer ul.footer_list01 li a:link,
#footer ul.footer_list01 li a:visited {
	color: #fff;
	text-decoration: none;
}

#footer ul.footer_list01 li a:hover,
#footer ul.footer_list01 li a:active {
	color: #fff;
	text-decoration: underline;
}

#footer .copyright {
	font-size: .9em;
}

@media all and (max-width: 999px){
	
	#footer ul.footer_list01 {
		font-size: .9em;
	}
	
}

@media all and (max-width: 768px){
	
	#footer p.logo img {
		width: 180px;
		height: auto;
	}
	
}

@media all and (max-width: 414px){

	#footer .ct_wrap {
		padding: 1.3em 3.12% 1em;
	}
	#footer p.logo {
		margin-bottom: 1.3em;
	}	
	#footer p.logo img {
		width: 114px;
	}
	#footer ul.footer_list01 {
		padding-bottom: 1.1em;
		font-size: 1em;
	}	
	#footer ul.footer_list01 li:last-child {
		display: inline-block;
		margin-top: 0;
	}
	
}

/*/////// copyright ///////*/

footer small{
	color:#fff;	
}


/*/////// break point 767px莉･荳� ///////*/


img{
	vertical-align: text-bottom;
}

/*h2 img{
	width:80%;
}*/

.contents1{
	width:100%;
	margin-bottom:10px;
}

/*.contents1 p{
	padding:10px 10px;
}*/

.contents2{
	width:100%;
	margin-bottom:10px;
}

.contents3{
	width:100%;
	margin-bottom:10px;
}



.contentsWrapper,.eventDetail,.pickupEvent{
		padding: 1.2em 3.12% 0;
	}
	
.sangakuEvent{
		padding: 3em 3.12% 2em;
	}
	
.contentsWrapper{
	padding:1.5em .5em 0;
}



/*/////// break point 768px///////*/

@media(min-width:768px){
img{
	vertical-align: text-bottom;
}
.contentsWrapper:after{
	width:100%;
	content:"";
	display:block;
	clear:both;
}
.contents1{
	height:auto;
	float:left;
	width:49%;
	margin-right:2%;
}

.rightWrapper{
	width:49%;
	float:left;	
}

.contents2{
	width:100%;
	margin-bottom:10px;
}

.contents3{
	height:auto;
	width:100%;
	margin-bottom:10px;
}
}

@media all and (min-width: 414px){
h3.p-area br{
	display: none;
}

}

.cf::after{
  content: "";
  clear: both;
  display: block;
}

/*/////// 終了しましたテキスト ///////*/
.end{
	font: bold 1.4em/1.2em 'メイリオ','Hiragino Kaku Gothic',sans-serif;
	padding:1.4em 0 0.5em;
}

