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

@media (min-width: 750px) {

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

}