@charset "utf-8";


.tab_content h3 {
    color: #eda185;
    font-size: 1.25rem;
}

.tab_content h3 .medical_care {
    font-size: clamp(0.75rem, 2vw, 0.875rem);
    color: #fff;
    line-height: 1;
    padding: 0.3em 1em;
    border-radius: 1em;
    background: #eda185;
    margin: 0.3em;
}


.tab_container {
    padding-bottom: 1em;
    margin: 0 auto;
}

.tab_item {
    width: calc(100% / 7);
    padding: 15px 0;
    border-top: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-bottom: 3px solid #2fa6ff;
    background-color: #fff;
    text-align: center;
    color: #37beb0;
    font-size: .875rem;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tab_item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 1;
}

input[name="tab_item"] {
    display: none;
}

.tab_content {
    display: none;
    padding: 1em 1em 0;
    clear: both;
    overflow: hidden;
}

#tab1:checked~#tab1_content,
#tab2:checked~#tab2_content,
#tab3:checked~#tab3_content,
#tab4:checked~#tab4_content,
#tab5:checked~#tab5_content,
#tab6:checked~#tab6_content,
#tab7:checked~#tab7_content {
    display: block;
}

.tab_container input:checked+.tab_item {
    background: #2fa6ff;
    color: #fff;
}


.facilities_list .list>li {
    border: 1px solid #ccc;
    background: #fff;
    width: calc(100% / 3 - 15px);
    margin-left: 20px;
    margin-bottom: 20px;
}

.facilities_list .list>li:nth-of-type(3n+1) {
    margin-left: 0;
}

.facilities_list .txt_area {
    padding: 1.5em .5em 4em;
    position: relative;
}

.facilities_list .txt_area div {
    position: absolute;
    bottom: 1em;
    right: 0;
    left: 0;
    text-align: center;
}

.facilities_list .txt_area div a {
    background: #80c6fb;
    color: #fff;
    padding: .25em 1em;
    border-radius: 10px;
}


/*園個別*/

.facilities_sub_page .sub_main h1 .comingsoon {
    font-size: 70%;
    color: #f78543;
}


.facilities_sub_page #visual {
    width: 90vw;
    max-width: 800px;
    margin: auto;
}

.facilities_sub_page #visual .slick-list {
    border-radius: 5vw;
    aspect-ratio: 3 / 2;
}

.facilities_sub_page #visual .slick-list img {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 3 / 2;
}

#facilities_news li {
    width: calc(100% / 3 - 40px);
    background: #e1eef3;
    border-radius: 20px;
    padding: 1.5em;
    margin: 1%;
}

#facilities_detail .txt_area {
    width: 48%;
}

#facilities_detail .img_area {
    width: 44%;
}

#facilities_detail dl {
    border-bottom: 2px dashed #ccc;
    padding-bottom: .75em;
    margin-bottom: .75em;
}

#facilities_detail dl dt {
    font-weight: bold;
}

#facilities_detail dl dd {
    font-size: .875rem;
}

#facilities_detail dl dd table {
    display: block;
    margin-top: 10px;
}

#facilities_detail dl dd table tbody {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

#facilities_detail dl dd table tr {
    display: block;
    width: 100%;
    margin-right: 5px;
}

#facilities_detail dl dd table th,
#facilities_detail dl dd table td {
    display: block;
    font-size: 1rem;
    min-width: 4em;
    text-align: center;
    border: none;
    background: none;
    padding: 5px 0;
    line-height: 1.2;
}

#facilities_detail dl dd table th {
    background: #ffac83;
}

#facilities_detail dl dd table tr:last-of-type th {
    background: #ff8383;
}


.facilities_sub_page #facilities_access .gmap {
    padding-bottom: 35%;
}


#facilities_info dl {
    border-bottom: 2px dashed #ccc;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

#facilities_info dl dt {
    font-weight: bold;
}

#facilities_info li:before {
    content: "●";
}

#facilities_meal .txt_area {
    width: 48%;
}

#facilities_meal .img_area {
    width: 40%;
}

#facilities_meal .txt_area li {
    margin-bottom: .5em;
}

.signature {
    text-align: right;
    margin-top: 1em;
}

@media (max-width: 999px) {
    .tab_item {
        width: calc(100% / 4);
        padding: 15px 0;
    }

    .tab_item:hover {
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
    }

}

@media (max-width: 899px) {


    .facilities_list .list {
        justify-content: space-between;
    }

    .facilities_list .list>li:nth-of-type(3n+1) {
        margin-left: 0;
    }

    .facilities_list .list>li {
        width: calc(50% - 10px);
        margin-left: 0;
        margin-bottom: 20px;

    }


    .facilities_sub_page #visual .slick-slide img {
        width: 92vw;
        height: auto;
        aspect-ratio: 3 / 2;
    }


}




@media (max-width: 799px) {

    #facilities_news li {
        width: calc(100% / 2 - 20px);
        background: #e1eef3;
        border-radius: 20px;
        padding: 1.5em;
        margin: 0 1%;
    }

    #facilities_detail .txt_area,
    #facilities_meal .txt_area {
        width: 100%;
        margin-bottom: 30px;
    }

    #facilities_detail .img_area {
        width: 90%;
        margin: 0 auto 30px;
    }

    #facilities_meal .img_area {
        width: 90%;
        margin: auto;
        text-align: center;
    }

}

@media (max-width: 699px) {
    .tab_item {
        width: calc(100% / 3);
    }
}


@media (max-width: 599px) {

    .facilities_list .list>li {
        width: 100%;
        margin: 0 auto 20px;
    }

    .facilities_list .txt_area {
        text-align: center;
        padding: 1.5em 1em 3em;
    }

    .facilities_list .txt_area p {
        display: inline-block;
        text-align: left;
    }

    #facilities_detail dl dd table tbody {
        flex-wrap: wrap;
    }

    #facilities_detail dl dd table tr {
        display: flex;
        margin: 0.5em;
        width: calc(33% - 1em);
    }


}

@media (max-width: 499px) {
    .tab_item {
        width: 50%;
    }

    #facilities_detail dl dd table tr {
        width: 100%;
        margin: 0.5em 0;
    }

    #facilities_news li {
        width: 100%;
        margin: 0 0 1em;
    }
}


@media (max-width: 399px) {
    .tab_item {
        letter-spacing: 0;
    }
}

/*重要事項説明書*/

.explanation_area {
    margin: 2em auto 2em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    max-width: 640px;
}

.explanation_area a {
    background-color: #2584d6;
    padding: 1em 2em;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}

/*600px以上*/
@media (min-width: 600px) {
    .explanation_area {
        margin: 3em auto 1em;
    }
}

.pmfimg{
    max-width: 1000px;
    margin: 0 auto 5%;
}