/*------------------------------
  コンテンツ設定
------------------------------- */

@import url("reset.css");
@import url("image.css");
@import url("share.css");


/* コンテンツレイアウト設定
------------------------------- */
.cont{
background:url(../gazou/share/bg_cont2.png) no-repeat center bottom,url(../gazou/share/bg_cont1.png) no-repeat center bottom;
-webkit-background-size:auto,100% 150px;
background-size:auto,100% 150px;
padding:160px 0 320px;
min-height:600px;
min-width:1000px;
position:relative;
}

/* タイトル
------------------------------- */
.cont .wrapper>h2{
background:url(../gazou/share/h2.png) no-repeat center top;
font-size:28px;
line-height:1;
color:#6F4924;
font-weight:bold;
line-height:1;
text-align:center;
position:absolute;
height:80px;
padding:40px 0 0;
width:100%;
top:0;
left:0;
z-index:1;
}
.cont .wrapper>h2 .ctgname{
display:inline-block;
font-size:16px;
padding:0 0 0 16px;
margin:0 0 0 16px;
border-left:1px solid #6F4924;
}
.cont h3,.CenterBox h3{
background:#B1E4E2 url(../gazou/share/line4.png) no-repeat bottom;
-webkit-background-size:100% 4px;
background-size:100% 4px;
padding:12px 10px 12px 64px;
font-size:20px;
font-weight:bold;
color:#5C4330;
margin:48px 0 24px;
position:relative;
}
.cont h3:before,.CenterBox h3:before{
content:url(../gazou/share/h3.png);
position:absolute;
left:10px;
top:0;
}
.CenterBox>div:first-child h3{
margin:0 0 24px;
}
.cont h3 a{
font-size:20px;
font-weight:bold;
color:#5C4330;
text-decoration:none;
}
.cont h3 small{
display:inline-block;
font-size:14px;
color:#000;
margin:0 0 0 10px;
}
.cont h4{
background:url(../gazou/share/h4.png) no-repeat bottom left,url(../gazou/share/line5.png) no-repeat bottom left;
-webkit-background-size:auto,100% 4px;
background-size:auto,100% 4px;
padding:12px 8px 12px 56px;
font-size:18px;
color:#5C4330;
font-weight:bold;
margin:32px 0 16px;
}
.cont h4 a{
font-size:18px;
font-weight:bold;
color:#5C4330;
text-decoration:none;
}
.cont h4 small{
margin-left:12px;
display:inline-block;
font-size:12px;
}
.cont h5{
background:url(../gazou/share/h5.png) no-repeat bottom left;
padding:14px 8px 10px 50px;
font-size:16px;
color:#5C4330;
font-weight:bold;
margin:32px 0 16px;
border-bottom:2px solid #00A3BA;
}
.kijictg{
text-align:right;
}
.kijictg .ctgname{
background:#39C09E;
color:#fff;
font-size:16px;
font-weight:bold;
display:inline-block;
padding:0 20px 0 20px;
line-height:32px;
}



/* 新着・カテゴリサイドカラム
------------------------------- */
.CenterBox{
width:720px;
float:left;
padding:20px 0 0;
}
.RightBox{
width:220px;
float:right;
}
.RightBox.fixed{
position:fixed;
top:10px;
}
.cont .RightBox section{
margin:0 0 32px;
padding:0 0 40px;
position:relative;
}
.cont .RightBox h2{
height:60px;
text-indent:-9999px;
}
.cont .RightBox .s_news{
background:url(../gazou/share/btm_s_news.png) no-repeat bottom;
}
.cont .RightBox .s_ctg{
background:url(../gazou/share/btm_s_ctg.png) no-repeat bottom;
}
.cont .RightBox .s_news h2{
background:url(../gazou/share/tit_s_news.png) no-repeat bottom;
}
.cont .RightBox .s_ctg h2{
background:url(../gazou/share/tit_s_ctg.png) no-repeat bottom;
}
.cont .RightBox .s_news ul{
background:url(../gazou/share/bg_s_news.png) repeat-y;
}
.cont .RightBox .s_ctg ul{
background:url(../gazou/share/bg_s_ctg.png) repeat-y;
}
.cont .RightBox li{
padding:5px 6px 5px 16px;
}
.cont .RightBox li a{
display:block;
padding:4px 4px 4px 18px;
font-size:14px;
color:#000;
line-height:1.2;
text-decoration:none;
transition:.6s;
background:url(../gazou/share/arrow1.png) no-repeat left center;
}
.btn_index{
text-align:right;
width:720px;
}


/* パンくず
------------------------------- */
.path{
position:absolute;
top:140px;
left:50%;
width:1000px;
margin-left:-500px;
z-index:10;
text-align:right;
}
.path li{
display:inline;
padding:0 2px;
font-size:14px;
}
.path li a{
font-size:14px;
color:#000;
text-decoration:underline;
}
.path li:after{
content:">";
color:#666;
padding:0 4px;
}
.path li:last-child:after{
content:normal;
}
.path li:first-child:before{
content:url(../gazou/share/i_home.png);
display:inline-block;
margin:0 2px 0 0;
vertical-align:middle;
}

/* 記事本文
------------------------------- */

.cont .KijiArea{
padding:10px;
font-size:16px;
}
.cont article .KijiArea p{
margin:0 0 1em;
line-height:1.6;
}
.cont article .KijiArea ul,.CenterBox .KijiArea ul{
list-style:disc;
padding:0 0 0 2em;
}
.cont article .KijiArea ol,.CenterBox .KijiArea ol{
list-style:decimal;
padding:0 0 0 2em;
}
.cont .KijiArea img{
max-width:100%;
}
.cont .KijiArea{
clear:both;
zoom:1;
}
.KijiArea:after,.KijiArea:before{content:"";display:table;}
.KijiArea:after{clear:both;}

.PageNavi{
text-align:center;
padding:20px 0;
}
.ToDetail{
text-align:right;
}


/* メールフォーム設定
------------------------------- */
.formbody{
padding:10px 20px;
margin:0 30px;
}
.formbody dt{
width:180px;
float:left;
}
.formbody dd{
margin:0 0 20px 120px;
border-bottom:1px dotted #ccc;
padding:0 0 20px 10px;
min-height:20px;
}
.formbody dt.formhead{
background:rgba(130,218,202,.4) url(../gazou/share/line3.png) repeat-x bottom;
padding:12px 110px 12px 18px;
font-size:20px;
font-weight:bold;
color:#5C4330;
margin:48px 0 24px;
position:relative;
width:auto;
float:none;
}
.formbody dt.formcomment{
width:auto;
float:none;
margin:0 0 20px 180px;
}
.formbody dd.btnSubmit,.back{
text-align:center;
border:none;
padding:20px 0;
}
.formbody input,.formbody textarea,.formbody select{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", 
"Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.formbody input[type="submit"],.formbody input[type="button"],.back a{
display:inline-block;
padding:0.4em 1em;
cursor:pointer;
border-radius:6px;
border:none;
border:1px solid #ccc;
color:#fff;
text-decoration:none;
font-size:14px;
background:#0085B2;
}
.formbody input[type="submit"]:hover,.formbody input[type="button"]:hover{
background:#00A8DF;
}
.Alert{
text-align:center;
padding:20px 0;
}
.Certify{
text-align:center;
padding:20px 0;
}
.formthanks{
}


.tbl1{
border-collapse:collapse;
width:90%;
margin:0 0 16px 5%;
}
.tbl1 th{
background:#efefef;
padding:10px;
border:1px solid #ccc;
text-align:center;
}
.tbl1 td{
padding:10px;
border:1px solid #ccc;

}
input,textarea{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", 
"Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.tbl1 .full{
display:none;
}
.tbl1 .yoyaku0 .full{
display:block;
color:#f30;
}
.tbl1 .yoyaku0 input{
display:none;
}

/* 施設案内
------------------------------- */
#policy{
width:684px;
margin:25px auto 0;
position:relative;
}
#policy .po_left{
position:absolute;
top:-48px;
left:-186px;
}
#policy .po_right{
position:absolute;
top:-48px;
right:-182px;
}
#map{border:5px solid #FFC8E3;
width:900px;
margin:0 auto 20px;
}
.shisetsu{
border-collapse:collapse;
border:1px solid #ccc;
margin-bottom:16px;
width:550px;
}
.shisetsu th{
background:#ECEFE4;
padding:8px;
border:1px solid #ccc;
font-weight:bold;
width:100px;
}
.shisetsu  td{
padding:8px;
border:1px solid #ccc;
}

.hirao_img li{
display:inline-block;
padding:5px;
}


/* 年間行事
------------------------------- */
.event .main{
width:auto;
float:none;
}
.event .txt_event{
margin-top:-30px;
padding:0 0 10px;
text-align:center;
font-size:16px;
}
ul.month li{
padding-top:8px;
background:#fff;
width:318px;
float:left;
margin:10px 18px 20px 0px;
border:1px solid #73B9FF;
}
ul.month li:nth-child(3n){
margin-right:0px;
}
ul.month li:nth-child(3n+1){
clear:both;
}
#season_m h3{
background:none;
padding:0;
margin:0 0 0 10px;
text-align:left;
}
#season_m h3:before, #season_m h3:after{
content:none;
background:none;
}

ul.month li .img{
margin:0 0 10px;
height:187px;
overflow:hidden;
width:280px;
margin:10px auto;
position:relative;
}
ul.month li .img:before{
position:absolute;
top:0;
left:0;
content:url(../gazou/cont/waku.png);
z-index:20;
}

ul.month li .img img{
width:280px;
}


ul.month li .txt{
padding:0 18px 18px 38px;
font-size:14px;
line-height:1.3;
min-height:60px;
}


.event #monthly_event li{
background:url(../gazou/cont/i_clover.png) no-repeat 0 0;
background-size:28px auto;
margin:0 0 10px 30px;
padding:0 0 0 48px;
font-size:16px;
}

/* ギャラリー
------------------------------- */

.gallery h3 .date{
font-size:14px;
color:#333;
display:online-block;
margin:0 0 0 1em;
}
.index_gallery .catch{
font-size:16px;
color:#333;
text-align:center;
margin:0 0 60px;
}
.index_gallery ul:after{
content:"";
display:block;
clear:both;

}
.index_gallery li{
width:300px;
float:left;
margin-right:50px;
margin-bottom:60px;
font-size:16px;
color:#333;
text-align:center;
}
.index_gallery li:nth-child(3n){
margin-right:0;
}
.index_gallery li:nth-child(3n+1){
clear:both;
}
.index_gallery li .img{
margin:0 0 12px;
height:224px;
overflow:hidden;
display:block;
}
.index_gallery li .img img{
max-width:100%;
}
.index_gallery li .tit{
margin:0 0 12px;
line-height:1.2;
display:block;
}
.index_gallery li .btn1{
padding:8px 40px;
}
.index_gallery li .btn1:after{
content:normal;
}
.detail_gallery h3{
position:relative;
padding-left:70px;
}
.detail_gallery h3:before{
content:url(../gazou/share/h3.png);
position:absolute;
bottom:0;
left:10px;
z-index:20;
}
.detail_gallery .txt_gallery{
font-size:16px;
color:#333;
margin:0 16px 60px;
line-height:2;
}
.detail_gallery .txt_click{
text-align:right;
font-size:16px;
color:#333;
margin:0 0 20px;
}
.detail_gallery li{
width:300px;
float:left;
margin-right:50px;
margin-bottom:60px;
font-size:16px;
color:#333;
}
.detail_gallery li:nth-child(3n){
margin-right:0;
}
.detail_gallery li:nth-child(3n+1){
clear:both;
}
.detail_gallery li a{
display:block;
color:#333;
line-height:1.2;
}
.detail_gallery li .photo{
margin:0 0 12px;
height:224px;
overflow:hidden;
display:block;
}
.detail_gallery li .photo img{
max-width:100%;
}
.detail_gallery li .cap{
display:block;
}
.detail_gallery .btn{
text-align:center;
margin:0 0 60px;
}
.detail_gallery .btn .btn1{
padding:8px 40px;
}
.detail_gallery .btn .btn1:after{
content:normal;
}
.detail_gallery ul:after{
content:"";
display:block;
clear:both;
}

/* 子育て支援ルンルンキッズ
------------------------------- */
.runrun{
background:url(../gazou/cont/runrun.png) no-repeat;
}

/* 入園案内
------------------------------- */
.annai{
border-collapse:collapse;
border:1px solid #ccc;
margin:0 auto;
width:900px;
}
.annai th{
background:#FCE2E2 url(/gazou/cont/i_onpu.png) no-repeat 18px center;
padding:8px 0 8px 50px;
border:1px solid #ccc;
font-weight:bold;
width:200px;
white-space: nowrap;
}
.annai td{
padding:8px;
border:1px solid #ccc;
}

/* 保育理念
------------------------------- */

#hoiku_houshin{
margin-top:40px;
}
#hoiku_houshin:after{
content:"";
display:block;
clear:both;
}
#hoiku_houshin h3{
text-align:center;
font-size:32px;
font-weight:normal;
line-height:1;
background:0;
padding:60px 0 0;
margin:0 0 24px;
}
#hoiku_houshin h3:before{
content:normal;
}
#hoiku_houshin h3 img{
margin:0 0 32px;
}
#hoiku_houshin .txt_hoiku{
margin:0 0 100px;
text-align:center;
font-size:16px;
line-height:1.8;
}
#hoiku_houshin .txt_hoiku img{
margin:0 0 60px;
}
#hoiku_houshin dl{
width:302px;
float:left;
margin:0 35px 0 0;
padding:0 0 30px;
}
#hoiku_houshin dl .img{
margin:18px 0;
text-align:center;
}
#hoiku_houshin dl .txt{
font-size:14px;
padding:0 3px;
line-height:1.8;
}
#hoiku_houshin dl.houshin_3n{
margin:0;
}
#hoiku_houshin dd.houshin6{
padding-top:240px;
text-align:right;
}

/* 園の一日
------------------------------- */
.day #day0005{
display:none;
}