﻿@charset "utf-8";
/*-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table.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;
}
figure {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* -------------------------------------------------------------- */

body {
	color: #111111;
	font-size: small;
	font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
	background: #f1f1f1;
	-webkit-text-size-adjust: none;
}
/* リンク設定
------------------------------------------------------------*/
a {
	color: #111111;
	text-decoration: none;
}
a:hover {
	color: #fe6b95; /*smoky pink*/
}
a:active, a:focus {
	outline: 0;
}
/* 全体
------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	padding: 0 1%;
	width: 98%;
	position: relative;
	background: #fff;
}
.inner {
	margin: 0 auto;
	width: 100%;
}
/*************
/* ヘッダー
*************/
#header {
	height: 110px;
}
#header h1 {
	padding: 5px 0 10px 20px;
	font-size: 12px;
	font-weight: normal;
}
/*************
/* ロゴ
*************/
.logo {
	float: left;
}
.logo p {
	float: left;
	padding: 15px 5px 0 10px;
	color: #ff69b4; /*hot pink*/
}
.logo img {
	width: auto;
	float: left;
	padding: 0 5px 0 15px;
}
/*************
/* 電話番号
*************/
.info {
	float: right;
	padding-right: 20px;
	text-align: right;
}
.info .open {
	font-size: 1.0em;
}
/*************
/* ロゴ+電話番号
*************/
.logo, .info .tel {
	color: #fe6b95;
	font-size: 24px;
	font-weight: bold;
}
.logo span, .info span {
	color: #333;
	font-size: .6em;
	font-weight: normal;
}
/**************************
/* メイン画像
**************************/
#mainBanner {
	margin: 17px auto;
	padding: 0;
	width: 100%;
	position: relative;
	line-height: 0;
}
#mainBanner img {
	max-width: 100%;
	height: auto;
	border: 4px solid #ebebeb;
}
/**************************
/* グリッド
**************************/
.gridWrapper {
	padding-bottom: 20px;
	overflow: hidden;
}
* html .gridWrapper {
	height: 1%;
}
.grid {
	float: left;
	border-radius: 5px;
	background: #fff;
}
.box {
	margin: 0 5px;
	padding: 10px;
	border: 1px solid #ebebeb;
}
.box img {
	max-width: 100%;
	height: auto;
	border: 4px solid #ebebeb;
}
.box h3 {
	padding: 10px 0 5px;
}
.box h3, .box p {
	text-align: left;
}
.box p.readmore {
	padding: 10px 5px 5px;
	text-align: right;
}
/*************
メイン コンテンツ
*************/
section.content article {
	padding: 15px;
	margin-bottom: 15px;
	/* border: 1px solid #ebebeb; */
	overflow: hidden;
}
* html section.content article {
	height: 1%;
}
section.content p {
	margin-bottom: 0px;
}
h3.heading {
	font-size: 105%;
	font-weight: normal;
	padding: 0 10px;
	line-height: 36px;
	color: #fff;
	background: url(../images/heading.png) repeat-x 0 0;
	border-radius: 0px; /* CSS3草案 */
	-webkit-border-radius: 0px; /* Safari,Google Chrome用 */
	-moz-border-radius: 0px; /* Firefox用 */
}
section.content img {
	max-width: 100%;
	height: auto;
}
.alignleft {
	float: left;
	clear: left;
	margin: 3px 10px 10px 0;
}
.alignright {
	float: right;
	clear: right;
	margin: 3px 0 10px 10px;
}
#gallery .grid img, .border {
	border: 4px solid #ebebeb;
}
/*リンク*/
.content a {
	color: #30466f; /*darkblue*/
}
.content a:hover {
	color: #fe6b95; /*smoky pink*/
}
.content a:active {
	color: #30466f; /*darkblue*/
}
/*************
テーブル
*************/
/* 私立幼稚園就園奨励費補助金 */
table.table {
	border-collapse: collapse;
	margin: 5px auto 5px auto;
	width: 100%;
}
table.table th {
	text-align: left;
	vertical-align: middle;
	background-color: #f8f8ff;
	padding: 8px 6px 8px 6px;
	border: 1px solid #D4D4D4;
	font-weight: normal;
}
table.table td {
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
	background-color: #F9F9F9;
	padding: 8px 6px 8px 6px;
	border: 1px solid #D6D6D6;
	line-height: 20px;
}
/* スケジュール */
table.table2 {
	float: left;
	border-collapse: collapse;
	margin: 5px auto 5px auto;
	/* width: 100%; */
}
table.table2 th {
	/* width: 12%; */
	width: 140px;
	text-align: center;
	vertical-align: middle;
	background-color: #fe6b95; /* pink */
	padding: 8px 2px 8px 2px;
	border: 1px solid #D4D4D4;
	color: #ffffff; /* white */
	font-weight: normal;
}
table.table2 td {
	/* width: 88%; */
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
	background-color: #ffffff; /* white */
	padding: 8px 2px 8px 2px;
	border: 1px solid #D6D6D6;
	line-height: 20px;
}
table.table2 th.time {
	width: 90px;
	text-align: center;
	vertical-align: middle;
}
table.table2 td.left {
	text-align: left;
	vertical-align: middle;
	padding: 8px 8px 8px 8px;
}
.delete {
  border: none !important; /* 枠線を消す */
}
.delete-top {
  border-top-color: transparent !important; /* 上線を消す */
}
.delete-bottom {
border-bottom-color: transparent !important; /* 下線を消す */
}
/* 課外保育授業 */
table.table3 {
	border-collapse: collapse;
	margin: 5px auto 5px auto;
	width: 100%;
    border-radius: 10px;
}
table.table3 th {
	width: 15%;
	text-align: center;
	vertical-align: middle;
	background-color: #fe6b95; /* pink */
	padding: 10px 8px 10px 8px;
	border: 1px solid #D4D4D4;
	color: #ffffff; /* white */
	font-weight: normal;
}
table.table3 td {
	width: 85%;
	text-align: left;
	vertical-align: middle;
	border-collapse: collapse;
	background-color: #ffffff; /* white */
	padding: 10px 8px 10px 8px;
	border: 1px solid #D6D6D6;
	line-height: 20px;
}
/* 正課保育 */
table.table4 {
	border-collapse: collapse;
	margin: 5px auto 5px auto;
	width: 100%;
}
table.table4 th {
	width: 15%;
	text-align: left;
	vertical-align: middle;
	padding: 8px 2px 8px 12px;
	font-weight: normal;
}
table.table4 td {
	width: 33%;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
}
.maru {
	/*width: 33%;*/
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.frame1 {
	display: inline-block;
	transform: rotate(0deg);
	padding: 6px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #ccc;
	background: #fff;
}
.frame2 {
	display: inline-block;
	transform: rotate(0deg);
	padding: 6px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #ccc;
	background: #fff;
}
.frame3 {
	display: inline-block;
	transform: rotate(0deg);
	padding: 6px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #ccc;
	background: #fff;
}
/* 運動会＆お遊戯会プログラム */
table.table5 {
	border-collapse: collapse;
	margin: 5px auto 5px auto;
	text-align: left;
	width: 100%;
}
table.table5 td {
	/*width: 100%;*/
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
	background-color: #ffffff;
	padding: 8px 2px 8px 6px;
	border: 1px solid #D6D6D6;
	line-height: 20px;
}
table.table5 .lunch {
	background-color: #ffd700;
}
table.table5 .number {
	width: 10%;
	text-align: center;
	padding: 8px 4px 8px 4px;
}
table.table5 .program {
	text-align: left;
	padding: 8px 4px 8px 20px;
}
table.table5 .genre {
	width: 25%;
	text-align: center;
	padding: 8px 4px 8px 4px;
}
table.table5 .object {
	width: 25%;
	text-align: center;
	padding: 8px 4px 8px 4px;
}
/*************
/* 吹き出し
*************/
.fbox {
	position: relative;
	display: inline-block;
	padding: 10px;
	text-align: left;
	background-color: #ffd700;
	border: 1px solid #ffd700;
	margin: 10px 5px 5px 5px;
	border-radius: 5px;
}
.fbox:after, .fbox:before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
}
.fbox:after {
	top: -21px;
	left: 20px;
	border: 11px solid transparent;
	border-bottom: 16px solid #ffd700; /*13px*/
}
.fbox:before {
	top: -21px;
	left: 21px;
	border: 10px solid transparent;
	border-bottom: 10px solid #ffd700; /*10px*/
}
/*************
/* リボン見出し
*************/
.ribon {
	position: relative;
	color: #ffffff;
	background: #fe6b95;
	font-size: 105%;
	line-height: 1;
	margin: 20px auto 0px auto;
	padding: 10px 5px 10px 20px;
	border-top: 1px solid #fe6b95;
	/*clear: left;*/
}
.ribon:after, ribon:before {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #333;
}
.ribon:after {
	left: 0;
	border-right: 5px solid #333;
}
.ribon:before {
	right: 0;
	border-left: 5px solid #333;
}
/*************
/* 写真風装飾
*************/
.text {
	width: 62%;
	float: left;
	padding: 0px 0px 0px 0px;
	line-height: 1.8em;
}
.photo1 {
	/*position: relative;*/
	padding: 6px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc; /* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=135, strength=3, enabled=true); /* IE5.5+ */
	background: #fff;
}
.photo {
	float: right;
	width: 35%;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/*******************
フォトギャラリー左
*******************/
* {margin: 0;}
.photo-left {
	float: left;
	width: 317px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 8px;
	padding-bottom: 28px;
	border: 1px solid #ccc;
	background: #fffff9;
}
.photo-left img {
	width: 317px;
}
.photo-left p {
	position: absolute;
	height: 24px;
	line-height: 24px;
	bottom: 6px;
	color: #111111;
	text-align: center;
	width: 317px;
}
/*******************
フォトギャラリー右
*******************/
.photo-right {
	float: right;
	width: 317px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 8px;
	padding-bottom: 28px;
	border: 1px solid #ccc;
	background: #fffff9;
}
.photo-right img {
	width: 317px;
}
.photo-right p {
	position: absolute;
	height: 24px;
	line-height: 24px;
	bottom: 6px;
	color: #111111;
	text-align: center;
	width: 317px;
}
/*************
/* サイドバー
*************/
#sidebar ul {
	padding-top: 5px;
}
#sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style: none;
	border-bottom: 1px dashed #ebebeb;
	background: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
}
#sidebar li:last-child {
	border: 0;
	margin-bottom: -5px;
}
#sidebar li a {
	display: block;
}
ul.list li {
	clear: both;
	margin-bottom: 5px;
	padding: 5px 0;
	overflow: hidden;
}
ul.list li {
	height: 1%;
}
ul.list li img {
	float: left;
	margin-right: 10px;
}
ul.list li {
	font-size: 12px;
	line-height: 1.35;
}
/*************
/* フッター
*************/
#footer {
	clear: both;
	overflow: hidden;
	padding: 10px 10px 20px 10px;
	background: #fe6b95; /*pink*/
}
* html #footer {
	height: 1%;
}
#footer .grid {
	padding: 0px 0px 0px 0px;
	margin: 0;
	background: transparent;
}
#footer #info .logo, #footer #info .info {
	float: none;
}
#footer #info .info {
	clear: both;
	padding: 10px 0 0 15px;
	text-align: left;
	color: #ffffff;
}
#footer .logo {
	font-size: 18px;
}
#footer .info .tel, #footer .info .tel span, #footer #info .open {
	font-size: 100%;
}
ul.footnav {
	float: right;
	width: 620px;
	padding: 10px 0;
}
ul.footnav li {
	float: left;
	margin-bottom: 10px;
	padding: 0 7px 0 8px;
	border-right: 1px solid #ffffff;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #111111; /*#fe6b95;*/
}
address {
	clear: both;
	padding: 0px;
	text-align: center;
	font-style: normal;
	font-size: 100%;
	color: #ffffff;
	background: #fe6b95; /*pink*/
	border-bottom-left-radius: 2px; /* CSS3草案 */
	border-bottom-right-radius: 2px; /* CSS3草案 */
	-webkit-border-bottom-left-radius: 2px; /* Safari,Google Chrome用 */
	-webkit-border-bottom-right-radius: 2px; /* Safari,Google Chrome用 */
	-moz-border-radius-bottomleft: 2px; /* Firefox用 */
	-moz-border-radius-bottomright: 2px; /* Firefox用 */
}
/*****************
SNS
******************/
.social-button li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	margin-right: 10px;
}
.social-button-area {
	text-align: left;
}
.social-button {
	display: inline;
}
.socialbutton li {
	display: inline-block;
	vertical-align: top;
	margin-right: 2px;
}
.socialbutton li:last-child {
	margin-right: 2px;
}
/*****************
個人情報保護方針
******************/
h3.person-h3 {
	/*font-size: 105%;*/
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
p.person {
	margin-bottom: 20px !important;
	line-height: 1.8em;
}
/* 作業風景 */
.offcetop {
	float: right;
	width: 40%; /*280px;*/
	padding: 0px 0px 0px 0px;
}
/*****************
お知らせ・更新情報
******************/
.news {
	margin-bottom: 15px;
}
.news dl dt {
	float: left;
	width: 10em;
	padding: 0 0 0 1em;
	color: #30466f; /*dark blue*/
	font-weight: bold;
}
.news dl dd {
	margin: 0 0 5px 0;
	padding: 0 0 5px 11em;
	border-bottom: 1px dotted #30466f;
}
.news dl dd a {
	color: #30466f; /*dark blue*/
	padding: 0px 2px;
}
.news dl dd a:hover {
	color: #fe6b95; /*smoky pink*/
	padding: 0px 2px;
}
/*****************
地図
******************/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*****************
駐車場画像
******************/
.parking {
	float: left;
	width: 44%;
	margin: 0px 30px 0px 0px;
	position: relative;
	padding: 6px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc; /* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=135, strength=3, enabled=true); /* IE5.5+ */
	background: #fff;
}
.map_memo {
	clear: both;
	float: right;
	text-align: left;
	padding: 15px 0px 0px 0px;
}
/*****************
その他
******************/
.comment1 {
	padding: 0px 0px 0px 0px;
	line-height: 1.8em;
}
.comment2 {
	padding: 0px 0px 0px 0px;
	line-height: 1.8em;
}
.mb5 {
	margin-bottom: 5px !important;
	line-height: 1.8em;
}
.mb10 {
	margin-bottom: 10px !important;
	line-height: 1.8em;
}
.mb15 {
	margin-bottom: 15px !important;
	line-height: 1.8em;
}
.mb20 {
	margin-bottom: 20px !important;
	line-height: 1.8em;
}
/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px) {
nav#mainNav {
	padding: 0 14px;
	clear: both;
	overflow: hidden;
	position: relative;
	background: url(../images/topnavBg.png);
}
nav#mainNav ul li {
	float: left;
	position: relative;
}
nav#mainNav li.last {
	border-right: 1px solid #ebebeb;
}
nav#mainNav ul li a {
	display: block;
	text-align: center;
	float: left;
	font-size: 13px;
	width: 154px;
	height: 45px;
	padding-top: 15px;
	color: #333;
	background: url(../images/topnavSep.png);
	border-left: 1px solid #ebebeb;
}
nav#mainNav ul li a span, nav#mainNav ul li a strong {
	display: block;
}
nav#mainNav ul li a span {
	color: #906; /*紫色*/
	font-size: 10px;
}
nav div.panel {
	display: block !important;
	float: left;
}
a#menu {
	display: none;
}
nav#mainNav li.active a, nav#mainNav li a:hover {
	color: #fff;
	background-position: 0 -60px;
	padding-top: 15px;
}
#mainBanner {
/*	margin-left: 15px;*/
}
#page #mainBanner {
	margin: 15px auto;
}
#wrapper, .inner {
	width: 960px;
	padding: 0;
}
#wrapper {
	padding-bottom: 20px;
}
#main {
	float: right;
	width: 717px;
	padding-right: 15px;
}
#sidebar {
	float: left;
	width: 195px;
	padding: 15px 0 0 15px;
	overflow: hidden;
}
#sidebar article {
	padding: 7px;
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
	overflow: hidden;
}
/* グリッド全体 */
.gridWrapper {
	width: 960px;
	margin: 0 0 0 -10px;
}
#gallery article {
	padding: 10px 0 10px 10px;
}
/* グリッド */
.grid {
	float: left;
	width: 300px;
	margin-left: 20px;
}
#page .grid {
	width: auto;
}
#gallery .grid {
	width: auto;
	margin: 10px 0 2px 10px;
}
}
 @media only screen and (max-width:959px) {
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
nav#mainNav {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	border: 1px solid #e4e4e4;
}
nav#mainNav a.menu {
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
}
nav#mainNav a#menu span {
	padding-left: 10px;
}
nav#mainNav > a span:before {
	content: "→ ";
}
nav#mainNav a.menuOpen span:before {
	content: "↓ ";
}
nav#mainNav a#menu:hover {
	cursor: pointer;
}
nav .panel {
	display: none;
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	z-index: 1;
}
nav#mainNav ul li {
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	line-height: 1.2;
	background: url(../images/bg.png);
}
nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
	display: block;
	padding: 15px 10px;
	text-align: left;
	border-bottom: 1px dashed #ccc;
}
nav#mainNav ul li a span {
	padding-left: 10px;
}
nav#mainNav ul li:first-child a {
	border-top: 1px solid #e4e4e4;
}
nav#mainNav ul li:last-child a {
	border: 0;
}
nav#mainNav ul li.active a {
	color: #708c0c;
}
nav div.panel {
	float: none;
}
#page #mainBanner {
	max-width: 720px;
}
#sidebar article {
	padding: 7px 8px;
}
#footer .grid, #footer ul.footnav {
	float: none;
	width: 100%;
	text-align: center;
}
ul.footnav li {
	float: none;
	display: inline-block;
}
.grid {
	width: 32%;
	margin: 10px 0 0 1%;
}
#gallery .grid {
	float: left;
	width: 31%;
	margin: 0 0 0 1%;
}
#footer .grid img, #footer .info {
	float: none;
}
#footer .grid p {
	display: block;
}
#footer #info .info {
	float: none;
	text-align: center;
}
#footer.logo, #footer .info {
	width: 100%;
	float: none;
}
#footer .logo p {
	float: none;
	display: block;
}
#footer .logo img {
	float: none;
	padding: 0;
}
/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px) {
#header {
 height: auto;
 padding-bottom: 20px;
}
#header h1, .logo, .info {
 text-align: center;
}
#header .logo img {
 width: 60%;
 padding: 0px 0px 10px 0px;
}
 .logo, .info {
 clear: both;
 width: 100%;
 float: none;
}
.logo p {
 float: none;
 display: block;
}
.logo img {
 float: none;
 padding: 0;
}
.box img {
 max-width: 180px;
 float: left;
 margin-right: 5px;
}
.box h3 {
 padding-top: 0;
}
.alignleft, .alignright {
 float: none;
 display: block;
 margin: 0 auto 10px;
}
#gallery .grid {
 float: left;
}
/*******************
フォトギャラリー左
*******************/
* {margin: 0;}
.photo-left {
	float: left;
	width: 100%%;
	margin: 0px 0px 15px 0px;
}
.photo-left img {
	width: 100%;
}
.photo-left p {
	text-align: left;
	width: 100%;
	padding: 0px 0px 2px 0px;
}

.photo-left .mb15 {
	margin: 0px 0px 15px 0px;
}
/*******************
フォトギャラリー右
*******************/
.photo-right {
	float: left;
	width: 100%%;
	margin: 0px 0px 15px 0px;
}
.photo-right img {
	width: 100%;
}
.photo-right p {
	text-align: left;
	width: 100%;
	padding: 0px 0px 2px 0px;
}
.photo-right .mb15 {
	margin: 0px 0px 15px 0px;
}
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px) {
/*************
/* ロゴ
*************/
#header .logo {
	width: 100%;
}
#header .logo img {
	width: 90%;
	padding: 0px 0px 10px 0px;
}
/*************
/* 電話番号
*************/
#header .info img {
	width: 80%;
	padding: 0px 0px 0px 20px;
}
.grid {
	width: 100%;
}
.box img {
	max-width: 100px;
}
#mainBanner h2, #mainBanner p {
	font-size: 80%;
}
.offcetop {
	float: right;
	width: 50%;
	padding: 0px 0px 10px 10px;
}
/*****************
交通案内
******************/
.map_memo {
	float: left;
	text-align: left;
	padding: 20px 0px 0px 0px;
}
.parking {
	float: right;
	width: 36%;
	padding: 0px 0px 0px 0px;
}
/*************
テーブル
*************/
/* 私立幼稚園就園奨励費補助金 */
table.table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}
table.table td {
	text-align: center;
	font-size: 80%;
	border-collapse: collapse;
	background-color: #F9F9F9;
	padding: 8px 1px 8px 1px;
	border: 1px solid #D6D6D6;
	line-height: 20px;
	vertical-align: middle;
}
table.table th {
	text-align: center;
	font-size: 80%;
	background-color: #F5F5F5;
	padding: 8px 1px 8px 1px;
	border: 1px solid #D4D4D4;
	vertical-align: middle;
}
/* スケジュール */
table.table2 {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}
table.table2 td {

}
table.table2 th {
	width: 20%;
	/* text-align: right; */
	vertical-align: middle;
	background-color: #fe6b95; /* pink */
	padding: 8px 4px 8px 2px;
	border: 1px solid #D4D4D4;
	font-weight: normal;
}
/* 課外保育授業 */
table.table3 {
	border-collapse: collapse;
	width: 100%;
}
table.table3 th {
	width: 26%;
	/* text-align: left; */
	vertical-align: middle;
	/* background-color: #fe6b95; /* pink */
	/* background-color: #f8f8ff; */
	padding: 8px 2px 8px 2px;
	border: 1px solid #D4D4D4;
	font-weight: normal;
}
table.table3 td {
	width: 84%;
	text-align: left;
	vertical-align: middle;
	border-collapse: collapse;
	background-color: #ffffff;
	/* background-color: #F9F9F9; */
	padding: 8px 2px 8px 4px;
	border: 1px solid #D6D6D6;
	line-height: 20px;
}
/* 正課保育 */
table.table4 {
	border-collapse: collapse;
	margin: 0px auto 0px auto;
	width: 100%;
}
table.table4 th {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	padding: 8px 2px 8px 8px;
	font-weight: normal;
}
table.table4 td {
	width: 33%;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.frame1 {
	width: 99%;
	padding: 0px 0px 0px 0px;
	border: 0px;
}
.frame2 {
	width: 99%;
	padding: 0px 0px 0px 0px;
	border: 0px;
}
.frame3 {
	width: 99%;
	padding: 0px 0px 0px 0px;
	border: 0px;
}
/* 運動会＆お遊戯会プログラム */
table.table5 {
	border-collapse: collapse;
	margin: 5px auto 5px auto;
	text-align: left;
	width: 100%;
}
table.table5 td {
	/*width: 100%;*/
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
	background-color: #ffffff;
	padding: 8px 2px 8px 6px;
	border: 1px solid #D6D6D6;
	line-height: 20px;
}
table.table5 .lunch {
	background-color: #ffd700;
}
table.table5 .number {
	width: 8%;
	text-align: center;
	padding: 8px 4px 8px 4px;
}
table.table5 .program {
	width: 42%;
	text-align: left;
	padding: 8px 4px 8px 4px;
}
table.table5 .genre {
	width: 20%;
	text-align: center;
	padding: 8px 2px 8px 2px;
}
table.table5 .object {
	width: 30%;
	text-align: center;
	padding: 8px 2px 8px 2px;
}
/*****************
お知らせ・更新情報
******************/
.news {
	margin-bottom: 15px;
}
.news dl dt {
	float: left;
	width: 9em;
	padding: 0 0 0 0em;
	color: #30466f; /*dark blue*/
	font-weight: bold;
}
.news dl dd {
	margin: 0 0 5px 0;
	padding: 0 0 5px 9.5em;
	border-bottom: 1px dotted #30466f;
}
.news dl dd a {
	color: #30466f; /*dark blue*/
	padding: 0px 2px;
}
.news dl dd a:hover {
	color: #fe6b95; /*smoky pink*/
	padding: 0px 2px;
}
/*****************
SNS
******************/
.social-button li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	margin-right: 3px;
}
.social-button-area {
	text-align: center;
}
.social-button {
	display: inline;
}
.socialbutton li {
	display: inline-block;
	vertical-align: top;
	margin-right: 0px;
}
.socialbutton li:last-child {
	margin-right: 0px;
}
/*************
/* 写真風装飾
*************/
.text {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	line-height: 1.8em;
}
.photo1 {
	/*position: relative;*/
	padding: 6px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc; /* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=135, strength=3, enabled=true); /* IE5.5+ */
	background: #fff;
}
.photo {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/*******************
フォトギャラリー左
*******************/
* {margin: 0;}
.photo-left {
	float: left;
	width: 100%;
	margin: 0px 0px 15px 0px;
}
.photo-left img {
	width: 100%;
}
.photo-left p {
	text-align: left;
	width: 100%;
	padding: 0px 0px 2px 0px;
}

.photo-left .mb15 {
	margin: 0px 0px 15px 0px;
}
/*******************
フォトギャラリー右
*******************/
.photo-right {
	float: left;
	width: 100%;
	margin: 0px 0px 15px 0px;
}
.photo-right img {
	width: 100%;
}
.photo-right p {
	text-align: left;
	width: 100%;
	padding: 0px 0px 2px 0px;
}
.photo-right .mb15 {
	margin: 0px 0px 15px 0px;
}
}
#page #wrapper #main .content article .table5 {
	text-align: left;
}
