@charset "utf-8";
/* CSS Document */

html{
	font-size:20px;
}

h1{
	font-size:1.6rem;
	color:#a97b50;
}
h2{
  font-size:1.4rem;
  color:#000;
}

body {
	background:#f9faf3;
	margin: 5%;
}


.delete-marker {
    list-style: none;
}

#shopinfo {
    font-size: 100%;
    letter-spacing: 1.5px;
    line-height: 30px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 30px;
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #70707075;
    box-sizing: border-box;
}