.bg-gy {
    background: #fbf4ea;
}

main#frontpage>section {
    padding: 10rem 2rem;
}

.indexContent,
.aboutContent {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.indexContent__text__news {
    margin-top: 0;
}

.indexContent__text__news__content {
    margin-bottom: 0;
}


/*---------------------------------------------------------------------------------
	インフォメーション
---------------------------------------------------------------------------------*/

main#frontpage .indexContent__text__news--title h3 {
    font-size: 3.3rem;
    letter-spacing: 7px;
    font-weight: 500;
}

main#frontpage .indexContent__text__news--title h3 span {
    font-size: 2.2rem;
    margin-bottom: 7rem;
    letter-spacing: 1px;
    font-weight: 800;
    display: block;
}

main#frontpage .indexContent__text__news--title h3 span::before {
    content: "";
    width: 50px;
    height: 1px;
    margin: 0.5rem auto 0.5rem;
    display: block;
    background: #007f03;
}

.indexContent__text__news__contentWrapper ul {
    display: flex;
    justify-content: space-evenly;
}

.indexContent__text__news__contentWrapper ul li {
    text-align: left;
    margin-bottom: 4rem;
}

.indexContent__text__news__contentWrapper ul li:first-child {
    width: 25%;
    overflow: hidden;
}

.indexContent__text__news__contentWrapper ul li:last-child {
    width: 75%;
    padding-left: 5rem;
}

.indexContent__text__news__content,
.indexContent__text__instagram__content {
    border-left: none;
    padding-left: 0;
}

.indexContent__text__news__content .post-content-img {
    position: relative;
}

.indexContent__text__news__content .post-content-img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.indexContent__text__news__content .post-content-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    transition: .3s ease-in-out;
}

.indexContent__text__news__content .post-content-img a:hover img {
    transform: scale(1.1);
}

.indexContent__text__news__content .post-content-title {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 700;
}

.indexContent__text__news__content .post-content-date {
    margin-bottom: 2rem;
}

.indexContent__text__news__content .post-content-text {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.indexContent__text__news__content .post-content-btn {
    text-align: right;
}

a.btn-flat {
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
    display: inline-block;
    color: #007f03;
    padding: 1px 35px;
    font-size: 13px;
    border: 0.5px solid #007f03;
}

a.btn-flat::before {
    content: '';
    background: #007f03;
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border: 0.5px solid #007f03;
}

a.btn-flat span {
    position: relative;
}

a.btn-arrow span::before,
a.btn-flat span::before {
    content: "";
    width: 10px;
    height: 1px;
    background: #007f03;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: -2px;
    right: -17px;
}

a.btn-arrow span::after,
a.btn-flat span::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #007f03;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    position: absolute;
    top: 0;
    bottom: -2px;
    right: -15px;
}

a.btn-flat:hover::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    left: 0;
}

a.btn-flat:hover span {
    color: #fbf4ea;
}

a.btn-flat:hover span::before {
    background: #fff;
}

a.btn-flat:hover span::after {
    border-top: 1px solid #fff;
}

.post-content-list-btn a.btn-arrow span {
    font-size: 14px;
    border: none;
    position: relative;
}


/*---------------------------------------------------------------------------------
	年間イベント計画
---------------------------------------------------------------------------------*/

.event-schedule {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.event-schedule li {
    display: inline-block;
    border-bottom: 1px solid #007f03;
    font-size: 16px;
    padding: 3.5rem 0;
    box-sizing: border-box;
    line-height: 0;
    letter-spacing: 2px;
    font-weight: 600;
}

.event-schedule li:nth-child(odd) {
    width: 19%;
    text-align: right;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding-right: 2rem;
    margin-right: 8px;
}

.event-schedule li:nth-child(even) {
    width: 80%;
    text-align: left;
    padding-left: 2rem;
}

.event-schedule li:nth-child(1),
.event-schedule li:nth-child(2) {
    border-top: 1px solid #007f03;
}

.event-schedule li:nth-child(odd) span {
    font-size: 25px;
    margin-right: 2px;
}


/*---------------------------------------------------------------------------------
	ファームの四季
---------------------------------------------------------------------------------*/

.gallery-wrap {
    margin-bottom: 5rem;
}