#header{
	box-shadow:rgba(113, 135, 164, 0.65) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.65) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(113, 135, 164, 0.65) 0px 0px 3px 1px;
}



/*概要エリア*/


/*トップエリア*/

article{
	margin:0 auto;
	text-align:center;
}


article h1 img{
	width:100%;
	height:auto;
	max-width:828px;
}


h2{
	width:100%;
	height:auto;
	max-width:828px;
	margin:0px auto 10px auto;
	text-align:center;
}


h2 img{
	width:28%;
	height:auto;
	max-width:274px;
	margin:25px auto 0px auto;
	text-align:center;
}



#topbox{
	width:92%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:80%;
	line-height:1.5;
	text-align:center;
	letter-spacing:0.1em;
	max-width:828px;
}


#topbox p{
	color:#333;
	font-size:12px;
	margin:0 auto;
}


@media(max-width:350px){
#topbox p{
	font-size:10px; /* 幅が500px以上になるとvw指定は文字が大きくなりすぎるので、サイズを固定する。 */
}
}


@media(min-width:500px){
#topbox p{
	font-size:18px; /* 幅が500px以上になるとvw指定は文字が大きくなりすぎるので、サイズを固定する。 */
}
}

/*トップエリア*/





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:#e50012;
	font-size:80%;
	font-weight:bold;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}



.mainbox{
	width:92%;
	height:auto;
	background:#FFF;
	margin:12px auto 40px auto;
	text-align:left;
	border:1px solid #bbb;
	letter-spacing:0.1em;
	max-width:828px;
	margin-bottom:30px;
}

.mainbox dl{
	padding:10px;
	font-size:13px;
}


.mainbox dt{
	padding:6px 0 6px 0;
	color:#400;
}


.mainbox dd{
	padding-bottom:10px;
	border-bottom:1px dotted #aaa;
	margin-bottom:5px;
	line-height:16px;
	color:#333;
}


@media(max-width:350px){
.mainbox dl{
	font-size:12px; /*  */
}
}


@media(min-width:500px){
.mainbox dl{
	font-size:16px; /* 幅が500px以上になるとvw指定は文字が大きくなりすぎるので、サイズを固定する。 */
}
}





.mainbox2{
	width:92%;
	height:auto;
	background:#FFF;
	margin:12px auto 40px auto;
	text-align:left;
	letter-spacing:0.1em;
	max-width:828px;
	margin-bottom:30px;
}

.mainbox2 table{
	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{
	background:#eee;
	width:20%;
	vertical-align:middle;
	color:#400;
}



@media(max-width:350px){
.mainbox2 table{
	font-size:10px; /* 幅が500px以上になるとvw指定は文字が大きくなりすぎるので、サイズを固定する。 */
}
}


@media(min-width:500px){
.mainbox2 table{
	font-size:16px; /* 幅が500px以上になるとvw指定は文字が大きくなりすぎるので、サイズを固定する。 */
}
}



/*概要エリア*/





/*アクセスマップ*/

.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;
}

/*アクセスマップ*/




