@charset "utf-8";
/* CSS Document */

#info {
	margin-top: 40px;
}
#info h3{
	font-size: 1.2em;
	letter-spacing: 2px;
	border-bottom: 4px double #f591b9;
	color: #141b51;
	padding: 0 5px;
}
#info .box {
	margin-top: 20px;
}
#info .img {
	text-align: center;
	width: 45%;
	float: left;
}
#info .img img {
	width: 100%;
}
#info .box .txt_box {
	width: 55%;
	float: right;
	padding-left: 20px;
	box-sizing: border-box;
}
#info .box .txt_box dl {
	margin: 20px 0;
	border-bottom: 1px dotted #f591b9;
	padding: 0 10px;
	box-sizing: border-box;
}
#info .box .txt_box dl:first-child {
	margin-top: 0;
}
#info .box .txt_box dl dt {
	letter-spacing: 1px;
	color: #f591b9;
	font-weight: bold;
}
#info .box .txt_box dl dd {
	letter-spacing: 1px;
	
}

#access #map {
	width: 100%;
	height: 500px;
	margin-top: 20px;
}
#access .more_btn {
	width: 250px;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
}
#access .more_btn a {
	padding: 10px 0;
	display: block;
	background: #f591b9;
	letter-spacing: 1px;
	color: #fff;
	border: 1px solid #f591b9;
}
#access .more_btn a:hover {
	border: 1px solid #f591b9;
	background: #fff;
	color: #c8c57c;
	transition: .3s;
}

/*タブレット(800px以下)----------------------------------------------
-------------------------------------------------------------------*/
@media(max-width:800px) {
	#info {
		padding: 0 20px;
		margin-top: 20px;
	}
	#info .img {
		width: 100%;
		float: none;
	}
	#info #access #map {
		height: 500px;
		margin-top: 10px;
	}
	#info .box .txt_box {
		width: 100%;
		float: none;
		padding: 0;
	}
	#info .box .txt_box dl:first-child {
		margin-top: 10px;
	}
	#access .more_btn {
		margin: 0 auto;
		margin-top: 20px;
	}
}

/*スマホ(415px以下)----------------------------------------------
-------------------------------------------------------------------*/
@media(max-width:415px) {
	
}