@charset "utf-8";
/*******************************************************************************

	スタイル定義

  ・スライダー
  ・トップページ
  ・サイトマップ

*******************************************************************************/
.top-main .inner {
  width: 1180px !important;
}

#slider-container
{
	margin: 0;
	background-color: #f1e4ff;
	background: url(./images/mainImage-bg.jpg) repeat-x center center;

	border-bottom: 3px solid #e5ccff;
}
#main-slider-temp
{
	border-top: 1px solid transparent;
}
.inner.slider
{
	width: 1300px;
	height: 400px;
	padding: 0;
}
.inner.slider img
{
	display: block;
}
.inner.slider p.slider-caption
{
	text-align: center;
	margin-top: 145px;
  position: absolute;
  top: 0;
  width: 100%;
}
.inner.slider p.slider-caption > strong
{
	font-size: 200%;
	font-family: serif;
	text-shadow: 1px 1px 0 black;
	display: inline-block;
	color: white;
	padding: 10px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: .5em 1em;
	background-color: rgba(0,0,0,.35);
}


.bx-wrapper .bx-controls-direction a
{
  width: 44px;
  height: 44px;
  margin-top: -11px;
}
.bx-wrapper .bx-prev
{
  left: -22px;
  background: url(./images/slider-arrow-left.png) no-repeat center center;
}
.bx-wrapper .bx-next
{
  right: -22px;
  background: url(./images/slider-arrow-right.png) no-repeat center center;
}
.bx-wrapper .bx-next:hover,.bx-wrapper .bx-prev:hover
{
  background-position: center center;
}

/*------------------------------------------------------------------------------
 コンテンツ
------------------------------------------------------------------------------*/
.top-main
{

}
.top-main-2
{

}

.inner.content
{
	margin-bottom: 2.5em;
}


/*------------------------------------------------------------------------------
  当施設について
------------------------------------------------------------------------------*/
.section.section-about
{
	margin-top: 2em;
  margin-right: 300px;
}

/*
上書き
********/
.section.section-about .section-title > span:before
{
	background-image: url(../theme/images/icon-card.png);
}

.section.section-about .catch
{
	margin: 1em 0;
	text-align: center;
}

.section.section-about .catch.catch-title
{
	font-size: 140%;
  color: #000;
}

.section.section-about .catch.catch-description
{
	
}
.section.section-about ul.panels
{

}

.section.section-about ul.panels > li
{
	position: relative;
	float: left;
	width: 280px;
	overflow: hidden;
  margin-right: 17px;
	background-color: #eee;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	text-shadow: 1px 1px 0 black;
}
.section.section-about ul.panels > li:hover
{
	opacity: .5;
}
.section.section-about ul.panels > li > a.panel
{
	padding: 32px;
  height: 180px;
	color: inherit;
	text-align: center;
	display: block;
	outline: none;
	text-decoration: none;
}


.section.section-about ul.panels > li h3
{
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 40px;
	font-size: 125%;
}
.section.section-about ul.panels > li h3 > span
{
	display: block;
	padding: .5em 0;
  border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.section.section-about ul.panels > li p
{
	font-size: 80%;
	margin: 1em 2em;
}

.section.section-about ul.panels > li.facility
{
	background-image: url(./images/img-facility.jpg);
}
.section.section-about ul.panels > li.facility h3
{
	background-image: url(../theme/images/icon-home.png);
}

.section.section-about ul.panels > li.service
{
	background-image: url(./images/img-service.jpg);
}
.section.section-about ul.panels > li.service h3
{
	background-image: url(../theme/images/icon-heart.png);
}

.section.section-about ul.panels > li.movein
{
	background-image: url(./images/img-movin.jpg);
	margin-right: 0;
}
.section.section-about ul.panels > li.movein h3
{
	background-image: url(../theme/images/icon-clip.png);
}


/*------------------------------------------------------------------------------
  紹介部分
------------------------------------------------------------------------------*/
.content .section-doorplate
{
	float: right;
  margin-top: 74px;
}
.content .section-doorplate > .inner-frame
{
	padding: 11px;
}

.content .section-doorplate .title > span
{
	margin: 0 auto;
	width: 250px;
	border-top: 5px solid #DFE7FF;
	display: block;
	height: 47px;
	background: url(./images/title-aoyama.png) no-repeat center center;
	padding: .5em;	
	text-indent: -9999px;
}

.content .section-doorplate .inner-frame
{
	border-top: 1px solid #DFE7FF;
}
.content .section-doorplate .inner-frame p
{
	margin: 0;
}

.content .section-doorplate .inner-frame p.contact
{
	margin-bottom: 4px;
	padding-bottom: 140px;
	background: url(./images/img-aoyama.jpg) no-repeat center bottom;
}
.content .section-doorplate .inner-frame p.contact > span
{
	display: block;
}
.content .section-doorplate .inner-frame p.contact > span.phone:before
{
	content: 'TEL:';
	margin-right: .5em;
}
.content .section-doorplate .inner-frame p.contact > span.fax:before
{
	content: 'FAX:';
	margin-right: .5em;
}

.content .section-doorplate .inner-frame p.to-google-map
{
	padding: .5em;
	text-align: center;
	background-color:#DFE7FF;
}
.content .section-doorplate .inner-frame p.to-google-map:hover
{
	background-color: #90B7D4;
	color: white;
}
.content .section-doorplate .inner-frame p.to-google-map > a
{
	background:url(../theme/images/icon-map.png) no-repeat left center;
	padding-left: 20px;
	min-height: 16px;
	display: inline-block;
	text-decoration: none;
	color: inherit;
}


/*------------------------------------------------------------------------------
  お知らせ部分
------------------------------------------------------------------------------*/
.content .section-info
{
  margin-top: 100px!important;
	margin-right: 324px;
	background-color: white;
}


/*
タイトル 上書き
*****************/
.section-title.section-topics
{
	border-bottom-color: #ffcfbf;
}
.section-title.section-topics > span
{
	background-color: #ffcfbf;
}
.section-title.section-topics > span:before
{
	background-color: #ffb399;
	background-image: url(../theme/images/icon-check.png);
}


.content .section-info > .inner-frame
{
	padding: 11px 0 0;
}

.content .section-info > .inner-frame.info-body
{
	font-size: 80%;
}
.content .section-info > .inner-frame.info-body > ul
{
	margin: -1em 0 1em;
}
.content .section-info > .inner-frame.info-body > ul > li
{
	padding: .75em 0;
	border-bottom: 1px dotted #aaa;
	position: relative;
}
.content .section-info > .inner-frame.info-body > ul > li > span
{
	position: absolute;
	padding: 5px .5em;
	text-align: center;
}
.content .section-info > .inner-frame.info-body > ul > li > span.info-cat
{
	width: 80px;
	left: 0;
}
.content .section-info > .inner-frame.info-body > ul > li > span.info-cat.cat-info
{
	background-color: #ffdfbf;
}
.content .section-info > .inner-frame.info-body > ul > li > span.info-cat.cat-recruit
{
	background-color: #fbfadf;
}
.content .section-info > .inner-frame.info-body > ul > li > span.info-cat.cat-event
{
	background-color: #eff3ff;
}
.content .section-info > .inner-frame.info-body > ul > li > span.info-date
{
	left: 96px;
	width: 120px;
	white-space: nowrap;
}
.content .section-info > .inner-frame.info-body > ul > li > span.info-mark
{
	right: 0;
	width: 47px;
	background: url(../theme/images/icon-mark.png) no-repeat left center;
	padding: 5px 8px 5px 0;
	text-align: right;
	font-family: Times;
	font-weight: bold;
	font-size: 95%;
	color: white;
	min-height: 15px;
}
.content .section-info > .inner-frame.info-body > ul > li > a.info-subject
{
	margin-left: 240px;
	display: inline-block;
	padding: 5px 0;
	color: inherit;
	text-decoration: none;
}
.content .section-info > .inner-frame.info-body > ul > li > a.info-subject:hover
{
	text-decoration: underline;
}

.content .section-info > .inner-frame.info-body > ul > li > a.info-subject.mark
{
	margin-right: 64px;
}
.content .section-info > .inner-frame.info-body > p
{
	text-align: right;
}
.content .section-info > .inner-frame.info-body > p > a
{
	display: inline-block;
	min-height: 9px;
	text-decoration: none;
	color: inherit;	
}
.content .section-info > .inner-frame.info-body > p > a:before
{
	content: '＞ ';
}
.content .section-info > .inner-frame.info-body > p > a:hover
{
	text-decoration: underline;
}


/*******************************************************************************

 ここからサイトマップ (sitemap.html)

*******************************************************************************/
.content.sitemap .box-group
{
	padding-bottom: 3em;
	width: 80%;
	margin: 0 auto 3em;;
	padding: 2%;
	background-color: rgba(255,255,255,.8);
	border-radius: 10px;
}

.content.sitemap .box-group > .box
{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.content.sitemap .box-group > .box:last-child
{
	margin-right: 0;
}

.content.sitemap .box-group > .box > h3
{
	font-size: 125%;
	border-bottom: 1px solid #ccc;
	line-height: 1.25;
}
.content.sitemap .box-group > .box > h3.hoikuen > span
{
	background: url(../theme/images/icon-nursery.png) no-repeat left center;
	padding-left: 45px;
}
.content.sitemap .box-group > .box > h3.kanren-shisetsu > span
{
	background: url(../theme/images/icon-building.png) no-repeat left center;
	padding-left: 24px;
}

.content.sitemap .box-group > .box > h3 > span
{
	padding: 7px 0 0;
	display: block;
	color: black;
}
.content.sitemap .box-group > .box > h3 > span > small
{
	color: #555;
	font-size: 80%;
}

.content.sitemap .box-group > .box > ul
{
	margin: 1em 0;
}

.content.sitemap .box-group > .box > ul > li
{
	margin: .5em 0;
}
.content.sitemap .box-group > .box > ul > li > a
{
	text-decoration: none;
	color: inherit;
}
.content.sitemap .box-group > .box > ul > li:before
{
	content: '≫';
	color: #D1E08F;
	margin-right: 1em;
}
.content.sitemap .box-group > .box > ul > li > a:hover
{
	text-decoration: underline;
	color: black;
}
