
/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（961px〜）
---------------------------------------------------------------------------------------------------- */

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

/* レイアウト
-------------------------------------*/

body {
	color:#333;
	text-align:center;
	margin:0 auto;
	height:100%;
	-webkit-text-size-adjust: 100%;
}

#wrap {
	width:100%;
	text-align:center;
	margin:0 auto;
	background: url("../img/common/bg.jpg") top center no-repeat;
	background-size: 100%;
}

#layout {
	width:100%;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}

.width {
	width:1100px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.width30 {
	width: 30%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
	text-align: center;
	font-size: 220%;
	margin-bottom: 1.5em;
	line-height: 130%;
	background: url("../img/common/h_logo.png") top center no-repeat;
	padding-top: 70px;
}

h1 span {
	font-size: 45%;
	color: #009E3E;
	margin-top: 10px;
	display: block;
	text-transform: uppercase;
}

h2 {
	text-align: left;
	font-size: 160%;
	margin-bottom: 20px;
	line-height: 130%;
	border-left: 7px solid #009E3E;
	padding: 4px 0 2px 10px;
	font-weight: bold;
}

h2 span {
	text-align: left;
	font-size: 60%;
	background: #009E3E;
	color: #FFF;
	padding: 8px 30px;
	vertical-align: middle;
	font-weight: bold;
	border-radius: 100px;
	line-height: 100%;
}

h3 {
	font-size: 140%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCC;
	color: #009E3E;
	font-weight: bold;
	text-align: left;
}

h4 {
	font-size: 110%;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}

p {
	font-size: 100%;
	line-height: 180%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 100%;
	padding-bottom: 20px;
}

ul.text li {
	line-height: 150%;
	margin: 0 0 10px 20px;
	list-style: outside;
}

ul.text2 {
	text-align: left;
	font-size: 100%;
	padding-bottom: 20px;
}

ul.text2 li {
	line-height: 200%;
	padding: 0 0 0 10px;
	list-style: inside;
	border-bottom: 1px dotted #CCC;
}

ol.text {
	counter-reset:list;
	list-style-type:none;
	padding:0;
	text-align: left;
	margin-bottom: 20px;
}

ol.text li {
	position:relative;
	padding: 20px 0 20px 50px;
	margin: 0px 0;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
	font-size: 110%;
}

ol.text li:before {
	counter-increment: list;
	content: counter(list);
	position: absolute;
	left: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	line-height:40px;
	background: #009E3E;
	border-radius: 50%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

ol.text2 {
	text-align: left;
	font-size: 100%;
	padding-bottom: 20px;
}

ol.text2 li {
	line-height: 180%;
	padding: 0 0 0 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.waku img {
	border-radius: 15px;
}

.waku span {
	display: block;
	text-align: center;
	margin-top: 5px;
	font-size: 90%;
}

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

header {
	margin: 40px auto 10px;
	text-align: center;
}

#h_left {
	float: left;
}

#h_right {
	float: right;
}

.title {
	font-size: 80%;
	margin-bottom: 10px;
	text-align: right;
}

.h_r_left {
	float: left;
	margin-top: 15px;
}

.h_r_left ul li {
	font-size: 80%;
	float: left;
	margin-right: 25px;
	list-style: none;
}

.h_r_right {
	float: right;
}

/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#naviBg {
}

#dropmenu {
	list-style-type: none;
	height: 80px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 1000;
}

#dropmenu li {
	position: relative;
	z-index: 1000;
	float: left;
	margin: 0;
	padding-right: 1px;
	text-align: center;
	box-sizing: border-box;
}

#dropmenu li:nth-child(1) { width: 19%; }
#dropmenu li:nth-child(2) { width: 14%; }
#dropmenu li:nth-child(3) { width: 14%; }
#dropmenu li:nth-child(4) { width: 25%; }
#dropmenu li:nth-child(5) { width: 14%; }
#dropmenu li:nth-child(6) {
	width: 14%;
	padding-right: 0;
}

#dropmenu li a {
	display: block;
	margin: 0;
	padding: 20px 0;
	height: 40px;
	color: #555555;
	font-size: 95%;
	font-weight: bold;
	background: #FFF;
	text-decoration: none;
}

#dropmenu li a strong {
	margin-top: -5px;
	display: block;
	font-size: 80%;
	line-height: 110%;
}

#dropmenu li a span {
	font-size: 60%;
	color: #94C41D;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
}

#dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 2000;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#dropmenu li ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	transition: .2s;
	padding-right: 0;
	border-right: none;
}

#dropmenu li ul li:nth-child(1),
#dropmenu li ul li:nth-child(2),
#dropmenu li ul li:nth-child(3),
#dropmenu li ul li:nth-child(4),
#dropmenu li ul li:nth-child(5),
#dropmenu li ul li:nth-child(6),
#dropmenu li ul li:nth-child(7) {
	width: 150%;
	border-left: none;
	background: url("../img/nav/arrow.png") center left no-repeat;
	float: right;
}

#dropmenu li ul li ul li {
	width: 200%;
}

#dropmenu li ul li a {
	padding: 14px 10px 14px 28px;
	height: 54px;
	box-sizing: border-box;
	background: #009E3E url("../img/nav/arrow.png") 15px center no-repeat;
	text-align: left;
	font-weight: normal;
	color: #FFF;
}

#dropmenu > li:hover > a { background: #009E3E; color:#FFF; }
#dropmenu > li:hover li:hover > a {  background: #94C41D url("../img/nav/arrow.png") 15px center no-repeat; transition: 0.5s; }
#dropmenu li:hover > ul > li {
	overflow: visible;
	height: 54px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(49,176,99,1);
}

#dropmenu li ul li ul {
	top: 0;
	left: 100%;
}

#dropmenu li:last-child ul li ul {
	left: -100%;
	width: 100%;
}


#fix.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	text-align: center;
	margin: 0 auto;
	background: #FFFFFF;
	border-bottom: 3px solid #009E3E;
}

/*
#fix #dropmenu li {
	position: relative;
	z-index: 1000;
	float: left;
	margin: 0;
	padding-right: 0;
	border-left: 1px solid #E5DDC8;
	text-align: center;
	box-sizing: border-box;
}

#fix #dropmenu li:nth-child(5) {
	padding-right: 0;
	border-right: 1px solid #E5DDC8;
}

#fix #dropmenu li ul li {
	border-left: 0;
}
*/

#fix.fixed + #main {
	margin-top: 90px;
}

#fix.fixed + #prtMain {
	margin-top: 90px;
}


/* コンテンツ
--------------------------------------------------------------------------*/

#container {
	margin-top: 50px;
	background: url("../img/footer/f_bg.jpg") bottom center no-repeat;
	background-size: 100%;
	padding-bottom: 500px;
}

#content {
	background: #FFF;
	border-radius: 15px 15px 0 0;
	padding: 80px 50px 0px;
	box-sizing: border-box;
}

section {
	padding-bottom: 60px;
}

.bggreen {
	background: #FBFAF5;
	padding: 80px 0;
}

.column2 {
	width:48%;
	float:left;
	margin-bottom:20px;
	margin-right:4%;
}

.column2:nth-child(2n) {
	margin-right:0;
}

.column3 {
	width:31%;
	float:left;
	margin-right:3.5%;
}

.column3:nth-child(3n) {
	margin-right:0;
}

.column3 .btn2 {
	margin-bottom: 50px;
}

.column4 {
	width:23.5%;
	float:left;
	margin-right:2%;
}

.column4:nth-child(4n) {
	margin-right:0;
}

.left65 {
	float: left;
	width: 65%;
}

.right30 {
	float: right;
	width: 30%;
}

.left60 {
	float: left;
	width: 55%;
}

.right35 {
	float: right;
	width: 40%;
}

/* トップページ
--------------------------------------------------------------------------*/

#main {
	clear: both;
	margin-top: 30px;
	z-index: 1;
	position: static;
}

#main p {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 30px;
	text-align: center;
	font-size: 320%;
	line-height: 120%;
	z-index: 10;
	width: 100%;
	height: 150px;
	color: #FFF;
	text-shadow: 0 0 5px #8FAEE2;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

#main img {
	border-radius: 15px;
}

/* タブ
-------------------------------------*/

ul#tab {
    width: 100%;
}

#tab li {
	float: left;
    text-align: center;
    vertical-align: middle;
	width: 18.4%;
	list-style: none;
	cursor: pointer;
	border: 1px solid #E5DDC8;
	font-size: 90%;
	line-height: 120%;
	border-radius: 100px;
	margin-right: 2%;
	padding: 20px;
	background: #FFF;
	font-weight: bold;
	box-sizing: border-box;
}

#tab li:nth-child(5) {
	margin-right: 0%;
}

#tab li.select {
	background: #94C41D;
	color: #FFF;
}

#tab li:hover {
	background: #94C41D;
	transition: 0.3s;
	color: #FFF;
}

.disnon {
	display: none;
}

.content_wrap {
	clear: left;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

/* 新着情報
-------------------------------------*/

.newsUl {
	text-align:left;
	margin-top: 40px;
	margin-bottom: 30px;
}

.newsUl ul {
}

.newsUl ul li {
	padding: 25px;
	background: #FFF;
	list-style: none;
	font-size: 90%;
	margin-bottom: 10px;
	border-bottom: 1px solid #E5DDC8;
	border-right: 1px solid #E5DDC8;
}

.newsUl ul li span {
	background: #009E3E;
	font-weight: bold;
	color: #FFF;
	margin-right: 10px;
	padding: 8px 20px;
	font-size: 80%;
	border-radius: 3px;
	text-transform: uppercase;
}

.newsUl ul li a {
	padding-left: 20px;
}

/* 点滅 */
.blinking{
	color: #AA0D10;
	font-weight: bold;
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* 下階層
--------------------------------------------------------------------------*/

#prtMain {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 0;
	padding: 60px 0 100px;
	border-radius: 15px;
	width: 1100px;
	box-sizing: border-box;
}

#about #prtMain { background: url("../img/content/about/main.jpg") center center no-repeat; }
#service #prtMain { background: url("../img/content/service/main.jpg") center center no-repeat; }
	#facility #prtMain { background: url("../img/content/service/facility/main.jpg") center center no-repeat; }
	#life #prtMain { background: url("../img/content/service/life_care/main.jpg") center center no-repeat; }
	#short #prtMain { background: url("../img/content/service/shortstay/main.jpg") center center no-repeat; }
	#self #prtMain { background: url("../img/content/service/self_training/main.jpg") center center no-repeat; }
	#b_type #prtMain { background: url("../img/content/service/b_type/main.jpg") center center no-repeat; }
	#respite #prtMain { background: url("../img/content/service/respite_care/main.jpg") center center no-repeat; }
	#job #prtMain { background: url("../img/content/service/job_coach/main.jpg") center center no-repeat; }
#palette #prtMain { background: url("../img/content/palette/main.jpg") center center no-repeat;}
#support #prtMain { background: url("../img/content/support/main.jpg") center center no-repeat;}
#music #prtMain { background: url("../img/content/music/main.jpg") center center no-repeat;}
#access #prtMain { background: url("../img/content/access/main.jpg") center center no-repeat;}
#recruit #prtMain { background: url("../img/content/recruit/main.jpg") center center no-repeat;}
	#recruitment #prtMain { background: url("../img/content/recruit/recruitment/main.jpg") center center no-repeat;}
	#interview #prtMain { background: url("../img/content/recruit/interview/main.jpg") center center no-repeat;}

#contact #prtMain { background: url("../img/content/news/main.jpg") center center no-repeat;}
#news #prtMain { background: url("../img/content/news/main.jpg") center center no-repeat;}
	#topics #prtMain { background: url("../img/content/news/main.jpg") center center no-repeat;}
	#letter #prtMain { background: url("../img/content/news/main.jpg") center center no-repeat;}
#blog #prtMain { background: url("../img/content/news/main.jpg") center center no-repeat;}
body.category #prtMain { background: url("../img/content/news/main.jpg") center center no-repeat;}

#prtMainBg {
	margin-top: 20px;
	background: rgba(255,255,255,0.8);
	display: inline-table;
	padding: 20px 50px;
	border-radius: 10px;
}

#prtMainBg h1 {
	background: none;
	margin: 0;
	padding: 0;
}

#prtMainBg h1 span {
}


/* コンテンツ
--------------------------------------------------------------------------*/

#tab_box2 {
    width: 100%;
	margin-bottom: 80px;
}

#tab_box2 li {
	float: left;
    text-align: center;
    vertical-align: middle;
	width: 22.75%;
	list-style: none;
	cursor: pointer;
	font-size: 110%;
	line-height: 120%;
	margin-right: 3%;
	font-weight: bold;
	box-sizing: border-box;
}

#tab_box2 li:nth-child(4) {
	margin-right: 0%;
}

#tab_box2 a {
	padding: 20px;
	display: block;
	border: 1px solid #E5DDC8;
	background: #FBFAF5;
	transition: 0.3s;
	border-radius: 100px;
}

#tab_box2 li a:hover {
	display: block;
	background: #94C41D;
	transition: 0.3s;
	color: #FFF;
}

#tab_box3 {
    width: 100%;
	margin-bottom: 80px;
}

#tab_box3 li {
	float: left;
    text-align: center;
    vertical-align: middle;
	width: 31.333%;
	list-style: none;
	cursor: pointer;
	font-size: 110%;
	line-height: 120%;
	margin-right: 3%;
	font-weight: bold;
	box-sizing: border-box;
}

#tab_box3 li:nth-child(3) {
	margin-right: 0%;
}

#tab_box3 a {
	padding: 20px;
	display: block;
	border: 1px solid #E5DDC8;
	background: #FBFAF5;
	transition: 0.3s;
	border-radius: 100px;
}

#tab_box3 li a:hover {
	display: block;
	background: #94C41D;
	transition: 0.3s;
	color: #FFF;
}

#recruit #recruit-nav-1 { background: #94C41D; color: #FFF;}
#recruitment #recruit-nav-2 { background: #94C41D; color: #FFF;}
#interview #recruit-nav-3 { background: #94C41D; color: #FFF;}


#tab_box4 {
    width: 100%;
	margin-bottom: 80px;
}

#tab_box4 li {
	float: left;
    text-align: center;
    vertical-align: middle;
	width: 22.75%;
	list-style: none;
	cursor: pointer;
	font-size: 110%;
	line-height: 120%;
	margin-right: 3%;
	font-weight: bold;
	box-sizing: border-box;
}

#tab_box4 li:nth-child(4) {
	margin-right: 0%;
}

#tab_box4 a {
	padding: 20px;
	display: block;
	border: 1px solid #E5DDC8;
	background: #FBFAF5;
	transition: 0.3s;
	border-radius: 100px;
}

#tab_box4 li a:hover {
	display: block;
	background: #94C41D;
	transition: 0.3s;
	color: #FFF;
}

#news #news-nav-1 { background: #94C41D; color: #FFF;}
#topics #news-nav-2 { background: #94C41D; color: #FFF;}
#blog #news-nav-3 { background: #94C41D; color: #FFF;}
#letter #news-nav-4 { background: #94C41D; color: #FFF;}

#contact_box {
	height: 180px;
	overflow: auto;
	padding: 30px 30px 0 30px;
	margin-bottom: 30px;
	background: #FFF9EE;
	background: #F9F9F9;
	border: 1px solid #EEE;
}

#scheduleList dl dt {
	background: #009E3E;
	background: #94C41D;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 25%;
	float: left;
	padding: 11px 0px 10px;
	text-align: center;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 100%;
	box-sizing: border-box;
	position: relative;
}

#scheduleList dl dd {
	background: #FBFAF5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #E5DDC8;
	border-radius: 5px;
	width: 74%;
	float: right;
	text-align: left;
	padding: 10px 5px 9px 20px;
	margin-bottom: 10px;
	font-size: 100%;
	box-sizing: border-box;
}


/* フッター
--------------------------------------------------------------------------*/

footer {
	border-top: 1px solid #FFF;
}

#f_main {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 20px 0;
}

#f_main ul li {
	list-style: none;
	display: inline;
	padding: 0 15px;
	font-size: 85%;
}

#f_btm {
	padding: 30px 0 20px;
}

#f_left {
	float: left;
}

#f_l_left {
	float: left;
}

#f_l_right {
	float: right;
	margin-left: 20px;
	margin-top: 25px;
	font-size: 95%;
}

#f_l_right p {
	line-height: 150%;
}

#f_right {
	float: right;
}

#f_right p {
	margin-bottom: 10px;
}

#f_right ul li {
	list-style: none;
	float: left;
	padding: 0 15px 0 10px;
	font-size: 85%;
	background: url("../img/footer/f_arrow.png") left center no-repeat;
}

address {
	text-align: center;
	font-style: normal;
	background: #009E3E;
	color: #FFF;
	font-size: 80%;
	padding: 20px 0;
}

/* その他
--------------------------------------------------------------------------*/

div.normalTbl input {
	font-size: 100%;
	height: 25px;
	color: #666;
}

div.normalTbl select {
	color: #666;
	font-size: 100%;
}

div.normalTbl textarea {
	color: #666;
	font-size: 100%;
	border-color: #CCC;
}

.formButton {
	text-align:center;
	margin:0 auto;
	display: block;
	margin-top: 40px;
}

.formButton input {
	padding:20px 10%;
	text-align: center;
	margin: 0 auto;
	border-style: none;
	background: #C32B27;
	color: #FFF;
	font-size: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.formButton input:hover {
	background:#FF8800;
	transition: 0.3s;
}

/* ローディング
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}


/* その他ナビゲーション
--------------------------------------------------------------------------*/

.btn {
	background: #C32B27;
	color: #FFF;
	font-size: 90%;
	margin: 0 auto;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn a {
	color: #FFFFFF;
	transition: 0.3s;
	text-decoration: none;
	display: block;
	padding: 12px 40px;
	box-sizing: border-box;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn a:hover {
	color: #FFFFFF;
	transition: 0.3s;
	text-decoration: underline;
	background-color: #F24029;
}

.btn2 {
	background: #E0750B;
	color: #FFF;
	font-size: 90%;
	margin: 0 auto 10px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn2 a {
	color: #FFFFFF;
	transition: 0.3s;
	text-decoration: none;
	display: block;
	padding: 15px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn2 a:hover {
	color: #FFFFFF;
	transition: 0.3s;
	text-decoration: underline;
	background-color: #F24029;
}

.btn4 {
	background: #009E3E;
	color: #FFF;
	font-size: 90%;
	margin: 0 auto;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn4 a {
	color: #FFFFFF;
	transition: 0.3s;
	text-decoration: none;
	display: block;
	padding: 15px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn4 a:hover {
	color: #FFFFFF;
	transition: 0.3s;
	text-decoration: underline;
	background-color: #F24029;
}

/* ページトップ
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    font-size: 80%;
}

#page-top a {
    background: #009E3E;
    text-decoration: none;
    color: #fff;
	padding: 20px 15px;
    text-align: center;
    display: block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#page-top a:hover {
    text-decoration: none;
    background: #333;
}

/* wordpress
--------------------------------------------------------------------------*/

.entry-footer {
	border: 1px solid #E5DDC8;
	padding: 15px;
	margin: 50px 0;
}

.pageback {
	border-top: 4px solid #009E3E;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

.author {
	display: none;
}

.navigation {
	display: none;
}

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
        text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 通常の文字色 */
	background: #009E3E; /* 通常の背景色 */
}
.pagination a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #94C41D; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #FFF; /* 現在のページの文字色 */
        background: #94C41D; /* 現在のページの背景色 */
}

@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
}

/* ----------------------------------------------------------------------------------------------------
     タブレット・PC端末（480px〜960px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 1100px) {

.pc {
	display:none;
}

.sp {
	display:none;
}

.width {
	width:95%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#prtMain {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 0;
	padding: 60px 0 100px;
	border-radius: 15px;
	width: 95%;
	box-sizing: border-box;
}

} /* /@media */



/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

#layout {
	width:100%;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}

.width {
	width:90%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.width30 {
	width: 100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

/* 文字
--------------------------------------------------------------------------*/
	
h1 {
	text-align: center;
	font-size: 200%;
	margin-bottom: 1.5em;
	line-height: 130%;
	background: url("../img/common/h_logo.png") top center no-repeat;
	padding-top: 70px;
}

h1 span {
	font-size: 45%;
	color: #009E3E;
	margin-top: 5px;
	display: block;
	text-transform: uppercase;
}

h2 {
	text-align: left;
	font-size: 150%;
	margin-bottom: 20px;
	line-height: 130%;
	border-left: 7px solid #009E3E;
	padding: 4px 0 2px 10px;
	font-weight: bold;
}

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

header {
	margin: 20px auto 0px;
	text-align: center;
}

#h_left {
	float: none;
}

#h_right {
	display: none;
	float: right;
}

/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#naviBg {
	display: none;
}

#fix.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	background: #FFFFFF;
	border-bottom: 3px solid #009E3E;
}
	
#sp_top {
	display: block;
}
	
#sp_btm {
	display: none;
}
	
#fix.fixed #sp_top {
	display: none;
}

#fix.fixed #sp_btm {
	display: block;
}

#fix.fixed #sp_btm p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#fix.fixed + #main {
	margin-top: 130px;
}

#fix.fixed + #prtMain {
	margin-top: 130px;
}
	
.sp_left {
	float: left;
	width: 60%;
}

.sp_right {
	float: right;
	width: 35%;
}


/* コンテンツ
--------------------------------------------------------------------------*/

#container {
	margin-top: 50px;
	background: url("../img/footer/f_bg.jpg") bottom center no-repeat;
	background-size: 100%;
	padding-bottom: 200px;
}

#content {
	background: #FFF;
	border-radius: 15px 15px 0 0;
	padding: 20px 0 0px;
	box-sizing: border-box;
}

section {
	padding-bottom: 40px;
}

.bggreen {
	background: #FBFAF5;
	padding: 50px 0;
}

.column2 {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	margin-right: 0%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.column3:nth-child(3n) {
	margin-right: 4%;
}

.column3:nth-child(2n) {
	margin-right: 0;
}

.column3 p {
	margin-bottom: 10px;
}
	
.column4 {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.column4:nth-child(4n) {
	margin-right: 4%;
}

.column4:nth-child(2n) {
	margin-right: 0;
}

.left65 {
	float: none;
	width: 100%;
}

.right30 {
	float: none;
	width: 100%;
}

.left60 {
	float: none;
	width: 100%;
}

.right35 {
	float: none;
	width: 100%;
}

/* トップページ
--------------------------------------------------------------------------*/

#main {
	clear: both;
	margin-top: 30px;
	z-index: 1;
	position: static;
}

#main img {
	border-radius: 15px;
}

/* タブ
-------------------------------------*/

ul#tab {
    width: 100%;
}

#tab li {
	float: left;
    text-align: center;
    vertical-align: middle;
	width: 49%;
	list-style: none;
	cursor: pointer;
	border: 1px solid #E5DDC8;
	font-size: 90%;
	line-height: 120%;
	border-radius: 100px;
	margin-right: 2%;
	margin-bottom: 10px;
	padding: 20px;
	background: #FFF;
	font-weight: bold;
	box-sizing: border-box;
}

#tab li:nth-child(4) {
	margin-right: 0%;
}

#tab li:nth-child(2) {
	margin-right: 0%;
}

#tab li.select {
	background: #94C41D;
	color: #FFF;
}

#tab li:hover {
	background: #94C41D;
	transition: 0.3s;
	color: #FFF;
}

.disnon {
	display: none;
}

.content_wrap {
	clear: left;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

/* 新着情報
-------------------------------------*/

.newsUl {
	text-align:left;
	margin-top: 20px;
	margin-bottom: 30px;
}

.newsUl ul {
}

.newsUl ul li {
	padding: 15px;
	background: #FFF;
	list-style: none;
	font-size: 90%;
	margin-bottom: 10px;
	border-bottom: 1px solid #E5DDC8;
	border-right: 1px solid #E5DDC8;
}

.newsUl ul li span {
	background: #009E3E;
	font-weight: bold;
	color: #FFF;
	margin-right: 10px;
	padding: 8px 20px;
	font-size: 80%;
	border-radius: 3px;
}

.newsUl ul li a {
	display: block;
	padding-left: 0px;
	margin-top: 10px;
}

/* 下階層
--------------------------------------------------------------------------*/

#prtMain {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 0;
	padding: 60px 0 100px;
	border-radius: 15px;
	width: 100%-10%;
	box-sizing: border-box;
}

#about #prtMain { background: url("../img/content/about/main.jpg") center center no-repeat; }
#service #prtMain { background: url("../img/content/service/main.jpg") center center no-repeat; }
	#facility #prtMain { background: url("../img/content/service/facility/main.jpg") center center no-repeat; }
	#life #prtMain { background: url("../img/content/service/life_care/main.jpg") center center no-repeat; }
	#short #prtMain { background: url("../img/content/service/shortstay/main.jpg") center center no-repeat; }
	#self #prtMain { background: url("../img/content/service/self_training/main.jpg") center center no-repeat; }
	#b_type #prtMain { background: url("../img/content/service/b_type/main.jpg") center center no-repeat; }
	#respite #prtMain { background: url("../img/content/service/respite_care/main.jpg") center center no-repeat; }
	#job #prtMain { background: url("../img/content/service/job_coach/main.jpg") center center no-repeat; }
#palette #prtMain { background: url("../img/content/palette/main.jpg") center center no-repeat;}
#support #prtMain { background: url("../img/content/support/main.jpg") center center no-repeat;}
#music #prtMain { background: url("../img/content/music/main.jpg") center center no-repeat;}
#access #prtMain { background: url("../img/content/access/main.jpg") center center no-repeat;}
#recruit #prtMain { background: url("../img/content/recruit/main.jpg") center center no-repeat;}
	#recruitment #prtMain { background: url("../img/content/recruit/recruitment/main.jpg") center center no-repeat;}
	#interview #prtMain { background: url("../img/content/recruit/interview/main.jpg") center center no-repeat;}

#contact #prtMain { background: url("../img/content/news/main.jpg") center center no-repeat;}
#news #prtMain { background: url("../img/content/news/main.jpg") center center no-repeat;}
	#topics #prtMain { background: url("../img/content/news/main.jpg") center center no-repeat;}
	#letter #prtMain { background: url("../img/content/news/main.jpg") center center no-repeat;}
#blog #prtMain { background: url("../img/content/news/main.jpg") center center no-repeat;}
body.category #prtMain { background: url("../img/content/news/main.jpg") center center no-repeat;}

#prtMainBg {
	margin-top: 20px;
	background: rgba(255,255,255,0.8);
	display: inline-table;
	padding: 20px 30px;
	border-radius: 10px;
}

#prtMainBg h1 {
	font-size: 180%;
	background: none;
	margin: 0;
	padding: 0;
}

#prtMainBg h1 span {
}


/* コンテンツ
--------------------------------------------------------------------------*/

#tab_box2 {
    width: 100%;
	margin-bottom: 80px;
}

#tab_box2 li {
	float: left;
    text-align: center;
    vertical-align: middle;
	width: 48%;
	list-style: none;
	cursor: pointer;
	font-size: 110%;
	line-height: 120%;
	margin-bottom: 20px;
	margin-right: 4%;
	font-weight: bold;
	box-sizing: border-box;
}

#tab_box2 li:nth-child(2) {
	margin-right: 0%;
}

#tab_box2 a {
	padding: 20px;
	display: block;
	border: 1px solid #E5DDC8;
	background: #FBFAF5;
	transition: 0.3s;
	border-radius: 100px;
}

#tab_box2 li a:hover {
	display: block;
	background: #94C41D;
	transition: 0.3s;
	color: #FFF;
}

#tab_box3 {
    width: 100%;
	margin-bottom: 80px;
}

#tab_box3 li {
	float: left;
    text-align: center;
    vertical-align: middle;
	width: 48%;
	list-style: none;
	cursor: pointer;
	font-size: 110%;
	margin-bottom: 15px;
	line-height: 120%;
	margin-right: 4%;
	font-weight: bold;
	box-sizing: border-box;
}

#tab_box3 li:nth-child(3) {
	margin-right: 4%;
}

#tab_box3 li:nth-child(2) {
	margin-right: 0%;
}

#tab_box3 a {
	padding: 20px;
	display: block;
	border: 1px solid #E5DDC8;
	background: #FBFAF5;
	transition: 0.3s;
	border-radius: 100px;
}

#tab_box3 li a:hover {
	display: block;
	background: #94C41D;
	transition: 0.3s;
	color: #FFF;
}

#recruit #recruit-nav-1 { background: #94C41D; color: #FFF;}
#recruitment #recruit-nav-2 { background: #94C41D; color: #FFF;}
#interview #recruit-nav-3 { background: #94C41D; color: #FFF;}


#tab_box4 {
    width: 100%;
	margin-bottom: 80px;
}

#tab_box4 li {
	float: left;
    text-align: center;
    vertical-align: middle;
	width: 48%;
	list-style: none;
	cursor: pointer;
	font-size: 110%;
	line-height: 120%;
	margin-right: 4%;
	margin-bottom: 15px;
	font-weight: bold;
	box-sizing: border-box;
}

#tab_box4 li:nth-child(4) {
	margin-right: 0%;
}

#tab_box4 li:nth-child(2) {
	margin-right: 0%;
}

#tab_box4 a {
	padding: 20px;
	display: block;
	border: 1px solid #E5DDC8;
	background: #FBFAF5;
	transition: 0.3s;
	border-radius: 100px;
}

#tab_box4 li a:hover {
	display: block;
	background: #94C41D;
	transition: 0.3s;
	color: #FFF;
}

#news #news-nav-1 { background: #94C41D; color: #FFF;}
#topics #news-nav-2 { background: #94C41D; color: #FFF;}
#blog #news-nav-3 { background: #94C41D; color: #FFF;}
#letter #news-nav-4 { background: #94C41D; color: #FFF;}

#contact_box {
	height: 180px;
	overflow: auto;
	padding: 30px 30px 0 30px;
	margin-bottom: 30px;
	background: #FFF9EE;
	background: #F9F9F9;
	border: 1px solid #EEE;
}

#scheduleList dl dt {
	background: #009E3E;
	background: #94C41D;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 49%;
	float: left;
	padding: 11px 0px 10px;
	text-align: center;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 100%;
	box-sizing: border-box;
	position: relative;
}

#scheduleList dl dd {
	background: #FBFAF5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #E5DDC8;
	border-radius: 5px;
	width: 49%;
	float: right;
	text-align: left;
	padding: 10px 5px 9px 20px;
	margin-bottom: 10px;
	font-size: 100%;
	box-sizing: border-box;
}


/* フッター
--------------------------------------------------------------------------*/

footer {
	border-top: 1px solid #FFF;
}

#f_main {
	display: none;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 20px 0;
}

#f_btm {
	padding: 30px 0 20px;
}

#f_left {
	float: none;
}

#f_l_left {
	float: none;
}

#f_l_right {
	float: none;
	margin-left: 20px;
	margin-top: 25px;
	font-size: 95%;
}

#f_l_right p {
	line-height: 150%;
}

#f_right {
	float: none;
}

#f_right p {
	margin-bottom: 10px;
}

#f_right ul {
	display: none;
}
	
address {
	text-align: center;
	font-style: normal;
	background: #009E3E;
	color: #FFF;
	font-size: 80%;
	padding: 20px 0;
}
	
.normalTbl table td {
	width: auto;
	display: block;
}

.normalTbl table th {
	width: auto;
	display: block;
}

.normalTbl2 table td {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 20px;
	text-align: left;
	width: auto;
	display: block;
}

.normalTbl2 table th {
	border-bottom: none;
	padding: 20px 0 0;
	font-weight: bold;
	text-align: left;
	color: #009E3E;
	width: auto;
	display: block;
}

.normalTbl3 table td {
	width: auto;
	display: block;
}

.normalTbl3 table th {
	width: auto;
	display: block;
}



} 

