/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font-family:Arial, Verdana, メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #3f3b3a;
	background: #fff;
	line-height:1.8em;
	font-size:1em;
}

a{
	color: #5dd1e3;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: none;
	color: #aee7f0;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
    overflow:hidden;
    width:100%;
    height:200px;
	background:#aee7f0;
}

#header img{
    position:absolute;
	top:10px;
	left:10px;
    width:100px;
}

#slogan {
	position: absolute;
  top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	line-height: 1.2;
	text-align: center;
}

#slogan h1 {
	font-size: 40px;
	margin-bottom: 20px;
	font-weight:normal;
}

#slogan span {
	font-size: 20px;
	font-weight:normal;
}

.pan {
	background:#F5F5F5;
	padding:5px 15px;
}
.pan span {
	float:right;
	vertical-align:bottom;
}
.pan img {
	width:30px;
	vertical-align:bottom;
}

.viewclass {
	padding-left:20px;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	background:#aee7f0;
}


/* 共通
------------------------------------------------------------*/
img{
	width: 100%;
	height: auto;
}

section {
	clear:both;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 60px;
	text-align:center;
}

section h2{
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	padding: 40px 0 20px 0;
}

.inner{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.panel img {
	width: 30px;
	vertical-align: bottom;
	margin-right:10px;
}



/* SEC01 おしらせ
------------------------------------------------------------*/
#sec01 ol {
	list-style: none;
}
#sec01 ol li {
	padding: 0 0 5px 30px;
	line-height: 1.8em;
//	background: url(../images/icon2.png) left 0px top 3px no-repeat;
	background-size: 25px auto;
	text-align:left;
	border-bottom:dotted 2px #aee7f0;
	margin-bottom:20px;
}
/* SEC02 カレンダー
------------------------------------------------------------*/
#sec02 table {
	width:100%;
	border:solid 1px #aee7f0;
	background:#fff;
	box-shadow: 1px 1px 5px rgba(20,20,20,0.2);
	border-radius: 4px; /* 角丸 */
//	font-size:1em;
}
#sec02 table tr {
	border:solid 1px #aee7f0;
}
#sec02 table th {
	width:16%;
	text-align:center;
	background:#aee7f0;
	color:#fff;
	border-left:solid 1px #fff;
}
#sec02 table td {
	border:solid 1px #aee7f0;
	vertical-align:top;
	text-align:left;
	padding:5px;
	line-height:1em;
}
/* SEC02 お休み連絡フォーム*/
#sec02 .contact {
	border:solid 1px #ffaeae;
	font-size:1em;
}
#sec02 .contact th {
	background:#ffaeae;
	color:#fff;
	border:solid 1px #ffaeae;
}
#sec02 .contact td {
	border:solid 1px #ffaeae;
	padding:10px;
	line-height:2em;
}
#sec02 .contact img {
	width:25px;
	margin-right:5px;
	vertical-align:middle;
}

#sec02 .button {
	width:200px;
	background:#ffaeae;
	color:#fff;
	border-radius: 5px; /* 角丸 */
	border:solid 0px;
	font-size:1.2em;
	padding:10px;
	cursor : pointer;
}

#sec02 .button2 {
	width:200px;
	background:#fff;
	color:#ffaeae;
	border-radius: 5px #ffaeae;
	border:solid 0px;
	font-size:1.2em;
	padding:10px;
	border : 2px solid #ffaeae;
	cursor : pointer;
}

#sec02 .sunday {
	width:10%;
	background:#ffaeae;
	border-left:solid 1px #aee7f0;
}
#sec02 .saturday {
	width:10%;
	background:#cce9ff;
}
#sec02 .sun {
	background:#fff1f1;
}
#sec02 .today {
	background:#ffffcc;
}

#sec02 img {
	width:24px;
}

/* SEC03 おたより
------------------------------------------------------------*/
.col3 li{
	margin-bottom: 50px;
	display: inline-block;
	width: 22%;
	margin: 1%;
	vertical-align: top;
	text-align: left;
}

.col3 img{
	width: 80%;
	display: block;
	margin: auto;
}
.col3 p{
	margin-top:10px;
}

/* SEC04 アルバムと写真
------------------------------------------------------------*/

.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.image-wrap{
	margin: 15px;
}

.image-wrap img {
	padding:7px;
	border:1px solid #ccc;
	background:#fff;
	box-shadow: 1px 1px 5px rgba(20,20,20,0.2);
	border-radius: 4px; /* 角丸 */
    height: 350px;
}
.flex-item {
	margin-top:20px;
    width: 25%;
	text-align:center;
}
.flex-item img {
    width: 80%;
	margin: auto;
}


/* レスポンシブ設定
------------------------------------------------------------*/
@media only screen and (min-width: 800px){
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

.viewclass {
		position:fixed;
		top: 190px;
		right: -20px;
		width:150px;
		border:dotted 1px #F5F5F5;
}
#mainnav .viewclass li {
		display:block;
		text-align: left;
}
	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav .viewclass ul {
		text-align: left;
	}

	#mainnav li{
		display: inline-block;
		padding: 20px 10px 20px;
		font-weight: 300;
	}

  #mainnav a{
		color: #000;
	}
	
	#mainnav.changeNav{
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}
}

@media only screen and (max-width: 640px){
	section {
		width: 96%;
	}
	.col3 li{
		width: 45%;
	}

	.col3 img{
		width: 90%;
	}

	.image-wrap img {
	    width: 90%;
	    height: auto;
	}

}

@media only screen and (max-width: 799px){
#header{
    height:200px;
}

	section {
		width: 90%;
	}

	#header img{
	    position:absolute;
		top:5px;
		left:5px;
	    width:80px;
	}

	#slogan h1{
		font-size: 28px;
	}

	#slogan h2{
		font-size: 16px;
	}

#sec02 table {
	width:100%;
	border:solid 1px #aee7f0;
	background:#fff;
	box-shadow: 1px 1px 5px rgba(20,20,20,0.2);
	border-radius: 4px; /* 角丸 */
	font-size:10px;
}

#sec02 table td {
	border:solid 1px #aee7f0;
	vertical-align:top;
	text-align:left;
	padding:5px 1px;
}

#sec02 img {
	width:14px;
}


  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.flex-item {
		margin-top:20px;
	    width: 50%;
		text-align:center;
	}
}

.download img {
	vertical-align:middle;
	width:20px;
	height:20px;
	box-shadow: 0px 0px 0px rgba(255,255,255,0);
	border-radius: 0px; /* 角丸 */
	border:0px;
}

input[type="checkbox"]{
	width: 20px;
	height: 20px;
	vertical-align:middle;
}


.count_display {
	position: absolute;
	bottom:20px;
	right:10px;
	text-align:center;
	width:22px;
	height:22px;
	border-radius:50%;
	background:#c80000;
	color:#fff;
	//font-size:0.5rem;
	font-size:0.7rem;
	//letter-spacing:-1px;
	line-height:22px;
	opacity:0.8;
}
