@charset "utf-8";

/*!
 * 背景画像 : あり
 * グローバルナビゲーション : サイド型
 */


/*　2/10　#F69E27→#ea80a6へ変更　#D37621→#ff6699→#EA80A5へ変更　*/


/* --- キャッチコピーラッパー --- */
._my_wrapper_ccopy {
	margin-top: 5px;
	margin-bottom: 0;
}
._my_wrapper_ccopy .container {
	font-size: 0.75em;
	color: #555;
	text-align: left;
}

/* --- コンテナーラッパー ---2/11margin-top編集 */
._my_wrapper_container .container {
	/*　margin-top: 5px;　*/
	margin-bottom: 10px;
	padding: 10px 5px;
	border-radius: 10px;
	box-shadow: 0 0 3px 2px rgba(178,178,178,0.5);
	background-color: #FFF;
}

@media (min-width: 768px) {
	._my_wrapper_container .container {
		padding: 20px;
	}
}

/* 交通案内マップ設定　3/27  */
.accessmap {
	position: relative;
	overflow: hidden;
	height:443px;
}
.accessmap img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
}

/*　保育園の一日設定　　*/

._my_day img {
	width:100%;	
}

/*　保育園のイベント設定　　*/

#sakura {
	background:url(../images/sakura.png) no-repeat;
	background-size:70px;
	background-position:97% 92%;
}
#koinobori {
	background:url(../images/koinobori.png) no-repeat;
	background-size:70px;
	background-position:97% 92%;
}
#azisai {
	background:url(../images/azisai.png) no-repeat;
	background-size:70px;
	background-position:97% 92%;
}
#undokai {
	background:url(../images/undokai.png) no-repeat;
	background-size:70px;
	background-position:97% 92%;
}
#tanabata {
	background:url(../images/tanabata.png) no-repeat;
	background-size:70px;
	background-position:97% 92%;
}
#summer {
	background:url(../images/summer.png) no-repeat;
	background-size:70px;
	background-position:97% 92%;
}
#shitigosan {
	background:url(../images/shitigosan.png) no-repeat;
	background-size:70px;
	background-position:97% 92%;
}
#picnic {
	background:url(../images/picnic.png) no-repeat;
	background-size:70px;
	background-position:97% 92%;
}
#newyear {
	background:url(../images/newyear.png) no-repeat;
	background-size:70px;
	background-position:97% 92%;
}
#mamemaki {
	background:url(../images/mamemaki.png) no-repeat;
	background-size:70px;
	background-position:97% 92%;
}
#xmas {
	background:url(../images/xmas.png) no-repeat;
	background-size:70px;
	background-position:97% 92%;
}
#hinamatsuri {
	background:url(../images/hinamatsuri.png) no-repeat;
	background-size:70px;
	background-position:97% 92%;
}


@media (max-width: 480px) {
	
/*　保育園のイベント設定　　*/

#sakura {
	background-size:45px;
	background-position:100% 100%;
}
#koinobori {
	background-size:45px;
	background-position:100% 100%;
}
#azisai {
	background-size:45px;
	background-position:100% 100%;
}
#undokai {
	background-size:45px;
	background-position:100% 100%;
}
#tanabata {
	background-size:45px;
	background-position:100% 100%;
}
#summer {
	background-size:45px;
	background-position:100% 100%;
}
#shitigosan {
	background-size:45px;
	background-position:100% 100%;
}
#picnic {
	background-size:45px;
	background-position:100% 100%;
}
#newyear {
	background-size:45px;
	background-position:100% 100%;
}
#mamemaki {
	background-size:45px;
	background-position:100% 100%;
}
#xmas {
	background-size:45px;
	background-position:100% 100%;
}
#hinamatsuri {
	background-size:45px;
	background-position:100% 100%;
}

}



/* --- 電話番号 --- */
._my_navbar_copy > li > a {
	padding: 7px 0 0 0;
}

@media (min-width: 992px) {
	._my_navbar_copy > li > a {
		padding: 20px 0 0 0;
	}
}

/* --- スライド写真 --- */
._my_wrapper_slider {
	margin: 0;
}

@media (min-width: 600px) {
	._my_wrapper_slider {
		margin: 10px 0;
	}
}

@media (min-width: 992px) {
	._my_wrapper_slider {
		margin: 15px 0;
	}
}


/* グローバルナビゲーション[トップ] */

/* --- グローバルナビゲーション 上タブ用 --- */
._my_wrapper_gnav ul.nav {
	overflow: hidden;
	margin-bottom: 1px;
	padding-left: 3px;
}
._my_wrapper_gnav ul.nav > li {
	width: 15.6%;
	margin-top: 4px;
	margin-right: 10px;
	padding: 0;
	float: left;
	border-radius: 15px 15px 0 0;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.25);
	background-color: #EA80A5;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	white-space: nowrap;
	text-align: center;
}
._my_wrapper_gnav ul.nav > li > a {
	display: block;
	height: 44px;
	padding: 12px 0;
}
._my_wrapper_gnav ul.nav > li:last-child,
._my_wrapper_gnav ul.nav > li:last-child > a {
	margin-right: 0;
}
._my_wrapper_gnav ul.nav > li.active {
	background-color: #ED94B3;
}

._my_wrapper_gnav ul.nav > li > a {
	margin-bottom: 0;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

._my_wrapper_gnav ul.nav > li:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

@media (min-width: 768px) {
	._my_wrapper_gnav ul.nav > li {
		width: 16%;
		margin-right: 5px;
	}
}
@media (min-width: 992px) {
	._my_wrapper_gnav ul.nav > li {
		width: 15.6%;
		margin-right: 10px;
		font-size: 120%;
	}
}
@media (min-width: 1200px) {
	._my_wrapper_gnav ul.nav > li {
		width: 15.6%;
		margin-right: 12px;
	}
}

/* --- グローバルナビゲーション[サイド] --- */
._my_wrapper_gnav_side > ul.nav {
	margin: 0;
}
._my_wrapper_gnav_side > ul.nav > li {
	margin-bottom: 5px;
}

/*　2/10　#D1841F→#ea80a6へ変更　*/
._my_wrapper_gnav_side > ul.nav > li > a {
	margin: 0 auto;
	padding: 8px 0 0 20px;
	display: block;
	width: 208px;
	height: 56px;
	font-size: 1.15em;
	font-weight: normal;
	text-shadow: 1px 1px 1px #ea80a6;
	color: #FFFFFF;
	text-align: left;
	line-height: 100%;
	background-color: #ea80a6;
	border-radius: 4px;
}

._my_wrapper_gnav_side > ul.nav > li > a:hover,
._my_wrapper_gnav_side > ul.nav > li > a:focus {
	opacity: 0.9;
}

._my_wrapper_gnav_side > ul.nav > li > a > img {
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	._my_wrapper_gnav_side > ul.nav > li > a {
		width: 156px;
		height: 35px;
		font-size: 1em;
	}
	._my_wrapper_gnav_side > ul.nav > li > a > img {
		width: 100%;
	}
}

@media (min-width: 768px) {
	._my_wrapper_gnav_side > ul.nav > li > a {
		height: 46px;
	}
}

@media (min-width: 992px) {
	._my_wrapper_gnav_side > ul.nav > li > a {
		width: 208px;
		height: 46px;
		font-size: 1.15em;
	}
}


/*　2/10　#FFE900→#e5004fへ変更　*/
._my_gnav_subtitle {
	font-size: 0.70em;
	font-family: Ariel;
	font-weight: bold;
	color: #e5004f;
	text-shadow: none;
}

/* --- メインコンテンツ --- */
._my_main {
	margin-top: 0;
}

._my_side {
	margin-top: 20px;
	text-align: center;
}
._my_side img {
	width: auto;
}
._my_side p {
	text-align: left;
}

@media (min-width: 768px) {
	._my_side img {
		margin-bottom: 10px;
		max-width: 100%;
	}
}


/* 共通タイトル */
._my_title {
	padding: 6px 0 6px 16px;
	font-size: 1.25em;
	color: #FFF;
	text-shadow: 1px 1px 1px #608E26;
	background-color: #A4D768;
	border-radius: 4px;
}


/*　2/10　#D1841F→#ea80a6へ変更　*/
._my_title._my_digest,
._my_title._my_news {
	margin-bottom: 0;
	text-shadow: 1px 1px 1px #ea80a6;
	background-color: #ea80a6;
}
._my_title._my_digest > img {
	float: right;
	margin-top: -22px;
	margin-right: 10px;
}
._my_title._my_news > img {
	float: right;
	margin-top: -22px;
	margin-right: 10px;
}

._my_news_list {
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 4px;
	text-align: right;
}

._my_frame_digest {
	padding-top: 4px;
}

._my_frame_digest iframe {
	width: 100%;
}

/* 交通案内マップ設定　3/27  */
.accessmap {
	position: relative;
	overflow: hidden;
	height:443px;
}
.accessmap img{
	position:absolute;
	left:0;
	top:0
	width:100%;	
}



@media (max-width: 768px) {
	._my_frame_digest iframe {
		width: 93%;
	}
}

._my_frame_news {
	padding-top: 4px;
	padding-right: 4px;
}


/*　2/10　#F69E27→#ea80a6へ変更　#D37621→#EA80A5へ変更　*/

/* 共通サブタイトル */
._my_subtitle {
	padding: 6px 0 6px 10px;
	font-size: 1.35em;
	border-left: solid 10px #EA80A5;
	border-bottom: solid 1px #EA80A5;
}

/* インデント */
._my_indent {
	margin: 0 0 0 10px;
}

/* リスト表示 */
ol._my_list {
	margin: 5px 0 5px 20px;
	padding: 0;
}

ol._my_list li {
	margin-bottom: 10px;
}


ul._my_list {
	margin: 5px 0 5px 20px;
	padding: 0;
	list-style-image: url(../images/p_list_mark.png);
}

ul._my_list li {
	margin-bottom: 10px;
}


dl._my_list {
	margin: 10px 0 40px 10px;
}

/*　2/10　#F69E27→#ea80a6へ変更　#D37621→#EA80A5へ変更　*/
dl._my_list > dt {
	margin: 10px 0;
	padding: 6px 0px 6px 10px;
	font-size: 1.25em;
	font-weight: normal;
	border: 1px solid #E9BE2F;
	border-radius: 5px;
	background-color: #FFE26F;
}
dl._my_list > dd {
	margin: 10px 0 30px 20px;
}


/* 写真リスト表示 */
ul._my_photolist {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

ul._my_photolist > li {
	margin: 10px 1px 10px 0;
	padding: 0;
	text-align: center;
}

ul._my_photolist > li img {
	margin-bottom: 2px;
	width: 100%;
}

ul._my_photolist > li h4 {
	font-weight: bold;
	height: 1em;
	overflow: hidden;
}

ul._my_photolist > li p {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	min-height: 3em;
}

._my_photolist_caption,
ul._my_photolist > li p.center {
	text-align: center;
	font-weight: bold;
	min-height: 3em;
}

@media (min-width: 768px) {
	ul._my_photolist > li {
		margin-bottom: 0;
		width: 48%;
		float: left;
	}
}

/* ページの先頭へ */
._my_pagetop {
	margin: 10px 0;
	text-align: right;
}

/* 注釈 */
._my_note {
	font-size: 80%;
}

/* 保護者専用ページバナー */
._my_members {
	margin: 10px 0;
}

._my_members img {
	width: 226px;
}



/* --- 幼稚園の概要 --- */
._my_outline_slogan {
	margin: 20px 0;
	text-align: center;
}
._my_outline_slogan img {
	max-width: 100%;
}

._my_outline_goal {
	font-size: 1.25em;
	font-weight: bold;
}

._my_list._my_outline_goal {
	margin-top: 20px;
	margin-left: 40px;
	font-weight: normal;
}

@media (min-width: 768px) {
	._my_list._my_outline_goal {
		margin-left: 100px;
	}
}

/* --- 情報公開 --- */
ul._my_disclosure {
	margin-top: 25px;

ul._my_disclosure li {
	background: url(../images/file_extension_pdf.png) no-repeat ;
	padding: 0 0 12px 45px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 15px;
    list-style: none;}
}
ul._my_disclosure li a {
	display: block;
}

/* --- 年間・月間予定 --- */
table._my_event_year {
	margin-right: 0;
}

table._my_event_year th {
	text-align: right;
	white-space: nowrap;
}

._my_event_spring { background-color: #FDDCD9; }
._my_event_summer { background-color: #CDF9FC; }
._my_event_autumn { background-color: #FCD5AD; }
._my_event_winter { background-color: #E2E2E2; }






/* --- 文字装飾 --- */
._my_caution {
	color: #DC2767;
}

._my_underline {
	text-decoration: underline;
}

/*　2/10　#F69E27→#ea80a6へ変更　#D37621→#EA80A5へ変更　#E9BE2F→#EA80A5　*/
/* --- フッター部分 --- */
._my_wrapper_footer {
	padding-top: 15px;
	border-top: solid 1px #EA80A5;
}

/*　2/10　#F9BF71→#ea80a6へ変更　color: #4E2B0C→#ffffffに変更　*/
._my_wrapper_footer .name {
	padding: 5px;
	color: #ffffff;
	text-align: center;
	font-size: 1.15em;
	background-color: #ea80a6;
	border-radius: 4px;
}

._my_wrapper_footer .link ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*　2/10　#F9BF71→#ea80a6へ変更　*/
._my_wrapper_footer .link ul li {
	margin: 0 auto 5px auto;
	padding: 5px;
	width: 65%;
	text-align: center;
	background-color: #ea80a6;
	border-radius: 4px;
}
/*　2/10　color: #4E2B0C→#ffffffに変更　*/
._my_wrapper_footer .link ul li a,
._my_wrapper_footer .link ul li a:link,
._my_wrapper_footer .link ul li a:visited,
._my_wrapper_footer .link ul li a:active,
._my_wrapper_footer .link ul li a:hover {
	color: #ffffff;
}

@media (min-width: 768px) {
	._my_wrapper_footer .link ul {
		width: 200px;
		float: right;
	}
	._my_wrapper_footer .link ul li {
		margin: 0 0 5px 0;
		width: 100%;
		float: right;
	}
}

@media (min-width: 992px) {
	._my_wrapper_footer .link ul {
		width: 100%;
		float: none;
		background-color: #ff88ff;
	}
	._my_wrapper_footer .link ul li {
		margin: 0 0 5px 5px;
		width: 32%;
		float: right;
	}
}
._my_wrapper_footer .copy {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 85%;
	text-align: left;
}



