@charset "UTF-8";

/*******************************

事業所紹介　詳細 Css

*******************************/

/*-----------------------------
common
-----------------------------*/

.contents section {
    margin-bottom: 80px;
    overflow: hidden;
}

.contents figure {
    margin: 0;
}

.contents .img img {
    width: 100%;
}


/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {
    .contents section {
        margin-bottom: 40px;
    }

}

/*-----------------------------
タイトル
-----------------------------*/
.office-ttl {
    font-size: 150%;
    font-weight: bold;
    background: #73af6f;
    color: #e8e171;
    border-radius: 50px;
    padding: 10px 0;
    margin-bottom: 70px;
}

.office-dd .txtwrap {
    margin-top: 70px;
    margin-bottom: 100px;
}

/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {
    .office-ttl {
        margin-bottom: 30px;
    }
    .office-dd .txtwrap {
        margin-top: 30px;
        margin-bottom: 50px;
    }

}

/*-----------------------------
sarvice
-----------------------------*/

.sarvice-dl {
    display: table;
    border: 1px solid #96b34f;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.5;
}

.sarvice-dl > dt {
    display: table-cell;
    background: #96b34f;
    color: #fff;
    width: 15%;
    padding: 30px 1%;
    vertical-align: middle;
}

.sarvice-dl > dd {
    display: table-cell;
    background: #f4f7ed;
    padding: 30px 2%;
    font-size: 90%;
}

.sarvice-dl .txt-dd {
    border-right: 1px solid #96b34f;
    width: 63%;
}

.sarvice-dl dl {
    display: table;
    width: 100%;
}

.sarvice-dl dl dt {
    display: table-cell;
    color: #78913c;
    width: 90px;
}

.sarvice-dl dl dt:before {
    content: "\f0da";
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    margin-right: 5px;
}

.sarvice-dl dl dd {
    display: table-cell;
}

ul.photo {
    margin-top: 70px;
	margin-right: -50px;
}

ul.photo li {
	width: 33.333%;
    padding-right: 50px;
    margin-bottom: 40px;
}

ul.photo figcaption {
    margin-top: 10px;
    font-size: 90%;
    line-height: 1.5;
    text-align: left;
}

/*ul.photo figcaption:before {
    content: "\f0d8";
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    margin-right: 5px;
    color: #e68e68;
    font-size: 150%;
    line-height: 1;
}*/


/*==== mobile スマフォ横〜用css ===*/

@media screen and (max-width: 896px) {
    .sarvice-dl dl,
    .sarvice-dl dl dt,
    .sarvice-dl dl dd {
        display: block;
        width: 100%;
    }
    .sarvice-dl dl dd {
        padding-left: 10px;
    }

}


/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {
    .sarvice-dl {
        display: block;
    }
    .sarvice-dl > dt {
        display: block;
        width: 100%;
        padding: 15px 5%;
    }

    .sarvice-dl > dt br {
        display: none;
    }
    .sarvice-dl > dd {
        display: block;
        padding: 15px 5%;
        font-size: 100%;
    }

    .sarvice-dl .txt-dd {
        border-right: none;
        border-bottom: 1px solid #96b34f;
        width: 100%;
    }
    .sarvice-dl .dl-dd {
        width: 100%;
    }

    .sarvice-dl dl {
        display: table;
    }
    .sarvice-dl dl dt {
        display: table-cell;
        width: 90px;
    }
    .sarvice-dl dl dd {
        display: table-cell;
        width: auto;
        padding-left: 0;
    }

    ul.photo {
        margin-top: 40px;
    }

    ul.photo li {
        width: 100%;
        margin-bottom: 20px;
    }

    ul.photo figcaption {
        text-align: center;
		font-size: 100%;
    }
}

/*-----------------------------
施設概要
-----------------------------*/

.equipment .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.equipment figure {
    width: 47%;
}

table {
    margin: 0;
    width: 50%;
    border: solid 1px #99b752;
}

table tr {
    border-bottom: solid 1px #99b752;
}

table th,
table td {
    padding: 20px;
}

table th {
    width: auto;
    color: #70941d;
    background: #f4f7ed;
    border-right: solid 1px #99b752;
}

table td {
    width: auto;
}

table td a {
    text-decoration: underline;
}

/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {
    .equipment figure {
        width: 100%;
        margin-bottom: 30px;
    }

    table {
        width: 100%;
        margin: 0;
        border-bottom: none;
    }
    table tr,
    table th,
    table td {
        border: none;
    }
    table th,
    table td {
        display: block;
        width: 100%;
        padding: 10px;
        border: none;
        border-bottom: solid 1px #99b752;
    }
}

/*-----------------------------
ご利用までの流れ
-----------------------------*/

ul.flow-ul {
    position: relative;
    margin-bottom: 70px;
}

ul.flow-ul.flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.flow-ul li {
    width: 30%;
    background: #f4fbf5;
    border: 1px dotted #71aa6a;
    border-radius: 10px;
    padding: 25px 2%;
    position: relative;
    text-align: left;
    line-height: 1.5;
}

ul.flow-ul li:nth-child(1):before {
    display: block;
    content: url(../img/ico_no1.png);
    text-align: center;
    margin-bottom: 15px;
}

ul.flow-ul li:nth-child(2):before {
    display: block;
    content: url(../img/ico_no2.png);
    text-align: center;
    margin-bottom: 15px;
}

ul.flow-ul li:nth-child(3):before {
    display: block;
    content: url(../img/ico_no3.png);
    text-align: center;
    margin-bottom: 15px;
}

ul.flow-ul li:nth-child(1):after,
ul.flow-ul li:nth-child(2):after {
    position: absolute;
    content: "\f0da";
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    color: #e89876;
    font-size: 30px;
    left: 108%;
    top: 48%;
}

/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {

    ul.flow-ul li {
        width: 100%;
        padding: 25px 3%;
    }
    ul.flow-ul li:nth-child(1),
    ul.flow-ul li:nth-child(2) {
        margin-bottom: 40px;
    }

    ul.flow-ul li:nth-child(1):after,
    ul.flow-ul li:nth-child(2):after {
        content: "\f0d7";
        font-family: FontAwesome;
        left: 48%;
        top: 100%;
    }

}

/*-----------------------------
staff-message
-----------------------------*/

.staff-message {
    position: relative;
}

.staff-message:before {
    position: absolute;
    display: block;
    content: url(../img/message_txt.png);
    top: -30px;
    ;
    right: 25px;
    z-index: 1;
}

.staff-message:after {
    content: '';
    border-color: #d4e3af #fff #fff #d4e3af;
    border-style: solid;
    border-width: 0 0 66px 66px;
    bottom: 0;
    position: absolute;
    right: 0;
}

.staff-message .inner {
    border: 2px solid #d4e3af;
    border-radius: 10px;
    background: #f4f7ed;
    position: relative;
    padding: 30px 10% 30px 5%;
}

.staff-message .inner:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: 25px;
    top: -2px;
    width: 210px;
    border-top: 2px solid #f4f7ed;
}

.staff-message .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.staff-message figure {
    margin: 0;
    width: 22%;
}

.staff-message dl {
    text-align: left;
    width: 70%;
}

.staff-message span.ttl {
    display: inline-block;
    background: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 3px 10px;
    font-size: 130%;
}

.staff-message span.name {
    display: inline-block;
    background: #fff;
    color: #70a86a;
    padding: 3px 10px;
    font-size: 90%;
}

.staff-message dd {
    margin-top: 20px;
    line-height: 1.5;
}

/*==== mobile スマフォ横〜用css ===*/

@media screen and (max-width: 896px) {
    .staff-message .inner {
        padding: 70px 5% 70px 5%;
    }
}

/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {

    .staff-message figure {
        margin: 0 0 20px 0;
        width: 100%;
    }

    .staff-message dl {
        width: 100%;
    }
}

/*-----------------------------
よくある質問
-----------------------------*/

.faq .faq-ul li {
    padding: 15px 0;
    text-align: left;
}

.faq .faq-ul li:nth-child(odd) {
    background: #f4fbf5;
}

.faq .faq-ul li:nth-child(odd) {}

.faq dl dt {
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    padding: 10px 85px;
    background: url(../img/faq_q.png) 15px 50% no-repeat, url(../img/faq_open.png) 95% 50% no-repeat;
    background-size: 40px, 34px;
}


.faq dl dt.active {
    background: url(../img/faq_q.png) 15px 50% no-repeat, url(../img/faq_close.png) 95% 50% no-repeat;
    background-size: 40px, 34px;
}

.faq dl dd {
    width: 100%;
    padding: 20px 20px 20px 85px;
    background: url(../img/faq_a.png) 15px 50% no-repeat;
    background-size: 40px;
    display: none;
}

/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {
    .faq dl dt {
        padding: 10px 65px;
    }
    .faq dl dd {
        padding-left: 65px;
    }
}

/*-----------------------------
施設一覧へ戻る
-----------------------------*/

a.list-link {
    display: block;
    width: 90%;
    max-width: 655px;
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
    font-size: 150%;
    background: #6b9e63;
    border-radius: 10px;
    padding: 20px 0;
    position: relative;
}

a.list-link:before {
    display: block;
    position: absolute;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 130%;
    left: 5%;
}

a.list-link:hover {
    background: #2a5800;
}
