@charset "utf-8";
/* ================================================ CSS Information
 File Name:      layout-tokuyou.css
 Last updated:   2016/1/7
 Style Info:    レイアウト定義
 Notes:          特養みずき
================================================================ */

h1, h2, h3, h4, h5, h6
	        { line-height: 1.6; margin-top:0; margin-bottom: 1em; font-size:1.8rem; }
p	        { margin-top:0; margin-bottom: 1em; }
ul, ol	    { margin-top:0; margin-bottom: 1em; }
dl	        { margin-top:0; margin-bottom: 1em; }
dt	        { font-weight: bold; }
dd	        { margin-bottom: .5em; margin-left:0;}
strong	    { font-weight: bold; }
cite,
em          { font-style:normal; font-weight:bold; }
i	        { font-style: italic; }
address	    { margin-top:0; margin-bottom:1.8em; }
ins	        { background: #fff9c0; text-decoration: none; }

a { outline:none;}
a:link,
a:visited   { color: #3d210b; text-decoration: underline;}
a:not(.none):hover,
a:not(.none):active {
	opacity: .8;
	color: #3d210b;
	text-decoration: none;
}

table {
	width: 100%;
	margin: 0 0 1.5em;
	}
	table th,
	table td {
		padding: 5px;
		border: 1px dotted #666;
		border-width: 0 0 1px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		font-weight: normal;
		text-align: left;
	}
	tbody th { vertical-align: top; }


html { font-size: 62.5%; }
body {
	min-width: 1000px;
	margin: 0;
	background: #fff;
	color: #3d210b;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	-webkit-text-size-adjust: 100%; /* iPhone */
}

#base {
	position: relative;
	min-width: 1000px;
}

/* ヘッダー
   ------------------------------------------------ */

#siteHeader {
	width: 100%;
	height: 136px;
	border-top: 7px solid #3d210b;
	background: #ffb474;
	}
	
	.hd-wrap {
		position: relative;
		width: 1020px;
		height: 136px;
		overflow: hidden;
		margin: 0 auto;
		}
		.hd-logo {
			float: left;
			width: 270px;
			margin: 0;
			padding: 30px 0 0 13px;
		}
		.hd-right {
			position: relative;
			float: right;
			width: 712px;
			}
			
			/* メニュー */
			.hd-nav {
				letter-spacing: -.4em;
			}
			.hd-nav li {
				display: inline-block;
				background: #fff;
				letter-spacing: normal;
				}
				.hd-nav li:not(:first-child) {
					margin-left: 2px;
				}

/* End / #siteHeader */


/* サイトボディ
   ------------------------------------------------ */

#siteBody {
	line-height: 2.125;
	margin: 0;
	}
	#siteBody:after {
		display: block;
		clear: both;
		width: 100%;
		min-width: 100px;
		height: 150px;
		background: url(../img/shared/box-under_img02.png) no-repeat center bottom;
		text-align: center;
		content: '';
	}
#siteBody02 {
	line-height: 2.125;
	margin: 0;
	}
	
	/* メイン＋サイドバー構成 */
	.grid2columns {
		min-height: 300px;
		}
		.grid2columns .main {
			float: right;
			width: 730px;
		}
		.grid2columns .sidebar {
			float: left;
			width: 225px;
		}

/* End / #siteBody */

/* 地図 */
#map-canvas {
	width: 492px;
	height: 350px;
	margin: 0 0 80px;
	float: right;
}

/* ページトップへ戻る
------------------------------------------------------ */
#btn-pagetop {
	clear: both;
	min-width: 1000px;
	}
	#btn-pagetop a {
		display: block;
		position: fixed;
		z-index: 100;
		bottom: 40px;
		right: 40px;
		width: 90px;
		height: 90px;
	}



/* コンテンツ紹介 */
	.feature {
	overflow: hidden;
	margin: 0 0 45px;
		}
		.feature ul {
	display: table;
	width: 1020px;
	margin: 0 auto;
	table-layout: fixed;
			}
			.feature li {
	display: table-cell;
	width: 25%;
	border-right: 1px solid #b2b2b2;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 0 0;
	height: 150px;
				}
.feature .ul-reset .none {
	border: none;
}
				.home-intro .feature li:last-child { border-right: none; }
			
			.feature .menu-inner {
	position: relative;
	width: 100%;
	line-height: 1.7;
	padding: 0 5px 0;
	box-sizing: border-box;
			}
			.feature .menu-label {
				display: inline-block;
				background: #fff;
				text-align: center;
				text-decoration: none;
				}
				/* icon font */
				.feature .menu-label:before {
					display: inline-block;
					position: absolute;
					padding: 25px 0 0;
					top: 0;
					left: 0;
					right: 0;
					z-index: 50;
					width: 3em;
					height: 3em;
					line-height: 1.05;
					overflow: hidden;
					-webkit-transition: color .2s;
					   -moz-transition: color .2s;
							transition: color .2s;
					margin: 0 auto;
					border-radius: 50%;
					color: #fff;
					font-size: 50px;
					font-weight: normal;
				}
				.feature .menu-label:after {
					display: block;
					position: absolute;
					top: 2px;
					left: 0;
					right: 0;
					z-index: 40;
					-webkit-transition: -webkit-transform .2s, opacity .3s;
					   -moz-transition: -moz-transform .2s, opacity .3s;
							transition: transform .2s, opacity .3s;
					width: 1em;
					height: 1em;
					margin: 0 auto;
					border-radius: 50%;
					background: #EB711E;
					font-size: 103px;
					content: '';
				}
				
				.feature .menu-label span {
					display: block;
					padding: 7em 0 20px;
				}
				.feature .menu-label span:before {
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					z-index: 60;
					width: 6.6em;
					height: 6.6em;
					opacity: 0;
					-webkit-transition: opacity .2s;
					   -moz-transition: opacity .2s;
							transition: opacity .2s;
					margin: 0 auto;
					border-radius: 50%;
					border: 3px solid #EB711E;
					box-sizing: border-box;
					content: '';
				}
				/* hover */
				.feature .menu-label:hover {
					opacity: 1;
				}
				.feature .menu-label:hover:before {
					color: #EB711E;
				}
				.feature .menu-label:hover:after {
					opacity: 0;
					-webkit-transform: scale( 1.3 );
						 -o-transform: scale( 1.3 );
							transform: scale( 1.3 );
				}
				.feature .menu-label:hover span:before {
					opacity: 1;
				}
				
				/* End / .menu-label */
	
	/* End / .feature */
	
		.feature02 {
	overflow: hidden;
	margin: 0 0 45px;
		}
		.feature02 ul {
	display: table;
	width: 1020px;
	margin: 0 auto;
	table-layout: fixed;
			}
			.feature02 li {
	display: table-cell;
	width: 25%;
	border-right: 1px solid #b2b2b2;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 0 0;
	height: 150px;
				}
				.home-intro .feature02 li:last-child { border-right: none; }
	.feature02 .menu-label-01 {
				display: inline-block;
				background: #fff;
				text-align: center;
				text-decoration: none;
				}
				/* icon font */
				.feature02 .menu-label-01:before {
					display: inline-block;
					position: absolute;
					padding: 25px 0 0;
					top: 0;
					left: 0;
					right: 0;
					z-index: 50;
					width: 3em;
					height: 3em;
					line-height: 1.05;
					overflow: hidden;
					-webkit-transition: color .2s;
					   -moz-transition: color .2s;
							transition: color .2s;
					margin: 0 auto;
					border-radius: 50%;
					color: #fff;
					font-size: 60px;
					font-weight: normal;
				}
				.feature02 .menu-label-01:after {
					display: block;
					position: absolute;
					top: 2px;
					left: 0;
					right: 0;
					z-index: 40;
					-webkit-transition: -webkit-transform .2s, opacity .3s;
					   -moz-transition: -moz-transform .2s, opacity .3s;
							transition: transform .2s, opacity .3s;
					width: 1em;
					height: 1em;
					margin: 0 auto;
					border-radius: 50%;
					background: #CC5270;
					font-size: 103px;
					content: '';
				}
				
				.feature02 .menu-label-01 span {
					display: block;
					padding: 7em 0 20px;
				}
				.feature02 .menu-label-01 span:before {
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					z-index: 60;
					width: 6.6em;
					height: 6.6em;
					opacity: 0;
					-webkit-transition: opacity .2s;
					   -moz-transition: opacity .2s;
							transition: opacity .2s;
					margin: 0 auto;
					border-radius: 50%;
					border: 3px solid #CC5270;
					box-sizing: border-box;
					content: '';
				}
				/* hover */
				.feature02 .menu-label-01:hover {
					opacity: 1;
				}
				.feature02 .menu-label-01:hover:before {
					color: #CC5270;
				}
				.feature02 .menu-label-01:hover:after {
					opacity: 0;
					-webkit-transform: scale( 1.3 );
						 -o-transform: scale( 1.3 );
							transform: scale( 1.3 );
				}
				.feature02 .menu-label-01:hover span:before {
					opacity: 1;
				}
				
				/* End / .menu-label */
			
			.feature02 .menu-inner {
	position: relative;
	width: 100%;
	line-height: 1.7;
	padding: 0 5px 0;
	box-sizing: border-box;
			}
			.feature02 .menu-label-02 {
				display: inline-block;
				background: #fff;
				text-align: center;
				text-decoration: none;
				}
				/* icon font */
				.feature02 .menu-label-02:before {
					display: inline-block;
					position: absolute;
					padding: 15px 0 0;
					top: 0;
					left: 0;
					right: 0;
					z-index: 50;
					width: 3em;
					height: 3em;
					line-height: 1.05;
					overflow: hidden;
					-webkit-transition: color .2s;
					   -moz-transition: color .2s;
							transition: color .2s;
					margin: 0 auto;
					border-radius: 50%;
					color: #fff;
					font-size: 65px;
					font-weight: normal;
				}
				.feature02 .menu-label-02:after {
					display: block;
					position: absolute;
					top: 2px;
					left: 0;
					right: 0;
					z-index: 40;
					-webkit-transition: -webkit-transform .2s, opacity .3s;
					   -moz-transition: -moz-transform .2s, opacity .3s;
							transition: transform .2s, opacity .3s;
					width: 1em;
					height: 1em;
					margin: 0 auto;
					border-radius: 50%;
					background: #EB711E;
					font-size: 103px;
					content: '';
				}
				
				.feature02 .menu-label-02 span {
					display: block;
					padding: 7em 0 20px;
				}
				.feature02 .menu-label-02 span:before {
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					z-index: 60;
					width: 6.6em;
					height: 6.6em;
					opacity: 0;
					-webkit-transition: opacity .2s;
					   -moz-transition: opacity .2s;
							transition: opacity .2s;
					margin: 0 auto;
					border-radius: 50%;
					border: 3px solid #EB711E;
					box-sizing: border-box;
					content: '';
				}
				/* hover */
				.feature02 .menu-label-02:hover {
					opacity: 1;
				}
				.feature02 .menu-label-02:hover:before {
					color: #EB711E;
				}
				.feature02 .menu-label-02:hover:after {
					opacity: 0;
					-webkit-transform: scale( 1.3 );
						 -o-transform: scale( 1.3 );
							transform: scale( 1.3 );
				}
				.feature02 .menu-label-02:hover span:before {
					opacity: 1;
				}
				
				/* End / .menu-label */
		.feature02 .menu-label-03 {
				display: inline-block;
				background: #fff;
				text-align: center;
				text-decoration: none;
				}
				/* icon font */
				.feature02 .menu-label-03:before {
					display: inline-block;
					position: absolute;
					padding: 15px;
					top: 0;
					left: 0;
					right: 0;
					z-index: 50;
					width: 1em;
					height: 1em;
					line-height: 1.05;
					overflow: hidden;
					-webkit-transition: color .2s;
					   -moz-transition: color .2s;
							transition: color .2s;
					margin: 0 auto;
					border-radius: 50%;
					color: #fff;
					font-size: 70px;
					font-weight: normal;
				}
				.feature02 .menu-label-03:after {
					display: block;
					position: absolute;
					top: 2px;
					left: 0;
					right: 0;
					z-index: 40;
					-webkit-transition: -webkit-transform .2s, opacity .3s;
					   -moz-transition: -moz-transform .2s, opacity .3s;
							transition: transform .2s, opacity .3s;
					width: 1em;
					height: 1em;
					margin: 0 auto;
					border-radius: 50%;
					background: #AE9639;
					font-size: 103px;
					content: '';
				}
				
				.feature02 .menu-label-03 span {
					display: block;
					padding: 7em 0 20px;
				}
				.feature02 .menu-label-03 span:before {
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					z-index: 60;
					width: 6.6em;
					height: 6.6em;
					opacity: 0;
					-webkit-transition: opacity .2s;
					   -moz-transition: opacity .2s;
							transition: opacity .2s;
					margin: 0 auto;
					border-radius: 50%;
					border: 3px solid #AE9639;
					box-sizing: border-box;
					content: '';
				}
				/* hover */
				.feature02 .menu-label-03:hover {
					opacity: 1;
				}
				.feature02 .menu-label-03:hover:before {
					color: #AE9639;
				}
				.feature02 .menu-label-03:hover:after {
					opacity: 0;
					-webkit-transform: scale( 1.3 );
						 -o-transform: scale( 1.3 );
							transform: scale( 1.3 );
				}
				.feature02 .menu-label-03:hover span:before {
					opacity: 1;
				}
				
				/* End / .menu-label */
				.feature02 .menu-label-04 {
				display: inline-block;
				background: #fff;
				text-align: center;
				text-decoration: none;
				}
				/* icon font */
				.feature02 .menu-label-04:before {
					display: inline-block;
					position: absolute;
					padding: 30px 0 0;
					top: 0;
					left: 0;
					right: 0;
					z-index: 50;
					width: 3em;
					height: 3em;
					line-height: 1.05;
					overflow: hidden;
					-webkit-transition: color .2s;
					   -moz-transition: color .2s;
							transition: color .2s;
					margin: 0 auto;
					border-radius: 50%;
					color: #fff;
					font-size: 40px;
					font-weight: normal;
				}
				.feature02 .menu-label-04:after {
					display: block;
					position: absolute;
					top: 2px;
					left: 0;
					right: 0;
					z-index: 40;
					-webkit-transition: -webkit-transform .2s, opacity .3s;
					   -moz-transition: -moz-transform .2s, opacity .3s;
							transition: transform .2s, opacity .3s;
					width: 1em;
					height: 1em;
					margin: 0 auto;
					border-radius: 50%;
					background: #0B419A;
					font-size: 103px;
					content: '';
				}
				
				.feature02 .menu-label-04 span {
					display: block;
					padding: 7em 0 20px;
				}
				.feature02 .menu-label-04 span:before {
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					z-index: 60;
					width: 6.6em;
					height: 6.6em;
					opacity: 0;
					-webkit-transition: opacity .2s;
					   -moz-transition: opacity .2s;
							transition: opacity .2s;
					margin: 0 auto;
					border-radius: 50%;
					border: 3px solid #0B419A;
					box-sizing: border-box;
					content: '';
				}
				/* hover */
				.feature02 .menu-label-04:hover {
					opacity: 1;
				}
				.feature02 .menu-label-04:hover:before {
					color: #0B419A;
				}
				.feature02 .menu-label-04:hover:after {
					opacity: 0;
					-webkit-transform: scale( 1.3 );
						 -o-transform: scale( 1.3 );
							transform: scale( 1.3 );
				}
				.feature02 .menu-label-04:hover span:before {
					opacity: 1;
				}

				/* End / .menu-label */
/* フッター
   ------------------------------------------------ */

#siteFooter {
	position: relative;
	line-height: 1.75;
	padding: 15px 0 0;
	}
	
	.ft-pagetop {
		position: absolute;
		top: -90px;
		left: 50%;
		width: 82px;
		height: 82px;
		margin-left: 420px;
	}
	
	.ft-pagetop02 {
	position: absolute;
	top: -95px;
	left: 50%;
	width: 82px;
	height: 82px;
	margin-left: 420px;
	}
	
	.ft-wrap {
		position: relative;
		width: 1020px;
		overflow: hidden;
		margin: 0 auto;
		}
		
		/* 連絡先 */
		.ft-info {
			float: left;
			width: 420px;
			padding-left: 5px;
			line-height: 1.5;
			font-size: 16px;
			font-size: 1.6rem;
			}
			.ft-info > img {
				width: 264px;
				height: auto;
				margin: 0 0 14px;
			}
			.ft-info b {
				font-size: 18px;
				font-size: 1.8rem;
				font-weight: bold;
			}
		
		/* サイトマップ */
		.ft-sitemap {
			display: table;
			float: right;
			width: 540px;
			margin: 20px 0 35px;
			table-layout: auto;
			}
			.ft-sitemap ul {
				display: table-cell;
				list-style: none;
				margin: 0;
				padding: 0;
				font-size: 15px;
				font-size: 1.5rem;
				vertical-align: top;
			}
			.ft-sitemap a {
				display: block;
				position: relative;
				line-height: 32px;
				padding: 0 0 0 42px;
				color: #3d210b;
				font-size: 16px;
				font-size: 1.6rem;
				text-decoration: none;
				}
				.ft-sitemap ul > li:not(:first-child) { margin-top: 20px; }
				.ft-sitemap a:before {
					display: block;
					position: absolute;
					left: 0;
					width: 32px;
					height: 33px;
					background: url(../img/tokuyou/ft-tokuyou_icon.png) no-repeat 0 0;
					content: '';
					}
					/* icon */
					.ft-sitemap a.icon-home:before     { background-position: 0 0; }
					.ft-sitemap a.icon-house:before    { background-position: -96px 0; }
					.ft-sitemap a.icon-book:before     { background-position: -32px 0; }
					.ft-sitemap a.icon-mail:before     { background-position: -128px 0; }
					.ft-sitemap a.icon-calendar:before { background-position: -64px 0; }
			
			
	/* コピーライト */
	#copyright {
		display: block;
		clear: both;
		line-height: 36px;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
		}
		#copyright:before {
			display: block;
			clear: both;
			width: 100%;
			overflow: hidden;
			border-bottom: 1px solid #3d210b;
			content: '';
		}

/* End / #siteFooter */



/* ---------------------------------------------------

 コンテンツ内の固定要素、サイドバー内の要素定義

--------------------------------------------------- */

/* メインコンテンツ
 ------------------------------------*/

/* パンくずナビ */
.topicspath-wrap {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	}
	.topicspath {
		position: absolute;
		list-style: none;
		clear: both;
		top: 10px;
		left: 50%;
		z-index: 10;
		width: 1020px;
		margin: 0 0 0 -510px;
		padding: 0;
		font-size: 12px;
		font-size: 1.2rem;
		letter-spacing: -.40em;
	}
	.topicspath li {
		display: inline-block;
		line-height: 24px;
		margin: 0 0 0 10px;
		padding: 0 0 0 16px;
		background: url(../img/shared/topicPaht-divider.png) no-repeat 0 50%;
		letter-spacing: normal;
		}
		/* TOP非表示 */
		.topicspath .home {
			display: none;
		}
		.topicspath .home + li {
			margin-left: 0;
			padding-left: 0;
			background: none;
		}


/* メインタイトル */
.page-title {
	position: relative;
	width: 100%;
	height: 150px;
	padding: 56px 0 0;
	box-sizing: border-box;
	background: #ffead8;
	text-align: center;
	}
	.page-title:not([class*=mb]) { margin-bottom: 80px; }
	.page-title:after {
		display: block;
		position: absolute;
		bottom: -4px;
		width: 100%;
		height: 50px;
		background: url(../img/shared/box-under_img05.png) no-repeat 50% 100%;
		content: '';
	}



/* コンテンツ単位のブロック */
.content {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	}
	.content:after {
		 display: block;
		 clear: both;
		 height: 0;
		 content: ""; 
	}
	.content:not([class*=mb]) { margin-bottom: 100px; }
	
	.content-inner {
		padding: 0 8px;
	}


/* wpページナビ */
.wp-pagenavi {
	position:relative;
	clear: both;
	width: 100%;
	margin: 120px auto 0;
	text-align: center;
	letter-spacing: -.40em;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		display: inline-block;
		min-width: 21px;
		height: 28px;
		line-height: 30px;
		overflow: hidden;
		margin: 0 12px;
		padding: 0;
		box-sizing: border-box;
		font-size: 15px;
		font-size: 1.5rem;
		text-align: center;
		letter-spacing: normal;
	}
	
	.wp-pagenavi .page,
	.wp-pagenavi .current {
		background: #ffe0ad;
		text-decoration: none;
	}
	
	.wp-pagenavi .first,
	.wp-pagenavi .last,
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {}
	
	.wp-pagenavi a:hover,
	.wp-pagenavi span.current {
		background: #c9e0a3;
	}



/* サイドバー
 ------------------------------------*/

/* ウィジェット、カスタムメニュー */
.side-menu-box .box-title {
	min-height: 35px;
	line-height: 1.8;
	margin: 0 0 10px;
	padding: 5px 0 0 25px;
	background: url(../img/tokuyou/side-ttl-bgimg.png) no-repeat 0 100%;
	font-weight: bold;
}
.side-menu-box .box-content { margin: 0 0 30px; }
/* child */
.side-menu-box .child {}

.box-title span {
	display: inline-block;
	margin-left: .8em;
	font-size: 15px;
	font-size: 1.5rem;
}

.side-menu-box ul,
.side-menu-box ol {
	list-style: none;
	width: 100%;
	margin: 0 0 0 5px;
	padding: 0;
	}
	.side-menu-box li {}
	.side-menu-box li .count {}
	.side-menu-box li a {}

/* カレンダー */
.tbl-calendar {
	margin: -10px 0 0;
	}
	
	.tbl-calendar caption,
	.tbl-calendar thead {
		display: none;
	}
	.tbl-calendar th,
	.tbl-calendar td {
		line-height: 1.4;
		padding: 2px;
		border: none;
		font-size: 14px;
		font-size: 1.4rem;
		text-align: center;
	}
	.tbl-calendar .day {
		display: inline-block;
		width: 100%;
		line-height: 30px;
	}
	.tbl-calendar a {
		background: #ffe0ad;
	}
	
	.tbl-calendar .prev {
		text-align: left;
		}
		.tbl-calendar .prev a { background: #fff; }
	.tbl-calendar .next {
		text-align: right;
		}
		.tbl-calendar .next a { background: #fff; }
/* 施設紹介 */
.tokuyou-top   {
	background-color: #FFEDDE;
	padding: 35px 0 0;
	margin: 0 0 80px;
	text-align: center;
}
	.tokuyou-top:after {
		display: block;
		clear: both;
		width: 100%;
		min-width: 100px;
		height: 120px;
		background: url(../img/raspa/image02.png) no-repeat center bottom;
		text-align: center;
		content: '';
	}
	.tokuyou-top .image  {
	margin: 0 0 30px;
	padding: 20px 0 0;
}
.tokuyou-top .title {
	margin: 0 0 25px;
}
.tokuyou-top .txt  {
	font-size: 16px;
	line-height: 42px;
}
.menu-inner .list01 {
	padding: 0 0 0 10px;
	float: left;
	text-align: left;
	list-style-type: none;
}
.menu-inner .list02 {
	padding: 0 30px 0 0;
	float: right;
	text-align: left;
	list-style-type: none;
}
.menu-inner .list01 a {
	background-image: url(../img/raspa/dot01.png);
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	background-position: 0% 45%;
}
.menu-inner .list02 a {
	background-image: url(../img/raspa/dot01.png);
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	background-position: 0% 45%;
}
.tokuyou-btn {
	margin: 0 0 30px;
	text-align: center;
}
.service-area {
	padding: 110px 0 100px;
	width: 100%;
	margin: 0 0 120px;
	background-color: #F9F0EB;

}
.service-area .box {
	margin: 0 auto;
	width: 1020px;
}
.service-area .box .title {
	padding-bottom: 10px;
	background-image: url(../img/raspa/dot02.png);
	background-repeat: repeat-x;
	margin: 0 0 30px;
	background-position: 0% 100%;
}
.service-area .box .list01 {
	width: 266px;
	list-style-type: none;
	padding: 0;
	margin: 0 60px 0 0;
	float: left;
}
.service-area .box .list02 {
	width: 266px;
	list-style-type: none;
	padding: 0;
	float: left;
}
.service-area li {
	border-bottom-width: 1px;
	padding: 10px 0;
	border-bottom-style: dotted;
	
}
.service-area .box .image {
	float: right;
}
.service-area li a {
	text-decoration: none;
}
.facility-cotent   {
	margin: 0 auto;
	width: 1020px;
}
.facility-cotent .title  {
	padding-bottom: 10px;
	background-image: url(../img/raspa/dot02.png);
	background-repeat: repeat-x;
	margin: 0 0 30px;
	background-position: 0% 100%;
}
.facility-cotent .subtitle  {
	float: left;
}
.facility-cotent .txt  {
	width: 680px;
	padding: 20px 0 0;
	margin: 0 0 40px;
	float: right;
}
.facility-cotent .image03 {
	margin: 0 0 30px;
}
.facility-komidashi {
	color: #EB711E;
	font-weight: bold;
	margin: 0 0 0 10px;
	font-size: 20px;
}
.facility-cotent .image01 {
	margin: 0 30px 30px 0;
	float: left;
	width: 319px;
}
.facility-cotent .image02 {
	width: 319px;
	margin: 0 0 30px;
	float: right;
}
.facility-cotent .images {
	margin: 0 0 100px;
}
.facility-cotent .images .button01 {
	width: 319px;
	float: right;
	background-color: #FCE8DB;
	padding: 30px 0;
	margin: 10px 0 0;
	text-align: center;
}
.images .button01 .bun {
	font-size: 14px;
	margin: 0 0 10px;
	font-weight: bold;
}
.facility-cotent .images .button02 {
	width: 290px;
	float: right;
	background-color: #FCE8DB;
	padding: 10px 15px;
	margin: 10px 0 0;
}
.images .button02 .bun1 {
	font-size: 16px;
	border-bottom-width: 1px;
	margin: 0 0 20px;
	border-bottom-style: dotted;
	text-align: center;
	font-weight: bold;
}

.images .button02 .bun2 {
	font-size: 14px;
	margin: 0 0 10px;
	line-height: 28px;
}
.facility-cotent .images .banner {
	margin-left: 340px;
}
.fee-wrap {
	margin: 0 auto 95px;
	padding: 95px 0 130px;
	background-color: #F3F2E7;
}
.fee-wrap .title {
	padding-bottom: 10px;
	background-image: url(../img/raspa/dot02.png);
	background-repeat: repeat-x;
	margin: 0 0 30px;
	background-position: 0% 100%;
}
.fee-wrap .box {
	margin: 0 auto;
	width: 1020px;
}
.fee-wrap .box .subtitle {
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #97731A;
}
.fee-wrap .box .table01 {
	background-color: #FFFFFF;
	margin: 0 0 35px;
	border-right-style: none;
	width: 100%;
}
.fee-wrap .box .table01 th {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #A38435;
	width: auto;
}
.fee-wrap .box .table01 td {
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	padding: 10px 0;
}
.fee-wrap tbody tr .th01-1 {
	border-right: 1px solid #D0C098;
	border-bottom-width: 0px;
}
.fee-wrap tbody tr .th01-1-1 {
	border-right: 1px solid #D0C098;
	border-bottom-width: 0px;
}
.fee-wrap tbody tr .th01-2 {
	border-bottom: 1px solid #D0C098;
}
.fee-wrap tbody tr .th01-3 {
	border-right: 1px solid #D0C098;
	border-bottom: none;
}
.fee-wrap tbody tr .th01-4 {
	border-bottom: none;
	width: 100px;
}
.fee-wrap tbody tr .th01-5 {
	border-right: 1px solid #D0C098;
	border-bottom: 1px solid #D0C098;
}
.fee-wrap tbody tr .th01-6 {
	border-right: 1px solid #D0C098;
	border-bottom: none;
}
.fee-wrap tbody tr .td01-1 {
	border-right: 1px solid #D0C098;
	border-bottom: 1px solid #D0C098;
}
.fee-wrap tbody tr .td01-2 {
	border-right: 1px solid #D0C098;
	border-bottom: 1px solid #D0C098;
}
.fee-wrap tbody tr .td01-3 {
	border-bottom: 1px solid #D0C098;
}
.fee-wrap tbody tr .td01-4 {
	border-right: 1px solid #D0C098;
	border-bottom: 0;
}
.fee-wrap tbody tr .td01-5 {
	border-right: 1px solid #D0C098;
	border-bottom: 0;
}
.fee-wrap tbody tr .td01-6 {
	border-right: none;
	border-bottom: none;
}
.fee-wrap .box .button {
	float: right;
}
.fee-wrap .box .txt01 {
	font-size: 14px;
	line-height: 28px;
	margin: 0 0 95px;
}
.fee-wrap .box .table02 {
	background-color: #FFFFFF;
	margin: 0 0 35px;
	border-right-style: none;
}
.fee-wrap .box .table02 th {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #A38435;
	width: auto;
}
.fee-wrap .box .table02 td {
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	padding: 0;
}
.fee-wrap .box .txt02 {
	font-size: 14px;
	line-height: 28px;
	margin: 0 0 50px;
	padding: 0 0 55px;
	border-bottom: 1px dotted;
}
.fee-wrap .box .table03 {
	background-color: #FFFFFF;
	margin: 0;
	border-right-style: none;
	border-right-width: 0px;
}
.fee-wrap .box .table03 th {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #A38435;
}
.fee-wrap .box .table03 td {
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	padding: 10px 0;
}
.fee-wrap .box .table04 {
	background-color: #FFFFFF;
	margin: 0 0 35px;
	padding: 0;
	border-right-style: none;
}
.fee-wrap .box .table04 th {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #A38435;
}
.fee-wrap .box .table04 td {
	text-align: center;
	font-size: 14px;
	padding: 0;
	line-height: 25px;
}
.fee-wrap tbody tr .th02-1 {
	border-right: 2px solid #D0C098;
	border-bottom: 0;
	padding: 20px 0;
}
.fee-wrap tbody tr .th02-1-1 {
	border-right: 2px solid #D0C098;
	border-bottom: 0;
	padding: 20px 0;
	width: 120px;
}
.fee-wrap tbody tr .th02-2 {
	border-right: 0;
	border-bottom: 0;
}
.fee-wrap tbody tr .td02-1 {
	border-right: 2px solid #D0C098;
	border-bottom: 2px solid #D0C098;
}
.fee-wrap tbody tr .td02-2 {
	border-right: 1px solid #D0C098;
	border-bottom: 2px solid #D0C098;
}
.fee-wrap tbody tr .td02-2-1 {
	border-right: 2px solid #D0C098;
	border-bottom: 2px solid #D0C098;
	text-align: left !important;
	padding: 0 0 0 15px !important;
}
.fee-wrap tbody tr .td02-3 {
	border-right: 0;
	border-bottom: 2px solid #D0C098;
	width: 120px;
}
.fee-wrap tbody tr .td02-4 {
	border-right: 1px solid #D0C098;
	border-bottom: 1px solid #D0C098;
}
.fee-wrap tbody tr .td02-5 {
	border-right: 1px solid #D0C098;
	border-bottom: 0;
	width: 127px;
}
.fee-wrap tbody tr .td02-5-1 {
	border-right: 2px solid #D0C098;
	border-bottom: 0;
	width: 115px;
}
.fee-wrap tbody tr .td02-5-2 {
	border-right: 2px solid #D0C098;
	border-bottom: 0;
	width: 125px;
}
.fee-wrap tbody tr .td02-6 {
	border-bottom: 0;
	border-right: 0;
	width: 114px;
}
.fee-wrap tbody tr .td02-7-1 {
	border-right: 1px solid #D0C098;
	border-bottom: 0;
}
.fee-wrap tbody tr .td02-7-2 {
	border-right: 2px solid #D0C098;
	border-bottom: 0;
}
.fee-wrap tbody tr .td02-7-3 {
	border-right: 0;
	border-bottom: 0;
}
.fee-wrap .box .tel {
	margin: 0 0 40px;
	text-align: center;
}
.fee-wrap .box .button02 {
	text-align: center;
}
.facility-access {
	margin: 0 auto;
	width: 1020px;
}
.facility-access .title  {
	padding:0 0 10px;
	background-image: url(../img/raspa/dot02.png);
	background-repeat: repeat-x;
	margin: 0 0 30px;
	background-position: 0% 100%;
}
.facility-access .midashi {
	color: #0B419A;
	font-weight: bold;
	font-size: 16px;
	line-height: 36px;
}
.facility-access .txt  {
	width: 480px;
	float: left;
}
.facility-container .foot-bar {
}
.facility-foot {
	padding: 25px 0;
	background-color: #FBE4D4;
	text-align: center;
}
.facility-foot .txt01 {
	margin: 0 0 10px;
	font-size: 14px;
}
.facility-foot .button {
	margin: 0 0 10px;
}
.facility-foot .txt02 {
	font-size: 19px;
	font-weight: bold;
}
.box .tel .midashi {
	font-size: 22px;
	margin: 0 0 25px;
	padding: 0 0 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* footer */
.foot01 .foot-banner .banner01 {
	float: left;
	margin: 0 15px 0 0;
}
.foot01 .foot-banner .banner02 {
	float: left;
	margin: 0 15px;
}
.foot01 .foot-banner .banner03 {
	float: left;
	margin: 0;
}
.foot01 .foot-banner  {
	padding: 20px 0;
}
.foot01 .foot-banner  {
	margin: 0 auto;
	width: 760px;
}
.foot02 .ft-wrap02  {
	margin: 0 auto;
	width: 1020px;
}
.foot02 {
	background-color: #FFEDDE;
}
.foot01 {
	background-color: #FFB474;
}

.foot03 .foot-banner  {
	padding: 20px 0;
	margin: 0 auto;
	width: 1020px;
}

.foot03_l{
	width: 500px;
	float: left;
}

.foot03_r{
	width: 500px;
	float: right;
}

/*  2016-08-03 看護介護フェア */
.ikasa-banner {
	width: 331px;
	margin: 0 auto 30px;
	padding: 20px 0;
	text-align: center;
}
.ikasa-banner .banner-image {
}
.ikasa-banner .banner-txt {
}
.tsc-banner {
	width: 417px;
	margin: 0 auto 100px;
}


/************************************************
2018-7-30 デイサービス内容 
*************************************************/
.service-area#day {
    padding: 50px 0 50px;
    width: 100%;
    margin: 0;
    background-color: #fff;
}

.service-area#day2 {
    padding: 50px 0;
    width: 100%;
    margin: 0 ;
    background-color: #f9f0ed;
}

.list01#day{
    width: 44.2157%;
    list-style-type: none;
    padding: 0;
    margin: 0 60px 0 0;
    float: left;
}

.daysurvice_txt{
    width:63.725%;
    float: left;
    margin-left: 10px;
    margin-bottom: 30px;
}

.service-area#day .image01 {
    margin: 0 30px 30px 0;
    float: left;
    width: 319px;
}

.service-area#day2 .image01 {
    margin: 0 30px 30px 0;
    float: left;
    width: 319px;
}

.service-area .box .image {
    float: right;
    margin-bottom: 30px;
}
.box#toi{
text-align: center;
}

.box#toi img{
    width:78.627%;
    margin: 0 auto;
}
.top-txt {
  width: 1020px;
  margin: 80px auto 50px;
}
h1.headline {
  text-align: center;
  margin: 0 auto 20px;
}
