/*--------------------------------------------------
	shop header
--------------------------------------------------*/
.shop_header_contents {
  /*↓delete for ie11*/
	/*display:table;*/
	padding:35px 0;
}
.shop_header_contents .logo_box {
	display:table-cell;
}
.shop_header_contents .logo {
	position:relative;
	width:120px;
}
.shop_header_contents .logo .inner {
	border:1px solid #EBECE7;
	background:#FFFFFF;
	padding:4px;
	position:absolute;
	left:0;
	top:-20px;
}
.shop_header_contents .logo img {
	max-width:80px;
	max-height:80px;
}
.shop_header_contents .shop_title {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	line-height:1.4;
	color:#444;
  font-weight: bold;
}
.shop_header_contents .shop_title .name {
	font-weight:bold;
	font-size:1.8rem;
}
.shop_header_contents .shop_title.no_logo .name {
	font-size:1.5em;
}
.shop_header_contents .header_inquiry {
	display:table-cell;
	vertical-align:middle;
}
.shop_header_contents .header_inquiry .number {
	color: #c00;
	font-family: "Verdana";
	font-size: 30px;
	font-weight: bold;
	white-space:nowrap;
}
/*--------------------------------------------------
	shop mainmenu
--------------------------------------------------*/
.shop_mainmenu {
	background:#EBECE7;
	height:60px;
  margin-bottom: 1.2em;
}
.shop_mainmenu ul {
	background:url(/img/shop/mainmenu_border.png) no-repeat left center;
	padding-left:4px;
}
.shop_mainmenu.no_logo ul {
	margin-left:0;
}
.shop_mainmenu li {
	float:left;
	background:url(/img/shop/mainmenu_border.png) no-repeat right center;
	padding-right:4px;
	box-sizing:border-box;
	width: -webkit-calc(100%/6) ;
	width: calc(100%/6);
}
.shop_mainmenu li a {
	display:block;
	width:100%;
	height:60px;
	text-align:center;
	line-height: 60px;
	color: #444;
	font-size: 1.6rem;
	font-weight: bold;
}
.shop_mainmenu li a:after {
	position:absolute;
	left:0;
	right:0;
	bottom:45px;
	margin:auto;
}
.shop_mainmenu li a:hover {
	color: #c00;
	text-decoration: none;
}
/*--------------------------------------------------
	title
--------------------------------------------------*/
.shop_pagetitle {
	height:102px;
	margin-bottom:30px;
}
.shop_pagetitle > .inner {
	display:block;
	position:absolute;
	left:0;
	width:100%;
	min-width:1000px;
	border-top:1px solid #D8D9CF;
	border-bottom:1px solid #D8D9CF;
	background:url(/img/shop/shop_pagetitle_bg.png);
}
.shop_pagetitle > .inner > .inner {
	display:table;
	height:100px;
	padding:25px 0;
	box-sizing:border-box;
}
.shop_pagetitle > .inner > .inner > .inner {
	display:table-cell;
	vertical-align:middle;
	border-left:10px solid #DF7671;
	padding-left:20px;
	line-height:1.2;
	color:#444;
	font-size:1.4em;
}
.staff_title1 {
	border:1px solid #D9DAD0;
	background:#EBECE7;
	padding:10px;
	border-radius:4px;
	margin-bottom:10px;
}
.staff_title1 .inner {
	display:block;
	border-left:6px solid #DF7671;
	font-size:1.2em;
	color:#444;
	padding:5px;
}
/*--------------------------------------------------
	footer shop info
--------------------------------------------------*/
.footer_shop_info {
	height:220px;
	padding-top:30px;
	margin-bottom:-20px;
}
.footer_shop_info .content {
	background:#fff5f4;
	position:absolute;
	left:0;
	width:100%;
	min-width:1000px;
}
.footer_shop_info .content > .inner {
	display:table;
	padding:30px 0;
	/*height:160px;*/
}
.footer_shop_info .logo_box {
	display:table-cell;
	vertical-align:top;
	padding-right:15px;
}
.footer_shop_info .logo {
	border:1px solid #EBECE7;
	background:#FFFFFF;
	padding:4px;
}
.footer_shop_info .logo img {
	max-width:150px;
	max-height:150px;
}
.footer_shop_info .info_box {
	display:table-cell;
	vertical-align:top;
	width:100%;
}
.footer_shop_info .shop_name {
	font-weight:bold;
	font-size:1.1em;
	border-bottom:1px dotted #bbb;
	padding:.5em 0;
	margin-bottom:.5em;
}
.footer_shop_info .address {
	float:left;
	line-height:1.4;
  width: 600px;
}
.footer_shop_info .inquiry {
	float:right;
	text-align:center;
}
.footer_shop_info .number {
	color: #c00;
	font-family: "Verdana";
	font-size: 30px;
	font-weight: bold;
	white-space:nowrap;
	margin-bottom:10px;
}
.btn_shop_inquiry {
	width:320px;
	height:53px;
}
.btn_shop_inquiry:hover img {
	top:-53px;
}
.btn_shop_campaign {
    display: block;
    margin: 0 auto 30px auto;
	width:400px;
	height:40px;
    padding-top: 25px;
    background:linear-gradient(#762725, #C64743);
    border-radius: 10px;
    text-align: center;
}
.btn_shop_campaign:hover {
    background:linear-gradient(#C64743,#762725);
}
.btn_shop_campaign:hover span{
	color:#fff;
    text-decoration: none;
}
.btn_campaign_inner{
    color:#fff;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2em
}
/*--------------------------------------------------
	review_s
--------------------------------------------------*/
.review_star_s {
	display:inline-block;
	width:74px;
	height:15px;
	overflow:hidden;
	position:relative;
	margin-right:.7em;
	vertical-align: middle;
}
.review_star_s img {
	height:65px;
}
.review_star_s.rating_0_0 img {
	position:absolute;
	top: -52px;
	left: 0;
}
.review_star_s.rating_0_5 img {
	position:absolute;
	top:-26px;
	left:-58px;
}
.review_star_s.rating_1_0 img {
	position:absolute;
	top:0;
	left:-58px;
}
.review_star_s.rating_1_5 img {
	position:absolute;
	top: -26px;
	left: -43px;
}
.review_star_s.rating_2_0 img {
	position:absolute;
	top:0;
	left:-43px;
}
.review_star_s.rating_2_5 img {
	position:absolute;
	top:-26px;
	left:-29px;
}
.review_star_s.rating_3_0 img {
	position:absolute;
	top:0;
	left:-29px;
}
.review_star_s.rating_3_5 img {
	position:absolute;
	top:-26px;
	left:-14px;
}
.review_star_s.rating_4_0 img {
	position:absolute;
	top:0;
	left:-14px;
}
.review_star_s.rating_4_5 img {
	position:absolute;
	top:-26px;
	left:0;
}
.review_star_s.rating_5_0 img {
	position:absolute;
	top:0;
	left:0;
}
.rating_num_s {
	color:#c00;
	font-weight:bold;
}
/*--------------------------------------------------
	review
--------------------------------------------------*/
.review_star {
	display: inline-block;
	width: 112px;
	height: 20px;
	overflow: hidden;
	position: relative;
	margin-right: 10px;
	margin-top: -.4em;
	vertical-align: middle;
}
.review_star img {
	height:100px;
}
.review_star.rating_0_0 img {
	position:absolute;
	top: -80px;
	left: 0;
}
.review_star.rating_0_5 img {
	position:absolute;
	top:-40px;
	left:-91px;
}
.review_star.rating_1_0 img {
	position:absolute;
	top:0;
	left:-91px;
}
.review_star.rating_1_5 img {
	position:absolute;
	top:-40px;
	left:-68px;
}
.review_star.rating_2_0 img {
	position:absolute;
	top:0;
	left:-68px;
}
.review_star.rating_2_5 img {
	position:absolute;
	top:-40px;
	left:-45px;
}
.review_star.rating_3_0 img {
	position:absolute;
	top:0;
	left:-45px;
}
.review_star.rating_3_5 img {
	position:absolute;
	top:-40px;
	left:-23px;
}
.review_star.rating_4_0 img {
	position:absolute;
	top:0;
	left:-23px;
}
.review_star.rating_4_5 img {
	position:absolute;
	top:-40px;
	left:0;
}
.review_star.rating_5_0 img {
	position:absolute;
	top:0;
	left:0;
}
.rating_num {
	color:#c00;
	font-weight: bold;
	font-size:1.6rem;
}
/*--------------------------------------------------
	shop pagination
--------------------------------------------------*/
.shop_pagination {
	float:right;
}
.shop_pagination li {
	float:left;
	margin-left:5px;
}
.shop_pagination li a, .shop_pagination li span {
	display:block;
	padding:0 9px;
	border-radius:3px;
	height:24px;
	line-height:24px;
}
.shop_pagination li a {
	color:#fff;
	text-decoration:none;
	border:1px solid #B5B7AC;
	background: #B5B7AC;
}
.shop_pagination li a:hover, .shop_pagination li span {
	border:1px solid #E97F7D;
	color:#fff;
	background: #E97F7D;
}
/*--------------------------------------------------
	form contents
--------------------------------------------------*/
.caution_list {
	width:930px;
	margin:0 auto 20px;
	font-weight:bold;
	color:#c00;
}
.caution_list dt {
	padding-bottom:10px;
}
.caution_list dd {
	margin-top:5px;
}
.caution_list dd:before {
	content:"! ";
}
.shop_form_table {
	width:100%;
}
.shop_form_table th, .shop_form_table td {
	border:1px solid #ccc;
	padding:10px;
	vertical-align:middle;
	line-height:1.3;
}
.shop_form_table th {
	background:#f2f2f2;
	border-right:1px solid #f2f2f2;
	text-align:left;
	color:#333;
}
.shop_form_table .th {
	background:#f2f2f2;
	text-align:right;
}
.star_select dl {
	display:table;
}
.star_select dt {
	display:table-cell;
	width:5em;
}
.star_select dd {
	display:table-cell;
	width:11em;
	padding-top:5px;
}
.btn_to_confirm {
	width:320px;
	height:53px;
}
.btn_to_confirm:hover img {
	top:-53px;
}
.btn_backto_form {
	width:320px;
	height:53px;
}
.btn_backto_form:hover img {
	top:-53px;
}
.btn_send {
	width:320px;
	height:53px;
}
.btn_send:hover img {
	top:-53px;
}
.inquiry_content_list li{
	float:left;
	margin-top:.5em;
	width:33%;
}
.inquiry_description{
	padding:10px;
	background:#F1F2EE;
	line-height:1.5;
}