﻿@charset "utf-8";

body {
  font-size: 12px;
}

/*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;
}

header h1 {
  padding-top: 5px;
  padding-bottom: 20px;
  text-align: center;
  position: static;
}

/*h1ロゴの設定*/
header h1 img {
  width: 50%;
  height: auto;
}

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

header .toiawase_button {
  height: 60px;
}

header .toiawase a {
  padding: 25px 33px 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 {
  font-size: 12px;
  float: left;
  width: 48%;
  margin: 0 0 5px 3px;
}

nav#menu ul li a {
  border-radius: 10px 10px 10px 10px;
  /*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
}

/*最初のメニューの設定*/
nav#menu ul li:first-child a {
  border-radius: 10px 10px 10px 10px;
}

/*最後のメニューの設定*/
nav#menu ul li:last-child a {
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 10px;
}

/*英語表記の設定*/
nav#menu ul li a span {
  display: none;
}

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

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

/*トップページのメイン画像。表示させたいなら、style-m.cssの同じ箇所のタグをコピペする。
---------------------------------------------------------------------------*/
#mainimg {
  height: auto;
  width: 100%;
}

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

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

#main h1 {
  margin-bottom: 5px;
}

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

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

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

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

dl {
  margin: 0 0px 0 0px;
  width: 100%;
}

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

/*サブコンテンツ　物件ボックス
---------------------------------------------------------------------------*/
#sub.subpage {
  margin-top: 30px;
  width: 90%;
  /*サブコンテンツ幅*/
  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 ul li a:hover {
  background-image: none;
}

#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;
}

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

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


/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td {
  width: auto;
  padding: 2px;
}

/*テーブル内の左側の見出し部分*/
.ta1 th {
  width: 100px;
  padding: 2px;
}

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

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

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

}

/*デイリープログラム
---------------------------------------------------------------------------*/
#day img {
  width: 80%;
  height: auto;
}

#day img.tori {
  width: 70%;
  height: auto;
}

.ta3 {
  width: 100%;
  margin: 0px 0 0 0px;
}

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

td.link {
  padding: 0px 3px;
}

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

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

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

#tayori img.kumi {
  width: 40%;
  height: auto;
}

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

.ta5 td.menu {
  width: 60px;
  padding-left: 0px;
}

#tayori img.kyushoku {
  display: none;
}

.cooking {
  display: block;
}

.cooking__table {
  width: 100%;
}

.cooking__howTo {
  display: block;
}

.cooking__howTo__txt {
  padding: 10px;
}

.cooking__howTo__pic {
  padding: 0 10px 10px 10px;
}

.tayori_img{
  width: 100%;
}

/*トピックス
---------------------------------------------------------------------------*/
.ta4 {
  width: 100%;
  margin: 0px 0 20px 0px;
}

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

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

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


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

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

.ta7 th {
  width: 100px;
}
