@CHARSET "UTF-8";

/*---------------------------------------------------------
 Structure
-------------------------------------------------------- */
html, body {
	width: 100%;
	min-width: 1080px;
}
#page {
	background: #fff;
	position: relative;
}
	.inner {
		width: 1000px;
		padding: 0 40px;
		margin: 0 auto;
		position: relative;
		z-index: 0;
	}
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	min-width: 1080px;
	background: rgba(255,255,255,1);
}
	#logo {
		line-height: 80px;
		display: inline-block;
	}
		#logo a {
			display: inline-block;
			padding: 0 10px;
		}
		#logo a img {
			width: 100%;
		}
	#gnav {
		float: right;
	}
		#gnavList {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
		}
		#gnavList li {
			line-height: 80px;
		}
		#gnavList li a {
			padding: 0 10px;
			font-size: 14px;
			line-height: 1em;
		}
	#naviBtn {
		position: absolute;
		display: none;
		top: 22px;
		right: 10px;
		margin: auto;
		cursor: pointer;
		text-align: center;
		vertical-align: middle;
	}
		.navisp {position:relative;display:block;width:44px;height:44px;overflow:hidden;white-space:nowrap;color:transparent;z-index:3;}
		.navisp span, .navisp span::before, .navisp span::after{position:absolute;display:inline-block;height:2px;width:24px;background:#192275;}
		.navisp span{position:absolute;background:#666;top:50%;right:35%;margin-top:-2px;-webkit-transition:background 0.3s 0.3s;-moz-transition:background 0.3s 0.3s;transition:background 0.3s 0.3s;}
		.navisp span::before, .navisp span::after{content:'';right:0;background:#666;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:0% 50%;-moz-transform-origin:0% 50%;-ms-transform-origin:0% 50%;-o-transform-origin:0% 50%;transform-origin:0% 50%;-webkit-transition:-webkit-transform 0.3s 0.3s;-moz-transition:-moz-transform 0.3s 0.3s;transition:transform 0.3s 0.3s;}
		.navisp span::before{top:-6px;}
		.navisp span::after{top:6px;}
		.navisp.nav-is-visible span{background:rgba(46, 50, 51, 0);}
		.navisp.nav-is-visible span::before, .navisp.nav-is-visible span::after{background:#192275;}
		.navisp.nav-is-visible span::before{-webkit-transform:translateX(4px) translateY(-3px) rotate(45deg);-moz-transform:translateX(4px) translateY(-3px) rotate(45deg);-ms-transform:translateX(4px) translateY(-3px) rotate(45deg);-o-transform:translateX(4px) translateY(-3px) rotate(45deg);transform:translateX(4px) translateY(-3px) rotate(45deg);}
		.navisp.nav-is-visible span::after{-webkit-transform:translateX(4px) translateY(2px) rotate(-45deg);-moz-transform:translateX(4px) translateY(2px) rotate(-45deg);-ms-transform:translateX(4px) translateY(2px) rotate(-45deg);-o-transform:translateX(4px) translateY(2px) rotate(-45deg);transform:translateX(4px) translateY(2px) rotate(-45deg);}
#contents {
	overflow: hidden;
	padding-top: 120px;
}
#slide {
	background: #fbfbfb;
}
	#slideImg {
		position: relative;
		margin: 0 -80px;
		padding-bottom: 40px;
	}
		#slideList {
			margin-top: -40px;
			display: inline-block;
		}
			#slideList li {
				float: left;
			}
			#slideList li img {
			}
		#slideTxt01 {
			position: absolute;
			top: 360px;
			left: -50px;
			z-index: 99;
		}
			#slideTxt01 img {
				width: 100%;
			}
		#slideTxt02 {
			position: absolute;
			top: 10px;
			right: -50px;
			z-index: 99;
		}
			#slideTxt02 img {
				width: 100%;
			}
#message {
	background: #fff;
}
	#message .inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#msgTitle {
		margin-top: -120px;
		padding-bottom: 30px;
		text-align: center;
		position: relative;
	}
		#msgTitle .title {
			margin-bottom: 30px;
		}
		#msgTitle .desc {
			font-size: 20px;
			font-weight: bold;
		}
		#msgTitle .contact {
			position: absolute;
			top: 300px;
			left: -480px;
			font-size: 14px;
			transform: rotate(90deg);
		}
			#msgTitle .contact br {
				display: none;
			}
	#msgTxt {
		background: url("../img/line.png") top right no-repeat;
		padding-top: 50px;
		overflow: hidden;
	}
		#msgTxt .image {
			display: block;
			float: left;
			margin: 0 40px 40px 0;
		}
		#msgTxt .title {
			display: block;
			margin-bottom: 20px;
			font-size: 22px;
		}
		#msgTxt .desc {
			display: block;
			line-height: 1.8;
		}
#profile {
	background: #fbfbfb;
}
	#profile .inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#staffList {
		display: flex;
		align-content: stretch;
		justify-content: space-around;
	}
	#staffList > li {
		padding: 30px 20px 0;
		box-sizing: border-box;
		text-align: center;
	}
		#staffList > li .box {
			display: block;
			min-width: 300px;
			text-align: left;
		}
			#staffList > li .box .img {
				float: left;
				margin: -30px 20px 0 0;
			}
			#staffList > li .box .cat {
				display: block;
				font-size: 18px;
				font-weight: bold;
			}
			#staffList > li .box .name {
				display: block;
				font-size: 24px;
				font-weight: bold;
			}
			#staffList > li .box .kana {
				display: block;
				font-size: 12px;
				font-weight: bold;
			}
		#staffList > li .profile_box {
			display: block;
			text-align: left;
			clear: both;
			padding: 20px 0 0;
		}
			#staffList > li .profile_box .name {
				font-size: 16px;
				font-weight: normal;
			}
			#staffList > li .profile_box .list {
				list-style: disc;
				margin-left: 20px;
			}
				#staffList > li .profile_box .list  ul {
					font-size: 12px;
					margin-bottom: 6px;
				}


#price {
	background: #fff;
}
	#price .inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#price .title {
		margin-bottom: 30px;
		text-align: center;
		font-size: 28px;
		font-weight: bold;
	}
	#priceList {
		display: flex;
		justify-content: center;
		align-content: stretch;
		align-items: stretch;
		margin-bottom: 10px;
		margin-left: -10px;
		margin-right: -10px;
	}
		#priceList > li {
			width: 50%;
			padding: 10px;
			box-sizing: border-box;
		}
			#facility {
				background: #fffaf3;
				padding: 30px;
				height: 100%;
				box-sizing: border-box;
			}
				#facility .name {
					text-align: center;
					margin-bottom: 30px;
					margin-top: -50px;
				}
				#facility .name span {
					display: inline-block;
					font-size: 24px;
					font-weight: bold;
					color: #fff;
					background: #f8b551;
					padding: 5px 30px;
				}
			#homecare {
				background: #edfff5;
				padding: 30px;
				height: 100%;
				box-sizing: border-box;
			}
				#homecare .name {
					text-align: center;
					margin-bottom: 30px;
					margin-top: -50px;
				}
				#homecare .name span {
					display: inline-block;
					font-size: 24px;
					font-weight: bold;
					color: #fff;
					background: #32b16c;
					padding: 5px 30px;
				}
		#priceList .desc {
			font-size: 18px;
			text-align: center;
			margin-bottom: 30px;
		}
		#priceList .priceTable {
			table-layout: auto;
			width: 100%;
			margin-bottom: 30px;
			border-top: solid 1px #eee;
		}
			#priceList .priceTable tr {
				border-bottom: solid 1px #eee;
			}
			#priceList .priceTable th {
				padding: 10px 5px;
				font-weight: normal;
				text-align: left;
			}
				#priceList .priceTable th span {
					font-size: 10px;
					vertical-align: text-bottom;
				}
			#priceList .priceTable td {
				padding: 10px;
				text-align: right;
			}
			#priceList .priceTable i {
				font-size: 14px;
				font-style: normal;
				float: right;
			}
			#priceList .priceTable b {
				font-weight: normal;
				margin-right: -0.6em;
			}
	#attention {
		background: #fafafa;
		padding: 30px;
	}
		#attention .box {
			margin-bottom: 30px;
			overflow: hidden;
		}
			#attention .box:last-child {
				margin-bottom: 0;
			}
		#attention .image {
			display: inline-block;
			margin: 0 30px 0 0;
			max-width: 28%;
			float: left;
		}
			#attention .image img {
				width: 100%;
			}
		#attention .name {
			padding: 10px 0;
			font-size: 18px;
		}
#service {
	background: #fafafa;
}
	#service .inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#service .title {
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 30px;
		text-align: center;
	}
	#service .box {
		overflow: hidden;
		position: relative;
		background: url("../img/line.png") top right no-repeat;
		padding-left: 20%;
		padding-top: 50px;
		padding-bottom: 40px;
		overflow: hidden;
	}
		#service .step {
			position: absolute;
			top: 50px;
			left: 0;
			color: #f8b551;
			font-size: 20px;
		}
		#service .name {
			font-size: 20px;
			margin-bottom: 20px;
		}
		#service .desc {
			margin-bottom: 20px;
		}
#area {
	background: #fff;
}
	#area .inner {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	#area .box {
		overflow: hidden;
	}
		#area .image {
			display: block;
			float: left;
			margin: 0 40px 0 0;
		}
			#area .image img {
				width: 100%;
			}
		#area .title {
			display: block;
			margin-bottom: 20px;
			font-size: 22px;
		}
		#area .desc {
			display: block;
			line-height: 1.8;
			margin-bottom: 20px;
		}
		#area .desc i {
			font-style: normal;
			font-weight: bold;
		}
#contact {
	background: #fff;
}
	#contact .inner {
		padding-bottom: 50px;
	}
	#contact .box {
		overflow: hidden;
		background: url("../img/line.png") top right no-repeat;
		padding-top: 50px;
	}
		#contact .image {
			display: block;
			float: left;
			margin: 0 40px 40px 0;
		}
			#contact .image img {
				width: 100%;
			}
		#contact .title {
			display: block;
			margin-bottom: 20px;
			font-size: 22px;
		}
		#contact .desc {
			display: block;
			line-height: 1.8;
			margin-bottom: 20px;
		}
		#contact .desc i {
			font-style: normal;
			font-weight: bold;
		}
		#contact .btn {
			display: inline-block;
			border: solid 1px #eee;
			padding: 5px 20px;
		}
#footer {
	background: #fbfbfb;
}
	#footer .inner {
		padding: 50px 40px;
	}
	#footer .title {
		text-align: center;
		font-size: 28px;
	}
		#footer .title a {
			color: #7c7c7c;
		}
	#footer .desc {
		text-align: center;
		color: #7c7c7c;
		margin-bottom: 20px;
	}
	#copyright {
		border-top: solid 1px #eee;
		padding: 20px 0;
		text-align: center;
		font-size: 14px;
		color: #7c7c7c;
	}

#layer {
	position: fixed;
	top: 0;
	z-index: 10;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
}

/*---------------------------------------------------------
 Common
-------------------------------------------------------- */
ul.astList {
	overflow: hidden;
}
	ul.astList > li {
		margin-left: 1em;
		font-size: 14px;
	}
	ul.astList > li:before {
		content: "※";
		margin-left: -1em;
		margin-right: 0.4em;
		text-decoration: none;
	}
	ul.astList > li.underline {
		text-decoration: underline;
		font-style: normal;
		margin-bottom: 1em;
	}
ul.attList {
	overflow: hidden;
	list-style: disc;
}
	ul.attList > li {
		margin-left: 1.2em;
	}
