@charset "utf-8";
/* ================================================ CSS Information
 File Name:      layout-raspa.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-color: #F19BA9;
	}
	
	.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: 595px;
			}
			
			/* メニュー */
			.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: '';
	}
	
	/* メイン＋サイドバー構成 */
	.grid2columns {
		min-height: 300px;
		}
		.grid2columns .main {
			float: right;
			width: 730px;
		}
		.grid2columns .sidebar {
			float: left;
			width: 225px;
		}
#siteBody02 {
	line-height: 2.125;
	margin: 0;
	}
/* End / #siteBody */

/* 地図 */
#map-canvas02 {
	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: #EB6C80;
					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 #EB6C80;
					box-sizing: border-box;
					content: '';
				}
				/* hover */
				.feature .menu-label:hover {
					opacity: 1;
				}
				.feature .menu-label:hover:before {
					color: #EB6C80;
				}
				.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: #EB711E;
					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 #EB711E;
					box-sizing: border-box;
					content: '';
				}
				/* hover */
				.feature02 .menu-label-01:hover {
					opacity: 1;
				}
				.feature02 .menu-label-01:hover:before {
					color: #EB711E;
				}
				.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: #CC5270;
					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 #CC5270;
					box-sizing: border-box;
					content: '';
				}
				/* hover */
				.feature02 .menu-label-02:hover {
					opacity: 1;
				}
				.feature02 .menu-label-02:hover:before {
					color: #CC5270;
				}
				.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 */
	
	/* End / .feature */
/* フッター
   ------------------------------------------------ */

#siteFooter {
	position: relative;
	line-height: 1.75;
	}
	
	.ft-pagetop {
		position: absolute;
		top: -90px;
		left: 50%;
		width: 82px;
		height: 82px;
		margin-left: 420px;
	}
	.ft-pagetop02 {
	position: absolute;
	top: -60px;
	left: 50%;
	width: 82px;
	height: 82px;
	margin-left: 420px;
	}	
	.ft-wrap {
	position: relative;
	width: 1020px;
	overflow: hidden;
	padding: 15px 0 0;
	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: 33px;
					height: 33px;
					background: url(../img/raspa/ft-raspa_icon.png) no-repeat 0 0;
					content: '';
					}
					/* icon */
					.ft-sitemap a.icon-home:before     { background-position: 1px 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: -129px 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-color: #FBE3E7;
	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-color: #D5E7D8;
	text-decoration: none;
	}
	
	.wp-pagenavi .first,
	.wp-pagenavi .last,
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {}
	
	.wp-pagenavi a:hover,
	.wp-pagenavi span.current {
	background-color: #F198A6;
	}

.top-txt {
    width: 1020px;
    margin: 80px auto 50px;
}

/* サイドバー
 ------------------------------------*/

/* ウィジェット、カスタムメニュー */
.side-menu-box .box-title {
	min-height: 35px;
	line-height: 1.8;
	margin: 0 0 10px;
	padding: 5px 0 0 25px;
	background-repeat: no-repeat;
	background-position: 0%;
	font-weight: bold;
	background-image: url(../img/raspa/event/side-ttl-bgimg.png);
	background-position: 0% 90%;
}
.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: #ffc3cd;
	}
	
	.tbl-calendar .prev {
		text-align: left;
		}
		.tbl-calendar .prev a { background: #fff; }
	.tbl-calendar .next {
		text-align: right;
		}
		.tbl-calendar .next a { background: #fff; }
.old-blog {
	margin-bottom: 30px;
}
/* ラスパ トップ */
.raspa-top   {
	background-color: #FCEAED;
	padding: 35px 0 0;
	margin: 0 0 80px;
	text-align: center;
}
	.raspa-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: '';
	}
	.raspa-top .image  {
	margin: 0 0 30px;
	padding: 20px 0 0;
}
.raspa-top .title {
	margin: 0 0 25px;
}
.raspa-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%;
}
.raspa-link .txt  {
	text-align: center;
}
.raspa-btn {
	margin: 0 0 100px;
	text-align: center;
}
.raspa-under {
	padding: 60px 0 0;
	background-color: #FCEAED;
}
.raspa-under .wrap {
	margin: 0 auto 90px;
	width: 1020px;
}
.raspa-under .wrap .title {
	margin: 0 0 15px;
}
.raspa-under .wrap .line {
	background-image: url(../img/raspa/dot02.png);
	width: 1017px;
	margin: 0 0 40px;
	height: 6pt;
}
.wrap .box01 .txt {
	margin: 0 0 50px;
	font-size: 16px;
	line-height: 36px;
}
.raspa-under .wrap .box01 {
	float: left;
}
.raspa-under .wrap .box02 {
	float: right;
}
.raspa-under:after {
		display: block;
		clear: both;
		width: 100%;
		min-width: 100px;
		height: 5px;
		background: url(../img/raspa/bar.png) no-repeat center bottom;
		text-align: center;
		content: '';
	}
	
#bnr-wrap {
	padding: 60px 0 0;
	background-color: #FCEAED;
	text-align: center;
}
#bnr-wrap:after {
	display: block;
	clear: both;
	width: 100%;
	min-width: 100px;
	height: 5px;
	background: url(../img/raspa/bar.png) no-repeat center bottom;
	text-align: center;
	content: '';
	margin-top: 60px;
}

/* 施設案内 */
.fee-wrap .table01 {
	background-color: #FFFFFF;
	margin: 0 0 50px;
	border-right-style: none;
	width: 100%;
}
.fee-wrap .table02 {
	background-color: #FFFFFF;
	margin: 0 0 30px;
	border-right-style: none;
	width: 100%;
}
.fee-wrap .table03 {
	background-color: #FFFFFF;
	margin: 0 0 70px;
	border-right-style: none;
	width: 100%;
}
.fee-wrap .table04 {
	background-color: #FFFFFF;
	margin: 0 0 50px;
	border-right-style: none;
	width: 100%;
}
.fee-wrap .table01 th {
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #A38435;
	width: auto;
}
.fee-wrap .table01 td {
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	padding: 10px 0;
}
.fee-wrap .table02 th {
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #A38435;
	width: auto;
}
.fee-wrap .table02 td {
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	padding: 10px 0;
}
.fee-wrap .table03 th {
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #A38435;
	width: auto;
}
.fee-wrap .table03 td {
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	padding: 10px 0;
}
.fee-wrap .table04 th {
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #A38435;
	width: auto;
}
.fee-wrap .table04 td {
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	padding: 10px 0;
}
.fee-wrap tbody tr .th1 {
	width: 125px;
	border-right: 2px solid #D0C098;
	border-bottom-width: 0;
}
.fee-wrap tbody tr .th2 {
	width: 126px;
	border-right: 1px solid #D0C098;
	border-bottom: 0;
}
.fee-wrap tbody tr .th3 {
	width: 126px;
	border-right:0;
	border-bottom: 0;
}
.fee-wrap tbody tr .td1 {
	border-right: 2px solid #D0C098;
	border-bottom: 1px solid #D0C098;
}
.fee-wrap tbody tr .td2 {
	border-right: 1px solid #D0C098;
	border-bottom: 1px solid #D0C098;
}
.fee-wrap tbody tr .td3 {
	border-right: 0;
	border-bottom: 1px solid #D0C098;
}
.fee-wrap tbody tr .td4 {
	border-right: 2px solid #D0C098;
	border-bottom: 0;
}
.fee-wrap tbody tr .td5 {
	border-right: 1px solid #D0C098;
	border-bottom: 0;
}
.fee-wrap tbody tr .td6 {
	border-right: none;
	border-bottom: none;
}
.fee-wrap .table05 th {
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #A38435;
	
}
.fee-wrap .table05 tbody tr .th1 {
  width: 25%;
  border-bottom: 1px solid #D0C098 !important;
  border-right: none;
}
.fee-wrap .table05 tbody tr .th2 {
  width: 25%;
  border-right: 1px solid #D0C098 !important;
	border-left: 1px solid #D0C098 !important;
}
.fee-wrap .table05 tbody tr .th3 {
  width: 25%;
  border-right: 1px solid #D0C098 !important;
  border-bottom: none !important;
}
.fee-wrap .table05 tbody tr .th4 {
  width: 25%;
  border-bottom: none !important;
}
.fee-wrap .table05 tbody tr td {
  text-align: center;
  background: #FFF;
}
.fee-wrap .table05 tbody tr .td1 {
  width: auto;
  border-right: 1px solid #D0C098 !important;
  border-bottom: 1px solid #D0C098 !important;
  border-left: none;
}
.fee-wrap .table05 tbody tr .td2 {
  width: auto;
  border-bottom: 1px solid #D0C098 !important;
  border-right: none !important;
}
.fee-wrap .table05 tbody tr .td3 {
  width: auto;
  border: none !important;
}

.fee-wrap .table06 th {
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #A38435;
	
}
.fee-wrap .table06 tbody tr .th1 {
  width: 25%;
  border-bottom: 1px solid #D0C098 !important;
  border-right: none;
}
.fee-wrap .table06 tbody tr .th2 {
  width: 25%;
  border-right: 1px solid #D0C098 !important;
	border-left: 1px solid #D0C098 !important;
}
.fee-wrap .table06 tbody tr .th3 {
  width: 25%;
  border-right: 1px solid #D0C098 !important;
  border-bottom: none !important;
}
.fee-wrap .table06 tbody tr .th4 {
  width: 25%;
  border-bottom: none !important;
}
.fee-wrap .table06 tbody tr td {
  text-align: center;
  background: #FFF;
}
.fee-wrap .table06 tbody tr .td1 {
  width: auto;
  border-right: 1px solid #D0C098 !important;
  border-bottom: 1px solid #D0C098 !important;
  border-left: none;
}
.fee-wrap .table06 tbody tr .td2 {
  width: auto;
  border-bottom: 1px solid #D0C098 !important;
  border-right: none !important;
}
.fee-wrap .table06 tbody tr .td3 {
  width: auto;
  border: none !important;
}
.service-area {
	padding: 110px 0 100px;
	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: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0 60px 0 0;

}

.service-area li {
	border-bottom-width: 1px;
	padding: 10px 0;
	border-bottom-style: dotted;
	width: 30%;
	margin-right: 5%;
	float: left;
}

.service-area li#last {
	margin-right: 0;
}


.service-area .box .image {
	text-align: center;
	margin: 0 auto 30px;
}
.service-area li a {
	text-decoration: none;
}
.facility-wrap {
	margin: 0 auto;
	width: 1020px;
}
.facility-wrap .title {
	padding-bottom: 15px;
	background-image: url(../img/raspa/dot02.png);
	background-repeat: repeat-x;
	margin: 0 0 30px;
	background-position: 0% 100%;
}
.facility-wrap .subtitle {
	float: left;
}
.facility-wrap .txt01 {
	width: 680px;
	float: right;
	margin: 0 0 10px;
}
.facility-wrap .txt02 {
	width: 680px;
	float: right;
	margin: 0 0 45px;
}
.facility-wrap .txt03 {
	width: 680px;
	float: right;
	margin: 0 0 140px;
}
.facility-wrap .txt04 {
	width: 680px;
	float: right;
	margin: 0 0 45px;
}
.facility-wrap .txt05 {
	width: 680px;
	float: right;
	margin: 0 0 30px;
}
.facility-wrap .midashi {
	color: #EB6C80;
	font-size: 20px;
	font-weight: bold;
}
.facility-wrap .midashi02 {
	color: #EB6C80;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	margin: 0 0 -20px;
}
.facility-wrap .image01 {
	margin: 0 0 35px;
}
.facility-wrap .image02 {
	margin: 0 0 135px;
	text-align: left;
}
.facility-wrap .photo-box01 {
	margin: 0 30px 0 0;
	float: left;
}
.facility-wrap .photo-box02 {
	float: right;
}
.facility-wrap .photo-box03 {
	float: right;
	margin: 0 0 50px;
}
.facility-wrap .tetote {
	float: left;
	margin: 30px;
}
.facility-wrap .photobox04 {
	margin: 0 25px;
	padding: 50px 0 0;
	float: left;
}
.facility-wrap .photobox05 {
	padding: 50px 0 0;
	margin: 0 0 130px;
	float: left;
}
.facility-wrap .titile-bar {
	padding: 15px 0 30px;
	text-align: center;
	margin: 0 0 60px;
	background-color: #FDEDF0;
	border-top: 1px solid #EB6C80;
	border-bottom: 1px solid #EB6C80;
}
.facility-wrap tbody .chart {
	height: 175px;
	vertical-align: middle;
}
.facility-wrap .service-chart {
	margin: 0 20px 0 0;
	padding: 20px 0 0;
	float: left;
}
.facility-wrap .chart-list {
	margin: 0 0 45px;
	width: 800px;
}
.facility-wrap .button01  {
	margin: 0 0 105px;
	text-align: center;
}
.fee-wrap   {
	padding: 95px 0 0;
	margin: 0 0 120px;
	background-color: #F3F2E7;
}
.fee-wrap .box {
	margin: 0 auto;
	width: 1020px;
}
.fee-wrap .box .title {
	padding-bottom: 15px;
	background-image: url(../img/raspa/dot02.png);
	background-repeat: repeat-x;
	margin: 0 0 30px;
	background-position: 0% 100%;
}
.fee-wrap .box .txt01 {
	font-size: 16px;
	margin: 0 0 35px;
	line-height: 36px;
}
.fee-wrap .box .button02 {
	margin: 0 0 90px;
	padding: 0 0 70px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-align: right;
}
.fee-wrap .box .txt02 {
}
.fee-wrap .box .dummy {
	margin: 0 0 35px;
}
.fee-wrap .box .tel {
	padding: 55px 0 120px;
	text-align: center;
}
.box .tel .midashi {
	padding: 0 0 20px;
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.box .tel .image {
	margin: 0 0 45px;
}
.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: #FBE3E7;
	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;
}
.facility-wrap .service-wrap {
	margin: 0 auto;
	width: 965px;
}
.fee-wrap .box .subtitle {
	font-weight: bold;
	margin: 0 0 5px;
	font-size: 16px;
}
.fee-wrap .box .midashi {
	font-size: 20px;
	font-weight: bold;
	color: #97731A;
}
.fee-wrap .box .button03 {
	text-align: right;
}
.facility-wrap .photo-box05  {
	margin: 0 40px 0 0;
	float: left;
}
.facility-wrap .photo-box06 {
	margin: 0 0 125px;
	float: right;
}
/* 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: #FCEAED;
}
.foot01 {
	background-color: #F19BA9;
}

.foot03 .foot-banner  {
	padding: 20px 0;
	margin: 0 auto;
	width: 1020px;
}

.foot03_l{
	width: 500px;
	float: left;
}

.foot03_r{
	width: 500px;
	float: right;
}
