/* blockname */
.fv-image {
    line-height: 0;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* sche */
.sche {
    padding: 115px 0;
}
.sche-inner {
    line-height: 0;
    margin: 0 auto;
    text-align: center;
    width: calc(100% - 40px);
    max-width: 1100px;
}
@media screen and (max-width: 968px) {
    .sche {
        padding: 85px 0;
    }
}
@media screen and (max-width: 768px) {
    .sche {
        padding: 45px 0;
    }
    .sche-inner {
        overflow-x: auto;
    }
    .sche-inner img {
        width: 800px;
        max-width: none;
    }
}
/* bg */
.bg {
    background: url(/dog-golf/bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
}
/* about */
.about {
    padding: 115px 0 0;
}
.about-inner {
    margin: 0 auto;
    text-align: center;
    width: calc(100% - 40px);
}
.about-inner p {
    font-size: 24px;
    font-weight: 700;
    line-height: 2em;
}
@media screen and (max-width: 968px) {
    .about {
        padding: 85px 0 0;
    }
    .about-inner p {
        font-size: 21px;
    }
}
@media screen and (max-width: 768px) {
    .about {
        padding: 65px 0 0;
    }
    .about-inner p {
        font-size: 18px;
    }
}

/* recommend */
.recommend {
    padding: 100px 0 50px;
}
.recommend-inner {
    margin: 0 auto;
    text-align: center;
    width: calc(100% - 40px);
    max-width: 1098px;
}
.recommend-head {
    line-height: 0;
    margin: 0 auto 95px;
    width: 100%;
    max-width: 286px;
}
.recommend-items {
    display: flex;
    flex-direction: column;
    gap: 45px;
}
.recommend-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.recommend-item__image {
    flex: 1;
    line-height: 0;
    margin-left: calc(50% - 50vw);
    margin-right: 50px;
}
.recommend-item__text {
    width: 50%;
}
.recommend-item__text h3 {
    color: #13b150;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.8em;
    margin: 0 0 20px;
    text-align: center;
}
.recommend-item__text p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {
    .recommend {
        padding: 85px 0 40px;
    }
    .recommend-head {
        margin: 0 auto 45px;
        max-width: 300px;
    }
    .recommend-items {
        gap: 35px;
    }
    .recommend-item__image {
        aspect-ratio: 16 / 9;
        border-radius: 20px;
        flex: inherit;
        margin: 0 auto 20px;
        overflow: hidden;
        width: 100%;
    }
    .recommend-item__image img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    .recommend-item__text {
        width: 100%;
    }
    .recommend-item__text h3 {
        font-size: 30px;
    }
    .recommend-item__text p {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .recommend {
        padding: 65px 0 35px;
    }
    .recommend-head {
        max-width: 200px;
    }
    .recommend-item__text h3 {
        font-size: 21px;
    }
    .recommend-item__text p {
        font-size: 16px;
    }
}

/* application */
.application {
    background: #fff;
    padding: 100px 0;
}
.application-inner {
    margin: 0 auto;
    text-align: center;
    width: calc(100% - 40px);
    max-width: 1000px;
}
.application-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.application-btn {
    width: 100%;
}
.application-btn a {
    display: block;
    line-height: 0;
}
@media screen and (max-width: 968px) {
    .application {
        padding: 85px 0;
    }
}
@media screen and (max-width: 768px) {
    .application {
        padding: 65px 0;
    }
    .application-btns {
        gap: 20px;
    }
    .application-btn {
        width: 100%;
    }
}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}