@charset "UTF-8";
#aboutBox ul {
	color: #C02;
	font-weight: bold;
	font-size: 160%;
	line-height: 1em;
	list-style: none;
	border-top: solid 1px;
}
#aboutBox ul li {
	padding: 10px 0px;
	margin: auto;
	border-bottom: solid 1px;
	text-align: center;
}
#aboutBox ul li strong {
	font-size: 200%;
	line-height: 1em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#newsBox a {
	text-decoration: none;
}
#newsBox dl {
	overflow: hidden;
	border-bottom: solid 1px #C02;
}
#newsBox dl dt, #newsBox dl dd {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: solid 1px #C02;
	line-height: 24px;
}
#newsBox dl dt {
	float: left;
	font-size: 80%;
	width: 7em;
}
#newsBox dl dd {
	overflow: hidden;
}
#meritBox h3 {
	margin-top: 35px;
	text-align: center;
	background-color: #8C3;
	padding: 20px 10px;
	color: #FFF;
	position: relative;
}
#meritBox h3 .icon {
	display: block;
	width: 40px;
	line-height: 40px;
	height: 40px;
	border-radius: 999px;
	text-align: center;
	position: absolute;
	top: -25px;
	background-color: #FFF;
	left: 50%;
	margin-left: -20px;
	border: solid 2px;
	color: #8C3;
}
#meritBox p {
	margin: 0px;
	padding: 20px;
	line-height: 1.5em;
	background-color: #F6F4E8;
}
#tieupBox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	justify-content: center;
	padding: 20px 10px;
	border-radius: 10px;
	background-color: #FFF;
}
#tieupBox img {
	height: 30px;
	width: auto;
	padding: 10px;
}
#shopBox {
	align-items: center;
	text-align: center;
}
#shopBox .logo img {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#shopBox .name {
	font-size: 150%;
	line-height: 1.5em;
	font-weight: bold;
	color: #C02;
	border-top: solid 1px;
	border-bottom: solid 1px;
	padding: 5px 0px;
	margin-top: 10px;
}
#shopBox .add {
	margin-top: 10px;
	line-height: 1.5em;
}
#shopBox .telBox .tel {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 10px;
}
#shopBox .telBox .tel a {
	text-decoration: none;
	color: #000;
}
#shopBox .telBox .time {
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
}
#shopBox .btn a {
	text-decoration: none;
	color: #FFF;
	background-color: #C02;
	display: inline-block;
	padding: 0px 30px;
	line-height: 50px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
}
#slide_shopPhoto .inBox {
	position: relative;
}
#slide_shopPhoto .inBox .title {
	padding: 5px 10px;
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 90%;
	line-height: 1.5em;
	color: #FFF;
	position: absolute;
	left: 0px;
	top: 0px;
}
#staffBox {
	/* [disabled]font-size: 90%; */
	line-height: 1.5em;
}
#staffBox .inBox {
	margin-top: 20px;
	border-top: 1px solid #C02;
}
#staffBox h3 {
	margin-top: 10px;
	line-height: 1.3em;
}
#staffBox .name {
	font-size: 90%;
	line-height: 1.5em;
	margin-top: 0px;
}
#staffBox .licence {
	display: inline-block;
	margin-top: 10px;
}
#staffBox .licence li {
	margin-top: 0px;
	text-align: left;
}
#staffBox .comment p {
	/* [disabled]margin-top: 10px; */
}
@media screen and (max-width: 700px) {
	#700px------ {}
	#newsBox dl dt {
		float: none;
		width: auto;
		padding-bottom: 0px;
		padding-top: 10px;
	}
	#newsBox dl dd {
		border-top: medium;
		padding-top: 0px;
		padding-bottom: 10px;
	}
	#tieupBox img {
		height: 15px;
		width: auto;
		padding: 10px;
	}
}