@charset "utf-8";
/*******************************************************************************

	スタイル定義

  ・スライダー
  ・トップページ
  ・サイトマップ

*******************************************************************************/

.inner.slider
{
	padding-top: 2em;
}

.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
{
	padding-top: 72px;
	background: url(./images/bg-info.png) repeat-x left top;
  background-size: 716px 1300px;
	font-size: 85%;
	border-bottom: 4px solid white;
}
.top-main-2
{
	background-color: white;
	padding: 1em 0;
}


/*------------------------------------------------------------------------------
  紹介部分
------------------------------------------------------------------------------*/
.content .doorplate
{
	float: right;
	width: 302px;
	background-color: white;
	border-radius: 10px;
}
.content .doorplate > .inner-frame
{
	padding: 11px;
}

.content .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 .doorplate .inner-frame
{
	border-top: 1px solid #DFE7FF;
}
.content .doorplate .inner-frame p
{
	margin: 0;
}

.content .doorplate .inner-frame p.contact
{
	margin-bottom: 4px;
	padding-bottom: 140px;
	background: url(./images/img-aoyama.jpg) no-repeat center bottom;
}
.content .doorplate .inner-frame p.contact > span
{
	display: block;
}
.content .doorplate .inner-frame p.contact > span.phone:before
{
	content: 'TEL:';
	margin-right: .5em;
}
.content .doorplate .inner-frame p.contact > span.fax:before
{
	content: 'FAX:';
	margin-right: .5em;
}

.content .doorplate .inner-frame p.to-google-map
{
	padding: .5em;
	text-align: center;
	background-color:#DFE7FF;
}
.content .doorplate .inner-frame p.to-google-map:hover
{
	background-color: #90B7D4;
	color: white;
}
.content .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 .doorplate .inner-frame p.to-youtube
{
	/*変化にかかる時間とタイミング、進行具合を指定*/
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.2s ease-in-out;
	margin-top: 12px;
}
 
/*オンマウス時に実行*/
.content .doorplate .inner-frame .to-youtube:hover {
	/*透明度具合を指定*/
	opacity: 0.5;  
	filter: alpha(opacity=50);  
}

/*------------------------------------------------------------------------------
  お知らせ部分
------------------------------------------------------------------------------*/
.content .body 
{
	margin-right: 324px;
	background-color: white;
	border-radius: 10px;
	
}
.content .body > .inner-frame
{
	padding: 11px;
}

.content .body > .inner-frame.info-title
{
	border-top: 5px solid #DFE7FF;
	border-bottom: 1px solid #DFE7FF;
	text-align: center;
	margin-bottom 1em;
}
.content .body > .inner-frame.info-title > .title
{
}

.content .body > .inner-frame.info-title > .title > span
{
	display: inline-block;
	padding: 16px 0 10px 140px;
	background: url(./images/str-info.png) no-repeat left center;
	line-height: 1;
}

.content .body > .inner-frame.info-body
{
	margin: 0 64px;
}
.content .body > .inner-frame.info-body > ul
{
	margin: 1em 0;
}
.content .body > .inner-frame.info-body > ul > li
{
	padding: .75em 0;
	border-bottom: 1px dotted #aaa;
	position: relative;
}
.content .body > .inner-frame.info-body > ul > li > span
{
	position: absolute;
	padding: 5px .5em;
	text-align: center;
}
.content .body > .inner-frame.info-body > ul > li > span.info-cat
{
	width: 80px;
	left: 0;
}
.content .body > .inner-frame.info-body > ul > li > span.info-cat.cat-info
{
	background-color: #ffdfbf;
}
.content .body > .inner-frame.info-body > ul > li > span.info-cat.cat-recruit
{
	background-color: #fbfadf;
}
.content .body > .inner-frame.info-body > ul > li > span.info-cat.cat-event
{
	background-color: #eff3ff;
}
.content .body > .inner-frame.info-body > ul > li > span.info-date
{
	left: 96px;
	width: 120px;
	white-space: nowrap;
}
.content .body > .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 .body > .inner-frame.info-body > ul > li > a.info-subject
{
	margin-left: 240px;
	display: inline-block;
	padding: 5px 0;
}
.content .body > .inner-frame.info-body > ul > li > a.info-subject.mark
{
	margin-right: 64px;
}
.content .body > .inner-frame.info-body > p
{
	text-align: center;
}
.content .body > .inner-frame.info-body > p > a
{
	display: inline-block;
	padding-left: 24px;
	background: url(../theme/images/icon-arrow-down-black.png) no-repeat left center;
	min-height: 9px;
	text-decoration: none;
	color: inherit;	
}
.content .body > .inner-frame.info-body > p > a:hover
{
	text-decoration: underline;
}

/*------------------------------------------------------------------------------
 保育園特長部分
------------------------------------------------------------------------------*/
.content.inner.introduce
{
	width: 980px;
}
.content.introduce > img
{
	float: left;
}

.content.introduce > .title
{
	padding-top: 60px;
	background: url(../theme/images/img-title-flags.png) no-repeat center top;
	margin-left: 330px;
}
.content.introduce > .title > img
{
	margin: 0 auto;
	display: block;
}
.content.introduce > ul
{
	text-align: center;
	margin: 2em 0;
}
.content.introduce > ul > li
{
	text-align: center;
	display: inline-block;
	width: 180px;
	border-radius: 50px;
	background-color: #f6f6f6;
	margin: 0 5px;
	border: 2px solid white;
}
.content.introduce > ul > li:hover
{
	border-color: #127DCE !important;
}
.content.introduce > ul > li > a
{
	display: block;
	padding: .75em;
	color: inherit;
	text-decoration: none;
	line-height: 1;
}
.content.introduce > ul > li > a > span,
.content.introduce > ul > li > a > small
{
	display: block;
	padding: .5em 0;
}
.content.introduce > ul > li > a > span
{
	border-bottom: 1px solid #333;
}
.content.introduce > ul > li > a > small
{
	font-size: 75%;
}


/*------------------------------------------------------------------------------
 ナビゲーションのトップ画面バージョン
------------------------------------------------------------------------------*/
#abouts
{
	background: url(./images/bar-parts.png) repeat-x top left;
	padding-top: 18px;
}
#abouts > div.abouts-inner
{
	background: url(./images/bar-parts.png) repeat-x bottom left;
	padding-bottom: 18px;
}

#abouts div.abouts-content
{
	background-color: #f6f6f6;
	margin: 3px 0;
}

#abouts ul
{
	text-align: center;
}

#abouts ul > li
{
	display: inline-block;
	width: 251px;
	margin: 0 40px;
	font-size: 80%;
}

#abouts ul > li > h2
{
	border-bottom: 1px solid #333;
}
#abouts ul > li > h2 > img
{
	display: block;
}
#abouts ul > li > p
{
	text-align: left;
}
#abouts ul > li > p a
{
	display: block;
}
#abouts ul > li > p a:hover
{
	opacity: .5;
}
#abouts ul > li > p a > img
{
	display: block;
	margin: 1em 0;
}


/*------------------------------------------------------------------------------
 サイトマップ
------------------------------------------------------------------------------*/
.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;
}
