@charset "utf-8";

/* 募集要項
-------------------------------------------------- */

#select {
  width: 700px;
  text-align: left;
  margin: 30px auto 0 auto;
}
#select .inner {
  background: url(../img/bosyu_kensaku_fr_bg.png) repeat-y;
  margin: 0;
  padding: 0;
}
#select img {
  margin: 0;
  display: block;
}
#select dl {
  display: table;
  font-size: 1.6rem;
}
#select dt {
  display: table-cell;
  width: 165px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
#select dd {
  display: table-cell;
  width: 535px;
}
#select ul {
  width: 500px;
  overflow: hidden;
  margin: 10px 0 10px 20px;
}
#select li {
  float: left;
  width: 33.3333%;
  list-style: none;
  padding: 5px 0;
}
#select li label {
  cursor: pointer;
}
#select li label:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter:alpha(opacity=70);
}
#select li input[type=radio] {
  display: none;
}
#select li label {
  margin-right: 40px;
}
#select li input[type=radio] + .radio-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
#select li input[type=radio] + .radio-icon::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -12px;
  border: 1px solid #bd9173;
  border-radius: 20px;
  z-index: 50;
}
#select li input[type=radio]:checked + .radio-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  left: 5px;
  width: 12px;
  height: 12px;
  margin-top: -7px;
  background: #f00;
  border-radius: 14px;
  z-index: 50;
}

#result [class*="hidden-"] {display: none;
} /* 検索必須 */

/*#select label.selected {background-color: #fcc;
}*/ /* 選択中のラベルのスタイルを変更 */

#result {
  width: 880px;
  margin: 30px auto 0 auto;
  overflow: hidden;
}
.dn {
  display: none;
}
#result li {
  float: left;
  width: 400px;
  height: 68px;
  text-align: left;
  list-style: none;
  margin: 0 20px 10px 20px;
  margin-bottom: 10px;
}
#result li:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter:alpha(opacity=70);
}
#result li a {
  display: block;
/*  width: 400px;*/
  width: 332px;
  height: 68px;
  font-size: 2.0rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 64px;
  padding-left: 60px;
}
#result li.nishishinjuku {
  background: url(../img/bosyu_bt_bg_nishishinjuku.png) no-repeat;
}
#result li.nishishinjuku a {
  color: #a4c061;
}
#result li.minamishinagawa {
  background: url(../img/bosyu_bt_bg_minamishinagawa.png) no-repeat;
}
#result li.minamishinagawa a {
  color: #f39a49;
}
#result li.toyosu {
  background: url(../img/bosyu_bt_bg_toyosu.png) no-repeat;
}
#result li.toyosu a {
  color: #87b2e0;
}
#result li.minamisuna {
  background: url(../img/bosyu_bt_bg_minamisuna.png) no-repeat;
}
#result li.minamisuna a {
  color: #f3a2a5;
}
#result li.chibashinden {
  background: url(../img/bosyu_bt_bg_chibashinden.png) no-repeat;
}
#result li.chibashinden a {
  color: #4f79bc;
}
#result li.tsurumi {
  background: url(../img/bosyu_bt_bg_tsurumi.png) no-repeat;
}
#result li.tsurumi a {
  color: #ec6855;
}


/* 募集要項：各園
-------------------------------------------------- */
.page-nursery h1 {
  float: left;
  margin: 0 20px 0 0;
}
.page-nursery .titleArea {
  display: table;
  text-align: left;
  margin: 30px 0;
}
.page-nursery .titleArea div {
  display: table-cell;
  vertical-align: bottom;
}
.page-nursery .titleArea .title {
  /*width: 325px;*/
  width: 506px;
  overflow: hidden;
}
/*.page-nursery .titleArea .btn {
  width: 181px;
}*/
.page-nursery .titleArea .photo {
  width: 394px;
}

.page-nursery h2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  padding: 18px;
  margin-bottom: 14px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}

.page-nursery dl {
  width: 900px;
  text-align: left;
  overflow: hidden;
}
.page-nursery dt,
.page-nursery dd {
  float: left;
  padding: 16px 0;
}
.page-nursery dt {
  width: 225px;
  font-weight: bold;
}
.page-nursery dd {
  width: 675px;
}
@media screen and (max-width: 767px) {
  .page-nursery dt,
  .page-nursery dd {
    float: none;
    width: 100%;
  }
}
.page-nursery .ft {
  margin-top: 30px;
}

#jisseki dl {
  overflow: visible;
}
#jisseki dt{
  float: left;
  display:block;
  width: 225px;
  cursor:pointer;
}
#jisseki dd{
  float: left;
  display:none;
  width: 675px;
}
.page-nursery footer {
  width: 900px;
  margin: 0 auto;
}


/* 西新宿園 */
#nursery-nishishinjuku h2 {
  background-color:#b5da95;  
}
#nursery-nishishinjuku dl {
  border-bottom: 2px dotted #b5da95;
}
#nursery-nishishinjuku #jisseki dt{
  background: url(../img/bosyu_nishishinjuku_arrow_down.png) 190px 20px no-repeat;
}
#nursery-nishishinjuku #jisseki dt.active{
  background: url(../img/bosyu_nishishinjuku_arrow_up.png) 190px 20px no-repeat;
}
#nursery-nishishinjuku #page-top a {
  background:#65a52e;
}
#nursery-nishishinjuku .h_s dl.bg1 {
  background: url(../img/bosyu_nishishinjuku_bg_1.png) 96% 50% no-repeat;
}
#nursery-nishishinjuku .h_s dl.bg2 {
  background-image: url(../img/bosyu_nishishinjuku_bg_2.png), url(../img/bosyu_nishishinjuku_bg_3.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 5% 70%, 16% 70%;
}
#nursery-nishishinjuku .h_s dl.bg3 {
  background-image: url(../img/bosyu_nishishinjuku_bg_1.png), url(../img/bosyu_nishishinjuku_bg_4.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 87% 30%, right 80%;
}
#nursery-nishishinjuku .h_s dl.bg4 {
  background: url(../img/bosyu_nishishinjuku_bg_2.png) 16% 55% no-repeat; background-size: 30px;
}
#nursery-nishishinjuku .h_s dl.bg5 {
  background: url(../img/bosyu_nishishinjuku_bg_5.png) 1% bottom no-repeat;
}
#nursery-nishishinjuku .h_p dl.bg1 {
  background-image: url(../img/bosyu_nishishinjuku_bg_1.png), url(../img/bosyu_nishishinjuku_bg_2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: right 20%, 70% 35%;
  background-size: 34px 39px, 30px 36px;
}
#nursery-nishishinjuku .h_p dl.bg2 {
  background-image: url(../img/bosyu_nishishinjuku_bg_2.png);
  background-repeat: no-repeat;
  background-position: 10% 80%;
}
/*#nursery-nishishinjuku .h_p dl.bg2 {
  background-image: url(../img/bosyu_nishishinjuku_bg_2.png), url(../img/bosyu_nishishinjuku_bg_5.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 10% 80%, right 10px;
}*/
#nursery-nishishinjuku .h_p dl.bg3 {
  background: url(../img/bosyu_nishishinjuku_bg_3.png) 18% 10% no-repeat;
}
#nursery-nishishinjuku .h_p dl.bg4 {
  background: url(../img/bosyu_nishishinjuku_bg_4.png) right 50% no-repeat;
}
#nursery-nishishinjuku .h_p dl.bg5 {
  background: url(../img/bosyu_nishishinjuku_bg_1.png) right 30% no-repeat;
}
#nursery-nishishinjuku .e_s dl.bg1 {
  background: url(../img/bosyu_nishishinjuku_bg_1.png) 96% 50% no-repeat;
}
#nursery-nishishinjuku .e_s dl.bg2 {
  background-image: url(../img/bosyu_nishishinjuku_bg_2.png), url(../img/bosyu_nishishinjuku_bg_3.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 5% 70%, 16% 70%;
}
#nursery-nishishinjuku .e_s dl.bg3 {
  background: url(../img/bosyu_nishishinjuku_bg_1.png) 99% 70% no-repeat;
}
#nursery-nishishinjuku .e_s dl.bg4 {
  background: url(../img/bosyu_nishishinjuku_bg_2.png) 16% 55% no-repeat; background-size: 30px;
}
#nursery-nishishinjuku .e_s dl.bg5 {
  background-image: url(../img/bosyu_nishishinjuku_bg_5.png), url(../img/bosyu_nishishinjuku_bg_4.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 2% bottom, 99% 10%;
}

#nursery-nishishinjuku .e_p dl.bg1 {
  background: url(../img/bosyu_nishishinjuku_bg_1.png) 96% 50% no-repeat;
}
#nursery-nishishinjuku .e_p dl.bg2 {
  background-image: url(../img/bosyu_nishishinjuku_bg_2.png), url(../img/bosyu_nishishinjuku_bg_3.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 10% 10%, 19% 70%;
}
#nursery-nishishinjuku .e_p dl.bg3 {
  background: url(../img/bosyu_nishishinjuku_bg_1.png) 90% 70% no-repeat;
}
#nursery-nishishinjuku .e_p dl.bg4 {
  background: url(../img/bosyu_nishishinjuku_bg_2.png) 20% 50% no-repeat;
  background-size: 30px;
}
#nursery-nishishinjuku .e_p dl.bg5 {
  background: url(../img/bosyu_nishishinjuku_bg_4.png) 97% 88% no-repeat;
}

#nursery-nishishinjuku .h_p {
  position: relative;
  z-index: 10;
}
#nursery-nishishinjuku .h_p div.deco1 {
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 630px;
}



/* 南品川園 */
#nursery-minamishinagawa h2 {
  background-color:#f2a890;
}
#nursery-minamishinagawa dl {
  border-bottom: 2px dotted #f2a890;
}
#nursery-minamishinagawa #jisseki dt{
  background: url(../img/bosyu_minamishinagawa_arrow_down.png) 190px 20px no-repeat;
}
#nursery-minamishinagawa #jisseki dt.active{
  background: url(../img/bosyu_minamishinagawa_arrow_up.png) 190px 20px no-repeat;
}
#nursery-minamishinagawa #page-top a {
  background:#e94613;
}
#nursery-minamishinagawa .h_s dl.bg1 {
  background: url(../img/bosyu_minamishinagawa_bg_1.png) right 50% no-repeat;
}
#nursery-minamishinagawa .h_s dl.bg2 {
  background-image: url(../img/bosyu_minamishinagawa_bg_2.png), url(../img/bosyu_minamishinagawa_bg_3.png);
  background-repeat: no-repeat, no-repeat;
  background-position: right 10%, 3% 90%;
}
#nursery-minamishinagawa .h_p dl.bg1 {
  background-image: url(../img/bosyu_minamishinagawa_bg_1.png), url(../img/bosyu_minamishinagawa_bg_3.png);
  background-repeat: no-repeat, no-repeat;
  background-position: right 10%, 10% bottom;
}
#nursery-minamishinagawa .h_p dl.bg2 {
  background: url(../img/bosyu_minamishinagawa_bg_2.png) right 50% no-repeat;
  background-size: 18%;
}
#nursery-minamishinagawa .h_p dl.bg3 {
  background: url(../img/bosyu_minamishinagawa_ft.png) 0 50% no-repeat;
}
#nursery-minamishinagawa .e_s dl.bg1 {
  background: url(../img/bosyu_minamishinagawa_bg_1.png) right 50% no-repeat;
}
#nursery-minamishinagawa .e_s dl.bg2 {
  background-image: url(../img/bosyu_minamishinagawa_bg_2.png), url(../img/bosyu_minamishinagawa_bg_3.png);
  background-repeat: no-repeat, no-repeat;
  background-position: right 10%, 3% 95%;
}
#nursery-minamishinagawa .e_p dl.bg1 {
  background: url(../img/bosyu_minamishinagawa_bg_3.png) 10% bottom no-repeat;
}
#nursery-minamishinagawa .e_p dl.bg2 {
  background: url(../img/bosyu_minamishinagawa_bg_1.png) right 50% no-repeat;
}
#nursery-minamishinagawa .ft {
  text-align: left;
}


/* 南砂園 */
#nursery-minamisuna h2 {
  background-color:#dbbdb0;
}
#nursery-minamisuna dl {
  border-bottom: 2px dotted #dbbdb0;
}
#nursery-minamisuna #jisseki dt{
  background: url(../img/bosyu_minamisuna_arrow_down.png) 190px 20px no-repeat;
}
#nursery-minamisuna #jisseki dt.active{
  background: url(../img/bosyu_minamisuna_arrow_up.png) 190px 20px no-repeat;
}
#nursery-minamisuna #page-top a {
  background:#bc8168;
}
#nursery-minamisuna .h_s dl.bg1 {
  background: url(../img/bosyu_minamisuna_bg_1.png) 90% top no-repeat;
}
#nursery-minamisuna .h_s dl.bg2 {
  background: url(../img/bosyu_minamisuna_bg_2.png) 15% 50% no-repeat;
}
#nursery-minamisuna .h_p dl.bg1 {
  background: url(../img/bosyu_minamisuna_bg_3.png) 17% bottom no-repeat;
}
#nursery-minamisuna .h_p dl.bg2 {
  background-image: url(../img/bosyu_minamisuna_bg_4.png), url(../img/bosyu_minamisuna_bg_1.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 17% top, 94% top;
}
#nursery-minamisuna .e_s dl.bg1 {
  background: url(../img/bosyu_minamisuna_bg_3.png) 15% bottom no-repeat;
}
#nursery-minamisuna .e_s dl.bg2 {
  background: url(../img/bosyu_minamisuna_bg_4.png) 15% top no-repeat;
}
#nursery-minamisuna .e_s dl.bg3 {
  background: url(../img/bosyu_minamisuna_bg_1.png) 94% top no-repeat;
}

#nursery-minamisuna .e_p dl.bg1 {
  background: url(../img/bosyu_minamisuna_bg_3.png) 17% bottom no-repeat;
}
#nursery-minamisuna .e_p dl.bg2 {
  background-image: url(../img/bosyu_minamisuna_bg_4.png), url(../img/bosyu_minamisuna_bg_1.png);
}
#nursery-minamisuna .e_p dl.bg2 {
  background-repeat: no-repeat, no-repeat;
}
#nursery-minamisuna .e_p dl.bg2 {
  background-position: 17% top, 98% top;
}
#nursery-minamisuna .e_p dl.bg2 {
  background-size: 45px, 10%;
}

/* 千葉新田町園 */
#nursery-chibashinden h2 {
  background-color:#c5c6e8;
}
#nursery-chibashinden dl {
  border-bottom: 2px dotted #b4c8e6;
}
#nursery-chibashinden #jisseki dt{
  background: url(../img/bosyu_chibashinden_arrow_down.png) 190px 20px no-repeat;
}
#nursery-chibashinden #jisseki dt.active{
  background: url(../img/bosyu_chibashinden_arrow_up.png) 190px 20px no-repeat;
}
#nursery-chibashinden #page-top a {
  background:#1d2088;
}
#nursery-chibashinden .h_s dl.bg1 {
  background: url(../img/bosyu_chibashinden_bg_1.png) 80% 30% no-repeat;
}
#nursery-chibashinden .h_s dl.bg2 {
  background-image: url(../img/bosyu_chibashinden_bg_3.png), url(../img/bosyu_chibashinden_bg_2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 10% bottom, 94% 16%;
}
#nursery-chibashinden .h_p dl.bg1 {
  background: url(../img/bosyu_chibashinden_bg_1.png) 80% 30% no-repeat;
}
#nursery-chibashinden .h_p dl.bg2 {
  background: url(../img/bosyu_chibashinden_bg_2.png) 95% 20% no-repeat;
}
#nursery-chibashinden .h_p dl.bg3 {
  background: url(../img/bosyu_chibashinden_bg_3.png) 10% bottom no-repeat;
}
#nursery-chibashinden .e_s dl.bg1 {
  background-image: url(../img/bosyu_chibashinden_bg_1.png), url(../img/bosyu_chibashinden_bg_2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 10% 80%, 98% 50%;
}
#nursery-chibashinden .e_s dl.bg2 {
  background: url(../img/bosyu_chibashinden_bg_3.png) 10% bottom no-repeat;
}
#nursery-chibashinden .e_p dl.bg1 {
  background: url(../img/bosyu_chibashinden_bg_1.png) 6% 75% no-repeat;
}
#nursery-chibashinden .e_p dl.bg2 {
  background: url(../img/bosyu_chibashinden_bg_2.png) 97% 50% no-repeat;
}
/*#nursery-chibashinden .e_p {
  position: relative;
  z-index: 10;
}
#nursery-chibashinden .e_p div.kazari {
  position: absolute;
  z-index: 999;
}*/

#nursery-chibashinden .ft {
  text-align: left;
}

/* 鶴見園 */
#nursery-tsurumi h2 {
  background-color:#fba19b;
}
#nursery-tsurumi dl {
  border-bottom: 2px dotted #fba19b;
}
#nursery-tsurumi #jisseki dt{
  background: url(../img/bosyu_tsurumi_arrow_down.png) 190px 20px no-repeat;
}
#nursery-tsurumi #jisseki dt.active{
  background: url(../img/bosyu_tsurumi_arrow_up.png) 190px 20px no-repeat;
}
#nursery-tsurumi #page-top a {
  background:#e83428;
}
#nursery-tsurumi .h_s,
#nursery-tsurumi .h_p,
#nursery-tsurumi .e_s,
#nursery-tsurumi .e_p {
  position: relative;
  z-index: 10;
}
#nursery-tsurumi .h_s div.deco1 {
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 485px;
}
/*#nursery-tsurumi .h_s dl.bg1 {
  background: url(../img/bosyu_tsurumi_bg_1.png) 95% 10px no-repeat;
}*/
#nursery-tsurumi .h_s dl.bg2 {
  background: url(../img/bosyu_tsurumi_bg_2.png) 3% bottom no-repeat;
}
#nursery-tsurumi .h_p div.deco1 {
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 610px;
}
#nursery-tsurumi .h_p div.deco2 {
  position: absolute;
  z-index: 999;
  left: 100px;
  top: 460px;
}
/*#nursery-tsurumi .h_p dl.bg1 {
  background: url(../img/bosyu_tsurumi_bg_2.png) 8% 10px no-repeat; background-size: 70px;
}
#nursery-tsurumi .h_p dl.bg2 {
  background: url(../img/bosyu_tsurumi_bg_1.png) 95% 10px no-repeat;
}*/
#nursery-tsurumi .e_s div.deco1 {
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 640px;
}
/*#nursery-tsurumi .e_s dl.bg1 {
  background: url(../img/bosyu_tsurumi_bg_1.png) 95% 10px no-repeat;
}*/
#nursery-tsurumi .e_s dl.bg2 {
  background: url(../img/bosyu_tsurumi_bg_2.png) 5% bottom no-repeat;
}
#nursery-tsurumi .e_p div.deco1 {
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 610px;
}
#nursery-tsurumi .e_p div.deco2 {
  position: absolute;
  z-index: 999;
  left: 100px;
  top: 550px;
}

/*
#nursery-tsurumi .e_p dl.bg1 {
  background: url(../img/bosyu_tsurumi_bg_2.png) 15% bottom no-repeat; background-size: 60px;
}
#nursery-tsurumi .e_p dl.bg2 {
  background: url(../img/bosyu_tsurumi_bg_1.png) 95% 10px no-repeat;
}*/

#nursery-tsurumi .ft {
  text-align: left;
}



