
/* 共通 */

h3{
text-align: center;
font-size: 18pt;
padding-top: 40px;
padding-bottom: 40px;
border-bottom: 2px solid #ddd;
color: #ccc;
}

h4{
text-align: center;
font-size: 16pt;
border-bottom: 2px solid #000;
margin: 0 auto;
margin-bottom: 50px;
padding-bottom: 25px;
width: 300px;
}

h5{
font-size: 12pt;
margin-bottom: 20px;
margin-left: 0.2em;
clear: both;
}

nav{
background-color: #f6f4ed;
height: 70px;
}

nav ul li a {
padding-top: 17px;
}

nav ul li a span:after{
padding-top: 13px;
}

nav ul li a span{
color: #aaa;
}

footer{
padding-top: 100px;
}

section{
width: 100%;
}

section article{
width: 1000px;
margin: 0 auto;
padding-top: 100px;
padding-bottom: 100px;
}

p{
line-height: 2.0em;
font-size: 12pt;
}

hr{
border: 0;
height: 1px;
border-bottom: 1px dashed #aaa;
width: 1000px;
margin: 0 auto;
clear: both;
}

p.text_center{
text-align: center;
}

/* ↓以下、個別設定 */

/*  ごあいさつ */
section#greeting01 ul{
display: table;
width: 100%;
}

section#greeting01 ul li{
display: table-cell;
vertical-align: middle;
}

section#greeting01 ul li:first-child{
padding-left: 20px;
}

section#greeting01 ul li img{
box-shadow: -20px -20px #fe9e1a;
}

section#greeting01 ul:nth-of-type(2) li img{
box-shadow: 20px 20px #fe9e1a;
}

section#greeting01 ul:nth-of-type(2) li:first-child{
display: none;
}

section#greeting01 ul:nth-of-type(2){
margin-left: -20px;
padding-top: 40px;
}

section#greeting01 ul:nth-of-type(3){
padding-top: 60px;
}

section#greeting01 ul li dt{
background-color: #f6f4ed;
padding: 40px 50px 0px 50px;
padding-bottom: 25px;
font-size: 12pt;
display: block;
font-weight: bold;
}

section#greeting01 ul li dt:after{
border-bottom: 2px solid #000;
content: "";
width:2em;
display: block;
margin-top: 25px;
}

section#greeting01 ul li dd{
background-color: #f6f4ed;
padding: 0 50px 40px 50px;
line-height: 1.8em;
font-size: 10pt;
}

section#greeting01 ul li dd p{
font-size: 11pt;
text-align: justify;
text-justify: inter-ideograph;
}

section#greeting01 ul li dd span{
text-align: right;
margin-top: 10px;
display: block;
}

section#greeting01 ul li dd span em{
font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝B","ＭＳ Ｐ明朝",serif;
font-style: normal;
font-size: 16pt;
letter-spacing: 0.1em;
}

section#greeting02{
background-color: #f6f4ed;
overflow: hidden;
padding-bottom: 50px;
}

section#greeting02 p#grtText{
margin-bottom: 50px;
text-align: center;
}

section#greeting02 dl{
display: list-item;
list-style-type: none;
float: left;
width: 320px;
margin-right: 20px;
margin-bottom: 50px;
}

section#greeting02 dl:nth-of-type(3) ,section#greeting02 dl:last-of-type{
margin-right: 0;
}

section#greeting02 dt{
background-color: #fff;
border-top: 2px solid #fe9e1a;
}

section#greeting02 dt img{
width: 240px;
height: auto;
margin: 0 auto;
display: block;
}

section#greeting02 dd{
padding: 40px 30px;
height: 300px;
min-height: 300px;
max-height: 300px;
background-color: #fff;
}

section#greeting02 dd p{
font-size: 11pt;
line-height: 1.8em;
text-align: justify;
text-justify: inter-ideograph;
}


/*  施設案内 */

section#about{
background-color:#f6f4ed;
overflow: hidden;
}

section#about article h4{
float: left;
width: 230px;
height: 128px;
border-right: 2px solid #fe9e1a;
border-bottom: 2px solid #fe9e1a;
color: #fe9e1a;
padding: 30px;
font-size: 14pt;
margin-right: 30px;
}

section#about article table , section#chart article table{
border-collapse: separate;
border-spacing: 0px 15px;
margin-top: -16px;
margin-right: 20px;
margin-bottom: 70px;
width: 720px;
line-height: 1.8em;
float: right;
}

section#about article table{
margin-bottom: 0px;
}

section#about article table th , section#about article table td , section#chart article table th , section#chart article table td {
    padding: 15px;
}
 
section#about article table th , section#chart article table th {
    background: #fe9e1a;
    vertical-align: middle;
    text-align: left;
    width: 150px;
    overflow: visible;
    position: relative;
    color: #fff;
	font-size: 12pt;
	font-weight: bold;
}
 
section#about article table th:after , section#chart article table th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(254,158,26, 0);
    border-left-color: #fe9e1a;
    border-width: 10px;
    margin-top: -10px;
}

section#about article table td {
    background-color: #fff;
    width: 360px;
    padding-left: 30px;
}

section#access{
background-color:#fff;
padding-top: 0;
padding-bottom: 0;
clear: both;
}

section#access article#map{
width: 100%;
position: relative;
padding-bottom: 400px;
height: 0;
overflow: hidden;
z-index: 1;
}

section#access iframe{
position:absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

section#access article#add{
margin: 0 auto;
width: 1000px;
position: relative;
padding-top: 0;
padding-bottom: 0;
}

section#access article#add div{
background-color: #fff;
z-index: 2;
height: 410px;
max-height: 410px;
width: 280px;
max-width: 280px;
padding: 25px 30px 0 30px;
position: absolute;
bottom: -40px;
right: 0;
border: 2px solid #ddd;
}

section#access article#add h3{
margin-bottom: 25px;
font-family: 'Noto Serif', serif;
color: #f5912f;
font-size: 22pt;
text-align: center;
padding-bottom: 0;
padding-top: 0;
border: 0;
}

section#access article#add dl{
line-height: 1.7em;
}

section#access article#add dt{
font-weight: bold;
}

section#access article#add dd{
margin-bottom: 20px;
font-size: 10.5pt;
}

section#access article#add p a{
display: block;
text-decoration: none;
text-align: center;
color: #f5912f;
font-weight: bold;
border: 2px solid #f5912f;
padding: 5px 0;
margin-top: 20px;
}

section#access article#add p a:hover{
background-color: #fe9e1a;
border: 2px solid #fe9e1a;
color: #fff;
}

section#space article{
padding-top: 20px;
}

img#panorama{
width: 100%;
height: auto;
}

section#space ul{
display: table;
table-layout: fixed;
width: 100%;
margin-bottom: 25px;
}

section#space ul:last-of-type{
margin-bottom: 0;
}

section#space ul li{
display: table-cell;
list-style-type: none;
}

section#space ul li img{
display: block;
width: 230px;
height: auto;
border: 2px solid #fff;
cursor: url(../image/plus.cur), pointer;
-webkit-transition:0.3s;
-moz-transition:0.3s;
 transition:0.3s;
}

section#space ul li img:hover{
border: 2px solid #fe9e1a;
-webkit-filter: brightness(0.7);
     -moz-filter: brightness(0.7);
     -o-filter: brightness(0.7);
     -ms-filter: brightness(0.7);
     filter: brightness(0.7);
}

section#space dl{
display: table;
width: 100%;
margin-bottom: 30px;
}

section#space dl:first-of-type{
margin-top: -20px;
}

section#space dt , section#space dd{
display: table-cell;
vertical-align: top;
}

section#space dt {
line-height: 1.8em;
width: 555px;
}

section#space dt p{
background-color:#f6f4ed;
padding-top: 25px;
padding-left: 50px;
padding-bottom: 40px;
line-height: 1.8em;
}

section#space dt em{
padding-bottom: 25px;
font-size: 13pt;
font-weight: bold;
background-color: #f6f4ed;
padding: 40px 50px 0px 50px;
margin-top: 15px;
display: block;
}

section#space dl:first-of-type dt em{
margin-top: 30px;
}

section#space dt em:after{
border-bottom: 2px solid #000;
content: "";
width:2em;
display: block;
margin-top: 22px;
}

section#space dd{
overflow: hidden;
width: 405px;
}

section#space dd img{
width: 405px;
height: auto;
z-index: -1;
position: relative;
display: block;
-webkit-transition:0.3s;
-moz-transition:0.3s;
 transition:0.3s;
}

section#space dd:hover img{
-webkit-filter: brightness(0.7);
     -moz-filter: brightness(0.7);
     -o-filter: brightness(0.7);
     -ms-filter: brightness(0.7);
     filter: brightness(0.7);
}

section#space dd:hover div{
width: 405px;
box-shadow: 0 0 0 2px #fe9e1a inset;
 cursor: url(../image/plus.cur), pointer;
}

p.space_text{
text-align: center;
margin-bottom: 80px;
padding-top: 40px;
}


/* お問い合わせ */
section#contact01 article{
width: 1000px;
margin: 0 auto;
padding-bottom: 0;
padding-left: 50px;
}

.textTel{
font-size: 30pt;
font-weight: bold;
font-family:"ＭＳ Ｐ明朝",serif;
}

.textTel span{
font-size: 11pt;
font-weight: normal;
margin-left: 15px;
font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック";
}

.textTel em{
font-style: normal;
}

section#contact02{
width: 100%;
}

section#contact02 article{
width: 1000px;
margin: 0 auto;
padding-top: 80px;
}

section#contact02 #form{
outline: 10px solid #eee;
padding: 20px 40px;
margin: 0 auto;
width: 800px;
overflow: hidden;
}

section#contact02 #form table{
width: 100%;
margin-bottom: 30px;
}

section#contact02 #form table td{
padding-bottom: 20px;
padding-top: 20px;
border-bottom: 1px solid #ddd;
vertical-align: top;
}

section#contact02 #form table td.title{
text-align: right;
padding-right: 20px;
min-width: 200px;
width: 200px;
}

section#contact02 #form table input , section#contact02 #form table textarea{
background-color: #efefef;
border: 0;
border-radius: 5px;
padding: 10px;
}

section#contact02 #form table input#zip{
background-color: #aaa;
color: #fff;
} 

section#contact02 #form #submit{
background-color: #fff;
color: #fe9e1a;
font-size: 12pt;
border-radius: 10px;
display: block;
margin: 30px auto;
padding: 15px 30px;
font-weight: bold;
border: solid 2px #fe9e1a;
-webkit-transition:0.3s;
  -moz-transition:0.3s;
  transition:0.3s;
}

section#contact02 #form #submit:hover{
cursor: pointer;
background-color: #fe9e1a;
color: #fff;
}

#modal-content , #modal-overlay{
display: none;
}

#modal-content{
	width:90%;
	margin:0 auto;
	padding:60px;
	background:#fff;
	z-index:9999;
	position:fixed;
	line-height: 1.8em;
}

/* ナビ タブレット横以外（PC) */
@media screen and (min-width:1025px){
#modal-content{
width:50%;
}
}

.modal-p:first-child{
	margin-top:0;
}

#modal-content ol{
padding-bottom: 20px;
}

#modal-content ol li{
margin-left: 2.0em;
margin-bottom: 1em;
}

#modal-open:hover{
cursor: pointer;
}

#modal-close{
	color:#333;
	display: block;
	width: 100px;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	background-color: #ccc;
	border-radius: 7px;
}
 
#modal-close:hover{
	cursor:pointer;
	background-color: #aaa;
	color:#fff;
}

#modal-overlay{
    z-index:9998;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}


/* 共通キャッチ部分 */
div#care_catch{
position: relative;
width: 1000px;
height: 600px;
}

div#care_catch img{
display: block;
position: relative;
z-index: 1;
}

div#care_catch p{
font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝B","ＭＳ Ｐ明朝",serif;
font-size: 20pt;
line-height: 1.8em;
z-index: 2;
position: absolute;
right: 50px;
top: 50px;
 writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
letter-spacing: 0.05em;
}


/* ケアプランセンター */

section#careplan01 article div p#copy{
 writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝B","ＭＳ Ｐ明朝",serif;
font-size:20pt;
line-height: 1.6em;
float: right;
margin-right: 330px;
white-space: nowrap;
}

section#careplan01 article ul{
float: right;
margin-right: 70px;
margin-bottom: 60px;
}

section#careplan01 article ul li{
list-style-type:circle;
line-height: 1.6em;
margin-bottom: 10px;
margin-left: 2em;
}

section#careplan01 article ul li:last-child{
margin-bottom: 0;
}

section#careplan01 article h4{
clear: both;
float: left;
width: 230px;
height: 153px;
border-right: 2px solid #fe9e1a;
border-bottom: 2px solid #fe9e1a;
color: #fe9e1a;
padding: 30px;
font-size: 14pt;
line-height: 1.6em;
margin-left: 70px;
}

section#careplan01 article div:last-of-type div{
clear: both;
background-color: #f6f4ed;
padding: 50px;
padding-bottom: 25px;
}

section#careplan02{
background-color: #f6f4ed;
min-height: 500px;
}

section#careplan02 ol {
margin-top: 50px;
}

section#careplan02 ol:first-of-type {
margin-bottom: 100px;
}

section#careplan02 ol li{
list-style-type: none;
background-color: #fff;
margin-bottom: 15px;
display: table;
width: 100%;
}

section#careplan02 ol li p{
line-height: 1.6em;
padding: 20px;
display: table-cell;
vertical-align: middle;
}

section#careplan02 ol li span{
background-color: #fe9e1a;
color: #fff;
font-weight: bold;
font-size: 18pt;
display: table-cell;
width: 60px;
text-align: center;
vertical-align: middle;
}

section#careplan03{
overflow: hidden;
margin-bottom: 50px;
}

section#careplan03 h4 , section.care_access h4{
width: 500px;
margin-bottom: 60px;
}

section#careplan03 dl{
display: list-item;
list-style-type: none;
float: left;
width: 320px;
margin-right: 20px;
margin-bottom: 50px;
border: 1px solid #ddd;
}

section#careplan03 dl p{
line-height: 1.8em;
}

section#careplan03 dl:nth-of-type(3) ,section#careplan03 dl:last-of-type{
margin-right: 0;
}

section#careplan03 dt{
background-color: #fff;
padding: 0 30px;
height: 300px;
min-height: 300px;
max-height: 300px;
text-align:justify
}

section#careplan03 dt:before{
content: "";
border-top: 2px solid #fe9e1a;
width: 150px;
display: block;
margin: 0 auto;
margin-bottom: 50px;
}

section#careplan03 dt p.pickup{
background-color: #fe9e1a;
color: #fff;
display: inline-block;
font-weight: bold;
padding:2px 5px;
border-radius: 10px;
margin-top: 10px;
font-size: 10pt;
}

section#careplan03 dd p a{
display: block;
text-decoration: none;
text-align: center;
color: #f5912f;
font-weight: bold;
border: 2px solid #f5912f;
padding: 12px 0;
margin: 0 30px;
margin-bottom: 50px;
}

section#careplan03 dd p a:hover{
background-color: #fe9e1a;
border: 2px solid #fe9e1a;
color: #fff;
}

section#careplan03 dd:last-of-type{
text-align: center;
background-color: #f6f4ed;
font-size: 12pt;
font-weight: bold;
padding: 30px 0;
}

.care_access{
background-color: #f6f4ed !important;
}

.care_access h4{
padding-top: 100px;
}


/* 訪問サービス */
section#homec01 div#care_catch p{
right: inherit;
left: 80px;
}

section#homec01 article ul{
clear: both;
}

section#homec01 article ul li{
list-style-type: none;
display: inline-block;
margin-right: 15px;
}

section#homec01 article ul li:last-child{
margin: 0;
}

section#homec01 article ul li a{
display: block;
width: 490px;
border: 2px solid #ddd;
padding: 50px;
}

section#homec01 article ul li a:hover{
border: 2px solid #fe9e1a;
}

section#homec01 article ul li a:hover h4{
color: #fe9e1a;
}

section#homec01 article ul li a:hover h4:after{
border-bottom: 2px solid #fe9e1a;
}

section#homec01 article ul li em{
padding-bottom: 25px;
text-align: center;
font-size: 14pt;
font-weight: bold;
display: block;
}

section#homec01 article ul li em:after{
border-bottom: 2px solid #000;
content: "";
width:2em;
display: block;
margin: 0 auto;
margin-top: 25px;
}

section#homec02 {
background-color: #f6f4ed;
}

section#homec02 div.copy , section#homec03 div.copy{
text-align: center;
margin-bottom: 80px;
padding-top: 10px;
}

section#homec02 div.area , section#homec03 div.area{
clear: both;
background-color: #fff;
padding: 30px;
margin-bottom: 60px;
}

section#homec02 div.area:last-of-type , section#homec03 div.area:last-of-type{
margin-bottom: 0;
padding-bottom: 10px;
}

section#homec03 div.area{
background-color: #f6f4ed;
}

section#homec03 div.area ol{
padding-top: 10px;
}

section#homec03 div.area ol li{
list-style-type: circle;
margin-left: 1.5em;
margin-bottom: 15px;
font-size: 12pt;
}

section#homec03 div.area ol li:last-child{
margin-bottom: 0;
}


/* 入所 */
section#admission01 div#care_catch p{
right: inherit;
left: 55px;
top: 40px;
}

section#admission02{
background-color: #f6f4ed;
}

section#admission02 img{
float: left;
margin-right: 40px;
margin-top: 30px;
}

section#admission02 table{
width: 650px;
margin-bottom: 40px;
}

section#admission02 table th{
text-align: left;
width: 120px;
padding-left: 1em;
}

section#admission02 table th , section#admission02 table td{
padding-top: 30px;
padding-bottom: 5px;
vertical-align: top;
line-height: 1.8em;
border-bottom: 1px solid #ccc;
font-size: 12pt;
}

section#admission02 table tr:first-of-type th , section#admission02 table tr:first-of-type td{
padding-top: 60px;
}

section#admission02 table td{
padding-left:20px;
}

section#admission02 p a , section#schedule01 p a , section#schedule02 p a{
display: block;
clear: both;
text-align: center;
font-weight: bold;
color: #fe9e1a;
border: 2px solid #fe9e1a;
padding: 15px 0;
font-size: 13pt;
}

section#admission02 p a:hover , section#schedule01 p a:hover , section#schedule02 p a:hover{
background-color: #fe9e1a;
color: #fff;
}

section#admission03 p.copy{
text-align: center;
}

section#admission03 dl{
display: table;
margin: 0 auto;
margin-top: 20px;
width: 680px;
}

section#admission03 dl dt{
display: table-cell;
font-weight: bold;
color: #fe9e1a;
border-radius: 50%;
width: 90px;
height: 90px;
text-align: center;
border: 2px solid #fe9e1a;
line-height: 1.3em;
vertical-align: middle;
}

section#admission03 dl dd{
display: table-cell;
vertical-align: middle;
padding-left: 1em;
line-height: 2.0em;
font-size: 12pt;
}

section#admission03 dl:first-of-type{
margin-top: 50px;
}

section#admission03 dl:last-of-type{
margin-bottom:65px;
}

section#admission03 p.about , section#rehabili03 p.about{
background-color: #f6f4ed;
padding: 30px;
margin-bottom: 60px;
}

section#admission03 p.about:last-of-type , section#rehabili03 p.about:last-of-type{
margin-bottom: 0;
}

ul.picture3 li{
list-style-type: none;
display: inline-block;
margin-right: 10px;
width: 323px;
overflow: hidden;
}

ul.picture3 li:last-child{
margin-right: 0px;
}

ul.picture3 li img{
width: 323px;
height: auto;
}

section#chart{
background-color: #f6f4ed;
}

section#chart article{
padding-bottom: 20px;
}

section#chart article table{
border-spacing: 0px 25px;
margin-right: 0;
background-image: url(../image/chartline.png);
background-repeat: no-repeat;
background-position: 25px 96px;
width: 1000px;
}

section#chart article table td {
background-color: #fff;
width: 360px;
padding-left: 40px;
font-size: 12pt;
}

section#chart article table span{
font-weight: bold;
border: 1px solid #fff;
padding: 2px 7px 0px 7px;
margin-right: 10px;
border-radius: 50%;
}

/* スケジュール */
section#schedule02{
background-color: #f6f4ed;
}


/* 通所リハビリ */
section#rehabili01 div#care_catch p{
padding-top: 100px;
}


/* 料金表 */
section#price{
min-height: 500px;
}

section#price div{
display: table;
width: 900px;
margin: 0 auto;
padding-bottom: 80px;
}

section#price div:first-of-type{
padding-top: 80px;
}

section#price div:last-of-type{
padding-bottom: 0;
}

section#price div h4 , section#price div li{
display: table-cell;
}

section#price div h4{
width: 260px;
height: 60px;
background-color: #f6f4ed;
border: 0;
padding-top: 30px;
font-size: 12pt;
font-weight: 600;
}

section#price div li{
padding-left: 20px;
}

section#price div li a{
display: block;
width: 300px;
text-align: center;
background-color: #fff;
border: 2px solid #fe9e1a;
color: #fe9e1a;
height: 80px;
padding-top: 30px;
font-weight: 700;
font-size: 12pt;
}

section#price div li a:hover{
background-color: #fe9e1a;
color: #fff;
}


/* お知らせCMS 記事詳細 */
p#pNav{
font-size: 8pt;
text-align: right;
}

p#pNav a:hover{
color: #FE9E1A;
}

div#news_all ul {
display: table;
width: 100%;
margin-bottom: 50px;
}

div#news_all ul li{
display: table-cell;
vertical-align: middle;
}

div#news_all ul li#up_ymd{
border: 2px solid #FE9E1A;
color:#FE9E1A;
font-weight: 600;
font-size: 14pt;
padding: 15px 0;
width: 130px;
height: 130px;
text-align: center;
}

div#news_all ul li#title{
padding: 10px 0;
}

div#news_all ul li#title p{
background-color:#F6F4ED;
padding: 30px;
}

div#news_all #detail{
width: 100%;
line-height: 2.0em;
font-size: 11pt;
}

div#detail img{
display: block;
margin: 20px 0;
}

#newsList {
list-style-type: none;
width: 100%;
}

#newsList li{
display: table;
margin-bottom: 50px;
border: 5px solid #fff;
width: 100%;
}

#newsList li:last-child{
margin-bottom: 0;
}

#newsList li:hover{
cursor: pointer;
}

#newsList li p{
display: table-cell;
vertical-align: middle;
font-size: 11pt;
}

#newsList li p:first-of-type{
border: 2px solid #FE9E1A;
color:#FE9E1A;
font-weight: 600;
font-size: 14pt;
padding: 15px 0;
width: 130px;
height: 130px;
text-align: center;
}

#newsList li p:last-of-type{
background-color: #F6F4ED;
border-bottom: 15px solid #fff;
border-top: 15px solid #fff;
}

#newsList li span.catName{
margin-left: 30px;
}

span.newMark{
margin-left: 5px;
color: #b80101;
}

#newsList span.comment{
display: block;
margin-left: 30px;
}

#newsWrap p.pager{
margin-top: 40px;
margin-bottom: 40px;
margin-right: 10px;
display: list-item;
list-style-type: none;
float: right;
border-left: 1px solid #ccc;
}

#newsWrap p.pager:first-of-type{
margin-top: 0;
}

#newsWrap p.pager a{
display: inline-block;
width: 70px;
text-align: center;
color: #999;
border-right: 1px solid #ccc;
}

#newsWrap p.pager a:hover{
color: #FE9E1A;
}

#news{
padding-bottom: 100px;
}

/* 印刷用 */
@media print{
*{
transition-property: none !important;
animation-name: none !important;
opacity: 1 !important;
}
nav {
display: none !important;
}
}

