@charset "UTF-8";

/****************
共通
*/

.fv_area {
    background-image: url(../pet_FV.jpg);
}

h2 {
    padding: 32px 16px;
}

#nav .item.one .icon {
    background-image: url(../unusual.jpg);
    background-size: 160%;
    background-position: center;
}

#nav .item.two .icon {
    background-image: url(../morning.jpg);
    background-size: 200%;
    background-position: 50% 80%;
}

#nav .item.three .icon {
    background-image: url(../about_FV.jpg);
    background-size: 200%;
    background-position: 50% 80%;
}

/****************
カナディアンヴィレッジでペットと過ごす
*/

#spend {
    max-width: 1280px;
    margin: 0 auto;
}

#spend .item img {
    width: 95%;
    display: block;
    margin: 16px auto;
    max-width: 400px;
}

#spend h3 {
    color: white;
    padding: 16px 32px;
    background: #74C492;
    display: block;
    width: fit-content;
    margin: 0 0 0 16px;
    z-index: 10;
    position: relative;
}

#spend .box {
    background: #C5F5D7;
    padding: 32px 16px 140px;
    margin-top: -32px;
}

#spend .flag {
    position: relative;
}

#spend .flag::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    top: -100px;
    right: 0;
    transform: rotate(20deg);
    background-image: url(flag.png);
    background-size: 100%;
}

#spend .time {
    font-size: 2em;
    margin: 48px 0 24px;
}

#spend .time span {
    font-size: 1.5rem;
    display: block;
}

#spend .box p {
    margin: 16px auto;
    width: 90%;
    max-width: 640px;
}

#spend .bottom-img {
    width: 60%;
    margin: 0 0 0 auto;
}

#spend .second {
    margin-top: 64px;
}

#spend .sun {
    position: relative;
    z-index: 20;
}

#spend .sun::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    bottom: -60px;
    right: 0;
    margin-bottom: -8px;
    background-image: url(sun.png);
    background-size: 100%;
    z-index: -10;
}

#spend .bg-1 .road1 {
    display: none;
}

#spend .bg-1.moon {
    position: relative;
}

#spend .bg-1.moon::after {
    position: absolute;
    content: '';
    width: 160px;
    height: 160px;
    bottom: -160px;
    right: 0;
    background-image: url(oyasu.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.road1,
.road2 {
    display: none;
}

@media screen and (min-width: 640px) {
    #spend .box {
        background: white;
    }

    #spend .flag::before {
        width: 200px;
        height: 200px;
        top: 120px;
        right: 10%;
        z-index: 30;
    }

    #spend .bbq {
        position: relative;
    }

    #spend .bbq::before {
        position: absolute;
        content: '';
        width: 120px;
        height: 240px;
        top: 120px;
        right: 10%;
        background-image: url(bbq.png);
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: 30;
    }

    #spend .time {
        margin: 48px auto 24px;
        width: fit-content;
    }

    #spend .bg-1.moon::after {
        top: -160px;
        left: 60px;
        width: 25%;
        height: 300px;
        max-width: 300px;
    }
    
    #spend .item.left {
        width: 60%;
        max-width: 700px;
        padding: 48px 0 100px;
        height: 400px;
        box-sizing: border-box;
        margin: 0 auto 0 0;
        z-index: 10;
        position: relative;
    }

    #spend .box .bg-1 {
        position: relative;
    }

    #spend .bg-1 .road1 {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px
    }

    #spend .item.right {
        width: 60%;
        max-width: 700px;
        padding: 48px 0 100px;
        height: 400px;
        box-sizing: border-box;
        margin: 0 0 0 auto;
        position: relative;
        z-index: 10;
    }

    #spend .wide .item.right {
        height: 500px;
    }

    #spend .box .bg-2 {
        position: relative;
    }

    #spend .bg-2 .road2 {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px
    }

    #spend .bg-2.wide .road2 {
        height: 500px;
    }

    #spend .second {
        margin-top: 180px;
    }

    #spend .second .bg-2 .item.left {
        height: 500px;
    }

    #spend .second .bg-2 .road2 {
        height: 500px;
    }

    #spend .second .bg-1 .item.right {
        height: 400px;
    }

    #spend .second .bg-1 .road1 {
        height: 400px;
    }

    #spend .sun::after {
        width: 200px;
        height: 200px;
        top: -120px;
        right: 0;
        z-index: 10;
    }
}

@media screen and (min-width: 1024px) {

    #spend .time span {
        display: inline;
        padding-left: 1em;
    }
}

/******************
ペットと共に外へ遊びに行く
*/

#play {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

#play img {
    width: 90%;
    max-width: 400px;
    display: block;
    margin: 16px auto;
}

#play p {
    padding: 16px;
}

#play h3 {
    text-align: center;
    position: relative;
    z-index: 20;
    margin-top: 48px;
}

#play h3::before {
    position: absolute;
    content: '';
    width: 64px;
    height: 64px;
    top: 50%;
    right: 50%;
    border-radius: 64px;
    background: #74C492;
    opacity: .5;
    transform: translateX(50%) translateY(-50%);
    z-index: -10;
}

#play .box {
    border: solid 1px #6B6350;
    position:  relative;
    margin-top: -32px;
    padding-top: 16px;
}

#play .box::before {
    position: absolute;
    content: '';
    width: 200px;
    height: 20px;
    top: -10px;
    right: 50%;
    transform: translateX(50%);
    background: white;
}

#play .box h4 {
    padding-left: 48px;
    padding-top: 32px;
    position: relative;
}

#play .box h4::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 24px;
    top: 44px;
    left: 16px;
    transform: translateY(-50%);
    background: #74C492;
}

#play .actyvity-link {
    color: white;
    background:#74C492;
    font-weight: bold;
    padding: 16px 0;
    display: block;
    width: 90%;
    max-width: 300px;
    margin: 32px auto;
    text-align: center;
    border-radius: 32px;
    transition: .2s;
}

#play .actyvity-link:hover {
    background:#4b916a;
}

@media screen and (min-width: 640px) {
    #play .intro-wrapper {
        display: flex;
        justify-content: space-between;
    }

    #play .intro-wrapper img {
        max-width: 500px;
    }

    #play .intro-wrapper p {
        width: 48%;
    }

    #play .box {
        padding: 0 32px;
    }
}

@media screen and (min-width: 768px) {
    #play .box {
        display: flex;
        justify-content: space-around;
    }

    #play .box .item {
        width: 30%;
    }
}


/*******************
オーナーからのお願い
*/

#request {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

#request img {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

#request ul {
    padding: 24px 16px;
    margin: 0;
}

#request li {
    margin: 16px 0;
    padding-left: 32px;
    position: relative;
}

#request li::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: 3px;
    left: 0;
    background: #7DB975;
}

@media screen and (min-width: 640px) {

    #request .wrapper {
        display: flex;
        justify-content: space-evenly;
        align-items: flex-start;
    }

    #request .image {
        width: 100%;
        max-width: none;
        margin: 16px auto;
    }

    #request img {
        width: 100%;
    }

    #request ul {
        margin: 0 auto;
        padding: 0 16px;
        width: 100%;
    }
}