﻿@charset "utf-8";

/*bodyの直接の子要素のh1タグ（ページ最上段にあるh1）設定
---------------------------------------------------------------------------*/
body>h1 {
  display: none;
}

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

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
  height: auto;
  position: static;
  text-align: center;
  height: 120px;
}

/*h1ロゴの設定*/
header h1 {
  padding-top: 5px;
  padding-bottom: 20px;
  text-align: center;
  position: static;
}

/*右上のメニュー*/
header .toiawase {
  top: 30px;
  width: 120px;
}

header .toiawase_button {
  height: 60px;
}

header .toiawase a {
  padding: 25px 20px 25px 15px;
  /*左から、上下、左右への余白*/
  background-image: url('../images/letter_m.png');
  background-repeat: no-repeat;
  background-position: right middle;
}

/*英語表記の設定*/
header span.eigo {
  display: none;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menu ul li {
  margin-right: 5px;
  margin-bottom: 5px;
  width: 32%;
}

/*3のメニューの設定*/
nav#menu ul li.twree {
  margin-right: 0px;
  width: 33%;
}

/*最後のメニューの設定*/
nav#menu ul li.last {
  width: 33%;
  margin-right: 0px;
  margin-bottom: 10px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
  width: auto;
}

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

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
  position: relative;
  height: auto;
  width: 100%;
  margin: 0px 0px 15px 0x;
}

#slide_image {
  height: auto;
  width: 98%;
  position: relative;
}

#slide_image2 {
  height: auto;
  width: 98%;
  position: absolute;
  left: 0px;
  top: 0px;
}

/*サブコンテンツ　---------------------------------------------------------------------------*/
#sub.subpage {
  margin-top: 30px;
  width: 80%;
  /*サブコンテンツ幅*/
  height: auto;
  padding-bottom: 30px;
  text-align: center;
}

#sub.subpage ul li {
  padding: 0px 10px 4px 0px;
  ;
  background-image: none;
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  /*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
  -webkit-box-shadow: 0px 2px 5px #bebebe;
  /*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
  box-shadow: 0px 2px 5px #bebebe;
  /*同上*/
  height: 50px;
  float: left;
  width: 40%;
}

#sub.subpage ul li.last {
  margin-left: 5px;
  padding: 0px 10px 4px 0;
  background-image: none;
  height: 50px;
}

#sub.subpage ul li a {
  text-align: center;
  padding: 3px 0px 22px 0px;
  /*（メニュー内の）*/
  padding-right: 0px;
  display: block;
  margin: 0 1px;
  ;
}

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

/*ボックス１個あたりの設定*/
#sub article.box1 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
}

/*subコンテンツ内のh1タグ設定*/
#sub h1 {
  background-position: center;
}

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

/*h1見出しタグ*/
#sub article.box1 h1 {
  text-align: right;
  width: 50%;
  float: left;

}

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

#sub article.box1 p.ensha {
  width: 40%;
  margin: -100px 0 0 80px;
  padding-left: 0px;
  display: block;
  text-align: left;
  float: right;
}

#sub article.box1 img {
  width: 150px;
  height: auto;
}

/*その他
---------------------------------------------------------------------------*/
/*写真の設定*/
#main img.wa {
  width: 100%;
  height: auto;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop img {
  width: 120px;
  height: auto;
}

/*年間行事
---------------------------------------------------------------------------*/
.ta2 {
  width: 100%;
  margin: 0px 5px 0 0px;
}

/*リンク
---------------------------------------------------------------------------*/
#link img {
  width: 100%;
  height: auto;
}

td.link {
  padding: 10px 10px;
}

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

/*画像レスポンシブ
---------------------------------------------------------------------------*/
img.res {
  width: 80%;
  height: auto;
}

/*デイリープログラム
---------------------------------------------------------------------------*/
.ta3 {
  width: 100%;
  margin: 0px 0 0 0px;
}

/*トピックス
---------------------------------------------------------------------------*/
.ta4 {
  width: 47%;
}

.ta4 img {
  width: 100%;
  height: auto;
}

/*おしらせ・園だより
---------------------------------------------------------------------------*/
.ta5 {
  width: 100%;
  margin: 0px 0 0 0px;
}

#tayori img.kumi,
#tayori img.kyushoku {
  width: 140px;
  height: auto;
}

@media screen and (max-width: 650px) {
  .cooking__howTo {
    display: block;
  }
}


/*配置図
---------------------------------------------------------------------------*/
.ta6 {
  width: 100%;
  margin: 0px 0 0px 0px;
}

.ta6 img {
  width: 100%;
  height: auto;
}

/*職員募集
---------------------------------------------------------------------------*/
.ta7 {
  width: 98%;
}

.ta7 th {
  width: 100px;
}
