@charset "utf-8";


/*PC・タブレット・スマホ共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff url(../images/bg_s.jpg) repeat center;	/*背景色と壁紙（古いブラウザ、主にIE8以下用）*/
	background: #fff url(../images/bg.jpg) repeat center/100px;	/*背景色と壁紙*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a:hover {
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 100%;	/*画面横一杯使う為に100%指定*/
}
/*ヘッダーブロック（トップページ用）*/
#top header {
	background: url(../images/mainimg_s.png) no-repeat center bottom #eef2f2;	/*メイン画像（古いブラウザ、主にIE8以下用）*/
	background: url(../images/mainimg.png) no-repeat center bottom #eef2f2;	/*メイン画像*/
       
}
/*サイト幅にしたheader内のブロック*/
header .inner {
	width: 1000px;	/*幅*/
	height: 190px;	/*高さ*/
	margin: 0 auto;
	position: relative;
	background: url(../images/subimg_s.jpg) no-repeat right bottom;	/*トップ以外で使う小さめのメイン画像（古いブラウザ、主にIE8以下用）*/
	background: url(../images/subimg.jpg) no-repeat right bottom/600px;	/*トップ以外で使う小さめのメイン画像*/
}
/*サイト幅にしたheader内のブロック（トップページ用の追加指定）*/
#top header .inner {
	height: 200px;	/*高さ*/
	background: none;
}



/*コンテンツ（main、sub、footerを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	padding-top: 30px;
	background: #eef2f2;	/*背景色*/
	color: #666666;	/*文字色*/
}
/*contentsブロック内のリンクテキストの設定*/
#contents a {
	color: #666666;	/*文字色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
#contents a:hover {
	color: #ef86ae;			/*マウスオン時の文字色*/
}
#contents a.pink {
	color: #ef86ae;			/*リンク「ピンク」文字色*/
}
#contents a.green{
	color: #00ac96;			/*リンク「グリーン」文字色*/
}
#contents a.orange {
	color: #ff7f00;			/*リンク「オレンジ」文字色*/
}

/*サイト幅にしたcontents内のブロック*/
#contents .inner {
	width: 1000px;	/*幅*/
	margin: 0 auto;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 750px;	/*幅*/
	padding-bottom: 30px;
	overflow: hidden;
}
/*１カラム時のメインコンテンツ設定*/
.c1 #main {
	float: none;
	width: auto;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 120%;
	color: #FFF;		/*文字色*/
	padding: 6px 15px;	/*上下、左右への余白*/
	background: #00a885;	/*背景色*/
	border-bottom: 4px solid #898989;	/*下線の幅、線種、色*/
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	padding: 4px 15px;	/*上下、左右への余白*/
	background: #fff;	/*背景色（古いブラウザ用）*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 7px 15px 14px;	/*上、左右、下への余白*/
}
#main p + p {
	padding-top: 0px;
}
#main h2 + p,
#main h3 + p {
	padding-top: 0px;
	margin-top: -5px;
}

/*mainブロック内のbox1設定
---------------------------------------------------------------------------*/
#main .box1 {
	overflow: hidden;
	background: #fff;	/*背景色*/
	color: #666;		/*文字色*/
	border-radius: 10px;	/*角丸のサイズ*/
	padding: 30px;			/*ボックス内の余白*/
	margin-bottom: 15px;
}
#main .box1 .color1 {
	color: #c38e64;
}




/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左に回り込み*/
	width: 220px;	/*幅*/
}
/*１カラム時のsubブロックを表示させない設定*/
.c1 #sub {
	display: none;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	padding-bottom: 10px;
	border-bottom: solid 1px #fff;	/*下の線の線種、幅、色*/
}
/*subコンテンツのh2タグの１文字目への設定*/
#sub h2::first-letter {
	border-left: 3px solid #898989;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li {
	border-bottom: solid 1px #fff;	/*上の線の線種、幅、色*/
}
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;	/*メニュー内の余白。上下、左右への設定。*/
	color: #8e7c6d;	/*文字色*/
}
#sub ul.submenu li a:hover {
	background: #f5f190;
	color: #777;
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
/*box1共通設定*/
#sub .box1 {
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background: #fbdbe8;	/*背景色*/
	color: #FFF;		/*文字色*/
}
#sub .box1 a {
	color: #777 !important;		/*文字色*/
}
/*box1内のメニューの設定*/
#sub .box1 ul.submenu {
	margin-bottom: 0px;
}
#sub .box1 ul.submenu li {
	border-bottom: solid 1px #eef2f2;	/*下の線の線種、幅、色*/
}
/*box1内のh2タグの設定*/
#sub .box1 h2 {
	border-bottom: solid 1px #eef2f2;	/*下の線の線種、幅、色*/
	background: #00a885;	/*背景色*/
	color: #FFF;		/*文字色*/
}
/*box1内のh2タグとpタグの設定*/
#sub .box1 h2,
#sub .box1 p {
	padding: 10px;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding: 10px 0px;
}
footer a {
	text-decoration: none;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*トップページ内「保育関係情報」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	padding-left: 2px;
        margin-top: 10px;
	margin-bottom: 30px;
	height: 400px;	/*高さ*/
	overflow: auto;	/*高さの設定を超えるとスクロールが自動で出る設定。全部表示させていたいならこの行と上の行を削除。*/
        background: #fff;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 7em;
}
/*記事設定*/
#new dd {
	padding-left: 7em;
}

/*トップページ内「プレスリリース・開示情報」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new2 dl{
	padding-left: 2px;
        margin-top: 10px;
	margin-bottom: 30px;
	height: 140px;	/*高さ*/
	overflow: auto;	/*高さの設定を超えるとスクロールが自動で出る設定。全部表示させていたいならこの行と上の行を削除。*/
        background: #fff;
}
/*日付設定*/
#new2 dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 7em;
}
/*記事設定*/
#new2 dd {
	padding-left: 7em;
}

/*テーブル
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin-bottom: 10px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
	background: #fff;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #a20a18;	/*背景色*/
	color: #fff;
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
}
/*画像*/
.ta1 img {
	vertical-align: bottom;
}



/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding-top: 40px;
}
#pagetop a {
	color: #333;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	background: #fff;	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	width: 40px;
	line-height: 40px;
	border-radius: 20px;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #999;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #333;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #e56f83;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 30px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}
.sh{display:none;}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック（トップページ用）*/
#top header {
	background: url(../images/mainimg_s.png) no-repeat center bottom/100%;
}
/*サイト幅にしたheader内のブロック*/
header .inner {
	width: auto;
	background: url(../images/subimg_s.jpg) no-repeat right bottom/60%;
}
/*サイト幅にしたheader内のブロック（トップページ用の追加指定）*/
#top header .inner {
	height: 320px;
}
/*ロゴ画像*/
header #logo img {
	width: 40%;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar {
	width: auto;
}
/*メニュー１個あたりの設定*/
#menubar li {
	width: 50%;
	margin: 0px;
}
#menubar a,
#menubar-s a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 2px solid #eef2f2;
}
/*2つ目メニュー*/
#menubar li.menu2 a,
#menubar-s li.menu2 a {
	background: url(../images/menu2_bg.png) no-repeat 10px center/70px;
}
/*3つ目メニュー*/
#menubar li.menu3 a,
#menubar-s li.menu3 a {
	background: url(../images/menu3_bg.png) no-repeat 10px center/70px;
}
/*ドロップダウンメニュー用
---------------------------------------------------------------------------*/
/*ドロップダウンブロックの設定*/
#menubar ul.ddmenu,
#menubar-s ul.ddmenu {
	display: none;	/*ドロップダウンメニューを表示させない*/
}

/*コンテンツ（main、sub、footerを囲むボックス）
---------------------------------------------------------------------------*/
/*サイト幅にしたcontents内のブロック*/
#contents .inner {
	width: auto;
	margin: 0px 20px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub {
	display: none;
}

}



/*画面幅650px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:650px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	background: #eef2f2;
}

/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------
/*サイト幅にしたheader内のブロック*/
header .inner {
	background: none;
	height: 110px;
}
/*サイト幅にしたheader内のブロック（トップページ用の追加指定）*/
#top header .inner {
	height: 280px;
}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*サイト幅にしたheader内のブロック*/
header .inner {
	background: none;
	position: static;
	height: auto;
}
/*サイト幅にしたheader内のブロック（トップページ用の追加指定）*/
#top header .inner {
	height: auto;
}
/*ロゴ画像*/
header #logo img {
	width: 100%;
	position: static;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar-s li {
	width: 100%;
	margin: 0px;
}
/*スマホ用メニューを非表示から表示に切り替える*/
#menubar-s {
	display: block;
}
/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}





/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}




/*Googleマップ
---------------------------------------------------------------------------*/


.map {
        margin-top: 0px;
	margin-bottom: 20px;
        padding: 4px;
        border: 1px solid #CCC;  
}
     
.ggmap {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
}
.ggmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}






/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 90%;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh{display:block;}
.pc{display:none;}

}
