@charset "utf-8";

#box h2 {
	margin-bottom: 20px;
}

#i01{
	margin-bottom: 30px;
}

#i01-left {
	text-align: center;
	margin-bottom: 10px;
}

#i01-left img {
	width: 100%;
	max-width:300px;
	height: auto;
	margin: 0 auto;
}

#i01-right h3 {
	margin-bottom: 10px;
}

#i02 h3 {
	margin-bottom: 10px;
}

.i-text02{
	font-weight:normal;
	}
	
#i-text03{
	font-size:16px;
	font-weight:normal;
	}
	
#i-text03 span{
	font-size:12px;
	font-weight:normal;
	}

#i-text03 a {
	color: #000;
}

#i-text03 a:visited {
	color: #000;
}

#i-text04{
	font-weight:normal;
	}

#i-map {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}

#i-map img {
	width: 100%;
	max-width: 390px;
	height: auto;
}

#p02{
	text-align: center;
	margin-bottom: 15px;
}

#p02 img {
	width: 100%;
	max-width: 300px;
	height: auto;
}

#p03{
	text-align: center;
	margin-bottom: 15px;
}

#p03 img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
	
#p04{
	text-align: center;
	margin-bottom: 15px;
}

#p04 img {
	width: 100%;
	max-width: 300px;
	height: auto;
}

#calendar {
	width: 280px;
	margin: 30px auto 20px;
}


/*最小幅481px以上の指定*/
@media print, screen and (min-width:480px){

#box h2 {
	margin-bottom: 40px;
}

#i01{
	width:900px;
	margin-bottom: 100px;
	}
	
#i01-left{
	float: left;
	width:300px;
	margin-left:40px;
	margin-bottom: 0;
	}
	
#i01-right{
	float: right;
	width:520px;
	height: 254px;
	overflow: hidden;
	}

#i01-right h3 {
	margin-bottom: 25px;
}

#i-text01{
	width: 480px;
	font-size:13px;
	font-weight:normal;
	line-height:2;
	}
	
#i02{
	margin-left:40px;
	width: 330px;
	height:640px;
	}

#i02 h3 {
	margin-bottom: 25px;
}

.i-text02{
	font-size:13px;
	font-weight:normal;
	margin-left:15px;
	}
	
#i-text03{
	font-size:16px;
	font-weight:normal;
	margin-left:15px;
	}
	
#i-text03 span{
	font-size:12px;
	font-weight:normal;
	}
	
#i-text04{
	font-size:14px;
	font-weight:normal;
	margin-left:15px;
	}
	
#p02{
	position:absolute;
	top:405px;
	left:750px;
	margin-bottom: 0;
	width: 200px;
	height: 200px;
	overflow: hidden;
	}

#p02 img {
	width: 200px;
	max-width: 200px;
	height: auto;
}

#p03{
	position:absolute;
	top:770px;
	left:755px;
	margin-bottom: 0;
	width: 150px;
	height: 150px;
	overflow: hidden;
	}

#p03 img {
	width: 150px;
	max-width: 150px;
	height: auto;
}
	
#p04{
	position:absolute;
	top:920px;
	left:505px;
	margin-bottom: 0;
	width: 250px;
	height: 200px;
	overflow: hidden;
	}

#p04 img {
	width: 250px;
	max-width: 250px;
	height: auto;
}
	
#i-map{
	position:absolute;
	top:500px;
	left:320px;
	margin-top: 0;
	margin-bottom: 0;
	}
	
#i-google-maps{
	margin-left:15px;
	}

#calendar {
	width: 260px;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 0;
}

}