@charset "UTF-8";
/* CSS Document */


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#wrapper {
	width: 940px;
	margin: 30px auto;
	background: #fff;
	margin-bottom: 100px;
	font: #501717;
}
#contents{
	line-height: 25px;
}
h3{
	padding-bottom: 30px;
	text-align: center;
	font-size: 30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5em;
}
#map{
	width:800px;
	height:600px;
	border:solid 10px #C0A07F;
	margin:0 auto 40px;
}
#map iframe{
	width:800px;
	height:600px;
}
#goldenmill{
	margin: 0px 30px 0px 10px;
	width: 390px;
	height: 165px;
	float: left;
	text-align: right;
	font-size: 20px;
}
#add{
	margin: 0px 30px 0px 10px;
	width: 230px;
	height: 165px;
	float: left;
	text-align: right;
}
#info{
	height: 150px;
}
#train:before {
	content: url(../images/nakaguro_icon.gif);
}
#car:before {
	content: url(../images/nakaguro_icon.gif);
}
#walk:before {
	content: url(../images/nakaguro_icon.gif);
}
#train,#walk{
	width: 250px;
	height: 70px;
	float: left;
	margin: 0px 0px 0px 10px;
}
#car{
	width: 250px;
	height: 120px;
	float: left;
	margin: 0px 0px 0px 10px;
}
.detail{
	width: 650px;
	height: 70px;
	float: right;
	margin: 0px;
}
#detail{
	width: 650px;
	height: 120px;
	float: right;
	margin: 0px;
}
#notes{
	clear: both;
	margin: 0px 0px 40px 10px;
	font-size: 16px;
}
span{
	font-weight: bold;
}
@media screen and (max-width: 767px) {
#wrapper{
	width: 100%;
}
h3{
	line-height: 120%;
	text-align :left;
	padding:0 10px;
}
#goldenmill{
	width: 100%;
	margin: 0 auto;
	float: none;
	text-align: center;
	height: 50px;
}
#add{
	width: 100%;
	margin: 0 auto;
	float: none;
	text-align: center;
	height: 50px;
}
#info{
	width: 100%;
	height: 200px;
	margin: 0 auto;
	text-align: center;
}
#train, #car, #walk{
	width: 100%;
	margin: 50px auto;
	float: none;
	text-align: center;
	height: 30px;
	border-bottom:1px #999 solid;
}
.detail{
	width: 100%;
	margin: 30 auto;
	float: none;
	text-align: center;
	height: 100%;
}
#detail{
	width: 100%;
	margin: 30px auto;
	float: none;
	text-align: center;
	height: 100%;
}
#notes{
	float: none;
	margin: 30px auto;
	text-align: center;
}
#map{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
width:95%;
}
#map iframe,
#map object,
#map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
