@charset "utf-8";
/* CSS Document */
.int_box h2 {
	width: 760px;
	text-align: center;
	font-size: 270%;
	font-weight: bold;
	color: #F33;
	float: left;
}
.int_box h2::before {
	content: url(../img/exmark.png);
	display: inline-block;
}
.int_box p {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
}
.int_box img {
	margin: 10px 55px;
}
.shop_info_emphasis {
	font-size: 150%;
	text-align: center;
}
.at_text {
	background: url(../img/dampachi.png) no-repeat 600px 0px;
	background-size: contain;
	width: 540px;
	padding: 20px 120px 20px 60px;
	float: left;
}
.most_important {
	text-decoration: underline;
	color: #F33;
}