@charset "UTF-8";


table {
	width: 100%;
}
th {
	vertical-align: top;
}
.com-map {
	height: 500px;
}

.cap {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: .8rem;
}


/*PCのみ*/
@media (min-width: 768px) {



}

@media (max-width: 768px) {

	.icon-dog {
		background: url(/assets/images/common/dog03-sp.png) no-repeat left center / 50px ;
		padding-left:60px;
	}
	.com-map {
		height: 300px;
	}
}



