/*　Googleカレンダー埋込*/
.google-cal iframe {
width:100%;
max-width:800px;
height:400px;
}

@media (min-width: 750px) {

.google-cal iframe {
height:600px;
}

}

