@charset "UTF-8";

html {
	overflow-y: scroll;
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 1px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: .95em;
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
	position: relative;
	-webkit-text-size-adjust: 100%;
}

br {
	letter-spacing: normal;
}

img {
	border: 0;
	vertical-align: bottom;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	margin: 0;
}

p {
	margin: 10px 0;
}

ul, 
ol {
	margin: 10px 10px 10px 24px;
}

dl {
	margin: 10px 0;
}

input, 
select {
	vertical-align: top;
}

/* iOSデフォルトスタイルリセット */
input[type="submit"], 
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, 
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus, 
input[type="button"]::focus {
	outline-offset: -2px;
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

a:focus, 
*:focus {
	outline: none;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #0096d1;
	text-decoration: underline;
}

.wrapper {
	width: 100%;
	margin: 0 -500%;
	padding: 0 500%;
}

#header {
	margin: 0 0 15px 0;
	/* background: #fff url('../images/menu-back.png')  0px bottom repeat-x; */
	border-top: 7px #008d54 solid;
	border-bottom: 2px #008d54 solid;
}

#header .wrapper {
	position: relative;
}

#header .contents {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#header #title {
	padding: 52px 0 0 10px;
	width: 218px;
	height: 180px;
	/* height: 7rem; */
}

#header #title h1 {
	margin: 0 0 5px 0;
	width: 218px;
	height: 110px;
	font-size: 1.38rem;
}

#header #title p {
	margin: 0 0 0 15px;
	width: 218px;
	/* height: 60px; */
	font-size: 1.19rem;
	line-height: 1.4rem;
}

#header #head-menu {
	position: absolute;
	left: 0;
	top: 0;
}

#header  #head-menu>ul {
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	width: 260px;
	height: 42px;
	background: transparent url('../images/header-etc-back.png')  0px 0px no-repeat;
}

#header  #head-menu>ul>li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #fff;
	/* background-color: #008d54; */
	border-left: 1px #fff solid;
	font-size: 1rem;
	width: 135px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	float: left;
	overflow: hidden;
}

#header  #head-menu>ul>li:first-child {
	border-left: none;
	width: 110px;
}

#header  #head-menu {
	z-index: 1005;
	width: 260px;
}
#header  #head-menu a:link {
	color: #fff;
	text-decoration: none;
}
#header  #head-menu a:visited {
	color: #fff;
	text-decoration: none;
}
#header  #head-menu a:hover {
	color: #fff;
	text-decoration: underline;
}
#header  #head-menu a:active {
	color: #fff;
	text-decoration: underline;
}

#header .nav {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	/* width: 178px; */
	width: 57px;
	/* height: 64px; */
	z-index: 1000;
	height: 100px;
}

#header .nav>ul {
	margin: 53px 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	width: 178px;
	/* height: 64px; */
	background-color: #fff;
	display: none;
}

#header .nav>ul>li {
	margin: 1px 0 0 0;
	padding: 5px 0 0 0;
	color: #fff;
	background-color: #008d54;
	border-left: 2px #fff solid;
	font-size: 1rem;
	/* width: 178px; */
	/* height: 64px; */
	line-height: 32px;
	text-align: left;
	/* float: left; */
	/* overflow: hidden; */
	/* z-index: 8010; */
}

#header .nav>ul>li.group2 {
	background-color: #79b141;
}

#header .nav>ul>li.group3 {
	background-color: #def3b3;
}

#header .nav>ul>li:first-child {
	border-bottom: none;
}

#header .nav>ul>li:nth-child(2) {
	border-bottom: none;
}

#header .nav>ul>li:nth-child(3) {
	border-right: none;
	border-bottom: none;
}

#header .nav>ul>li:last-child {
	/* border-right: 1px #fff solid; */
	border-bottom: 2px #fff solid;
}

#header .nav>ul>li img {
	vertical-align: text-top;
}

#header .nav>ul>li>a {
	color: #fff;
	text-decoration: none;
	cursor: default;
	display: block;
	height: 100%;
	width: 136px;
	padding: 0 0 0 10px;
}

#header .nav>ul>li.group3>a {
	color: #666;
}

#header .nav>ul>li>a[href] {
	cursor: pointer;
}

#header .nav>ul>li>span {
	cursor: pointer;
	display: block;
	height: 100%;
	width: 165px;
	padding: 0 0 0 10px;
}

#header .nav ul li.home {
	background: #008d54 url('../images/icon-home.png')  10px 7px no-repeat;
}

#header .nav ul li.home > a {
	padding-left: 40px;
}

#header .nav li.home:hover {
	color: #fff;
	background-color: #236B44;
}

#header .nav ul li.home:hover > a {
	color: #fff;
	/* background: #236B44 url('../images/icon-home-hover.png')  40px 20px no-repeat; */
	background: #236B44 url('../images/icon-home.png')  10px 2px no-repeat;
}

#header .nav ul li.guide:hover {
	color: #fff;
	background-color: #236B44;
	overflow: visible;
	/* z-index: 2000; */
}

#header .nav ul li.hospitalization:hover {
	color: #fff;
	background-color: #236B44;
	overflow: visible;
}

#header .nav ul li.employment:hover {
	color: #fff;
	background-color: #236B44;
}

#header .nav ul li.group2:hover {
	background-color: #558f1b;
}

#header .nav ul li.employment:hover > a {
	color: #fff;
}

#header .nav ul li.contact:hover {
	color: #fff;
	background-color: #236B44;
}

#header .nav ul li.contact:hover > a {
	color: #fff;
}

#header .nav ul li.guide.cur {
	color: #fff;
	background-color: #236B44;
}

#header .nav ul li.hospitalization.cur {
	color: #fff;
	background-color: #236B44;
}

#header .nav ul li.employment.cur {
	color: #fff;
	background-color: #236B44;
}

#header .nav ul li.employment.cur > a {
	color: #fff;
}

#header .nav ul li.contact.cur {
	color: #fff;
	background-color: #236B44;
}

#header .nav ul li.contact.cur > a {
	color: #fff;
}

#header .nav ul li.group3:hover {
	background-color: #bde88e;
}

#header .nav>ul>li div {
	color: #008d54;
	padding: 0 0 0 0;
	/* z-index: 1000; */
	/* height: 3px; */
	display: none;
}

#header .nav>ul>li.facility div {
	color: #79b141;
}

#header .nav>ul>li div>ul {
	margin: 0 0 0 0;
	padding: 2px 0;
	background-color: #fff;
	border: 3px #008d54 solid;
	/* z-index: 9020; */
	/* height: 0px; */
}

#header .nav>ul>li.facility div>ul {
	border: 3px #79b141 solid;
}

#header .nav>ul>li div>ul>li {
	/* overflow: hidden; */
	margin: 0 2px;
	padding: 0;
	color: #008d54;
	font-size: 1rem;
	/* height: 30px; */
	/* height: 0; */
	line-height: 30px;
	text-align: center;
	transition: .1s;
}

#header .nav>ul>li.facility div>ul>li span {
	font-size: .7rem;
}

#header .nav>ul>li.guide:hover div>ul>li, 
#header .nav>ul>li.hospitalization:hover div>ul>li {
	overflow: visible;
	height: 30px;
}

#header .nav>ul>li div>ul>li a {
	color: #008d54;
	text-decoration: none;
	cursor: pointer;
	display: block;
	height: 100%;
	width: 100%;
}

#header .nav>ul>li.facility div>ul>li a {
	color: #79b141;
}

#header .nav>ul>li.guide div>ul>li:hover, 
#header .nav>ul>li.guide div>ul>li a:hover {
	color: #fff;
	background-color: #008d54;
}

#header .nav>ul>li.hospitalization div>ul>li:hover, 
#header .nav>ul>li.hospitalization div>ul>li a:hover {
	color: #fff;
	background-color: #008d54;
}

#header .nav>ul>li.facility div>ul>li:hover, 
#header .nav>ul>li.facility div>ul>li a:hover {
	color: #fff;
	background-color: #558f1b;
}


#menu-cb {
	display: none;
}

#header .nav #menu-icon {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

#menu-cb:checked ~ #header .nav #menu-icon, 
#menu-cb:checked ~ #header .nav>ul {
	display: block;
}


#footer {
	clear: left;
	font-size: 1rem;
	color: #fff;
	line-height: 1.75rem;
	margin: 0;
	padding: 0;
}

#footer .wrapper {
	background-color: #008d54;
	position: relative;
	width: 100%;
	margin: 0 -500%;
	padding: 0 500%;
}

#footer .contents {
	padding: 15px 0 10px 0;
	width: 330px;
	margin: 0 auto;
	position: relative;
}

#footer .contents #company {
	margin: 0 0 0 0;
}

#footer .contents div.right-area {
	text-align: right;
	font-size: 1rem;
	margin-right: 10px;
}

/* #footer .contents div.right-area>p#burden-reduction-plan {
	margin-right: 1.05rem;
} */

#footer .contents div.right-area>p.right-area-link {
	/* margin-right: 2.60rem; */
	width: 18rem;
	margin-left: auto;
	margin-right: 0;
	text-align:left;
}

#footer .contents div.right-area #copyright {
	margin-top: 1rem;
	text-align: center;
	line-height: 1.3rem;
}

#footer p {
	margin: 0 0 0 0;
}

#footer #company strong {
	font-weight: normal;
	font-size: 1.4rem;
}

#footer address {
	font-style: normal;
	/* font-size: .88rem; */
	height: 8rem;
}

#footer address br.sp320 {
	display: none;
}

#footer address br.sp600 {
	display: block;
}

#footer .contents a:link {
	color: #fff;
	text-decoration: none;
}
#footer .contents a:visited {
	color: #fff;
	text-decoration: none;
}
#footer .contents a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer .contents a:active {
	color: #fff;
	text-decoration: underline;
}

#footer span.address {
	margin-left: 1em;
}

#footer #tel {
	margin-right: .5em;
}

#footer #privacy {
	margin-top: 20px;
	font-size: .88rem;
}

#footer #copyright small {
	font-size: .88rem;
}


#scrollUp {
	bottom: 20px;
	right: 20px;
	opacity: .7;
	width: 80px;
	height: 80px;
	background-image: url('../images/scrollup.png');
}
#scrollUp:hover {
	color: #fff;
	opacity: .9;
}

/* #header .nav a[target="_blank"], 
#sitemap-area a[target="_blank"] {
    padding-right: 13px;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAO5QAADuUB1UTNawAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADdSURBVBiVYzxn5fCGTUKSmQEH+P/zB9Ofrz/qDfZvm8DAwMDAwsLLw8oqKsyHS8O/b98Y/v18JQDjM14JDHvLa24q9OvZc4Zfz19gsYKBgeE/w38GRsb/rCJCn1m4NNU/ypWXCF32CmBgl5PFZREjAwMD48/nz/mZcKnABVhgDDZJCQb56nK8ih+1dTGw/Hn3nu3b9RsMTOzsDOyyMng1MLKxMjB9vXGr/HZ+aeb/f//+E+Wm////M/z//5/hVkbu3/8EwO28ov+M//9DDL5TUPqJ4f8/XryG//v/CwDY9m8jCOSUEAAAAABJRU5ErkJggg==) right center no-repeat scroll;
} */

#header .nav>ul>li.blog a[target="_blank"] {
    background-image: none;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/* スマホ用 */
@media print, screen and (min-width:360px) {


}

/* タブレット用 */
@media print, screen and (min-width:600px) {

	#header {
		/* margin: 0 0 15px 0;
		background: #fff url('../images/menu-back2.png')  0px bottom repeat-x;
		border-top: 7px #008d54 solid;
		border-bottom: 0; */
	}
	
	#header .contents {
		width: 600px;
		/* height: 314px; */
	}
	
	#header #title {
		padding: 5px 0 0 10px;
		width: 218px;
		/* height: 110px; */
		/* height: 7rem; */
	}
	
	#header #head-menu {
		position: absolute;
		left: auto;
		right: 70px;
		top: 0;
	}
	
	#footer .contents {
		padding: 15px 0 10px 0;
		width: 580px;
		margin: 0 auto;
		position: relative;
	}
	
	#footer .contents div.right-area {
		/* position: absolute;
		right: 0;
		bottom: 10px; */
		text-align: right;
		font-size: 1rem;
	}
	
	#footer .contents div.right-area #copyright {
		margin-top: 50px;
	}
	
	#footer address {
		font-style: normal;
		/* font-size: .88rem; */
		height: 9rem;
	}
	
	#footer #copyright br.sp600 {
		display: none;
	}
	
	



}

/* PC用 */
@media print, screen and (min-width:1000px) {

	#header {
		background: #fff url('../images/menu-back.png')  0px bottom repeat-x;
	}

	#header .contents {
		width: 1000px;
		height: auto;
	}
	
	#header .nav {
		position: relative;
		margin: 0 auto;
		width: 901px;
		height: 64px;
		/* z-index: 9000; */
		z-index: 1000;
	}
	
	#header .nav>ul {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		list-style-type: none;
		width: 100%;
		height: 64px;
		background-color: transparent;
	}
	
	#header .nav>ul>li {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		color: #fff;
		background-color: #008d54;
		border-left: 1px #fff solid;
		font-size: 1.13rem;
		width: 178px;
		height: 64px;
		line-height: 65px;
		text-align: center;
		float: left;
		overflow: hidden;
	}
	
	#header .nav>ul>li.group2 {
		display: none;
	}
	
	#header .nav>ul>li.group3 {
		display: none;
	}
	
	#header .nav>ul>li:first-child {
		border-bottom: none;
	}
	
	#header .nav>ul>li:nth-child(2) {
		border-bottom: none;
	}
	
	#header .nav>ul>li:nth-child(3) {
		border-right: none;
		border-bottom: none;
	}
	
	#header .nav>ul>li:nth-child(5) {
		border-right: 1px #fff solid;
		border-bottom: none;
	}
	
	#header .nav>ul>li.guide:hover ~ li.contact {
		visibility : visible;
	}
	
	#header .nav>ul>li>a {
		color: #fff;
		text-decoration: none;
		cursor: default;
		display: block;
		height: 100%;
		width: 137px;
		padding: 0;
	}
	
	#header .nav>ul>li>span {
		cursor: default;
		display: block;
		height: 100%;
		width: 100%;
		padding: 0;
	}

	#header .nav ul li.home {
		background: #008d54 url('../images/icon-home.png')  40px 20px no-repeat;
	}
	
	#header .nav ul li.home > a {
		padding-left: 20px;
	}
	
	#header .nav ul li.home:hover > a {
		color: #fff;
		background: #236B44 url('../images/icon-home.png')  40px 20px no-repeat;
	}
	
	#header .nav>ul>li div {
		color: #008d54;
		background: transparent url('../images/submenu-triangle.png') 0px 0px no-repeat;
		padding: 9px 0 0 0;
		z-index: 1000;
		display: block;
	}

	#header .nav>ul>li div>ul>li {
		overflow: hidden;
		margin: 0 2px;
		padding: 0;
		color: #008d54;
		font-size: 1rem;
		/* height: 30px; */
		height: 0;
		line-height: 30px;
		text-align: center;
		transition: .1s;
	}
	
		
	#header .nav #menu-icon {
		display: none;
	}

	#menu-cb:checked ~ #header .nav>ul {
		display: block;
	}

	#menu-cb:checked ~ #header .nav #menu-icon {
		display: none;
	}

	#footer .contents {
		padding: 15px 0 10px 0;
		width: 970px;
		margin: 0 auto;
		position: relative;
	}
	
	#footer .contents div.right-area {
		position: absolute;
		right: 0;
		bottom: 15px;
		text-align: right;
		font-size: 1rem;
	}
	
	#footer .contents div.right-area #copyright {
		margin-top: 10px;
	}
	
	#footer address {
		height: 11rem;
	}
	
	#footer address br.sp600 {
		display: none;
	}
	
	


	/* .wrapper {
		width: 100%;
		margin: 0 -500%;
		padding: 0 500%;
	} */

	/* #header {
		margin: 0 0 15px 0;
		background: #fff url('../images/menu-back.png')  0px bottom repeat-x;
		border-top: 7px #008d54 solid;
	}

	#header .wrapper {
		position: relative;
	}

	#header .contents {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}

	#header #title {
		padding: 5px 0 0 10px;
		width: 218px;
	}

	#header #title h1 {
		margin: 0;
		width: 218px;
		height: 110px;
		font-size: 1.38rem;
	}

	#header #title p {
		margin: 0 0 10px 15px;
		width: 218px;
		font-size: 1.19rem;
	}

	#header #head-menu {
		position: absolute;
		right: 0;
		top: 0;
	}

	#header  #head-menu>ul {
		margin: 0 0 0 0;
		padding: 0 0 0 10px;
		list-style-type: none;
		width: 302px;
		height: 42px;
		background: transparent url('../images/header-etc-back.png')  0px 0px no-repeat;
	}

	#header  #head-menu>ul>li {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		color: #fff;
		border-left: 1px #fff solid;
		font-size: 1rem;
		width: 135px;
		height: 38px;
		line-height: 38px;
		text-align: center;
		float: left;
		overflow: hidden;
	}

	#header  #head-menu>ul>li:first-child {
		border-left: none;
	}
	
	#header  #head-menu a:link {
		color: #fff;
		text-decoration: none;
	}
	#header  #head-menu a:visited {
		color: #fff;
		text-decoration: none;
	}
	#header  #head-menu a:hover {
		color: #fff;
		text-decoration: underline;
	}
	#header  #head-menu a:active {
		color: #fff;
		text-decoration: underline;
	}
	
	#header .nav {
		position: relative;
		margin: 0 auto;
		width: 901px;
		height: 60px;
	}

	#header .nav>ul {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		list-style-type: none;
		width: 100%;
		height: 60px;
	}

	#header .nav>ul>li {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		color: #fff;
		background-color: #008d54;
		border-left: 1px #fff solid;
		font-size: 1.13rem;
		width: 178px;
		height: 60px;
		line-height: 65px;
		text-align: center;
		float: left;
		overflow: hidden;
	}

	#header .nav>ul>li:first-child {
		border-bottom: none;
	}

	#header .nav>ul>li:nth-child(2) {
		border-bottom: none;
	}

	#header .nav>ul>li:nth-child(3) {
		border-right: none;
		border-bottom: none;
	}

	#header .nav>ul>li:last-child {
		border-right: 1px #fff solid;
	}

	#header .nav>ul>li img {
		vertical-align: text-top;
	}
*/
	#header .nav>ul>li>a {
		color: #fff;
		text-decoration: none;
		cursor: default;
		display: block;
		height: 100%;
		width: 100%;
	}
/*
	#header .nav>ul>li>a[href] {
		cursor: pointer;
	}

	#header .nav>ul>li>span {
		cursor: default;
		display: block;
		height: 100%;
		width: 100%;
	} */

	/* #header .nav>ul>li div {
		color: #008d54;
		background: transparent url('../images/submenu-nami.png') 0px 0px no-repeat;
		padding: 9px 0 0 0;
	}

	#header .nav>ul>li div>ul {
		margin: 0 0 0 0;
		padding: 2px 0;
		background-color: #fff;
		border: 3px #008d54 double;
	}

	#header .nav>ul>li div>ul>li {
		margin: 0 2px;
		padding: 0;
		color: #008d54;
		font-size: .88rem;
		height: 30px;
		line-height: 30px;
		text-align: center;
	}

	#header .nav>ul>li div>ul>li a {
		color: #008d54;
		text-decoration: none;
	}

	#header .nav>ul>li.guide div>ul>li:hover, 
	#header .nav>ul>li.guide div>ul>li a:hover {
		background-color: #fff;
	}

	#header .nav>ul>li.hospitalization div>ul>li:hover, 
	#header .nav>ul>li.hospitalization div>ul>li a:hover {
		background-color: #fff;
	} */


}

/* 印刷用 */
@media print {

	body {
		width: 1000px;
	}

	#wrapper {
		width: 1000px;
	}

}