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

.googlecal iframe {
    width: 800px !important;
    height: 800px !important;
    margin: 0 auto 0;
}



/* 画面幅が768px以上の場合の縦横比の指定 */
@media only screen and (max-width: 640px) {

.googlecal iframe {
    width: 90% !important;
    height: 300px !important;
}


}

