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

  いずみ保育所 スタイル定義

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

/*
ヘッダー上書き
******************/
header 
{
	border-top-color: #FFC2AE;
}

header p.contact > a
{
	background-color: #FFDFBF;
}
header p.contact > a:hover
{
	background-color: #dcbc9c;
}

/*
ロゴ再定義
***********/
header h1 > span
{
	text-indent: -99999px;
	background: url(./images/logo.png) no-repeat left center;
	background-size: contain;
	display: block;
  width: 165px;
  height: 56px;
}


footer .logo > h1 > span
{
	text-indent: -99999px;
	background: url(./images/logo.png) no-repeat left center;
	background-size: contain;
	display: block;
	width: 205px;
	height: 66px;
}

/*
コンテンツエリア再定義
**********************/
#contents
{
	background-color: #EFF5FD;
}


/*
テーブル再定義
**************/
.content table.tbl01 th
{
	font-weight: normal;
	background: #fafafa;
	color: inherit;
}


/*
フッター 再定義
**************/
footer > .footer-nav
{
	border-top: 1px solid #ccc;
}

.footer-nav > ul.menu-list-b > li
{
	display: inline-block;
	margin-right: 2.5em;
}
.footer-nav > ul.menu-list-b > li:last-child
{
	margin-right: 0;
}

footer > .footer-lower
{
	background-color: #FFC2AE;
}
footer > .footer-lower .copyright
{
	position: static;
	text-align: center;
}

.phone-notice 
{
	margin-right: 1.2em;
	font-weight: bold;
}

footer .phone:before
{
	color: inherit;
	background-color: #ccc;
}


/*
セクション上書き
------------------------------------------------------------------------------*/
.content .section
{
	background-color: white;
	border: 1px solid #ddd;
	padding: 1.5em 1.5em .5em;

	overflow: hidden;
	border-radius: 7px;
	margin: 2em 0;
}
.content .section:first-child
{
	margin-top: 0;
}

/*
施設キャッチ
*******/

.section.section-caption
{
	padding: 2.5em 2.5em 1em;
}

.section-caption > h2
{
	margin-top: -1.5em;
}
.section-caption > h2 > span
{
	display: block;
	text-indent: -99999px;
	height: 56px;
	background: url(./images/img-title.png) no-repeat center center;
	background-size: cover;
}
.section-caption > p
{
	font-size: 90%;
}

/*
施設概要
*******/
.section-overview > h2
{
	background-color: #FFB399;
	margin: -1.5em -1.5em 1em;
	padding: 0 1.5em;
}

.section-overview > h2 > span
{
	display: inline-block;
	font-size: 150%;
	font-weight: bold;
	color: white;
	padding: 14px 0 12px 48px;
	background: url(../theme/images/icon-home-white-large.png) no-repeat left center;
	background-size: 36px;
	line-height: 1;
}

.section-overview > h3
{
	padding: 2em 0 2em 150px;
	background: url(./images/pic-02.jpg) no-repeat left center;
	background-size: 120px 81px;
	margin: 1.5em 0;
}

.section-overview > h3 > span,
.section-overview > h4 > span
{
	display: inline-block;
	font-size: 125%;
	border-left: 7px solid #FFC2AE;
	padding-left: .75em;
}

.section-overview > h4
{
	margin: 2em 0 1em;
}

.content .google-map
{
	margin-bottom: 1.5em;
}

.content .google-map > iframe
{
	margin-top: -150px;
}