<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";




ol {
    list-style-type: none;
    padding-left: 0;
}




.header-all {
    /* overflow-x: hidden; */
    padding-bottom: 100px;
}

body {
    background-image: url(../img/top-img/background.png);
    background-repeat: repeat;
    font-family: "Zen Maru Gothic", serif;
    color: #5B3500;
    letter-spacing: .2rem;
    font-weight: 500;
    overflow-x: hidden;
    /*    ☆ overflow-x: hidden; 最後復活させる*/


}


/*  */
.marumaru {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 100px 0 50px 0;
    font-size: 1.4rem;
}

.marumaru img {
    margin: 0 10px;
    max-width: 100%;
    height: auto;
}


.a-more-info {
    display: flex;
    display: inline-block;
    justify-content: center;
    width: 350px;
    height: 50px;
    background-image: url('../img/top-img/mokume-little.png');
    background-size: cover;
    background-position: center;
    text-decoration: none;
    text-align: center;
    color: #5B3500;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 50px;
    padding-top: 10px;
}


a {
    color: #5B3500;
    text-decoration: none;

}

a:hover {
    transition-property: opacity;
    transition-duration: 0.5s;
    opacity: 0.5;
}

.span-more-info {
    margin-top: 10px;
}

/* facilities */

.link,
.marumaru-kidspark,
.kidspark-all,
.kidspark-1 {
    max-width: 1140px;
    margin: 0 auto;
}

.facilities-h3 {
    font-weight: 700;
    font-size: 1.9rem;
    padding: 0 50px;
}

/* park */
.facilities-h4,
.photo-h4 {
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 50px;
    text-align: center;
    margin: 20px;

}

.facilities-h4 {
    padding: 50px 0;
}


.line {
    display: inline-block;
    width: 642px;
    height: 3px;
    margin: 10px auto;
    background-color: #5b3500;
    border-radius: 5px;
}


.facilities-contents-title {
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 15px;
    padding: 50px 0 30px;
}

/*  */
.a-more-info {
    font-weight: 700;
}</pre></body></html>