




/*トップエリア*/

article{
	margin:0 auto 5% auto;
	text-align:center;
	background:#f6f4ed;
}


article h1 img{
	width:100%;
	height:auto;
	max-width:828px;
}


article h2{
	width:100%;
	height:auto;
	max-width:828px;
	margin:0px auto 20px auto;
	text-align:center;
}


article h2 img{
	width:80%;
	height:auto;
	max-width:428px;
	margin:25px auto 0px auto;
	text-align:center;
}



@media(max-width:350px){
#topbox p{
	font-size:10px; /* 幅が500px以上になるとvw指定は文字が大きくなりすぎるので、サイズを固定する。 */
}
}


@media(min-width:500px){
#topbox p{
	font-size:18px; /* 幅が500px以上になるとvw指定は文字が大きくなりすぎるので、サイズを固定する。 */
}
}

/*トップエリア*/





/*スケジュールエリア*/

section{
	padding-bottom:2%;
}

section h3{
	width:88%;
	height:auto;
	max-width:828px;
	padding:2.5%;
	margin:0 auto;
	text-align:left;
	letter-spacing:0.1em;
	color:#fff;
	background:#fe9e1a;
	font-size:80%;
	font-weight:bold;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}




.mainbox2{
	width:92%;
	height:auto;
	margin:12px auto 40px auto;
	text-align:center;
	letter-spacing:0.1em;
	max-width:828px;
	margin-bottom:30px;
}

.mainbox2 table{
	background:#FFF;
	line-height:1.5;
	vertical-align:top;
	width:100%;
	height:auto;
	font-size:12px;
	color:#333;
}


.mainbox2 td{
	padding:10px 4px 10px 6px;
	border:1px solid #ccc;
}

.red{
	width:10%;
	vertical-align:middle;
	color:#400;
}


.linkb{
	margin:30px auto 0px auto;
	width:80%;
}



@media(max-width:350px){
.mainbox2 table{
	font-size:10px; /* 幅が500px以上になるとvw指定は文字が大きくなりすぎるので、サイズを固定する。 */
}
}


@media(min-width:500px){
.mainbox2 table{
	font-size:16px; /* 幅が500px以上になるとvw指定は文字が大きくなりすぎるので、サイズを固定する。 */
}
}

/*スケジュールエリア*/





/*ピックアップエリア*/

#access{
	width:100%;
	background:#f7f7f7;
	height:auto;
	max-width:828px;
	margin:0% auto;
	text-align:center;
	padding:3% 0% 5% 0%;
}



#access h4 img{
	width:28%;
	height:auto;
	max-width:400px;
	margin:0px auto 15px auto;
	text-align:center;
}



#access h5 img{
	width:46%;
	height:auto;
	max-width:308px;
	margin-bottom:16px;
	float:left;
	margin:0 2%;
	padding-bottom:2%;
	text-align:center;
}


/*ピックアップエリア*/






/*アクセスマップ*/

.mainbox3{
	width:92%;
	height:auto;
	margin:10px auto 40px auto;
	max-width:828px;
	margin-bottom:40px;
}



.google-maps {
	position: relative;
	padding-bottom: 75%; /*これが縦横比*/
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*アクセスマップ*/




