@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	outline: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

:focus {
	outline: 0;
}

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a img {
	border: 0;
}

body {
	color: #333;
	font-family: 'ヒラギノ丸ゴ ProN W4', 'Hiragino Maru Gothic ProN', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 2;
}


/* リンク設定
------------------------------------------------------------*/

a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	/*font-weight:bold;*/
	color: #007F89;
}

a:hover,
a:active {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	outline: none;
	color: #cdcdcd;
}

.current,
a.current{
	color: #00A1E5;
}


/**** Clearfix ****/

nav .panel:after,
#mainNav:after,
.newsTitle:after,
.bg:after,
.post:after {
	content: "";
	display: table;
	clear: both;
}

nav .panel,
#mainNav,
.newsTitle,
.bg,
.post {
	zoom: 1;
}


/* レイアウト
------------------------------------------------------------*/

#wrapper,
.inner {
	margin: 0 auto;
	width: 1040px;
}

#header {
	text-align: center;
	background-color: #FFF;
	border-top: 5px solid #00b6c4;
}

#content {
	float: left;
	width: 750px;
	padding: 30px 0;
}

#sidebar {
	float: right;
	width: 255px;
	padding: 30px 0;
}

#footer {
	clear: both;
	padding: 40px;
	background-color: #00b6c4;
}


/* ヘッダー
------------------------------------------------------------*/


/*
#header h1{
position:relative;
padding:10px 0;
text-align:left;
font-size:80%;
font-weight:bold;
}
*/

.contact {
	position: relative;
	float: right;
	text-align: right;
	font-size: 80%;
	margin-top: -32px;
}

#site-logo {
	position: relative;
	clear: both;
	text-align: center;
	font-size: 160%;
	padding: 20px 0;
}

#site-logo img {
	max-width: 480px;
	height: auto;
}

#header .pnav ul {
	position: relative;
	float: right;
}

#header .pnav ul li {
	/*font-weight:bold;*/
	display: inline;
	margin-left: 5px;
	font-size: 90%;
}

#header .pnav ul li:before {
	content: "・";
}

#header .pnav ul li a {
	padding-left: 5px;
	color: #000000;
}

#header .pnav ul li a:hover {
	color: #999999;
}


/* トップページ　メイン画像
------------------------------------------------------------*/

#mainImg{
	text-align: center;
}

#mainImg img {
	max-width: 100%;
	height: auto;
}


.post {
	margin: 0 0 20px 0;
}

#page-title {
	background-color: #00b6c4;
}

#page-title h1,
#page-title p{
	padding-bottom: 10px;
	clear: both;
	margin-bottom: 20px;
	padding: 40px 0;
	font-size: 150%;
	font-weight: bold;
}


/* タイポグラフィ
------------------------------------------------------------*/

.title {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 7px;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}

.title span {
	padding-bottom: 10px;
	border-bottom: 3px solid #000000;
}

.post p {
	margin-bottom: 15px;
}

.post ul,
.post ol{
	margin: 10px 0 20px 20px;
}

.post ul li {
	padding-left: 5px;
	list-style: disc;
	margin-bottom: 10px !important;
}

.post ol li {
	padding-left: 5px;
	list-style: decimal;
	margin-bottom: 10px !important;
}

.post h1 {
	margin: 15px 0 25px;
	padding: 15px 0;
	font-size: 150%;
	font-weight: bold;
	color: #000000;
	border-bottom: 3px solid #000000;
}

.post h2{
	margin: 15px 0 25px;
	padding: 15px 0;
	font-size: 130%;
	font-weight: bold;
	color: #000000;
	border-bottom: 2px solid #000000;
	clear: both;
}

.post h3 {
	margin: 15px 0 25px;
	padding: 15px 0;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #000000;
/*	clear: both;*/
	overflow: hidden;
}

.post h4 {
	margin: 15px 0 10px;
	padding: 15px 0;
	font-size: 110%;
	font-weight: bold;
}

.post h5 {
	margin: 15px 0 10px;
	padding: 15px 0;
	font-size: 110%;
	font-weight: bold;
}

.post h6 {
	margin: 15px 0 10px;
	padding: 15px 0;
	font-size: 110%;
	font-weight: bold;
}

.post blockquote {
	clear: both;
	padding: 10px 0 10px 25px;
	margin: 10px 0 25px 0px;
	border-left: 5px solid #e9e9e9;
}

.post blockquote p {
	padding: 5px 0;
}

.post table {
	border: 1px #cccccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 30px;
	width: 100%;
}

.post table th {
	padding: 15px;
	border: #cccccc solid;
	background-color: #c4faff;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	vertical-align: middle;
}

.post table td {
	padding: 15px;
	border: 1px #cccccc solid;
	border-width: 0 0 1px 1px;
}

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

img.aligncenter {
	display: block;
	margin: 5px auto 30px auto;
}

img.alignright {
	margin: 5px 0 30px 30px;
}

img.alignleft {
	margin: 5px 30px 30px 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.aligncenter {
	text-align: center;
}
.text-right{
	text-align: right;
}

.strong{
	font-size: 24px;
	font-weight: bold;
	color: #db0654;
}

.button {
	display: inline-block;
	position: relative;
	background-color: #1abc9c;
	padding: 10px 40px;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	line-height: 2;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
	color: #FFF;
}
.button:active {
	top: 3px;
	box-shadow: none;
}

.button.pink {
	background-color: #ff7787;
	box-shadow: 0 3px 0 #e85868;
}
.button.pink:hover {
	background-color: #f997b0;
	box-shadow: 0 3px 0 #fbc1d0;
}

h4 span{
	font-size: 14px;
}
.recommend{
	font-weight: bold;
	color: #e85868;
}
.recommend::before,
.recommend::after{
	content: "★";
	color: #FFED3D;
}

.post .notice{
	padding: 15px 25px 7px;
	border-radius: 4px;
	background-color: #eaf4ff;
	word-wrap: break-word;
}



/* サイドバー
------------------------------------------------------------*/

.widget,
.widgetInfo {
	margin: 0 0 20px;
	line-height: 1.5;
}

#banners img,
#group img {
	max-width: 255px;
	height: auto;
	border: 3px solid #ccc;
}

#sidebar h3 {
	clear: both;
	margin: 0 0 20px;
	padding: 5px 0;
	/*font-size:130%;*/
	font-weight: bold;
	border-bottom: 2px solid #000000;
}

#sidebar a {
	/*font-weight: bold;*/
	display: inline-block;
	padding: 5px 0 5px 0;
	color: #000000;
}

#sidebar a:hover {
	color: #999999;
}

.newsTitle {
	clear: both;
	margin: 0 0 20px;
	padding: 5px 0;
	font-size: 100%;
	border-bottom: 2px solid #000000;
}


/*
.newsTitle h3{
font-size:130%;
float:left;
font-weight:bold;
}
*/

.newsTitle p {
	float: right;
	padding: 5px 5px 0 5px;
	font-size: .8em;
}

.newsTitle a {
	/*font-weight:bold;*/
	color: #000000;
}

.newsTitle a:hover {
	color: #999999;
}

.news p {
	clear: both;
	padding-bottom: 2px;
}

.news p:last-child {
	border: 0;
}

.news p a {
	/*
font-weight: bold;
display:block;
*/
	padding: 5px 0;
	color: #000000;
}

.news p a:hover {
	color: #999999;
}

.news span {
	padding-left: 10px;
}


/* フッター
------------------------------------------------------------*/

#footer ul {
	text-align: center;
	padding-bottom: 10px;
}

#footer li {
	display: inline-block;
	vertical-align: text-top;
	text-align: left;
	margin-right: 30px;
}

#footer li a {
	font-weight: bold;
	display: block;
	padding: 0 0 0 10px;
	overflow: hidden;
	color: #000000;
}

#footer li a:before {
	content: "・";
}

#footer li a:hover {
	color: #cdcdcd;
}

#footer li li {
	display: block;
	padding: 0;
}

*:first-child+html #footer li {
	display: inline;
}

*:first-child+html #footer ul ul,
*:first-child+html #footer li li a,
*:first-child+html #footer li li {
	display: none;
}

#copyright {
	clear: both;
	padding: 10px;
	text-align: center;
	font-size: 75%;
	zoom: 1;
}

#pagetop {
	position: fixed;
	right: 30px;
	bottom: 0px;
	font-size: 40px;
	color: #cdcdcd;
}


/* トップページ 最新記事3件
------------------------------------------------------------*/

.post h3.home-copy{
	padding: 0;
}
.post p.home-copy{
	text-align: center;
	font-size: 120%;
	color: #00b6c4;
	margin-bottom: 20px;
}

.thumbWrap {
	width: 770px;
	margin: 0 -20px 20px 0;
	overflow: hidden;
}

.thumbWrap ul.thumb li {
	float: left;
	width: 236px;
	margin: 0 20px 40px 0;
	padding-left: 0;
	background: none;
	text-align: center;
}

.thumbWrap ul.thumb li {
	list-style: none;
}
.thumbWrap.twocol ul.thumb li {
	width: 365px;
	text-align: left;
}

.thumbWrap.onecol ul.thumb li {
	width: 730px;
	text-align: left;
}

.thumbWrap.onecol ul.thumb li p {
	margin: 0 0 20px 0;
}

.thumbWrap ul.thumb{
	margin: 0 0 20px 0;
}

.thumbWrap h3 {
	margin-top: 20px;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	border: 2px solid #000000;
	margin-bottom: 15px;
}

ul.thumb h3 span {
	display: block;
	padding: 7px;
	color: #000000;
}
ul.thumb h3 a{
	color: #000000;
}

ul.thumb h3 span:hover {
	color: #999999;
}


/* メインメニュー　PC用
------------------------------------------------------------*/

@media only screen and (min-width:1025px) {
	nav#mainnav {
		position: relative;
		/*margin-top:30px;*/
	}
	nav#mainnav ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	nav#mainnav ul li {
		float: left;
	}
	nav#mainnav ul > li a {
		display: block;
		text-align: center;
		_float: left;
		height: 60px;
		padding: 0 35px 0;
		line-height: 60px;
		font-size: 120%;
		/*font-weight:bold;*/
		color: #000000;
	}
	nav#mainnav ul li a span,
	nav#mainnav ul li a strong {
		display: block;
		font-size: 90%;
		line-height: 1.7;
	}
	nav#mainnav ul li a span {
		font-size: 70%;
		color: #00A1E5;
		font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	}
	nav#mainnav ul li a:hover span,
	nav#mainnav ul li a:hover {
		color: #999999;
	}
	nav#mainnav ul ul {
		/*width:160px;*/
		border-top: 0;
	}
	nav#mainnav .sub-menu li a {
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
	}
	nav#mainnav ul li ul {
		display: none;
	}
	nav#mainnav ul li:hover ul {
		display: block;
		position: absolute;
		top: 60px;
		text-align: center;
		z-index: 500;
	}
	nav#mainnav ul li li {
		background: #ffffff;
		border-bottom: 1px dotted #cdcdcd;
		float: none;
		min-width: 160px;
		height: 40px;
		line-height: 40px;
		margin: 0;
	}
	nav#mainnav ul li li:last-child {
		border: 0;
	}
	nav#mainnav ul li li a {
		width: 100%;
		height: 40px;
		padding: 0;
		line-height: 40px;
		font-size: 95%;
		text-lign: center;
	}
	nav#mainnav ul li li a:hover {
		color: #999999;
	}
	nav div.panel {
		display: block !important;
	}
	a#menu {
		display: none;
	}
	.post table th{
		min-width: 120px;
	}
	.hide-pc{
		display: none !important;
	}
}


/* iPadサイズ以下（1024px）からアコーディオンメニュー
------------------------------------------------------------*/

@media only screen and (max-width:1024px) {
	/*
#header{
position:fixed;
width:100%;
z-index:500;
}
*/
	#headerWrap {
		position: relative;
		width: 100%;
		height: 100px;
		background: #ffffff;
		border-bottom: 1px solid #cccccc;
	}
	/*
#header h1{
display:none;
}
	
#header h2{
padding-top:18px;
}
*/
	#site-logo img {
		max-height: 60px;
		width: auto !important;
		max-width: 80%;
	}
	#header .pnav ul {
		display: none;
	}
	a#menu {
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
	}
	#menuBtn {
		display: block;
		position: absolute;
		top: 60%;
		left: 50%;
		width: 18px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #000000;
		transition: .2s;
	}
	#menuBtn:before,
	#menuBtn:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 18px;
		height: 2px;
		background: #000000;
		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: 31px;
		z-index: 100;
	}
	#mainnav {
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index: 500;
	}
	#mainnav ul {
		background: #ffffff;
		text-align: left;
	}
	#mainnav li a {
		position: relative;
		display: block;
		padding: 12px 25px;
		border-bottom: 1px solid #eeeeee;
		color: #000000;
		font-weight: bold;
	}
	#mainnav ul li a span {
		display: none;
	}
	#mainnav ul li li {
		border: 0;
	}
	#mainnav ul li li a {
		padding-left: 40px;
	}
	.hide-sp{
		display: none !important;
	}
}


/* iPadサイズ以下（1024px）から 1カラム表示に切り替え
------------------------------------------------------------*/

@media only screen and (max-width:1024px) {
	#wrapper,
	#header,
	.inner {
		width: 100%;
	}

	#headerWrap {
		height: 80px;
	}
	#site-logo {
		padding: 10px 0;
	}
	#mainImg {
		margin-bottom: 30px;
	}
	#page-title h1,
	#page-title p{
		padding-left: 20px;
		padding-right: 20px;
	}

	#content,
	.content,
	#sidebar {
		clear: both;
		width: 95%;
		float: none;
		margin: 0 auto;
		padding: 10px 0;
	}
	#banners {
		width: 100%;
		margin: 30px 0 30px 0;
		text-align: center;
	}
	.widget_search {
		text-align: center;
	}
	#footer {
		margin: 0;
		border: 0;
		text-align: center;
	}
	#footer ul {
		text-align: center;
	}
	#footer li {
		margin-right: 20px;
	}
	.thumbWrap {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
		overflow: auto;
	}
	.thumbWrap ul.thumb li {
		width: 30%;
		float: left;
		margin: 0 1% 0 2%;
	}
	.thumbWrap img {
		max-width: 100%;
		height: auto;
	}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/

@media only screen and (max-width:644px) {
	.title {
		margin-bottom: 20px;
	}
	img.alignright,
	img.alignleft {
		display: block;
		margin: 5px auto 20px auto;
	}
	.alignright,
	.alignleft {
		float: none;
	}
	#footer ul {
		text-align: left;
		padding: 15px;
	}
	#footer ul ul {
		padding: 0;
	}
	.thumbWrap ul.thumb li {
		width: 95%;
		margin-bottom: 30px;
	}
	.thumbWrap.onecol ul.thumb li,
	.thumbWrap.twocol ul.thumb li {
		width: 95%;
	}
	.post .special-service{
		padding: 10px 10px 10px 8px;
	}
}


/* 園での生活
------------------------------------------------------------*/
.column-wrap{
	margin-top: 15px;
}
.column-timetable{
	text-align: center;
}
.column-photo li{
	text-align: center;
	line-height: 1.4;
	margin-bottom: 15px;
}

.column-photo li span::before{
	content: "▲";
	color: #E61874;
}
@media only screen and (min-width:630px) {
	.column-wrap{
		display:-ms-flexbox;
		display:-webkit-box;
		display:-webkit-flex;
		display:flex;
		flex-wrap: wrap;
	}
	.column-timetable{
		width: 280px;
		order: 2;
	}
	.column-photo01{
		order: 1;
	}
	.column-photo02{
		order: 3;
	}
}



/* 追加
------------------------------------------------------------*/

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Form
------------------------------------------------------------*/
.ozn-input,
.ozn-btn.submit{
	font-size: 16px;
}
.ozn-label,
.ozn-notice,
.ozn-form-errors,
.ozn-form-warning,
.ozn-btn.back,
.ozn-form-suggest div{
	font-size: 14px;
}
.ozn-form-stepbar{
	margin: 30px 0 0 0 !important;
}
.ozn-form-container{
	padding-bottom: 0;
}
select.ozn-input{
	height: 50px;
}


/* News
------------------------------------------------------------*/

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

ul#newsList{
	margin:0 0 15px;
	padding:0;
}
ul#newsList li{
	margin:0;
	padding: 20px;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	list-style-type:none;
}

#newsList .news-headline{
	margin-bottom: 10px;
	line-height: 1.8;
}
#newsList .news-title{
	font-size: 1.2em;
}

#newsList .catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}

#newsList .thumbnail{
	padding: 4px;
	margin: 0 0 10px 15px;
	display: inline;
	float: right;
}
@media only screen and (min-width: 645px) {
	#newsList .thumbnail img{
		max-height: 120px;
		width: auto;
	}
}
@media only screen and (max-width: 644px) {
	#newsList .thumbnail {
		display: block;
		margin: 5px auto;
		float: none;
	}
}


#newsList .comment{
	overflow:hidden;
}

/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
	border: 1px solid #999;
	border-radius: 5px 5px 5px 5px;
	color: #333;
	font-size: 12px;
	padding: 3px 7px 2px;
	text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
	background: #999;
	border: 1px solid #999;
	border-radius: 5px 5px 5px 5px;
	color: #fff;
	font-size: 12px;
	padding: 3px 7px 2px;
	margin:0 1px;
	text-decoration: none;
}

.pager a:hover{
	background:#999;
	color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

#up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;	
}

.bullet span{
	display: block;
	font-weight: bold;
}

.photos .alignleft{
	margin-right: 10px;
	margin-bottom: 20px;
}

.photos .alignleft:nth-child(2n) {
	margin-right: 0;
	
}


.photos .alignleft span{
	display: block;
}