@charset "utf-8";
/* CSS Document */

html {
	width: 100%;
	height: 100%;
	font-size: 15px;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

img {
	width: 100%;
}

a {
  color: initial;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.container {
	max-width: 750px;
	margin: 0 auto;
	padding: 10px 0 30px;
	text-align: center;
}

.header {
	width: 96%;
	margin: 0 auto;
}

.big {
	margin: 0;
	font-size: 1.4em;
	line-height: 1.2;
}

.shop-list {
	width: 80%;
	margin: 0 auto;
}

h2 {
	position: relative;
	text-align: center;
	font-size: 1.4em;
	color: #00b900;
}
h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2em;
	padding: 0 0.5em;
	background-color: #fff;
	text-align: left;
}
h2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #00b900;
	}

.btn {
	width: 80%;
	margin: 0 auto 30px;
	padding: 0.5em 0.25em;
	background: #00b900;
	border-radius: 50px;
	font-size: 1.4em;
	color: #fff;
	display: block;
}

.lead {
	margin-top: 20px;
	font-size: 1.125em;
	font-weight: bold;
	color: #FF0004;
}
