@charset "utf-8";


/*Googleカレンダー設定
---------------------------------------------------------------------------*/
.googleCalender {
text-align: center;
}

/*　Googleカレンダー（スマホ表示） */

.googleCalender iframe {
width:100%;
max-width:800px;
height:400px;
}

/*　Googleカレンダー（PC表示） */

@media (min-width: 960px) {

	.googleCalender iframe {
height:600px;
}

}