@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
	background-color: #f7f8ff;
}
body * {
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}
video,audio {max-width: 100%;}

a {
	color: #333;
	transition: 0.5s;
	text-decoration: none;
}
a:hover {
	color: #4a9b4d;
	text-decoration: underline;
}
.inner {
	margin: 0 auto;
}
h2 {
	font-weight: normal;
}
footer {
	background-color: #eaebf2;
	text-align: center;
}
	
.scrollTop {
	position: fixed;
	opacity: 0;
	transition: 1s;
	-webkit-transition: 1s;
}
.scrollTop a {
	display: block;
	background: #ccc;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	position: relative;
}
.scrollTop a::before {
	content: "";
	display: block;
	position: absolute;
	background: url("../../images/common/arrow_w.png") no-repeat left bottom;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.scrollTop a:hover{
	background: #00b208;
}

/* table */
table.table1 th,
table.table1 td {
	border: 1px solid #ccc;
}
table.table1 th {
	background-color: #eee;
}
table.table1 td {
	background-color: #fff;
}
table.table1 tr:nth-of-type(2n+1) td {
	background-color: #eee;
}
.tblTtl {
	font-weight: bold;
	margin: 0 auto 0.5rem;
}
h3 {
	border-left:3px solid #00b208;
	padding-left: 0.5rem;
	margin-bottom: 0.5rem;
}
/* imgBox */
.imgBox2col {
	display: flex;
	justify-content: space-between;
}
.imgBox2col span {
	display: block;
	text-align: center;
}
.imgBox2col img {
	border-radius: 5px;
}
.color1 {
	color:#00b208;
}
.pdfLink {
	background: url("../../images/common/icon_pdf.png") no-repeat right center;
	text-decoration: underline;
}
section h2 + h3 {
	margin-top: 0;
}
.textL {
	font-weight: bold;
}
.alignR {
	text-align: right;
}
.box1 {
	border:1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
}
ul.ulType1 li {
	position: relative;
	padding-left: 1em;
}
ul.ulType1 li::before {
	content: "・";
	position: absolute;
	left: 0;
}
header h1#logo a {
	font-size: 0;
}
header h1#logo .siteText {
	position: absolute;
	right: 0;
}
header h1#logo .siteText span {
	background-color: #0760A6;
	color: #fff;
}

.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}

@media screen and (max-width: 768px) {
	.pcNone { display: block;}
	.spNone { display: none;}
	
	body {
		font-size: 4vw;
		-webkit-text-size-adjust: 100%;
	}
	header {
		height: 18vw;
	}
	header h1#logo {
		position: absolute;
		left: 3vw;
		top: 3.3vw;
	}
	header h1#logo img {
		width: 34vw;
	}
	header h1#logo .siteText {
		top: -2vw;
		font-size: 2.7vw;
	}
	header h1#logo .siteText span {
		padding: 0 1vw;
	}
	header #t01 {
		position: absolute;
		left: 3vw;
		top: 13vw;
		font-size: 2.7vw;
	}
	
	.scrollTop {
		right: 4vw;
		bottom: 4vw;
	}
	.scrollTop a {
		width: 12vw;
		height: 12vw;
	}
	.scrollTop a::before {
		width: 4.2vw;
		height: 3.6vw;
		background-size: contain;
	}

	.main_cover{
		position: fixed;
		width: 100%;
		visibility: hidden;
		z-index: -1;  
		-webkit-transition: .3s;
		transition: .3s;
	}
	.main_cover.active{
		height:100%;
		visibility: visible;
		background:rgba(0,0,0,0.4);
		z-index:1000;
	}	
	.header_inner{
		width: 60vw;
		height: 18vw;
		/*position:fixed;*/
		position:absolute;
		top: 0;
		right: 0;
		z-index: 10000;
	}
	.header_wrap{
		position:relative;
		width: 100%;
		height: 18vw;
	}
	/*nav=====*/
	.nav{
		display: none;
		position: relative;
		width: 100%;
		text-align: center;
		top: 18vw;
		left: 0;
		background: #fff;
		z-index: 10000;
	}
	.nav li {
		background: #00b208;
		border-bottom: 1px solid #fff;
		font-size: 5vw;
	}
	.nav a {
			color: #fff;
			display: block;
			height: 60px;
			line-height: 60px;
	}

	/*header_sp_nav=====*/
	.header_sp_nav{
		width: 30px;
		height: 26px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 3vw;
		margin:auto;
		cursor: pointer;
		overflow: hidden;
	}
	.nav_line{
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		background: #00b208;
		-webkit-transition: .3s;
		transition: .3s;
	}
	.nav_line1{
		top: 0;
		bottom: auto;
		margin-bottom: 10px;
	}
	.nav_line2{
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.nav_line3{
		bottom: 0;
		top: auto;
	}
	.header_sp_nav.active .nav_line2{
			right: -60px;
	}
	.header_sp_nav.active .nav_line1{
			top: 0;
			bottom: 0;
			margin: auto;
			transform:rotate(45deg);
	}
	.header_sp_nav.active .nav_line3{
			top: 0;
			bottom: 0;
			margin: auto;
			transform:rotate(-45deg);
	}

	
	table.table1 {
	}
	table.table1 th,
	table.table1 td {
		padding: 2vw;
	}
	
	/* imgBox */
	.imgBox2col {
		margin: 6vw auto;
	}
	.imgBox2col p {
		width: 43vw;
	}
	.imgBox2col span {
		margin-top: 1vw;
	}
	.tblText {
		margin: 2vw auto 0;
	}
	.pdfLink {
		background-size: 4vw auto;
		padding-right: 5vw;
	}
	section h3 {
		margin-top: 4vw;
	}
	ol.olType1 li {
		margin: 0 0 4vw 7vw;
	}
	ul.ulType1 li {
		margin: 0 0 4vw 0;
	}
	.textL {
		font-size: 5vw;
	}
	.box1 {
		padding: 4vw;
		width: 80vw;
		margin: 4vw	auto;
		font-size: 5vw;
	}
	
	.table-scroll {
		width: 100%;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling : touch;
		padding-bottom: 10px;
		position: relative;
		box-sizing: border-box;
	}
	.table-scroll table{
		border-collapse: collapse;
	}
	.table-scroll th,
	.table-scroll td{
		white-space: nowrap;
	}
	.table-scroll th{
	}
	/* mv */
	#mv img {
		height: calc(225vw / 7.5);
	}
	
	.btn1 {
		margin: 0 auto;
		width: 60vw;
	}
	.btn1 a {
		display: block;
		text-align: center;
		padding: 2vw;
		position: relative;
		background-color: #00b208;
		color: #fff;
	}
	.btn1 a::after {
		content: "";
		width: 2vw;
		height: 2vw;
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 3vw;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		transform: rotate(-45deg);
	}
	
	/* footer */
	footer {
		padding: 10vw 0;
		margin-top: 10vw;
	}
	#footerAddress {
		margin-bottom: 10vw;
	}
	#footerAddress #footerTel {
		font-size: 7vw;
		font-weight: bold;
		margin-top: 3vw;
	}
	#footerAddress #footerTel span {
		position: relative;
		padding-left: 31px;
		line-height: 24px;
	}
	#footerAddress #footerTel span::before {
		background: url("../../images/common/icon_tell.png") no-repeat left bottom;
		background-size: contain;
		content: "";
		position: absolute;
		width: 5.9vw;
		height: 9.9vw;
		bottom: 0;
		left: 0;
	}
	#footerAddress #footerTel a {
		color: #00b208;
	}	
	#footermenu {
		font-size: 3vw;
		margin-bottom: 8vw;
	}
	#footermenu ul {
		display: inline-block
	}
	#footermenu ul li {
		display: inline-block;
		border-right: 1px solid #ccc;
		padding: 0 2.7vw;
	}
	#footermenu ul li:last-of-type {
		border: none;
	}
	#footermenu ul li:nth-of-type(n+6) {
		margin-top: 6vw;
	}
	#copyright {
		font-size: 10px;
	}
	
	/* error404 */
	#error #contents {
		width: 92vw;
		margin: 5vw auto 10vw;
	}
	#error h2 {
		font-size: 5vw;
		margin-bottom: 4vw;
		text-align: center;
	}
	#error #contents p {
		margin-bottom: 4vw;
	}
} 

@media screen and (min-width: 769px) {
	.pcNone { display: none;}
	.spNone { display: block;}
	
	body {
		font-size: 16px;
	}
	
	.inner {
		max-width: 1000px;
	}	
	/* header */
	header {
		margin: 20px 0;
	}
	header .inner {
		height: 64px;
		position: relative;
		margin: 0 auto;
	}
	header #logo {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 255px;
		height: auto;
	}
	header h1#logo .siteText {
		top: -8px;
		font-size: 14px;
	}
	header h1#logo .siteText span {
		padding: 0 3px;
	}
	header #headerText {
		position: absolute;
		bottom: -3px;
		left: 326px;
		text-align: right;
	}
	header #tel {
		position: absolute;
		right: 0;
		bottom: 0;
		font-size: 24px;
		line-height: 24px;
		font-weight: bold;
	}
	header #tel span {
		position: relative;
		padding-left: 31px;
	}
	header #tel span::before {
		background: url("../../images/common/icon_tell.png") no-repeat left bottom;
		background-size: contain;
		content: "";
		position: absolute;
		width: 21px;
		height: 37px;
		bottom: 9px;
		left: 0;
	}
	header #tel a {
		color: #00b208;
		pointer-events: none;
	}
	
	/* nav */
	nav#navTop {
		margin-bottom: 20px;
	}
	nav#navTop a:hover {
		text-decoration: none;
	}
	nav#navTop ul {
		box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
		width: 1000px;
		background-color: #fff;
		display: flex;
		justify-content: space-between;
	}
	nav#navTop ul li {
		border-right: 1px solid #ddd;
		height: 60px;
		width: 143px;
		display: flex;
		background: url("../../images/top/img_corner.png") no-repeat right 3px bottom 3px;
	}
	nav#navTop ul li:first-child {
		width: 142px;
	}
	nav#navTop ul li:last-of-type {
		border:none;
	}
	nav#navTop ul li a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		text-align: center;
	}
	nav#navTop ul li a:hover {
	}

	nav#navTop ul li.current,
	#top nav#navTop ul li#nav_top,
	#consult nav#navTop ul li#nav_consult,
	#consult_hour nav#navTop ul li#nav_consult_hour,
	#greet nav#navTop ul li#nav_greet,
	#access nav#navTop ul li#nav_access,
	#kaigo nav#navTop ul li#nav_kaigo,
	#contact nav#navTop ul li#contact_top{
		background-color: #f1f9f1;
	}
	
	/* footer */
	footer {
		padding: 25px 0 50px;
		margin-top: 50px;
	}	
	#footermenu {
		font-size: 16px;
		margin-bottom: 50px;
	}
	#footermenu ul {
		display: inline-block
	}
	#footermenu ul li {
		display: inline-block;
		border-right: 1px solid #ccc;
		padding: 0 10px;
	}
	#footermenu ul li:last-of-type {
		border: none;
	}
	#copyright {
		font-size: 14px;
	}
	
	.scrollTop {
		right: 20px;
		bottom: 30px;
	}
	.scrollTop a {
		border-radius: 5px;
		width: 60px;
		height: 60px;
	}
	.scrollTop a::before {
		width: 16px;
		height: 14px;
	}
	.box1 {
		padding: 20px;
		width: 400px;
		margin: 50px auto;
		font-size: 28px;
	}
	table.table1 {
		width: 770px;
		margin: 0 auto;
	}
	table.table1 th,
	table.table1 td {
		padding: 5px 10px;
	}
	table.table1 th {
	}
	table.table1 td {
	}
	.tblTtl,
	.tblText {
		width: 770px;
	}
	.tblText {
		margin: 10px auto 0;
	}

	
	/* imgBox */
	.imgBox2col {
		width: 770px;
		margin: 50px auto;
	}
	.imgBox2col li {
		width: 360px;
	}
	.imgBox2col span {
		margin-top: 5px;
	}
	
	.pdfLink {
		background-size: 20px 25px;
		padding-right: 25px;
		text-decoration: underline;
	}
	section h3 {
		margin-top: 40px;
	}
	ol.olType1 li {
		margin: 0 0 20px 30px;
	}
	ul.ulType1 li {
		margin: 0 0 10px 0;
	}
	.textL {
		font-size: 22px;
	}
	.btn1 {
		margin: 0 auto;
		width: 300px;
	}
	.btn1 a:hover {
		text-decoration: none;
		opacity: .7;
	}
	.btn1 a {
		display: block;
		text-align: center;
		padding: 10px 0;
		position: relative;
		background-color: #00b208;
		color: #fff;
	}
	.btn1 a::after {
		content: "";
		width: 10px;
		height: 10px;
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 20px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		transform: rotate(-45deg);
	}	
	
	/* error404 */
	#error #contents {
		text-align: center;
		padding: 40px 0;
	}
	#error h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	#error #contents p {
		margin-bottom: 20px;
	}

} 
