@charset "utf-8";

/* access */

/* contents
----------------------------------------- */
.access-intro-img {
	display: flex;
	width: 100%;
	margin-bottom: 30px;
}
.access-intro-img p {
	width: 50%;
}
.access-how {
	margin-bottom: 40px;
	padding: 0 5%;
}
.access-how li {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d9c7b3;
	text-align: center;
}
.access-how li:last-child {
	margin-bottom: 0;
}
.access-how li span {
	display: block;
	margin-bottom: 5px;
	color: #ae9373;
}
.access-how li p {
}
.map-area {
	margin-bottom: 40px;
	padding: 0 5%;
}
.gmap {
	margin-bottom: 20px;
	padding: 0;
}
.gmap iframe {
	width: 100%;
	height: 300px;
}
.access-info {
	text-align: center;
}
.access-info-br {
}


















/* tablet 600px - 799px */
@media only screen and (min-width: 600px) {

/* contents
----------------------------------------- */



} /* tablet end */




























/* PC 800px - */
@media only screen and (min-width: 800px) {
	
/* contents
----------------------------------------- */
.access-intro-img {
	display: flex;
	width: 100%;
	margin-bottom: 55px;
}
.access-intro-img p {
	width: 50%;
}
.access-how {
	display: flex;
	max-width: 1000px;
	margin: 0 auto 50px;
	padding: 0;
	border-left: 1px solid #d9c7b3;
}
.access-how li {
	width: 33.3%;
	margin: 0;
	padding: 5px 0 20px 0;
	border-right: 1px solid #d9c7b3;
	border-bottom: none;
	text-align: center;
}
.access-how li:last-child {
	margin-bottom: 0;
}
.access-how li span {
	display: block;
	margin-bottom: 20px;
	color: #ae9373;
}
.access-how li p {
}
.map-area {
	max-width: 1000px;
	margin: 0 auto 110px;
	padding: 0 2%;
}
.gmap {
	margin-bottom: 50px;
	padding: 0;
}
.gmap iframe {
	width: 100%;
	height: 320px;
}
.access-info {
	text-align: center;
	line-height: 2.0;
}
.access-info-br {
	display: none;
}



} /* PC end */


