@charset "UTF-8";

/* PC */
@media print, screen and (min-width: 751px){
#spot {
	margin: 0px auto;
	width: 98%;
	padding: 1%;
}
#spot h3 {
    position: relative;
    bottom: 65px;
    left: 10px;
    font-size: 20px;
    background-color: rgba(255,255,255,0.9);
    display: inline-block;
    padding: 5px 10px;
}
#spot img {
	width: 100%;
	margin-bottom: 1%;
}
#spot .detail {
	width: 49%;
	float: left;
	background-color: #fff;
    margin-top: -50px;
}
#spot .detail dt {
	width: 30%;
	float: left;
	padding: 1%;
	height: 60px;
	background-color: #183773;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-bottom: solid 1px #fff;
	box-sizing: border-box;
}
#spot .detail dd {
	width: 70%;
	float: left;
	padding: 1%;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-bottom: solid 1px #183773;
	box-sizing: border-box;
}
#spot .detail dt:last-child {
	border-bottom: none;
}
#spot .detail dd:last-child {
	border-bottom: none;
}
#spot .map {
	width: 49%;
	float: right;
    margin-top: -50px;
}

}


/* SP */
@media only screen and (max-width: 750px) {
#spot {
	margin: 0px auto;
	width: 98%;
	padding: 1%;
}
#spot h3 {
    position: relative;
    bottom: 45px;
    left: 5px;
    font-size: 14px;
    background-color: rgba(255,255,255,0.9);
    display: inline-block;
    padding: 5px;
}
#spot img {
	width: 100%;
	margin-bottom: 1%;
}
#spot .detail {
	width: 98%;
	float: left;
	background-color: #fff;
	margin: 1%;
	margin-top: -30px;
}
#spot .detail dt {
	width: 98%;
	float: left;
	padding: 1%;
	height: auto;
	background-color: #183773;
	text-align: left;
	font-size: 12px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-bottom: solid 1px #fff;
	box-sizing: border-box;
}
#spot .detail dd {
	width: 98%;
	float: left;
	padding: 1%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-bottom: solid 1px #183773;
	box-sizing: border-box;
	text-align: left;
	font-size: 12px;
}
#spot .detail dt:last-child {
	border-bottom: none;
}
#spot .detail dd:last-child {
	border-bottom: none;
}
#spot .map {
	width: 98%;
	float: left;
	margin: 1%;
	margin-top: 10px;
}

}
