/*トップ以外設定*/

/*PCでは無効（改行しない）*/
.sma{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}

/*padでは有効（改行する）*/
@media screen and (min-width: 1100px){
.br-pad {display: none; }
}

/*共通*/

nav {
    border-top: 2px solid #ddd;
    position: relative;
    top: -18px;
    padding-bottom: 25px;
}

.fixed {
    padding-bottom: 0;
    border-top: 0;
}

header div#time {
    border: none;
    background-color: #efefef;
}

.h3back div {
    background-image: url(../image/h3_about.jpg);
    background-position: center -140px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 170px;
    margin-top: -18px;
    margin-bottom: 100px;
}

h3 {
    width: 1000px;
    margin: 0 auto;
    font-size: 18pt;
    padding-top: 65px;
    font-family: "Noto Sans Japanese";
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #000;
}

h3 span {
    font-size: 11pt;
}

h4 {
    font-size: 16pt;
    color: #009b40;
    text-align: center;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    margin-bottom: 100px;
    display: inline-block;
    position: relative;
    left: 50%;
    width: 500px;
    margin-left: -250px;
}

h4:before,
h4:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #009b40;
}

h4:before {
    left: 0;
}

h4:after {
    right: 0;
}

h4 span {
    font-size: 20pt;
    font-weight: normal;
    margin-right: 2px;
    vertical-align: -3px;
}

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

section article {
    width: 1000px;
    margin: 0 auto;
}

p.linkbana {
    line-height: 1.0em;
}

p.linkbana a {
    display: block;
    border-radius: 30px;
    color: #009b40;
    border: 2px solid #009B40;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    font-size: 13pt;
}

p.linkbana a:hover {
    color: #fff;
    background-color: #009B40;
}

p.textCatch {
    text-align: center;
}


/*各ページ設定*/


/*first , lecture*/

section#first01,
section#lecture01 {
    background-color: #F0EDE6;
    background-image: url(../image/first/background.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    padding-bottom: 100px;
}

section#first01 img,
section#lecture01 img {
    display: block;
    position: relative;
    z-index: 1;
}

section#first01 p,
section#lecture01 p {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 800px;
    height: 200px;
    margin: 0 auto;
    margin-top: -100px;
    padding-top: 50px;
    background-color: rgba(255, 255, 255, 0.85);
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
}

section#first02 {
    padding-top: 100px;
}

section#first02 dt {
    position: relative;
    display: inline-block;
    padding: 20px 0px;
    width: 100%;
    color: #333;
    text-align: center;
    z-index: 0;
    font-weight: bold;
    font-size: 12pt;
    background-color: #F0EDE6;
}

section#first02 dt:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #F0EDE6 transparent transparent transparent;
    z-index: 0;
}

section#first02 dt:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    color: #fff;
    z-index: -1;
}

section#first02 dd {
    margin-top: 30px;
    margin-left: 5px;
    margin-bottom: 60px;
    font-size: 12pt;
    line-height: 2.0em;
}

section#first02 ul {
    width: 100%;
    padding-bottom: 50px;
}

section#first03 {
    background-color: #F0EDE6;
    clear: both;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 10px;
}

section#first03 dl:first-of-type {
    padding-bottom: 80px;
}

section#first03 dt {
    font-weight: bold;
    font-size: 12pt;
    padding-bottom: 5px;
}

section#first03 dt:before {
    content: "〇";
    margin-right: 5px;
}

section#first03 dd {
    line-height: 1.8em;
    margin-top: 20px;
}

section#first03 dd p a {
    line-height: 1.0em;
    margin-top: 30px;
    margin-bottom: 90px;
}


/*about*/

section#about01 {
    padding-bottom: 100px;
}

section#about01 h4 {
    margin-bottom: 70px;
}

section#about01 div.scroll {
    background-image: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

section#about01 table {
    width: 1000px;
}

section#about01 table tr:first-child {
    border-bottom: 1px solid #ccc;
}

section#about01 table tr:nth-child(5) {
    border-bottom: 1px solid #ccc;
}

section#about01 table tr:last-child {
    border-bottom: 1px solid #ccc;
}

section#about01 table th {
    font-weight: normal;
    padding-bottom: 15px;
}

section#about01 table td {
    text-align: center;
    line-height: 1.4em;
    vertical-align: middle;
    width: 114px;
}

section#about01 table tr td.rowspanstyle {
    vertical-align: middle;
    line-height: 1;
}

section#about01 table tr td.rowspanstyle>span {
    font-size: 14.6px;
    display: inline-block;
    line-height: 1;
}

section#about01 table tr:nth-child(odd) td {
    padding: 5px 0 15px 0;
}

section#about01 table tr:nth-child(even) td {
    padding: 15px 0 0 0;
}

section#about01 table .circle {
    font-size: 20pt;
}

section#about01 table .sat {
    color: dodgerblue;
}

section#about01 table .sun {
    color: mediumvioletred;
}

section#about01 table .time {
    font-weight: bold;
    width: 200px;
}

section#about01 p#holiday {
    margin-top: 20px;
    margin-right: 1em;
    text-align: right;
}

section#about01 .linkbana {
    float: right;
    margin-top: -50px;
}

section#about01 .linkbana a {
    width: 450px;
}

.kome {
    color: #009b40;
}

.daimu {
    color: mediumvioletred;
}

section#about02,
section#about04 {
    background-color: #F0EDE6;
    padding-top: 100px;
    padding-bottom: 100px;
}

section#about02 article,
section#about04 article {
    margin: 0 auto;
    width: 1000px;
}

section#about02 div,
section#hospital02 div {
    display: table;
    width: 900px;
    margin: 0 auto;
    padding-left: 30px;
}

section#about01 ul,
section#hospital02 ul {
    display: table-cell;
    padding-bottom: 30px;
}

section#about01 ul:first-of-type {
    width: 50%;
}

section#about01 ul li {
    line-height: 1.5em;
}

section#about01 ul li,
section#hospital02 ul li {
    margin-left: 2.0em;
    margin-bottom: 20px;
    list-style-type: circle;
    font-size: 12pt;
}

section#about01 ul:first-of-type li {
    margin-left: 8em;
}

section#about01 dl {
    border: 1px solid #ccc;
    padding: 20px;
    display: table;
    width: 900px;
    margin: 0 auto;
    font-size: 12pt;
}

section#about01 dt {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: right;
    padding-right: 50px;
}

section#about01 dt,
section#about01 dd {
    display: table-cell;
    line-height: 2.0em;
}

section#about03 {
    padding-top: 100px;
    padding-bottom: 100px;
}

section#about03 article {
    width: 880px;
    margin: 0 auto;
}

section#about03 ol {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 12pt;
}

section#about03 ol li {
    margin-bottom: 15px;
    margin-left: 2em;
}

section#about04 {
    overflow: hidden;
}

section#about04 article {
    position: relative;
}

section#about04 img:first-of-type {
    display: block;
    right: 0;
    position: absolute;
    z-index: 1;
}


/*
section#about04 div:first-of-type{
width: 380px;
margin-top: 50px;
margin-bottom: 150px;
position: relative;
z-index: 2;
background-color: rgba(255,255,255,0.85);
padding: 0 50px 50px 50px;
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
}
*/

section#about04 div p#doctor {
    background-color: #E2DCCF;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
    padding: 15px 0;
    line-height: 1.0em;
}

section#about04 div table {
    width: 100%;
    font-size: 11pt;
}

section#about04 div table tr td {
    padding-bottom: 15px;
    padding-left: 1em;
    line-height: 2.0em;
}

section#about04 div table tr td span {
    line-height: 1.4em;
    display: inline-block;
}

section#about04 div table tr:last-child td {
    padding-bottom: 0;
}

section#about04 div table tr td:first-child {
    padding-right: 1em;
    padding-left: 0;
    font-weight: bold;
    text-align: right;
    border-right: 1px solid #ddd;
    width: 100px;
}

section#about04 dl {
    display: list-item;
    list-style-type: none;
    float: left;
    width: 490px;
    height: 450px;
    margin-right: 20px;
    margin-bottom: 50px;
    background-color: rgba(255, 255, 255, 0.85);
}

section#about04 dl:nth-of-type(even) {
    margin-right: 0;
}

section#about04 dl:nth-of-type(n+3) {
    height: 500px;
}

section#about04 dt {
    background-color: #E2DCCF;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
}

section#about04 dd {
    line-height: 1.6em;
    width: 400px;
    margin: 0 auto;
    padding-top: 50px;
}

section#about04 dd p {
    text-align: center;
    margin-bottom: 30px;
    color: #009B40;
}


/*access（共通）*/

section#access {
    background-color: #fff;
    padding-top: 100px;
}

section#access h4 {
    margin-bottom: 40px;
}

section#access h4:before,
section#access h4:after {
    display: none;
}

section#access article#map {
    width: 100%;
    position: relative;
    padding-bottom: 480px;
    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;
}

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

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

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: #009b40;
    font-weight: bold;
    border: 2px solid #009b40;
    padding: 12px 0;
    line-height: 1.0em;
    margin-top: 15px;
    border-radius: 20px;
}

section#access article#add p a:hover {
    background-color: #009b40;
    color: #fff;
}


/* contact */

section#contact01 article {
    width: 1000px;
    margin: 0 auto;
    padding-left: 50px;
    text-align: center;
}

.textTel {
    font-size: 30pt;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #009B40;
}

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

section#contact02 {
    width: 100%;
}

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

section#contact02 #form {
    background-color: #F0EDE6;
    border-right: 40px solid #fff;
    padding: 20px 40px;
    margin-left: 60px;
    margin-right: 60px;
    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 rgba(255, 255, 255, 0.7);
    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: #fff;
    border: 0;
    border-radius: 5px;
    padding: 10px;
}

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

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

section#contact02 #form #submit:hover {
    cursor: pointer;
    background-color: #009B40;
    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);
}


/* homecare */

section#homec01 {
    background-color: #F0EDE6;
    background-image: url(../image/homec/background.png);
    background-position: top left;
    background-repeat: repeat-x;
}

section#homec01 article {
    background-image: url(../image/homec/house.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 80px;
}

section#homec01 article p#catch {
    font-size: 18pt;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    margin-left: 100px;
    margin-bottom: 100px;
}

section#homec01 p#rehabili {
    display: block;
    width: 800px;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 50px;
    margin: 0 auto;
    text-align: center;
}

section#homec02 {
    padding-top: 100px;
    padding-bottom: 100px;
}

section#homec03 p.textCatch {
    margin-top: -40px;
    margin-bottom: 60px;
}

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

section#homec02 div.area .textTel,
section#homec03 div.area .textTel {
    margin-bottom: 0;
    margin-top: 0;
}

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

section#homec03 {
    padding-top: 100px;
    padding-bottom: 100px;
}

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

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

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

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



/* machine*/

section#machine01 {
    padding-bottom: 50px;
}

section#machine01 p.textCatch {
    margin-bottom: 80px;
}

section#machine01 dl,
section#machine02 dl {
    display: table;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 50px;
}

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

section#machine01 dt,
section#machine02 dt {
    width: 300px;
    height: 200px;
    position: relative;
}

section#machine01 dt img,
section#machine02 dt img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

section#machine01 dt:after,
section#machine02 dt:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 26.0px 15px 0;
    border-color: transparent #f0ede6 transparent transparent;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 85px;
}

section#machine01 dd,
section#machine02 dd {
    width: 700px;
    background-color: #F0EDE6;
    padding: 50px;
    height: 200px;
    overflow: hidden;
    border-bottom: 2px solid #fff;
}

section#machine01 dd em,
section#machine02 dd em {
    font-weight: bold;
    font-size: 13pt;
    margin-bottom: 20px;
    display: block;
    font-style: normal;
}

section#machine02 {
    background-color: #F0EDE6;
    padding-top: 100px;
    padding-bottom: 50px;
}

section#machine02 dd {
    background-color: #fff;
}

section#machine02 dt:after {
    border-color: transparent #fff transparent transparent;
}


/* center*/

section#center01 {
    padding-bottom: 100px;
    background-color: #F0EDE6;
    background-image: url(../image/first/background.jpg);
    background-position: top left;
    background-repeat: repeat-x;
}

section#center01 article {
    position: relative;
}

section#center01 img {
    display: block;
    left: 0;
    top: 0px;
    position: relative;
    z-index: 1;
}

section#center01 p {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 50px;
    width: 450px;
    position: relative;
    z-index: 2;
    margin-top: -300px;
    margin-left: 550px;
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
}

section#center01 img#img02 {
    left: 380px;
    margin-top: 100px;
}

section#center01 p#p02 {
    margin-left: 0;
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}

section#center01 img#img03 {
    margin-top: 100px;
}

section#center01 p#p03 {
    margin-left: 0;
    left: 150px;
    margin-top: -100px;
    width: 700px;
    text-align: center;
}

section#center01 p#p04 {
    margin-top: -350px;
}

section#center01 p#p03 em,
section#center01 p#p03 span {
    display: block;
}

section#center01 p#p03 span:first-of-type {
    margin-bottom: 50px;
}

section#center01 p#p03 em {
    font-weight: bold;
    color: indianred;
    font-size: 14pt;
    margin-bottom: 10px;
}

section#center01 p#p05 {
    margin-left: 0;
    width: 550px !important;
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}

section#center02 {
    padding-top: 100px;
    padding-bottom: 70px;
}

section#center02 dl {
    display: table;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

section#center02 dl:last-of-type {
    border-bottom: 0;
}

section#center02 dt,
section#center02 dd {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding: 30px 0;
}

section#center02 dl:first-of-type dt,
section#center02 dl:first-of-type dd {
    padding-top: 0;
}

section#center02 dt {
    width: 300px;
    line-height: 1.6em;
    font-weight: bold;
    padding-left: 20px;
}

section#center02 dt span {
    display: inline-block;
    margin-left: 2em;
}

section#center02 dd:before {
    content: "▶";
    color: #ddd;
    font-size: 14pt;
    font-weight: bold;
    margin-right: 15px;
}

section#center03 {
    background-color: #F0EDE6;
    padding-top: 100px;
    padding-bottom: 100px;
}

section#center03 div {
    background-color: #fff;
    padding: 0 0 50px 50px;
    margin-top: 50px;
}

section#center03 div:last-of-type {
    margin-bottom: 70px;
}

section#center03 div h5 {
    text-align: center;
    background-color: #E2DCCF;
    width: 200px;
    padding: 15px 20px;
}


/* rehabili */

section#rehabili01 {
    padding-bottom: 150px;
    background-color: #F0EDE6;
    background-image: url(../image/first/background.jpg);
    background-position: top left;
    background-repeat: repeat-x;
}

section#rehabili01 article {
    position: relative;
}

section#rehabili01 img {
    display: block;
    left: 380px;
    top: 0px;
    position: relative;
    z-index: 1;
}

section#rehabili01 p {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 50px;
    width: 450px;
    position: relative;
    z-index: 2;
    margin-top: -365px;
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
}

section#rehabili01 img#img02 {
    left: 0;
    margin-top: 150px;
}

section#rehabili01 p#p02 {
    margin-left: 550px;
    margin-top: -360px;
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}

section#rehabili02 {
    padding-top: 100px;
    padding-bottom: 100px;
}

ul.imglist li {
    float: left;
    margin-right: 20px;
    padding: 50px 0;
    list-style-type: none;
}

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

section#rehabili02 p#car {
    background-image: url(../image/rehabili_s/pic06.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    width: 1000px;
    height: 355px;
    padding-left: 750px;
    padding-top: 45px;
    padding-right: 50px;
    margin-top: 50px;
}

.timeline:before {
    content: "通所リハビリ 一日のスケジュール";
    text-align: center;
    display: block;
    margin: 70px 0;
    font-weight: bold;
    font-size: 20px;
    color: #009B40;
}

.timeline img {
    position: absolute;
    left: 675px;
    top: 100px;
}

.timeline {
    position: relative;
    list-style: none;
    min-width: 700px;
    width: 750px;
    margin: 0 auto;
    padding-left: 60px;
    padding-bottom: 70px;
    font-size: 11pt;
    background-color: #F0EDE6;
    clear: both;
    border-top: 40px solid #fff;
}

.timeline>li {
    margin-bottom: 60px;
}

.timeline>li {
    overflow: hidden;
    margin: 0;
    position: relative;
}

.timeline-date {
    width: 110px;
    float: left;
    margin-top: 30px;
}

.timeline-content {
    width: 75%;
    float: left;
    border-left: 3px solid #E2DCCF;
    padding-left: 30px;
    padding-top: 30px;
}

.timeline-content p {
    text-align: left;
    font-weight: bold;
}

.timeline-content p span {
    font-weight: normal;
    display: block;
}

.timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #c8bea8;
    position: absolute;
    left: 106px;
    top: 38px;
    border-radius: 100%;
}

section#rehabili03 {
    background-color: #F0EDE6;
    padding-top: 100px;
    padding-bottom: 100px;
}

section#rehabili03 p {
    margin-top: -5px;
    margin-bottom: 60px;
    margin-left: 160px;
}

section#rehabili03 h5 {
    margin-left: 160px;
}

section#rehabili03 h5:before {
    content: "〇";
    margin-right: 5px;
}

section#rehabili03 p:last-of-type {
    margin-bottom: 0;
}

section#rehabili04 {
    margin-top: -150px;
    margin-bottom: 0px;
}

section#rehabili04 article p {
    margin-bottom: 40px;
}

section#rehabili04 article div {
    margin-top: -50px;
}

section#rehabili04 div .box.linkbana {
    width: 500px;
    margin-bottom: 100px;
    position: relative;
    left: 50%;
    margin-left: -250px;
}


/*hospital*/

section#hospital01 {
    padding-bottom: 100px;
}

section#hospital01 ul {
    width: 700px;
    margin: 0 auto;
    background-image: url(../image/hospital/chart.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 271px;
    min-height: 271px;
}

section#hospital01 ul li {
    list-style-type: none;
    line-height: 2.0em;
    margin-left: 75px;
}

section#hospital01 ul li:last-child {
    padding-top: 35px;
}

section#hospital01 ul li span {
    color: #009B40;
    font-weight: bold;
    display: block;
}

section#hospital02 div {
    width: 750px;
    padding-left: 0;
}

section#hospital02,
section#hospital04 {
    background-color: #F0EDE6;
    padding-top: 100px;
    padding-bottom: 100px;
}

section#hospital02 ul li {
    list-style-type: none;
    font-weight: 600;
}

section#hospital02 ul li:before {
    content: "□";
    margin-right: 5px;
    font-weight: 300;
    font-size: 20pt;
    color: #888;
}

section#hospital02 p {
    border: 1px solid #ccc;
    padding: 20px;
    width: 700px;
    margin: 0 auto;
}

section#hospital02 div.pdflink {
	background: #c8f7bc;
  	padding: 0.5em;
	font-size: 15pt;
	font-weight: bold;
	margin: 30px auto;
	text-align: center;
}

section#hospital02 div.pdflink a {
	color: #1d660a;
}
section#hospital02 div.pdflink a:hover {
	color: #000;
	font-weight: bolder;
	font-size: 16pt;
}


section#hospital03 {
    padding-top: 100px;
    padding-bottom: 100px;
}

section#hospital03 figure {
    display: table;
    margin-bottom: 30px;
}

section#hospital03 figure img,
section#hospital03 figure figcaption {
    display: table-cell;
    vertical-align: middle;
}

section#hospital03 figure figcaption {
    background-color: #F0EDE6;
    padding: 0 40px;
}

section#hospital03 figure figcaption p:first-of-type {
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 70px;
    text-align: center;
    display: inline-block;
}

section#hospital03 figure figcaption p span {
    font-weight: 600;
}

section#hospital03 hr {
    border: 0;
    border-top: dashed #ccc 1px;
    margin: 50px 0;
}

section#hospital03 table {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

section#hospital03 table th,
section#hospital03 table td {
    padding: 20px;
    text-align: center;
}

section#hospital03 table th {
    background-color: #F0EDE6;
    border-right: 5px solid #fff;
}

section#hospital03 table th:last-child {
    border-right: 0;
}

section#hospital03 table td {
    border-bottom: 1px solid #ddd;
}

section#hospital03 table tr:last-child td {
    border-bottom: 0;
}

section#hospital03 h5:before {
    content: "〇";
    margin-right: 5px;
}

section#hospital04 ol {
    margin-bottom: 50px;
}

section#hospital04 ol:last-of-type {
    margin-bottom: 0;
}

section#hospital04 ol li {
    list-style-type: circle;
    margin-bottom: 10px;
    line-height: 1.8em;
    margin-left: 2em;
}

section#hospital04 h5 {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
}


/* lecture */

.corona {
    text-align: center;
    font-weight: bold;
    margin-top: -50px;
    margin-bottom: 50px;
    color: red;
}

section#lecture02 {
    padding-top: 100px;
    padding-bottom: 20px;
}

section#lecture02 div:first-of-type,
section#lecture03 div:first-of-type {
    background-color: #F0EDE6;
    margin-bottom: 80px;
    padding: 30px;
}

section#lecture03 div:first-of-type {
    background-color: #fff;
}

section#lecture02 dl,
section#lecture03 dl {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 80px;
}

section#lecture02 dd {
    background-color: #F0EDE6;
}

section#lecture03 dd {
    background-color: #fff;
}

section#lecture02 dt,
section#lecture02 dd,
section#lecture03 dt,
section#lecture03 dd {
    display: table-cell;
    vertical-align: middle;
}

section#lecture02 dd p,
section#lecture03 dd p {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 300px;
}

section#lecture02 table tr td,
section#lecture03 table tr td {
    padding-bottom: 15px;
    padding-left: 1em;
    line-height: 2.0em;
}

section#lecture02 table tr:last-child td,
section#lecture03 table tr:last-child td {
    padding-bottom: 0;
}

section#lecture02 table tr td:first-child,
section#lecture03 table tr td:first-child {
    padding-right: 1em;
    padding-left: 0;
    font-weight: bold;
    text-align: right;
    border-right: 1px solid #ddd;
    width: 100px;
}

section#lecture03 {
    background-color: #F0EDE6;
    padding-top: 100px;
    padding-bottom: 20px;
}


/* greeting */

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


section#greeting01 h4 {
    margin-bottom: 70px;
}

section#greeting03 {
    padding-bottom: 100px;
}

section#greeting03 article {
    padding-left: 100px;
}

section#greeting03 h4 {
    margin-bottom: 50px;
}

section#greeting03 ol {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 12pt;
}

section#greeting03 ol li {
    margin-bottom: 15px;
    margin-left: 2em;
}

section#greeting01 {
	/* background: linear-gradient(180deg, #F0EDE6 0%, #F0EDE6 870px, #ffffff 600px, #ffffff 100%); */
    background-color: #F0EDE6;
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-top: 100px;
    padding-bottom: 50px;
}

section#greeting01 div .box {
    width: 500px;
    margin-bottom: 100px;
    position: relative;
    left: 50%;
    margin-left: -250px;
}

section#greeting01 article {
    position: relative;
}
/* greeting 
section#greeting01 img:first-of-type {
    display: block;
    right: 0;
    position: absolute;
    z-index: 1;
} */

section#greeting01 p:first-of-type {
    width: 600px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 50px;
    text-align: justify;
    text-justify: inter-ideograph;
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
}

section#greeting01 .doctor_name {
    text-align: right;
    font-size: 10pt;
    margin-top: -60px;
    margin-bottom: 60px;
}

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

section#greeting01 div.kari {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 50px;
    line-height: 2.0em;
    font-size: 12pt;
}

section#greeting01 div.kari .doctor_name {
    text-align: right;
    font-size: 10pt;
    margin-top: 0px;
    margin-bottom: 0px;
}

#doctor_profile {
    margin-top: 60px;
    /* margin-top: 30px; */
    background-color: rgba(255, 255, 255, 0.85);
}

#doctor_profile dl {
    border-top: 1px solid #ccc;
    padding: 20px;
    display: table;
    width: 900px;
    margin: 0 auto;
    font-size: 10pt;
}

#doctor_profile dl:first-of-type {
    border-top: none;
}

#doctor_profile dt,
#doctor_profile dd {
    display: table-cell;
    line-height: 2.0em;
}

#doctor_profile dt {
    width: 150px;
    font-size: 10pt;
}

#doctor_profile ul li {
    list-style-type: none;
}

#doctor_profile h5 {
    margin-bottom: 0px;
    font-size: 10pt;
}


section#greeting02 {
    padding-top: 100px;
    padding-bottom: 50px;
    overflow: hidden;
}

section#greeting04 dl#staff01 {
    background-color: #fff;
    display: table;
    width: 1000px;
}

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

section#greeting04 dl#staff01 dt {
    width: 300px;
}

section#greeting04 img,
section#greeting02 img {
    vertical-align: bottom;
}

section#greeting04 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F0EDE6;
}

section#greeting04 dl#staff01 dd {
    padding: 50px;
    background-color: #fff;
    text-align: justify;
    text-justify: inter-ideograph;
}

section#greeting04 dl#staff01 dd p#staff_name {
    text-align: right;
    font-size: 10pt;
}

section#greeting04 dl#staff01 dd p#staff_name span {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
    font-style: normal;
    font-size: 16pt;
    letter-spacing: 0.1em;
    font-weight: bold;
}

section#greeting02 dl.staff02 {
    width: 490px;
    float: left;
    margin-bottom: 50px;
}

section#greeting02 .mr20 {
    margin-right: 20px;
}

section#greeting02 dl.staff02 dd,
section#greeting02 dl.staff03 dd {
    padding: 40px 50px;
    background-color: #F0EDE6;
}

section#greeting02 dl.staff02 dd p.staff02_name,
section#greeting02 dl.staff03 dd p.staff02_name {
    text-align: right;
    font-weight: 600;
    margin-top: 10px;
}

section#greeting02 dl.staff03 {
    width: 1000px;
    margin-bottom: 50px;
    display: table;
}

section#greeting02 dl.staff03 dt,
section#greeting02 dl.staff03 dd {
    display: table-cell;
    vertical-align: middle;
}


/* 医師紹介#greeting05 6 */

section.greeting05 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
}

section.greeting06 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F0EDE6;
}

section.greeting06 div.linebox {
	position: relative;
	width: 80%;
    padding: 40px 15px 15px;
    color: #777;
    border: 3px solid #fff;
	margin: 30px auto 50px;
	background-color: #fff;
}

section.greeting05 div.linebox {
	position: relative;
	width: 80%;
    padding: 40px 15px 15px;
    color: #777;
    border: 3px solid #F0EDE6;
	margin: 30px auto 50px;
	background-color: #fff;
}

section.greeting06 h5,
section.greeting05 h5 {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 20px 70px;

    line-height: 1;
    background-color: #F0EDE6;
	margin-bottom: 10px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
    font-style: normal;
    font-size: 16pt;
    letter-spacing: 0.1em;
    font-weight: bold;
}


/* 医師紹介横並びboxPC */

section.greeting05 h4,
section.greeting06 h4{
    margin-bottom: 70px;
}

section.greeting06 div.container_flex04,
section.greeting05 div.container_flex04 {
  	display: flex;
	justify-content:space-between;
	padding: 15px;
	margin-top: 20px;
}
section.greeting06 div.line_top,
section.greeting05 div.line_top {
	border-top: 3px solid #F0EDE6;
	margin-left: 20px;
	padding-top: 10px;
	font-size: 13pt;
    font-weight: 500;
	line-height: 2em;
}

section.greeting06 div.line_top-righr,
section.greeting05 div.line_top-righr {
	border-top: 3px solid #F0EDE6;
	border-right: 3px solid #F0EDE6;
	width: 50%;
}
section.greeting06 div.line_top2,
section.greeting05 div.line_top2 {
	border-top: 3px solid #F0EDE6;
	padding-left: 15px;
	width: 50%;
}
section.greeting06 dl,
section.greeting05 dl {
	margin: 10px;
}
section.greeting06 dd,
section.greeting05 dd {
	padding: 0px 0px 20px 0px;
	margin-bottom: 0px;
	font-size: 0.89em;
	line-height: 1.5em;
}

section#greeting06 ul,
section#greeting05 ul {
	padding-left: 20px;
}
section.greeting06 li,
section.greeting05 li {
	padding-bottom: 5px;
}

section.greeting05 div.line_non {
	margin-left: 20px;
	padding-top: 10px;
	font-size: 13pt;
    font-weight: 500;
	line-height: 2em;
}

section.greeting05 div.phot_box {
	width: 100%;
}

/* レーザー */

section#laser01 {
    padding-bottom: 100px;
}

section#laser01 article {
    display: table;
}

section#laser01 article img,
section#laser01 article p {
    display: table-cell;
    vertical-align: top;
}

section#laser01 article img {
    margin-right: 30px;
}

section#laser01 article:last-of-type p {
    padding-top: 40px;
}

section#laser01 article:last-of-type img {
    margin-right: 0px;
    margin-left: 30px;
}



/* お知らせCMS 記事詳細 */

section#news {
    padding-bottom: 100px;
}

p#pNav {
    font-size: 8pt;
    text-align: right;
    margin-bottom: 40px;
}

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

div#news_all p#up_ymd {
    background-color: #F0EDE6;
}

div#news_all p#title {
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 15px;
    font-size: 14pt;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

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

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

div#news_all ul li#up_ymd {
    background-color: #F0EDE6;
    font-size: 14pt;
    padding: 15px 0;
    width: 130px;
    text-align: center;
}

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

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;
}

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

#newsList {
    width: 100%;
}

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

#newsList li:hover {
    border: 5px solid #F0EDE6;
    cursor: pointer;
}

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

#newsList li p:first-of-type {
    background-color: #F0EDE6;
    font-size: 14pt;
    width: 130px;
    text-align: center;
}

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

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

#newsWrap p.pager {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    display: table;
    table-layout: fixed;
    border-top: 1px solid #009B40;
    border-bottom: 1px solid #009B40;
    border-left: 1px solid #009B40;
}

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

#rehabili04 article div {
    padding: 20px;
}

#newsWrap p.pager:last-of-type {
    margin-bottom: 0;
}

#newsWrap p.pager a {
    display: table-cell;
    padding: 10px;
    text-align: center;
    color: #009B40;
    border-right: 1px solid #009B40;
}

#newsWrap p.pager a:hover {
    background-color: #009B40;
    color: #fff;
}

table .sat {
    color: dodgerblue;
}

/* 印刷用 */

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