@charset "UTF-8";
/* CSS Document */
/*top*/
.map-wp{
	padding: 12rem 0;
	position: relative;
}
.kasou-ttl{
	text-align: center;
}
.kasou-ttl span {
    position: absolute;
    top: -10%;
    right: 20%;
    width: 40%;
}
.map-ttl{
    text-align: center;
    padding-top: 4rem;
    font-size: 1.7rem;
    position: relative;
    width: 80%;
    margin: auto;
    background: #fff;
}
.access-map{
	padding-top: 2rem;
}
.store-box{
	
}
.store-box dt{
	font-size: 1.5rem;
    font-weight: 600;
}
.store-box dt:before{
    content: "";
    background: #333;
    height: 16px;
    width: 16px;
    margin-top: 2rem;
    margin-right: 0.5rem;
    display: inline-block;
}
.store-box{
	
}
.map-abso{
    position: absolute;
    top: 28%;
    width: 120%;
    left: -16%;
    z-index: -1;
}
.map-ttl:before{
content: url(../images/map/map-ttl-icon.svg);
    width: 10%;
    padding-right: 1rem;
    display: inline-block;
    position: absolute;
    left: 6%;
}

@media (min-width: 769px) {
	.map-ttl {
    width: 60%;
	}
	.store-box dt {
    font-size: 1rem;
	}
	.map-flex{
	display: flex;
    margin: auto;
	padding-top: 1rem;
	}
	.access-map{
	width: 40%;
    margin-left: 10rem;
	}
	.store-gp{
	width: 40%;
    margin-top: 0rem;
	}
	.map-ttl:before {
    content: url(../images/map/map-ttl-icon.svg);
    width: 4%;
    padding-right: 0rem;
    display: inline-block;
    position: inherit;
    left: -2%;
	}
	.kasou-ttl span {
    position: absolute;
    top: -10%;
    right: 30%;
	left: inherit;
    width: 20%;
	}
	
	.map-abso {
    position: absolute;
      top: 25.1rem;
    width: 90%;
    left: 0%;
    z-index: -1;
	}
	
	
	
	}