@charset "utf-8";

/*　店舗情報
------------------------------------------------------------ */

#img_top {
	width: 990px;
	height: 100px;
	_height: 130px;
	padding-top: 30px;
}

.box_information {
	width: 780px;
	min-height: 614px;
	margin-left: auto;
	margin-right: auto;
	background: #191000 url(../images/map.jpg) left top no-repeat;
	position: relative;
}

.box_information dl {
	position: absolute;
	left: 470px;
	top: 220px;
}
.box_information dt {
	color: #FFFFCC;
	font-weight: bold;
}
.box_information dd {
	font-weight: bold;
	margin-bottom: 1em;
	margin-left: 1em;
}
.pc1000{
	display: block;
}
.sp1000{
	display: none;
}
@media screen and (max-width: 1000px) {
	.pc1000{
		display: none;
	}
	.sp1000{
		display: block;
	}
	#img_top{
        width: 100%;
        height: auto;
		margin-bottom: 20px;
    }
	.box_information {
		width: 100%;
		background: #191000;
		height: auto;
		min-height: auto;
		background-size: auto;
		padding: 10px;
	}
	.box_information dl{
		/* left: 20px; */
		/* top: 33rem; */
		position: initial;
		width: 485px;
		margin: 0 auto;
	}
	img{
		height: auto;
	}
	.box_information img{
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.box_information dd{
		font-size: 14px;
	}
	.box_information dt{
		font-size: 14px;
	}
	.box_information img{
		/* margin-left: -10px; */
	}
	
}
@media screen and (max-width: 540px) {
	.box_information img{
		margin-left: -10px;
	}
	.box_information dl{
		width: 100%;
	}
}