@charset "utf-8";

.main {
    margin: 0 auto;
    width: 1000px;
position: relative;
}

#top #header_nav_pricelist a {
    background-position: 0 -60px;
    pointer-events: none;
}


.main_image {
    background-image: url(../images/pricelist/sky.star.webp);
    position: relative;
    background-position: center;
    background-size: cover;
    height: 500px;
    width: 100%;

    position: relative;
    overflow: hidden;
}

.main_image::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0 0 450px 450px/0 0 450px 450px;
    box-shadow: 0 0 0 9999px rgba(255, 255, 255, 0.4);
}

.main_image.is-show {
    opacity: 1;
}


.main_image h1 {
    position: absolute;
    right: 50%;
    bottom: 20%;
    color: #f2f9ff;
}
.admission_row {
    position: relative;
    margin-top: 100px;      
    display: flex;
    justify-content:center;
    align-items: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    padding: 0 20px;
    box-sizing: border-box;
}

.admission {
    max-width: 1000px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
    width: 530px;
    background-color: #fff;
    box-shadow: 0 4px 7px #575353;
    border-radius: 20px;
    height: 200px;

}

.admission_img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
   border-radius: 20px; 
    overflow: hidden;
 width: 250px;              
    flex-shrink: 0; 
}

.admission_img img {
    width: 250px;
    height: 180px;
   margin-left: 30px;
    border-radius: 20px ;
 object-fit: cover;

}

.admission_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 200px;  
    flex:1;   
    gap: 8px;
font-family: 'Noto Sans JP',
        sans-serif;
}

.admission_info p {
    padding-top: 0;       
    margin: 0;
}

.admission_info p span {
    color: #d6a318;
    font-size: 30px;
    top: 30%;
    line-height: 1;
    font-family: 'Noto Sans JP',
        sans-serif;
}

.price {
    color: #457703;

    margin-top: 50px;
    margin-bottom: 30px;
}

.pricelist {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;

}

.pricelist h2,
.pricelist p {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    font-family: 'Noto Sans JP',
        sans-serif;

}

.price_list {
    flex-basis: 100%;
    order: 10;

}

.price_list summary {

    list-style: none;
    display: none;
}

.price_list summary::-webkit-details-marker {
    display: none;
}




.pricelist ul {
    list-style-type: none;

}

.pricelist a {
    text-decoration: none;
    color: #457703;

}

.pricelist a p {
    color: #000;
}

.pricelist h2 {
    border-bottom: 1px dotted #457703;

}

.price_list:not([open]) {
    display: none;
}

#parking_fee,
#loghouse_fee,
#bbq_fee,
#tent_site {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 4px 7px #575353;
    border-radius: 20px;
    height: 200px;
    width: 220px;
    position: relative;
    transition: opacity 0.8s ease, transform 0.8s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
}

#parking_fee.is-show,
#loghouse_fee.is-show,
#bbq_fee.is-show,
#tent_site.is-show {
    opacity: 1;
    transform: translateY(0);
}


#parking_fee.active,
#loghouse_fee.active,
#bbq_fee.active,
#tent_site.active {
    border-bottom: 2px solid #457703;
}

#detail_inner_parking {
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 4px 4px #575353;

}

#detail_inner_parking p {
    margin: 8px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
}

.price_list #detail_inner_parking {
    p:nth-of-type(1) {
        font-weight: 300;

    }

    p:nth-of-type(2) {
        font-weight: 300;

    }

    p:nth-of-type(3) {
        font-weight: 300;

    }

    p:nth-of-type(4) {
        font-weight: 300;

    }

    p:nth-of-type(5) {
        font-weight: normal;
        color: #457703;
    }

    p:nth-of-type(6) {
        font-weight: normal;
        color: #457703;
    }

    p:nth-of-type(7) {
        font-weight: normal;
        color: #457703;
    }

    p:nth-of-type(8) {
        font-weight: normal;
        color: #457703;
    }

    p:nth-of-type(9) {
        font-weight: normal;
        color: #457703;
    }
}

#detail_inner_loghouse {
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 4px 4px #575353;
}

#detail_inner_loghouse p {
    margin: 8px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
}

.price_list #detail_inner_loghouse {
    p:nth-of-type(1) {
        font-weight: 300;

    }

    p:nth-of-type(2) {
        font-weight: 300;

    }

    p:nth-of-type(3) {
        font-weight: 300;

    }

    p:nth-of-type(4) {
        font-weight: 300;

    }

    p:nth-of-type(5) {
        font-weight: 300;

    }

    p:nth-of-type(6) {
        font-weight: 300;

    }

    p:nth-of-type(7) {
        font-weight: 300;

    }

    p:nth-of-type(8) {
        font-weight: 300;

    }

    p:nth-of-type(9) {
        font-weight: 300;

    }

    p:nth-of-type(10) {
        font-weight: 300;

    }

    p:nth-of-type(11) {
        font-weight: 300;
    }

    p:nth-of-type(12) {
        font-weight: 300;

    }

    p:nth-of-type(13) {
        color: #457703;
        font-weight: normal;
    }

    p:nth-of-type(14) {
        color: #457703;
        font-weight: normal;
    }

    p:nth-of-type(15) {
        color: #457703;
        font-weight: normal;
    }

    p:nth-of-type(16) {
        color: #457703;
        font-weight: normal;
    }

    p:nth-of-type(17) {
        color: #457703;
        font-weight: normal;
    }

    p:nth-of-type(18) {
        color: #457703;
        font-weight: normal;
    }

    p:nth-of-type(19) {
        color: #457703;
        font-weight: normal;
    }

    p:nth-of-type(20) {
        color: #457703;
        font-weight: normal;
    }

    p:nth-of-type(21) {
        color: #457703;
        font-weight: normal;
    }

    p:nth-of-type(22) {
        color: #457703;
        font-weight: normal;
    }

    p:nth-of-type(23) {
        color: #457703;
        font-weight: normal;
    }

    p:nth-of-type(24) {
        color: #457703;
        font-weight: normal;
    }
}

#detail_inner_rental {
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 4px 4px #575353;
}

#detail_inner_rental p {
    margin: 8px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
}

.price_list #detail_inner_rental {
    p:nth-of-type(1) {
        font-weight: 300;

    }

    p:nth-of-type(2) {
        font-weight: 300;

    }

    p:nth-of-type(3) {
        font-weight: 300;

    }

    p:nth-of-type(4) {
        font-weight: 300;

    }

    p:nth-of-type(5) {
        font-weight: 300;

    }

    p:nth-of-type(6) {
        font-weight: 300;

    }

    p:nth-of-type(7) {
        font-weight: 300;

    }

    p:nth-of-type(8) {
        font-weight: 300;

    }

    p:nth-of-type(9) {
        font-weight: 300;

    }

    p:nth-of-type(10) {
        font-weight: 300;

    }

    p:nth-of-type(11) {
        font-weight: 300;

    }

    p:nth-of-type(12) {
        font-weight: 300;

    }

    p:nth-of-type(13) {
        font-weight: 300;

    }

    p:nth-of-type(14) {
        font-weight: 300;

    }

    p:nth-of-type(15) {
        font-weight: 300;

    }



    p:nth-of-type(16) {
        color: #457703;
        font-weight: normal;
    }

    p:nth-of-type(17) {
        color: #457703;
        font-weight: normal;
    }

    p:nth-of-type(18) {
        color: #457703;
        font-weight: normal;
    }

    p:nth-of-type(19) {
        color: #457703;
        font-weight: normal;
    }

    p:nth-of-type(20) {
        color: #457703;
        font-weight: normal;
    }

    p:nth-of-type(21) {
        color: #457703;
        font-weight: normal;
    }
}

.price_list #detail_inner_tentsite {
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 4px 4px #575353;
    margin: 8px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
}

.price_list #detail_inner_tentsite p {
    font-size: 14px;
    margin: 8px 0;
    font-family: 'Noto Sans JP', sans-serif;

}


.price_list #detail_inner_tentsite {
    p:nth-of-type(1) {
        font-weight: 300;

    }

    p:nth-of-type(2) {
        font-weight: 300;

    }

    p:nth-of-type(3) {
        font-weight: 300;

    }

    p:nth-of-type(4) {
        font-weight: 300;

    }

    p:nth-of-type(6) {
        font-weight: 300;

    }

    p:nth-of-type(7) {
        font-weight: 300;

    }

    p:nth-of-type(8) {
        color: #457703;
        font-weight: normal;
    }

    p:nth-of-type(9) {
        color: #457703;
        font-weight: normal;
    }

    p:nth-of-type(10) {
        color: #457703;
        font-weight: normal;
    }

    p:nth-of-type(11) {
        color: #457703;
        font-weight: normal;
    }
}



#parking_fee:hover,
#loghouse_fee:hover,
#bbq_fee:hover,
#tent_site:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px #575353;
}

.dust {
    color: #457703;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 300;
}

.dust h3 {
    line-height: 1.5;
}

#dust {
    font-family: 'Noto Sans JP', sans-serif;

}



.dust_info p:nth-of-type(1) {
    margin-top: 10px;
    font-size: 20px;
    border-radius: 20px;

}

.dust_info span {
    color: #d6a318;
}

.dust_info p:nth-of-type(2) {
    background-color: #fff;
    height: 250px;
    color: #457703;
    line-height: 2;
    padding-left: 25px;
    padding-top: 25px;
    margin-top: 30px;

    span {
        color: #457703;
        border-bottom: 1px dotted #457703;
    }
}