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

.fattoria-wrap .txtwrap {
    margin-top: 70px;
    margin-bottom: 100px;
}

.fattoria-wrap h4 {
    font-weight: bold;
    font-size: 150%;
    margin: 50px 0;
    line-height: 2;
    color: #769e3c;
}


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

@media screen and (max-width: 480px) {
    .office-ttl {
        margin-bottom: 30px;
    }
    .fattoria-wrap .txtwrap {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .fattoria-wrap h4 {
        text-align: left;
        line-height: 1.5;
        margin-bottom: 30px;
    }

}


/*-----------------------------
野菜紹介
-----------------------------*/

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

ul.photo li {
    width: 31%;
    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%;
    vertical-align: top;
    line-height: 1;
}

a.vege-link {
    display: block;
    width: 90%;
    max-width: 480px;
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
    font-size: 130%;
    background: #75b271;
    border-radius: 100px;
    padding: 15px 0;
    position: relative;
}

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

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

@media screen and (max-width: 480px) {
    ul.photo li {
        width: 48%;
        margin-bottom: 20px;
    }
}

/*-----------------------------
facebook
-----------------------------*/

.facebook-wrap {
    width: 90%;
    margin: 0 auto 100px;
    max-width: 988px;
    padding: 30px;
    border: 1px solid #d3d3d3;
}

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

@media screen and (max-width: 480px) {
    .facebook-wrap iframe{
    width: 100%!important;
}

}

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

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