@charset "utf-8";

/*====================================================================
   スタイルシート
   カレンダー設定
.calendar {
	width: 805px;
	margin: 0px auto;
	text-align: center;
}

@media screen and (min-width: 810px) {
	.calendar {
		width: 800px;
		height: 600px;
	}
}
====================================================================*/

/*　Googleカレンダー埋め込み　*/
.calendar {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

.google-cal iframe {
	width:99%;
	max-width:800px;
	height:400px;
}

@media (min-width: 750px) {
.google-cal iframe {
	height:600px;
	}
}
/*====================================================================
====================================================================*/


