@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
  color: #666;
  /*全体の文字色*/
  margin: 0px;
  padding: 0px;
  font: 13px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  /*文字サイズ・行間・フォント設定*/
  background: url(../images/bg_kazari.png) repeat-x right top, url(../images/bg.png);
  /*左からカンマで区切って背景画像を３つ指定*/
  overflow: scroll;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style-type: none;
}

img {
  border: none;
}

input,
textarea,
select {
  font-size: 1em;
}

form {
  margin: 0px;
}

table {
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  color: #FF69B4;
  /*リンクテキストの色*/
}

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

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
  width: 985px;
  /*コンテナー幅*/
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
  height: 120px;
  /*ブロックの高さ*/
  width: 100%;
  /*ブロックの幅*/
  position: relative;
}

/*h1ロゴの設定*/
header h1 {
  position: absolute;
  left: 0px;
  /*ヘッダーブロックに対して左から0pxの位置に配置*/
  top: 15px;
  /*ヘッダーブロックに対して上から35pxの位置に配置*/
}

/*右上のメニュー*/
header .toiawase {
  position: absolute;
  right: 0px;
  /*ヘッダーブロックに対して右から20pxの位置に配置*/
  top: 36px;
  /*ヘッダーブロックに対して上から15pxの位置に配置*/
  text-align: center;
}

header .toiawase_button {
  width: 120px;
  float: right;
}

header .toiawase a {
  padding: 30px 30px 40px 10px;
  /*左から、上下、左右への余白*/
  line-height: 1.2;
  /*行間*/
  color: #8c6239;
  font-weight: bold;
  text-decoration: none;
  background-image: url('../images/letter.png');
  background-repeat: no-repeat;
  background-position: right middle;
}

header .toiawase a:hover {
  color: #FFB6C1;
}

/*英語表記の設定*/
header span.eigo {
  padding: 0px 30px 30px 10px;
  /*左から、上下、左右への余白*/
  font-size: 9px;
  /*文字サイズ*/
  display: block;
  font-weight: normal;
  /*文字を太字でなく標準にする設定*/
  letter-spacing: 0.2em;
  /*文字間隔を少しあける設定*/

}


/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
  position: relative;
  height: 353px;
  width: 965px;
  margin-bottom: 10px;
}

#mainimg img {
  vertical-align: bottom;
}

#mainimg .slide_file {
  display: none;
}

#slide_image {
  z-Index: 2;
  position: absolute;
  left: 0px;
  top: 0px;
}

#slide_image2 {
  z-Index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menu {
  margin-left: 10px;
}

nav#menu ul li {
  float: left;
  line-height: 1.6;
  margin-right: 5px;
  margin-bottom: 20px;
  width: 156px;
}

nav#menu ul li.last {
  margin-right: 0px;
}

nav#menu ul li a {
  color: #FFF;
  /*文字色*/
  padding: 10px 0px 10px 0;
  /*左から、上下、左右への余白。（メニュー内の）*/
  text-decoration: none;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s;
  /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
  transition: 0.5s;
  /*同上*/
  background-image: url('../images/nav.png');
  font-weight: bold;
  /*文字を太字にする設定*/
  border-radius: 10px 10px 10px 10px;
  /*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
  -webkit-box-shadow: 0px 2px 5px #bebebe;
  /*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
  box-shadow: 0px 2px 5px #bebebe;
  /*同上*/
}

/*マウスオン時の設定*/
nav#menu ul li a:hover {
  color: #8c6239;
  /*文字色*/
  background-image: url('../images/nav_on.png');
}

/*英語表記の設定*/
nav#menu ul li a span {
  font-size: 9px;
  /*文字サイズ*/
  display: block;
  font-weight: normal;
  /*文字を太字でなく標準にする設定*/
  letter-spacing: 0.2em;
  /*文字間隔を少しあける設定*/
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
  clear: left;
  width: 965px;
  background-image: url('../images/nav_on.png');
  background-repeat: repeat;
  padding: 10px 10px 0px;
  /*コンテンツ内の余白。左から、上、左右、下。*/
  border-radius: 10px 10px 10px 10px;
  /*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
  -webkit-box-shadow: 0px 2px 5px #bebebe;
  /*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
  box-shadow: 0px 2px 5px #bebebe;
  /*同上*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
  float: left;
  /*左側に回り込み*/
  width: 700px;
  /*メインコンテンツ幅*/
  padding-bottom: 30px;
  min-height: 130px;
}

/*mainコンテンツのsectionとarticleの直接の子要素のh1タグの設定*/
#main section>h1,
#main article>h1 {
  margin-top: 10px;
  background-image: url('../images/bg_h3.png');
  background-repeat: no-repeat;
  background-position: left;
  font-size: 100%;
  color: #666;
  /*文字色*/
  padding: 13px 10px 5px 33px;
  /*左から、上、右、下、左側への余白*/
  clear: both;
  height: 40px;
}

#main h1 img {
  vertical-align: middle;
}

#main h2 {
  margin: 10px 10px 0 10px;
  background-image: url('../images/h2.png');
  background-repeat: no-repeat;
  background-position: left;
  font-size: 100%;
  padding: 3px 0 0 20px;
}

#main p {
  margin: 0 20px 0 20px;
}

#main ul {
  margin: 0 10px 0 10px;
}

#main ul li {
  margin: 0 10px 0 10px;
  list-style-type: none;
  background-image: url('../images/p_le.png');
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0px 0px 0px 20px;
}

#main ul.leaf {
  margin: 10px 10px 0 10px;
}

#main ul.leaf li {
  margin: 0px 10px 3px 10px;
  list-style-type: none;
  background-image: url('../images/p_le.png');
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0px 0 0px 20px;
  text-align: left;
}

#main ul.star li {
  margin: 0 10px 3px 7px;
  list-style-type: none;
  background-image: url('../images/p_st.png');
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0px 0 0px 23px;
  text-align: left;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
  float: right;
  /*右側に回り込み*/
  width: 240px;
  /*サブコンテンツ幅*/
  padding-bottom: 0px;
  margin-top: 20px;
}

#sub.subpage {
  height: 140px;
}

#sub.subpage ul li {
  padding: 8px 0 0 30px;
  ;
  background-image: url('../images/sinfo_line.png');
  background-repeat: no-repeat;
  background-position: top;
  height: 70px;
}

#sub.subpage ul li.last {
  padding: 8px 0 0 30px;
  ;
  background-image: url('../images/sinfo_last.png');
  background-repeat: no-repeat;
  background-position: top;
  height: 90px;
}

/*subコンテンツ内のh1タグ設定*/
#sub h1 {
  border-radius: 6px 6px 0 0;
  /*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
  font-size: 100%;
  text-align: center;
  /*文字をセンタリング*/
  padding: 5px 0px;
  /*左から、上下、左右への余白*/
  color: #FFF;
  /*文字色*/
  height: 60px;
}

#sub h1 img {
  padding: 18px 0 0 0px;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul {
  margin-bottom: 1em;
}

/*メニュー１個ごとの設定*/
#sub ul li a {
  margin: 0px 0 0px 0;
  line-height: 150%;
  padding: 10px 10px 22px 40px;
  /*左から、上下、左右への余白。（メニュー内の）*/
  text-decoration: none;
  display: block;
  text-align: left;
  color: #8c6239;
  /*文字色*/
  font-weight: bold;
}

img.sub1 {
  position: relative;
  top: 10px;
  padding: 0px 5px 0 0;
}

/*マウスオン時の設定*/
#sub ul li a:hover {
  color: #FFB6C1;
  background-image: url('../images/sbg.png');
  background-repeat: no-repeat;
  background-position: left top;
}

/*サブコンテンツ　園情報
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub article.box1 {
  font-size: 12px;
  /*文字サイズ*/
  width: 238px;
  /*ボックスの幅*/
  /*同上*/
  border-bottom: 0px solid #fff;
  /*下の線の幅、線種、色*/
  border-right: 0px solid #fff;
  /*右の線の幅、線種、色*/
  border-left: 0px solid #fff;
  /*左の線の幅、線種、色*/
  line-height: 1.6;
  /*行間*/
  position: relative;
  overflow: hidden;
}

#sub article.box1 a {
  padding: 5px;
  /*ボックス内の余白*/
  text-decoration: none;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.5s;
  /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
  transition: 0.5s;
  /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}

/*h1見出しタグ*/
#sub article.box1 h1 {
  color: #666;
  /*文字色*/
  letter-spacing: 1px;
  /*文字間隔を少しあける設定*/
  margin-left: 0px;
  /*左の画像とバランスをとって設定する*/
  text-align: left;
  padding: 0 10px 0 10px;
  background: none;
  height: 23px;
}

/*p段落タグ*/
#sub article.box1 p {
  text-align: left;
  margin-left: 0px;
  /*左の画像とバランスをとって設定する*/
  padding: 0 10px 5px 10px;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

footer .pr {
  display: block;
  font-size: 80%;
}

footer a {
  text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
  width: 93%;
  margin: 20px 0 0 20px;
}

.ta1,
.ta1 td,
.ta1 th {
  border: 1px dotted #BC8F8F;
  /*テーブルの枠線の幅、線種、色*/
}

/*テーブル内の左側の見出し部分*/
.ta1 th {
  width: 100px;
  padding: 5px 20px;
  text-align: center;
  background-color: #FFF5EE;
  /*背景色*/
}

/*テーブル内の右側*/
.ta1 td {
  width: auto;
  padding: 0 10px;
  background-color: #FFFAF0;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
  clear: both;
  text-align: right;
  margin: 0 0 10px 5px;
}

#pagetop a {
  display: inline-block;
}

/*その他
---------------------------------------------------------------------------*/
.look {
  background: #dcdcdc;
}

.mb1em {
  margin-bottom: 1em;
}

.clear {
  clear: both;
}

ul.disc {
  padding: 0em 25px 1em;
  list-style: disc;
}

.color1 {
  color: #719a14;
}

.pr {
  font-size: 10px;
}

.btn {
  font-size: 13px;
}

.wl {
  width: 96%;
}

.ws {
  width: 50%;
}

.c {
  text-align: center;
}

figcaption {
  font-size: 11px;
}

.sortbox {
  text-align: right;
  margin-bottom: 1em;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
  background: #e5e5e5;
}

.big1 {
  font-size: 130%;
}

hr {
  border: 0;
  height: 10px;
}

/*iframe　レスポンシブ
---------------------------------------------------------------------------*/
div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
  width: 100% !important;
}

/*dl
---------------------------------------------------------------------------*/
dl {
  margin: 20px 20px 0px 20px;
  width: 93%;
}

dt.tei {
  width: 105px;
}

dt {
  float: left;
  clear: both;
  width: auto;
  border-bottom: 1px;
  border-bottom-style: none;
  border-bottom-color: #9370DB;
  font-weight: bold;
  color: #9370DB;
  padding: 5px 20px 5px 0px;
  text-align: center;
}

dd {
  color: #9370DB;
  width: auto;
  border-bottom: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #BC8F8F;
  padding: 5px;
}

/*トップページ募集要項
---------------------------------------------------------------------------*/
#r4_recruiting {
  width: 100%;
  border-radius: 15px;
  background-color: #fbdce1;
}

#r4_recruiting h1 {
  margin: 20px 0 10px 25px;
  padding-top: 10px;
  font-size: 120%;
  color: #E75685;
  /*文字色*/
}

#r4_recruiting p {
  padding: 0 20px 20px 20px;
}

/*年間行事
---------------------------------------------------------------------------*/
.ta2 {
  width: 100%;
  margin: 0px 5px 0 5px;
  display: inline-table;
  border-radius: 10px 10px 10px 10px;
  /*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
  background-color: #FFF5EE;
}

.ta2,
.ta2 td,
.ta2 th {
  border: 0px;
  /*テーブルの枠線の幅、線種、色*/
  color: #A0522D;
}

.ta2 tr {
  padding: 0px 0px 0px 0px;
}

.ta2 th {
  text-align: left;
  padding: 15px 5px 0 0;

}

.ta2 th.line {
  padding: 0px 0 0px 0;
  height: 2px;
  text-align: center;
}

hr.s-three {
  border: 0;
  border-bottom: 0px;
  background-image: url('../images/line_dot.png');
  background-repeat: repeat-x;
  height: 1px;
  width: 95%;
}

.ta2 td {
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 0px;
}

.ta2 th.month {
  width: 80px;
  text-align: center;
}

.ta2 th.hogosha,
td.hogosha {
  color: #f26d7d;
}

.ta2 th.kodomo,
td.kodomo {
  color: #8dc63f;
}

.ta2 th.sonota,
td.sonota {
  color: #00aeef;
}


/*デイリープログラム
---------------------------------------------------------------------------*/
#day {
  text-align: left;
}

#day img {}

.ta3 {
  width: 100%;
  margin: 0px 5px 0 5px;
  display: inline-table;
  border-radius: 10px 10px 10px 10px;
  /*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
  background-color: #FFF5EE;
}

.ta3,
.ta3 td,
.ta3 th {
  border: 0px dotted #ffffff;
  /*テーブルの枠線の幅、線種、色*/
  color: #A0522D;
}

.ta3 th {
  padding: 10px 0 0 0;
  text-align: center;
}

.ta3 td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 0 0px 0;
}

.ta3 td.line {
  vertical-align: middle;
  height: 5px;
  padding: 0 0;
}

/*おしらせ・園だより
---------------------------------------------------------------------------*/
p.pdf {
  margin: 0 20px 0 20px;
  line-height: 250%;
}

p.pdf img {
  margin: 0 5px -3px 0;
}

.ta5 {
  width: 100%;
  margin: 0px 5px 0 5px;
  display: inline-table;
  border-radius: 10px 10px 10px 10px;
  /*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
  background-color: #FFF5EE;
  line-height: 150%;
}

.ta5,
.ta5 td,
.ta5 th {
  border: 0px dotted #ffffff;
  /*テーブルの枠線の幅、線種、色*/
  color: #A0522D;
}

.ta5 td,
.ta5 th {
  border-right: 1px dotted #BC8F8F;
  /*テーブルの枠線の幅、線種、色*/
}

.ta5 td.last {
  border-right: 0px dotted #BC8F8F;
  /*テーブルの枠線の幅、線種、色*/
}

.ta5 tr {
  border-bottom: 1px dotted #BC8F8F;
  /*テーブルの枠線の幅、線種、色*/
}

.ta5 tr.last {
  border-bottom: 0px dotted #BC8F8F;
  /*テーブルの枠線の幅、線種、色*/
}

.ta5 th {
  padding: 3px 0 3px 0;
  text-align: center;
}

.ta5 th.kongetu {
  width: 100px;
  padding: 3px 3px 3px 0px;
  text-align: right;
}

.ta5 td {
  text-align: center;
  vertical-align: middle;
  padding: 3px 0 3px 0;
}

.ta5 td.zen {
  background-color: #FFFAF0;
}

.ta5 td.line {
  vertical-align: middle;
  height: 5px;
  padding: 0 0;
}

.ta5 th.choumi {
  width: 100px;
  padding: 3px 3px 3px 3px;
  text-align: center;
  font-weight: normal;
}

.ta5 td.menu {
  padding-left: 5px;
  text-align: center;
}

.cooking {
  display: flex;
}

.cooking__table {
  width: 420px;
}

.cooking__howTo {
  display: flex;
}

.cooking__howTo__txt {
  padding: 10px;
}

.cooking__howTo__pic {
  padding: 10px;
}

#tayori p {
  margin: 5px 20px 0px 20px;

}

#tayori p.kumi {
  margin: 5px 20px 0px 20px;
}

#tayori img.kumi {
  float: right;
  padding-top: 5px;
  padding-left: 10px;
}

#tayori img.kyushoku {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 23px;
}


/*お問い合せ
---------------------------------------------------------------------------*/
span.tf {
  font-size: 150%;
  font-weight: bold;
}

/*トピックス
---------------------------------------------------------------------------*/
#topics_wrap{
  display: flex;
  width: auto;
  flex-wrap: wrap;
  align-items: flex-start;
}

.ta4 {
  width: 45%;
  margin: 0px 0 20px 10px;
  border-radius: 10px 10px 10px 10px;
  /*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
  background-color: #ffffff;
}

.ta4 td {
  padding: 10px 10px;
  text-align: center;
}

.ta4 td.line {
  padding: 0px 0 0px 0;
  height: 2px;

}

/*配置図
---------------------------------------------------------------------------*/
.ta6 {
  width: 100%;
  margin: 0px 0 0px 10px;
  display: inline-table;
  border-radius: 10px 10px 10px 10px;
  /*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
  background-color: #ffffff;
  text-align: center;
}

.ta6 img {
  width: 561px;
  height: auto;
}

/*職員募集
---------------------------------------------------------------------------*/
h3 {
  margin: 10px 10px 0 10px;
  background-image: url('../images/h3_green.png');
  background-repeat: no-repeat;
  background-position: left;
  font-size: 110%;
  padding: 3px 0 0 40px;
  text-align: left;
  color: #609624;
}

.ta7 {
  width: 100%;
  margin: 8px 5px 0 5px;
  display: inline-table;
  border-radius: 10px 10px 10px 10px;
  /*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
  background-color: #FFF5EE;
  line-height: 150%;
  color: #A0522D;
}

.ta7 tr {
  border-bottom: 1px dotted #BC8F8F;
  /*テーブルの枠線の幅、線種、色*/
}

.ta7 th {
  padding: 8px 0;
  width: 150px;
  text-align: center;
  border-right: 1px dotted #BC8F8F;
}

.ta7 td {
  text-align: left;
  vertical-align: middle;
  padding: 8px 0 8px 20px;
  border-bottom: 0px dotted #BC8F8F;
}

.ta7 td.zen {
  background-color: #FFFAF0;
}

.ta7 tr.last {
  border-bottom: 0px dotted #BC8F8F;
  /*テーブルの枠線の幅、線種、色*/
}

.recruit_toiawase {
  padding: 10px 30px;
  color: #9370DB;
}

.recruit_line {
  border-bottom: 1px dotted #BC8F8F;
}
