@charset "UTF-8";

/*big contents*/
body {
    padding: 0;
    margin: 0;
    font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

main {}

a {
    text-decoration: none;
    color: #000;
}

button {}

img {
    display: block;
    width: 100%;
}

li {
    list-style: none;
}

/*width*/
.w_50 {
    width: 50%;
}

.w_60 {
    width: 60%;
}

.w_70 {
    width: 70%;
}

.w_80 {
    width: 80%;
}

.w_90 {
    width: 90%;
}

.w_100 {
    width: 100%;
}

/*padding.margin*/
.m_auto {
    margin: auto;
}

.p_t_200 {
    padding-top: 200px;
}

.p_t_70 {
    padding-top: 70px;
}

.p_t_35 {
    padding-top: 35px;
}
.p_t_20 {
    padding-top: 20px;
}
/*color*/
.tel_g {
    color: #118D50;
}

.back_g {
    background-color: #FFF;
}

.back_o {
    background-color: #FFF9E6;
}

.mail_b {
    color: #C69C6C;
}

.back_h {
    background-color: #FAF7F2;
}

.pink_st {
    /*background-image: url('/works/lopi/common/img/common/o_wm_stripe.png');*/
    background-size: cover;
}

/*flex*/
.flex {
    display: flex;
}

.justify_center {
    justify-content: center;
}

.justify_base {
    justify-content: baseline;
}

.justify_between {
    justify-content: space-between;
}

.justify_around {
    justify-content: space-around;
}

.align_center {
    align-items: center;
}

.align_start {
    align-items: flex-start;
}

.align_end {
    align-items: flex-end;
}

.flex_column {
    flex-direction: column;
}

/*font*/
.weight {
    font-weight: 700;
}

.t_center {
    text-align: center;
}
.t_left{
    text-align: left;
}
.l_h_5{
    line-height: 1.5;
}
/*test*/
.test_eye {
    width: 100%;
    object-fit: cover;
    height: 48vh;
}

/*pan*/
.pan {
    padding: 10px 0;
}

/*header*/
a[href^="tel:"] {
    pointer-events: none;
}

.header_pc {
    position: fixed;
    height: 200px;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 999;
}

.header_back {
    overflow: hidden;
}

.back_c {
    background: #FAF7F2;
    border-bottom-left-radius: 1000px 100px;
    border-bottom-right-radius: 1000px 100px;
    height: 200px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
}

.h_tel {
    margin-top: 15px;
}

.h_tel_icon {
    width: 40px;
}

.h_tel_p {
    font-size: 25px;
    padding-left: 10px;
    color: #009245;
}
.h_tel_p a{
    color: #009245;
}

.h_contact {
    background-color: #c69c6c;
    padding: 0 15px;
    margin-bottom: 20px;
    border-radius: 0 0 10px 10px;
}

.h_con_icon {
    width: 30px;
}

.h_con_p {
    color: #fff;
    padding-left: 5px;
}

.h_menu {
    width: 100px;
}

.menu_link {}

.h_menu_icon {
    width: 80px;
}

.h_menu_p {
    text-align: center;
}

.h_logo {
    width: 340px;
    margin-left: -20px;
    margin-right: -20px;
}

.h_logo_icon {
    width: 100%;
}

/*header_sp*/
.pc {
    display: block;
}

.sp {
    display: none;
}

@media (max-width: 560px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }

    .sp_h_rogo {
        width: 140px;
    }

    .sp_top_logo {
        position: absolute;
        width: 85px;
        z-index: 48;
        top: 4%;
        left: 7.9%;
    }

    .h_logo_sp {
        position: absolute;
        z-index: 45;
        top: 3%;
        left: 6%;
        background: linear-gradient(45deg, white, white);
        filter: blur(3px);
        height: 100px;
        width: 100px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }
    a[href^="tel:"] {
        pointer-events: all;
    }

    @keyframes fade-in {
        0% {
            visibility: hidden;
            opacity: 0;
        }

        20% {
            visibility: visible;
            opacity: 0.2;
        }

        35% {
            visibility: visible;
            opacity: 0.35;
        }

        50% {
            visibility: visible;
            opacity: 0.5;
        }

        65% {
            visibility: visible;
            opacity: 0.65;
        }

        75% {
            visibility: visible;
            opacity: 0.75;
        }

        85% {
            visibility: visible;
            opacity: 0.85;
        }

        100% {
            visibility: visible;
            opacity: 1;
        }
    }

    @keyframes bugfix {
        from {
            padding: 0;
        }

        to {
            padding: 0;
        }
    }

    @-webkit-keyframes bugfix {
        from {
            padding: 0;
        }

        to {
            padding: 0;
        }
    }

    #overlay-button {
        position: absolute;
        right: 1em;
        top: 1em;
        padding: 26px 11px;
        z-index: 99;
        cursor: pointer;
        user-select: none;
    }

    #overlay-button span {
        height: 4px;
        width: 35px;
        border-radius: 2px;
        background-color: #4E4037;
        position: relative;
        display: block;
        transition: all .2s ease-in-out;
    }

    #overlay-button span:before {
        top: -10px;
        visibility: visible;
    }

    #overlay-button span:after {
        top: 10px;
    }

    #overlay-button span:before,
    #overlay-button span:after {
        height: 4px;
        width: 35px;
        border-radius: 2px;
        background-color: #4E4037;
        position: absolute;
        content: "";
        transition: all .2s ease-in-out;
    }

    #overlay-button:hover span,
    #overlay-button:hover span:before,
    #overlay-button:hover span:after {
        background: #4E4037;
    }

    input[type=checkbox] {
        display: none;

    }

    input[type=checkbox]:checked~#overlay {
        visibility: visible;
        animation-duration: 0.5s;
        animation-name: fade-in;
    }

    input[type=checkbox]:checked~#overlay-button:hover span,
    input[type=checkbox]:checked~#overlay-button span {
        background: transparent;


    }

    input[type=checkbox]:checked~#overlay-button span:before {
        transform: rotate(45deg) translate(7px, 7px);

    }

    input[type=checkbox]:checked~#overlay-button span:after {
        transform: rotate(-45deg) translate(7px, -7px);


    }

    #overlay {
        height: 100vh;
        width: 100vw;
        background: #FAF7F2;
        z-index: 50;
        visibility: hidden;
        position: fixed;
    }

    #overlay.active {}

    #overlay ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        height: 100vh;
        padding-left: 0;
        list-style-type: none;
    }

    #overlay ul li {
        padding: 16px;
    }

    #overlay ul li a {
        color: #333;
        text-decoration: none;
        font-size: 18px;
    }

    #overlay ul li a:hover {
        color: #000 !important;
    }
}

/*main*/
.main {
    width: 100%;
}

/*eyecatch*/
.eyechatch_contents {
    position: relative;
}

.eyecatch {
    width: 100%;
}

.eyecatch_img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    object-position: 0 10%;
}

.child_eyecatch_img {
    width: 100%;
    height: 65vh;
    object-fit: cover;
    object-position: 0 65%;
}

.top_wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.wave_img{
    max-width: 100%;
}
/*tent*/
.tent {
    width: 45%;
    height: 10vh;
}

.tent_icon {
    width: 100px;
}

.tent_p {
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 700;
}

/*about*/
.about {
    background-image: url('../img/2nd/yellow_dots.png');
}

.about_us {
    position: relative;
    height: 90vh;
    padding: 50px 0;
}

.about_comment {
    width: 45%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50px;
    padding: 60px;
}

.about_comment p {
    padding: 20px 0;
}

.about_icon_01 {
    position: absolute;
    width: 220px;
    top: -50px;
    left: 13%;
    transform: rotate(-19deg);
}

.about_icon_02 {
    position: absolute;
    width: 220px;
    bottom: 50px;
    right: 15%;
    transform: rotate(19deg);
}

.subject {
    background-image: url('/works/lopi/common/img/common/dots_5_35_o.svg');
    background-size: cover;
}
.curri_container{
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.curri_img{
    width: 100%;
}
.program{
    background-image: url('../img/2nd/green_stripe_big.png');
    background-size: cover;
}
/*staff*/
.staff_box {
    background-image: url('../img/2nd/light_blue_dots_big.png');
}

.staff_container {
    padding: 60px 0;
}

.staff {
    width: 60%;
    margin: auto;
}

.staff_img {
    width: 45%;
    padding: 30px;
}

.staff_comment {
    width: 55%;
    padding: 20px;
}

.staff_name {
    font-size: 20px;
    color: #118D50;
}

.staff_table th,
.staff_table td {
    font-size: 15px;
    vertical-align: baseline;
    line-height: 1.8;
}

.staff_table th {
    text-align-last: justify;
    width: 80px;
    font-weight: 500;
}

/*dayflow*/
.dayflow_box {
    background-image: url('../img/2nd/green_stripe_big.png');
    background-size: cover;
    position: relative;
    padding-bottom: 80px;
}

.dayflow_holiday_box {
    background-image: url('/works/lopi/common/img/common/dots_5_35_g.svg');
    position: relative;
    padding-bottom: 80px;
}

.weekday_container {
    margin: 50px auto 0;
    width: 45%;
    background: #fff;
    border-radius: 50px;
    padding: 30px 60px;
}

.flow_contaiter {}

.flow_p {
    font-size: 18px;
}

.flow {}

.flow_table {
    width: 100%;
}

.flow_table td {
    height: 100px;
    padding: 15px 0;
}

.d_only_com {
    height: 50px !important;
    padding: 0 !important;
}

.clock_img {
    width: 30%;
}

.clock_icon {
    width: 100px;
    margin: 0 0 0 auto;
}

.clock {
    width: 20%;
    text-align: center;
}

.d_comment {
    width: 60%;
}

.day_icon {
    position: absolute;
    width: 170px;
    bottom: 50px;
    right: 440px;
}

.holiday_icon {
    position: absolute;
    width: 170px;
    bottom: 50px;
    left: 440px;
}

/*usageflow*/
.usageflow_box {
    background-image: url('../img/2nd/green_stripe_big.png');
    background-size: cover;
}

.usageflow_container {
    width: 50%;
    background-color: #fff;
    border-radius: 50px;
    margin-top: 50px;
    padding: 30px 45px 45px 45px;
}

.usageflow_flow {}

.usageflow_title_flex {
    margin-top: 15px;
    margin-bottom: 10px;
}

.num_img {
    width: 55px;
}

.usageflow_title {
    font-size: 20px;
    font-weight: 700;
    padding-left: 15px;
}

.usageflow_comment {
    padding-left: 55px;
}

.usageflow_img {}

.usageflow_icon {
    width: 250px;
    margin: 30px;
}

.pickup_box {
    background-image: url('/works/lopi/common/img/common/dots_5_35_o.svg');
    background-size: cover;
}

.pickup_container {
    margin-top: 50px;
    width: 50%;
    padding-bottom: 50px;
}

.pickup_map {
    width: 100%;
}

.pickup_container p {}

.reserve_box {
    /*background-image: url('/works/lopi/common/img/common/dots_5_35_w_gb.svg');*/
    background-size: cover;
}

.reserve_container {
    width: 50%;
    margin-top: 50px;
    padding-bottom: 50px;
}

.reserve_icon {
    width: 100%;
}

/*assessment*/
.assessment_box {
    background-image: url('/works/lopi/common/img/common/dots_5_35_g.svg');
    background-size: cover;
}

.assessment_container {
    margin-top: 50px;
    width: 50%;
    padding-bottom: 50px;
}

.assessment_container p {
    padding: 10px 0;
}

.assessment_link {
    padding-top: 30px;
}

.assessment_pdf {
    color: #118D50;
    font-weight: 700;
}

/*privacy*/
.privacy_box {
    background-image: url('../img/2nd/green_stripe_big.png');
    background-size: cover;
    padding: 60px 0 80px;
}

.privacy_policy {
    width: 60%;
    padding: 30px;
    margin: 60px auto 0;
    background-color: #fff;
    border-radius: 50px;
}

.p_container {}

.p_title {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0 2px;
    color: #C69C6C;
}

.p_comment {
    padding: 0 25px;
}

/* link */
.link_a{
    width: calc(100% / 3);
    margin: 5px;
}
.link_box {
    background-image: url('../img/2nd/green_dots.png');
    background-size: cover;
    padding: 30px 0;
}

.link_at {
    width: 100%;
    height: auto;
}

/* footer */
.footer_pc {
    background-color: #4c392f;
    padding: 20px 0;
    color: #FFF;
}

.f_menu {
    padding: 20px 0;
}

.f_menu_link {
    padding: 0 20px;
    color: #fff;
}

.f_contents {}

.f_logo {}

.f_logo_icon {
    width: 200px;
    margin-right: 25px;
}

.f_tel {}

.f_name {}

.f_tel_box {
    margin-right: 25px;
}

.f_tel_icon {
    width: 40px;
}

.f_tel_p {
    color: #fbe432;
    font-size: 27px;
}

.f_tel_p a{
    color: #fbe432;
}

.f_small {
    font-size: 14px;
    line-height: 1.4;
}

.f_time {
    margin-right: 25px;
}

.f_table {
    font-size: 14px;
}

.f_table th {
    text-align-last: justify;
    font-weight: 500;
}

.f_contact {}

.f_con {
    background-color: #C69C6C;
    padding: 10px 20px;
    border-radius: 28px;
    box-shadow: 0px 5px #BBADA6;
}

.f_con_icon {
    width: 45px;
}

.f_con_p {
    text-align: center;
    color: #fff;
}
.pc_only{
    display: block;
}
/*responsive*/
@media screen and (max-width: 560px) {
    .pc_only{
        display: none;
    }
    .sp_column {
        flex-direction: column;
    }

    .sp_column_r {
        flex-direction: column-reverse;
    }
    .sp_wrap{
        flex-wrap: wrap;
    }
    .top_imgs{
        width: 100%;
        margin: 9px;
    }
    .sp_p_t_30{
        margin-top: 30px;
    }
    .eyecatch_img {
        height: 40vh;
    }

    .top_wave {
        bottom: 0;
        height: auto;
    }
    .fav{
        font-size: 20px;
    }
    .new_pon{
        top: -14px;
        font-size: 16px !important;
        width: auto !important;
    }
    .top_big{
        margin: 50px auto 25px;
    }
    .gree_div {
        height: auto;
        width: 100%;
    }
    .green_ab{
        padding: 1rem 1rem 4rem 1rem;
    }
    .gree_div p {
        width: 95%;
        font-size: 14px;
        line-height: 1.4;
    }
    .sp_100{
        width: 100%;
    }
    .top_w_l {
        width: 100px;
        top: -60px;
        left: 5%;
    }

    .top_w_r {
        width: 90px;
        right: 5%;
        bottom: -12px;
    }

    .top_bird {
        width: 80px;
        top: 0;
        right: 5%;
    }

    .top_chair {
        width: 100px;
        bottom: -1%;
        left: 5%;
    }

    .bottom_wave {
        bottom: -80px;
        height: 80px;
    }

    .p_t_200 {
        padding-top: 70px;
    }

    .tent_icon {
        width: 80px;
    }

    .tent_p {
        font-size: 16px;
    }

    .t_philosophy {
        width: 90%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .top_cloud {
        width: 90px;
        top: -5px;
        left: -20px;
    }

    .t_philosophy_p {
        padding: 20px;
        line-height: 1.4;
        font-size: 14px;
    }

    .top_pic {
        width: 240px;
        position: static;
        margin: 0 auto;
    }

    .example_box {
        padding: 50px 0;
    }

    .example_con {
        padding: 35px;
        margin: 0 20px;
        font-size: 14px;
        line-height: 1.4;
    }

    .t_childsuppot .ex_title,
    .t_dayservice .ex_title {
        font-size: 17px;
        top: -7px;
    }
    .ex_tent_icon {
        width: 125px;
        position: absolute;
        right: 0%;
        bottom: -12%;
    }

    .t_dayservice {
        margin-top: 30px !important;
    }

    .w_60 {
        width: 100%;
    }

    .link_box div a {
        padding: 3px 0;
    }
    .link_a{
        width: 80%;
    }
    .w_70 {
        width: 100%;
    }

    .sp_wrap {
        flex-wrap: wrap;
    }

    .f_menu {
        padding: 0 0 10px;
    }

    .f_menu_link {
        padding: 3px 20px;
    }

    .f_logo {
        margin-bottom: 10px;
    }

    .f_logo_icon {
        margin-right: 0;
    }

    .f_tel_box {
        margin-right: 0;
        width: 90%;
    }
    .f_tel {
        margin: 8px 0px;
    }

    .f_small {
        line-height: 1.4;
    }

    .f_time {
        margin-right: 0;
        width: 90%;
    }

    .f_table {
        line-height: 1.4;
    }

    .f_contact {
        margin: 10px 0;
    }

    /*about*/
    .child_eyecatch_img {
        height: 33vh;
    }

    .pan {
        padding: 5px 0;
        font-size: 14px;
    }

    .p_t_70 {
        padding-top: 20px;
    }

    .about_us {
        height: auto;
        padding: 20px 0 50px;
    }

    .about_comment {
        width: 90%;
        padding: 30px;
    }

    .about_comment p {
        padding: 10px 0;
        font-size: 14px;
        line-height: 1.4;
    }

    .about_icon_01 {
        position: static;
        margin-left: 40px;
    }

    .about_icon_02 {
        position: static;
        margin-left: 130px;
    }
    .curri_container{
        width: 100%;
    }
    /*dayflow*/
    .dayflow_box {
        padding-bottom: 50px;
    }

    .weekday_container {
        margin: 30px auto 0;
        width: 90%;
        padding: 30px;
    }

    .flow_p {
        font-size: 16px;
    }

    .flow_table {
        width: 100%;
        font-size: 14px;
    }

    .flow_table td {
        height: 65px;
        padding: 8px 0;
    }

    .clock_img {
        width: 25%;
    }

    .clock_icon {
        width: 65px;
        margin: 0;
    }

    .day_icon {
        width: 100px;
        bottom: 30px;
        right: 10px;
    }

    .sp_bg_none {
        background: none;
    }

    .dayflow_holiday_box {
        background-size: cover;
    }

    /*staff*/
    .staff_box {
        background-size: cover;
    }

    .staff_container {
        padding: 20px 0;
    }

    .staff {
        width: 90%;
        margin: auto;
    }

    .staff_img {
        width: 100%;
        padding: 0;
    }

    .staff_comment {
        width: 100%;
        padding: 10px 0;
    }

    .staff_name {
        font-size: 16px;
    }

    .staff_table th,
    .staff_table td {
        font-size: 14px;
        line-height: 1.6;
    }

    /*usageflow*/
    .usageflow_container {
        width: 90%;
        margin-top: 20px;
        padding: 30px;
    }

    .usageflow_title_flex {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .num_img {
        width: 40px;
    }

    .usageflow_title {
        font-size: 18px;
        padding-left: 10px;
    }

    .usageflow_comment {
        font-size: 14px;
        line-height: 1.4;
    }

    .usageflow_icon {
        width: 100px;
        margin: 10px;
    }

    .pickup_container {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 90%;
    }

    .pickup_container p {
        font-size: 14px;
        line-height: 1.4;
        padding-top: 5px;
    }

    .reserve_container {
        width: 90%;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .reserve_container p {
        font-size: 14px;
        line-height: 1.4;
    }

    /*access*/
    .access_contents {
        width: 90%;
        padding: 20px 0 50px;
    }

    .access_table th {
        width: 40%;
        font-size: 14px;
    }

    .access_table td {
        width: 60%;
        font-size: 14px;
    }

    .access_icon {
        width: 100px;
        bottom: 15px;
        right: 0;
    }

    .map {
        width: 90%;
        padding: 20px 0 20px;
    }

    .g_nap {
        height: 300px;
    }

    /*recuruit*/
    .recuruit_box {
        padding-bottom: 30px;
        background-size: cover;
    }

    .recuruit_container {
        width: 90%;
        margin-top: 20px;
        padding: 30px;
    }

    .recuruit_comment {
        font-size: 14px;
        line-height: 1.4;
    }

    .entry_container {
        padding: 20px 0 20px;
        font-size: 14px;
    }

    .entry_comment {
        line-height: 1.4;
        padding: 10px 0;
    }

    .entry_con {
        margin: 10px 0;
    }

    .entry_title,
    .entry_detail {
        width: 100%;
    }

    /*assessment*/
    .assessment_container {
        margin-top: 20px;
        width: 90%;
        padding-bottom: 20px;
    }

    .assessment_container p {
        padding: 5px 0;
        font-size: 14px;
        line-height: 1.4;
    }

    .assessment_link {
        padding-top: 5px;
    }

    /*privacy*/
    .privacy_box {
        padding: 20px 0 20px;
    }

    .privacy_policy {
        width: 90%;
        padding: 30px;
        margin: 20px auto 0;
    }

    .p_title {
        font-size: 18px;
        margin: 10px 0 2px;
    }

    .p_comment {
        padding: 0 15px;
        font-size: 14px;
        line-height: 1.4;
    }
}