@charset "utf-8";
/* CSS Document */
/*システム*/
body{
	background: url("../img/access/header_img.jpg") top center no-repeat;
}
.header img{
	width: 100%;
}
.header1{
	height: 80px;
}

.access{
	margin: 0 1.0rem 3.0rem;
}
.access p{
	margin-bottom: 0;
}

h4 {
	font-size: 22px;
	border-bottom: #0E0B53 solid 1px;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
}
h4 span {
	display: flex;
	align-items: center;
	color: #498ee0;
	font-size: 16px;
	text-transform: uppercase;
}
h4 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #498ee0;
}
h4 i{
	margin-right: 0.5rem;
}

dl.shopinfo dl,dt,dd {
	margin: 0;
	padding: 0;
}
dl.shopinfo{
	border: 1px solid #99BDF4;
	width: 100%;
	background-color: #2F56C1;
}
dl.shopinfo dt,dd {
	padding: 6px;
}
dl.shopinfo dt {
	color: white;
	font-weight: normal;
}
dl.shopinfo dd {
	background-color: aliceblue;
}
@media screen and (max-width:992px) {
}
@media screen and (min-width:768px) {
	dl.shopinfo{
		margin-top: 1.0em;
		border-top: none;
		width: 90%;
	}
	dl.shopinfo dt {
		border-top: 1px solid #99BDF4;
		clear: left;
		float: left;
		width: 26%;
	}
	dl.shopinfo dd {
		border-left: 1px solid #99BDF4;
		border-top: 1px solid #99BDF4;
		margin-left: 26%;
	}
}
@media screen and (max-width:769px) {
}
