@charset "utf-8";

html,body {
    background-color: aliceblue;
    color: #555555;
    font-size: 14px;
	height: 100%;
}

body {
    margin: 0;padding:0;
	font-family: "Noto Sans JP", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
	-webkit-text-size-adjust: none;
    line-height: 1.5;
}


a {
	color: inherit;
	transition: 0.3s;
}

a:hover {
	text-decoration: none;
	opacity: 0.9;
}


header {
		height: 90px;
	}

#logo {
	margin: 0;padding: 0;
	padding-left: 3vw;
}

#container {
	text-align: center;

}

#read {
	margin: 50px;
}

.brand {
	background-color: #ffffff;
	padding: 10px;
	width: 15em;
	margin: 50px auto 0;
}

.shop {
	margin: 30px 0 50px 0;
}

.shoplast {
	margin: 30px 0 200px 0;
}

p span {
	padding: 20px;
	font-size: 1.2rem;
}


