@charset "utf-8";

html{-webkit-text-size-adjust: none;}

body {
	line-height: 1.5;
	text-align: center;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif, Geneva;
	margin: 0 !Important;
	padding: 0 !Important;
}

a:hover img {
	opacity:0.5;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header,#header2 {
	width:100%;
	height:40px;
	border-top:5px #006A2C solid;
}

h1 a {
	display:block;
	width:125px;
	height:20px;
	margin:10px auto;
}

#header2 {
	display:none;
}

@media screen and (max-width: 800px) {
	#header {
		display:none !important;
	}
	#header2 {
		display: block !important;
	}
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#wrapper {
	width:750px;
	text-align:center;
	margin:0 auto;
}
@media screen and (max-width: 800px) {
   #wrapper {
	width:100%;
	}
}

.img_01 {
	width:750px;
	margin:0 auto;
}
@media screen and (max-width: 800px) {
   .img_01 {
	width:100%;
	}
	.img_01 img {
	width:100%;
	max-width: 750px;
	}
}

.img_02 {
	width:650px;
	margin:0 auto;
}
@media screen and (max-width: 800px) {
   .img_02 {
	width:85%;
	}
	.img_02 img {
	width:100%;
	max-width: 650px;
	}
}

.img_03 {
	width:700px;
	margin:0 auto;
}
@media screen and (max-width: 800px) {
   .img_03 {
	width:90%;
	}
	.img_03 img {
	width:100%;
	max-width: 700px;
	}
}

.bt_chirashi {
	width:600px;
	margin:0 auto 50px auto;
}
@media screen and (max-width: 800px) {
   .bt_chirashi {
	width:80%;
	}
	.bt_chirashi img {
	width:100%;
	max-width: 600px;
	}
}

.map {
	width:680px;
	border:4px solid #00a83b;
	padding:6px;
	margin:0 auto 20px auto;
}
@media screen and (max-width: 800px) {
   .map {
	width:90%;
	box-sizing: border-box;
	}
	.map img {
	width:100%;
	max-width: 680px;
	}
}

#map {
    width: 100%;
	height:500px;
}
@media screen and (max-width: 800px) {
	#map {
	height:300px;
	}
}

#jusyo {
	font-size:110%;
	line-height:1;
	margin:10px auto 20px auto;
}
@media screen and (max-width: 800px) {
	#jusyo {
	font-size:90%;
	}
}

#jusyo span {
	margin-left:15px;
}
@media screen and (max-width: 500px) {
	#jusyo span {
		display:block;
		margin:5px 0 0 0;
	}
}


/*------------------------------------------------------------
	スマホ調整
------------------------------------------------------------*/
@media screen and (max-width: 500px) {
	.mb15 {
		margin-bottom:10px !important;
	}
	.mb30 {
		margin-bottom:15px !important;
	}
	.bt_chirashi {
		margin-bottom:25px !important;
	}
	.map,#jusyo {
		margin-bottom:10px !important;
	}
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	text-align:center;
	font-size:80%;
	color:#666666;
	padding:10px;
	border-top:2px #006A2C solid;
}