/*PCサイト*/
@media only screen and (min-width: 600px) {
/* =========================================================
main
========================================================= */
div#main {
	width: 100%;
	min-width: 1024px;
	background-image: url(../img/access/access_back.jpg);
	background-repeat: no-repeat;
	background-size: 121%;
	background-position: center 0;
}

/* =========================================================
cont01
========================================================= */
div#cont01 {
	width: 672px;
	margin: 0 auto;
	padding: 60px 0;
}

div#cont01 img {
	width: 100%;
	display: block;
}

div#cont01 div.top {
	margin-top: 20px;
}

div#cont01 div.top dl {
	font-size: 12.5px;
	color: #fff;
	line-height: 23px;
	letter-spacing: 1.5px;
}

div#cont01 div.top > dl {
	border-bottom: 1px solid #4E3431;
	overflow: hidden;
	padding: 18px 0 16px;
}

div#cont01 div.top > dl:last-of-type {
	border-bottom: none;
}

div#cont01 div.top > dl > dt {
	float: left;
	width: 144px;
}

div#cont01 div.top > dl > dd {
	float: left;
}

div#cont01 div.top dl dd address {
}

div#cont01 div.top dl dd dl:nth-of-type(1) {
	margin-bottom: 21px;
}

div#cont01 div.top dl dd dl dt {
}

div#cont01 div.top dl dd dl dd {
	margin: 6px 0;
}

/* =========================================================
map
========================================================= */
div#map {
	width: 100%;
	height: 338px;
	margin-top: 25px;
}

div#cont01 iframe {
	display: none;
}


}
