@charset "UTF-8";
/* CSS Document */

.facility {
    width: 100%;
    padding: 50px 0 145px 0;
}
.facility h1 {
    width: 100%;
    text-align: center;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 21px;
    line-height: 2.1rem;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 30px;
}
.facility h1 span {
	font-family :"Gotham",  "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    color: #00a53c;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
}

.facility-wrapper {
    width: 100%;
    padding-top: 260px;
    background-image: url("../img/header-bg.png");
    background-position: center top;
    background-repeat: repeat-x;
    background-size: auto 172px;
}

.facility-link01,
.facility-link02,
.facility-link03,
.facility-link04 {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.facility-link01 {
    margin-bottom: 40px;
}
.facility-link02 {
    margin-bottom: 58px;
}
.facility-link03 {
    margin-bottom: 36px;
}

.facility-link01 div:first-child {
    width: 54.5%;
}
.facility-link02 div:first-child {
    width: 58.5%;
}
.facility-link03 div:first-child {
    width: 58%;
}
.facility-link04 div:first-child {
    width: 58.3%;
}

.facility-link01 div:last-child,
.facility-link02 div:last-child,
.facility-link03 div:last-child,
.facility-link04 div:last-child {
    width: 40%;
    font-size: 16.5px;
    font-size: 1.65rem;
    line-height: 25px;
    line-height: 2.5rem;
}
.facility-link02 div:last-child,
.facility-link04 div:last-child {
    -webkit-order: -1;
    order: -1;
}
.facility-link01 div:last-child h2,
.facility-link02 div:last-child h2,
.facility-link03 div:last-child h2,
.facility-link04 div:last-child h2 {
    font-family: 'Shippori Mincho', serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.facility-link01 div:last-child a,
.facility-link02 div:last-child a,
.facility-link03 div:last-child a,
.facility-link04 div:last-child a {
    display: block;
    width: 45%;
    margin-top: 20px;
}
.facility-link01 div:last-child a:hover,
.facility-link02 div:last-child a:hover,
.facility-link03 div:last-child a:hover,
.facility-link04 div:last-child a:hover {
	-moz-opacity:0.6;
	opacity:0.6;
	filter:alpha(opacity=60);
}

@media only screen and (min-width:600px) and (max-width:768px) {
    .facility-wrapper {
        padding-top: 150px;
        background-size: auto 100px;
    }
    
    .facility-link01,
    .facility-link02,
    .facility-link03,
    .facility-link04 {
        width: 100%;
    }
    
    .facility-link01 div:last-child h2,
    .facility-link02 div:last-child h2,
    .facility-link03 div:last-child h2,
    .facility-link04 div:last-child h2 {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 40px;
        line-height: 4.0rem;
    }
}

@media screen and ( max-width:599px ) {
    .facility {
        width: 100%;
        padding: 40px 0 60px 0;
    }
    .facility h1 {
        font-size:30px ;
        font-size: 3.0rem;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .facility h1 span {
        font-size:12px ;
        font-size: 1.2rem;
    }
    
    .facility-wrapper {
        width: 100%;
        padding-top: 100px;
        background-image: url("../img/header-bg.png");
        background-position: center top;
        background-repeat: repeat-x;
        background-size: auto 60px;
    }
    
    .facility-link01,
    .facility-link02,
    .facility-link03,
    .facility-link04 {
        width: 100%;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .facility-link01,
    .facility-link02,
    .facility-link03 {
        margin-bottom: 40px;
    }

    .facility-link01 div:first-child {
        width: 90%;
        margin: 0 auto 20px auto;
    }
    .facility-link02 div:first-child {
        width: 100%;
        margin: 0 auto 20px auto;
    }
    .facility-link03 div:first-child {
        width: 96%;
        margin: 0 auto 20px auto;
    }
    .facility-link04 div:first-child {
        width: 90%;
        margin: 0 auto 20px auto;
    }

    .facility-link01 div:last-child,
    .facility-link02 div:last-child,
    .facility-link03 div:last-child,
    .facility-link04 div:last-child {
        width: 90%;
        margin: 0 auto;
        font-size: 16.5px ;
        font-size: 1.65rem;
        line-height: 25px;
        line-height: 2.5rem;
    }
    .facility-link02 div:last-child,
    .facility-link04 div:last-child {
        -webkit-order: 0;
        order: 0;
    }
    .facility-link01 div:last-child h2,
    .facility-link02 div:last-child h2,
    .facility-link03 div:last-child h2,
    .facility-link04 div:last-child h2 {
        text-align: center;
        font-size: 28px;
        font-size: 2.8rem;
    }
    .facility-link01 div:last-child a,
    .facility-link02 div:last-child a,
    .facility-link03 div:last-child a,
    .facility-link04 div:last-child a {
        display: block;
        width: 45%;
        margin: 20px auto 0 auto;
    }
    .facility-link01 div:last-child a:hover,
    .facility-link02 div:last-child a:hover,
    .facility-link03 div:last-child a:hover,
    .facility-link04 div:last-child a:hover {
        -moz-opacity:0.6;
        opacity:0.6;
        filter:alpha(opacity=60);
    }
}

/*詳細ページ共通*/
.facility-summary {
    font-size: 16.5px;
    font-size: 1.65rem;
    line-height: 25px;
    line-height: 2.5rem;
    padding: 20px 0 60px 0;
}

.facility-info {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid #000;
}
.facility-info:last-child {
    border-bottom: 1px solid #000;
}
.facility-info div:first-child {
    width: 15%;
    padding: 20px 0;
}
.facility-info div:first-child h2 {
    color: #00a53c;
    font-size: 16.5px;
    font-size: 1.65rem;
    line-height: 25px;
    line-height: 2.5rem;
    font-weight: 500;
}
.facility-info div:last-child {
    width: 85%;
    padding: 20px 0;
}
.facility-info:nth-last-of-type(2) div {
    padding: 30px 0 20px 0;
}
.facility-info:last-child div {
    padding: 30px 0 20px 0;
}
/*対象者*/
.target li {
    font-size: 16.5px;
    font-size: 1.65rem;
    line-height: 25px;
    line-height: 2.5rem;
    text-indent: -0.5em;
    padding-left: 1em;
}
.target li::before {
    display: inline-block;
    content: '・';
    font-size: 16.5px;
    font-size: 1.65rem;
}
/*定員*/
.capacity ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    font-size: 16.5px;
    font-size: 1.65rem;
    line-height: 25px;
    line-height: 2.5rem;
}
.capacity li:first-child {
    width: 33.5%;
}
.capacity li:last-child {
    width: 66.5%;
}
.capacity p {
    font-size: 16.5px;
    font-size: 1.65rem;
    line-height: 25px;
    line-height: 2.5rem;
}
/*内容*/
.content li {
    font-size: 16.5px;
    font-size: 1.65rem;
    line-height: 25px;
    line-height: 2.5rem;
    text-indent: -0.5em;
    padding-left: 1em;
}
.content li::before {
    display: inline-block;
    content: '・';
    font-size: 16.5px;
    font-size: 1.65rem;
}
/*特徴*/
.feature li {
    font-size: 16.5px;
    font-size: 1.65rem;
    line-height: 25px;
    line-height: 2.5rem;
    text-indent: -0.5em;
    padding-left: 1em;
}
.feature li::before {
    display: inline-block;
    content: '・';
    font-size: 16.5px;
    font-size: 1.65rem;
}
/*ご利用の流れ*/
.process ul {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.process ul:last-child {
    margin-bottom: 0;
}
.process li:first-child {
    width: 60px;
    background-image: url("../img/arr.png");
    background-position: left 20% bottom;
    background-repeat: no-repeat;
    background-size: 10px auto;
}
.process ul.last li:first-child {
    background-image: url("../img/arr_last.png");
    background-position: left 32% bottom;
    background-repeat: no-repeat;
    background-size: 1px auto;
}
.process li:first-child span {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    text-align: center;
    font-family: "DINPro", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 35px;
    line-height: 3.5rem;
    font-weight: 600;
    background-color: #f0f0f0;
    border: 1px solid #00a53c;
}
.process li:first-child span::before {
    position: absolute;
    content: '';
    left: 25%;
    bottom: -1px;
    width: 25%;
    height: 1px;
    background-color: #fff;
}
.process li:last-child {
    width: calc(100% - 60px);
    font-size: 16.5px;
    font-size: 1.65rem;
    line-height: 25px;
    line-height: 2.5rem;
}
.process li:last-child h3 {
    font-size: 16.5px;
    font-size: 1.65rem;
    line-height: 25px;
    line-height: 2.5rem;
    font-weight: 500;
}
.process li:last-child .document {
    width: calc(100% - 32px);
    margin-top: 20px;
    padding: 16px;
    display: -webkit-flex;
    display: flex;
    background-color: rgba(0,165,60,0.2);
}
.process li:last-child .document a.pdf {
    font-size: 16.5px;
    font-size: 1.65rem;
    line-height: 25px;
    line-height: 2.5rem;
    font-weight: 200;
}
/*.process li:last-child .document a.pdf::before {
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url("../../common/img/icon-pdf.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
}*/
.process li:last-child .document p:first-child {
    margin-right: 3em;
}
.process p {
    font-size: 16.5px;
    font-size: 1.65rem;
    line-height: 25px;
    line-height: 2.5rem;
    text-indent: -1em;
    padding-left: 1em;
}
.process a.pdf {
margin-top: 25px;
}
/*ご利用料金*/
/*空床情報*/
.price a.pdf,
.empty a.pdf {
    font-size: 16.5px;
    font-size: 1.65rem;
    line-height: 25px;
    line-height: 2.5rem;
    font-weight: 200;
}
/*.price a.pdf::before,
.empty a.pdf::before {
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url("../../common/img/icon-pdf.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
}*/
.empty {
    font-size: 16.5px;
    font-size: 1.65rem;
    line-height: 25px;
    line-height: 2.5rem;
    font-weight: 200;
}

.inquiry {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    border-radius: 10px;
    background-color: #f0f0f0;
}
.inquiry h1 {
    text-align: center;
	font-family :"NotoSansJP",  "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 500;
}
.inquiry ul {
    width: 412px;
    margin: 28px auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.inquiry li {
    width: 43.68%;
}
.inquiry li a:hover {
	-moz-opacity:0.6;
	opacity:0.6;
	filter:alpha(opacity=60);
}

@media only screen and (min-width:600px) and (max-width:768px) {
    .inquiry {
        width: 100%;
    }
}

@media screen and ( max-width:599px ) {
    /*詳細ページ共通*/
    .facility-summary {
        width: 90%;
        margin: 0 auto;
        font-size: 16.5px ;
        font-size: 1.65rem;
        line-height: 25px;
        line-height: 2.5rem;
        padding: 20px 0 40px 0;
    }
    
    .facility-info {
        width: 90%;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        border-top: 1px solid #000;
    }
    .facility-info div:first-child {
        width: 100%;
        padding: 20px 0 10px 0;
    }
    .facility-info div:last-child {
        width: 100%;
        padding: 0 0 20px 0;
    }
    /*対象者*/
    .target li {
        font-size: 16.5px ;
        font-size: 1.65rem;
        line-height: 25px;
        line-height: 2.5rem;
    }
    /*定員*/
    .capacity ul {
        display: -webkit-block;
        display: block;
        font-size: 16.5px ;
        font-size: 1.65rem;
        line-height: 25px;
        line-height: 2.5rem;
    }
    .capacity li:first-child,
    .capacity li:last-child{
        width: 100%;
    }
    .capacity p {
        font-size: 16.5px ;
        font-size: 1.65rem;
        line-height: 25px;
        line-height: 2.5rem;
    }
    /*内容*/
    .content li {
        font-size: 16.5px ;
        font-size: 1.65rem;
        line-height: 25px;
        line-height: 2.5rem;
    }
    .content li::before {
        font-size: 16.5px ;
        font-size: 1.65rem;
    }
    /*特徴*/
    .feature li {
        font-size: 16.5px ;
        font-size: 1.65rem;
        line-height: 25px;
        line-height: 2.5rem;
    }
    .feature li::before {
        font-size: 16.5px ;
        font-size: 1.65rem;
    }
    /*ご利用の流れ*/
    .process li:last-child {
        font-size: 16.5px ;
        font-size: 1.65rem;
        line-height: 25px;
        line-height: 2.5rem;
    }
    .process li:last-child .document {
        display: -webkit-block;
        display: block;
    }
    .process li:last-child .document a.pdf {
        font-size: 16.5px ;
        font-size: 1.65rem;
        line-height: 25px;
        line-height: 2.5rem;
    }
    .process li:last-child .document p:first-child {
        margin-right: 0;
    }
    .process p {
        font-size: 16.5px ;
        font-size: 1.65rem;
        line-height: 25px;
        line-height: 2.5rem;
    }
    /*ご利用料金*/
    /*空床情報*/
    .price a.pdf,
    .empty a.pdf {
        font-size: 16.5px ;
        font-size: 1.65rem;
        line-height: 25px;
        line-height: 2.5rem;
    }
    .empty {
        font-size: 16.5px ;
        font-size: 1.65rem;
        line-height: 25px;
        line-height: 2.5rem;
    }
    
    .inquiry {
        width: 90%;
        margin: 0 auto;
        padding: 30px 0;
        border-radius: 10px;
        background-color: #f0f0f0;
    }
    .inquiry h1 {
        font-size: 20px;
        font-size: 2.0rem;
    }
    .inquiry ul {
        width: 50%;
        margin: 28px auto 0 auto;
        display: -webkit-block;
        display: block;
    }
    .inquiry li {
        width: 100%;
    }
    .inquiry li:first-child {
        margin-bottom: 20px;
    }
    .inquiry li a:hover {
        -moz-opacity:0.6;
        opacity:0.6;
        filter:alpha(opacity=60);
    }
}

/*入所*/

.long_stay {
    width: 1000px;
    margin: 0 auto;
}

@media only screen and (min-width:600px) and (max-width:768px) {
    .long_stay {
        width: 100%;
    }
}

@media screen and ( max-width:599px ) {
    .long_stay {
        width: 100%;
    }
}

/*ショートステイ*/

.short_stay {
    width: 1000px;
    margin: 0 auto;
}

@media only screen and (min-width:600px) and (max-width:768px) {
    .short_stay {
        width: 100%;
    }
}

@media screen and ( max-width:599px ) {
    .short_stay {
        width: 100%;
    }
}

/*通所リハビリテーション*/

.daycare {
    width: 1000px;
    margin: 0 auto;
}

@media only screen and (min-width:600px) and (max-width:768px) {
    .daycare {
        width: 100%;
    }
}

@media screen and ( max-width:599px ) {
    .daycare {
        width: 100%;
    }
}

/*訪問リハビリテーション*/

.home_reha {
    width: 1000px;
    margin: 0 auto;
}

@media only screen and (min-width:600px) and (max-width:768px) {
    .home_reha {
        width: 100%;
    }
}

@media screen and ( max-width:599px ) {
    .home_reha {
        width: 100%;
    }
}
