#main {
	background-color: #ddf3fb;
}

.inner {
	width: 800px;
	margin: 0 auto;
}

.txt-1 {
	margin: 20px 0 0 0;
	padding: 16px;
	background-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}

.txt-2 {
	margin: 24px 0;
	text-align: center;
	font-size: 18px;
}

.lead {
	color: #7abdfa;
	font-size: 22px;
	text-align: center;
}


/* txt-box_ここから */

.txt-box {
	margin-top: 40px;
	border: 4px solid #eee;
	border-radius: 4px;
	padding: 8px;
}

.txt-box p:first-child {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: linear-gradient(transparent 40%, #FFFB63 40%);
}

.txt-box p:nth-child(2) {
	margin-top: 16px;
	line-height: 1.5;
}

.shop-box {
	margin-top: 52px;
}

.service .item {
	margin: 20px 0;
	padding: 20px;
	border-bottom: 4px solid #eee;
}

.service .item .ttl-1 {
	margin: 0 0 20px 0;
}

.service .item .ico {
	padding: 0 20px;
	text-align: center;
}

.service .item .txt-en {
	margin: 16px 0 0 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #444;

}

