@charset "UTF-8";

.innerBox {
	max-width: 800px;
	margin: 0 auto;
}
.reserveBox {
	clear: both;
	width: 700px;
    margin: 60px auto 0 auto;
}
.reserveBox.reserveBox01 {
	margin-top: 30px!important;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
}
.commonChoiceBtn {
	margin: auto;
	width: 60%;
}
.commonChoiceBtn a {
	display: block;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 16px 25px 16px 0;
	background: #ce323a url(/s/images/shop/shop_arrow_white.png) 95% center no-repeat;
	background-size: 12px auto;
	border-radius: 10px;
	text-decoration: none;
}
.commonChoiceBtn a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 56px;
	margin: 0 5px 0 0;
	background: url(/s/images/shop/shop_icon_choice.png) 0 0 no-repeat;
	background-size: contain;
}
.reserveBox .telBtn {
	float: left;
	width: 44%;
	margin: 0 0 0 0;
	line-height: 1.2;
}
.reserveBox .telBtn .inBox {
	display: block;
	text-align: center;
	padding: 10px;
	border: 2px solid #c0981d;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 0 rgba(0,0,0,0.2);
}
.reserveBox .telBtn .tel {
	font-size: 28px;
	font-weight: bold;
}
.reserveBox .telBtn .tel::before {
	content: "";
	display: inline-block;
	width: 44px;
	height: 24px;
	margin: 0 10px 0 0;
	background: url(/s/images/shop/shop_icon_freedial.png) 0 0 no-repeat;
	background-size: contain;
}
