@charset "utf-8";
/* CSS Document */

	/*　Googleカレンダー埋め込み　*/
	.cal_wrapper {
	max-width: 1100px;
	min-width: 300px;
	height:650px;
	margin: 2.0833% auto;
	}

	.googlecal {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	}

	.googlecal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 75% !important;
	}

	@media only screen and (min-width: 768px) {
	.googlecal { padding-bottom: 75%; }
	}