/* CSS Document */
/* @charset "utf-8"; */

/* sp View   ～768px  ----------------------------------------------------------------------------------------------*/
.page{
    width: auto;
    padding: 0;
    /* font-family: "Kiwi Maru",serif; */
}
.page .title{
    width: 100%;
    margin: 1em;
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #666;
    font-size: 36px;
    text-align: center;
    border-bottom: 3px #79b530 dashed;
}
.hoiku_button{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around !important;
    margin: 2em;
    font-size: 18px;
}
.hoiku_button>div{
    width: 80%;
    display: flex;
}

.hoiku_button>div a{
    border-radius: 10px;
    width: 100%;
    font-size: 18px !important;
    text-align: center;
    color: #fff;
    padding: 0.5em;
    margin: 0.5em;
    background-color: #79b530;
    border-color: #79b530;
    border: 1px solid #79b530;
    font-family: "Kiwi Maru",serif;
    font-weight: 400;
    /* transition: color 0.5s ease, border-color 0.5s ease, border-color 0.5s ease; */
    transition: color 0.5s , border-color 0.5s , border-color 0.5s ;

}
.hoiku_button>div a::after{
    border-bottom: .0625rem solid #fff;
    border-left: .0625rem solid #fff;
    content: "";
    display: block;
    height: .5rem;
    margin: .1rem auto 0;
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    width: .5rem;
}
.hoiku_button>div a:hover{
    color: #79b530 !important;
    background-color: #fff !important;
}
.hoiku_button>div a:hover::after{
    border-bottom: .0625rem solid #79b530;
    border-left: .0625rem solid #79b530;
}
.daily_frame{
    width: 100%;
    padding: 10px;
    border-radius: 30px;
    margin: 0.5em auto;
    font-size: 14px;
    gap: 0;
}
.hoiku_daily{
    display: flex;
    flex-wrap: wrap;
    padding: 0.5em;
}
.hoiku_daily h2{
    color: #666;
    text-align: center;
    font-size: clamp(18px, 5vw, 24px);
}
.daily_frame>div{
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 1em;
    align-items: center;
    border-bottom: 1px dashed #007cba;
}
.daily_frame>div .clock img{
    width: 60px;
}
.daily_frame>div .clock{
    /* display: flex;
    align-items: flex-start; */
    width: 100px;
    text-align: center;
    margin-top: 0;
    margin-bottom: auto;
    /* vertical-align: top; */
}
.daily_frame>div>div:nth-child(2){
    margin-left: 1em;
    flex: 1; /* 残りのスペースを占める */
    display: flex;
    width: auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.daily_frame>div ul{
    padding-left: 1.5em;
}
.daily_frame .daily_photo img{
    width: 120px;
    margin: 6px;
    border-radius: 20px;
}

.hoiku_event{
    /* width: 100vw; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgba(144, 238, 144, 0.5);
    padding: 0.5em;
}
.hoiku_event .event_element{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: space-between;
    border: 1px solid #79b530;
    border-radius: 20px;
    background-color: #fff;
    margin: 1em;
}
.hoiku_event .event_element>div{
   /* padding: 0.5em; */
   /* padding: 0; */
}
/*month*/
.hoiku_event .event_element>div:nth-child(1){
    width: 100px;
    font-size: 18px;
    font-weight: bold;
    /* text-align: right; */
}
.month-number{
    font-size: 2em;
}
.hoiku_event .event_element:nth-child(1)>div:nth-child(1){color: pink;}
.hoiku_event .event_element:nth-child(2)>div:nth-child(1){color: pink;}
.hoiku_event .event_element:nth-child(3)>div:nth-child(1){color: pink;}
.hoiku_event .event_element:nth-child(4)>div:nth-child(1){color: green;}
.hoiku_event .event_element:nth-child(5)>div:nth-child(1){color: green;}
.hoiku_event .event_element:nth-child(6)>div:nth-child(1){color: green;}
.hoiku_event .event_element:nth-child(7)>div:nth-child(1){color: orange;}
.hoiku_event .event_element:nth-child(8)>div:nth-child(1){color: orange;}
.hoiku_event .event_element:nth-child(9)>div:nth-child(1){color: orange;}
.hoiku_event .event_element:nth-child(10)>div:nth-child(1){color: skyblue;}
.hoiku_event .event_element:nth-child(11)>div:nth-child(1){color: skyblue;}
.hoiku_event .event_element:nth-child(12)>div:nth-child(1){color: skyblue;}

/*event*/
.hoiku_event .event_element>div:nth-child(2){
    padding-top: 0.5em;
    /* width: auto;
    padding-left: 2em; */
}
/*photo*/
.hoiku_event .event_element>div:nth-child(3){
    width: 100%;
    margin-top: 1em;
    /* justify-content: flex-end; */
    text-align: center;
}
.event_element img{
    width: 240px;
    border-radius: 20px;
}
.event_element .photo2{
    width: 320px;
    border-radius: 0px;
}
.event_comment{
    margin-right: 1em;
    text-align: right;
}
.hoiku_lesson{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0.5em;
}
.hoiku_lesson .content{
    border-bottom: #79b530 1px dotted;
}
.hoiku_lesson .photo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* width: 260px; */
    /* width: 100%; */
}
.hoiku_lesson img{
    width: 240px;
    border-radius: 20px;
    margin: 1em;
}
/*-------------------------------------------------------------------------------------------------------------------------*/
/*--- Tablet View ---------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px){
    .page{
        /* width: 1280px; */
        width: 100%;
    }
    .hoiku_button{
        display: flex;
        justify-content: space-around !important;
        margin: 2em;
        font-size: 24px;
    }
    .hoiku_button>div{
        width: 25%;
    }
    
    .hoiku_daily{
        /* justify-content: space-around; */
        justify-content: center;
    }
    .hoiku_daily>div{
        width: 40%;
        margin: 0 1em;
    }
    .daily_frame{
        width: auto;
        padding: 10px;
        border-radius: 30px;
    }
    .hoiku_event{
        margin: 0 auto;
    }
    .hoiku_event>div{
        width: 1280px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .hoiku_event .event_element{
        width: 30%;
        padding: 10px;
    }
    .hoiku_event .event_element>div{
        /* flex-basis: 10%; */
        padding: 0;
    }
    .hoiku_event .event_element>div:nth-child(1){/*month*/
        /* flex-grow: 1; */
        /* text-align: right; */
    }
    .hoiku_event .event_element>div:nth-child(2){/*event*/
        /* flex-grow: 4; */
        /* padding-left: 3em; */
    }
    .hoiku_event .event_element>div:nth-child(3){/*photo*/
        /* flex-grow: 4; */
        text-align: center;
    }
    .hoiku_lesson{
        /* width: 100%; */
    }
    .hoiku_lesson .photo{
        flex-wrap: nowrap;
    }    
    .hoiku_lesson .content{
        /* width: 960px; */
        margin: 0 auto;
        display: flex;
        /* justify-content: space-around; */
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap;
    }
    .hoiku_lesson .content>div{
        /* width: 49%; */
    }
    /* .hoiku_lesson .content:nth-child(2n+1){
        flex-direction: row-reverse;
    } */
    .hoiku_lesson .content .text{
        /* white-space: nowrap; */
        /* flex-basis: 20%;
        flex-grow: 3; */
        
    }
}
/*--- Desktop View ---------------------------------------------------------------------------------------------------------*/
@media (min-width: 1024px){
}

