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

	FileName	:	style.css

-------------------------------------------- */

/*.main-contents-inner > h1 {
    width: 380px;
    margin: 0 auto;
}
.main-contents-inner > h1 img {
    width: 100%;
    height: auto;
}
.main-contents-inner > h1+h2 {
    color: #fff;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    width: 380px;
    margin: 25px auto 50px;
    padding: 8px 0;
    text-align: center;
    background: #00783d;
}*/

.facility-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*--3column--*/
.facility-list.c3 section {
    width: 30%;
}
/*--4column--*/
.facility-list.c4 section {
    width: 23%;
}

.facility-list section {
    margin: 0 0 30px;
}
.facility-list section figure {
    background: #efefe9;
    position: relative;
}
.facility-list section figure:before {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background: #00783d;
    position: absolute;
    bottom: 0;
}
.facility-list section figure img {
    width: 90%;
    margin: 5% 5% 0 5%;
    position: relative;
}
.facility-list section h3 {
    background: #00783d;
    font-size: 1em;
    color: #fff;
    padding: 8px 5% 10px;
}
.facility-list section p {
    padding: 5%;
}

.facility-list .button-1 a {
    width: 80%;
    margin: 5px 10px;
}
.facility-list .button-1.f-small a {
    font-size: 0.75em;s
}

@media screen and (max-width: 768px) {
.main-contents-inner > h1 {
    width: 200px;
}
.main-contents-inner > h1+h2 {
    width: 200px;
    font-size: 1em;
    letter-spacing: 0;
}
.facility-list section {
    width: 100% !important;
}
}































