/* my calendar plugin用 */

h2.heading {
    display: none;
}

.mc-list li {
    display: flex;
    padding:20px 20px;
    border-bottom:1px solid #ccc;
}

.event-date {
    display: block;
    width:10%;
}

.event-date button {
    border:none;
    background:none;
    font-size: 2rem;

}

.list-event {
    line-height: 120%;
}

span.summary {
    display: none;
}

h3.event-title {
    padding:0;
    margin:0;
    font-weight: normal;
    display: inline-block;
    line-height: 120%;
}

.time-block {
    display: inline-block;
}
.time-block p {
    margin:0;
}

.longdesc p {
    margin:0;
}

.location {
    display: none;
}


@media screen and (max-width: 767px) {


}

/* /////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// */

@media screen and (max-width: 640px) {

.content {
    padding:20px 0 0 0;
}


.mc-list li {
    display: flex;
    padding:20px 20px;
    border-bottom:1px solid #ccc;
    font-size: 1.6rem;
}

.event-date {
    display: block;
    width:auto;
    margin:0 10px 0 0;
    line-height: 120%;
}

.event-date button {
    border:none;
    background:none;
    font-size: 1.6rem;
    line-height: 120%;
    padding:0;
    margin:0;
}

.list-event {
    line-height: 120%;
}

span.summary {
    display: none;
}

h3.event-title {
    padding:0;
    margin:0;
    font-weight: normal;
    display: inline-block;
    line-height: 120%;
    font-size: 1.6rem;
}

.time-block {
    display: inline-block;
}
.time-block p {
    margin:0;
    font-size: 1.6rem;
}

.longdesc p {
    margin:0;
    font-size: 1.6rem;
}


}